(nnir-retrieve-headers): Don't bug out on invalid data.
[gnus] / lisp / ChangeLog
1 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4
5         * gnus-group.el (gnus-group-make-group): Doc fix.
6
7         * nnimap.el (nnimap-request-newgroups): Return success.
8
9         * shr.el (shr-find-elements): New function.
10         (shr-tag-table): Put all the images after the table.
11         (shr-tag-table): Really inhibit images inside the table.
12         (shr-collect-overlays): Copy over overlays from the TD elements to the
13         main document.
14
15         * mm-decode.el (mm-shr): Bind shr-blocked-images to
16         gnus-blocked-images.
17
18 2010-10-05  Julien Danjou  <julien@danjou.info>
19
20         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
21         (gnus-html-maximum-image-size): Add this function.
22         (gnus-html-put-image): Use gnus-html-maximum-image-size.
23
24         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
25         server-value of the capability is nil.
26
27 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * shr.el (shr-tag-em): Add <EM> tag.
30
31 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
32
33         * sieve-manage.el (sieve-manage-default-stream): Make default stream
34         customizable.
35
36         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
37         handing broken links to browse-url.
38
39 2010-10-05  Julien Danjou  <julien@danjou.info>
40
41         * gnus-util.el (gnus-emacs-completing-read)
42         (gnus-iswitchb-completing-read): Use autoload rather than require.
43
44 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
45
46         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
47         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
48         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
49         iswitchb-temp-buflist for XEmacs.
50
51         * gnus-util.el (gnus-completing-read-function): Exclude
52         gnus-icompleting-read and gnus-ido-completing-read from candidates for
53         XEmacs since iswitchb.el is very old and ido.el is unavailable in
54         XEmacs.
55
56         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
57         not to use `delete-dups' that is unavailable in XEmacs 21.4.
58
59         * gnus-html.el: Don't require help-fns under XEmacs.
60         (gnus-html-schedule-image-fetching): Work for XEmacs.
61
62         * mm-decode.el (mm-shr): Decode contents by charset.
63
64 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
67         unknown.
68
69         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
70         (shr-get-image-data): Ensure against the cache file missing.
71
72         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
73         for data.
74
75         * spam-report.el (spam-report-url-ping-plain): Don't query about
76         killing the process.
77
78         * shr.el (shr-render-td): Protect against too-wide text.
79
80 2010-10-04  Julien Danjou  <julien@danjou.info>
81
82         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
83         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
84
85         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
86         retrieved.
87
88 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (browse-url): Required.
91         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
92         lines.
93         (shr-show-alt-text, shr-browse-image): New commands.
94         (shr-browse-url, shr-copy-url): New commands.
95
96         * gnus-sum.el (gnus-widen-article-window): New variable.
97         (gnus-summary-select-article-buffer): Use it.
98
99         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
100         without @ signs.
101
102 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
103
104         * nnir.el (nnir-run-imap): Remove spurious space in search string.
105
106 2010-10-04  Julien Danjou  <julien@danjou.info>
107
108         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
109         for XEmacs.
110
111 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
114
115         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
116         (nnimap-close-server): Implement.
117
118         * dgnushack.el (iswitchb): Require to shut up the compiler.
119
120         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
121         (shr-insert): Tweak line breaking.
122         (shr-insert): Handle <pre> better.
123         (shr-tag-li): Get <li> indentation right.
124         (shr-tag-li): Get <li> indentation even righter.
125         (shr-tag-blockquote): Ensure paragraph start.
126         (shr-make-table): Tweak table generation.
127         (shr-make-table): Fix typo.
128
129         * shr.el: Implement table rendering.
130
131 2010-10-04  Julien Danjou  <julien@danjou.info>
132
133         * gnus-html.el (gnus-html-put-image): Fix resize image code.
134
135 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * shr.el (shr-insert): Use string anchors instead of line anchors.
138
139 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * shr.el: Add headings.
142         (shr-ensure-paragraph): Actually work.
143         (shr-tag-li): Make <ul> prettier.
144         (shr-insert): Get white space at the beginning/end of elements right.
145         (shr-tag-p): Collapse subsequent <p>s.
146         (shr-ensure-paragraph): Don't insert double line feeds after blank
147         lines.
148         (shr-insert): \t is also space.
149         (shr-tag-s): Fix "s" tag name function.
150         (shr-tag-s): Fix face prop name.
151
152 2010-10-03  Julien Danjou  <julien@danjou.info>
153
154         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
155
156         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
157         gnus-window-inside-pixel-edges.
158
159         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
160         gnus-ems.
161
162         * mm-view.el (mm-inline-image-emacs): Support image resizing.
163
164         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
165         function.
166
167         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
168         resize choice.
169
170 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
173         beginning of the buffer.
174
175         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
176         article buffer again.
177
178         * shr.el (shr-tag-p): Don't insert newlines at the start of the
179         buffer.
180
181         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
182         when it's at the start of the buffer.
183
184         * shr.el (shr-tag-blockquote): Convert name.
185         (shr-rescale-image): Use the right image-size variant.
186
187         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
188         buffer isn't shown, then select the current article first instead of
189         bugging out.
190         (gnus-summary-select-article-buffer): Show both the article and summary
191         buffers again.
192
193         * shr.el (shr-fontize-cont): Protect against regions with no text.
194         Rename tag functions to shr-tag-* for enhanced security.
195         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
196
197 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
198
199         * shr.el (shr-insert):
200         * pop3.el (pop3-movemail):
201         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
202         loaded.
203
204 2010-10-03  Glenn Morris  <rgm@gnu.org>
205
206         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
207
208         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
209
210         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
211
212         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
213
214         * gnus-util.el (gnus-make-local-hook): Simplify.
215
216 2010-10-02  Julien Danjou  <julien@danjou.info>
217
218         * gnus-util.el (gnus-iswitchb-completing-read): New function.
219         (gnus-ido-completing-read): New function.
220         (gnus-emacs-completing-read): New function.
221         (gnus-completing-read): Use gnus-completing-read-function.
222         Add gnus-completing-read-function.
223
224 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * shr.el (shr-insert-document): Autoload.
227         (shr-img): Be silent.
228         (shr-insert): Add a newline after every picture before text.
229         (shr-add-font): Use overlays for combining faces.
230         (shr-insert): Pass upwards the text start point.
231
232         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
233         possible.
234         (mm-shr): New function.
235
236 2010-10-02  Julien Danjou  <julien@danjou.info>
237
238         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
239         should go backward.
240
241 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
242
243         * shr.el (shr): Fix typo in provide call.
244
245 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * shr.el: New file.
248
249         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
250
251         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
252         completing read.
253
254 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255
256         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
257         we're being queried about.  Suggested by Dan Jacobson.
258
259         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
260         by Jason Eisner.
261
262         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
263         table, too.  Suggested by Stefan Wiens.
264         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
265         the table unnecessary.  Suggested by Stefan Wiens.
266
267         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
268         longer needed, and probably doesn't work either, as pointed out by
269         Stefan Wiens.
270         (gnus-summary-exit): Remove call to the clearing function.
271         (gnus-summary-exit-no-update): Ditto.
272
273         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
274         instead of gnus-eval-in-buffer-window to avoid popping up frames.
275         Reported by Stefan Monnier.
276         (gnus-summary-save-in-rmail): Ditto.
277
278         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
279         article buffer, instead of both the article buffer and the summary
280         buffer.  Sort of suggested by Dan Jacobson.
281
282         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
283
284         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
285         Suggested by Dan Jacobson.
286
287         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
288         documentation clearer.
289
290         * message.el (message-shorten-references): Comment on the number "21".
291         Suggested by Stefan Monnier.
292
293         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
294         Suggested by Dan Jacobson.
295
296         * gnus.el (gnus-large-newsgroup): Mention
297         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
298
299         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
300         externalize attachments.  Bug reported by Steve Wen.
301
302         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
303         really message anything to the user.
304
305         * nnmail.el (nnmail-article-group): Allow using the fancy split method
306         directly.
307
308         * nnimap.el (nnimap-request-group): Low higher than high to signal no
309         messages in empty groups.
310
311 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
312
313         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
314         non-UIDNEXT group.
315
316 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
319         not the value from the collection.
320
321         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
322         values.  This sometimes happens on some groups that have no info.
323         (nnimap-request-newgroups): New function.
324
325 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
326
327         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
328         check into `gnus-registry-initialize'.
329         (gnus-registry-initialize): Ditto.
330         Fix and extend header docs.
331
332 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
335         regexp backtrace overflows.
336
337         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
338         for starttls that tls.el implements; i.e. openssl.
339
340         * tls.el (tls-starttls-switches): Give up on using starttls with
341         gnutls-cli.
342         (tls-program): Add --insecure to be consistent with the defaults from
343         openssl s_client.  Now all three commands are insecure.
344
345 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * lpath.el: Bind completion-styles-alist for XEmacs.
348
349         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
350         (gravatar-create-image): New function that's an alias to
351         gnus-xmas-create-image, gnus-create-image, or create-image.
352         (gravatar-data->image): Use it.
353
354 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
357         install the nnregistry refer method.
358         (gnus-registry-install-hooks): Use it.
359         (gnus-registry-unfollowed-groups): Add nnmairix to the default
360         unfollowed groups.
361
362 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
363
364         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
365         expanding threads.
366
367 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * nnir.el: Use the server names without suffixes (bug #7009).
370
371         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
372         unencrypted to STARTTLS, if possible.
373
374 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
375
376         * message.el (message-ignored-supersedes-headers): Strip Injection-*
377         headers before superseding.
378
379 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * nnrss.el (nnrss-use-local): Add documentation.
382
383         * nnimap.el (nnimap-extend-tls-programs): New function.
384         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
385         (nnimap-wait-for-connection): Accept the greeting from the stupid
386         output from openssl s_client -starttls, too.
387
388         * tls.el (tls-starttls-switches): New variable.
389         (tls-find-starttls-argument): Use it.
390         (open-tls-stream): Ditto.
391
392         * netrc.el (netrc-credentials): Return the value of the "default"
393         entry.
394         (netrc-machine): Ditto.
395
396         * nnimap.el (nnimap-find-article-by-message-id): Really return the
397         article number.
398         (nnimap-split-fancy): New variable.
399         (nnimap-split-incoming-mail): Use it.
400
401         * nntp.el (nntp-server-list-active-group): Document.
402
403         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
404         SELECT to get the message-id.
405
406         * mail-source.el (mail-sources): Removed webmail support.
407         (defvar): Ditto.
408         (mail-source-fetcher-alist): Ditto.
409         (mail-source-fetch-webmail): Removed.
410
411         * webmail.el: Removed -- doesn't seem relevant any more.
412
413         * gnus.el: Fix up make-obsolete-variable declarations throughout.
414
415         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
416         the \r.
417
418 2010-09-30  Julien Danjou  <julien@danjou.info>
419
420         * gnus-agent.el (gnus-agent-add-group): Fix call to
421         gnus-completing-read.
422
423 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * nndoc.el (nndoc-retrieve-groups): New function.
426
427         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
428         `default', use nnmail-split-methods.
429         (nnimap-request-article): Downcase the NILs so that they are nil.
430
431         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
432         symbol.
433
434         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
435         code, since if the user has requested network, that's what they ought
436         to get.
437         (nnimap-request-set-mark): Erase the buffer before issuing commands.
438         (nnimap-split-rule): Mark as obsolete.
439
440         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
441         variable.
442
443         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
444         correct slot, too.
445
446 2010-09-29  Julien Danjou  <julien@danjou.info>
447
448         * gnus.el (gnus-local-domain): Declare variable obsolete.
449
450         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
451         computing.
452         (gnus-ido-completing-read): Require ido.
453
454 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
455
456         * gnus-registry.el: Don't prompt on load, which makes it impossible to
457         build Gnus.
458
459         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
460         when interpreting the structures.
461         (nnimap-request-accept-article): Add \r\n to the lines to make this
462         work with Cyrus.
463
464         * nndraft.el (nndraft-request-expire-articles): Use the group name
465         instead if "nndraft".  Fix found by Nils Ackermann.
466
467 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
468
469         * nnregistry.el: Added.
470
471 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
472
473         * nnmail.el (group, group-art-list, group-art):
474         Remove unneeded directives.
475
476 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
479         (mm-mime-charset)
480         * rfc2047.el (rfc2047-syntax-table)
481         * utf7.el (utf7-utf-16-coding-system): Comment fix.
482
483         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
484         rather than `insert-file-contents' and `eval-region'.
485
486         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
487         construction.
488
489         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
490
491         * time-date.el: No need to require cl for Emacs 21.
492
493 2010-09-29  Julien Danjou  <julien@danjou.info>
494
495         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
496         replacement of `gnus-gravatar-relief' to mimic
497         `gnus-faces-properties-alist'.
498         Add :version property.
499
500 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * mail-source.el (mail-source-report-new-mail)
503         * message.el (message-default-mail-headers)
504         * mm-decode.el (mm-valid-image-format-p): Comment fix.
505
506         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
507
508 2010-09-28  Julien Danjou  <julien@danjou.info>
509
510         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
511         mail-address contains the same string as real-name.
512
513         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
514         non-blank in header, otherwise it'll get stripped.
515
516         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
517         real-name, and then for mail address rather than doing : or , search.
518
519 2010-09-27  Julien Danjou  <julien@danjou.info>
520
521         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
522         (gnus-server-goto-server): Use gnus-completing-read.
523
524         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
525
526         * mm-util.el (defalias): Use gnus-completing-read.
527         (mm-codepage-setup): Use gnus-completing-read.
528
529         * smime.el (smime-sign-buffer): Use gnus-completing-read.
530         (smime-decrypt-buffer): Use gnus-completing-read.
531
532         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
533
534         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
535         (mml-minibuffer-read-disposition): Use gnus-completing-read.
536         (mml-insert-multipart): Use gnus-completing-read.
537
538         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
539
540         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
541
542         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
543
544         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
545
546         * gnus.el (gnus-read-method): Use gnus-completing-read.
547
548         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
549
550         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
551         (gnus-mime-action-on-part): Use gnus-completing-read.
552         (gnus-article-encrypt-body): Use gnus-completing-read.
553
554         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
555         (gnus-topic-move-matching): Use gnus-completing-read.
556         (gnus-topic-copy-matching): Use gnus-completing-read.
557         (gnus-topic-sort-topics): Use gnus-completing-read.
558         (gnus-topic-move): Use gnus-completing-read.
559
560         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
561         (gnus-agent-add-group): Use gnus-completing-read.
562
563         * nnmairix.el (nnmairix-create-server-and-default-group): Use
564         gnus-completing-read.
565         (nnmairix-update-groups): Use gnus-completing-read.
566         (nnmairix-get-server): Use gnus-completing-read.
567         (nnmairix-backend-to-server): Use gnus-completing-read.
568         (nnmairix-goto-original-article): Use gnus-completing-read.
569         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
570
571         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
572
573         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
574         (gnus-group-make-useful-group): Use gnus-completing-read.
575         (gnus-group-make-web-group): Use gnus-completing-read.
576         (gnus-group-add-to-virtual): Use gnus-completing-read.
577         (gnus-group-browse-foreign-server): Use gnus-completing-read.
578
579         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
580         (gnus-summary-limit-to-extra): Use gnus-completing-read.
581         (gnus-summary-execute-command): Use gnus-completing-read.
582         (gnus-summary-respool-article): Use gnus-completing-read.
583         (gnus-read-move-group-name): Use gnus-completing-read.
584
585         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
586         (gnus-summary-score-effect): Use gnus-completing-read.
587
588         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
589
590         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
591         right completing-read function.
592         (gnus-use-ido): New variable
593         (gnus-completing-read-with-default): Remove.
594
595 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
598         x-focus-frame.
599
600         * nnimap.el (auth-source-forget-user-or-password)
601         (auth-source-user-or-password): Autoload.
602
603         * message.el (message-from-style, message-interactive)
604         (message-cite-prefix-regexp, message-sendmail-envelope-from)
605         (message-yank-prefix, message-indentation-spaces, message-signature)
606         (message-signature-file): Add comment.
607
608 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
611         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
612         new articles.
613
614         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
615         parts.
616         (nnimap-request-article): Work with the t setting, too.
617
618         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
619         that you don't get flashes of other buffers.
620         (gnus-summary-show-complete-article): Intern before setting.
621
622 2010-09-27  David Engster  <dengste@eml.cc>
623
624         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
625         well as HEADERS.
626         (nnmairix-retrieve-headers): Provide new argument for the above.
627
628 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-sum.el (gnus-summary-move-article): Don't alter
631         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
632         group.
633
634         * nnimap.el (nnimap-update-info): Don't destructively alter active.
635
636         * message.el (message-cite-prefix-regexp): Revert my last edit.
637
638         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
639         variable instead of the Gnus variable.
640
641         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
642
643         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
644         again.
645
646         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
647         since some servers don't like it.
648         (nnimap-open-connection): Forget credentials if the server says the
649         password was wrong.
650         (nnimap-parse-line): Protect against invalid data.
651
652         * gnus-sum.el (gnus-summary-move-article): Add comment.
653         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
654         nothing alters it while scanning for new messages.
655
656         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
657         which may or may not help.
658         (nnimap-open-connection): If we're doing a stream connection, and then
659         discover we're on a STARTTLS-capable server, then open a STARTTLS
660         connection instead.
661
662 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * nnimap.el (utf7): Required.
665
666         * message.el (message-cite-prefix-regexp): Remove "}" from citation
667         prefix.
668
669 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
670
671         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
672
673 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * nnimap.el (nnimap-request-accept-article): Message the error on
676         error.
677
678 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
679
680         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
681
682 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * nndoc.el (nndoc-request-list): Return success always.
685
686         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
687         `fetch-old' -- we only want to fetch the articles we've requested.  The
688         rest are in the agent, probably.
689         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
690         disappeared server" to something low.  It's not important.
691
692         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
693         arrived before the FETCH data.
694
695         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
696         target here, because we don't know the Gnus name of the group.
697
698         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
699         for the correct group.
700
701         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
702
703         * gnus.el (gnus): Give a final warning after startup.
704
705         * gnus-util.el (gnus-action-message-log): New variable.
706         (gnus-message): Use it.
707         (gnus-final-warning): New function.
708
709         * nnimap.el (nnimap-open-connection): Record the greeting.
710         (nnimap): Add greeting.
711
712 2010-09-26  Julien Danjou  <julien@danjou.info>
713
714         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
715         arguments.
716         (gnus-html-wash-images): Fix spec computing to include start/end.
717
718         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
719
720 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
723         deletion.
724         (nnimap-retrieve-headers): Don't select the group, because that's
725         already done by nnimap-possibly-change-group.
726
727         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
728         (gnus-picon-transform-address): Use it.
729
730         * mail-source.el (mail-source-value): Revert previous patch.
731
732         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
733         on failure.
734         (nnimap-open-connection): Look up both virtual and physical server name
735         credentials.
736
737         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
738
739 2009-02-07  Dave Love  <fx@gnu.org>
740
741         * tls.el (open-tls-stream): Don't query killing process.
742
743 2009-02-08  Dave Love  <fx@gnu.org>
744
745         * gnus-win.el (gnus-window-to-buffer-helper,
746         gnus-all-windows-visible-p): Function needn't be a symbol.
747
748         * mail-source.el (mail-source-value): Function needn't be a symbol.
749
750 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * message.el (message-cite-prefix-regexp): Remove } from the cite
753         prefix.
754
755         * gnus-art.el (gnus-treatment-function-alist): Do picons before
756         highlight again, so that the highlight is correct.
757
758         * gnus-picon.el (gnus-picon): Remove again.
759         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
760
761         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
762         doing the header highlightling, so that the background colour of the
763         picon is correct.
764
765         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
766         (gnus-picon): Ditto.
767         (gnus-picon): Reinstate.  The background colour for picons is white.
768         (gnus-picon-insert-glyph): Make the background white.
769
770         * nnml.el (nnml-open-nov): Don't return dead buffers.
771
772         * auth-source.el (auth-source-create): Query the user for whether to
773         store the credentials.
774
775         * netrc.el (netrc-store-data): New function.
776
777         * auth-source.el (auth-source-user-or-password): Use the existing auth
778         sources, if any, for creation.
779
780         * gnus.el (gnus-group-fast-parameter): Return the last matching
781         parameter instead of the first matching parameter.
782
783 2010-09-26  Julien Danjou  <julien@danjou.info>
784
785         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
786
787 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * mml2015.el (mml2015-use): Remove gpg support.
790
791         * mml1991.el (mml1991-function-alist): Remove gpg function.
792         (mml1991-gpg-sign): Removed.
793
794 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
795
796         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
797         (gnus-browse-unsubscribe-current-group): Document it.
798         (gnus-browse-unsubscribe-group): Use it.
799
800 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
803         address to the To list for easier response.
804
805         * gnus.el (gnus-play-startup-jingle): Removed.
806         (gnus-splash): Don't play jingle.
807         (gnus): Silence gnus-load message.
808
809         * gnus-art.el (gnus-treat-play-sounds): Removed.
810
811         * gnus.el (gnus-play-jingle): Remove audio support.
812
813         * gnus-cus.el (gnus-score-customize): Remove audio reference.
814
815         * earcon.el: Removed -- no users.
816
817         * gnus-audio.el: Removed -- no users of this package.
818
819         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
820
821         * gnus-start.el (gnus-setup-news): Remove nocem support.
822
823         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
824
825         * gnus.el (gnus-use-nocem): Removed.
826
827         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
828         Removed.
829
830         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
831         uses NoCeM any more.
832
833         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
834         (gnus-button-ctan-handler): Ditto.
835         (gnus-button-handle-ctan-bogus-regexp): Ditto.
836         (gnus-button-ctan-directory-regexp): Ditto.
837         (gnus-button-handle-ctan): Ditto.
838         (gnus-button-tex-level): Ditto.
839         (gnus-button-alist): Removed CTAN stuff.
840
841 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
844         nnimap-streaming test.
845
846         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
847         servers twice.
848
849         * nnimap.el (nnimap-open-connection): Add more error reporting when
850         nnimap fails early.
851
852         * nnheader.el (nnheader-get-report-string): New function.
853         (nnheader-get-report): Use it.
854
855         * gnus-int.el (gnus-check-server): Say what the error was when opening
856         failed.
857
858         * nnimap.el (nnimap-wait-for-response): Search further when we're not
859         using streaming.
860
861 2010-09-25  Julien Danjou  <julien@danjou.info>
862
863         * gnus-html.el (gnus-html-rescale-image): Use our defalias
864         gnus-window-inside-pixel-edges.
865
866 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
869
870         * mm-decode.el (mm-save-part): Allow saving to other directories the
871         normal Emacs way.
872
873         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
874         by Jay Berkenbilt.
875
876         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
877         there isn't a single byte.
878
879         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
880         just do it.  It doesn't really seem to matter what the user responds
881         here, I think, so it's just a confusing question.
882
883         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
884         non-streaming case.
885
886         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
887         (gnus-article-encrypt-body): Use it.
888
889         * gnus-sum.el (gnus-summary-show-complete-article): New command and
890         keystroke.
891
892         * nnimap.el (nnimap-find-wanted-parts-1): Use
893         gnus-fetch-partial-articles.
894
895         * gnus-art.el (gnus-fetch-partial-articles): New variable.
896
897         * nnimap.el (nnimap-insert-partial-structure): New function.
898         (nnimap-get-partial-article): New function.
899         (nnimap-request-article): Use it.
900         (nnimap-wait-for-response): Return whether the wait was successful.
901         (nnimap-finish-retrieve-group-infos): Don't do anything if the
902         retrieval wasn't successful.
903         (nnimap-retrieve-group-data-early): Allow throttling servers.
904         (nnimap-streaming): New variable.
905         (nnimap-fetch-partial-articles): Removed.
906
907         * mm-decode.el (mm-with-part): Protect against killed buffers.
908
909         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
910         for prettier summary display.
911
912 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
913
914         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
915         directly.
916
917 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
920         apparently third-party libraries depend on it.
921
922         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
923         before starting negotiation.
924
925         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
926         privacy reasons.
927         (gnus-treat-mail-gravatar): Ditto.
928
929         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
930         buffer when inserting images.  Inserting text into the headers, for
931         instance, can make them invalid.
932
933 2010-09-25  Julien Danjou  <julien@danjou.info>
934
935         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
936         variables.
937
938         * nnheader.el: Remove useless variables news-reply-yank-from and
939         news-reply-yank-message-id.
940
941         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
942         variables.
943
944         * mml1991.el: Remove useless mml1991-verbose.
945
946         * gnus.el: Remove useless variable gnus-use-generic-from.
947         Remove obsolete variable gnus-topic-indentation.
948
949         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
950
951         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
952
953         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
954
955         * gnus-group.el: Remove useless gnus-group-icon-cache.
956         Remove useless gnus-ephemeral-group-server.
957
958         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
959
960         * mml2015.el: Remove useless mml2015-verbose.
961
962         * mml-smime.el: Remove useless mml-smime-verbose.
963
964         * gnus.el: Remove useless gnus-local-domain.
965
966         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
967         gnus-gravatar-size.
968
969         * gnus-art.el: Remove useless gnus-treat-translate.
970
971 2010-09-24  Julien Danjou  <julien@danjou.info>
972
973         * gnus-sum.el: Add support for Gravatars.
974
975         * gnus-art.el: Add support for Gravatars.
976
977         * gnus-gravatar.el: Add this file.
978
979         * gravatar.el: Add this file.
980
981 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
984
985         * gnus-group.el (gnus-group-fetch-faq): Removed.
986
987         * gnus.el (gnus-group-faq-directory): Removed.
988
989         * gnus-group.el (gnus-group-fetch-charter): Removed.
990
991         * gnus.el (gnus-group-charter-alist): Removed.
992
993         * gnus-group.el (gnus-group-archive-directory): Removed.
994         (gnus-group-recent-archive-directory): Ditto.
995         (gnus-group-make-archive-group): Removed.
996
997         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
998
999         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1000         use the same article number for all the cached articles.
1001
1002         * nnimap.el (nnimap-command): Register the last command time so
1003         that we can use it for idling NOOPs.
1004         (nnimap-open-connection): Start the keeplive timer.
1005         (nnimap-make-process-buffer): Store all the process buffers.
1006         (nnimap-keepalive): New function.
1007
1008         * starttls.el: (starttls-open-stream): Add autoload cookie.
1009
1010 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1011
1012         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1013         handling.
1014
1015 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1018         its data structures.
1019
1020         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1021         instead of the cl.el copy-list.
1022         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1023         equalp.
1024
1025 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1028         and tool-bar-local-item-from-menu.
1029
1030         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1031         mode-line-highlight face for Emacs.
1032
1033         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1034         loading gnus-sum.elc; fix comment for canlock-verify.
1035         (gnus-article-jump-to-part): Use read-number.
1036         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1037         Emacs pre-21 compatible code for help-echo.
1038         (gnus-article-next-page-1): No need to adjust the number of lines.
1039         (gnus-article-describe-bindings): Always use help-buffer.
1040
1041         * gnus-audio.el (gnus-audio-inline-sound)
1042         * gnus-cus.el (gnus-custom-mode)
1043         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1044
1045         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1046
1047         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1048         compatible code.
1049
1050 2010-09-24  Glenn Morris  <rgm@gnu.org>
1051
1052         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1053         visiting the fcc file in rmail-mode.
1054
1055         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1056
1057 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * nnir.el: Silence the byte compiler.
1060
1061         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1062         alias to browse-url-url-encode-chars if any.
1063         (gnus-html-encode-url): Use it.
1064
1065 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-start.el (gnus-use-backend-marks): New variable.
1068         (gnus-get-unread-articles-in-group): Use it.
1069
1070         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1071         makeover.
1072
1073 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1074
1075         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1076
1077 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1080         Removed.
1081         (gnus-setup-news-hook): Removed
1082         gnus-fixup-nnimap-unread-after-getting-new-news.
1083
1084         * gnus-int.el (gnus-request-update-info): Protect against backends not
1085         having the function.
1086
1087         * nnimap.el (nnimap-stream): Mention starttls.
1088         (nnimap-open-connection): Add starttls support.
1089
1090 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1091
1092         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1093
1094 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1097         BODYSTRUCTUREs.
1098         (nnimap-transform-headers): Unfold quoted {42} headers.
1099
1100         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1101         the info.
1102         (gnus-get-unread-articles): Only call updatep on backends that support
1103         it.
1104
1105         * nnweb.el (nnweb-request-update-info): NOOP.
1106
1107         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1108
1109         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1110         since it only deals with marks.
1111
1112         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1113         gnus-request-marks, and make a new gnus-request-update-info.
1114
1115         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1116         the active instead of the high number, which is usually too low.
1117
1118 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1121         * encrypt.el: Removed.
1122
1123 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124
1125         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1126         server in symbolic form.
1127
1128         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1129         0.9.
1130
1131 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1134         (nnimap-update-info): Fix up code slightly.
1135
1136         * gnus-int.el (gnus-open-server): Add tracing for performance
1137         debugging.
1138
1139         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1140         (gnus-group-insert-group-line): Pass the real group name so that it
1141         gets the right data.
1142
1143         * gnus-start.el (gnus-get-unread-articles): Don't have
1144         `gnus-get-unread-articles-in-group' update info, since that can be
1145         really slow and doesn't seem to be needed?
1146
1147 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1148
1149         * time-date.el (date-to-time): Try using parse-time-string first before
1150         using the slower timezone-make-date-arpa-standard.
1151
1152 2010-09-22  Julien Danjou  <julien@danjou.info>
1153
1154         * gnus-group.el (gnus-group-insert-group-line): Call
1155         gnus-group-highlight-line.
1156         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1157         default hook list.
1158         (gnus-group-update-eval-form): Add new function.
1159         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1160         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1161
1162 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1165         immediate, then expire all articles.
1166         (nnimap-update-info): Fix off-by-one errors.
1167         (nnimap-flags-to-marks): Would return no marks lists for group with no
1168         flags.  Instead return the other data.
1169
1170 2010-09-22  Julien Danjou  <julien@danjou.info>
1171
1172         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1173         Only return an icon.
1174         (gnus-group-insert-group-line): Compute icon to return.
1175
1176         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1177         variable.
1178         (gnus-html-image-fetched): Only cache if
1179         gnus-html-image-automatic-caching is set.
1180         (gnus-html-image-fetched): Check for errors.
1181
1182 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1185         once per method on `g'.  This ensures that backends like nnfolder don't
1186         open all their folders.
1187
1188         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1189         (nnimap-request-list): Nix out group in the correct buffer.
1190         (nnimap-parse-flags): Implement by using `read' instead of
1191         hand-parsing.
1192         (nnimap-flags-to-marks): Pass on permanent-flags.
1193         (nnimap-make-process-buffer): Record the server name.
1194         (nnimap-parse-flags): Fix typo.
1195         (nnimap-request-scan): Run split on the server in general, not just a
1196         single group.
1197
1198         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1199         parameter, and propagate this downwards.
1200
1201         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1202         since EXAMINE changes it on the server.
1203
1204         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1205         this command might take a while.
1206
1207 2010-09-22  Julien Danjou  <julien@danjou.info>
1208
1209         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1210         harmful if you have 2 images side-by-side, they can't be properly
1211         update on text deletion.  Using text-property is safer here.
1212         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1213         data.
1214
1215 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * nnimap.el (nnimap-expunge-inbox): Removed.
1218         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1219         (nnimap-expunge): Flip default to t.
1220
1221         * gnus.el (gnus-method-to-server): Don't push things to the cache
1222         unless it's unique.
1223         (gnus-server-to-method): Ditto.
1224
1225 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1228
1229 2010-09-22  Julien Danjou  <julien@danjou.info>
1230
1231         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1232         get the start of data.
1233         (gnus-html-encode-url): Add this function to encode special chars in
1234         URL.
1235         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1236         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1237
1238         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1239         default.
1240         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1241
1242         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1243         images alt-text.
1244         (gnus-html-put-image): Put alt-text as help-echo.
1245
1246 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1249         * mm-util.el (mm-decompress-buffer)
1250         * nnir.el (nnir-run-find-grep)
1251         * pop3.el (pop3-list): Use 3rd arg of split-string.
1252
1253         * time-date.el (format-seconds): Comment fix.
1254
1255         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1256         and byte-optimize-form-code-walker.
1257         (dgnushack-make-auto-load): Don't advise make-autoload.
1258
1259         * lpath.el: Remove Emacs 21 stuff.
1260
1261 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1264         outside the active range.  Suggested by Dan Christensen.
1265
1266         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1267         slightly later to avoid double-getting it.
1268
1269         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1270         previous patch.
1271
1272         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1273
1274 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1275
1276         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1277
1278 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1279
1280         * gnus-int.el (gnus-open-server): Give a better error message in the
1281         "go offline" case.
1282
1283         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1284         marks for nnimap, which is seldom the right thing to do.
1285
1286         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1287         (gnus-same-method-different-name): New function.
1288
1289         * nnimap.el (parse-time): Require.
1290
1291         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1292         method in the presence of many similar methods.
1293
1294         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1295
1296         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1297         nnml-inhibit-expiry.
1298
1299         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1300         find out whether methods are equal.
1301
1302         * nnimap.el (nnimap-find-expired-articles): New function.
1303         (nnimap-process-expiry-targets): New function.
1304         (nnimap-request-move-article): Request the article before looking at
1305         what the Message-ID is.  Fix found by Andrew Cohen.
1306         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1307
1308         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1309         for oldness in addition to being a predicate.
1310
1311         * nnimap.el (nnimap-request-group): When we have zero articles, return
1312         the right data to Gnus.
1313         (nnimap-request-expire-articles): Only delete articles immediately if
1314         the target is 'delete.
1315
1316         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1317         method, this would bug out.
1318
1319         * gnus-group.el (gnus-group-expunge-group): Renamed from
1320         gnus-group-nnimap-expunge, and implemented as a normal interface
1321         function.
1322
1323         * gnus-int.el (gnus-request-expunge-group): New function.
1324
1325         * nnimap.el (nnimap-request-create-group): Implement.
1326         (nnimap-request-expunge-group): New function.
1327
1328 2010-09-21  Julien Danjou  <julien@danjou.info>
1329
1330         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1331         (gnus-html-cache-expired): Add new function.
1332         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1333         wethever we should display image for fetch it.
1334         Compute alt-text earlier to pass it to the fetching function too.
1335         (gnus-html-schedule-image-fetching): Change function argument to only
1336         get one image at a time, not a list.
1337         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1338         cache.
1339         (gnus-html-get-image-data): New function to retrieve image data from
1340         cache.
1341         (gnus-html-put-image): Change buffer argument to use image data rather
1342         than file, and place image above region rather than inserting a new
1343         one. Do not take alt-text as argument, since it's useless now: we place
1344         the image above alt-text.
1345         (gnus-html-prune-cache): Remove.
1346         (gnus-html-show-images): Start to fetch image when we find one, do not
1347         push into a temporary list.
1348         (gnus-html-prefetch-images): Only fetch image if they have expired.
1349         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1350         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1351
1352 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1355
1356 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1359         spec inser "*" if the group isn't active instead of 0.
1360
1361         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1362         opening the server.
1363         (nnimap-request-delete-group): Implement group deletion.
1364         (nnimap-transform-headers): Return the size of the entire message in
1365         the Bytes header, not just the size of the first part.
1366         (nnimap-request-move-article): When moving an article from nnimap,
1367         request the article first so the accepting form has an article to
1368         accept.  Reported by Dan Christensen.
1369         (nnimap-command): Make sure that the error message doesn't error out.
1370
1371 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1372
1373         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1374         we haven't requested anything.
1375
1376 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1379         "".  Fix found by Andrew Cohen.
1380
1381         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1382         instead of -encode-string.
1383
1384 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1387
1388         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1389         by mm-subst-char-in-string.
1390
1391 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1394         waiting for the connection string.
1395
1396         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1397         arriving.
1398
1399         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1400         bogus characters.  This allows selecting certain Gmail groups.
1401
1402         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1403         (nnimap-fetch-partial-articles): New variable.
1404         (nnimap-open-connection): When looking for credentials, also use the
1405         nnimap-server-port.
1406         (nnimap-request-article): Return the group/article number, so that Gnus
1407         `^' works as expected.
1408         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1409         them.
1410
1411         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1412         comments.
1413         (gnus-methods-sloppily-equal): New function.
1414         (gnus): When using the development version of Gnus, load the gnus-load
1415         file.
1416
1417         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1418         `gnus-open-server' on each method before trying to scan them etc.  This
1419         ensures that all the backend parameters are set correctly.
1420
1421         * nnimap.el (nnimap-authenticator): New variable.
1422         (nnimap-open-connection): Allow anonymous login.
1423         (nnimap-transform-headers): The chars header is called Chars not
1424         Bytes.
1425         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1426         drops.
1427
1428         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1429         patch, found by Knut Anders Hatlen.
1430
1431 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1432
1433         * gnus-agent.el (gnus-agent-batch-confirmation)
1434         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1435         to gnus-message.
1436         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1437         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1438         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1439         * gnus-int.el (gnus-open-server): Likewise.
1440         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1441         (gnus-score-check-syntax): Likewise.
1442         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1443         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1444         Likewise.
1445         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1446
1447 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1450         calling conventions so that prefetch doesn't bug out.
1451
1452 2010-09-19  Julien Danjou  <julien@danjou.info>
1453
1454         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1455         rather than `subst-char-in-region' in order to be able to replace ASCII
1456         char by UTF-8 ones.
1457
1458         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1459         than curl.
1460         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1461         the right URL and ALT text on images.
1462         (gnus-html-wash-tags): Fix tag case.
1463         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1464         (gnus-article-html): Add -o display_ins_del=2 option.
1465         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1466
1467 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1470         the extra mail headers, which sometimes seem to happen for unknown
1471         reasons.
1472
1473         * mail-parse.el (mail-header-encode-parameter): Define as
1474         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1475         (or most, perhaps?) mail readers don't understand the latter, but do
1476         understand the former.
1477
1478         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1479         to nil, so that no methods are automatically agentized.  I think this
1480         is probably what most users want.
1481
1482         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1483         from url-retrieve, for instance about invalid URLs.
1484
1485         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1486         groups that have no articles.
1487         (nnimap-request-article): Check that we really got an article when we
1488         requested one.
1489
1490         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1491         doesn't exist.
1492
1493         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1494         nntp buffer so the agent can save it.
1495         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1496         that CRLF doesn't get translated to \n.
1497         (nnimap-open-connection): Don't make 'shell commands only send \n.
1498
1499 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1500
1501         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1502         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1503         Update var name.
1504         (nnml-generate-nov-file): Use dolist.
1505         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1506         Use with-current-buffer.
1507
1508 2010-09-18  Julien Danjou  <julien@danjou.info>
1509
1510         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1511         parallel.
1512
1513 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1516         the range update right.
1517         (nnimap-request-group): Don't make `M-g' bug out on group with no
1518         marks.
1519         (nnoo): Required, so that other packages can require nnimap.
1520         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1521         command we're looking for.  This helps when the server sends more
1522         responses after we've gotten everything we expected.
1523         (nnimap): Add a `newlinep' field to keep track of end-of-line
1524         conventions.
1525         Don't send CRLF to things that don't want it.
1526         (nnimap-request-accept-article): Ditto.
1527
1528 2010-09-18  Julien Danjou  <julien@danjou.info>
1529
1530         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1531         than curl to retrieve images.
1532
1533 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1536         the marks.
1537         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1538         (nnimap-wait-for-connection): New function.
1539         (nnimap-open-connection): If we have PREAUTH, don't query for login
1540         credentials.
1541         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1542         when doing a partial update.
1543
1544 2010-09-18  Julien Danjou  <julien@danjou.info>
1545
1546         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1547         tags.
1548
1549 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * nnimap.el (nnimap-credentials): New function.
1552         (nnimap-open-connection): Use the new function to look for credentials
1553         also on the numeric equivalents of "imap" and "imaps".
1554
1555         * gnus-start.el (gnus-activate-group): Send the info to
1556         gnus-request-group.
1557
1558         * nnimap.el (nnimap-request-group): Have the "check" version of the
1559         function parse flags and update the info, so that a `M-g' get a total
1560         resync of all flags from the group.
1561
1562         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1563         to allow backends to alter the info on group selection.  Also alter all
1564         the backend -request-group functions to take the parameter.
1565
1566         * nnimap.el (nnimap-store-info): New function.
1567         (nnimap-update-info): Store the info for later usage.
1568         (nnimap-request-group): Use the stored info for the dont-check case, so
1569         that we don't retrieve all marks when we enter a group.
1570
1571         * nnimap.el: Use deffoo instead of defun for interface functions.
1572
1573         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1574         update the group info.  This makes the nndraft groups, for instance, go
1575         back to their old behaviour.
1576
1577         * gnus-sum.el (gnus-select-newsgroup): Indent.
1578
1579         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1580         in.
1581         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1582         nothing.
1583
1584         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1585         from methods that are denied.
1586
1587         * gnus-int.el (gnus-method-denied-p): New function.
1588
1589         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1590         store the password instead of netrc.
1591         (nnimap-open-connection): Don't error out when we can't make a
1592         connections.
1593
1594         * auth-source.el (auth-source-create): In the password prompt, say what
1595         we're querying for.  Also prompt for user name if that hasn't been
1596         given.
1597
1598         * nnimap.el (nnimap-with-process-buffer): Removed.
1599
1600 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1603         method when we're reading from the agent.
1604
1605         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1606
1607         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1608         that's probably most useful for users.
1609
1610         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1611         "failed" all the time.
1612
1613         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1614         ...)) with (with-current-buffer ... ).
1615
1616         * nntp.el (nntp-open-server): Return whether the open was successful or
1617         not.
1618
1619         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1620         select an unread unseen article first.
1621
1622         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1623         /etc/services, supply some sensible port defaults.
1624
1625         * dgnushack.el: Define netrc-credentials.
1626
1627 2010-09-17  Julien Danjou  <julien@danjou.info>
1628
1629         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1630
1631 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1632
1633         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1634         doesn't have any parameters.
1635
1636 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1639         only upcased checks.
1640
1641         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1642
1643         * nnimap.el (nnimap-open-shell-stream): New function.
1644         (nnimap-open-connection): Use it.
1645         (nnimap-transform-headers): Get the number of lines in each message.
1646         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1647         number of lines.
1648         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1649         problem.
1650
1651         * utf7.el (utf7-encode): Autoload.
1652
1653         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1654         to allow the mail splitting to not return a default group.  This is
1655         useful for nnimap, which will leave unmatched mail in the inbox.
1656
1657         * nnimap.el: Rewritten.
1658
1659         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1660         nnimap usage.
1661
1662         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1663         if the move is internal, so that nnimap can do fast internal moves.
1664
1665         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1666         data.
1667         (gnus-read-active-for-groups): Support finishing the early retrieval of
1668         data.
1669
1670         * gnus-range.el (gnus-range-nconcat): New function.
1671
1672         * gnus-int.el (gnus-finish-retrieve-group-infos)
1673         (gnus-retrieve-group-data-early): New functions.
1674
1675 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1676
1677         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1678         (nnrss-retrieve-groups):
1679         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1680         (pop3-quit): Use with-current-buffer.
1681
1682 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1685         instead of nnheader-accept-process-output.
1686
1687         * dgnushack.el (dgnushack-compile): Add comment.
1688
1689         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1690
1691         * gnus-html.el (gnus-html-schedule-image-fetching)
1692         (gnus-html-prefetch-images): Replace process-kill-without-query by
1693         gnus-set-process-query-on-exit-flag.
1694
1695 2010-09-16  Romain Francoise  <romain@orebokech.com>
1696
1697         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1698
1699 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1702         parameter to unintern is mandatory-ish in Emacs 24.
1703
1704         * gnus-html.el (gnus-html-schedule-image-fetching)
1705         (gnus-html-prefetch-images): Check for curl before using it.
1706
1707         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1708         depend on curl, which isn't essential.
1709
1710         * imap.el: Revert back to version
1711         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1712         seem problematic.
1713
1714 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1715
1716         * gnus-registry.el (gnus-registry-install-shortcuts):
1717         Explicitly pass `obarray' to `unintern' to avoid a warning.
1718
1719 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1722         change.
1723
1724         * nnrss.el (nnrss-request-list): Removed this function and related
1725         functions, including the moreover stuff.
1726
1727 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * nnrss.el (nnrss-retrieve-groups): New function.
1730
1731 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1732
1733         * .dir-locals.el: Add no-byte-compile cookie.
1734
1735 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * time-date.el (format-seconds): Comment fix.
1738
1739         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1740         for back end that doesn't support request-scan.
1741
1742 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1745         then do request scans from the backends.
1746
1747         * netrc.el (netrc-credentials): New conveniency function.
1748
1749         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1750         avoid running a hook per line, since this takes a lot of time,
1751         profiling shows.
1752         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1753         directly if gnus-visual-p is true.
1754
1755 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1758         groups; replace mapcar with dolist which is a bit faster; pass groups
1759         info to gnus-read-active-file-1.
1760         (gnus-read-active-file-1): Scan only specified groups if the new
1761         optional arg `infos' is given.
1762
1763 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1766
1767         * pop3.el (pop3-movemail): Removed.
1768         (pop3-streaming-movemail): Renamed to pop3-movemail.
1769
1770         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1771         don't restrict end-tag searches to the end of the line.
1772
1773 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1776         articles of every unchecked group to t, which means unknown since the
1777         server has never been opened.
1778
1779 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-html.el (gnus-html-show-alt-text): New command.
1782         (gnus-html-browse-image): Ditto.
1783         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1784         to browse the image directly.
1785         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1786         better.
1787
1788         * gnus-async.el (gnus-async-article-callback): Call
1789         `gnus-html-prefetch-images' unconditionally.
1790
1791         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1792         before feeding URLs to curl.
1793
1794 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1797         internal images as deletable by `W D D'.
1798
1799         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1800         (gnus-async-article-callback): Fix typo.
1801
1802 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1805         current line to work around bugs in the output from w3m.
1806
1807         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1808         for groups that want that.
1809
1810         * nntp.el (nntp-wait-for-string): Supply a timeout for
1811         accept-process-output to ensure progress.
1812
1813         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1814         level to get unread articles from, then use that for foreign groups,
1815         too.
1816
1817         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1818         confuses the rest of the function.
1819
1820         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1821         for the methods that support -retrieve-groups, too.
1822
1823         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1824
1825 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1826
1827         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1828         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1829
1830         * pop3.el: Require cl when compiling.
1831         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1832
1833 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1836         that aren't going to be activated.
1837         (gnus-get-unread-articles): Fix up the last commit.
1838
1839         * gnus-html.el (gnus-article-html): Allow calling without specifying
1840         the handle.  In that case, dissect the buffer first.
1841
1842         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1843
1844         * nnimap.el (nnimap-open-connection): Revert the change that would look
1845         into authinfo for imaps instead of imap.
1846
1847         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1848         say that you don't want to call gnus-request-group with don-check, but
1849         do check the reponse.  This is for virtual groups only.
1850         (gnus-get-unread-articles): Count the archive groups as secondary, so
1851         that they're activated the same way as before.
1852
1853         * imap.el (imap-message-map): Removed optional buffer parameter, since
1854         no callers use it.
1855         (imap-message-get): Ditto.
1856         (imap-message-put): Ditto.
1857         (imap-mailbox-map): Ditto.
1858         (imap-mailbox-put): Ditto.
1859         (imap-mailbox-get): Ditto.
1860         (imap-mailbox-get): Revert last change for this function.
1861
1862         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1863         case-insensitively.
1864         (nnimap-debug): Removed.
1865
1866         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1867         to use `imap-fetch' instead.  According to the comments, this should be
1868         safe, since all other IMAP clients use the 1:* syntax.
1869         (imap-enable-exchange-bug-workaround): Removed.
1870         (imap-debug): Removed -- doesn't seem very useful.
1871
1872         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1873         mail from a file, and the file doesn't exist.
1874
1875         * imap.el (imap-log): New convenience function used throughout instead
1876         of repeating the same code all over the place.
1877
1878         * pop3.el (pop3-streaming-movemail): Return t for success.
1879
1880         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1881         .authinfo if we're using ssl connection.
1882
1883         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1884         already have if we're in a main Gnus `g' run.
1885
1886         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1887
1888 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1891
1892         * nnmh.el (nnmh-request-list-1): Bind `file'.
1893
1894         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1895         alias to set-process-query-on-exit-flag or process-kill-without-query.
1896         (pop3-open-server): Use it.
1897
1898 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1901         box to the Incoming file.  Fixes mistake in previous checkin.
1902
1903         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1904         request loop (for debugging purposes) removed.
1905
1906         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1907         culprit is more visible.
1908         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1909         (nnml-add-incremental-nov): New functions to do "incremental" nov
1910         updates, where we just append to the end of the existing nov files
1911         without reading/writing them in full.
1912
1913         * mail-source.el (mail-source-delete-crash-box): Really only check the
1914         incoming files once in a while.
1915
1916         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1917
1918         * mail-source.el (mail-source-delete-crash-box): Only check the
1919         incoming files for deletion once per day to save a lot of file
1920         accesses.
1921
1922         * pop3.el (pop3-logon): Fix up unbound variable typo.
1923
1924         * mail-source.el (pop3-streaming-movemail): Autoload.
1925
1926         * pop3.el (pop3-streaming-movemail): Respect
1927         pop3-leave-mail-on-server.
1928
1929         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1930         retrieval.
1931
1932         * pop3.el (pop3-process-filter): Removed unused function.
1933         (pop3-streaming-movemail, pop3-send-streaming-command)
1934         (pop3-wait-for-messages, pop3-write-to-file)
1935         (pop3-number-of-responses): New functions for streaming pop3
1936         retrieval.
1937
1938         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1939         come from no known methods.
1940         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1941         list.
1942
1943         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1944         message sizes.
1945         (pop3-movemail): Use erase-buffer instead of looping and deleting
1946         regions, which seems rather odd.
1947
1948         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1949         file once per `g' run.
1950
1951         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1952         directories.  This makes the draft queue directory work.
1953
1954         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1955         data from the backends, so that we only request the list of groups from
1956         each method once.  This should speed things up considerably.
1957
1958         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1959         detect that it's not implemented.
1960
1961         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1962         we actually do recurse down into the tree, but don't stat all leaf
1963         nodes.
1964
1965         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1966         then say so instead of bugging out.
1967
1968         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1969         files exist before trying to read them.
1970
1971         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1972         around <pre_int>.
1973
1974         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1975
1976         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1977
1978 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * mm-util.el (mm-image-load-path): Just return the image directories,
1981         not all directories in the path in addition to the image directories.
1982         (mm-image-load-path): Maintain a cache of the image directories so that
1983         the `g' command in Gnus doesn't have to stat dozens of directories each
1984         time.
1985
1986         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1987         (gnus-html-wash-tags): Add a new `i' command to insert images.
1988         (gnus-html-insert-image): New command and keystroke.
1989         (gnus-html-redisplay-with-images): New command and keystroke.
1990         (gnus-html-show-images): Renamed command.
1991         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1992         spacers.
1993         (gnus-html-wash-tags): Decode entities at the end, so that entities
1994         inside the tags don't mess up the rest of the "parsing".
1995
1996         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1997         so that nnimap methods aren't agentized by default.  There's apparently
1998         many problems related to agent/imap behaviour.
1999
2000         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2001
2002         * gnus-html.el: Doc fix.
2003
2004 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2007         specifier-spec-list for Emacs 21.
2008
2009         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2010         glyph-width and glyph-height instead of display-graphic-p and
2011         image-size; make avoidance of displaying small images work for XEmacs.
2012
2013         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2014         for XEmacs.
2015
2016         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2017         of symbol that holds plist data.
2018         (gnus-process-plist): Remove plist of process after getting it.
2019
2020 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * message.el (message-generate-hashcash): Change default to
2023         'opportunistic if hashcash is installed.
2024
2025         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2026         (gnus-html-put-image): Only call image-size once, since it's somewhat
2027         time-consuming on remote X servers.
2028
2029 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2032         type on data, not a file name.
2033
2034         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2035         window-pixel-edges for Emacs 21.
2036
2037         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2038         decoded contents.
2039         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2040
2041 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2044         group line format, since it isn't very interesting.
2045
2046         * gnus-agent.el (gnus-agent-short-article),
2047         (gnus-agent-long-article): Increase values for these two variables,
2048         since most people are likely to have more network connection and
2049         storage than before.
2050
2051         * gnus.el (gnus-refer-article-method): Change default to 'current.
2052         When referring an article, the common behaviour is to refer it from the
2053         current select method, not the native select method.  The chances of
2054         the native select method having the message in question is rather slim
2055         these days.
2056
2057         * gnus-sum.el (gnus-auto-select-subject): Change default to
2058         `unseen-or-unread'.  I think it's likely that most people want to
2059         select an unseen article over a previously seen, but unread one.
2060
2061         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2062         means that in the article buffer none of the minor mode elements will
2063         be shown, usually, and this is not desirable in most cases.
2064
2065         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2066         that commands like `d' (and the like) go to the next line in the
2067         buffer, instead of the next unread article.  I think this is the
2068         behaviour that is most natural for most users.
2069         (gnus-single-article-buffer): Change default to nil, so that people can
2070         have as many article buffers open as they have summary buffer.  I think
2071         this is the most natural way for the groups to behave.
2072
2073         * message.el (message-generate-new-buffers): Change default to
2074         `unsent', so that all new message buffers start their names with the
2075         string "*unsent", and it's easier to find the buffers if you move from
2076         them.
2077
2078 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2081         small.  They're probably tracking images.
2082         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2083         (gnus-html-rescale-image): Yet another try at getting the image sizing
2084         right.
2085
2086         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2087         nntp-marks-file-name is nil.
2088
2089 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2090
2091         * gnus-html.el (gnus-html-wash-tags)
2092         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2093         Better logging.
2094
2095 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2098
2099         * gnus-html.el (gnus-html-wash-tags): Check the value of
2100         gnus-blocked-images in the summary buffer.
2101
2102 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2105
2106 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2109         like "a", it seems like.
2110         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2111         since it needs to be picked from the correct buffer.
2112
2113         * nnwfm.el: Removed.
2114
2115         * nnlistserv.el: Removed.
2116
2117 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2120         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2121
2122 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * nnkiboze.el: Removed.
2125
2126         * nndb.el: Removed.
2127
2128         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2129         alt text.
2130         (gnus-html-rescale-image): Try to get the rescaling logic right for
2131         images that are just wide and not tall.
2132
2133         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2134         overshadow variable bindings.
2135
2136 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2137
2138         * gnus-html.el (gnus-html-wash-tags)
2139         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2140         extra logging.
2141
2142 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2145         (gnus-max-image-proportion): New variable.
2146         (gnus-html-rescale-image): New function.
2147         (gnus-html-put-image): Rescale images.
2148
2149 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2150
2151         Fix up some byte-compiler warnings.
2152         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2153         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2154         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2155         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2156         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2157         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2158         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2159
2160 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-html.el (gnus-article-html): Decode contents by charset.
2163
2164 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2167         (gnus-html-frame-width, gnus-blocked-images)
2168         * message.el (message-prune-recipient-rules): Add custom version.
2169         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2170
2171         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2172         functions.
2173
2174         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2175         gnus-process-get.
2176
2177 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2178
2179         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2180         instead of lsub directly.
2181
2182 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * nnwarchive.el: Removed.
2185
2186         * gnus-soup.el: Removed.
2187
2188         * nnsoup.el: Removed.
2189
2190         * nnultimate.el: Removed.
2191
2192         * gnus-html.el (gnus-blocked-images): New variable.
2193
2194         * message.el (message-prune-recipients): New function.
2195         (message-prune-recipient-rules): New variable.
2196
2197         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2198         guess whether a long line is natural text or not.
2199
2200         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2201         gnus-process-plist and friends for compatibility.
2202
2203 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2204
2205         * gnus-html.el: Require packages that define macros used in this file.
2206         (gnus-article-mouse-face): Declare to silence byte-compiler.
2207         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2208         process-get.
2209         (gnus-html-put-image): Use plist-get to avoid getf.
2210         (gnus-html-prefetch-images): Use with-current-buffer.
2211
2212 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * gnus-ems.el: Provide compatibility functions for
2215         gnus-set-process-plist.
2216
2217         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2218         header-line-format for XEmacs 21.4.
2219
2220         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2221         * gnus.el (gnus-valid-select-methods)
2222         * message.el (message-send-mail-partially-limit)
2223         * mm-decode.el (mm-text-html-renderer)
2224         * mml.el (mml-insert-mime-headers-always)
2225         * smiley.el (smiley-regexp-alist): Bump custom version.
2226
2227 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus-html.el: require mm-url.
2230         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2231         with the url to `url'.
2232         (gnus-html-wash-tags): Support cid: URLs/images.
2233
2234 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2237         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2238         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2239
2240         * gnus-move.el: Removed file, since it doesn't really work.
2241
2242         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2243         UTF-8.  This seems to fix problems with some German web feeds.
2244
2245         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2246         at the top so that the proper colours are applied.
2247
2248         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2249         don't have dots in their names.
2250
2251         * gnus-art.el (gnus-article-view-part): Doc fix.
2252
2253         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2254         XEmacs-compatible.
2255         (gnus-html-put-image): Don't do images on non-graphic displays.
2256
2257         * nnslashdot.el: Removed this unused backend.
2258
2259         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2260         actions.
2261         (gnus-undo-register-1): Revert last change.
2262
2263         * gnus-group.el (gnus-group-completing-read): Protect against not
2264         having completion-styles bound.
2265
2266         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2267         make broken recipients happier.
2268
2269         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2270
2271         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2272         point parameter.
2273
2274         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2275
2276         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2277         completion-styles for group selection.
2278
2279 2009-02-04  Andreas Schwab  <schwab@suse.de>
2280
2281         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2282         headers and regexp-quote the match if necessary.
2283
2284 2009-03-24  Miles Bader  <miles@gnu.org>
2285
2286         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2287         the blinking smiley.
2288
2289 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2290
2291         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2292         blink smiley.
2293
2294 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2297         where the dribbel file lives exists.
2298
2299         * message.el (message-send-mail-partially-limit): Change the default to
2300         nil, since most people don't want this.
2301
2302         * mm-url.el (mm-url-decode-entities): Also decode entities like
2303         &#x3212.
2304
2305 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2306
2307         * gnus-sum.el (gnus-summary-idna-message):
2308         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2309         Hyperlink urls in docstrings with URL `...'.
2310
2311 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2312
2313         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2314         functions.
2315
2316 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2319         say what the mouseover text should be.
2320
2321         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2322         version of the mm-w3m-safe-url-regexp variable to only download images
2323         in the groups where we want that to happen.
2324
2325         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2326
2327         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2328         easier debugging.
2329         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2330         big pictures in the article buffer.
2331
2332         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2333         gnus-article-html.
2334         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2335         w3m.
2336
2337         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2338
2339 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2342         which doesn't exist.
2343
2344         * message.el (message-inhibit-ecomplete): New variable to allow some
2345         function to inhibit ecomplete address storage.
2346         (message-resend): Disable ecomplete message storage when resending
2347         messages.
2348
2349         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2350
2351 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2354         Save excursion while copying, moving, and deleting articles in order to
2355         prevent the cursor from jumping to unforeseen place.
2356
2357 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * lpath.el: No need to bind bookmark-current-buffer,
2360         bookmark-yank-point and bookmark-make-record-function.
2361
2362 2010-08-17  Glenn Morris  <rgm@gnu.org>
2363
2364         * gnus-sync.el: Require gnus components whose functions are used.
2365
2366         * gnus-art.el (bookmark-make-record-function):
2367         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2368         Declare for compiler.
2369
2370         * mm-url.el (mml-compute-boundary): Autoload.
2371
2372 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2375
2376 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         Typo fix "hoo4a" -> "hook".
2379
2380         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2381
2382 2010-08-14  Glenn Morris  <rgm@gnu.org>
2383
2384         * gnus-sync.el (gnus-sync): Fix defgroup version.
2385
2386 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2387
2388         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2389
2390         * gnus-sync.el: Fix docs.
2391         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2392         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2393
2394 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         Optimizations for gnus-sync.el.
2397
2398         * gnus-sync.el: Add docs about gnus-sync-backend
2399         possibilities.
2400         (gnus-sync-save): Remove unnecessary message.
2401         (gnus-sync-read): Optimize and show what groups were skipped.
2402
2403 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2404
2405         Minor bug fixes for gnus-sync.el.
2406
2407         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2408         read the sync on get-new-news.
2409
2410         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2411         quiet.
2412
2413         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2414
2415 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2416
2417         Make saving and restoring of hidden threads work with overlays.
2418         Patch applied by Ted Zlatanov.
2419
2420         * gnus-sum.el (gnus-hidden-threads-configuration)
2421         (gnus-restore-hidden-threads-configuration): Update to deal with text
2422         properties, rather than searching for a magic character.
2423
2424 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2425
2426         New gnus-sync.el library for synchronization of marks.
2427
2428         * gnus-sync.el: New library for synchronization of marks.
2429
2430         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2431         renamed from `gnus-registry-grep-in-list'.
2432
2433         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2434
2435         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2436
2437 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2440         determining charset of text fails.
2441
2442 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * nnmail.el (nnmail-get-new-mail-1): Revert.
2445
2446         * nnml.el (nnml-active-number): Make sure names of newly created groups
2447         in nnml-group-alist are encoded.
2448
2449 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2452         containing non-ASCII characters in active file for nnml back end.
2453
2454 2010-07-24  David Engster  <dengste@eml.cc>
2455
2456         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2457         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2458
2459 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2460
2461         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2462         tag (Bug#6654).
2463
2464 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2467         the article buffer, not the summary buffer.
2468
2469 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2472         Emacs 23 as well.
2473
2474 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2477         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2478
2479 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2480
2481         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2482         Patch applied by Karl Fogel.
2483
2484         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2485         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2486
2487 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2488
2489         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2490         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2491         C-w still not working correctly from Article buffers; Thierry's
2492         patch to fix that will be applied after this.
2493
2494         * gnus-art.el (bookmark-make-record-function): New local variable.
2495
2496         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2497         article buffer.
2498         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2499
2500 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2501
2502         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2503         on changes in bookmark.el.
2504
2505 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2508         `no-log' instead of message not to log prompt string.
2509
2510 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2511
2512         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2513         the *other* type of HTML form submission.
2514
2515 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2516
2517         * auth-source.el (auth-source-pick): If choice does not contain a
2518         questioned keyword, set the check to t.
2519
2520 2010-06-12  Romain Francoise  <romain@orebokech.com>
2521
2522         * gnus-util.el (gnus-date-get-time): Move up before first use.
2523
2524 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2527         (gnus-article-edit-part): Bind it to make last part that is substituted
2528         or deleted visible.
2529         (gnus-mime-display-single): Buttonize part of which id equals to
2530         gnus-mime-buttonized-part-id.
2531
2532 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2533
2534         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2535         (gnus-dd-mmm): Use gnus-date-get-time.
2536         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2537         simplify logic.
2538         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2539         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2540
2541 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2542
2543         * auth-source.el (top): Autoload `secrets-list-collections',
2544         `secrets-create-item', `secrets-delete-item'.
2545         (auth-sources): Fix tag string.
2546         (auth-get-source, auth-source-retrieve, auth-source-create)
2547         (auth-source-delete): New defuns.
2548         (auth-source-pick): Rewrite in order to avoid 2 passes.
2549         (auth-source-forget-user-or-password): New parameter USERNAME.
2550         (auth-source-user-or-password): New parameters CREATE-MISSING and
2551         DELETE-EXISTING.  Retrieve password interactively, if needed.
2552
2553 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2554
2555         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2556         deleting unused directories when gnus-expert-user is t.
2557
2558 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2561         for each temp file when gnus-article-browse-delete-temp is ask.
2562
2563 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2564
2565         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2566         Lisp calls to delete-backward-char by calls to delete-char.
2567
2568 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2569
2570         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2571
2572 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2573
2574         * password-cache.el (password-cache-remove): Fix docstring.
2575
2576 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2579         article unless decoding article to be saved.
2580
2581 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2584         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2585         generated within the mm-with-unibyte-current-buffer macro.
2586
2587 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2590         to nil when we're in a mml-preview buffer and no group is selected.
2591
2592 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2593
2594         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2595         when catching the `C-g'.  Reported by "Leo".
2596
2597 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * message.el (message-forward-make-body-plain)
2600         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2601         multibyte-string-p.
2602
2603         * lpath.el: Revert.
2604
2605 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * message.el (message-forward-make-body-mml): Assume original message
2608         is multibyte string; error on unibyte.
2609         (message-forward-make-body-plain): Ditto; don't add excessive newline
2610         in body end.
2611
2612         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2613
2614 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2615
2616         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2617         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2618
2619 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * mm-extern.el (mm-extern-url): Don't use
2622         mm-with-unibyte-current-buffer.
2623         (mm-extern-cache-contents): Use with-current-buffer instead of
2624         save-excursion + set-buffer.
2625
2626 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * mm-util.el (mm-emacs-mule): Remove.
2629
2630 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2631
2632         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2633         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2634         change.
2635
2636 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2639         bind the default value of enable-multibyte-characters to nil.
2640
2641 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * message.el (message-forward-make-body-plain)
2644         (message-forward-make-body-mml):
2645         Don't use mm-with-unibyte-current-buffer.
2646
2647 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2648
2649         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2650
2651 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2652
2653         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2654         (Bug#5592).
2655
2656 2010-05-07  Julien Danjou  <julien@danjou.info>
2657
2658         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2659         it to mm-pipe-part.
2660
2661         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2662         it is given.
2663
2664 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * binhex.el (binhex-decode-region-internal)
2667         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2668         (dns-query)
2669         * nnweb.el (nnweb-gmane-search)
2670         * pgg-parse.el (pgg-parse-armor)
2671         * pgg.el (pgg-verify-region)
2672         * sha1.el (sha1-string-external)
2673         * uudecode.el (uudecode-decode-region-internal)
2674         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2675         XEmacs.
2676
2677         * gnus-art.el (gnus-article-browse-html-parts)
2678         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2679         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2680         make-temp-file.
2681
2682         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2683         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2684         compiling.
2685
2686         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2687         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2688         XEmacs when compiling.
2689
2690         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2691         gnus-pick-mode-off-hook for XEmacs when compiling.
2692         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2693         gnus-binary-mode-off-hook for XEmacs when compiling.
2694
2695         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2696         nil if char-charset is not available.
2697
2698         * imap.el (imap-disable-multibyte)
2699         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2700         macros.
2701
2702         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2703         instead of encode-coding-string.
2704
2705         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2706         'xemacs) instead of mm-emacs-mule to switch function definitions.
2707         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2708
2709         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2710         bind temporary-file-directory for XEmacs;
2711         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2712         timer-set-function for XEmacs 21.4 and SXEmacs;
2713         bind timer-list for XEmacs 21.4 and SXEmacs;
2714         fbind char-charset and find-charset-region for non-Mule XEmacs;
2715         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2716         encode-coding-region and encode-coding-string for XEmacs having no
2717         file-coding feature.
2718
2719 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2720
2721         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2722
2723 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2726         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2727
2728 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2729
2730         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2731         alias `jka-compr-delete-temp-file' no longer exists.
2732
2733 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2734
2735         Use define-minor-mode in Gnus where applicable.
2736         * mml.el (mml-mode): Use define-minor-mode.
2737         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2738         (gnus-undo-mode): Use define-minor-mode.
2739         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2740         (gnus-dead-summary-mode): Use define-minor-mode.
2741         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2742         Initialize in declaration.
2743         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2744         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2745         (gnus-mailing-list-mode): Use define-minor-mode.
2746         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2747         (gnus-draft-mode): Use define-minor-mode.
2748         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2749         (gnus-dired-mode): Use define-minor-mode.
2750
2751 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2752
2753         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2754         handles on recursive mml-to-mime translation and check them for
2755         boundary delimiter collisions.  Reported by Greg Troxel.
2756
2757 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2760
2761 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2762
2763         * mm-util.el (mm-find-buffer-file-coding-system):
2764         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2765
2766 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2767
2768         * message.el (message-generate-headers): Record insertion of optional
2769         headers as well.  Otherwise the check to prevent repeated insertion of
2770         optional headers is a no-op.
2771
2772 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         * smime.el: Don't mention CVS.
2775
2776         * nnrss.el (nnrss-fetch): Don't mention CVS.
2777
2778         * nnir.el: Don't mention CVS.
2779
2780 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2781
2782         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2783
2784 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * lpath.el: Fbind bookmark-default-handler,
2787         bookmark-get-bookmark-record, bookmark-make-record-default,
2788         bookmark-prop-get for Emacs <23 and XEmacs.
2789
2790 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2791
2792         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2793         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2794         Use with-current-buffer to silence the byte-compiler.
2795         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2796         bother to require `gnus'.
2797         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2798
2799 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2800
2801         * gnus-sum.el (gnus-summary-bookmark-make-record)
2802         (gnus-summary-bookmark-jump): New functions.
2803         (gnus-summary-mode): Setup bookmark support.
2804
2805 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2806
2807         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2808         if set.
2809
2810 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2811
2812         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2813         gnus-article-browse-html-save-cid-image; make it work recursively for
2814         forwarded messages as well.
2815         (gnus-article-browse-html-parts): Work when prefix arg is given.
2816         (gnus-article-browse-html-article): Doc fix.
2817
2818 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2819
2820         * message.el (message-default-mail-headers):
2821         (message-default-headers): Carry the value mail-default-headers over
2822         into message-default-mail-headers, rather than message-default-headers.
2823
2824 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2825
2826         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2827         charset.
2828
2829         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2830         charset into the <meta> tag when the article is encoded to utf-8.
2831
2832 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2835         directories as well.
2836         (gnus-article-browse-html-parts): Work for images that do not specify
2837         file names; delete temp directory when quitting; insert header at the
2838         right place; use file: scheme for image files.
2839
2840 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2841
2842         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2843         (gnus-article-browse-html-parts): Use it to make temporary cid image
2844         files in addition to html file so that browser may display them.
2845
2846 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2849
2850 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2853
2854 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2855
2856         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2857         about Secret Service API sources.  Improve Customize options.
2858         (auth-source-pick): Change to accept any number of search parameters.
2859         Implement fallbacks iteratively, not recursively.  Add scoring on the
2860         second pass and sort by score.  Call Secret Service API when needed.
2861         (auth-source-user-or-password): Use it.  Call Secret Service API
2862         directly when needed to get the user name and the password.
2863
2864 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2865
2866         * message.el (message-interactive): Doc fix.
2867         (message-qmail-inject-args): Reflow.
2868         (message-kill-to-signature): Fix typo in docstring.
2869
2870         * smiley.el (smiley-buffer): Fix typo in docstring.
2871
2872 2010-03-24  Glenn Morris  <rgm@gnu.org>
2873
2874         * mail-source.el (gnus-message): Declare.
2875         (mail-source-delete-old-incoming): Require gnus-util.
2876
2877 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2880
2881         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2882
2883         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2884         password-cache's default if it is not bound.
2885         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2886         password-cache-expiry's default if it is not bound.
2887
2888         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2889         available in Emacs 21.
2890
2891         * lpath.el: Suppress compiler warnings for:
2892         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2893         XEmacs;
2894         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2895         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2896         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2897
2898 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2899
2900         * auth-source.el (auth-sources): Fix up definition so extra parameters
2901         are always inline.
2902
2903 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2904
2905         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2906         wasn't updated after mismatch.  Clear cached mailbox info correctly
2907         when uidvalidity changes.
2908         (nnimap-group-prefixed-name): New function to avoid some code
2909         duplication.
2910         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2911         (nnimap-request-group): Use it.
2912         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2913         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2914         with many imap folders.  This is done by caching the group status from
2915         the imap server persistently in a group parameter `imap-status'.  (This
2916         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2917         but not persistently, so every Gnus startup was still very slow.)
2918
2919 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2920
2921         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2922         delete the extra newline.  Otherwise editing of :string and :number
2923         types don't work.
2924
2925 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2926
2927         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2928         secrets.el dependency.
2929         (auth-sources): Add optional user name.  Add secrets.el configuration
2930         choice (unused right now).
2931
2932 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2933
2934         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2935         `gnus-registry-install-shortcuts' fill in the functions.
2936
2937         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2938         warnings.
2939         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2940         (gnus-registry-install-shortcuts): Populate and use it in a
2941         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2942
2943 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2944
2945         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2946         In-place substitutions for the group name encoding/decoding.
2947         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2948         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2949         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2950         (nnimap-update-unseen, nnimap-request-list)
2951         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2952         (nnimap-request-set-mark, nnimap-split-to-groups)
2953         (nnimap-split-articles, nnimap-request-newgroups)
2954         (nnimap-request-create-group, nnimap-request-accept-article)
2955         (nnimap-request-delete-group, nnimap-request-rename-group)
2956         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2957         `encoded-mbx' for consistency.
2958         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2959         variable `imap-current-mailbox'.
2960
2961         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2962         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2963
2964 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2965
2966         * pop3.el (pop3-display-message-size-flag): Display message size byte
2967         counts during POP3 download.
2968         (pop3-movemail): Use it.
2969         (pop3-list): Implement listing of available messages.
2970
2971 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2972
2973         * nnir.el (nnir-get-article-nov-override-function): New function to
2974         override the normal NOV retrieval.
2975         (nnir-retrieve-headers): Use it.
2976
2977 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2978
2979         * auth-source.el (netrc-machine-user-or-password): Autoload.
2980
2981 2010-03-19  Glenn Morris  <rgm@gnu.org>
2982
2983         Stop message.el from loading about 40 libraries it doesn't always need.
2984         The general approach is to autoload rather than require, and to
2985         require in the specific functions rather than the file.  (Bug#5642)
2986
2987         * gmm-utils.el: Don't require wid-edit.
2988         (widget-create-child-value, widget-convert, widget-default-get):
2989         Autoload.
2990
2991         * gnus-util.el: Don't require time-date, netrc.
2992         (message-fetch-field, gnus-group-name-decode): Declare rather than
2993         autoloading.
2994         (gnus-fetch-field): Require message.
2995         (gnus-decode-newsgroups): Require gnus-group.
2996
2997         * ietf-drums.el: Don't require time-date.
2998
2999         * message.el: Don't require hashcash, canlock, ecomplete.
3000         Do require mail-utils.  Require nnheader only when compiling.
3001         (smtpmail-default-smtp-server): Remove declaration.
3002         (message-send-mail-function): Check smtpmail-default-smtp-server
3003         is bound rather than requiring smtpmail.
3004         (message-auto-save-directory, message-insert-signature): Use
3005         expand-file-name rather than nnheader-concat.
3006         (nnheader-insert-file-contents): Autoload.
3007         (hashcash-wait-async): Declare.
3008         (message-send-mail): Only call gnus-setup-posting-charset if
3009         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3010         (message-send-mail-with-sendmail): Require sendmail.
3011         (canlock-password, canlock-password-for-verify): Declare.
3012         (message-canlock-password): Require canlock.
3013         (nnheader-get-report): Autoload.
3014         (gnus-setup-posting-charset): Declare.
3015         (message-send-news): Require gnus-msg.
3016         (message-make-references, message-make-in-reply-to): Use mail-header-id
3017         rather than the alias mail-header-message-id.
3018         (ecomplete-add-item, ecomplete-save): Declare.
3019         (message-put-addresses-in-ecomplete): Require ecomplete.
3020         (ecomplete-display-matches): Autoload.
3021
3022         * mm-decode.el: Don't require mailcap, gnus-util.
3023         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3024         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3025         Autoload.
3026         (mailcap-mime-extensions): Declare.
3027
3028         * mm-encode.el: Don't require mailcap.
3029         (mailcap-extension-to-mime): Autoload.
3030
3031         * mml-sec.el: Don't require password-cache.
3032
3033         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3034         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3035         (mml-minibuffer-read-type): Require mailcap.
3036         (mml-preview): Require gnus-msg.
3037
3038         * mml1991.el: Require password-cache.
3039         (password-cache-expiry): Remove declaration.
3040
3041         * mml2015.el: Require password-cache.
3042         (password-cache-expiry): Remove declaration.
3043
3044         * nneething.el (mailcap): Require mailcap.
3045
3046         * nnheader.el (declare-function): Add compatibility stub.
3047         (message-remove-header): Declare rather than autoload.
3048         (nnheader-replace-header): Require message.
3049
3050         * nnimap.el (declare-function): Add compatibility stub.
3051         (netrc-parse, netrc-machine-user-or-password): Declare.
3052         (nnimap-open-connection): Require netrc.
3053
3054         * nntp.el (declare-function): Add compatibility stub.
3055         (netrc-parse, netrc-machine, netrc-get): Declare.
3056         (nntp-send-authinfo): Require netrc.
3057
3058         * rfc2047.el: Don't require qp.
3059         (quoted-printable-encode-region, quoted-printable-decode-string):
3060         Autoload.
3061
3062         * sieve-mode.el: Don't require easymenu.
3063         (easy-menu-add-item): Autoload it.
3064
3065         * spam-stat.el (time-to-number-of-days): Autoload it.
3066
3067 2010-03-19  Glenn Morris  <rgm@gnu.org>
3068
3069         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3070
3071 2010-03-18  Glenn Morris  <rgm@gnu.org>
3072
3073         * hashcash.el (declare-function): Remove duplicate definition.
3074
3075 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3076
3077         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3078         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3079         value if any backslash escapes).
3080
3081 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3084         if it is available.  (bug#5647)
3085
3086         * lpath.el: Suppress compiler warning for coding-system-from-name for
3087         Emacs 21 and XEmacs.
3088
3089 2010-03-14  Juri Linkov  <juri@jurta.org>
3090
3091         * hmac-def.el:
3092         * hmac-md5.el:
3093         * netrc.el: Fix keywords.
3094
3095 2010-02-26  Glenn Morris  <rgm@gnu.org>
3096
3097         * message.el (message-send-mail-function): Change the default, so that
3098         it inherits from a customized send-mail-function.  (Bug#5643)
3099
3100 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3101
3102         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3103         shell-command-to-string signals an error (bug#5299).
3104
3105 2010-02-24  Glenn Morris  <rgm@gnu.org>
3106
3107         * message.el (message-smtpmail-send-it)
3108         (message-send-mail-with-mailclient): Doc fixes.
3109
3110 2010-02-16  Glenn Morris  <rgm@gnu.org>
3111
3112         * message.el (message-default-mail-headers): Change the default value
3113         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3114
3115 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3118         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3119
3120 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3121
3122         * time-date.el (date-to-time): Doc fix (Bug#5408).
3123
3124 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3125
3126         * message.el (message-mail): Just pass yank-action on to message-setup.
3127         (message-setup): Handle (FUN . ARGS) form of yank-action.
3128         (message-with-reply-buffer, message-widen-reply)
3129         (message-yank-original): Handle non-buffer values of
3130         message-reply-buffer (Bug#4080).
3131         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3132
3133 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3134
3135         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3136         Fix typo in docstring.
3137
3138 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3139
3140         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3141         response.
3142
3143 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3146
3147         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3148
3149         * message.el (message-check-news-header-syntax): Protect against a
3150         string that `rfc822-addresses' returns when parsing fails.
3151
3152 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3155         (gnus-previous-char-property-change): New functions.
3156
3157         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3158
3159 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3160
3161         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3162         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3163
3164 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3165
3166         * message.el (message-exchange-point-and-mark): Rework last change to
3167         avoid using optional arg of exchange-point-and-mark, for backward
3168         compatibility.
3169
3170 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3171
3172         * message.el (message-exchange-point-and-mark): Call
3173         exchange-point-and-mark with an argument rather than setting
3174         mark-active by hand (Bug#5175).
3175
3176 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * nntp.el (nntp-service-to-port): Work for service expressed with
3179         numeric string; replace [:digit:] with [0-9] for XEmacs.
3180
3181 2009-12-17  Glenn Morris  <rgm@gnu.org>
3182
3183         * gnus-group.el (gnus-bug-group-download-format-alist):
3184         Change emacs entry to debbugs.gnu.org.  Bump :version.
3185
3186 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3187
3188         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3189
3190 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3191
3192         * message.el (message-info): Explain why we use `Info-goto-node'.
3193
3194 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3197
3198 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3199
3200         * message.el (message-completion-in-region): New compatibility function.
3201         (message-expand-group): Use it.
3202
3203 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3204
3205         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3206         with no unread article should be listed if the 2nd arg `predicate' is
3207         given.
3208
3209 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3212
3213 2009-11-29  Juri Linkov  <juri@jurta.org>
3214
3215         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3216         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3217         on `gnus-recenter'. (Bug#4698, Bug#4981)
3218
3219 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3220
3221         * sha1.el (sha1-string-external): default-directory "/" in case
3222         otherwise non-existent.  process-connection-type pipe for touch of
3223         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3224
3225 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3226
3227         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3228         it's comms related and sgml-mode.el has "comm" on that basis too.
3229
3230 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3233         containing tspecial characters if they have been already quoted.
3234
3235 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3236
3237         * dns-mode.el (auto-mode-alist): Purecopy string.
3238
3239 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3240
3241         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3242
3243 2009-10-24  Glenn Morris  <rgm@gnu.org>
3244
3245         * gnus-art.el (help-xref-stack-item): Define for compiler.
3246
3247 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3248
3249         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3250
3251 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3254
3255 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3258         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3259
3260 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3263         (gnus-overlays-in): New alias to overlays-in.
3264
3265         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3266         gnus-overlay-get, and gnus-delete-overlay.
3267         (gnus-summary-show-thread): Make it work as well for systems in which
3268         next-single-char-property-change is not available.
3269         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3270
3271         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3272         (gnus-overlay-get): New alias to extent-property.
3273         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3274
3275         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3276         SXEmacs.
3277
3278         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3279         SXEmacs.
3280
3281 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3284
3285 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3286
3287         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3288         and XEmacs that don't have `remove-overlays'.
3289
3290 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3291
3292         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3293         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3294         selective display.  Use overlays instead.
3295
3296 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3297
3298         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3299
3300 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3301
3302         * spam-stat.el (spam-stat-load): Fix typo in message.
3303
3304 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3305
3306         * dig.el (dig-invoke): Fix typo in docstring.
3307         (query-dig): Reflow docstring.
3308
3309 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3310
3311         * gnus-art.el (gnus-article-encrypt-body):
3312         * message.el (message-check-recipients):
3313         * mm-util.el (mm-codepage-setup):
3314         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3315         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3316
3317 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3318
3319         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3320         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3321         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3322         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3323         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3324
3325 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3326
3327         * dig.el: Add "Keywords: comm", as per net-utils.el.
3328
3329 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3330
3331         * dig.el (dig-mode): Use define-derived-mode.
3332
3333 2009-09-19  Glenn Morris  <rgm@gnu.org>
3334
3335         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3336
3337 2009-09-18  Glenn Morris  <rgm@gnu.org>
3338
3339         * gnus-diary.el (gnus-diary-check-message):
3340         * message.el (message-insert-formatted-citation-line):
3341         * nnbabyl.el (top-level):
3342         * nndiary.el (nndiary-schedule):
3343         Fix typos in condition-case handlers.
3344
3345 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3348         configuration that provides the sole article window in a frame;
3349         position point correctly after deleting a part.
3350
3351 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3352
3353         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3354         (spam-resolve-registrations-routine): Use it to unregister articles
3355         that change status.
3356
3357 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3360         with XEmacs.
3361         (parse-time-string-chars): Use it.
3362
3363 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * imap.el (imap-interactive-login): Better messages.
3366         (imap-open): Fix bug with renamed buffer on reconnect.
3367         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3368         for easier debugging and cleaner code.  On successful (guessed based on
3369         server capabilities) secondary authentication, set imap-state
3370         correctly.
3371         (imap-last-authenticator): Define imap-last-authenticator as a variable
3372         to avoid warnings.
3373
3374 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * nnrss.el (nnrss-request-article): Remove binding of
3377         default-enable-multibyte-characters that has gotten needless by
3378         the 2007-07-13 change in rfc2047-encode-message-header.
3379
3380         * mml.el (mml-insert-multipart): Error on the message header.
3381         (mml-insert-part): Error on the message header; position point at
3382         the end of a MIME tag.
3383
3384 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * time-date.el (autoload): Expand define-obsolete-function-alias into
3387         defalias and make-obsolete for old Emacsen that Gnus supports.
3388         (with-no-warnings): Define it for old Emacsen.
3389         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3390         is available.
3391         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3392         float-time is available; suppress compile warning for time-to-seconds.
3393
3394         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3395         (gnus-float-time): Alias to float-time if it exists.
3396
3397         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3398         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3399         float-time is available; suppress compile warning for time-to-seconds.
3400
3401         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3402         XEmacs.
3403
3404 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3405
3406         * imap.el (imap-message-map): Docstring fix.
3407
3408 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3411         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3412         Add the optional argument `encoding' that overrides the default.
3413
3414         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3415         mm-encode-buffer.
3416
3417 2009-09-04  Glenn Morris  <rgm@gnu.org>
3418
3419         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3420         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3421         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3422         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3423         * mm-util.el (mm-with-unibyte-current-buffer)
3424         (mm-find-buffer-file-coding-system):
3425         * yenc.el (yenc-decode-region): Use default-value rather than
3426         default-enable-multibyte-characters.
3427
3428 2009-09-03  Glenn Morris  <rgm@gnu.org>
3429
3430         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3431         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3432         than default-enable-multibyte-characters.
3433
3434 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3435
3436         * gnus-art.el (gnus-article-read-summary-keys):
3437         Fix gnus-buffer-configuration's value temporarily used.
3438
3439 2009-09-02  Glenn Morris  <rgm@gnu.org>
3440
3441         * gnus-util.el (gnus-float-time): New function.
3442         * gnus-delay.el (gnus-delay-article):
3443         * gnus-sum.el (gnus-thread-latest-date):
3444         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3445         * nnspool.el (nnspool-request-newgroups):
3446         Use gnus-float-time rather than time-to-seconds.
3447         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3448
3449         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3450         (gnus-header-subject-face, gnus-header-newsgroups-face)
3451         (gnus-header-name-face, gnus-header-content-face):
3452         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3453         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3454         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3455         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3456         (gnus-cite-face-11):
3457         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3458         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3459         (gnus-server-closed-face, gnus-server-denied-face)
3460         (gnus-server-offline-face):
3461         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3462         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3463         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3464         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3465         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3466         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3467         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3468         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3469         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3470         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3471         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3472         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3473         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3474         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3475         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3476         (gnus-summary-high-undownloaded-face)
3477         (gnus-summary-low-undownloaded-face)
3478         (gnus-summary-normal-undownloaded-face)
3479         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3480         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3481         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3482         (gnus-splash-face):
3483         * message.el (message-header-to-face, message-header-cc-face)
3484         (message-header-subject-face, message-header-newsgroups-face)
3485         (message-header-other-face, message-header-name-face)
3486         (message-header-xheader-face, message-separator-face)
3487         (message-cited-text-face, message-mml-face):
3488         * sieve-mode.el (sieve-control-commands-face)
3489         (sieve-action-commands-face, sieve-test-commands-face)
3490         (sieve-tagged-arguments-face):
3491         * spam.el (spam-face):
3492         Mark face aliases with "-face" in the name as obsolete.
3493
3494 2009-09-01  Glenn Morris  <rgm@gnu.org>
3495
3496         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3497         than goto-line.
3498
3499 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3502         Don't move point if the command is invoked inside the message header.
3503
3504 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3505
3506         * imap.el (imap-send-command): Simplify.
3507         (imap-wait-for-tag): point-max -> buffer-size.
3508
3509 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3510
3511         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3512         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3513         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3514         * nnir.el (nnir-swish-e-index-file):
3515         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3516         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3517         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3518         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3519         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3520         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3521
3522 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3525         Don't save excursion.
3526
3527 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3528
3529         * nnheader.el (nnheader-find-file-noselect):
3530         * mm-util.el (mm-insert-file-contents):
3531         Use (default-value 'major-mode) instead of default-major-mode.
3532
3533 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3534
3535         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3536
3537 2009-08-26  Glenn Morris  <rgm@gnu.org>
3538
3539         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3540         than placing in files.el.
3541
3542 2009-08-25  Glenn Morris  <rgm@gnu.org>
3543
3544         * nnir.el (top-level): Don't require cl at run-time.
3545         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3546         Replace cl-function substitute with gnus-replace-in-string.
3547         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3548         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3549         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3550         simplified expansions.
3551
3552 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3553
3554         * dig.el (dig): Add autoload cookie.
3555
3556 2009-08-22  Glenn Morris  <rgm@gnu.org>
3557
3558         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3559         goto-line.
3560
3561 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3562
3563         * parse-time.el (parse-time-string-chars): Save match data.
3564
3565 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3566
3567         * parse-time.el (parse-time-string-chars): Compute using character
3568         classes, to handle non-ascii characters (Bug#3190).
3569
3570 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3573
3574         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3575         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3576         (gnus-mm-display-part, gnus-mime-display-single)
3577         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3578         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3579
3580         * gnus-sum.el
3581         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3582         (gnus-summary-move-article): Add expirable mark to articles copied or
3583         moved to group that has auto-expire turned on if the option is non-nil.
3584
3585 2009-07-24  Glenn Morris  <rgm@gnu.org>
3586
3587         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3588         Fix typo.  (Bug#3903)
3589
3590 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3593         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3594         that should not be used for draft articles.
3595         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3596         that has no concern in minor mode keys.
3597         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3598         Abolish.
3599
3600 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3603         article without making inquiry to a user for unknown encoding.
3604
3605         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3606         (nnmaildir--scan): Assume i-node and device number that file-attributes
3607         returns might be cons-cell.
3608
3609         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3610
3611         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3612
3613 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * auth-source.el: Remove docs now in auth.texi.  Don't use
3616         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3617         `auth-source-hide-passwords' and use them.
3618
3619 2009-07-15  Glenn Morris  <rgm@gnu.org>
3620
3621         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3622
3623 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3626         excessive whitespace from the default values of title and description.
3627
3628 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3631         mail-fetch-field to fetch Content-Description header in order to
3632         exclude newlines.
3633
3634 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3635
3636         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3637         format used by GnuPG 2.0.11.
3638
3639 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3642         to deleted part.
3643
3644 2009-05-30  David Engster  <dengste@eml.cc>
3645
3646         * nnmairix.el: Remove old documentation in the commentary block.
3647         (nnmairix-request-group): Do not update active file for nnml back ends.
3648         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3649         end so that overview files are ignored.
3650         (nnmairix-update-groups): Make updating the groups more robust by using
3651         marks.
3652         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3653         with dollar characters in message-id.
3654
3655 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3656
3657         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3658         2008-12-25 in dns.el.
3659
3660 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3661
3662         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3663         could happen if the text is only composed of spaces and/or tabs.
3664
3665 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3666
3667         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3668         when sending a queued message to avoid extra mml tags.
3669
3670 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3673
3674 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3677         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3678         rmail-toggle-header for XEmacs;
3679         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3680
3681 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-dired.el: Remove autoload for gnus-setup-message.
3684         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3685         displaying Gnus logo; always use compose-mail.
3686
3687 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3690
3691 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3694         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3695         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3696         available.
3697         (gnus-nocem-epg-verify): New function.
3698
3699 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3700
3701         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3702
3703 2009-02-15  Glenn Morris  <rgm@gnu.org>
3704
3705         * gnus-util.el (rmail-insert-rmail-file-header)
3706         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3707         autoloads.
3708         (rmail-default-rmail-file): Remove unnecessary declaration.
3709         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3710
3711 2009-02-14  Glenn Morris  <rgm@gnu.org>
3712
3713         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3714         variable (only used in gnus-util, which declares it anyway).
3715         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3716         which was only needed by gnus-art (changed to not use it any more).
3717         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3718         only used in gnus-util, which autoloads it itself.
3719         (rmail-update-summary): Fix autoload.
3720
3721         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3722         rather than rmail-output-to-rmail-file.
3723
3724 2009-02-07  Glenn Morris  <rgm@gnu.org>
3725
3726         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3727         autoload of function that no longer exists.
3728         (rmail-toggle-header): Declare.
3729         (message-forward-rmail-make-body): Handle mbox Rmail.
3730
3731 2009-01-31  Glenn Morris  <rgm@gnu.org>
3732
3733         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3734         2009-01-09 change.
3735
3736 2009-01-31  Dave Love  <fx@gnu.org>
3737
3738         * imap.el (imap-fetch-safe): Bind debug-on-error.
3739         (imap-debug): Add imap-fetch-safe.
3740
3741 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3742
3743         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3744         (auth-source-forget-all-cached): New convenience function.
3745         (auth-source-user-or-password): Accept list of modes or a single mode.
3746
3747         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3748         auth-source modes.
3749
3750         * netrc.el (netrc-machine-user-or-password): Use list of
3751         auth-source modes.
3752
3753         * nnimap.el (nnimap-open-connection): Use list of
3754         auth-source modes.
3755
3756         * nntp.el (nntp-send-authinfo): Use list of
3757         auth-source modes.
3758
3759 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3762         now.
3763
3764 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3767         coding system in XEmacs; add a workaround for XEmacs.
3768
3769         * lpath.el: Fbind coding-system-aliasee.
3770
3771 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3774         of current-language-environment.
3775
3776 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3779         available at runtime.
3780
3781 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3784
3785 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3786
3787         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3788         the greatest positive fixnum value doesn't work under an XEmacs with
3789         bignum support; use the most-positive-fixnum constant instead,
3790         available since Emacs 21.1 with cl and XEmacs 21.1.
3791
3792 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3795         XEmacs gets not to work.
3796
3797 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * mm-util.el (mm-coding-system-priorities): Allow the value like
3800         "Japanese (UTF-8)" of current-language-environment.
3801
3802 2009-01-09  Glenn Morris  <rgm@gnu.org>
3803
3804         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3805         with last-command-event.
3806
3807 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3810         in the doc string.
3811
3812         * message.el (message-fix-before-sending): Amend comment.
3813
3814 2009-01-08  Dave Love  <fx@gnu.org>
3815
3816         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3817
3818 2009-01-07  David Engster  <dengste@eml.cc>
3819
3820         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3821         simplified server definitions by converting it via
3822         gnus-server-to-method.
3823
3824 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3827         parameter's operands.
3828
3829 2009-01-06  David Engster  <dengste@eml.cc>
3830
3831         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3832         primary select method (for gnus-group-mark-article-as-read).
3833
3834 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3835
3836         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3837         `(gnus)Face', not `(gnus)X-Face'.
3838
3839 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * mm-util.el (mm-ucs-to-char): New function.
3842
3843         * mm-url.el (mm-url-decode-entities): Use it.
3844
3845         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3846         unicode-to-char.
3847
3848 2009-01-05  Dave Love  <fx@gnu.org>
3849
3850         * time-date.el: Require cl for `declare'.
3851
3852 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3855         Dave Love.
3856
3857 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * message.el (message-fix-before-sending): Add `eight-bit' to
3860         illegible-text check.
3861
3862 2009-01-03  Michael Olson  <mwolson@gnu.org>
3863
3864         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3865         `headers' is nil.  This can occur if the IMAP server does not have
3866         permissions to read messages from a folder, but can write new messages
3867         to the folder.
3868         (nnimap-request-article-part): Do not insert `data' if it is nil.
3869
3870         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3871         characters which will confuse `read', so skip past them.
3872
3873 2009-01-01  Dave Love  <fx@gnu.org>
3874
3875         * imap.el (imap-string-to-integer): Fix typo.
3876         (imap-fetch-safe): New function.
3877         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3878
3879         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3880
3881         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3882         (imap-parse-greeting): Fix doc strings.
3883         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3884         (imap-parse-flag-list): Make messages unique.
3885         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3886
3887         * nnimap.el: Fix author email.
3888         (nnimap-split-rule): Add FIXME comment.
3889         (nnimap-debug): Fix doc string.
3890
3891 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3892
3893         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3894
3895 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3896
3897         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3898         nslookup if resolv.conf isn't available.
3899         (dns-query): Rename from query-dns.
3900         (dns-query-cached): Rename from query-dns-cached.
3901
3902 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3905         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3906         to check if those variables exist (first appeared in Emacs 18.50).
3907
3908 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * mm-util.el (mm-line-number-at-pos): New function.
3911
3912         * spam-report.el (spam-report-process-queue): Use it.
3913
3914 2008-12-24  David Engster  <dengste@eml.cc>
3915
3916         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3917         parameters that haven't existed as variables as buffer-local variables.
3918
3919 2008-12-23  Dave Love  <fx@gnu.org>
3920
3921         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3922         cadar.
3923
3924         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3925         imap-starttls-p.
3926         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3927
3928 2008-12-22  Dave Love  <fx@gnu.org>
3929
3930         * imap.el: Fix author email.  Doc fixes.
3931         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3932         reply.
3933
3934 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3935
3936         * spam-report.el (spam-report-gmane-max-requests): New constant.
3937         (spam-report-gmane-wait): New variable.
3938         (spam-report-gmane-ham, spam-report-gmane-spam)
3939         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3940         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3941         the server.
3942
3943         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3944         Add explanations.
3945
3946         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3947         nnheader-accept-process-output and nnheader-read-timeout if available.
3948         (pop3-movemail): Use it.
3949
3950         * message.el (message-check-news-body-syntax): Fix signature check if
3951         there's an attachment.
3952
3953 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * mm-util.el: Add comments to the mm- emulating functions.
3956
3957 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3960         by Stephen Berman <stephen.berman@gmx.net>.
3961
3962 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * mm-util.el (mm-substring-no-properties): New function.
3965         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3966         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3967         (mm-string-to-multibyte): Doc fix.
3968
3969         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3970
3971 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3972
3973         * mml.el (mml-attach-file): Strip text properties from file name.
3974         (Bug#1574)
3975
3976 2008-12-16  Glenn Morris  <rgm@gnu.org>
3977
3978         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3979
3980 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3983         knows since the charset specified might be a bogus alias that
3984         mm-charset-synonym-alist provides.
3985
3986 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3989         "ISO_8859-1".
3990
3991         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3992
3993 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * mm-util.el (mm-charset-eval-alist):
3996         Define it before mm-charset-to-coding-system.
3997         (mm-charset-to-coding-system): Add optional argument `silent';
3998         define it before mm-charset-override-alist.
3999         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4000         default value if it can be used in Emacs currently running;
4001         silence mm-charset-to-coding-system.
4002
4003 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4006         `allow-override' which says whether to use `mm-charset-override-alist'.
4007         (rfc2047-decode-encoded-words): Use it.
4008
4009         * mm-util.el (mm-charset-override-alist): Fix custom type;
4010         add `(gb2312 . gbk)' to choices.
4011
4012 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4015         fast.
4016
4017         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4018
4019         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4020
4021 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4022
4023         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4024         on links.
4025
4026         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4027
4028 2008-12-03  Lute Kamstra  <lute@gnu.org>
4029
4030         * sha1.el: Remove leading * from docstrings of defcustoms,
4031         deffaces, defconsts and defuns.
4032
4033 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4036         users' addresses that don't have domain parts.
4037         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4038         rather than message-narrow-to-head since there will be the message
4039         header separator.
4040
4041 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4042
4043         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4044         since the result is inserted in a unibyte buffer anyway.
4045         (nnimap-demule-use-string-to-multibyte): Remove.
4046         (nnimap-demule): Alias it to mm-string-to-multibyte.
4047
4048 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4051         variable for debugging bug#464 and bug#1174.
4052         (nnimap-demule): Use it.
4053
4054 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4057         score calculation correctly.
4058
4059 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4060
4061         * message.el (message-send-mail): Just set the buffer to unibyte
4062         rather than use mm-with-unibyte-current-buffer which does a lot more.
4063         (message-send-mail-partially): Don't bother with
4064         mm-with-unibyte-current-buffer since it's already been made unibyte by
4065         message-send-mail.
4066
4067 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4070
4071 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4072
4073         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4074
4075 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4078         require itself and to remove `with-no-warnings'.
4079
4080 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4081
4082         * starttls.el (starttls-any-program-available): Get the name of the
4083         available TLS layer program.
4084         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4085         well as the host name in the "opening" message.
4086
4087         * auth-source.el (auth-source-cache, auth-source-do-cache)
4088         (auth-source-user-or-password): Cache passwords and logins by default,
4089         allow override with `auth-source-do-cache'.
4090         (auth-source-forget-user-or-password): Allow users to remove cache
4091         entries if needed.
4092
4093 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4094
4095         * md4.el (md4-buffer): Fix typo in docstring.
4096         (md4, md4-64): Doc fixes.
4097         (md4-pack-int32): Reflow docstring.
4098
4099 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4100
4101         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4102         condition-case to only the forward-sexp call.
4103
4104 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4105
4106         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4107         quotes contained.  Make it more robust regardless by an extra
4108         condition-case wrapper.
4109
4110 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4113
4114 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * nnml.el (nnml-request-expire-articles): Check if the function set to
4117         `nnmail-expiry-target' returns the symbol `delete'.
4118
4119         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4120
4121         * nnmail.el (nnmail-expiry-target): Fix custom type.
4122
4123 2008-10-02  Glenn Morris  <rgm@gnu.org>
4124
4125         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4126         Silence compiler warning.
4127
4128 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4129
4130         * tls.el (open-tls-stream): Show the actual command being
4131         executed, instead of the format string.
4132
4133 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * lpath.el: Fbind codepage-setup for Emacs 23.
4136
4137 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4138
4139         * mml.el (mml-menu): Don't assume mml2015 is bound.
4140
4141 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4144         exists.
4145
4146 2008-09-27  Glenn Morris  <rgm@gnu.org>
4147
4148         * gnus-util.el (mail-header-remove-comments): Autoload it.
4149
4150 2008-09-27  Andreas Schwab  <schwab@suse.de>
4151
4152         * gnus-util.el (gnus-split-references): Strip comments.
4153         (gnus-parent-id): Likewise.
4154
4155 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4156
4157         * message.el (message-confirm-send): Fix version.
4158
4159 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * message.el (message-idna-to-ascii-rhs-1): Use
4162         mail-extract-address-components rather than mail-header-parse-addresses
4163         that is an alias by default to ietf-drums-parse-addresses that does not
4164         support non-ASCII names in headers' contents.
4165
4166 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4167
4168         * message.el (message-confirm-send): Fixed variable documentation to
4169         avoid the "y/n" wording.
4170
4171 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4172
4173         * message.el (message-set-auto-save-file-name): Save to a different
4174         filename so multiple messages (especially drafts) can be recovered.
4175
4176 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * message.el (message-confirm-send): Add appropriate version.
4179
4180 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4181
4182         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4183         defvar.
4184
4185 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4186
4187         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4188         (mm-pkcs7-enveloped-magic): Ditto.
4189
4190 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4191
4192         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4193         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4194
4195 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4196
4197         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4198         default, it's better.
4199
4200 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4203         summary line gnus-number property and ignore them (with a warning
4204         message).
4205
4206 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4209         macro caddr in the interactive form since it won't be expanded.
4210
4211 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4214         `charset'; fix name of function called recursively.
4215         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4216
4217 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4220         (gnus-mime-set-charset-parameters): New function.
4221         (gnus-mime-view-part-as-charset): Use it to correctly display part
4222         specifying wrong charset.
4223
4224 2008-09-08  David Engster  <dengste@eml.cc>
4225
4226         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4227         in completing-read for back end server.
4228
4229 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4230
4231         * message.el (message-confirm-send): New variable to confirm sending a
4232         message.
4233         (message-send): Use it.
4234
4235 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4238
4239 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4242
4243 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4246         prevent tracking too many groups.
4247         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4248         Use it.
4249
4250 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4251
4252         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4253         moving point to the bottom of the window in order to avoid recentering.
4254
4255 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4258
4259         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4260         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4261         (gnus-article-beginning-of-window): Fix calculation.
4262
4263 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-msg.el (gnus-summary-supersede-article)
4266         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4267         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4268         message header.
4269
4270 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4271
4272         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4273         pending output coming after the status change.
4274
4275 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4276
4277         * message.el:
4278         * gnus-start.el:
4279         * gnus-registry.el: Remove VMS support.
4280
4281 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4284         macro.
4285         (rfc2104-hash): Use it.
4286
4287 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4290         (gnus-summary-sort-by-most-recent-date): New commands.
4291         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4292         and menu entries.
4293
4294 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4297         don't redisplay article for raw contents; remove plural articles stuff.
4298
4299         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4300         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4301         on gnus-summary-save-article; display results properly.
4302
4303 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * lpath.el: No need to fbind ns-focus-frame.
4306
4307 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4310
4311 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4314         gnus-save-all-headers.
4315
4316 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4317
4318         * gnus-util.el (ns-focus-frame): Remove declaration.
4319         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4320         like x.
4321
4322 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4323
4324         * rfc2104.el (rfc2104-zero): Delete defconst.
4325         (rfc2104-hex-alist): Likewise.
4326         (rfc2104-hex-to-int): Delete func.
4327         (rfc2104-hexstring-to-bitstring): Likewise.
4328         (rfc2104-nybbles): New defconst.
4329         (rfc2104-hash): Rewrite for speed.
4330
4331 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * tls.el (open-tls-stream): Make it work with the 2nd argument
4334         BUFFER that is a string but does not exist as a buffer object, as
4335         mentioned in the doc-string.
4336
4337 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4340         SXEmacs.
4341
4342 2008-07-16  Glenn Morris  <rgm@gnu.org>
4343
4344         * gnus-util.el (ns-focus-frame): Declare for compiler.
4345
4346 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4349         set as a group parameter.
4350         (gnus-summary-save-in-pipe): Work when it is called independently.
4351         (gnus-summary-pipe-to-muttprint): Don't modify
4352         gnus-summary-pipe-output-default-command.
4353
4354 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4355
4356         * message.el (message-send-mail-with-sendmail):
4357         Display the error message.
4358
4359 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-art.el (gnus-default-article-saver):
4362         Add gnus-summary-save-in-pipe to choices.
4363         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4364         gnus-summary-pipe-output-default-command as the default command.
4365         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4366         instead of gnus-last-shell-command.
4367
4368         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4369         New user option.
4370         (gnus-summary-muttprint-program): Mention the value will be changed.
4371         (gnus-summary-save-article): Force showing of all headers.
4372         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4373
4374 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4375
4376         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4377
4378 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4379
4380         * nnimap.el (nnimap-id):
4381         * sieve-manage.el (sieve-manage-open): Doc fixes.
4382
4383 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4384
4385         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4386         if available.
4387
4388 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4389
4390         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4391
4392         * nnkiboze.el (nnkiboze-generate-group):
4393         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4394
4395         * nnmairix.el: Require CL.
4396
4397 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * dgnushack.el: Autoload get-display-table and put-display-table for
4400         XEmacs 21.5.
4401
4402         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4403         21.4 and SXEmacs.
4404
4405 2008-06-15  David Engster  <dengste@eml.cc>
4406
4407         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4408
4409 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4410
4411         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4412         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4413         runtime choice under XEmacs.
4414
4415         * gnus-sum.el (gnus-summary-set-display-table):
4416         Use `gnus-put-display-table', `gnus-get-display-table',
4417         `gnus-set-display-table' for the display table, instead of `aset'.
4418
4419         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4420         Use `gnus-put-display-table', `gnus-get-display-table',
4421         `gnus-set-display-table' for the display table.
4422
4423 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4424
4425         * nnmairix.el: Add autoloads.
4426
4427 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4428
4429         * nnmairix.el (nnmairix-delete-recreate-group)
4430         (nnmairix-update-and-clear-marks): Fix error messages.
4431
4432 2008-06-14  David Engster  <dengste@eml.cc>
4433
4434         * nnmairix.el: Upgrade to version 0.6.
4435         (nnmairix-group-toggle-propmarks-this-group)
4436         (nnmairix-group-toggle-readmarks-this-group)
4437         (nnmairix-group-delete-recreate-this-group)
4438         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4439         (nnmairix-remove-tick-mark-original-article): New commands.
4440         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4441         (nnmairix-propagate-marks-to-nnmairix-groups)
4442         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4443         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4444         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4445         functions needed for marks propagation and manipulation of read marks.
4446         (nnmairix-update-groups): New function.
4447         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4448         (nnmairix-determine-original-group-from-registry)
4449         (nnmairix-determine-original-group-from-path)
4450         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4451         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4452         New helper functions.
4453         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4454         keystrokes for new commands.
4455         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4456         (nnmairix-request-group): Check allow-fast group parameter.
4457         (nnmairix-request-create-group): Set allow-fast group parameter if
4458         nnmairix-allowfast-default is set.
4459         (nnmairix-close-group): Propagate marks upon closing if needed.
4460         (nnmairix-group-toggle-threads-this-group): Use new.
4461         nnmairix-group-toggle-parameter helper function.
4462         (nnmairix-search): Better check for empty search result.
4463         (nnmairix-goto-original-article): Use new helper functions for
4464         determining original article.
4465         (nnmairix-show-original-article): Make sure message-id is in brackets.
4466         (nnmairix-call-mairix-binary): Change variable name.
4467         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4468         helper function.
4469         (nnmairix-widget-toggle-activate): Fix doc string.
4470
4471 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * nnir.el: Require edmacro when compiling with XEmacs.
4474         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4475         available in Emacs 21.
4476
4477 2008-06-11  Glenn Morris  <rgm@gnu.org>
4478
4479         * gnus-util.el (x-focus-frame):
4480         * gnus.el (image-size):
4481         * mm-decode.el (image-size): Declare.
4482
4483         * gnus-picon.el (declare-function): Add compat definition.
4484         (image-size): Declare.
4485
4486         * gnus-group.el (tool-bar-map):
4487         * gnus-sum.el (tool-bar-map): Define for compiler.
4488
4489         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4490
4491         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4492
4493         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4494         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4495         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4496         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4497         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4498         * sieve-manage.el, spam-report.el, spam.el:
4499         Remove unnecessary eval-and-compile of autoloads.
4500
4501 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4502
4503         * auth-source.el: Precise Tramp doc.
4504
4505 2008-06-07  Glenn Morris  <rgm@gnu.org>
4506
4507         * nnmairix.el: Remove unnecessary eval-when-compile.
4508
4509 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * lpath.el: Fbind propertize for XEmacs 21.4.
4512
4513 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4514
4515         * nnir.el: Move here from ../contrib.
4516
4517 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * gnus-util.el (gnus-read-shell-command): New function.
4520         * mm-decode.el (mm-pipe-part):
4521         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4522
4523 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4526
4527 2008-06-03  Glenn Morris  <rgm@gnu.org>
4528
4529         * pop3.el (nnheader-accept-process-output): Autoload it.
4530
4531 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4534         are not 2-digit hexadecimal characters that follow `%'s.
4535
4536 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * message.el (message-bogus-recipient-p): Fix type in doc string.
4539         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4540         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4541         Improve custom options.
4542         (message-bogus-recipient-p): Adjust accordingly.
4543
4544 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4545
4546         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4547         long-form month and day names.
4548
4549 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * dgnushack.el: Autoload debug, eudc-expand-inline and
4552         pgg-snarf-keys-region for XEmacs.
4553
4554         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4555
4556         * nnmairix.el: Require edmacro when compiling with XEmacs.
4557
4558 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4559
4560         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4561         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4562
4563 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * auth-source.el: Add more docs.
4566
4567         * netrc.el (netrc-machine): Always match if the port is not given.
4568
4569 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570
4571         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4572         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4573         retrieval faster in some cases, but might make CPU usage larger.  If
4574         this has any bad side effects, we might revert this change.
4575
4576         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4577         seems to make mail retrieval much, much faster.
4578         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4579         unconditionally.
4580
4581         * gnus-draft.el (gnus-group-send-queue): Bind
4582         message-send-mail-partially-limit to nil to avoid being prompted.
4583
4584 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4587
4588         * message.el (message-bogus-address-regexp): Fix and improve custom
4589         type.
4590         (message-setup-hook): Add message-check-recipients as custom option.
4591
4592 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * message.el (message-cite-function): Remove bogus autoload which crept
4595         in during merge from v5-10.
4596
4597 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4600
4601         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4602
4603         * auth-source.el: Preliminary Tramp docs.
4604         (auth-sources): Change the default auth-sources to use
4605         EPA .gpg files.
4606
4607 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * nntp.el: Autoload `auth-source-user-or-password'.
4610         (nntp-send-authinfo): Use it.
4611
4612         * nnimap.el: Autoload `auth-source-user-or-password'.
4613         (nnimap-open-connection): Use it.
4614
4615         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4616         for the gnus-message function.
4617         (auth-source-user-or-password): Use it.
4618
4619 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4620
4621         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4622         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4623         (rfc2104-hash): Use it.
4624
4625 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4626
4627         * gnus-art.el (gnus-article-toggle-truncate-lines):
4628         Don't use `iff' in docstring.
4629
4630 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4633
4634         * gnus-util.el (gnus-extract-address-component-name)
4635         (gnus-extract-address-component-email): Convenience functions around
4636         `gnus-extract-address-components'.
4637
4638         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4639         Use `gnus-extract-address-component-email' to fix bug of comparing full
4640         sender name to `user-mail-address'.
4641
4642 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4643
4644         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4645         catch/throw to optimize.
4646         (gnus-registry-find-keywords): Just use member to find a keyword.
4647
4648 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4649
4650         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4651         is current before calling gnus-server-prepare.
4652         (gnus-server-setup-buffer, gnus-server-update-server)
4653         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4654
4655 2008-05-04  Juri Linkov  <juri@jurta.org>
4656
4657         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4658         (mailcap-file-default-commands): Use mailcap-replace-in-string
4659         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4660         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4661
4662 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4663
4664         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4665
4666 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4667
4668         * gnus.el: Bump version to 0.11.
4669
4670 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4671
4672         * gnus.el: No Gnus v0.10 is released.
4673
4674 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4677         hooks.
4678         (gnus-update-read-articles): Speed up non-marks-using users.
4679         (gnus-use-marks): Define gnus-use-marks.
4680         (gnus-propagate-marks): Rename variable to something more sensible.
4681
4682 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4683
4684         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4685         (gmm-image-load-path-for-library): Fix typos in docstrings.
4686         (gmm-message): Reflow docstring.
4687
4688 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * mail-source.el (mail-source-set-1, mail-source-bind):
4691         Move auth-source code out of the macro to clean it up and fix bugs.
4692
4693 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4694
4695         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4696         by sender if it's equal to user-mail-address, it's likely to be
4697         useless.
4698
4699         * mail-source.el (mail-source-bind): Don't use user or password if they
4700         are not bound.  Unintern them if they are nil.  Don't use server unless
4701         it's bound, and default it to empty string otherwise.
4702
4703 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * mail-source.el: Load auth-source.el.
4706         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4707         get user name or password, if auth-sources is set up.
4708
4709         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4710         strategy of splitting with parent.
4711         (gnus-registry-split-fancy-with-parent)
4712         (gnus-registry-post-process-groups): Use it and fix prior
4713         bug (returning a list as the split result).
4714
4715         * auth-source.el (auth-sources): Remove server parameter.
4716         (auth-source-pick, auth-source-user-or-password)
4717         (auth-source-user-or-password-imap)
4718         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4719         (auth-source-user-or-password-sftp)
4720         (auth-source-user-or-password-smtp): Remove server parameter.
4721
4722 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4723
4724         * smime.el (smime-sign-region, smime-encrypt-region)
4725         (smime-decrypt-region):
4726         Remove redundant calls to `generate-new-buffer-name'.
4727
4728 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4729
4730         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4731         Don't use QP for message/rfc822.
4732         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4733
4734 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4735
4736         * sieve-manage.el (sieve-string-bytes): Remove.
4737         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4738         correct byte-length only if the process's coding-system is the same as
4739         the one used internally by Emacs to represent strings.
4740
4741 2008-04-22  Juri Linkov  <juri@jurta.org>
4742
4743         * mailcap.el (mailcap-file-default-commands): New function.
4744
4745 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * message.el (message-signature-separator, message-cite-function):
4748         Change custom version.
4749
4750 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4751
4752         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4753         commands.
4754         (tls-checktrust): Ditto.
4755
4756 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4757
4758         * mm-decode.el (mm-display-external): Make temp file read-only.
4759
4760 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4761
4762         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4763         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4764         `C-c C-f d'.
4765
4766 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4767
4768         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4769
4770 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * gnus.el: Bump version to 0.9.
4773
4774 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * gnus.el: No Gnus v0.8 is released.
4777
4778 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4779
4780         * mail-source.el (mail-source-value):
4781         Prefer fboundp to functionp so it works with macros as well.
4782
4783 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4784
4785         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4786         Fix last change in case the element is not even a symbol.
4787
4788 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4789
4790         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4791         Prefer fboundp to functionp so it works with macros as well.
4792
4793 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * auth-source.el: Added docs.
4796         (auth-sources): Modify format to support server.
4797         (auth-source-pick, auth-source-user-or-password)
4798         (auth-source-user-or-password-imap)
4799         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4800         (auth-source-user-or-password-sftp)
4801         (auth-source-user-or-password-smtp): Add server parameter.
4802
4803 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * gnus-registry.el: Initialize the registry when gnus-registry-install
4806         is t.
4807
4808 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * compface.el (uncompface): Make buffer unibyte.
4811
4812 2008-04-05  Glenn Morris  <rgm@gnu.org>
4813
4814         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4815
4816 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4817
4818         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4819         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4820
4821         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4822         multibyteness after rather than before erasing it.
4823
4824         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4825         mm-with-multibyte.
4826         (gnus-request-article-this-buffer): Make sure the proper decoding is
4827         used if gnus-original-article-buffer happens to be unibyte.
4828
4829         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4830         default-enable-multibyte-characters.
4831
4832         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4833         default-enable-multibyte-characters.
4834
4835         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4836
4837         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4838
4839 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4840
4841         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4842         (imap-message-copyuid-1): Use it.
4843         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4844         J. Williams in
4845         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4846
4847         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4848         imap-enable-exchange-bug-workaround.
4849         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4850
4851 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4852
4853         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4854         a 100 byte status-checks into a 2-3MB transfer for each group.
4855         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4856         to enable bug workaround or not.
4857         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4858
4859 2008-03-31  Glenn Morris  <rgm@gnu.org>
4860
4861         * message.el (mml2015-use): Declare for compiler.
4862         (message-info): Require mml2015 when appropriate.
4863
4864 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4867         whitespace.
4868
4869 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4870
4871         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4872         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4873         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4874         (nntp-service-to-port): New function.
4875         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4876         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4877         (nntp-open-netcat-stream): New function.
4878         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4879
4880 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4881
4882         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4883
4884 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4885
4886         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4887
4888 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4889
4890         * dns.el (dns-write): Use set-buffer-multibyte.
4891
4892 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4893
4894         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4895
4896 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * message.el (message-signature-separator): Change default.
4899         Improve custom type.
4900         (message-cite-function): Change default to
4901         message-cite-original-without-signature.
4902
4903         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4904         toggle.
4905
4906         * message.el (message-check-news-body-syntax): Fix signature check.
4907         (message-setup-1): Mark buffer as unmodified _after_ running
4908         message-setup-hook and handling message-alternative-emails.
4909         (message-shorten-references): Be more strict when building list of
4910         valid references to comply with GNKSA.
4911
4912         * gnus-group.el (gnus-read-ephemeral-bug-group)
4913         (gnus-read-ephemeral-debian-bug-group)
4914         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4915
4916         * message.el (message-info): Don't use booleanp which isn't supported
4917         in Emacs 21 and XEmacs.
4918
4919 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4920
4921         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4922         gnus-group-gmane-group-download-format.
4923         (gnus-group-read-ephemeral-gmane-group): Rename from
4924         gnus-group-read-ephemeral-gmane-group.
4925         (gnus-read-ephemeral-gmane-group-url): Rename from
4926         gnus-group-read-ephemeral-gmane-group-url.
4927         (gnus-bug-group-download-format-alist): New variable.
4928         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4929         (gnus-read-ephemeral-emacs-bug-group): New commands.
4930
4931 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4934         (gnus-visible-headers): Improve custom type.
4935
4936 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * mml.el (mml-menu): Add workarounds for XEmacs.
4939
4940         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4941         X-Boundary header.
4942
4943         * message.el (message-simplify-recipients): Fix previous commit.
4944
4945 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4946
4947         * mm-util.el (mm-set-buffer-multibyte): New function.
4948         * mm-decode.el (mm-copy-to-buffer): Use it.
4949
4950 2008-03-19  Glenn Morris  <rgm@gnu.org>
4951
4952         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4953         Accidentally removed in the sync process with Emacs.
4954
4955 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4956
4957         * message.el (message-alter-recipients-discard-bogus-full-name):
4958         New function.
4959         (message-alter-recipients-function): New variable.
4960         (message-get-reply-headers): Use it.
4961         (message-replace-header): New helper function.
4962         (message-recipients-without-full-name): New variable.
4963         (message-simplify-recipients): New command.
4964
4965         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4966
4967         * message.el (message-info): Handle EasyPG manual.
4968
4969         * mml.el (mml-menu): Add entry for EasyPG.
4970
4971 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4972
4973         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4974         parameter.
4975
4976         * message.el (message-disassociate-draft): Specify drafts group name
4977         fully.
4978
4979 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4980
4981         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4982         unnecessary duplicates from the match list.
4983
4984 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4987
4988         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4989
4990         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4991         args of `how-many' of which the XEmacs version doesn't take; declare
4992         Info-index-next as function.
4993
4994 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * gnus-score.el (gnus-score-headers): Fix handling of
4997         gnus-inhibit-slow-scoring.
4998
4999         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5000         string.
5001         (gnus-button-url-regexp): Improve handling of parenthesis.
5002         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5003         (gnus-button-handle-info-keystrokes): Handle index entries.
5004
5005 2008-03-15  Glenn Morris  <rgm@gnu.org>
5006
5007         * parse-time.el (parse-time-string): Simplify.
5008
5009 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5012         Incoming* files.
5013
5014 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5017         (auth-source-pick): Use it.
5018
5019 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * binhex.el (binhex-decode-region-internal):
5022         * uudecode.el (uudecode-decode-region-internal):
5023         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5024         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5025         setting default-enable-multibyte-characters.
5026
5027 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * auth-source.el (auth-source-protocols)
5030         (auth-source-protocols-customize, auth-source-choices): Added and
5031         modified variable customizations and defaults.
5032         (auth-source-pick, auth-source-user-or-password)
5033         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5034         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5035         (auth-source-user-or-password-sftp)
5036         (auth-source-user-or-password-smtp): Use new variables and provide an
5037         interface to netrc.el.
5038
5039 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5042         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5043         Make sure the nntp port to specify is a string.
5044
5045 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * nntp.el: Use with-current-buffer.
5048         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5049         dubious mm-with-unibyte-current-buffer.
5050         (nntp-with-open-group-function): New function extracted from
5051         nntp-with-open-group macro.
5052         (nntp-with-open-group): Use the function, so it's easier to debug.
5053         Add indentation and debugging info.
5054         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5055         the use of the netcat alternatives.
5056
5057         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5058         Avoid mm-string-as-multibyte as well.
5059
5060         * nnweb.el (nnweb-insert-html):
5061         Remove use of nnheader-string-as-multibyte.
5062
5063         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5064         (nnheader-string-as-multibyte): Remove.
5065
5066         * mm-view.el: Use inhibit-read-only.
5067         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5068         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5069         or unibyte-string.
5070
5071         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5072         (mm-uu-yenc-extract): Use with-current-buffer.
5073
5074         * gnus-soup.el (gnus-soup-send-packet): Don't use
5075         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5076
5077         * nnmh.el: Use with-current-buffer.
5078         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5079         mm-string-as-multibyte on the output of mm-encode-coding-string.
5080
5081         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5082         (nnimap-request-move-article): Use with-current-buffer.
5083
5084         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5085         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5086         conversion uses string-make-unibyte rather than string-as-unibyte.
5087
5088         * gnus-msg.el: Use with-current-buffer.
5089
5090         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5091
5092 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5093
5094         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5095         string for caching if it is 'PIN.
5096
5097 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * lpath.el: Consider the case without Emacs/W3.
5100
5101 2008-03-08  Glenn Morris  <rgm@gnu.org>
5102
5103         * time-date.el (date-to-time, time-subtract, time-add)
5104         (safe-date-to-time): Doc fixes.
5105
5106 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5107
5108         * mail-source.el (mail-source-delete-old-incoming-confirm):
5109         Change default to nil.
5110         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5111
5112 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * lpath.el: Rearrange.
5115
5116         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5117         (gnus-article-goto-prev-page): Work for articles having ^L's.
5118
5119         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5120
5121         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5122
5123 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5124
5125         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5126         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5127         (gnus-bookmark-jump): Adjust some variable names.
5128
5129 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * auth-source.el: New package.
5132         (auth-source-choices): Add customization entry point variable.
5133
5134         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5135         bug.
5136
5137 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5140         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5141         (gnus-registry-install-shortcuts): Rename from
5142         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5143         the `gnus-registry-mark-map' keymap dynamically from
5144         `gnus-registry-marks'.  The generated functions update the summary line
5145         when a registry mark is added or deleted, and will call
5146         `gnus-registry-install-p' (see the comments in the code).
5147         (gnus-registry-user-format-function-M): Use concat intelligently.
5148
5149         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5150         the registry mark functions.
5151
5152 2008-03-05  Glenn Morris  <rgm@gnu.org>
5153
5154         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5155         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5156         gnus-art.
5157         (top-level): No need to load own source when compiling.
5158
5159 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5162         Suggested by <chris.anderton@zetnet.co.uk>.
5163
5164 2008-03-04  Glenn Morris  <rgm@gnu.org>
5165
5166         * gnus-sum.el (top-level): No need to require gnus when compiling,
5167         since unconditionally required near start of file.
5168         (gnus-summary-display-while-building): Move definition before use.
5169
5170 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5173         formatting function.
5174
5175 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5178         with plists.
5179         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5180         Use new format.
5181
5182 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5185         `where-is-internal' that returns a range of key sequences.
5186
5187 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5188
5189         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5190
5191         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5192         (gnus-summary-jump-to-group): Consider windows on other displayed
5193         frames as well.  Similar changes might be needed elsewhere, but that's
5194         the one I've bumped into during my use.
5195
5196         * nndoc.el (nndoc-oe-dbx-type-p):
5197         * gnus-msg.el (gnus-debug):
5198         * gnus-group.el (gnus-update-group-mark-positions):
5199         Use mm-string-to-multibyte.
5200
5201 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5204         doesn't handle NotDashEscaped.
5205
5206         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5207         (mml-dnd-attach-options): Fix typo in custom choice.
5208
5209         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5210         nndoc-article-type to mbox.
5211         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5212
5213         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5214         to nil, instead of html2text.
5215
5216         * imap.el (imap-debug): Add `imap-ping-server'.
5217
5218         * gnus-bookmark.el: Add FIXMEs.
5219
5220         * message.el (message-form-letter-separator)
5221         (message-send-form-letter-delay): New variables.
5222         (message-send-form-letter): Use them.  New command to send form
5223         letters.  Requested by Uwe Siart.
5224         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5225
5226 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * Update copyright years.
5229
5230 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         Sync from EMACS_22_BASE.
5233
5234         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5235
5236 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5237
5238         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5239         empty author.
5240
5241 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5242
5243         * gnus-registry.el (gnus-registry-marks): Add variable for
5244         customization of marks and their appearance.
5245         (gnus-registry-read-mark): Use it.
5246         (gnus-registry-do-marks): Add utility function to loop through
5247         `gnus-registry-marks'.
5248         (gnus-registry-install-shortcuts-and-menus): Add function to install
5249         shortcuts and menus.
5250         (gnus-registry-initialize): Use it.
5251         (gnus-registry-default-mark): Clarify documentation.
5252
5253 2008-02-29  Glenn Morris  <rgm@gnu.org>
5254
5255         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5256         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5257         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5258         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5259         Change defcustom :version from 23.0 to 23.1.
5260
5261 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * gnus-registry.el (gnus-registry-follow-group-p)
5264         (gnus-registry-post-process-groups): Add functions to aid registry
5265         splitting and improve logging.  Clarify behavior in function
5266         documentation.
5267         (gnus-registry-split-fancy-with-parent): Use them.
5268
5269 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5270
5271         * gnus-art.el: Use with-current-buffer.
5272
5273 2008-02-27  David Engster  <dengste@eml.cc>
5274
5275         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5276         Express real group name in the response.
5277
5278 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5281         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5282         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5283         autoload gnus-registry-fetch-group when compiling.
5284         (nnmairix-request-group-with-article-number-correction): Remove
5285         unreferenced argument passed to nnmairix-call-backend.
5286
5287 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5290         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5291         Wilde.
5292
5293 2008-02-27  Glenn Morris  <rgm@gnu.org>
5294
5295         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5296         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5297         variables to defconsts.  Convert comments to doc-strings.
5298         (nnmairix-last-server, nnmairix-current-server): Convert from free
5299         variables to defvars.  Convert comments to doc-strings.
5300         (gnus-registry-fetch-group): Autoload.
5301         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5302         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5303         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5304         caddr.
5305         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5306         nnmairix-request-group-with-article-number-correction call.
5307         (nnmairix-fast, nnmairix-group): New, less general names, for free
5308         variables passed from nnmairix-request-group to
5309         nnmairix-request-group-with-article-number-correction.  Declare.
5310         (nnmairix-request-group-with-article-number-correction):
5311         Use nnmairix-fast, nnmairix-group rather than fast, group.
5312
5313 2008-02-26  David Engster  <dengste@eml.cc>
5314
5315         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5316         version 0.5.
5317
5318 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5319
5320         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5321         instead of making an extra function call.  Don't add the current group
5322         to articles only when they have the group.  Use
5323         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5324         Reported by David <de_bb@arcor.de>.
5325
5326 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5329         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5330
5331 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * mail-source.el (mail-source-delete-incoming): Change default.
5334         Supplement doc string.
5335
5336         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5337
5338 2008-02-14  Glenn Morris  <rgm@gnu.org>
5339
5340         * time-date.el (format-seconds): New function.
5341
5342 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * nnmail.el (nnmail-message-id-cache-file): Derive from
5345         `gnus-home-directory'.
5346
5347 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5350         Document negative prefix.
5351
5352         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5353
5354 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * message.el (message-unsent-separator): Add the Exim bounce
5357         separator.
5358
5359 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5360
5361         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5362         list.
5363         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5364         recipient/signer list.
5365
5366 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * Makefile.in (datarootdir): Define.
5369         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5370         name that might contain whitespace.
5371
5372 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5375         fbound (Emacs 23 unicode), signal an error.
5376
5377 2008-02-08  Glenn Morris  <rgm@gnu.org>
5378
5379         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5380
5381 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5382
5383         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5384         ports to the calls to `netrc-machine-user-or-password' in addition to
5385         "imap" and "imaps".
5386
5387 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5388
5389         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5390
5391         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5392
5393 2008-02-01  Kenichi Handa  <handa@m17n.org>
5394
5395         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5396         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5397         (rfc2104-hash): Convert the result of concat to unibyte string.
5398
5399 2008-02-01  Dave Love  <fx@gnu.org>
5400
5401         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5402         coding-system-for-read.
5403         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5404
5405 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5408         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5409         <hanche@math.ntnu.no>.
5410
5411 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5414
5415         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5416
5417 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5418
5419         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5420         * message.el (message-beginning-of-line): Use featurep instead of bound
5421         tests in order to resolve conditionals at compile time.
5422
5423 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5424
5425         * mail-source.el (mail-sources): Add `group' choice.
5426
5427         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5428         parameter `in-group' to control into which group the articles go.
5429         Add treatment of `group' mail-source.
5430
5431 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5434
5435         * mm-decode.el (mm-dissect-buffer): Decode description.
5436
5437         * mml.el (mml-to-mime): Encode message header first.
5438
5439 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5442         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5443
5444         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5445         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5446
5447 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5448
5449         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5450
5451 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5454         prefix keys.
5455         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5456         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5457         gnus-xmas.el.
5458
5459         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5460         (gnus-xmas-article-describe-bindings): New function.
5461         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5462         gnus-xmas-article-describe-bindings.
5463
5464         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5465
5466 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5469         Add new variables for article mark management.
5470         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5471         list of extra data entries which, when present, will indicate that the
5472         article ID should not be trimmed from the registry.
5473         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5474         functions.
5475         (gnus-registry-read-mark): New function to read a mark name from the
5476         user.
5477         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5478         (gnus-registry-set-article-mark-internal): New functions to add and
5479         remove marks.
5480         (gnus-registry-get-article-marks): New function to show the marks for
5481         an article, or retrieve them for further use.
5482
5483 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5486         keys when no argument is given.
5487
5488 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * imap.el (imap-ping-server): New variable.
5491         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5492         (imap-ping-server): Minor doc string fixes.
5493
5494 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5495
5496         * imap.el (imap-ping-server): New function.
5497         (imap-opened): Call imap-ping-server.
5498
5499 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus-sum.el (gnus-article-sort-by-random)
5502         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5503         jidanni@jidanni.org.
5504
5505 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * gnus-art.el (gnus-article-describe-bindings): New function.
5508         (gnus-article-read-summary-keys): Use it.
5509         (gnus-article-mode-map): Bind `C-h b' to it.
5510
5511 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5514         XEmacs.
5515         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5516         against non-character events.
5517
5518         * lpath.el: Fbind map-keymap for Emacs 21.
5519
5520 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5523         command.
5524         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5525         instead of END.  Change name of the temp file.
5526         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5527         customizable.
5528
5529 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5532         bind `S W' to gnus-article-wide-reply-with-original; set default
5533         binding to gnus-article-read-summary-send-keys.
5534         (gnus-article-read-summary-keys): Fix the order of keys; display
5535         continuation keys correctly in the echo area; describe bindings
5536         correctly when keys end with `C-h'.
5537         (gnus-article-read-summary-send-keys): New function.
5538         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5539         for gnus-article-read-summary-send-keys; display continuation keys
5540         correctly in the echo area.
5541         (gnus-article-reply-with-original): Ignore prefix argument.
5542         (gnus-article-wide-reply-with-original): New function.
5543
5544         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5545         Emacs 21.
5546
5547 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5550         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5551
5552 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5555         (gnus-group-read-ephemeral-gmane-group): New command.
5556
5557 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5558
5559         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5560
5561 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * message.el (message-send-mail-function): Increase custom version.
5564
5565         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5566         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5567
5568 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5569
5570         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5571         for the cases where imap-authenticate is called with a nil buffer
5572         parameter.
5573
5574 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5577         html parts correctly; support forwarded messages.
5578         (gnus-article-browse-html-article): Remove work buffers.
5579
5580         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5581         compiling.
5582         (netrc-bound-and-true-p): New macro.
5583         (netrc-parse): Use it instead of bound-and-true-p that is not available
5584         in XEmacs 21.4.
5585
5586 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-registry.el (gnus-registry-mark-article)
5589         (gnus-registry-article-marks): Add functionality to mark articles
5590         through the Gnus registry.
5591
5592         * encrypt.el: Clarify documentation for the new pgg method.
5593         (encrypt-file-alist): Add PGG option.
5594         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5595         functionality.  Abstract password key and messaging to external
5596         functions.
5597         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5598         (encrypt-message-method-and-cipher): Add new convenience external
5599         functions.
5600         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5601         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5602
5603         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5604         (netrc-parse): Use encrypt-file-alist to determine if
5605         encrypt-find-model or encrypt-insert-file-contents should be used.
5606
5607         * encrypt.el: Clarify documentation.  Load password-cache or
5608         password, whichever one is found first, instead of autoloading.
5609
5610 2007-12-19  Glenn Morris  <rgm@gnu.org>
5611
5612         * mml.el (message-options-set, message-narrow-to-head)
5613         (message-in-body-p, message-mail-p, message-encode-message-body):
5614         Autoload.
5615         (message-remove-header, message-narrow-to-headers-or-head)
5616         (message-subscribed-p, message-make-mail-followup-to)
5617         (message-position-on-field, message-news-p)
5618         (message-options-set-recipient, message-generate-headers)
5619         (message-sort-headers): Declare as functions.
5620
5621 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5624         convention in doc string.
5625
5626 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5629         title to html parts.
5630         (gnus-article-browse-html-article): Pass message header to it.
5631
5632         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5633
5634 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5635
5636         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5637         or password compatible with XEmacs.
5638
5639 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5642         format document.
5643         (gnus-mime-delete-part): Don't write description line if empty.
5644         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5645
5646 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5647
5648         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5649         (gnus-summary-mark-read-and-unread-as-read)
5650         (gnus-summary-mark-current-read-and-unread-as-read)
5651         (gnus-summary-mark-unread-as-ticked): Doc fix.
5652         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5653
5654 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5655
5656         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5657         Christoph Conrad <christoph.conrad@gmx.de>.
5658
5659 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5662         yes-or-no-p.
5663
5664 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * mm-decode.el (mm-add-meta-html-tag): New function.
5667         (mm-save-part-to-file, mm-pipe-part): Use it.
5668
5669         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5670         gnus-y-or-n-p instead of y-or-n-p.
5671         (gnus-article-browse-html-parts): Work with message/external-body; use
5672         mm-add-meta-html-tag.
5673
5674 2007-12-11  Glenn Morris  <rgm@gnu.org>
5675
5676         * gnus-cache.el: Require gnus-sum not just when compiling.
5677
5678         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5679
5680         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5681         definitions before use.
5682
5683         * mm-decode.el: Require gnus-util.
5684         (mm-remove-part): Only call delete-annotation on XEmacs.
5685
5686         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5687
5688         * nnmail.el: Require gnus-int.
5689
5690         * spam.el: Move `require's before `eval-when-compile's.
5691
5692         * gnus-ems.el (gnus-alive-p):
5693         * gnus-fun.el (message-goto-eoh):
5694         * gnus-util.el (gnus-group-name-decode):
5695         * mail-source.el (gnus-compress-sequence):
5696         * message.el (Info-goto-node, format-spec):
5697         * mm-bodies.el (message-options-get):
5698         * mm-decode.el (mm-view-pkcs7):
5699         * mm-util.el (gmm-write-region):
5700         * mml-smime.el (mml-compute-boundary)
5701         (gnus-completing-read-with-default):
5702         * mml.el (widget-button-press, gnus-make-hashtable):
5703         * mml1991.el (mm-decode-content-transfer-encoding)
5704         (mm-encode-content-transfer-encoding)
5705         (message-options-get, message-options-set):
5706         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5707         * nnfolder.el (gnus-request-group):
5708         * nnheader.el (ietf-drums-unfold-fws):
5709         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5710         * smime.el (gnus-run-mode-hooks):
5711         * spam-stat.el (gnus-message): Autoload.
5712
5713         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5714         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5715         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5716         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5717         Add declare-function compatibility definition.
5718
5719         * gnus-cache.el (nnvirtual-find-group-art):
5720         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5721         (gnus-add-image, gnus-add-wash-type):
5722         * gnus-group.el (nnkiboze-score-file):
5723         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5724         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5725         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5726         (message-tokenize-header, gnus-get-buffer-create)
5727         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5728         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5729         * gnus.el (gnus-group-decoded-name):
5730         * mail-source.el (imap-capability):
5731         * mm-bodies.el (message-options-set):
5732         * mm-decode.el (gnus-configure-windows):
5733         * mm-extern.el (message-goto-body):
5734         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5735         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5736         (epg-sub-key-validity, message-options-set):
5737         * mml.el (widget-event-point, gnus-configure-windows):
5738         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5739         * mml2015.el (epg-check-configuration, epg-configuration)
5740         (message-options-set):
5741         * nndb.el (nndb-request-article):
5742         * nnfolder.el (gnus-request-create-group):
5743         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5744         * nnmaildir.el (gnus-group-mark-article-read):
5745         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5746         * rfc1843.el (message-fetch-field):
5747         * spam.el (gnus-extract-address-components):
5748         Declare as functions.
5749
5750 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5753
5754         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5755
5756         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5757         bind show-trailing-whitespace for XEmacs.
5758
5759 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5762         new no-op macro for backward compatibility.
5763
5764         * imap.el (imap-string-to-integer): New function.
5765
5766 2007-12-09  Glenn Morris  <rgm@gnu.org>
5767
5768         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5769
5770         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5771         * message.el, mm-view.el, sieve-manage.el, smime.el:
5772         Add declare-function compatibility definition.
5773
5774         * gnus-art.el (w3-region, w3m-region, Info-menu):
5775         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5776         * gnus-sum.el (gnus-get-predicate):
5777         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5778         * message.el (mail-abbrev-in-expansion-header-p):
5779         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5780         (w3m-detect-meta-charset, w3m-region):
5781         * sieve-manage.el (password-read, password-cache-add)
5782         (password-cache-remove):
5783         * smime.el (password-read-and-add): Declare as functions.
5784
5785 2007-12-08  David Kastrup  <dak@gnu.org>
5786
5787         * gnus-sum.el (gnus-summary-simplify-subject-query):
5788         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5789         `message'.
5790
5791 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5794         it to bind idna-program, installation-directory, defined-colors, and
5795         face-attribute for XEmacs of the version that compiles defcustom forms.
5796
5797 2007-12-07  Glenn Morris  <rgm@gnu.org>
5798
5799         * gnus-art.el (article-make-date-line): Revert previous change.
5800
5801 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5802
5803         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5804
5805 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5806
5807         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5808         Call gnus-add-to-range ranges only once with a prepared article-list.
5809
5810 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5811
5812         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5813         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5814         group names with backslashes.  Reported by Tassilo Horn
5815         <tassilo@member.fsf.org>.
5816
5817 2007-12-06  Deepak Goel  <deego3@gmail.com>
5818
5819         * gnus-art.el (article-make-date-line):
5820         * gnus-start.el (gnus-load):
5821         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5822
5823 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-art.el (gnus-use-idna)
5826         * gnus-start.el (gnus-site-init-file)
5827         * message.el (message-use-idna)
5828         * mm-uu.el (mm-uu-hide-markers)
5829         * smiley.el (smiley-style): Revert changes that suppress warnings.
5830
5831 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5834         specify charset to html source.  Reported by Christoph Conrad
5835         <christoph.conrad@gmx.de>.
5836
5837 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5840         idna-program in order to suppress byte compile warning issued by XEmacs
5841         that came to byte compile the default value section of defcustom forms
5842         recently.
5843
5844         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5845         value of installation-directory.
5846
5847         * message.el (message-use-idna): Don't directly refer to the value of
5848         idna-program.
5849
5850         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5851
5852         * smiley.el (smiley-style): Don't directly call face-attribute.
5853
5854 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5857
5858         * gnus-dired.el: Reduce Gnus dependencies.
5859         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5860         require.  Use autoloads instead.
5861         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5862         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5863         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5864         (gnus-dired-mode): Adjust doc string.
5865         (gnus-dired-mail-mode): New variable.
5866         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5867         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5868         (gnus-dired-mail-buffers): New function.  Return mail or message
5869         composition buffers.
5870         (gnus-dired-attach): Use it.
5871         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5872         NO-DECODE.
5873         (gnus-dired-print): Use `gnus-print-buffer' depending on
5874         `gnus-dired-mail-mode'.
5875
5876 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * rfc2047.el (rfc2047-encoded-word-regexp)
5879         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5880         explaining what regexp patterns are for.
5881
5882 2007-12-04  Glenn Morris  <rgm@gnu.org>
5883
5884         * password.el: Move to password-cache.el.
5885
5886         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5887         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5888         * mml-smime.el (password-read, password-cache-add)
5889         (password-cache-remove):
5890         No need to autoload, since mml-sec requires password.
5891
5892         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5893         * message.el (gnus-extract-address-components):
5894         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5895
5896         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5897         password.
5898
5899 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * mailcap.el: Reduce dependencies.
5902         (mail-header-parse-content-type): Autoload.
5903         (mailcap-delete-duplicates): New alias.
5904         (mailcap-mime-info): Add optional argument NO-DECODE.
5905         (mailcap-mime-types): Use mailcap-delete-duplicates.
5906
5907         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5908
5909 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5910
5911         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5912         (imap-parse-status): Upcase status-att for servers that sends them
5913         lower-case (e.g., MS Exchange 2007).
5914
5915 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5918         function.
5919
5920         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5921         (gnus-uu-yenc-article): New function.
5922
5923         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5924
5925         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5926         buffer.
5927
5928 2007-12-02  Glenn Morris  <rgm@gnu.org>
5929
5930         * binhex.el (binhex): New custom group.
5931         (binhex-decoder-program, binhex-decoder-switches)
5932         (binhex-use-external): Move to the binhex custom group.
5933
5934         * uudecode.el (uudecode): New custom group.
5935         (uudecode-decoder-program, uudecode-decoder-switches)
5936         (uudecode-use-external): Move to the uudecode custom group.
5937
5938         * netrc.el (top-level): Don't load `encrypt' features.
5939         (netrc-parse): Don't use encrypt.
5940         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5941
5942         * encrypt.el: Remove file.
5943
5944 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5947         matches on patches.
5948
5949         * gnus-art.el (gnus-article-browse-html-article): Mention
5950         `mm-text-html-renderer' in the doc string.
5951
5952         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5953         string.  Add comments.
5954
5955         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5956         if rhs is ASCII.
5957
5958 2007-12-01  Glenn Morris  <rgm@gnu.org>
5959
5960         * mail-source.el (top-level): Require format-spec before
5961         eval-when-compile.
5962
5963 2007-11-30  Glenn Morris  <rgm@gnu.org>
5964
5965         * encrypt.el: Require password, rather than autoloading password-read.
5966
5967 2007-11-29  Glenn Morris  <rgm@gnu.org>
5968
5969         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5970         (sasl-make-client, sasl-next-step, sasl-step-data)
5971         (sasl-step-set-data): Declare as functions.
5972
5973 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5974
5975         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5976
5977 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5978
5979         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5980         certs should be verified and what is to be done in the event of a
5981         verification failure.
5982
5983         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5984         caller can indicate whether the cache should be disregarded for this
5985         call.  This way the result of the call is reproducible at all times and
5986         can be considered a canonical server name for the supplied method.
5987         (gnus-agent-method-p): Canonicalize server names by pushing their
5988         method through `gnus-method-to-server' using the no-cache argument.
5989
5990         * gnus-srvr.el (gnus-server-insert-server-line): Call
5991         `gnus-method-to-server' with `no-cache' argument.
5992
5993         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5994         gnus-agent-possibly-synchronize-flags as this should be called when the
5995         server is actually being opened.
5996         (gnus-agent-possibly-synchronize-flags)
5997         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5998         flags file of an agentized server to the latter function.
5999
6000         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6001         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6002         after a connection has been established successfully.
6003
6004 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (article-display-face): Force to display face if called
6007         interactively; check if gnus-article-x-face-too-ugly matches author.
6008         (article-display-x-face): Display face even if From header is missing
6009         as article-display-face does.
6010
6011 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6012
6013         * hashcash.el (message-narrow-to-headers-or-head)
6014         (message-fetch-field, message-goto-eoh)
6015         (message-narrow-to-headers): Declare as functions.
6016
6017 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * mail-source.el (mail-sources): Default to fetch from file for
6020         compatibility with default of nnmail-spool-file.
6021
6022 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6025         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6026         to look for encoded word that should be encoded again.
6027         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6028         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6029         encoding pattern.
6030         (rfc2047-decode-region): Switch strict regexp and loose one according
6031         to rfc2047-allow-irregular-q-encoded-words.
6032
6033 2007-11-25  Romain Francoise  <romain@orebokech.com>
6034
6035         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6036
6037 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * tls.el (tls-program): Provide more custom choices from
6040         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6041         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6042
6043 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6046         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6047
6048         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6049         `nnmail-spool-file'.
6050
6051         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6052         `nnmail-spool-file'.
6053
6054         * gnus-move.el (gnus-change-server): Ditto.
6055
6056         * gnus-kill.el (gnus-batch-score): Ditto.
6057
6058         * gnus-cache.el (gnus-jog-cache): Ditto.
6059
6060         * gnus-msg.el (gnus-summary-reply):
6061         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6062
6063 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6066         version.  Minor improvement to doc strings.
6067         (tls-program): Add comment.
6068
6069 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6070
6071         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6072         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6073         mismatch between the hostname provided in the certificate and the name
6074         of the host connnecting to.
6075         (open-tls-stream): Use them.  Check certificates against trusted root
6076         certificates.
6077
6078 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * gnus-cache.el (gnus-cache-generate-nov-databases):
6081         Use nnml-generate-nov-databases-directory instead of
6082         nnml-generate-nov-databases-1.
6083
6084 2007-11-24  Glenn Morris  <rgm@gnu.org>
6085
6086         * message.el (message-tool-bar-retro): Update for rename
6087         mail_send.xpm->mail-send.xpm.
6088
6089 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6092         `smime-ldap-search' for Emacs 22 and up.
6093
6094 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6095
6096         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6097
6098         * message.el (message-send-mail-function): Fix error convention.
6099         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6100         (message-widen-reply, message-send-mail, message-talkative-question)
6101         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6102         (message-clone-locals, message-send-news): Use with-current-buffer.
6103         (message-insert-or-toggle-importance): Remove unused var `valid'.
6104         (message-make-references): Remove unused var `new-references'.
6105         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6106
6107 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6108
6109         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6110         (spam-split-symbolic-return-positive): Reflow docstring.
6111         (spam-backends, spam-summary-exit-behavior)
6112         (spam-mark-ham-unread-before-move-from-spam-group)
6113         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6114         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6115         (spam-clear-cache, spam-backend-check, spam-install-backend)
6116         (spam-install-statistical-backend, spam-list-of-processors)
6117         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6118         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6119         (spam-check-crm114, spam-initialize, spam-unload-hook):
6120         Fix typos in docstrings.
6121
6122 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6125         been checked if they have never been read and those group levels are
6126         higher than the one that a user specified.
6127
6128 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6131         foreign groups unless a group level is specified by a user.
6132         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6133
6134 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * message.el (message-send-mail-function): Require sendmail.
6137
6138 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6139
6140         * message.el (message-send-mail-function): Check for smtpmail too.
6141
6142         * utf7.el (utf7-encode, utf7-decode): Use coding system
6143         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6144
6145         * message.el (message-send-mail-function): New function.
6146         (message-send-mail-function): Set default using
6147         message-send-mail-function.  Adjust doc string.
6148         (message-send-mail-with-mailclient): New function.
6149
6150 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6151
6152         * smime.el (from):
6153         * rfc2047.el (message-posting-charset):
6154         * qp.el (mm-use-ultra-safe-encoding):
6155         * pop3.el (parse-time-months):
6156         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6157         * nnml.el (files):
6158         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6159         (jka-compr-compression-info-list, ange-ftp-path-format)
6160         (efs-path-regexp):
6161         * nndiary.el (files):
6162         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6163         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6164         (epg-digest-algorithm-alist, inhibit-redisplay)
6165         (password-cache-expiry):
6166         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6167         (pgg-output-buffer, password-cache-expiry):
6168         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6169         (efs-path-regexp):
6170         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6171         (inhibit-redisplay):
6172         * mm-uu.el (file-name, start-point, end-point, entry)
6173         (gnus-newsgroup-name, gnus-newsgroup-charset):
6174         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6175         (latin-unity-ucs-list):
6176         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6177         (mm-uu-binhex-decode-function):
6178         * message.el (gnus-message-group-art, gnus-list-identifiers)
6179         (rmail-enable-mime-composing, gnus-local-organization)
6180         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6181         (gnus-read-active-file, facemenu-add-face-function)
6182         (facemenu-remove-face-function, gnus-article-decoded-p)
6183         (tool-bar-mode):
6184         * mail-source.el (display-time-mail-function):
6185         * gnus-util.el (nnmail-pathname-coding-system)
6186         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6187         (gnus-original-article-buffer, gnus-user-agent)
6188         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6189         (xemacs-codename, sxemacs-codename, emacs-program-version):
6190         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6191         * gnus-start.el (gnus-agent-covered-methods)
6192         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6193         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6194         (gnus-newsgroup-headers, gnus-group-list-mode)
6195         (gnus-group-mark-positions, gnus-newsgroup-data)
6196         (gnus-newsgroup-unreads, nnoo-state-alist)
6197         (gnus-current-select-method, mail-sources)
6198         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6199         (nnmail-spool-file, gnus-cache-active-hashtb):
6200         * gnus-mh.el (mh-lib-progs):
6201         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6202         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6203         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6204         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6205         (gnus-group-buffer):
6206         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6207         (font-lock-set-defaults):
6208         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6209         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6210         (gnus-summary-post-menu, total-parts, type, condition, length):
6211         * gnus-agent.el (gnus-agent-read-agentview):
6212         * flow-fill.el (show-trailing-whitespace):
6213         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6214         eval-and-compile wrappers for byte compiler pacifiers.
6215
6216         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6217         (mm-display-inline-fontify): Check for featurep 'xemacs not
6218         extent-list.
6219
6220         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6221         itimer-list.
6222         (mm-create-image-xemacs): Only do something for XEmacs.
6223         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6224
6225         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6226
6227         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6228         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6229
6230 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6231
6232         * nnimap.el (nnimap-split-download-body):
6233         * gnus-demon.el (gnus-demon):
6234         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6235
6236 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6239         macros.
6240         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6241         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6242         copy data from unibyte buffer to multibyte current buffer.
6243         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6244         to copy data from unibyte current buffer to multibyte buffer.
6245         (nntp-make-process-buffer): Make process buffer unibyte.
6246
6247         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6248
6249 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6250
6251         * pop3.el (pop3-open-server): Accept and process data more robustly at
6252         connexion start to avoid spurious "POP SSL connexion failed" errors.
6253
6254 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6257         read group names.
6258
6259 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6262
6263 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6266         (nnmail-save-active): Use a unibyte buffer when saving active file,
6267         which may contain non-ASCII group names.
6268
6269         * nnml.el (nnml-request-group): Decode group names in messages.
6270
6271 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * message.el (message-citation-line-function)
6274         (message-insert-formatted-citation-line): Fix spelling of
6275         `message-insert-formated-citation-line'.
6276
6277 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6280
6281 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6284         nnmail-pathname-coding-system.
6285
6286         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6287         that a user enters; decode group names in messages.
6288
6289         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6290
6291 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6292
6293         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6294
6295         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6296
6297         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6298         risky local variable.
6299
6300         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6301
6302 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6303
6304         * encrypt.el: Improve documentation to fix function name typo.
6305         Reported by Daiki Ueno <ueno@unixuser.org>.
6306
6307 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6310         even if the point is not in the last page of an article.
6311         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6312         back to the previous page.
6313
6314 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6317
6318 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6321
6322 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6323
6324         * message.el (message-check-news-body-syntax): Avoid
6325         mm-string-as-multibyte.
6326         (message-hide-headers): Don't assume (point-min)==1.
6327
6328 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * message.el (message-remove-blank-cited-lines): Fix if remove is
6331         given.
6332         (message-bogus-address-regexp): New variable.
6333         (message-bogus-recipient-p): New function.
6334         (message-check-recipients): New command.
6335         (message-syntax-checks): Add `bogus-recipient'.
6336         (message-fix-before-sending): Add `bogus-recipient'.
6337
6338         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6339         (gnus-treat-body-boundary): Don't test window-system.
6340
6341 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6342
6343         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6344
6345 2007-10-28  Miles Bader  <miles@gnu.org>
6346
6347         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6348         at compile-time too.
6349
6350 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus-msg.el (gnus-message-setup-hook): Add
6353         `message-remove-blank-cited-lines' to options.
6354
6355 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * message.el (message-remove-blank-cited-lines): New function.
6358         Suggested by Karl Plästerer.
6359
6360 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6363         mapc.
6364
6365         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6366         (top-level): Use mapc to set functions to be traced for debugging.
6367
6368         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6369         called for effect with while loop.
6370
6371         * message.el (message-talkative-question): Replace mapcar called for
6372         effect with mapc.
6373
6374         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6375         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6376         called for effect with dolist.
6377
6378         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6379
6380         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6381         gnus-extra-headers and nnmail-extra-headers.
6382
6383         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6384         called for effect with dolist.
6385         (top-level): Use mapc to set functions to be traced for debugging.
6386
6387         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6388         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6389         dolist.
6390
6391         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6392         Replace mapcar called for effect with mapc.
6393         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6394         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6395         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6396         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6397
6398         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6399         remove-if that's a cl function.
6400
6401         * webmail.el (webmail-debug): Replace mapcar called for effect with
6402         dolist.
6403
6404         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6405         with mapc.
6406
6407 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6410         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6411         with while loop.
6412
6413         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6414         functions from article-* functions.
6415         (gnus-multi-decode-header): Replace mapcar called for effect with
6416         dolist.
6417
6418         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6419         (gnus-bookmark-show-details): Replace mapcar called for effect with
6420         while loop.
6421
6422         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6423         called for effect with while loop.
6424
6425         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6426         with dolist.
6427
6428         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6429         mapcar called for effect with dolist.
6430
6431         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6432
6433         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6434         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6435         Replace mapcar called for effect with dolist.
6436         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6437         mapc.
6438
6439         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6440         Replace mapcar called for effect with dolist.
6441         (gnus-topic-list): Replace mapcar called for effect with mapc.
6442
6443         * gnus.el: Use mapc instead of mapcar to add autoloads.
6444
6445 2007-10-23  Richard Stallman  <rms@gnu.org>
6446
6447         * gnus-group.el (gnus-group-highlight): Mark as risky.
6448
6449 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gnus.el (gnus-server-to-method): Return method found first in
6452         gnus-newsrc-alist.
6453
6454         * gnus-art.el (gnus-article-highlight-signature)
6455         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6456         button overlay without the front stickiness.
6457
6458 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6459
6460         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6461         overview buffer needed a catch to receive its throw.
6462         (gnus-agent-flush-cache): Declared as interactive to make this function
6463         easier to use.
6464
6465 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6468         `next-line'.
6469
6470 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6473         exclude address matching message-dont-reply-to-names.
6474
6475 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-util.el (gnus-string<): New function.
6478
6479         * gnus-sum.el (gnus-article-sort-by-author)
6480         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6481
6482 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6485         the frame-focus tag is set in gnus-buffer-configuration.
6486
6487 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6490         the front stickiness.
6491
6492 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6495         url pattern; remove duplicate one.
6496         (gnus-article-extend-url-button): New function.
6497         (gnus-article-add-buttons): Use it.
6498         (gnus-button-push): Use concatenated url that it makes.
6499
6500 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6501
6502         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6503
6504 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6505
6506         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6507         Don't hardcode point-min==1.
6508
6509 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6510
6511         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6512         Fix comment about "iso8859-1".
6513
6514 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6515
6516         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6517         ones returned from the verify-function.
6518
6519         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6520         mml2015-extract-cleartext-signature if extraction failed.
6521
6522 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6523
6524         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6525         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6526         failed.
6527
6528 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6531
6532 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6535         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6536         recommends to use EasyPG instead of PGG.
6537
6538         * pgg.el: Revert to revision 6.23.2.16.
6539
6540         * pgg-def.el: Revert to revision 6.6.2.14.
6541
6542         * pgg-gpg.el: Revert to revision 6.23.2.34.
6543
6544 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6547         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6548         thread for both the null and zero (kill/expire thread) universal prefix
6549         cases.
6550         (gnus-summary-expire-thread): Add new function to expire a thread,
6551         using gnus-summary-kill-thread.
6552         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6553         shortcuts for gnus-summary-expire-thread.
6554         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6555         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6556
6557 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6558
6559         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6560         extras value, so an extras entry can be deleted.
6561         (gnus-registry-delete-extra-entry): Use it.
6562         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6563         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6564         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6565         storage through the gnus-registry, and provide an appropriate API for
6566         it.
6567
6568 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6571         Suggested by Leo <sdl.web@gmail.com>.
6572
6573         * gnus.el: Do.
6574
6575 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6578         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6579
6580         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6581
6582         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6583         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6584
6585 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6588         newline.
6589         (nnmbox-request-accept-article): Don't change article in source buffer;
6590         narrow to header to use message-fetch-field rather than
6591         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6592         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6593         as delimiters; make sure article ends with newline.
6594         (nnmbox-delete-mail): Correct last position of article to be deleted;
6595         ignore X-Gnus-Newsgroup header in article body.
6596         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6597         positions; make sure article ends with newline.
6598
6599         * message.el (message-display-abbrev): Don't infloop when a user
6600         inserts SPC in the beginning of header.
6601
6602         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6603         coding-system-for-read and coding-system-for-write for XEmacs having no
6604         file-coding feature.
6605
6606         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6607
6608 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6609
6610         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6611         list of groups not followed by default.  Fix type to be regexp.
6612         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6613
6614 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6615
6616         * hmac-def.el (define-hmac-function): Switch from old-style to
6617         new-style backquotes.
6618
6619         * md4.el (md4-make-step): Likewise.
6620
6621 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6624         raw-text coding system when saving .newsrc file, which may contain
6625         non-ASCII group names.
6626
6627 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-cus.el (gnus-score-extra): New widget.
6630         (gnus-score-extra-convert): New function.
6631         (gnus-score-customize): Use it for Extra.
6632
6633 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6634
6635         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6636         (mml2015-mailcrypt-clear-verify): Use it.
6637         (mml2015-gpg-clear-verify): Use it.
6638         (mml2015-pgg-clear-verify): Use it.
6639         (mml2015-epg-clear-verify): Replace the current part with the output
6640         from GnuPG; don't extract the plaintext by itself.
6641
6642         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6643         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6644         mml2015-clear-verify-function; don't touch the armor headers or
6645         dash-escaped text here.
6646
6647 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6650         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6651         parts, or application/octet-stream as a last resort.
6652         (gnus-mime-view-part-as-type): Don't toggle display.
6653         (gnus-mime-view-part-as-charset): Don't turn off display before
6654         querying charset.
6655
6656         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6657         stuff to undisplayer function in Emacs.
6658         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6659
6660         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6661         text/calendar parts.
6662
6663 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6666         decoding text/calendar parts.
6667
6668         * message.el (message-forward-make-body-mime): Always mark body as
6669         having no illegible text; remove signed-or-encrypted argument.
6670         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6671
6672         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6673         (mml-generate-mime-1): Don't encode body if it is specified to be in
6674         raw form; don't make buffer be unibyte when inserting multibyte string.
6675
6676 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * sha1.el: Fix up comment style.
6679         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6680         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6681
6682         * hex-util.el: Fix up comment style.
6683         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6684
6685         * gnus-salt.el: Use with-current-buffer.
6686         (gnus-pick-setup-message): Fix long-standing typo.
6687
6688 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * imap.el (imap-logout-timeout): New variable.
6691         (imap-logout, imap-logout-wait): New functions.
6692         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6693
6694         * nnimap.el (nnimap-logout-timeout): New server variable.
6695         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6696         nnimap-logout-timeout.
6697
6698         * gnus-art.el (gnus-article-summary-command-nosave)
6699         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6700
6701 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus.el (gnus-maximum-newsgroup): New variable.
6704
6705         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6706         according to gnus-maximum-newsgroup.
6707
6708         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6709         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6710         Limit the range of articles according to gnus-maximum-newsgroup.
6711
6712 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6713
6714         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6715         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6716         Don't perform gnus-configure-windows here; reuse existing sticky
6717         article buffer.
6718
6719         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6720         it doesn't exist in gnus-article-mode.
6721
6722 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6725         (gnus-agent-decoded-group-name): New function.
6726         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6727         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6728
6729 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6730
6731         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6732         Add binding for gnus-sticky-article.
6733         (gnus-summary-exit): Don't kill sticky article buffers.
6734
6735         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6736         article buffer.
6737         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6738         (gnus-kill-sticky-article-buffers): New commands.
6739
6740 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * nntp.el (nntp-xref-number-is-evil): New server variable.
6743         (nntp-find-group-and-number): If it is non-nil, don't trust article
6744         numbers in the Xref header.
6745
6746 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-agent.el (gnus-agent-read-group): New function.
6749         (gnus-agent-flush-group, gnus-agent-expire-group)
6750         (gnus-agent-regenerate-group): Use it.
6751         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6752         nnmail-pathname-coding-system.
6753
6754 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6757
6758         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6759         that are unread as unread, and also as selected so that information of
6760         marks having been changed by a user may be updated when exiting group.
6761
6762 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6765         calculated ignoring signature parts to gnus-treat-article.
6766
6767 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6770         a point here in order to keep the window start.
6771         (gnus-insert-mime-security-button): Make a button overlay without the
6772         front stickiness.
6773         (gnus-mime-display-security): Goto the end of a button.
6774
6775         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6776
6777 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6780         group-name-at-point.
6781         (gnus-group-completing-read): New function that offers decoded
6782         non-ASCII group names for completion.
6783         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6784         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6785         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6786         (gnus-group-fetch-control): Use it.
6787         (gnus-fetch-group): Use group-name-at-point for the initial value
6788         rather than the default value; use gnus-alive-p.
6789
6790         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6791         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6792         (gnus-summary-post-news): Use gnus-group-completing-read.
6793
6794         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6795         (gnus-read-move-group-name): Decode group name for completion.
6796
6797 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6800         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6801         Yamaoka slightly modified the code).
6802
6803 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6806         (nnmail-split-incoming): Bind it.
6807
6808         * nnml.el (nnml-group-name-charset): New function.
6809         (nnml-decoded-group-name): Use it; don't decode group name if
6810         nnmail-group-names-not-encoded-p is non-nil.
6811         (nnml-encoded-group-name): New function.
6812         (nnml-group-pathname): Inline nnml-decoded-group-name.
6813         (nnml-request-expire-articles): Decode group name in message.
6814         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6815         nnmail-pathname-coding-system.
6816         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6817         not decoded ones according to nnmail-group-names-not-encoded-p.
6818         (nnml-generate-active-info): Use nnml-encoded-group-name.
6819
6820 2007-08-08  Glenn Morris  <rgm@gnu.org>
6821
6822         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6823         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6824         doc-strings and comments.
6825
6826 2007-07-25  Glenn Morris  <rgm@gnu.org>
6827
6828         * Relicense all FSF files to GPLv3 or later.
6829
6830 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-sum.el (gnus-summary-move-article): Make
6833         gnus-summary-respool-article work.
6834
6835 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6838         string.
6839
6840 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6841
6842         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6843         that should be ignored when comparing distant RSS articles with local
6844         ones.
6845         (nnrss-make-hash-index): New function.  Create a hash index according
6846         to the ignored fields.
6847         (nnrss-check-group): Use it.
6848
6849 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6852
6853         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6854
6855         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6856         the new optional argument ENCODED is non-nil.
6857         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6858         coding system for encoding group name.
6859         (gnus-group-make-rss-group): Pass un-encoded group name to
6860         gnus-group-make-group.
6861         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6862         encoded.
6863
6864         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6865         Encode group name to which articles are moved or copied.
6866         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6867         coding system for encoding Newsgroup, Followup-To and Xref headers.
6868
6869         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6870         marks; use nnheader-file-coding-system to write a file.
6871         (nnagent-retrieve-headers): Bind file-name-coding-system to
6872         nnmail-pathname-coding-system.
6873
6874         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6875
6876         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6877         (nnml-request-article, nnml-request-create-group)
6878         (nnml-request-rename-group, nnml-find-id)
6879         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6880         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6881         (nnml-save-marks): Use nnml-group-pathname instead of
6882         nnmail-group-pathname.
6883
6884         (nnml-request-create-group, nnml-request-expire-articles)
6885         (nnml-request-move-article, nnml-request-delete-group)
6886         (nnml-deletable-article-p, nnml-possibly-create-directory)
6887         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6888         (nnml-open-marks): Bind file-name-coding-system to
6889         nnmail-pathname-coding-system.
6890
6891         (nnml-request-article): Pass server argument to nnml-find-group-number.
6892         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6893         server argument to nnml-possibly-create-directory.
6894         (nnml-request-accept-article): Pass server argument to
6895         nnml-active-number and nnml-save-mail.
6896         (nnml-find-group-number): Pass server argument to nnml-find-id.
6897         (nnml-request-update-info): Pass server argument to
6898         nnml-marks-changed-p.
6899
6900         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6901         (nnml-save-mail, nnml-active-number): Add server argument.
6902
6903         (nnml-request-delete-group): Warn if group is missing.
6904         (nnml-get-nov-buffer): Decode group name.
6905         (nnml-generate-active-info): Encode group name.
6906         (nnml-open-marks): Decode group name in messages.
6907
6908 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6911         if it is not specified.
6912         (gnus-article-pipe-part, gnus-article-save-part)
6913         (gnus-article-interactively-view-part, gnus-article-copy-part)
6914         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6915         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6916         (gnus-article-replace-part, gnus-article-delete-part)
6917         (gnus-article-view-part-as-type): Pass raw prefix argument to
6918         gnus-article-part-wrapper.
6919
6920 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-agent.el (gnus-agent-save-active): Bind
6923         nnheader-file-coding-system to gnus-agent-file-coding-system.
6924
6925         * gnus-cache.el (gnus-cache-save-buffers)
6926         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6927         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6928         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6929         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6930         (gnus-cache-generate-active, gnus-cache-rename-group)
6931         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6932         (gnus-cache-update-overview-total-fetched-for): Bind
6933         file-name-coding-system to nnmail-pathname-coding-system.
6934         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6935         variables.
6936         (gnus-cache-decoded-group-name): New function.
6937         (gnus-cache-file-name): Use it.
6938         (gnus-cache-generate-active): Use non-decoded group name for active.
6939
6940         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6941         right place.
6942         (gnus-write-active-file): Don't break non-ASCII group names.
6943
6944         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6945         nnmail-pathname-coding-system.
6946
6947         * lpath.el: Bind default-file-name-coding-system,
6948         file-name-coding-system and language-info-alist for XEmacs.
6949
6950         * gnus-uu.el (gnus-uu-decode-save): Typo.
6951
6952 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6955
6956 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6959         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6960         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6961         (gnus-agent-flush-group, gnus-agent-flush-cache)
6962         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6963         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6964         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6965         (gnus-agent-regenerate-group)
6966         (gnus-agent-update-files-total-fetched-for)
6967         (gnus-agent-update-view-total-fetched-for): Bind
6968         file-name-coding-system to nnmail-pathname-coding-system.
6969         (gnus-agent-group-pathname): Don't encode file names by
6970         nnmail-pathname-coding-system.
6971         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6972         coding-system-for-write instead of buffer-file-coding-system to
6973         gnus-agent-file-coding-system.
6974
6975         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6976         Decode group name.
6977
6978         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6979
6980         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6981         (gnus-read-newsrc-el-file): Make group names unibyte.
6982
6983         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6984         nnmail-pathname-coding-system.
6985
6986         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6987         (nnrss-request-delete-group): Bind file-name-coding-system to
6988         nnmail-pathname-coding-system.
6989         (nnrss-read-server-data, nnrss-read-group-data): Bind
6990         file-name-coding-system correctly.
6991         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6992
6993         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6994         (nntp-server-to-method-cache): New variable.
6995         (nntp-group-pathname): New function that decodes non-ASCII group names.
6996         (nntp-possibly-create-directory, nntp-marks-changed-p)
6997         (nntp-save-marks, nntp-open-marks): Use it.
6998         (nntp-possibly-create-directory, nntp-open-marks):
6999         Bind file-name-coding-system to nnmail-pathname-coding-system.
7000         (nntp-open-marks): Decode group names when bootstrapping marks.
7001
7002         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7003         Newsgroups and Folowup-To headers.
7004
7005 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7008         (gnus-server-closed-face, gnus-server-denied-face)
7009         (gnus-server-offline-face): Remove variable.
7010         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7011
7012         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7013         of modifying message-stack directly for XEmacs.
7014
7015         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7016         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7017         if the coding-system argument is nil for XEmacs.
7018
7019         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7020         mm-charset-override-alist.
7021
7022         * rfc2047.el: Don't require base64; require rfc2045 for the function
7023         rfc2045-encode-string.
7024         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7025         to quote the parameter value.
7026
7027 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7030         form in gnus-group-name-charset-method-alist.
7031
7032         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7033         overrides the default layout edit-form.
7034
7035         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7036
7037         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7038
7039 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7042         as unfetched articles.
7043
7044 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7047
7048 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7051         original back end that keeps marks in the local system.
7052
7053 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7056         arg of pop-to-buffer for XEmacs.
7057         (gnus-article-read-summary-keys): Ditto; don't restore window
7058         configuration if summary command ends up with neither article buffer
7059         nor summary buffer; describe bindings if summary keys end with C-h.
7060
7061 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * message.el (message-fix-before-sending): Skip raw message part to be
7064         forwarded while checking illegible text.
7065         (message-forward-make-body-mime, message-forward-make-body): Mark
7066         signed or encrypted raw message as having no illegible text.
7067
7068 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7071         (gnus-message-with-timestamp-1): New macro.
7072         (gnus-message-with-timestamp): New function.
7073         (gnus-message): Use them.
7074
7075         * nnheader.el (nnheader-message): Use them.
7076
7077 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7080         .newsrc.eld file.
7081
7082 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * gnus-agent.el (gnus-agent-fetch-headers)
7085         (gnus-agent-retrieve-headers): Bind
7086         gnus-decode-encoded-address-function to identity.
7087
7088         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7089         available also when the server returns simply a dot.
7090
7091         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7092
7093 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7096
7097 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-ems.el (gnus-x-splash): Make it work.
7100
7101         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7102         from being used.
7103
7104         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7105
7106 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7109         4th and the 5th arguments.
7110
7111         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7112         the front stickiness.
7113         (gnus-article-summary-command-nosave): Correct the order of the
7114         arguments passed to pop-to-buffer.
7115         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7116         summary command ends up with the article buffer.
7117
7118         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7119         the same faces.
7120
7121 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7122
7123         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7124
7125 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7126
7127         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7128         * gnus-sum.el (gnus-summary-highlight):
7129         * pgg.el (pgg-sign-region, pgg-sign):
7130         * mail-source.el (mail-source-delete-old-incoming-confirm):
7131         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7132
7133 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-art.el (gnus-mime-view-part-externally)
7136         (gnus-mime-view-part-internally): Fix predicate function passed to
7137         completing-read.
7138
7139         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7140
7141         * gnus.el (gnus-update-message-archive-method): Add :version.
7142
7143 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus.el (gnus-update-message-archive-method): New variable.
7146
7147         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7148         according to gnus-message-archive-method if
7149         gnus-update-message-archive-method is non-nil.
7150
7151 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7154         by Loic Dachary <loic@dachary.org>.
7155         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7156
7157 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * message.el (message-pop-to-buffer): Add switch-function argument.
7160         (message-mail): Pass switch-function argument to it.
7161
7162 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7163
7164         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7165         Improve doc string.
7166
7167 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7170         (gnus-header-content)
7171         * gnus-cite.el (gnus-cite-10)
7172         * gnus-srvr.el (gnus-server-closed)
7173         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7174         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7175         (gnus-group-mail-3-empty, gnus-group-mail-low)
7176         (gnus-group-mail-low-empty, gnus-splash)
7177         * message.el (message-header-to, message-header-cc)
7178         (message-header-subject, message-header-other, message-header-name)
7179         (message-header-xheader, message-separator, message-cited-text)
7180         (message-mml): Lighten colors of faces used for dark background.
7181
7182 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7183
7184         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7185         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7186
7187 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * message.el (message-narrow-to-headers-or-head):
7190         Ignore mail-header-separator in the body.
7191
7192 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7195         same as window size.
7196
7197 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7198
7199         * message.el (message-font-lock-keywords): Use message-header-xheader
7200         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7201         ahead of the anything pattern, to get it recognised.
7202
7203 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7206         spam.el loads uses it in the compiled defadvice form.
7207
7208 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7209
7210         * gnus-sum.el (gnus-articles-to-read)
7211         (gnus-summary-insert-old-articles): Don't truncate group name for
7212         `read-string'.
7213
7214         * gnus-util.el (gnus-limit-string): Delete this function.
7215
7216         * gnus-sum.el (gnus-simplify-subject-fully): Use
7217         `truncate-string-to-width' instead.
7218
7219 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7220
7221         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7222         if, on summary exit, the next group has to be selected.
7223         (gnus-summary-exit): Use it.
7224
7225 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7228         non-break space.
7229
7230 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7233         Check if group is not a directory.
7234         (nnfolder-request-expire-articles): Don't delete articles if the target
7235         group is not available.
7236
7237         * nnml.el (nnml-request-create-group): Properly check if group is not a
7238         file.
7239         (nnml-request-expire-articles): Don't delete articles if the target
7240         group is not available.
7241
7242         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7243         Don't quote characters that are within parentheses.
7244
7245 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7248         (gnus-handle-ephemeral-exit): Select article according to it.
7249
7250 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * message.el (message-insert-formated-citation-line): Remove newline.
7253         (message-citation-line-format): Add final \n here so that the user can
7254         avoid a blank line.
7255
7256 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7257
7258         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7259         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7260         Update lanl/arXiv support.
7261
7262 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * gnus.el: Bump version number.
7265
7266 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267
7268         * gnus.el (gnus-version-number): Bump version.
7269
7270 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7271
7272         * gnus.el: No Gnus v0.6 is released.
7273
7274 2007-04-27  Didier Verna  <didier@xemacs.org>
7275
7276         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7277         * gmm-utils.el (gmm-regexp-concat): here.
7278         * message.el: Don't require 'gnus-util.
7279         (message-dont-reply-to-names): Handle name change above.
7280         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7281
7282 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7285         since the initial value varies according to the system.
7286
7287 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7290
7291 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7292
7293         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7294
7295 2007-04-24  Didier Verna  <didier@xemacs.org>
7296
7297         Improve the type of gnus-ignored-from-addresses.
7298         * gnus-util.el (gnus-orify-regexp): New function.
7299         * message.el (gnus-util): Require it.
7300         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7301         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7303
7304 2007-04-24  Didier Verna  <didier@xemacs.org>
7305
7306         * gnus-sum.el:
7307         * gnus-utils.el: Fix some trailing whitespaces.
7308
7309 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7312         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7313         article's Message-ID; refer parent article in summary buffer.
7314
7315         * message.el (message-bounce): Call mime-to-mml.
7316
7317         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7318         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7319         optimize and/or forms properly.
7320
7321 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7324         URL.
7325
7326 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7329
7330 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7333         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7334         displayed of multipart/alternative part if it is invoked from summary
7335         buffer.
7336
7337         * mm-view.el (mm-inline-text-html-render-with-w3m)
7338         (mm-inline-text-html-render-with-w3m-standalone)
7339         (mm-inline-render-with-function): Use mail-parse-charset by default.
7340
7341 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7342
7343         * parse-time.el (parse-time-string-chars): Check if CHAR
7344         is less than the length of parse-time-syntax.
7345
7346 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7349         from gnus-newsgroup-processable.
7350
7351 2007-04-16  Didier Verna  <didier@xemacs.org>
7352
7353         * gnus-msg.el (gnus-configure-posting-styles): Handle
7354         message-signature-directory properly with :file syntax.  Reported by
7355         "Leo".
7356
7357 2007-04-11  Didier Verna  <didier@xemacs.org>
7358
7359         New user option: message-signature-directory.
7360         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7361         * message.el (message-insert-signature): Ditto.
7362         * message.el (message-signature-file): Doc update.
7363         * message.el (message-signature-directory): New.
7364
7365 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-msg.el (gnus-inews-yank-articles): Use
7368         message-exchange-point-and-mark instead of exchange-point-and-mark.
7369
7370 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * message.el (message-yank-original): Make sure cited text ends with
7373         newline; don't exchange point and mark.
7374
7375 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7376
7377         * tls.el (open-tls-stream): Properly handle case where there
7378         is no associated buffer.
7379
7380 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7381
7382         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7383         message-yank-original, make sure (< mark TEXT point).
7384
7385 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * message.el (message-fill-column): New variable.
7388         (message-mode): Use it.  Add comment on a possible new hook.
7389
7390         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7391         (nnmail-get-new-mail): Reformat.
7392
7393         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7394
7395         * gmm-utils.el: Fix Commentary.
7396         (gmm-tool-bar-from-list): Fix typo in doc string.
7397
7398 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7399
7400         * message.el (message-yank-original): Don't switch point and mark
7401         unnecessarily to put point and mark as documented.
7402
7403 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7406         from the message heads.
7407
7408 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7409
7410         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7411         article buffer does not have a window.  This may not be the best
7412         solution but is certainly better than setting the start of the null,
7413         that is the current, window.
7414
7415 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7416
7417         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7418         (gnus-draft-setup): Run it.
7419
7420         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7421         gnus-score-fast-scoring.  Allow regexp.
7422         (gnus-score-headers): Use it.
7423
7424         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7425         XEmacs.
7426
7427         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7428         string.
7429         (gnus-button-alist): Also catch `<f1> k ...'.
7430         (gnus-treat-display-x-face): Fix doc string.
7431
7432 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7433
7434         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7435         evaluation of gnus-extended-version to ensure correct generation of the
7436         User-Agent header when message-generate-headers-first is used.
7437
7438 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7439
7440         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7441         hashcash-path is nil.  Don't call callback with incorrect number of
7442         parameters if val is 0.
7443
7444 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7445
7446         * message.el (message-required-news-headers):
7447         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7448
7449 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7450
7451         * tls.el (open-tls-stream): In handshake-waiting loop,
7452         don't wait more if there is output available to process.
7453
7454 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7455
7456         * tls.el (tls-program): Doc fix.
7457
7458 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * message.el (message-generate-new-buffers): Change the meaning of the
7461         nil value; add `standard' to the choices; treat t as `unique'; improve
7462         doc string.
7463         (gnus-select-frame-set-input-focus): Autoload.
7464         (message-buffer-name): Search for the existing message buffer if
7465         message-generate-new-buffers is nil or `standard'; treat the value t of
7466         message-generate-new-buffers as `unique'.
7467         (message-pop-to-buffer): Raise the frame already displaying the message
7468         buffer; clear the echo area after querying.
7469         (message-setup): Pass the `continue' argument to compose-mail.
7470         (message-mail): Prefer `switch-function' if it is given; search for the
7471         existing message buffer if the `continue' argument is non-nil; pass
7472         continue and switch-function arguments to compose-mail by way of
7473         message-setup.
7474         (message-mail-other-window): Adjust argument of message-setup.
7475         (message-mail-other-frame): Ditto.
7476
7477 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7480         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7481         to turn font-lock on when turning gnus-message-citation-mode on.
7482
7483 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7484
7485         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7486         (mml-smime-function-alist): New variable; add epg as the backend.
7487         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7488         mml-smime- functions instead.
7489         * mm-view.el: Require smime.
7490
7491 2007-03-05  Didier Verna  <didier@xemacs.org>
7492
7493         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7494         instead of just inheritance for posting styles.
7495         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7496
7497 2007-02-24  Chris Moore  <dooglus@gmail.com>
7498
7499         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7500         * pgg-pgp.el (pgg-pgp-encrypt-region):
7501         * pgg-gpg.el (pgg-gpg-encrypt-region):
7502         Check pgg-encrypt-for-me if no other recipients.
7503
7504 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7505
7506         * tls.el (tls-certtool-program): Fix custom type.
7507
7508 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7511         and point-at-eol instead of line-(beginning|end)-position.
7512
7513         * assistant.el (assistant-parse-buffer): Ditto.
7514
7515         * netrc.el (netrc-parse-services): Ditto.
7516
7517 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7518
7519         * mml2015.el (mml2015-epg-find-usable-key): New function.
7520         (mml2015-epg-sign): Use it.
7521         (mml2015-epg-encrypt): Use it.
7522
7523 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * message.el (message-make-in-reply-to): Quote name containing
7526         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7527         if there are special characters.  Reported by NAKAJI Hiroyuki
7528         <nakaji@jp.freebsd.org>.
7529
7530 2007-02-27  Didier Verna  <didier@xemacs.org>
7531
7532         Include the group parameters as well as the topic ones in the
7533         inheritance filter process.
7534         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7535         argument GROUP-PARAMS-LIST.
7536         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7537
7538 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * nntp.el (nntp-never-echoes-commands)
7541         (nntp-open-connection-functions-never-echo-commands): New variables.
7542         (nntp-send-command): Use them.
7543
7544 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7545
7546         * mml2015.el (mml2015-epg-verify): Simplified.
7547
7548 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * mml.el (mml-content-disposition-alist): New user option.
7551         (mml-content-disposition): New function.
7552         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7553         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7554
7555 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7556
7557         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7558         verification.
7559
7560 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7561
7562         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7563         articles posted in the last 24 hours.
7564
7565 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7566
7567         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7568
7569 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7570
7571         * nntp.el (nntp-send-command): Don't wait for echoes when
7572         nntp-open-ssl-stream is used.
7573
7574 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7577         (gnus-message-add-citation-keywords)
7578         (gnus-message-remove-citation-keywords): Remove.
7579         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7580         directly, make the variables in font-lock-defaults buffer-local, add
7581         gnus-message-citation-keywords to them and then update the value of
7582         font-lock-keywords.
7583
7584 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * message.el (message-cite-original-1): Don't call
7587         gnus-article-highlight-citation.
7588
7589         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7590         citations; fix line count.
7591
7592 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7595         (gnus-message-add-citation-keywords)
7596         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7597         versions of font-lock-add-keywords and font-lock-remove-keywords to
7598         work with XEmacs correctly.
7599
7600 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-cite.el (gnus-cite-face-list): Set the values of
7603         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7604         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7605         (gnus-message-cite-prefix-regexp): New variable.
7606         (gnus-message-search-citation-line): Use it; protect against long
7607         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7608         the 0th match data for Emacs.
7609         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7610         (gnus-message-add-citation-keywords): Append keywords rather than
7611         prepending; emulate font-lock-add-keywords if it is not available.
7612         (gnus-message-remove-citation-keywords): Emulate
7613         font-lock-remove-keywords if it is not available.
7614
7615         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7616
7617         * message.el (message-cite-prefix-regexp): Set the value of
7618         gnus-message-cite-prefix-regexp.
7619
7620 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7621
7622         * nnweb.el (nnweb-google-parse-1): Update parser.
7623
7624 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7625
7626         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7627
7628 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7629
7630         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7631         regexp.
7632
7633 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7636         string-to-multibyte.
7637         (uudecode-decode-region-internal): Use it.
7638
7639         * lpath.el: Fbind string-as-multibyte for XEmacs.
7640
7641 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7644         custom choice.
7645
7646         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7647
7648 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7649
7650         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7651
7652         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7653         `write-region' to respect `mm-inhibit-file-name-handlers'.
7654
7655 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7658         Use gnus-home-directory instead of "~/" or "$HOME".
7659
7660 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7663         to mention filename.
7664         Add comments at beginning regarding usage.
7665         (encrypt-write-file-contents): Change interactive so a string is
7666         acceptable.  If the file has no associated model, show an error instead
7667         of a nonsense prompt.
7668
7669 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7670
7671         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7672         Thanks to Yoshihiko Yamada for kind notification of this typo.
7673
7674 2007-01-12  Kenichi Handa  <handa@m17n.org>
7675
7676         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7677         multibyte buffer.
7678
7679 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * gnus-score.el (gnus-score-fast-scoring): New variable.
7682         (gnus-score-headers): Use it.
7683
7684         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7685
7686         * message.el (message-cite-original-1): Call
7687         gnus-article-highlight-citation if requested.
7688         (message-make-from): Allow name and address as optional arguments.
7689
7690         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7691
7692         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7693         bugs to doc string.
7694         (gnus-button-alist): Add mid\\|message-id.
7695         (gnus-button-fetch-group): Extend for use in
7696         `browse-url-browser-function'.
7697         (gnus-button-url-regexp): Try to catch paired parentheses like in
7698         Wikipedia URLs.
7699
7700         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7701         Suggested by Simon Krahnke <overlord@gmx.li>.
7702
7703 2007-01-13  Romain Francoise  <romain@orebokech.com>
7704
7705         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7706         Update copyright.
7707
7708 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7709
7710         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7711
7712 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7713
7714         * gnus-registry.el (gnus-registry-unfollowed-groups)
7715         (gnus-registry-split-fancy-with-parent): Fix documentation.
7716
7717 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7720         from nnweb groups.
7721
7722 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723
7724         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7725         Xref urls.  Erase buffer before requesting head.
7726
7727 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7730         customizable.
7731
7732 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7733
7734         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7735         no signing key is found.
7736         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7737         no encrypting and/or signing key is found.
7738
7739 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7742
7743 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7744
7745         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7746         headers read from disk with the ones newly found in the current search.
7747         This should no longer cause problems, because the article numbers in
7748         Gmane's `nov.php' output are ignored since the previous change.
7749
7750 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7751
7752         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7753
7754 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7757         replace-regexp-in-string; bind url-version; fbind display-images-p and
7758         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7759         find-face and set-itimer-function for Emacs; bind itimer-list for
7760         Emacs.
7761
7762         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7763
7764 2007-01-01  Romain Francoise  <romain@orebokech.com>
7765
7766         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7767
7768 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7769
7770         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7771         `define-minor-mode' macro definition expanded properly.
7772         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7773         exclude it there.
7774
7775         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7776         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7777         `fboundp' test.
7778         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7779         This is OK to autoload in (S)XEmacs now.
7780
7781 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7784         keystroke.
7785         (gnus-summary-limit-to-singletons): Fix typo.
7786
7787         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7788         else fails.
7789
7790 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7791
7792         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7793         docstring.
7794
7795         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7796         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7797         (gnus-summary-insert-dormant-articles): Fix typo in message.
7798
7799 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7800
7801         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7802         nil for XEmacs.
7803         (gnus-message-citation-mode): Don't autoload in XEmacs.
7804
7805         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7806
7807 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7808
7809         * nnimap.el (nnimap-expunge-search-string): Mention
7810         nnimap-search-uids-not-since-is-evil in docstring.
7811
7812 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * spam.el: Revert to make-obsolete-variable because
7815         define-obsolete-variable-alias is not supported in Emacs 21.
7816
7817         * spam.el (spam-ifile-path, spam-ifile-database-path)
7818         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7819         make-obsolete-variable.
7820         (spam-bsfilter-path, spam-bsfilter-program)
7821         (spam-spamassassin-path, spam-spamassassin-program)
7822         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7823         use "path" inappropriately.
7824         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7825         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7826         variable names.
7827
7828 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7829
7830         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7831         summary buffer.
7832
7833         * password.el (password-cache-remove): Use clear-string to burn
7834         password, if available.
7835
7836 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7839
7840         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7841
7842         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7843         (gnus-message-highlight-citation): Move defcustom here from
7844         gnus-cite.el.
7845         (gnus-message-citation-mode): Autoload.
7846
7847         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7848         checks to make it compile with XEmacs.
7849         (gnus-message-citation-mode): New minor mode.
7850         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7851         (gnus-message-highlight-citation): New variables.
7852         (gnus-message-search-citation-line)
7853         (gnus-message-add-citation-keywords)
7854         (gnus-message-remove-citation-keywords)
7855         (turn-on-gnus-message-citation-mode)
7856         (turn-off-gnus-message-citation-mode): New functions.
7857
7858 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7859
7860         * gnus-cite.el: Enable highlighting of different citation levels in
7861         message-mode.
7862
7863 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * message.el (message-make-fqdn): Fix comment.
7866         (message-bogus-system-names): Add ".local".
7867
7868         * spam.el (spam-ifile-path, spam-ifile-program)
7869         (spam-ifile-database-path, spam-ifile-database)
7870         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7871         Don't use "path" inappropriately.
7872         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7873         strings.
7874         (spam-check-ifile, spam-ifile-register-with-ifile)
7875         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7876         new variable names.
7877
7878         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7879         (gnus-treat-display-smileys): Simplify using
7880         gnus-image-type-available-p.
7881
7882         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7883         available.
7884
7885         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7886         `display-images-p' if available.
7887
7888 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7891         one after turning on the buffer's multibyteness instead of decoding
7892         them directly in the unibyte buffer that causes unexpected conversion
7893         in Emacs 23 (unicode).
7894
7895 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7896
7897         * message.el (message-generate-hashcash): Fix custom type.
7898
7899 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7902
7903 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7906         disconnect icons.  Add help text.
7907
7908 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7909
7910         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7911         negated to be consistent with the others we handle.
7912
7913 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7916         version of gnus-summary-buffer to something, so that we can use two
7917         article buffers at the same time.
7918
7919 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7920
7921         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7922         trigger all the extra headers.
7923         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7924         sorting.
7925
7926 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7927
7928         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7929         solid groups.
7930
7931 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7932
7933         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7934
7935 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * legacy-gnus-agent.el: Add Copyright notice.
7938
7939 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7940
7941         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7942
7943 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7944
7945         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7946
7947         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7948         to make it work reliably in CVS Emacs.
7949         (gnus-summary-limit-strange-charsets-predicate)
7950         (gnus-summary-limit-to-predicate): New functions.
7951
7952 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7953
7954         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7955         specifying array size.
7956         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7957         array if it is too small.
7958         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7959         (gnus-sort-threads-loop): New function.
7960
7961 2006-12-06  Chris Moore  <dooglus@gmail.com>
7962
7963         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7964         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7965
7966 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7967
7968         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7969         options.
7970
7971 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7972
7973         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7974         DOS-ing the recipient.
7975
7976         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7977         the headers when creating the mapping to avoid mismappings.
7978         (nnweb-gmane-create-mapping): Always nix out old mapping.
7979
7980 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7983         and mm-verify-option to never.
7984
7985 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * message.el (message-signed-or-encrypted-p): New function.
7988         (message-forward-make-body): Use it.
7989
7990         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7991         Replace encode-coding-string with mm-encode-coding-string.
7992
7993 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * nneething.el (nneething-decode-file-name): Replace
7996         decode-coding-string with mm-decode-coding-string.
7997
7998         * gnus-int.el (gnus-open-server): Say failed server's name.
7999
8000 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8001
8002         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8003         strings to a single string.  Quote `errors-file-name'.
8004         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8005         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8006         Adjust calls.  Use `shell-quote-argument'.
8007
8008 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8009
8010         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8011         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8012
8013         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8014         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8015         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8016         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8017         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8018         (gnus-subscribe-newsgroup, gnus-1):
8019         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8020         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8021         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8022         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8023
8024 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8025
8026         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8027         keystroke.
8028         (gnus-summary-limit-to-bodies): Implement headersp.
8029
8030 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8031
8032         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8033
8034 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8037
8038 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * message.el (message-generate-hashcash): Expand range of values to
8041         include `opportunistic'.
8042         (message-send-mail): Use it.
8043
8044 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8045
8046         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8047         and comment it.
8048
8049         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8050
8051 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-util.el (gnus-extract-address-components): Improve comment.
8054
8055 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-util.el (gnus-extract-address-components): Work with address in
8058         which the name portion contains @.
8059
8060         * lpath.el: Fbind custom-autoload.
8061
8062 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * gnus.el (gnus-start): Move custom group up.
8065         (gnus-select-method): Don't autoload, but make it available for
8066         `customize-variable'.
8067         (gnus-getenv-nntpserver): Don't autoload.
8068
8069 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8072
8073 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * message.el (message-sendmail-extra-arguments): New variable.
8076         (message-send-mail-with-sendmail): Use it.
8077
8078 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8081         mm-with-unibyte-current-buffer to make string unibyte.
8082
8083         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8084         mm-string-as-multibyte.
8085
8086 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8087
8088         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8089         Reported by Werner Koch <wk@gnupg.org>.
8090
8091 2006-11-14  Daiki Ueno  <ueno@p360>
8092
8093         * mml2015.el: Autoload epa-select-keys when compiling.
8094
8095 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8096
8097         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8098         message-options.
8099         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8100
8101 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8102
8103         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8104         EasyPG (< 0.0.6).
8105         (mml2015-always-trust): New user option.
8106         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8107         prompt.
8108
8109 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * nntp.el (nntp-authinfo-force): New variable.
8112         (nntp-send-authinfo): Use it.
8113
8114 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8117         decode encoded words.  Improve prompt.  Add comment about forwarding.
8118         (message-replacement-char): Move up.
8119
8120 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8121
8122         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8123         instead of gnus-intersection because arguments of gnus-sorted-nunion
8124         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8125
8126 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8127
8128         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8129         (message-simplify-subject-functions): Enable
8130         message-strip-subject-encoded-words by default.
8131
8132 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * message.el (message-strip-subject-encoded-words): New function.
8135         (message-simplify-subject-functions): New variable.
8136         (message-simplify-subject): Use it.  Fix typo in doc string.
8137         Support message-strip-subject-encoded-words.
8138
8139 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8140
8141         * gnus-diary.el (gnus-diary-delay-format-function):
8142         * nndiary.el (nndiary-reminders):
8143         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8144
8145 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8146
8147         * gnus-art.el (article-hide-boring-headers): Fetch date from
8148         gnus-original-article-buffer to avoid problems with localized date
8149         strings.
8150
8151 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8154
8155 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8158         New variables.
8159         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8160         (mm-charset-synonym-alist): Move some entries to
8161         mm-codepage-iso-8859-list.
8162         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8163         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8164
8165 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8168
8169 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8172         with Emacs 21 and XEmacs.
8173
8174 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * spam.el (spam-parse-address): New function for better parsing,
8177         catching errors, etc.
8178         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8179
8180 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mm-view.el: Add interactive arg to html2text autoload.
8183
8184 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8187
8188 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8191         variables.
8192         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8193         (mm-charset-synonym-alist): Move some entries to
8194         mm-codepage-iso-8859-list.
8195
8196         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8197
8198 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * message.el (message-citation-line-format)
8201         (message-insert-formated-citation-line): Fix implementation of %E, %N
8202         and %n according to the doc string.
8203
8204 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8207         car-safe to avoid bad parses.
8208
8209 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8212         names.
8213
8214         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8215
8216 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8219         header.
8220
8221         * message.el (message-draft-headers): Add Date.
8222         (message-headers-to-generate): Fix typo in docstring.
8223
8224         * nndraft.el (nndraft-required-headers): New variable.
8225         (nndraft-generate-headers): Use it.
8226
8227         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8228
8229 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8230
8231         * gnus-registry.el (gnus-registry-wash-for-keywords)
8232         (gnus-registry-find-keywords): New functions to allow easy searching of
8233         articles that are in the registry.
8234
8235 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8236
8237         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8238         ietf-drums-parse-address instead of gnus-extract-address-components.
8239         Reported by Damien Elmes <damien@repose.cx>.
8240
8241 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * gnus.el (gnus-mime): Remove unused custom group.
8244
8245 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8246
8247         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8248         "blank line" when searching for end of armor headers.
8249
8250 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gmm-utils.el (gmm-write-region): Fix variable name.
8253
8254 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gmm-utils.el (gmm-write-region): New function based on compatibility
8257         code from `mm-make-temp-file'.
8258
8259         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8260
8261         * nnmaildir.el (nnmaildir--update-nov)
8262         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8263         Use `gmm-write-region'.
8264
8265 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8268         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8269
8270         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8271
8272         * message.el (message-replacement-char): New variable.
8273         (message-fix-before-sending): Use it.
8274         (message-simplify-subject): New function to remove duplicate code.
8275         (message-reply, message-followup): Use it.
8276
8277         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8278         gnus-summary-limit-to-articles.
8279
8280 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-util.el (gnus-with-local-quit): New macro.
8283
8284         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8285
8286 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8289         ignore non-string data.
8290
8291 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8294         non-string data (needs to be done in the registry too).
8295
8296 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8299         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8300         (gnus-registry-split-fancy-with-parent)
8301         (gnus-registry-fetch-simplified-message-subject-fast)
8302         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8303         Remove text properties on ingress into the registry and when it's saved.
8304         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8305         registry from entries with no groups.
8306
8307 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8308
8309         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8310         function to remove string properties.
8311
8312 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * gmm-utils.el (gmm): Adjust custom version.
8315
8316         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8317         custom version.
8318
8319         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8320
8321 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-art.el (gnus-insert-prev-page-button)
8324         (gnus-insert-next-page-button): Simplify.  Reformat.
8325
8326 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8327
8328         * gnus-art.el (gnus-insert-prev-page-button)
8329         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8330
8331 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8332
8333         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8334
8335 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8336
8337         * gnus-art.el (gnus-insert-mime-button)
8338         (gnus-insert-mime-security-button):
8339         Apply gnus-article-button-face to MIME and security buttons.
8340
8341 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8344         readable.
8345
8346 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8349
8350 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8351
8352         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8353         `browse-url-of-file' instead of `browse-url'.
8354
8355 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8356
8357         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8358         regexp.  Articles containing quotation were cut prematurely.
8359
8360 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * message.el (message-cite-original-1): Use nobody by default for the
8363         value of From header.
8364         (message-reply): Ditto.
8365
8366 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8367
8368         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8369         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8370         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8371
8372 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8375         mails in the doc string.  Add some URLs in comment.
8376         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8377
8378 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8381         backslashes handling and the way to find boundaries of quoted strings.
8382
8383 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8384
8385         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8386         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8387         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8388         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8389
8390 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8393         doc string.
8394         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8395
8396 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * lpath.el: Fbind epg-check-configuration.
8399
8400 2006-09-06  Simon Josefsson  <jas@extundo.com>
8401
8402         * mml2015.el (mml2015-use): Doc fix, mention epg.
8403
8404 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8405
8406         * mml2015.el (mml2015-use): Default to epg, if available.
8407
8408 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8409
8410         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8411         message-sender.
8412         (mml1991-epg-encrypt): Ditto.
8413         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8414         message-sender.
8415         (mml2015-epg-encrypt): Ditto.
8416
8417 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8418
8419         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8420         several common directories.
8421
8422 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8423
8424         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8425         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8426
8427 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-art.el (article-decode-encoded-words): Make it fast.
8430
8431 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8434
8435         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8436         in quoted string into `\'.
8437
8438 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8441         Use standard-syntax-table.
8442
8443 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-art.el (gnus-decode-address-function): New variable.
8446         (article-decode-encoded-words): Use it to decode headers which are
8447         assumed to contain addresses.
8448         (gnus-mime-delete-part): Remove useless `or'.
8449
8450         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8451         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8452         (gnus-nov-parse-line): Use it to decode From header.
8453         (gnus-get-newsgroup-headers): Ditto.
8454         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8455
8456         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8457         (mail-decode-encoded-address-string): New alias.
8458
8459         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8460         New function.
8461         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8462         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8463         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8464         (rfc2047-decode-string): Ditto.
8465         (rfc2047-decode-address-region): New function.
8466         (rfc2047-decode-address-string): New function.
8467
8468 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * message.el (message-caesar-buffer-body): Allow rotating headers.
8471
8472         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8473
8474         * message.el (message-insert-formated-citation-line): Fix %f.
8475         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8476
8477 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8480         (gnus-bookmark-mouse-available-p): New macro.
8481         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8482         (gnus-bookmark-bmenu-show-infos): Use it.
8483         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8484         (gnus-bookmark-bmenu-hide-infos): Ditto.
8485         (gnus-bookmark-remove-properties): New function.
8486         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8487         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8488         (gnus-bookmark-write-file): Bind coding-system-for-write.
8489         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8490         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8491         group before selecting it.
8492         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8493         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8494         quit-window if it is not available; use gnus-mouse-2 and bind it to
8495         gnus-bookmark-bmenu-select-by-mouse.
8496         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8497         (gnus-bookmark-bmenu-select-by-mouse): New function.
8498
8499 2006-08-13  Romain Francoise  <romain@orebokech.com>
8500
8501         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8502         space.
8503
8504 2006-08-10  Romain Francoise  <romain@orebokech.com>
8505
8506         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8507         (dns-mode-soa-auto-increment-serial): New user option.
8508         (dns-mode-soa-maybe-increment-serial): New function.
8509         (dns-mode): Add the latter to `write-contents-functions'.
8510
8511 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * compface.el (uncompface): Use binary rather than raw-text-unix.
8514
8515 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * compface.el (uncompface): Make sure the eol conversion doesn't take
8518         place when communicating with the external programs.  Reported by
8519         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8520
8521 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8524
8525 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8526
8527         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8528         Make it more robust by parsing author and date independently.
8529
8530 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8533
8534 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8535
8536         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8537         first matching secret key.
8538         (mml2015-epg-encrypt): Ditto.
8539
8540         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8541         first matching secret key.
8542         (mml1991-epg-encrypt): Ditto.
8543
8544         * mml2015.el (mml2015-encrypt-to-self): New user option.
8545         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8546         mml2015-epg-encrypt-to-self is set.
8547
8548         * mml1991.el (mml1991-encrypt-to-self): New variable.
8549         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8550         mml1991-epg-encrypt-to-self is set.
8551
8552         * mml2015.el (mml2015-signers): New user option.
8553         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8554         (mml2015-epg-encrypt): Allow to select signing keys.
8555
8556         * mml1991.el (mml1991-signers): New variable.
8557         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8558         (mml1991-epg-encrypt): Allow to select signing keys.
8559
8560 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * nnheader.el (nnheader-insert-head): Make it work even if the file
8563         uses CRLF for the line-break code.
8564
8565 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8566
8567         * mml2015.el: Require mml-sec instead of password.
8568         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8569         (mml2015-cache-passphrase): Inherit the default value from
8570         mml-secure-cache-passphrase.
8571         (mml2015-passphrase-cache-expiry): Inherit the default value from
8572         mml-secure-passphrase-cache-expiry.
8573
8574         * mml1991.el: Require mml-sec instead of password.
8575         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8576         (mml1991-cache-passphrase): Inherit the default value from
8577         mml-secure-cache-passphrase.
8578         (mml1991-passphrase-cache-expiry): Inherit the default value from
8579         mml-secure-passphrase-cache-expiry.
8580
8581         * mml-sec.el: Require password.
8582         (mml-secure-verbose): New user option.
8583         (mml-secure-cache-passphrase): New user option.
8584         (mml-secure-passphrase-cache-expiry): New user option.
8585
8586 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8587
8588         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8589         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8590         andreas@altroot.de (Andreas Vögele).
8591
8592         FIXME: Use `tiny change'?
8593
8594 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8595
8596         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8597         workaround for the url package included with Emacs.
8598
8599         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8600
8601 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8602
8603         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8604         correctly.  This fixes a bug caused by the 2006-05-12 change.
8605
8606 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8607
8608         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8609         some information about the error when saying that the `bogus' mail
8610         group will be used.
8611
8612 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8615         string.
8616
8617 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8618
8619         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8620
8621 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8622
8623         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8624
8625 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8626
8627         * mml1991.el (mml1991-function-alist): Add epg.
8628         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8629         (mml1991-epg-encrypt): New functions.
8630
8631 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8632
8633         * mml2015.el (mml2015-verbose): New variable.
8634         (mml2015-cache-passphrase): Ditto.
8635         (mml2015-passphrase-cache-expiry): Ditto.
8636         (mml2015-function-alist): Add epg.
8637         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8638         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8639         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8640         functions.
8641
8642 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8643
8644         * message.el (message-cite-original-1): Preserve region when removing
8645         quoted text due to X-No-Archive in order to avoid bogus attribution
8646         when citing multiple messages.
8647
8648 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8649
8650         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8651         Kenneth Jacker <khj@be.cs.appstate.edu>.
8652
8653 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-diary.el (gnus-user-format-function-d)
8656         (gnus-user-format-function-D): Autoload.
8657
8658         * imap.el (Commentary): Fix typo.
8659
8660         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8661         2006-04-22 contribution.
8662
8663 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8664
8665         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8666         It didn't really fix the bogosity I'm seeing with solid web groups.
8667
8668 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8669
8670         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8671         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8672         created using server names.  If we use the feature without declaring
8673         it, Gnus does not properly manage server and group state.
8674
8675         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8676         bound.
8677
8678 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8679
8680         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8681         looking up the method using GROUP's prefix before inventing a new one.
8682         It is used on killed/unknown groups in various places where returning
8683         an all-new method isn't expected by the caller.
8684
8685         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8686         and match semantics of gnus-group-real-prefix.
8687
8688 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * nnmail.el (nnmail-broken-references-mailers): New variable.
8691         (nnmail-ignore-broken-references): New function generalizing
8692         nnmail-fix-eudora-headers.
8693         (nnmail-fix-eudora-headers): Now obsolete.
8694
8695         * gnus-art.el (gnus-button-handle-custom): Support
8696         `customize-apropos*'.
8697
8698 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8701
8702         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8703         articles.
8704
8705 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * message.el (message-cite-reply-above): New variable.
8708         (message-yank-original): Use it.
8709
8710 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8713
8714 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8717         as read.
8718
8719         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8720
8721 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8724         (gnus-bookmark-default-file): Use gnus-directory.
8725         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8726         Remove "*" in doc string.
8727         (gnus-bookmark-write-file): Simplify.
8728         (gnus-bookmark-maybe-sort-alist): Use `when'.
8729         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8730         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8731         FIXME about Emacs 21 and XEmacs compatibility.
8732         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8733         compatibility.
8734         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8735         compatibility.
8736         (gnus-bookmark-menu-heading): Fix version.
8737
8738 2006-06-19  Bastien Guerry  <bzg@altern.org>
8739
8740         * gnus-bookmark.el: New file.
8741
8742 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * message.el (message-syntax-checks): Doc fix.
8745
8746 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8747
8748         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8749         unsubscribed groups as if they were killed ones.  It causes duplicate
8750         entries in gnus-newsrc-alist.
8751
8752 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * message.el (message-syntax-checks): Doc fix.
8755         (message-send-mail): Add check for continuation headers.
8756         (message-check-news-header-syntax): Fix regexp used to check for
8757         continuation headers.
8758
8759 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8762
8763 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8766
8767 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8770         default-truncate-lines.
8771
8772 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8775         to fill the utf-8 entry.
8776
8777         * lpath.el: Fbind unicode-precedence-list.
8778
8779 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8780
8781         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8782
8783 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8784
8785         * gnus-agent.el (directory-files-and-attributes): Move all the way
8786         forward (the third and final move).
8787         (gnus-agent-read-agentview): Trap reconstruction errors due to
8788         nonexistant directory.  Handle by returning nil.
8789
8790 2006-05-30  Didier Verna  <didier@xemacs.org>
8791
8792         * message.el (message-dont-reply-to-names): Update the custom type.
8793         * message.el (message-dont-reply-to-names): New defsubst: potentially
8794         convert a list of regexps into a single one.
8795         * message.el (message-get-reply-headers): Use it.
8796         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8797
8798 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-agent.el (directory-files-and-attributes): Move forward.
8801
8802 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gnus-ml.el (gnus-mailing-list-subscribe)
8805         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8806         (gnus-mailing-list-message): Fix doc strings.
8807
8808 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8809
8810         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8811         of doing it manually.
8812
8813 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8816         comment.
8817
8818 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8819
8820         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8821         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8822         (gnus-agent-read-local): All symbols allocated in my-obarray.
8823         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8824         (gnus-agent-regenerate-group): Check numeric names to see if they are
8825         messages or groups.
8826         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8827         better way of do this...)
8828
8829         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8830         'dummy.group' (there should be a better way of do this...)
8831
8832 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8835         (gnus-saved-headers): Ditto.
8836         (gnus-default-article-saver): Mention functions may have properties.
8837         (gnus-article-save): Override gnus-save-all-headers and
8838         gnus-saved-headers by :headers property which saver function may have.
8839         (gnus-summary-save-in-file): Add :headers property.
8840         (gnus-summary-write-to-file): Ditto.
8841
8842         * gnus-sum.el (gnus-summary-save-article): Bind
8843         gnus-prompt-before-saving to t when saving many articles in a file;
8844         always show all headers.
8845
8846         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8847
8848 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8851         marks.
8852
8853         * message.el (message-indent-citation): Add optional arguments to allow
8854         using it outside of message buffers.
8855
8856         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8857         (gnus-article-treat-unfold-headers): Use it.
8858         (gnus-article-truncate-lines): New variable.
8859         (gnus-article-mode): Use it.
8860         (gnus-article-toggle-truncate-lines): New function.
8861
8862         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8863         gnus-article-toggle-truncate-lines.
8864
8865         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8866         coding system in XEmacs, use binary.
8867
8868 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8871         after-load-alist.
8872
8873         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8874         this function should save decoded articles.
8875         (gnus-summary-write-to-file): Use property to specify this function
8876         should save decoded articles and specify gnus-summary-save-in-file
8877         should be used to save articles other than the first one when saving
8878         many articles.
8879         (gnus-summary-save-body-in-file): Use property to specify this
8880         function should save decoded articles.
8881         (gnus-summary-write-body-to-file): Use property to specify this
8882         function should save decoded articles and specify
8883         gnus-summary-save-body-in-file should be used to save articles other
8884         than the first one when saving many articles.
8885
8886         * gnus-sum.el (gnus-summary-save-article): Simplify.
8887
8888 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-art.el (gnus-default-article-saver): Add
8891         gnus-summary-write-body-to-file.
8892         (gnus-article-save-coding-system): Don't use coding system object
8893         in XEmacs.
8894         (gnus-read-save-file-name): Add optional `dir-var' argument which
8895         specifies directory in which files are saved; work even if optional
8896         `variable' argument is not specified.
8897         (gnus-summary-write-to-file): Read file name.
8898         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8899         (gnus-summary-write-body-to-file): New function.
8900
8901         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8902         (gnus-summary-local-variables): Add it.
8903         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8904         (gnus-summary-save-article): Remove optional `decode' argument;
8905         determine whether to decode articles by the value of
8906         gnus-default-article-saver; when saving many files using
8907         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8908         it first and use gnus-summary-save-in-file or
8909         gnus-summary-save-body-in-file thereafter unless
8910         gnus-prompt-before-saving is always; move point to article which
8911         will be saved.
8912         (gnus-summary-save-article-file): Revert.
8913         (gnus-summary-write-article-file): Revert.
8914         (gnus-summary-save-article-body-file): Revert.
8915         (gnus-summary-write-article-body-file): New function.
8916
8917 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (gnus-default-article-saver): Doc fix.
8920         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8921         from gnus-summary-save-article-coding-system, and default to a
8922         certain coding system.
8923         (gnus-output-to-file): Add coding cookie and encode text according
8924         to gnus-article-save-coding-system; don't use mm-append-to-file.
8925
8926         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8927         gnus-art.el and rename to gnus-article-save-coding-system.
8928         (gnus-summary-save-article): Require gnus-art; don't show all
8929         headers if it decodes articles; don't add coding cookie here;
8930         don't bind mm-text-coding-system-for-write.
8931         (gnus-summary-save-article-file): Save decoded articles.
8932         (gnus-summary-write-article-file): When saving many files, use
8933         gnus-summary-write-to-file first and gnus-summary-save-in-file
8934         thereafter unless gnus-prompt-before-saving is always.
8935         (gnus-summary-save-article-body-file): Save decoded articles.
8936
8937         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8938
8939 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * nnrss.el (nnrss-check-group): Bind hash-index.
8942
8943 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8944
8945         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8946         its hash index.  Store this hash in `nnrss-group-data'.
8947         (nnrss-read-group-data): Update accordingly.
8948
8949 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8952         entry.
8953
8954         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8955         gnus-article-browse-html-article.
8956
8957 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8958
8959         * gnus-sum.el (gnus-summary-mime-map): Add
8960         gnus-article-browse-html-article.
8961
8962         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8963
8964 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8965
8966         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8967         suitable coding systems in customize.
8968
8969 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * mail-source.el (mail-sources): Fix custom type.
8972
8973 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8976         (gnus-summary-expire-articles-now): Shorten prompt.
8977
8978         * gmm-utils.el (wid-edit): Require.
8979         (defun-gmm): Renamed from `gmm-defun-compat'.
8980         (gmm-image-search-load-path): Use it.
8981         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8982
8983 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8986         variable.
8987         (gnus-summary-save-article): Add optional `decode' argument.  If
8988         it is set and gnus-summary-save-article-coding-system is non-nil,
8989         save decoded article.
8990         (gnus-summary-write-article-file): Save decoded article if
8991         gnus-summary-save-article-coding-system is non-nil.
8992
8993         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8994         type.
8995
8996 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8999
9000 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9003         first to test gnus-single-article-buffer which may be buffer-local.
9004
9005         * gnus-sum.el (gnus-summary-setup-buffer): Make
9006         gnus-single-article-buffer buffer-local and nil in ephemeral
9007         group; make gnus-article-buffer, gnus-article-current, and
9008         gnus-original-article-buffer always buffer-local.
9009         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9010         group.
9011         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9012
9013 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9014
9015         * nnml.el (nnml-request-compact-group): Compressed files might not
9016         have .gz extension.
9017
9018 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9019
9020         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9021         (mm-copy-to-buffer): Use with-current-buffer.
9022         (mm-display-part): Simplify.
9023         (mm-inlinable-p): Add optional arg `type'.
9024
9025 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9026
9027         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9028         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9029         Try harder to show the attachment internally or externally using
9030         gnus-mime-view-part-as-type.
9031
9032 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * message.el (message-from-style, message-signature-separator)
9035         (message-user-organization-file, message-send-mail-function)
9036         (message-citation-line-function, message-yank-prefix)
9037         (message-indent-citation-function, message-signature)
9038         (message-signature-file, message-signature-insert-empty-line):
9039         Remove autoloads.
9040
9041         * gnus-art.el (gnus-buttonized-mime-types): Remove
9042         "multipart/signed".  Revert 2006-04-26 change.
9043
9044 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * gnus.el (gnus-version-number): Bump version.
9047
9048 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9049
9050         * gnus.el: No Gnus v0.5 is released.
9051
9052 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9053
9054         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9055         fetching articles by message-id.
9056
9057 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * message.el (hashcash): Require hashcash as normal.
9060
9061         * ecomplete.el (ecomplete-highlight-match-line): Use
9062         point-at-eol.
9063         (ecomplete-highlight-match-line): Use `highlight', because that
9064         face exists in both Emacs and XEmacs.
9065
9066         * message.el (message-display-abbrev): Use point-at-bol.
9067
9068         * mail-source.el: Don't require timer/timer-funcs.
9069
9070         * gnus-async.el: Ditto.
9071
9072         * password.el: Ditto.
9073
9074         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9075
9076         * mm-url.el: Ditto.
9077
9078         * gnus-xmas.el: Don't require timer-funcs.
9079
9080         * mm-util.el: Require timer/timer-funcs.
9081
9082 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9083
9084         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9085         Close.
9086
9087 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9090         unibyte after clear-decrypt function runs.
9091
9092         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9093         returns as a unibyte string.
9094
9095 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * lpath.el: Revert.
9098
9099         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9100         (pgg-gpg-process-sentinel): Revert.
9101
9102         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9103         (pgg-pgp-lookup-key): Revert.
9104
9105         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9106         (pgg-pgp5-lookup-key): Revert.
9107
9108         * pgg.el (pgg-fetch-key): Revert.
9109
9110 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * lpath.el: Fbind string-as-multibyte for XEmacs.
9113
9114         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9115         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9116         (mml1991-pgg-encrypt): Ditto.
9117
9118         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9119         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9120         a multibyte buffer.
9121
9122         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9123         (pgg-pgp-lookup-key): Ditto.
9124
9125         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9126         (pgg-pgp5-lookup-key): Ditto.
9127
9128         * pgg.el (pgg-fetch-key): Ditto.
9129
9130 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * message.el (message-user-organization-file): Check several
9133         locations of the organization file.
9134
9135         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9136         Add gnus-article-view-part-as-type.
9137
9138         * gnus-art.el (gnus-article-view-part-as-type): New function.
9139
9140         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9141         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9142
9143         * mml.el: Simplify autoload.
9144         (mml-mode): defvar dnd-protocol-alist instead of using
9145         symbol-value.
9146         (mml-default-directory): New variable.
9147         (mml-minibuffer-read-file): Use it.
9148         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9149
9150         * message.el (message-citation-line-format): New variable.
9151         (message-insert-formated-citation-line): New function.
9152         (message-citation-line-function): Add
9153         `message-insert-formated-citation-line' to custom type.
9154
9155         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9156         to doc string.
9157
9158         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9159         depending on mm-verify-option.
9160
9161 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9164         binding pgg-* variables; reimplement the section which prevents
9165         MIME header from being signed.
9166         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9167         pgg-text-mode; remove a blank line at the top of body.
9168
9169         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9170         lines at the top of body; use gnus-newsgroup-charset if there's no
9171         Charset header.
9172
9173 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * message.el (message-self-insert-commands): Doc fix.
9176
9177         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9178         (mm-uu-pgp-encrypted-test): Ditto.
9179         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9180         between header and body; return application/pgp-encrypted handle
9181         if decryption failed; decode decrypted body by charset.
9182
9183         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9184         element match to application/pgp-*.
9185
9186 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9187
9188         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9189         HTML.
9190
9191 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * mail-source.el (mail-source-call-script): Message the error
9194         string.
9195
9196 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus-util.el (gnus-byte-compile): Use it.
9199
9200 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9201
9202         * gnus-util.el (kill-empty-logs): New function.
9203
9204 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * message.el (message-mail-alias-type): Doc fix.
9207         (message-mail-alias-type-p): New function.
9208         (message-send): Use it.
9209         (message-mode): Ditto.
9210         (message-strip-forbidden-properties): Ditto.
9211
9212         * ecomplete.el (ecomplete-database-file-coding-system): New
9213         variable.
9214         (ecomplete-save): Use it.
9215         (ecomplete-setup): Use it.
9216
9217 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * message.el (message-self-insert-commands): New variable.
9220         (message-strip-forbidden-properties): Use it.
9221
9222 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9223
9224         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9225         that doesn't make XEmacs choke.
9226
9227 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-util.el (gnus-replace-in-string):
9230         Prefer replace-regexp-in-string over of replace-in-string.
9231
9232 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus-util.el (gnus-select-frame-set-input-focus):
9235         Use select-frame-set-input-focus if it is available in XEmacs; use
9236         definition defined in Emacs 22 for old Emacsen.
9237
9238         * dgnushack.el: Autoload unmorse-region for XEmacs.
9239
9240         * lpath.el: Bind cursor-in-non-selected-windows and
9241         select-frame-set-input-focus for XEmacs.
9242
9243 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9246
9247 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9248
9249         * gnus-registry.el (gnus-registry-cache-save): Remove text
9250         properties when saving via the temp buffer.
9251
9252 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9253
9254         * message.el (message-generate-hashcash): Honor custom type.
9255
9256 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * message.el (message-generate-hashcash): Default to non-nil when
9259         hashcash is found.
9260
9261         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9262         (gnus-refer-thread-limit): Increase default to 500.
9263
9264         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9265
9266         * flow-fill.el (fill-flowed): Allow delete-space.
9267
9268 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9271         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9272         Remove autoloads.
9273
9274 2006-04-18  Simon Josefsson  <jas@extundo.com>
9275
9276         * message.el (message-generate-hashcash): Default to.
9277
9278 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9281         concatenating segments rather than before concatenating them.
9282
9283 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9286
9287 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9290
9291         * message.el (message-forward-make-body-plain): Allow
9292         message-forward-ignored-headers to be a list.
9293         (message-remove-ignored-headers): Factor out into function.
9294         (message-forward-make-body-mml): Use it.
9295
9296         * imap.el (imap-quote-specials): New function.
9297         (imap-login-auth): Quote specials.
9298
9299         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9300         (rfc2231-parse-string): Allow concatanation of parameters that
9301         aren't contiguous.  The test case is
9302           (mail-header-parse-content-type "message/external-body;
9303             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9304             access-type=LOCAL-FILE;
9305             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9306
9307 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9308
9309         * nntp.el (nntp-accept-process-output): Return the value of
9310         `nnheader-accept-process-output'.
9311
9312 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9313
9314         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9315         (gnus-button-alist): Recognize more diff formats.
9316         (gnus-button-patch): Strip directory.
9317
9318 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9321         Emacs 22 when setting focus.
9322
9323 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * gnus-art.el (gnus-article-treat-types): Do treatment of
9326         text/x-verbatim parts.
9327         (gnus-button-patch): New command.
9328
9329         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9330         addresses that contain invalid characters.
9331
9332 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * message.el (message-put-addresses-in-ecomplete): Use
9335         gnus-replace-in-string.
9336         (message-is-yours-p): Use the more correct
9337         mail-header-parse-address instead of
9338         mail-extract-address-components.
9339         (message-put-addresses-in-ecomplete): Fix typo.
9340
9341         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9342         keystroke.
9343
9344         * gnus-art.el (gnus-treatment-function-alist): Change order of
9345         newsgroups/generic header folding to avoid double-folding.
9346
9347         * message.el (message-hidden-headers): Add X-Draft-From.
9348
9349         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9350         command.
9351         (gnus-summary-repeat-search-article-backward): New command.
9352
9353         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9354         groups in the parent topic.
9355
9356 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9357
9358         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9359         (spam-extra-header-to-number): Return the CRM114 number as a
9360         number instead of a string.
9361
9362 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9363
9364         * gnus-art.el (gnus-face-properties-alist): Moved here from
9365         gnus-fun.
9366
9367         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9368
9369 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * message.el (message-strip-forbidden-properties): Only display on
9372         self-insert-command.
9373
9374         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9375         reindent.
9376         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9377
9378 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9379
9380         * smiley.el (smiley-style): Fix typo.
9381
9382 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383
9384         * hashcash.el (hashcash-insert-payment-async-2): Use
9385         message-goto-eoh instead of doing it manually.
9386         (mail-add-payment): Use message-narrow-to-header instead of trying
9387         to do the same itself.
9388
9389         * message.el (message-hidden-headers): Add Face.
9390
9391         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9392         reparenting code.
9393         (gnus-summary-reparent-children): Refactored out code.
9394         (gnus-summary-thread-map): New keystroke.
9395         (gnus-summary-reparent-children): Make into command.
9396
9397         * smiley.el (smiley-style): Default to `medium' if using a large
9398         font.
9399
9400         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9401         does it itself.
9402
9403         * message.el (message-point-in-header-p): Simplify definition.
9404
9405 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9406
9407         * nnagent.el (nnagent-request-set-mark): Silence log file
9408         writing.
9409         (nnagent-request-set-mark): Use write-region instead of
9410         append-to-file.
9411
9412         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9413         strange select method.
9414
9415         * ecomplete.el (ecomplete-display-matches): Get highlightling
9416         right.
9417         (ecomplete-display-matches): Use literals.
9418         (ecomplete-display-matches): Disable message logging.
9419
9420         * message.el (message-display-abbrev): Small optimization.
9421
9422         * ecomplete.el (ecomplete-display-matches): Allow automatic
9423         display.
9424
9425         * message.el (message-strip-forbidden-properties): Display
9426         abbrevs.
9427         (message-display-abbrev): Get automatic display right.
9428
9429         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9430         keystrokes.
9431
9432 2006-04-13  Romain Francoise  <romain@orebokech.com>
9433
9434         TODO: Backport to v5-10!
9435
9436         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9437         Moved here (and renamed) from gnus-registry.el.
9438
9439         * gnus-registry.el: Require gnus-util.
9440         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9441
9442 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9443
9444         * gnus-group.el (gnus-group-catchup-current): Change
9445         if-then-else-if-then-else into cond.
9446         (gnus-group-catchup): Indent.
9447         (group-name-at-point): New function.
9448         (gnus-fetch-group): Provide default from thing at point.
9449
9450 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9451
9452         * message.el (message-display-abbrev): Fix regexp.
9453
9454         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9455         choosing.
9456         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9457         dead variables.
9458
9459         * message.el (message-newline-and-indent): Remove debugging.
9460         (message-display-abbrev): Use new implementation.
9461
9462 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9463
9464         * gnus-art.el (gnus-article-mode): Set
9465         cursor-in-non-selected-windows to nil.
9466
9467         * smiley.el: Revert previous change.
9468         (smiley-data-directory): defvar it before using it in the
9469         defcustom of `smiley-style'.
9470
9471 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * message.el (message-newline-and-indent): New function.
9474
9475         * ecomplete.el: Implement more bits.
9476
9477         * message.el (message-put-addresses-in-ecomplete): Clean up the
9478         string.
9479
9480         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9481
9482         * gnus-sum.el (gnus-summary-save-parts): Bind
9483         gnus-summary-save-parts-counter and use it to make unique file
9484         names.
9485
9486         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9487
9488         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9489         parameter to say whether to actually parse the individual
9490         addresses.
9491
9492         * message.el (message-put-addresses-in-ecomplete): New function.
9493         (ecomplete): Require.
9494         (message-mail-alias-type): Add ecomplete as an option.
9495
9496 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9497
9498         * flow-fill.el (fill-flowed): Remove trailing space from blank
9499         quoted lines.
9500
9501 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * smiley.el (smiley-style): Move definition later to avoid a
9504         compilation warning.
9505
9506 2006-04-12  Kenichi Handa  <handa@m17n.org>
9507
9508         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9509         buffer and then decode the buffer text if necessary.
9510         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9511         first, and after mm-encode-body, change the buffer to unibyte.
9512         Use mm-disable-multibyte instead of set-buffer-multibyte.
9513
9514 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9517         Content-Type header instead of Content-Disposition header.
9518         (gnus-mime-inline-part): Ditto.
9519         (gnus-mime-view-part-as-charset): Ignore charset that the part
9520         specifies.
9521
9522         * mm-decode.el (mm-display-part): Work with external parts and
9523         usual parts similarly.
9524
9525         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9526         instead of gnus-display-mime.
9527
9528         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9529         instead of with-temp-buffer.
9530
9531         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9532         tag to summarized topics part in order to encode non-ASCII text.
9533
9534 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * smiley.el (smiley-style): New variable.
9537         (smiley-directory): New function.
9538         (smiley-data-directory): Derive from `smiley-style' using
9539         `smiley-directory'.
9540         (smiley-regexp-alist): Add new entries.
9541
9542         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9543         (gnus-article-browse-delete-temp): Add :version.
9544
9545 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9546
9547         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9548         the sieve region.
9549
9550 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9551
9552         * gnus.el (gnus-version-number): Bump version.
9553
9554 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus.el: No Gnus v0.4 is released.
9557
9558 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9561         layout.
9562
9563         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9564         unknown charset.
9565
9566         * message.el (message-header-synonyms): Add Original-To to the
9567         default.
9568
9569         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9570         optional parameter.
9571
9572 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * gnus-fun.el (gnus): Require it for gnus-directory.
9575
9576 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9579
9580 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9581
9582         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9583
9584 2006-04-05  Simon Josefsson  <jas@extundo.com>
9585
9586         * password.el (password-reset): New function.
9587
9588 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9589
9590         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9591         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9592
9593 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9594
9595         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9596         Some whitespace was matched into the url, which broke browsing hits
9597         > 100 when mm-url-use-external was nil.
9598
9599 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9602         gnus-extra-headers for 'Newsgroups.
9603
9604         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9605         bound.
9606
9607 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9608
9609         * pgg-gpg.el: Clean up process buffers every time gpg processes
9610         complete.
9611
9612 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9615         doc string.
9616
9617 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9618
9619         * pgg-gpg.el (pgg-gpg-process-filter)
9620         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9621
9622         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9623         lines, temporary fix.
9624
9625 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9628
9629 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9630
9631         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9632         default-enable-multibyte-characters.  This reverts the change from
9633         revision 6.17 which is no longer necessary because the passphrase
9634         is sent separately now.  GnuPG messages are unreadable under
9635         multibyte locales with default-enable-multibyte-characters set to
9636         nil.
9637
9638 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * message.el (message-tool-bar-gnome): Move "spell".
9641
9642 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9645         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9646         instead.
9647
9648 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9649
9650         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9651         newsgroups handling for NNTP overviews which don't include
9652         Newsgroups.
9653
9654 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9655
9656         * message.el (message-resend): Bind message-generate-hashcash to nil.
9657
9658 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9659
9660         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9661         when searching for already-paid recipients.
9662
9663 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9664
9665         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9666         passphrases when it is not needed.
9667         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9668         passphrase stuff from gpg, should only be necessary when you use
9669         gpg with a smartcard.
9670
9671 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * mml.el (mml-insert-mime): Ignore cached contents of
9674         message/external-body part.
9675
9676         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9677         (mm-insert-part): Ditto.
9678
9679 2006-03-23  Simon Josefsson  <jas@extundo.com>
9680
9681         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9682         Reiner.
9683         (pgg-gpg-use-agent-p): Use it again.
9684
9685 2006-03-23  Simon Josefsson  <jas@extundo.com>
9686
9687         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9688         older emacsen.
9689         (pgg-gpg-use-agent-p): Don't use it.
9690
9691 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9694         if we can.
9695
9696 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9697
9698         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9699         (pgg-gpg-update-agent): New function.
9700         (pgg-gpg-use-agent-p): New function.
9701         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9702         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9703         (pgg-gpg-sign-region): Use it.
9704
9705 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9708         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9709
9710 2006-03-21  Simon Josefsson  <jas@extundo.com>
9711
9712         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9713         <wilde@sha-bang.de>.
9714         (pgg-gpg-use-agent): New variable.
9715         (pgg-gpg-process-region): Use it.
9716         (pgg-gpg-encrypt-region): Likewise.
9717         (pgg-gpg-encrypt-symmetric-region): Likewise.
9718         (pgg-gpg-decrypt-region): Likewise.
9719         (pgg-gpg-sign-region): Likewise.
9720         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9721
9722 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9725
9726         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9727         Add comment on version.
9728
9729 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * smiley.el: Add missing test smiley.
9732
9733 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * mm-decode.el (mm-with-part): New macro.
9736         (mm-get-part): Use it; work with message/external-body as well.
9737         (mm-save-part): Treat name and filename equally.
9738
9739         * mm-extern.el (mm-extern-cache-contents): New function.
9740         (mm-inline-external-body): Use it; force the part to be displayed;
9741         move undisplayer added to the cached handle to the parent.
9742
9743         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9744         (gnus-mime-view-part-as-type): Work with message/external-body.
9745
9746         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9747
9748 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9751         images in image-load-path.  [Sync with image.el, revision 1.60, in
9752         Emacs.]
9753
9754 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9757         path rather than symbol.  Always return list of directories.
9758         Guarantee that image directory comes first.  [Sync with image.el,
9759         revision 1.59, in Emacs.]
9760
9761         * message.el (message-make-tool-bar): Adjust to new API of
9762         `gmm-image-load-path-for-library'.
9763
9764         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9765
9766         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9767
9768 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9769
9770         * gnus-art.el (gnus-article-only-boring-p):
9771         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9772         intangible text.
9773         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9774
9775 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9778         `defun' instead of `gmm-defun-compat'.
9779
9780 2006-03-14  Simon Josefsson  <jas@extundo.com>
9781
9782         * message.el (message-unique-id): Don't use message-number-base36
9783         if (user-uid) is a float.
9784         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9785
9786 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9789
9790         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9791         empty line between a part and a message part.
9792
9793 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * smiley.el: Add more test smileys.
9796         (smiley-data-directory, smiley-regexp-alist)
9797         (gnus-smiley-file-types): Fix doc strings.
9798         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9799         adding new elements.
9800         (smiley-mouse-map): Unused code.  Make it a comment.
9801
9802 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9805         scan latest NoCeM messages instead of old ones.
9806         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9807         delimiters that are recently used.
9808         (gnus-nocem-load-cache): Add autoload cookie.
9809
9810         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9811
9812         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9813         level which is larger than gnus-use-nocem is specified.
9814
9815         * gnus-group.el (gnus-group-get-new-news): Ditto.
9816
9817 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-util.el (gnus-tool-bar-update): New function.
9820
9821         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9822         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9823
9824         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9825
9826         * gnus-group.el (gnus-group-redraw-when-idle)
9827         (gnus-group-redraw-check): Remove.
9828         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9829
9830 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9833         if optional last element is specified in splits (FIELD VALUE...).
9834
9835 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9838         to gmm-image-load-path-for-library.  Call with no-error argument.
9839         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9840
9841         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9842
9843         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9844
9845         * gmm-utils.el (gmm-image-load-path): Remove alias.
9846
9847 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * gmm-utils.el (gmm-image-load-path): Add alias.
9850
9851         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9852         nnml-generate-nov-databases-1.
9853         (nnml-generate-nov-databases): Use it.
9854         (nnml-generate-nov-databases-directory): Document no-active
9855         argument.
9856
9857         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9858         directory if path is t.  Add no-error.
9859
9860         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9861         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9862
9863         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9864         resetting gnus-article-browse-html-temp-list.
9865
9866         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9867         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9868         Add example to docstring.  Rename local variables.  Move error
9869         checks to default case in cond and simplify.
9870
9871 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9874         handle is multipart when calling it recursively.
9875         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9876
9877 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9878
9879         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9880         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9881
9882 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9885         is loaded.
9886
9887         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9888         loaded.
9889
9890 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9893         to "Emacs 23 (unicode)" in doc string.
9894
9895         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9896         "Emacs 23 (unicode)" in comment.
9897
9898 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9901
9902         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9903         characters 160 through 255 in Emacs 23.
9904
9905 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9908         gnus-article-browse-html-temp.
9909         (gnus-article-browse-delete-temp): Make it customizable.  Add
9910         `file'.  Adjust doc string.
9911         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9912         query for each file.  Adjust doc string.
9913         (gnus-article-browse-html-parts): Add
9914         `gnus-article-browse-delete-temp-files' to
9915         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9916
9917 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9918
9919         * gnus-art.el (gnus-article-browse-html-temp)
9920         (gnus-article-browse-delete-temp): New variables.
9921         (gnus-article-browse-delete-temp-files): New function.
9922         (gnus-article-browse-html-parts): Use it.
9923
9924 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9927
9928         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9929         string.
9930
9931         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9932         gnus-summary-insert-new-articles when unplugged.  Remove
9933         gnus-summary-search-article-forward.
9934
9935         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9936         display-visual-class instead of display-color-cells.
9937
9938 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * dgnushack.el: Autoload customize-group for XEmacs.
9941
9942         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9943         message/* containing non-ASCII text properly.
9944
9945 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * message.el: Require gmm-utils, remove autoloads.
9948         (message-tool-bar): Set default based on
9949         gmm-tool-bar-style.
9950         (message-tool-bar-gnome): Add gmm-customize-mode.
9951
9952         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9953         gmm-tool-bar-style.
9954         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9955
9956         * gnus-group.el (gnus-group-tool-bar): Set default based on
9957         gmm-tool-bar-style.
9958         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9959
9960         * gmm-utils.el (gmm-image-directory): Rename variable from
9961         gmm-image-load-path.
9962         (gmm-image-load-path): Use gmm-image-directory.
9963         (gmm-customize-mode): New function.
9964         (gmm-tool-bar-style): New variable.
9965
9966         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9967         gnus-group-redraw-line-number.
9968         (gnus-group-redraw-check): Simplify.
9969         (gnus-group-tool-bar-update): Remove redraw check.
9970         (gnus-group-make-tool-bar): Add redraw check.
9971
9972 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9973
9974         * gnus-art.el (gnus-button): Add missing parentheses.
9975
9976 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * lpath.el: Fbind line-number-at-pos.
9979
9980 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9983
9984 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * gnus-art.el (gnus-button): New face.
9987         (gnus-article-button-face): Use it.
9988
9989         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9990         gnus-summary-next-page.  Re-order.
9991
9992         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9993         next-node are now included.
9994         (gnus-group-redraw-line-number): New internal variable.
9995         (gnus-group-redraw-check): Helper function for updating the tool
9996         bar.
9997         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9998
9999         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10000
10001         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10002         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10003         Use it to match format of Spamassassin 3.0 and later.  Reported by
10004         IRIE Tetsuya <irie@t.email.ne.jp>.
10005         (spam-check-bogofilter)
10006         (spam-bogofilter-register-with-bogofilter): Fix args of
10007         `gnus-error' calls.
10008
10009 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10012         unnecessary interaction when sending queued mails.  Reported by
10013         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10014
10015 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10018         first or last are nil.
10019
10020 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10021
10022         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10023
10024 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10027
10028 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029
10030         * dns.el (query-dns): Protect more against buggy tcp output.
10031
10032 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10035         nov.php.
10036
10037 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10038
10039         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10040         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10041         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10042         output on the server side.
10043         (nnweb-google-create-mapping): Update regexps and add some
10044         progress indication.
10045
10046 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10049         gnus-agent-toggle-plugged.  Re-order icons.
10050         (gnus-group-tool-bar-gnome): Add
10051         gnus-group-{prev,next}-unread-group.
10052         (gnus-group-tool-bar-gnome): Re-order icons.
10053
10054         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10055         gnus-summary-insert-new-articles.
10056
10057         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10058         comments.
10059
10060         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10061         also available in Emacs 21.3.
10062
10063         * message.el (message-fix-before-sending): Change "Emacs 22" to
10064         "Emacs 23 (unicode)" in comment.
10065
10066         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10067         "Emacs 23 (unicode)" in comment.
10068
10069         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10070         comment.
10071         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10072
10073         * mm-view.el (mm-fill-flowed): Add :version.
10074
10075 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10078         and load-path.
10079
10080 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * message.el: Autoload gmm-image-load-path.
10083         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10084         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10085         consitency.
10086
10087         * gmm-utils.el (gmm-image-load-path): Also search in
10088         "../etc/images".  Don't set gmm-image-load-path if we don't find
10089         the image.
10090
10091 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gmm-utils.el (gmm-image-load-path): Don't make
10094         `gmm-image-load-path' include subdirectories which the second arg
10095         `image' might specify.
10096
10097         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10098         subdirectory to icon file names.
10099
10100         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10101
10102 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10105         gmm-image-load-path calls.
10106
10107         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10108
10109         * message.el (message-make-tool-bar): Ditto.
10110
10111         * mml.el (mml-preview): Added comment concerning tool bar icons.
10112
10113         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10114         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10115
10116         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10117         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10118
10119         * message.el (message-tool-bar-gnome): Use new icon names.
10120         (message-make-tool-bar): Use `gmm-image-load-path'.
10121
10122         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10123         functions from MH-E.
10124         (gmm-image-load-path): New variable from MH-E.
10125         (gmm-image-load-path): New function from MH-E.  Added arguments
10126         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10127         *-image-load-path-called-flag.
10128
10129 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10130
10131         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10132
10133 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10134
10135         * nnimap.el (nnimap-request-move-article): Change folder back to
10136         source group before deleting.
10137
10138 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10141
10142         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10143         mm-url.
10144
10145         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10146
10147 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10150         coding system which mm-charset-to-coding-system returns for a
10151         given charset is valid.
10152
10153 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10154
10155         * html2text.el (html2text-remove-tag-list):
10156         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10157
10158 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10159
10160         * gnus-cus.el: Revert 2005-10-17 change.
10161
10162 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-art.el (article-strip-banner): Call
10165         article-really-strip-banner only when the regexp match is made.
10166
10167 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-art.el (article-strip-banner): Use
10170         gnus-extract-address-components instead of
10171         mail-header-parse-addresses to make it work with non-ASCII text;
10172         remove mail-encode-encoded-word-string.
10173
10174         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10175         values which are surrounded with \"...\"; make it never cause a
10176         Lisp error; give up parsing of parameters if it failed in
10177         extracting type.
10178
10179 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10180
10181         * smime.el (smime-cert-by-ldap-1): Fix bug where
10182         `smime-ldap-search' returns results without userCertificates.
10183
10184 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10187
10188 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * spam.el (spam-check-spamassassin-headers): Adapt format for
10191         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10192         <ari@mbf.ocn.ne.jp>.
10193         (spam-list-of-processors): Add spam-use-gmane.
10194
10195 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10198         make-temp-file; make it work with XEmacs as well.
10199
10200         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10201         mm-make-temp-file.
10202
10203         * mm-decode.el (mm-display-external): Use the 3rd arg of
10204         mm-make-temp-file.
10205         (mm-create-image-xemacs): Ditto.
10206
10207 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10210         with message-narrow-to-headers.
10211         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10212         (gnus-draft-check-draft-articles): New function.
10213         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10214
10215 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10216
10217         * gnus-art.el (gnus-article-browse-html-parts):
10218         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10219         Don't use suffix argument for mm-make-temp-file for Emacs 21
10220         compatibility.  Remove useless `format'.
10221
10222 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10223
10224         * nnweb.el (nnweb-google-wash-article): Update regexps.
10225         (nnweb-group-alist): Use defvoo instead of defvar.
10226
10227 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10230         re-loading nn* modules.
10231
10232 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10235         for `tool-bar-mode' and don't check it's default-value.
10236
10237         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10238
10239         * message.el (message-make-tool-bar): Ditto.
10240
10241         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10242         `substring'.  Shorten tmp-file name.
10243
10244         * gnus.el: Remove bogus comment.
10245
10246 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10247
10248         * gnus-art.el (gnus-article-browse-html-parts): New function.
10249         (gnus-article-browse-html-article): New function for viewing html
10250         articles with a browser.
10251
10252 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10253
10254         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10255         in elisp.
10256         (pgg-gpg-encrypt-symmetric-region): Ditto.
10257         (pgg-gpg-sign-region): Ditto.
10258
10259         * pgg-def.el (pgg-text-mode): New variable.
10260
10261         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10262         (mml2015-pgg-encrypt): Ditto.
10263
10264         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10265         (mml1991-pgg-encrypt): Ditto.
10266
10267 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10270         message-make-date instead of current-time-string.
10271
10272         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10273         to gnus-decoded which mm-uu might set.
10274
10275 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10278         don't decode quoted parameters; remove misimported Emacs code.
10279         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10280         (rfc2231-decode-encoded-string): Don't use split-string which
10281         behaves differently according to Emacs version; use
10282         mm-decode-coding-region to convert charset to coding-system.
10283         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10284         (rfc2231-encode-string): Remove misimported Emacs code.
10285
10286 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10289         when calling mail-header-parse-content-type.
10290         (article-de-quoted-unreadable): Ditto.
10291         (article-de-base64-unreadable): Ditto.
10292         (article-wash-html): Ditto.
10293
10294         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10295         calling mail-header-parse-content-type and
10296         mail-header-parse-content-disposition.
10297         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10298         mail-header-parse-content-type.
10299
10300         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10301         insert charset and format parameters; encode description after
10302         inserting it to buffer.
10303         (mml-insert-parameter): Fold lines properly even if a parameter is
10304         segmented into two or more lines; change the max column to 76.
10305
10306         * rfc1843.el (rfc1843-decode-article-body): Don't use
10307         ignore-errors when calling mail-header-parse-content-type.
10308
10309         * rfc2231.el (rfc2231-parse-string): Return at least type if
10310         possible; don't cause an error even if it fails in parsing of
10311         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10312         (rfc2231-encode-string): Don't break lines at the beginning, leave
10313         it to mml-insert-parameter.
10314
10315         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10316         calling mail-header-parse-content-type.
10317
10318 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * spam-report.el (spam-report-gmane-use-article-number):
10321         Improve doc string.
10322         (spam-report-gmane-internal): Check if a suitable header was found
10323         in the article.
10324
10325 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10328         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10329
10330 2006-02-05  Romain Francoise  <romain@orebokech.com>
10331
10332         Update copyright notices of all files in the gnus directory.
10333
10334 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10335
10336         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10337
10338 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10341         segmented lines of parameter value to cope with Thunderbird 1.5
10342         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10343         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10344         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10345
10346 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10347
10348         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10349         parts.
10350
10351 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10352
10353         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10354         there's only one active file for all servers.
10355         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10356         solid groups.  Gnus might have used a FAST request to select the group.
10357         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10358         and nnweb-search redundantly in the active file.
10359         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10360         (nnweb-request-create-group): Don't use ARGS.
10361         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10362         initialisations.  Let nnoo do the work.
10363
10364 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10367         Say the part has been decoded.
10368
10369         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10370
10371 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10372
10373         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10374         mailcap-viewer-test-cache when there's no 'test clause, since that
10375         will invert the meaning of a "nil" test previously determined by
10376         mailcap-mailcap-entry-passes-test.
10377
10378 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10381         compiling.
10382
10383         * gnus-sum.el: Ditto.
10384
10385         * message.el: Don't bind tool-bar-map when compiling.
10386
10387 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10390
10391 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10392
10393         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10394         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10395         current Google Groups.
10396
10397 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10400         and tool-bar-mode.
10401
10402         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10403         and tool-bar-mode.
10404
10405         * message.el (message-tool-bar-update): Simplify.
10406         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10407
10408         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10409         gnus-summary-buffer.
10410         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10411         gnus-summary-reply.
10412
10413         * gmm-utils.el (gmm): Add :version.
10414
10415 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * Makefile.in (clean): New rule.
10418         (distclean): Use it.
10419
10420 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10421
10422         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10423         autoload.
10424
10425 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gmm-utils.el (gmm-verbose): Add :group.
10428
10429 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * message.el: Change some comments WRT tool-bars.
10432
10433         * gnus-sum.el (gnus-summary-tool-bar)
10434         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10435         (gnus-summary-tool-bar-zap-list): New variables.
10436         (gnus-summary-make-tool-bar): Complete rewrite using
10437         `gmm-tool-bar-from-list'.
10438
10439         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10440         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10441         variables.
10442         (gnus-group-make-tool-bar): Complete rewrite using
10443         `gmm-tool-bar-from-list'.
10444         (gnus-group-tool-bar-update): New function.
10445
10446         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10447
10448 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10451         is dissected into a single part of which the type is the same as
10452         the given one; decode charset.
10453
10454 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10455
10456         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10457         into alists as symbol not string, since that's what
10458         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10459         look for.
10460
10461 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10464         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10465
10466         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10467
10468 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10471         (gnus-xmas-mime-security-button-menu): New function.
10472
10473         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10474         (gnus-mime-security-button-menu): New definition.
10475         (gnus-mime-security-button-map): Use them.
10476         (gnus-mime-security-button-menu): New function.
10477         (gnus-insert-mime-security-button): Addition to help echo.
10478         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10479         (gnus-mime-security-pipe-part): New functions.
10480
10481         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10482         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10483
10484         * mm-decode.el (mm-handle-set-disposition): Remove.
10485         (mm-handle-set-description): Remove.
10486
10487 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10490         (mm-w3m-standalone-supports-m17n-p): New function.
10491         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10492         w3m usage.
10493
10494         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10495         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10496
10497 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * message.el (message-tool-bar-zap-list): Use
10500         gmm-tool-bar-zap-list as custom type.
10501         (message-tool-bar-update): New function.
10502         (message-tool-bar, message-tool-bar-gnome)
10503         (message-tool-bar-retro): Add message-tool-bar-update.
10504         (message-tool-bar-gnome): Add flyspell-buffer.
10505
10506         * gnus-util.el (gnus-error): Describe `args'.
10507
10508         * gmm-utils.el (gmm-error): Describe `args'.
10509         (gmm-tool-bar-zap-list): New widget.
10510         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10511
10512 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10515         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10516         the number of recursive calls.
10517
10518         * mm-decode.el (mm-handle-set-disposition): New macro.
10519         (mm-handle-set-description): New macro.
10520
10521 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10524         encoding.
10525
10526 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * message.el (message-tool-bar-zap-list, message-tool-bar)
10529         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10530         (message-tool-bar-local-item-from-menu): Remove.
10531         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10532         (message-make-tool-bar): New function.
10533         (message-mode): Use `message-make-tool-bar'.
10534
10535         * gmm-utils.el: New file.
10536         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10537         (gmm-lazy): New widget copied from `nnmail.el'.
10538         (gmm-tool-bar-from-list): New function for creating customizable
10539         tool bars.
10540         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10541         output.
10542         (gmm): Add :prefix to defgroup.
10543
10544 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10545
10546         * gmm-utils.el (gmm-widget-p): New function.
10547
10548 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * mml.el (mml-attach-file): Describe `description' in doc string.
10551         (mml-menu): Add Emacs MIME manual and PGG manual.
10552
10553 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10554
10555         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10556
10557 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10558
10559         * nntp.el (nntp-end-of-line): Doc fix.
10560
10561 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10562
10563         * imap.el (imap-open): Handle case where buffer is a buffer
10564         object.
10565
10566 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10567
10568         * gnus-delay.el (gnus-delay): Don't autoload.
10569         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10570         to be re-loaded when customizing the `gnus-delay' group.
10571
10572 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10573
10574         * message.el (message-insert-citation-line): Use newlines.
10575
10576 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10577
10578         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10579         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10580         these routines, so the passphrase can be managed externally and
10581         passed in to the system.
10582         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10583         pgg-add-passphrase-to-cache function.
10584
10585         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10586         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10587         these routines, so the passphrase can be managed externally and
10588         passed in to the system.
10589         (pgg-pgp5-sign-region): Use new name of
10590         pgg-add-passphrase-to-cache function.
10591
10592 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10593
10594         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10595         part of the decoded armor to find the key-identifier.
10596         (pgg-gpg-lookup-key-owner): New function to return the
10597         human-readable identifier of a key owner.
10598         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10599         itself.
10600         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10601         the key value) if we have a key and can match it against a secret
10602         key.  Also, added a note pointing out fact that the prompt only
10603         indicates the first matching key.
10604
10605         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10606         pgg-decrypt-region.
10607         (pgg-add-passphrase-to-cache): Rename from
10608         `pgg-add-passphrase-cache' to reduce confusion (all callers
10609         changed).
10610         (pgg-remove-passphrase-from-cache): Rename from
10611         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10612         changed).
10613         (pgg-read-passphrase, pgg-add-passphrase-cache)
10614         (pgg-remove-passphrase-cache): Add informative docstrings.
10615         (pgg-decrypt): Convey provided passphrase in subordinate call to
10616         pgg-decrypt-region.
10617
10618 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10619
10620         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10621         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10622         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10623         'passphrase' argument, so the passphrase can be managed externally
10624         and then passed in to the system.
10625
10626         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10627         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10628         so the passphrase cache can be used reliably with identifiers
10629         besides a pgp packet's key id.
10630
10631         * pgg-gpg.el (pgg-gpg-encrypt-region)
10632         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10633         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10634         these routines, so the passphrase can be managed externally and
10635         passed in to the system.
10636
10637         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10638         'notruncate' argument, so the passphrase cache can be used
10639         reliably with identifiers besides a pgp packet's key id.
10640
10641 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10642
10643         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10644         symmetric encryption.
10645         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10646         encrypted session key.
10647         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10648         message ask for the passphrase in a proper way.
10649
10650         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10651         New user commands for symmetric encryption.
10652
10653 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10656
10657         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10658
10659 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10660
10661         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10662
10663 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * mm-decode.el (mm-inlined-types): Add application/pgp.
10666         (mm-automatic-display): Ditto.
10667
10668         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10669         part as text.
10670
10671 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * nnrss.el: Update copyright.
10674         (nnrss-opml-import): Query whether to subscribe to each entry.
10675
10676         * gnus-art.el:
10677         * gnus-sum.el:
10678         * gnus-xmas.el:
10679         * messagexmas.el:
10680         * mm-uu.el:
10681         * mm-view.el: Update copyright.
10682
10683 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * message.el (message-info): New function.
10686         (message-mode-menu): Add it.
10687         Update copyright.
10688
10689         * ChangeLog: Fix and update copyright.
10690
10691 2006-01-13  Romain Francoise  <romain@orebokech.com>
10692
10693         * message.el (message-forward-subject-name-subject): Prefer the
10694         address to 'nowhere' if the sender has no name.
10695         Fix typo.  Update copyright year.
10696
10697 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-art.el (article-wash-html): Use
10700         gnus-summary-show-article-charset-alist if a numeric arg is given.
10701         (gnus-article-wash-html-with-w3m-standalone): New function.
10702
10703         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10704         mm-inline-text-html-render-with-w3m-standalone.
10705         (mm-text-html-washer-alist): Map w3m-standalone to
10706         gnus-article-wash-html-with-w3m-standalone.
10707         (mm-inline-text-html-render-with-w3m-standalone): New function.
10708
10709 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10712         Improve LaTeX.
10713
10714 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10717         (nnrss-request-article): Render text/plain parts as HTML.
10718
10719         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10720         the buffer.
10721
10722 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10725         custom definition of `gnus-posting-styles'.
10726
10727         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10728         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10729
10730 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10731
10732         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10733         Use nntp for bug archive.
10734
10735 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10738         parts.
10739         (nnrss-normalize-date): New function converts ISO 8601 date into
10740         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10741         (nnrss-check-group): Use it.
10742
10743 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10746
10747         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10748         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10749         (nnrss-insert-w3): Ditto.
10750
10751 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10754         the articles to be forwarded including the case where neither a
10755         number of articles nor a region is specified.
10756
10757 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * nnrss.el (nnrss-request-article): Fix last change; fill
10760         text/plain parts.
10761
10762 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10765         in text/plain part.
10766         (nnrss-check-group): Don't add excessive newline to dc:subject.
10767
10768 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10769
10770         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10771         article.
10772
10773 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10776         (nnml-use-compressed-files, nnml-save-mail): Support other
10777         comression programs such as bzip2.
10778
10779 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * dns.el (query-dns): Make sure we check the buffer size before
10782         removing tcp headers.
10783
10784 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10787         remove MIME buttons associated with multipart/alternative parts.
10788         (gnus-mime-display-alternative): Tag buttons using `article-type'
10789         text property.
10790
10791         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10792         associated with multipart/alternative parts.
10793
10794         * gnus-art.el (gnus-signature-separator): Fix custom type.
10795
10796         * mm-decode.el (mm-inlined-types): Fix custom type.
10797         (mm-keep-viewer-alive-types): Ditto.
10798         (mm-automatic-display): Ditto.
10799         (mm-attachment-override-types): Ditto.
10800         (mm-inline-override-types): Ditto.
10801         (mm-automatic-external-display): Ditto.
10802
10803 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * spam-report.el (spam-report-user-mail-address)
10806         (spam-report-user-agent): New variables.
10807         (spam-report-url-ping-plain): Use spam-report-user-agent.
10808
10809 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10810
10811         * gnus-art.el (gnus-button-handle-custom): Do not just use
10812         `customize-apropos' for any "M-x customize-*" button but the
10813         function called for.  Accept both the function name and its
10814         argument in order to achieve this.
10815         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10816         function name to `gnus-button-handle-custom' in case of "M-x
10817         customize-*" buttons.
10818
10819 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10822         multipart/alternative and add xref to mm-discouraged-alternatives
10823         in doc string.
10824
10825         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10826         gnus-buttonized-mime-types in doc string.
10827
10828 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10831         Suggest image/.* in the doc string.
10832
10833 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10836         message-marks (Debian bug #342521).
10837
10838 2005-12-12  Simon Josefsson  <jas@extundo.com>
10839
10840         * password.el (password-read-from-cache): Add.
10841         (password-read): Use it.
10842
10843 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10846         us-ascii as a MIME charset.
10847
10848         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10849         against the case where the 2nd arg TYPE is nil.
10850
10851 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * pop3.el (pop3-stream-type): Fix custom version.
10854
10855         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10856
10857 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10858
10859         * mm-decode.el (mm-display-external): Add missing cdr.
10860
10861 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10864         RFC1524) if it is in mailcap or add a suffix according to
10865         mailcap-mime-extensions when generating a temp filename; postpone
10866         deleting a temp file for 2 seconds for some wrappers, shell
10867         scripts, and so on, which might exit right after having started a
10868         viewer command as a background job.
10869
10870 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * nntp.el (nntp-marks-directory): Fix custom group.
10873
10874         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10875         steps when < 10.
10876
10877         * gnus-start.el (gnus-no-server-1): Mention
10878         `gnus-level-default-subscribed' in doc string.
10879
10880 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10881
10882         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10883         parens.
10884
10885 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-xmas.el (gnus-use-toolbar): Revert.
10888         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10889         gnus-use-toolbar is default.
10890
10891         * messagexmas.el (message-use-toolbar): Revert.
10892         (message-setup-toolbar): Use global default-toolbar if
10893         message-use-toolbar is default.
10894
10895 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10898         according to default-toolbar-visible-p.
10899
10900         * messagexmas.el (message-use-toolbar): Ditto.
10901
10902 2005-11-26  Dave Love  <fx@gnu.org>
10903
10904         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10905         (tls-program, tls-success): Provide openssl alternative.
10906
10907         * starttls.el: Doc fixes.
10908         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10909         SERVICE to PORT.
10910
10911         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10912         port null or service name.
10913         (starttls-negotiate): Autoload.
10914
10915 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * message.el (message-kill-to-signature): Fix interactive spec.
10918
10919 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * pop3.el (pop3-open-server): Recognize a string as a service name.
10922
10923 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10924
10925         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10926
10927 2005-11-23  Dave Love  <fx@gnu.org>
10928
10929         Add pop3s, pop3/starttls.
10930
10931         * pop3.el (pop3-authentication-scheme): Clarify doc.
10932         (open-tls-stream, starttls-open-stream): Autoload.
10933         (pop3-stream-type): New.
10934         (pop3-open-server): Use it.
10935
10936         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10937         for POP.
10938         (mail-source-keyword-map): Add :stream for POP.
10939         (mail-source-fetch-pop): Use pop3-stream-type.
10940
10941 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10944         of current-time-string.
10945
10946 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10947
10948         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10949         date header.
10950
10951 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10952
10953         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10954         it can seriously impact performance as it bypasses the agent's
10955         local caches.
10956
10957 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10958
10959         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10960         must be explicitly online rather than "not explicitly offline" for
10961         its flags to be synchronized.
10962
10963         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10964         that gnus-uu-unmark-thread will function correctly.
10965
10966         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10967         1024K is instead displayed as 1M.
10968
10969 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10972
10973 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10974
10975         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10976
10977 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10978
10979         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10980         error message to display actual error condition.
10981         (gnus-agent-save-local): Avoid saving symbols that are bound to
10982         nil as they simply result in a warning message in
10983         gnus-agent-read-local.
10984
10985 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10988         rather than make-variable-buffer-local for file-precious-flag.
10989
10990 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10991
10992         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10993         for duplicates which are removed.  The invalid sort check then
10994         triggers a rescan after the sort as sorting may have moved
10995         duplicate entries such that they can be cheaply detected.
10996
10997 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11000
11001 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11002
11003         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11004         internal variable to a custom variable.  Changed default value
11005         from compressed(2) to uncompressed(1).
11006         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11007         support for uncompressed agentview files.  Taken together, reading
11008         the agentview file should now be 6-7 times faster.
11009
11010 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11011
11012         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11013         as a buffer-local variable.  This avoids creating truncated
11014         dribble files as a result of a hang up, eg.
11015
11016 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11017
11018         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11019         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11020         XEmacs.
11021
11022 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-start.el (gnus-start-draft-setup): Enforce
11025         `gnus-draft-mode' for nndraft:drafts at startup.
11026
11027         * gnus.el (gnus-splash): Change custom group.
11028         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11029         allow-list argument.
11030
11031         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11032         string.
11033
11034 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus-art.el (gnus-default-article-saver): Add user-defined
11037         `function' to custom type.
11038
11039 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11040
11041         * imap.el (imap-open): Handle case where buffer is a buffer
11042         object.
11043
11044 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11047         long lines.
11048         (gnus-cache-delete-group): Wrap doc strings.
11049
11050         * gnus-agent.el (gnus-agent-rename-group)
11051         (gnus-agent-delete-group): Wrap doc strings.
11052
11053 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * messagexmas.el (message-use-toolbar): Change the valid values
11056         into default, top, bottom, left, and right.
11057         (message-toolbar-thickness): New variable.
11058         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11059         well.
11060         (message-setup-toolbar): Make it work.
11061
11062         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11063         (gnus-use-toolbar): Change the valid values into default, top,
11064         bottom, left, and right.
11065         (gnus-toolbar-thickness): New variable.
11066         (gnus-xmas-setup-toolbar): New function.
11067         (gnus-xmas-setup-group-toolbar): Use it.
11068         (gnus-xmas-setup-summary-toolbar): Use it.
11069
11070 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * gnus-start.el (gnus-1): Add "native" to
11073         gnus-predefined-server-alist.
11074
11075         * gnus.el (gnus-method-to-server): Don't add "native" to the
11076         lists here, because that leads to problems when
11077         gnus-select-method is bound.
11078
11079 2005-11-09  Simon Josefsson  <jas@extundo.com>
11080
11081         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11082         use (not sort-by-date) instead.
11083
11084 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11085
11086         * gnus-delay.el (gnus-delay-group): Don't autoload.
11087         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11088         to be re-loaded when customizing the `gnus-delay' group.
11089
11090 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11091
11092         * message.el: Revert last changes.
11093         (message-insert-citation-line): Use newlines.
11094
11095 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11096
11097         * message.el (message-courtesy-message)
11098         (message-mark-insert-begin, message-mark-insert-end)
11099         (message-elide-ellipsis, message-cancel-message)
11100         (message-add-header, message-change-subject)
11101         (message-cross-post-followup-to-header)
11102         (message-cross-post-insert-note, message-reduce-to-to-cc)
11103         (message-widen-reply, message-delete-not-region)
11104         (message-kill-to-signature, message-insert-signature)
11105         (message-insert-importance-high, message-insert-importance-low)
11106         (message-insert-or-toggle-importance)
11107         (message-insert-disposition-notification-to)
11108         (message-indent-citation, message-yank-original)
11109         (message-cite-original-without-signature, message-cite-original)
11110         (message-insert-citation-line, message-position-on-field)
11111         (message-fix-before-sending, message-send-mail-partially)
11112         (message-send-mail, message-send-mail-with-sendmail)
11113         (message-send-mail-with-qmail, message-send-news)
11114         (message-check-news-header-syntax, message-generate-headers)
11115         (message-insert-courtesy-copy, message-fill-address)
11116         (message-fill-header, message-shorten-references)
11117         (message-setup-1, message-cancel-news)
11118         (message-forward-make-body-plain, message-forward-make-body-mime)
11119         (message-forward-make-body-mml, message-encode-message-body)
11120         (message-forward-make-body-digest-plain)
11121         (message-forward-make-body-digest-mime)
11122         (message-use-alternative-email-as-from): Insert `hard-newline'
11123         instead of ordinary newlines.
11124
11125 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * message.el (message-generate-headers): Downcase the argument
11128         given to message-check-element.
11129
11130 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11131
11132         * nntp.el (nntp-authinfo-rejected): New error condition.
11133         (nntp-wait-for): Use new error condition to signal authentication
11134         error.
11135         (nntp-retrieve-data): Rethrow new error condition to break out of
11136         recursive call to nntp-send-authinfo.
11137
11138 2005-11-08  Romain Francoise  <romain@orebokech.com>
11139
11140         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11141         (gnus-summary-exit-map): Bind to `Z p'.
11142         (gnus-summary-make-menu-bar): Add menu item.
11143
11144 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11147         (gnus-treat-*): Add `first' in all doc strings.
11148
11149         * gnus-group.el (gnus-group-compact-group): Fix typo.
11150
11151 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus.el (gnus-parameters-case-fold-search): New variable.
11154         (gnus-parameters-get-parameter): Use it.
11155
11156         * gnus-score.el (gnus-home-score-file): Doc fix.
11157
11158 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11159
11160         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11161
11162 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * mm-util.el (mm-special-display-p): New function.
11165
11166         * mml.el (mml-preview): Use it; doc fix.
11167
11168 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11169
11170         * imap.el (imap-open): Handle case where buffer is a buffer object.
11171
11172 2005-10-29  Romain Francoise  <romain@orebokech.com>
11173
11174         * message.el (message-fix-before-sending): Fix comment.
11175
11176 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11177
11178         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11179
11180 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11181
11182         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11183         Used in gnus-score.el.
11184
11185 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11188
11189 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11192         whitespace removed in revision 7.8.  Use concatenated string to
11193         protect trailing whitespace.
11194
11195 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11196
11197         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11198         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11199         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11200         Courier IMAP ("some version from 2004").  Mostly based on similar
11201         code in the same function.
11202
11203 2005-10-26  Didier Verna  <didier@xemacs.org>
11204
11205         * gnus-group.el (gnus-group-compact-group): Invalidate original
11206         article buffer.
11207         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11208         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11209         NOV database and in article itself.
11210         Invalidate article backlog.
11211
11212 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11215
11216 2005-10-26  Simon Josefsson  <jas@extundo.com>
11217
11218         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11219         part of 2004-07-25 change.
11220
11221 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * message.el (message-display-completion-list): New function.
11224         (message-expand-group): Use it; make sure the Completions buffer
11225         is modifiable.
11226 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11227
11228         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11229         user-mail-name is an empty string.
11230
11231 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11234         depending on gnus-score-decay-constant.
11235
11236         * encrypt.el (encrypt-insert-file-contents)
11237         (encrypt-write-file-contents): Don't use `gnus-message'.
11238
11239         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11240         arguments.
11241         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11242         arguments to mm-uu-verbatim-marks-extract.
11243         (mm-uu-hide-markers): New variable.
11244         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11245
11246         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11247         (gnus-convert-image-to-face-command): Use "convert" by default to
11248         allow other input image formats.
11249         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11250         accordingly.
11251
11252 2005-10-23  Simon Josefsson  <jas@extundo.com>
11253
11254         * imap.el (imap-gssapi-program): Align command line parameters
11255         with latest GNU SASL.
11256         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11257
11258 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11259
11260         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11261         HTML.
11262         (nnslashdot-request-article): Ditto.
11263
11264         * lpath.el (featurep): Add nobreak-char-display.
11265
11266 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11267
11268         * mail-source.el (mail-source-fetch-pop): Require pop3.
11269         (mail-source-check-pop): Ditto.
11270
11271 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11274         errors.
11275
11276 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11279         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11280
11281         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11282
11283         * mm-bodies.el (mm-decode-string): Call
11284         `mm-charset-to-coding-system' with allow-override argument.
11285
11286 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11289         (rfc2047-charset-to-coding-system): New function.
11290         (rfc2047-decode-encoded-words): New function.
11291         (rfc2047-decode-region): Use them.
11292         (rfc2047-decode-cte): Remove.
11293         (rfc2047-parse-and-decode): Remove.
11294         (rfc2047-decode): Remove.
11295
11296 2005-10-15  Kenichi Handa  <handa@m17n.org>
11297
11298         * rfc2047.el (rfc2047-decode-cte): New function.
11299         (rfc2047-decode-region): Change the way to decode successive
11300         encoded-words: decode B- or Q-encoding in each encoded-word,
11301         concatenate them, and decode it as charset.
11302
11303 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * lpath.el: Fbind codepage-setup for XEmacs.
11306
11307 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11308
11309         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11310         widget-move-and-invoke.
11311         (gnus-custom-mode): Use gnus-custom-map.
11312
11313 2005-10-15  Bill Wohler  <wohler@newt.com>
11314
11315         * message.el (message-tool-bar-map): Renamed image file from
11316         mail_send to mail/send.
11317
11318 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11319
11320         * message.el (message-expand-group): Pass the common
11321         prefix substring of completion to `display-completion-list'.
11322
11323 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * mml-sec.el (mml-secure-method): New internal variable.
11326         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11327         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11328         functions using mml-secure-method.
11329
11330         * mml.el (mml-mode-map): Add key bindings for those functions.
11331         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11332         Harder <harder@myrealbox.com>.
11333         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11334         end of message if point is the headers of the message.
11335
11336         * message.el (message-in-body-p): New function.
11337
11338         * assistant.el: Autoload gnus-util and netrc.
11339
11340         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11341         Use `mm-charset-override-alist' only when decoding.
11342
11343         * mm-bodies.el (mm-decode-body): Call
11344         `mm-charset-to-coding-system' with allow-override argument.
11345
11346         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11347         `filename' from Content-Disposition if Content-Type doesn't
11348         provide `name'.
11349         (gnus-mime-view-part-as-type): Set default instead of
11350         initial-input.
11351
11352 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11353
11354         * format-spec.el (format-spec): Propagate text properties of % spec.
11355
11356 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-art.el (gnus-treat-predicate): Add `first'.
11359
11360 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11363         (mm-charset-override-alist): New variable.
11364         (mm-charset-to-coding-system): Use it.
11365         (mm-codepage-setup): New helper function.
11366         (mm-charset-eval-alist): New variable.
11367         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11368         about unknown charsets.
11369
11370         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11371
11372 2005-10-04  David Hansen  <david.hansen@gmx.net>
11373
11374         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11375         (nnrss-check-group): Ditto.
11376
11377 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11380         Rename x-gnus-verbatim to x-verbatim.
11381         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11382
11383         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11384         x-verbatim.
11385
11386         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11387
11388         * gnus-util.el (gnus-remove-duplicates): Remove.
11389
11390         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11391         instead of gnus-remove-duplicates.
11392
11393         * message.el (message-remove-duplicates): Remove.
11394         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11395         message-remove-duplicates.
11396
11397         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11398         available, else use implementation from `delete-dups'.
11399
11400         * message.el (message-insert-expires): New function.
11401         (message-mode-map): Add key binding.
11402         (message-mode-field-menu): Add menu entry.
11403         (message-mode): Document it.
11404         (message-make-expires-date): Use `message-make-date'.
11405
11406 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11407
11408         * message.el (message-make-expires-date): New function.
11409
11410 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * Makefile.in (list-installed-shadows): New entry.
11413         (install): Use it.
11414         (remove-installed-shadows): New entry.
11415
11416         * dgnushack.el (dgnushack-default-load-path): New variable.
11417         (dgnushack-find-lisp-shadows): New function.
11418         (dgnushack-remove-lisp-shadows): New function.
11419
11420 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * Makefile.in (install-el-elc): New entry.
11423         (install): Use it so that .el files are necessarily installed.
11424
11425 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11428
11429 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11430
11431         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11432         function rather than the diff-mode.el package.
11433         (mm-display-external): Use with-current-buffer.
11434         (mm-viewer-completion-map, mm-viewer-completion-map):
11435         Move initialization inside declaration.
11436
11437 2005-09-29  Simon Josefsson  <jas@extundo.com>
11438
11439         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11440         autoload mail-check-payment.
11441         (spam-check-hashcash): Define unconditionally, since hashcash.el
11442         is part of Gnus now.  Ignore errors from payment checking.
11443
11444 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * message.el (message-bold-region, message-unbold-region): Rename
11447         from `bold-region' and `unbold-region'.
11448
11449         * message.el: Remove useless autoloads.
11450
11451 2005-09-28  Simon Josefsson  <jas@extundo.com>
11452
11453         * message.el (message-use-idna): Default to t.
11454         (message-use-idna): Test whether encoding works too.  Doc fix.
11455
11456 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * nntp.el (nntp-warn-about-losing-connection): Remove.
11459
11460 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11463         customizable.  Change default value.
11464         (mm-uu-diff-groups-regexp): Change default value.
11465         (mm-uu-type-alist): Add doc string.
11466         (mm-uu-configure): Add doc string.  Make it interactive.
11467         (mm-uu-tex-groups-regexp): New variable.
11468         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11469         (mm-uu-type-alist): Add LaTeX documents.
11470         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11471         of "text/verbatim".
11472         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11473
11474         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11475         instead of "text/verbatim".
11476
11477         * message.el (message-mark-inserted-region)
11478         (message-mark-insert-file): Use slrn style marks when called with
11479         prefix argument.
11480
11481 2005-09-27  Simon Josefsson  <jas@extundo.com>
11482
11483         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11484
11485 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11486
11487         * message.el (message-remove-duplicates): New function.
11488         Implementation borrowed from `gnus-remove-duplicates'.
11489         (message-idna-to-ascii-rhs): Also encode idna addresses in
11490         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11491         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11492         only ask about the same idna domain once per header and also tell
11493         in what header to replace the idna domain.
11494
11495         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11496         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11497         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11498         a header is decoded and not just the last one.
11499
11500 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11503         has been decoded.
11504
11505         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11506         (mm-insert-part): Don't modify text if it has been decoded.
11507
11508         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11509         decoded.
11510
11511         * mm-view.el (mm-inline-text): Don't strip text props unless
11512         decoding enriched or richtext parts.
11513
11514 2005-09-25  Romain Francoise  <romain@orebokech.com>
11515
11516         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11517         * gnus-start.el (gnus-subscribe-interactively):
11518         * gnus-uu.el (gnus-uu-grab-articles):
11519         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11520         space.
11521
11522 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11523
11524         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11525         * mm-view.el (mm-view-pkcs7-decrypt):
11526         * gnus-sum.el (gnus-summary-limit-to-extra)
11527         (gnus-summary-respool-article, gnus-read-move-group-name):
11528         * gnus-score.el (gnus-summary-increase-score):
11529         * gnus-util.el (gnus-completing-read-with-default):
11530         * gnus-art.el (gnus-read-save-file-name)
11531         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11532         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11533         * message.el (message-check-news-header-syntax):
11534         Follow convention for reading with the minibuffer.
11535
11536 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * spam-report.el (spam-report-url-ping-plain):
11539         Use gnus-extended-version as User-Agent.
11540
11541         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11542         default value is nil.
11543
11544         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11545         (mm-uu-verbatim-marks-extract): New function.
11546         (mm-uu-extract): New face.
11547         (mm-uu-copy-to-buffer): Use it.
11548
11549         * spam-report.el (spam-report-gmane-ham): Renamed from
11550         `spam-report-gmane-unspam'.
11551         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11552         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11553
11554         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11555         Autoload.
11556         (spam-report-gmane-unregister-routine): Renamed
11557         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11558
11559 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11562         (spam-report-gmane-unregister-routine): Add support for gmane
11563         unregistration.
11564
11565         * spam-report.el (spam-report-gmane-unspam)
11566         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11567         (spam-report-gmane): Change to take a single article and do unspam
11568         registration.
11569
11570 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * mm-url.el (mm-url-decode-entities): Fix regexp.
11573
11574 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11575
11576         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11577         default to nil, to be able to use Gnus at all.  If the default
11578         switches to something else, then the function should be fixed not
11579         be exceedingly slow.
11580
11581 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11582
11583         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11584         fail hard.
11585
11586         * spam-report.el: Add better Keywords line.
11587
11588         * spam.el: Add Maintainer and better Keywords line.
11589
11590 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * gnus-art.el (gnus-article-replace-part)
11593         (gnus-mime-replace-part): New functions.
11594         (gnus-mime-action-alist, gnus-mime-button-commands)
11595         (gnus-mime-save-part-and-strip): Added file argument.
11596         (gnus-article-part-wrapper): Added interactive argument.
11597
11598         * gnus-sum.el (gnus-summary-mime-map): Add
11599         `gnus-article-replace-part'.
11600
11601 2005-09-19  Didier Verna  <didier@xemacs.org>
11602
11603         The nnml compaction feature:
11604         * nnml.el (nnml-request-compact-group): New function.
11605         * nnml.el (nnml-request-compact): New function.
11606         * gnus-int.el (gnus-request-compact-group): New function.
11607         * gnus-int.el (gnus-request-compact): New function.
11608         * gnus-group.el (gnus-group-compact-group): New function.
11609         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11610         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11611         * gnus-srvr.el (gnus-server-compact-server): New function.
11612         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11613         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11614
11615 2005-09-18  Deepak Goel  <deego@gnufans.org>
11616
11617         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11618         format spec.
11619
11620 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11623
11624 2005-09-15  Romain Francoise  <romain@orebokech.com>
11625
11626         * message.el (message-fill-paragraph): Clarify docstring.
11627
11628 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * gnus-art.el (gnus-mime-display-part): Protect against broken
11631         MIME messages.
11632
11633 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11636         before parsing header.
11637
11638 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11639
11640         * html2text.el (html2text-replace-list): Add new entities.
11641
11642 2005-09-11  Romain Francoise  <romain@orebokech.com>
11643
11644         * message.el (message-alternative-emails): Improve docstring.
11645         (message-setup-1): Call `message-use-alternative-email-as-from'
11646         after `message-setup-hook' to give it precedence over posting
11647         styles, etc.
11648         (message-use-alternative-email-as-from): Add docstring.  Remove
11649         the original From header if present.
11650
11651         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11652         (nnml-save-mail): Use it.
11653
11654         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11655         articles.  Add new argument `silent'.
11656         (gnus-uu-mark-all): Report the total number of marked articles.
11657
11658 2005-09-10  Romain Francoise  <romain@orebokech.com>
11659
11660         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11661         (gnus-uu-mark-series): Likewise.
11662
11663 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * spam-report.el (spam-report-gmane): Fix generation of spam
11666         report URL.
11667
11668 2005-09-10  Simon Josefsson  <jas@extundo.com>
11669
11670         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11671         t, based on discussion on the ding list with Robert Epprecht
11672         <epprecht@solnet.ch>.
11673
11674 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * spam-report.el (spam-report-gmane): Make it work without
11677         X-Report-Spam header.  Gmane now only provides Archived-At.
11678         This is only used if `spam-report-gmane-use-article-number' is nil.
11679         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11680
11681         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11682         make `gnus-summary-sort-by-recipient' work with threading.
11683
11684         * nnweb.el (nnweb-google-wash-article): Print a message if article
11685         is not available.
11686
11687 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11688
11689         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11690         change.  Decode text/* parts content before displaying.
11691
11692 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11695
11696 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11699
11700         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11701         url-package-name, url-package-version,
11702         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11703         w3m-display-inline-images, and w3m-minor-mode-map.
11704
11705 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * message.el (message-tab-body-function): Fix mismatched custom type.
11708
11709         * gnus.el (gnus-group-change-level-function): Ditto.
11710
11711         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11712
11713         * gnus-art.el (gnus-signature-limit)
11714         (gnus-article-mime-part-function): Ditto.
11715
11716 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * mml.el (mml-mode): Silence the byte compiler.
11719
11720         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11721         using `(sit-for 0)' before moving the point to the specified part;
11722         skip unbuttonized parts.
11723         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11724         return to the summary window if gnus-auto-select-part is non-nil.
11725
11726 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11729         variables.
11730         (mml-dnd-attach-file, mml-mode): Use them.
11731
11732         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11733         Make fetching article by MID work again for Google Groups.  Added
11734         FIXME concerning gnus-group-make-web-group.
11735
11736         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11737         Don't depend on Gnus by using mail-extract-address-components if
11738         gnus-extract-address-components is not bound.
11739
11740 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11741
11742         * gnus-art.el (gnus-mime-display-security): Don't display the
11743         signature, but only the signed part.
11744
11745 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11748
11749         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11750         list, not listp.
11751
11752 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11753
11754         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11755         when encoding.
11756
11757         * mm-bodies.el (mm-decode-content-transfer-encoding):
11758         De-canonicalize CRLF for all text content types, not just
11759         text/plain.
11760
11761 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11764         valid article; point arrow and cursor at the MIME button.
11765
11766 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11769         Suggested by Dan Christensen <jdc@uwo.ca>.
11770
11771         * mm-decode.el (mm-save-part): Enable change of prompt.
11772
11773 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11774
11775         * gnus-msg.el (gnus-inews-add-send-actions): Made
11776         `message-post-method' lambda parameter ARG `&optional'.
11777
11778 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * gnus-sum.el (gnus-summary-mime-map): Added
11781         gnus-article-save-part-and-strip, gnus-article-delete-part and
11782         gnus-article-jump-to-part.
11783
11784         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11785         (gnus-article-edit-part): Use it.
11786         (gnus-article-part-wrapper): Added no-handle argument.
11787         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11788         functions.
11789
11790 2005-08-29  Romain Francoise  <romain@orebokech.com>
11791
11792         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11793         docstring.
11794         (gnus-face-from-file): Likewise.
11795
11796 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11799         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11800         non-nil.
11801         (gnus-auto-select-part): New variable.
11802         (gnus-article-jump-to-part): New function.
11803         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11804         (gnus-mime-delete-part): Allow selecting specified part after
11805         deleting or stripping parts.
11806         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11807         part if argument is bogus.
11808
11809 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11810
11811         * gnus-art.el (w3m-minor-mode-map):
11812         * gnus-spec.el (gnus-newsrc-file-version):
11813         * gnus-util.el (nnmail-active-file-coding-system)
11814         (gnus-original-article-buffer, gnus-user-agent):
11815         * gnus.el (gnus-ham-process-destinations)
11816         (gnus-parameter-ham-marks-alist)
11817         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11818         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11819         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11820         * mm-decode.el (gnus-current-window-configuration):
11821         * mm-extern.el (gnus-article-mime-handles):
11822         * mm-url.el (url-current-object, url-package-name)
11823         (url-package-version):
11824         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11825         (smime-keys, w3m-cid-retrieve-function-alist)
11826         (w3m-current-buffer, w3m-display-inline-images)
11827         (w3m-minor-mode-map):
11828         * mml-smime.el (gnus-extract-address-components):
11829         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11830         (gnus-newsrc-hashtb, message-default-charset)
11831         (message-deletable-headers, message-options)
11832         (message-posting-charset, message-required-mail-headers)
11833         (message-required-news-headers):
11834         * mml1991.el (mc-pgp-always-sign):
11835         * mml2015.el (mc-pgp-always-sign):
11836         * nnheader.el (nnmail-extra-headers):
11837         * rfc1843.el (gnus-decode-encoded-word-function)
11838         (gnus-decode-header-function, gnus-newsgroup-name):
11839         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11840
11841 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11842
11843         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11844         the end of the date treatments.
11845
11846 2005-08-15  Simon Josefsson  <jas@extundo.com>
11847
11848         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11849         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11850         Capello and Romain Francoise.
11851         (pgg-fetch-key-function): Removed, not used?
11852         (pgg-insert-url-with-w3): Require url, to get
11853         url-insert-file-contents regardless of where it is defined.
11854
11855 2005-08-13  Romain Francoise  <romain@orebokech.com>
11856
11857         * message.el (message-cite-original-1): New function.
11858         (message-cite-original): Use it.
11859         (message-cite-original-without-signature): Ditto.
11860
11861 2005-08-08  Romain Francoise  <romain@orebokech.com>
11862
11863         * message.el (message-yank-empty-prefix): New variable.
11864         (message-indent-citation): Use it.
11865         (message-cite-original-without-signature): Respect X-No-Archive.
11866
11867 2005-08-08  Simon Josefsson  <jas@extundo.com>
11868
11869         * pgg.el: Autoload url-insert-file-contents instead of loading
11870         w3/url.
11871         (pgg-insert-url-with-w3): Don't load url here.
11872
11873 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11874
11875         * message.el (message-kill-to-signature): Don't insert newline at
11876         bol.
11877         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11878
11879 2005-08-06  Romain Francoise  <romain@orebokech.com>
11880
11881         * message.el (message-user-fqdn): Fix typo in docstring.
11882
11883 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11884
11885         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11886
11887         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11888
11889 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * mm-bodies.el (mm-encode-body): Use coding system rather than
11892         charset to encode text.
11893
11894         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11895         number of charsets if utf-8 is available (XEmacs).
11896
11897 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11900         taken from `gnus-button-mid-or-mail-regexp'.
11901         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11902         (gnus-button-alist): Improve regexp for domain part of the MIDs
11903         for news:localpart@domain buttons.
11904         (gnus-button-ctan-directory-regexp): Update.
11905
11906 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * sieve-manage.el (sieve-manage-interactive-login): Use
11909         make-local-variable rather than make-variable-buffer-local.
11910         (sieve-manage-open): Ditto.
11911         (sieve-manage-authenticate): Ditto.
11912
11913         * mml.el (mml-generate-mime-1): Make the content type default to
11914         text/plain if the filename is not specified.
11915
11916 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11919         instead of insert-buffer.
11920
11921         * message.el (message-yank-original): Ditto; set the mark at the
11922         end of the yanked message.
11923
11924 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11927         lines to scroll rather than to stop it.
11928
11929         * mml.el (mml-generate-default-type): Add doc string.
11930         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11931         default to application/octet-stream when determining the content
11932         type if it is not specified for the part or the mml contents; add
11933         a comment about mml-generate-default-type.
11934
11935 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11938         make it default to application/octet-stream when determining the
11939         content type if it is not specified for the external contents.
11940
11941 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11944         segmented parameter but also other parameters might be there.
11945
11946 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * mm-decode.el (mm-display-external): Delete temp file, directory
11949         and buffer immediately if the external process is exited.
11950
11951 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11954         fewer lines than that of scroll-margin.
11955         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11956
11957 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * gnus-art.el (gnus-article-next-page): Revert.
11960         (gnus-article-beginning-of-window): New macro.
11961         (gnus-article-next-page-1): Use it.
11962         (gnus-article-prev-page): Ditto.
11963         (gnus-article-edit-part): Use insert-buffer-substring instead of
11964         insert-buffer.
11965         (gnus-article-edit-exit): Ditto.
11966
11967         * gnus-util.el (gnus-beginning-of-window): Remove.
11968         (gnus-end-of-window): Remove.
11969
11970         * lpath.el: Don't bind header-line-format and scroll-margin.
11971
11972 2005-07-25  Simon Josefsson  <jas@extundo.com>
11973
11974         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11975         to have the url package without w3.  Reported by Daiki Ueno
11976         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11977
11978 2005-07-20  Didier Verna  <didier@xemacs.org>
11979
11980         * gnus-diary.el: Remove the description comment (nndiary is now
11981         properly documented in the Gnus manual).
11982         Fix the spelling of "Back End".
11983         * nndiary.el: Ditto.
11984         Fix the copyright notice.
11985
11986 2005-07-18  Romain Francoise  <romain@orebokech.com>
11987
11988         * gnus-sum.el (gnus-summary-to-prefix)
11989         (gnus-summary-newsgroup-prefix): New variables.
11990         (gnus-summary-from-or-to-or-newsgroups): Use them.
11991
11992 2005-07-17  Romain Francoise  <romain@orebokech.com>
11993
11994         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11995         space as it's generally not especially interesting to the user.
11996
11997 2005-07-16  Romain Francoise  <romain@orebokech.com>
11998
11999         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12000         nil to avoid prompting and file modification if one of the
12001         messages at the top of the nnfolder file contains a copyright
12002         notice.
12003         Update copyright notice.
12004
12005         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12006         instead of `current-time-string' as the latter creates a time
12007         string that is not RFC 2822 compliant (it lacks the zone).
12008         Update copyright notice.
12009
12010 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12011
12012         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12013         for text/rtf.  Display default in prompt.  Pass default for M-n.
12014
12015         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12016
12017 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018
12019         * gnus-msg.el (gnus-button-mailto): Remove
12020         save-selected-window-window hackery because it relies on
12021         save-selected-window internals.
12022
12023 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12024
12025         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12026         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12027         (gnus-article-prev-page): Ditto.
12028
12029         * gnus-util.el (gnus-beginning-of-window): New function.
12030         (gnus-end-of-window): New function.
12031
12032         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12033
12034 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12035
12036         * gnus-score.el (gnus-score-edit-all-score): Set
12037         gnus-score-edit-exit-function to gnus-score-edit-done and call
12038         gnus-message.
12039
12040 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12041
12042         * gnus-msg.el (gnus-button-mailto): Remove
12043         save-selected-window-window hackery because it relies on
12044         save-selected-window internals.
12045
12046 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12049         add-minor-mode.
12050         (gnus-binary-mode): Ditto.
12051
12052         * gnus-topic.el (gnus-topic-mode): Ditto.
12053
12054 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12055
12056         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12057         (gnus-article-prev-page): Take scroll-margin into consideration.
12058
12059 2005-07-04  Lute Kamstra  <lute@gnu.org>
12060
12061         Update FSF's address in GPL notices.
12062
12063 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12064
12065         * gnus.el (gnus-exit):
12066         * gnus-group.el (gnus-group-icons):
12067         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12068
12069         * gnus-nocem.el (gnus-nocem):
12070         * message.el (message-various, message-buffers, message-sending)
12071         (message-interface, message-forwarding, message-insertion)
12072         (message-headers, message-news, message-mail):
12073         * pgg-gpg.el (pgg-gpg):
12074         * pgg-parse.el (pgg-parse):
12075         * pgg-pgp.el (pgg-pgp):
12076         * pgg-pgp5.el (pgg-pgp5):
12077         * pop3.el (pop3): Finish `defgroup' description with period.
12078
12079 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el (article-display-face): Improve the efficiency.
12082         (article-display-x-face): Ditto; remove grey x-face stuff.
12083
12084 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-art.el (article-display-face): Correct the position in
12087         which Faces are inserted.
12088
12089 2005-06-29  Didier Verna  <didier@xemacs.org>
12090
12091         * gnus-art.el (article-display-face): Display faces in correct
12092         order.
12093
12094 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12097         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12098         (gnus-nocem-check-article): Fetch the Type header.
12099         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12100         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12101         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12102         make sure gnus-nocem-hashtb is initialized.
12103         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12104         (gnus-nocem-unwanted-article-p): Ditto.
12105
12106         * pgg.el (pgg-verify): Return the verification result.
12107
12108 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12109
12110         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12111         is ascii.
12112
12113 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12114
12115         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12116         `show-nonbreak-escape'.
12117
12118 2005-06-23  Lute Kamstra  <lute@gnu.org>
12119
12120         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12121
12122         * dig.el (dig-mode):
12123         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12124
12125 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12126
12127         * nnimap.el (nnimap-split-download-body): Fix spellings.
12128
12129 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12130
12131         * gnus-art.el (gnus-article-encrypt-body):
12132         * gnus-cus.el (gnus-score-customize):
12133         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12134         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12135
12136 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12137
12138         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12139         header by looking for magic "MII" at the beginnig.
12140
12141 2005-06-16  Miles Bader  <miles@gnu.org>
12142
12143         * gnus-xmas.el (gnus-xmas-group-startup-message):
12144         Use renamed gnus-splash face.
12145
12146         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12147         (assistant-field-face): New backward-compatibility alias for renamed
12148         face.
12149         (assistant-render-text): Use renamed assistant-field face.
12150
12151         * spam.el (spam): Remove "-face" suffix from face name.
12152         (spam-face): New backward-compatibility alias for renamed face.
12153         (spam-face, spam-initialize): Use renamed spam face.
12154
12155         * message.el (message-header-to, message-header-cc)
12156         (message-header-subject, message-header-newsgroups)
12157         (message-header-other, message-header-name)
12158         (message-header-xheader, message-separator, message-cited-text)
12159         (message-mml): Remove "-face" suffix from face names.
12160         (message-header-to-face, message-header-cc-face)
12161         (message-header-subject-face, message-header-newsgroups-face)
12162         (message-header-other-face, message-header-name-face)
12163         (message-header-xheader-face, message-separator-face)
12164         (message-cited-text-face, message-mml-face):
12165         New backward-compatibility aliases for renamed faces.
12166         (message-font-lock-keywords): Use renamed message faces.
12167
12168         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12169         (sieve-test-commands, sieve-tagged-arguments):
12170         Remove "-face" suffix from face names.
12171         (sieve-control-commands-face, sieve-action-commands-face)
12172         (sieve-test-commands-face, sieve-tagged-arguments-face):
12173         New backward-compatibility aliases for renamed faces.
12174         (sieve-control-commands-face, sieve-action-commands-face)
12175         (sieve-test-commands-face, sieve-tagged-arguments-face):
12176         Use renamed sieve faces.
12177
12178         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12179         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12180         (gnus-group-news-3-empty, gnus-group-news-4)
12181         (gnus-group-news-4-empty, gnus-group-news-5)
12182         (gnus-group-news-5-empty, gnus-group-news-6)
12183         (gnus-group-news-6-empty, gnus-group-news-low)
12184         (gnus-group-news-low-empty, gnus-group-mail-1)
12185         (gnus-group-mail-1-empty, gnus-group-mail-2)
12186         (gnus-group-mail-2-empty, gnus-group-mail-3)
12187         (gnus-group-mail-3-empty, gnus-group-mail-low)
12188         (gnus-group-mail-low-empty, gnus-summary-selected)
12189         (gnus-summary-cancelled, gnus-summary-high-ticked)
12190         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12191         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12192         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12193         (gnus-summary-low-undownloaded)
12194         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12195         (gnus-summary-low-unread, gnus-summary-normal-unread)
12196         (gnus-summary-high-read, gnus-summary-low-read)
12197         (gnus-summary-normal-read, gnus-splash):
12198         Remove "-face" suffix from face names.
12199         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12200         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12201         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12202         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12203         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12204         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12205         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12206         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12207         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12208         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12209         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12210         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12211         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12212         (gnus-summary-normal-ticked-face)
12213         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12214         (gnus-summary-normal-ancient-face)
12215         (gnus-summary-high-undownloaded-face)
12216         (gnus-summary-low-undownloaded-face)
12217         (gnus-summary-normal-undownloaded-face)
12218         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12219         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12220         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12221         (gnus-splash-face):
12222         New backward-compatibility aliases for renamed faces.
12223         (gnus-group-startup-message): Use renamed gnus faces.
12224
12225         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12226         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12227         (gnus-server-agent): Remove "-face" suffix from face names.
12228         (gnus-server-agent-face, gnus-server-opened-face)
12229         (gnus-server-closed-face, gnus-server-denied-face)
12230         (gnus-server-offline-face):
12231         New backward-compatibility aliases for renamed faces.
12232         (gnus-server-agent-face, gnus-server-opened-face)
12233         (gnus-server-closed-face, gnus-server-denied-face)
12234         (gnus-server-offline-face): Use renamed gnus faces.
12235
12236         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12237         Remove "-face" suffix from face names.
12238         (gnus-picon-xbm-face, gnus-picon-face):
12239         New backward-compatibility aliases for renamed faces.
12240
12241         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12242         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12243         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12244         (gnus-cite-11): Remove "-face" suffix from face names.
12245         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12246         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12247         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12248         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12249         New backward-compatibility aliases for renamed faces.
12250         (gnus-cite-attribution-face, gnus-cite-face-list)
12251         (gnus-article-boring-faces): Use renamed gnus faces.
12252
12253         * gnus-art.el (gnus-signature, gnus-header-from)
12254         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12255         (gnus-header-content): Remove "-face" suffix from face names.
12256         (gnus-signature-face, gnus-header-from-face)
12257         (gnus-header-subject-face, gnus-header-newsgroups-face)
12258         (gnus-header-name-face, gnus-header-content-face):
12259         New backward-compatibility aliases for renamed faces.
12260         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12261
12262         * gnus-sum.el (gnus-summary-selected-face)
12263         (gnus-summary-highlight): Use renamed gnus faces.
12264         * gnus-group.el (gnus-group-highlight): Likewise.
12265
12266 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12267
12268         * gnus-sieve.el (gnus-sieve-article-add-rule):
12269         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12270         * spam-stat.el (spam-stat-buffer-change-to-spam)
12271         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12272
12273         * message.el (message-is-yours-p):
12274         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12275
12276 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * mm-view.el (mm-inline-text): Withdraw the last change.
12279
12280 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12283         executing enriched-decode.
12284
12285 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12288         charset of tar files.
12289
12290 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12291
12292         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12293
12294 2005-06-04  Lute Kamstra  <lute@gnu.org>
12295
12296         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12297         information is never recorded.
12298
12299 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12300
12301         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12302
12303 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * pop3.el (pop3-apop): Run md5 in the binary mode.
12306
12307         * starttls.el (starttls-set-process-query-on-exit-flag):
12308         Use eval-and-compile.
12309
12310 2005-05-31  Simon Josefsson  <jas@extundo.com>
12311
12312         * smime.el (smime-replace-in-string): Define.
12313         (smime-cert-by-ldap-1): Use it.
12314
12315 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (article-display-x-face): Replace
12318         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12319
12320         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12321         set-process-query-on-exit-flag or process-kill-without-query.
12322
12323         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12324         loop instead of replace-regexp.
12325
12326         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12327         instead of process-kill-without-query if it is available.
12328
12329         * lpath.el: Fbind ldap-search-entries.
12330
12331         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12332         instead of find-file-hooks if it is available.
12333
12334         * mml1991.el: Bind pgg-default-user-id when compiling.
12335
12336         * mml2015.el: Bind pgg-default-user-id when compiling.
12337
12338         * nndraft.el (nndraft-request-associate-buffer):
12339         Use write-contents-functions instead of write-contents-hooks if it is
12340         available.
12341
12342         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12343         instead of find-file-hooks if it is available.
12344
12345         * nntp.el (nntp-open-connection): Replace
12346         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12347         (nntp-open-ssl-stream): Ditto.
12348         (nntp-open-tls-stream): Ditto.
12349
12350         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12351         set-process-query-on-exit-flag or process-kill-without-query.
12352         (starttls-open-stream-gnutls): Use it instead of
12353         process-kill-without-query.
12354         (starttls-open-stream): Ditto.
12355
12356 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12357
12358         * smime.el (smime-cert-by-ldap-1): Don't use
12359         replace-regexp-in-string.
12360
12361 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12362
12363         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12364
12365         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12366         in PEM format.  Adjust to the XEmacs compability.
12367
12368 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12371         by `string-to-number'.
12372         * gnus-agent.el (gnus-agent-regenerate-group)
12373         (gnus-agent-fetch-articles): Ditto.
12374         * gnus-art.el (gnus-button-fetch-group): Ditto.
12375         * gnus-cache.el (gnus-cache-generate-active)
12376         (gnus-cache-articles-in-group): Ditto.
12377         * gnus-group.el (gnus-group-set-current-level)
12378         (gnus-group-insert-group-line): Ditto.
12379         * gnus-score.el (gnus-score-set-expunge-below)
12380         (gnus-score-set-mark-below, gnus-summary-score-effect)
12381         (gnus-summary-score-entry): Ditto.
12382         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12383         (gnus-soup-pack): Ditto.
12384         * gnus-spec.el (gnus-xmas-format): Ditto.
12385         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12386         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12387         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12388         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12389         * nndb.el (nndb-get-remote-expire-response): Ditto.
12390         * nndiary.el (nndiary-parse-schedule-value)
12391         (nndiary-string-to-number, nndiary-request-replace-article)
12392         (nndiary-request-article): Ditto.
12393         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12394         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12395         * nneething.el (nneething-make-head): Ditto.
12396         * nnfolder.el (nnfolder-request-article)
12397         (nnfolder-retrieve-headers): Ditto.
12398         * nnheader.el (nnheader-file-to-number): Ditto.
12399         * nnkiboze.el (nnkiboze-request-article): Ditto.
12400         * nnmail.el (nnmail-process-unix-mail-format)
12401         (nnmail-process-babyl-mail-format): Ditto.
12402         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12403         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12404         (nnmh-request-create-group, nnmh-request-list-1)
12405         (nnmh-request-group, nnmh-request-article): Ditto.
12406         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12407         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12408         * nnsoup.el (nnsoup-make-active): Ditto.
12409         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12410         * nntp.el (nntp-find-group-and-number)
12411         (nntp-retrieve-headers-with-xover): Ditto.
12412         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12413         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12414         (pgg-format-key-identifier): Ditto.
12415         * pop3.el (pop3-last, pop3-stat): Ditto.
12416         * qp.el (quoted-printable-decode-region): Ditto.
12417
12418         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12419         of concat.
12420
12421 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12422
12423         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12424
12425         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12426
12427         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12428
12429         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12430
12431         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12432
12433         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12434
12435         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12436         (gnus-carpal-mode): Ditto.
12437
12438         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12439         (gnus-browse-mode): Ditto.
12440
12441         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12442
12443         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12444
12445 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12446
12447         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12448
12449 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12450
12451         * gnus-util.el (gnus-run-mode-hooks): New function.
12452
12453         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12454
12455         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12456         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12457
12458 2005-05-27  Lute Kamstra  <lute@gnu.org>
12459
12460         * dns-mode.el (dns-mode): Specify customization group.
12461
12462 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12463
12464         * gnus-agent.el (gnus-agent-make-mode-line-string):
12465         Use mode-line-highlight as mouse-face.
12466
12467 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * canlock.el (canlock): Change the parent group to news.
12470
12471         * deuglify.el (gnus-outlook-deuglify): Add :group.
12472
12473         * dig.el (dig): Add :group.
12474
12475         * dns-mode.el (dns-mode): Add :group.
12476
12477         * encrypt.el (encrypt): Add :group.
12478
12479         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12480         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12481         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12482         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12483         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12484
12485         * gnus-diary.el (gnus-diary): Add :group.
12486
12487         * gnus.el (gnus-group-news-1-face): Add :group.
12488         (gnus-group-news-1-empty-face): Ditto.
12489         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12490         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12491         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12492         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12493         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12494         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12495         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12496         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12497         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12498         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12499         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12500         (gnus-summary-high-ticked-face): Ditto.
12501         (gnus-summary-low-ticked-face): Ditto.
12502         (gnus-summary-normal-ticked-face): Ditto.
12503         (gnus-summary-high-ancient-face): Ditto.
12504         (gnus-summary-low-ancient-face): Ditto.
12505         (gnus-summary-normal-ancient-face): Ditto.
12506         (gnus-summary-high-undownloaded-face): Ditto.
12507         (gnus-summary-low-undownloaded-face): Ditto.
12508         (gnus-summary-normal-undownloaded-face): Ditto.
12509         (gnus-summary-high-unread-face): Ditto.
12510         (gnus-summary-low-unread-face): Ditto.
12511         (gnus-summary-normal-unread-face): Ditto.
12512         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12513         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12514
12515         * hashcash.el (hashcash): New custom group.
12516         (hashcash-default-payment): Add :group.
12517         (hashcash-payment-alist): Ditto.
12518         (hashcash-default-accept-payment): Ditto.
12519         (hashcash-accept-resources): Ditto.
12520         (hashcash-path): Ditto.
12521         (hashcash-extra-generate-parameters): Ditto.
12522         (hashcash-double-spend-database): Ditto.
12523         (hashcash-in-news): Ditto.
12524
12525         * message.el (message-minibuffer-local-map): Add :group.
12526
12527         * netrc.el (netrc): Add :group.
12528
12529         * sieve-manage.el (sieve-manage-log): Add :group.
12530         (sieve-manage-default-user): Diito.
12531         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12532         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12533         (sieve-manage-authenticators): Ditto.
12534         (sieve-manage-authenticator-alist): Ditto.
12535         (sieve-manage-default-port): Ditto.
12536
12537         * sieve-mode.el (sieve-control-commands-face): Add :group.
12538         (sieve-action-commands-face): Ditto.
12539         (sieve-test-commands-face): Ditto.
12540         (sieve-tagged-arguments-face): Ditto.
12541
12542         * smime.el (smime): Add :group.
12543
12544         * spam-report.el (spam-report): Add :group.
12545
12546         * spam.el (spam, spam-face): Add :group.
12547
12548 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12549
12550         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12551         return \n.\n.\n at the end of articles.  Protect against that.
12552         (nntp-with-open-group): Allow debugging.
12553
12554         * nnheader.el (mail-header-set-extra): Make into a function
12555         because I just could't understand how to quote the list properly.
12556
12557         * dns.el (query-dns-cached): New function.
12558
12559 2005-05-26  Lute Kamstra  <lute@gnu.org>
12560
12561         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12562
12563 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12566
12567         * gnus-art.el: Don't autoload mail-extract-address-components.
12568
12569         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12570         eval-and-compile to evaluate it.
12571
12572         * hashcash.el: Don't autoload executable-find.
12573
12574         * nndb.el: Don't declare the nndb back end two or more times; don't
12575         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12576
12577         * nntp.el: Autoload format-spec instead of format; use
12578         eval-and-compile to evaluate autoload forms.
12579
12580 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12581
12582         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12583
12584 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * gnus.el (gnus-version-number): Bump version.
12587
12588 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12589
12590         * gnus.el: No Gnus v0.3 is released.
12591
12592 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12593
12594         * lpath.el (featurep): Bind show-nonbreak-escape.
12595
12596 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-art.el (gnus-article-edit-part): Disable undo.
12599
12600 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12603         gnus-article-date-lapsed-new-header is t if date timer is active;
12604         skip headers in which the original date value is empty.
12605         (gnus-article-save-original-date): Redefine it as a macro.
12606         (gnus-display-mime): Use it.
12607
12608 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-art.el (article-date-ut): Support converting date in
12611         forwarded parts as well.
12612         (gnus-article-save-original-date): New function.
12613         (gnus-display-mime): Use it.
12614
12615 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12616
12617         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12618         enclosure element of <item>.
12619
12620 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * message.el (message-kill-buffer-query): Renamed from
12623         `message-kill-buffer-query-if-modified'.  Added :version.
12624
12625 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12628         window layout.
12629
12630 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * mml.el: Autoload dnd when compiling.
12633
12634 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12637         x-dnd-*.
12638
12639 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * qp.el (quoted-printable-encode-region): Save excursion.
12642
12643 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12644
12645         * message.el (message-kill-buffer-query-if-modified): Add new variable
12646         so the user can kill a modified message buffer quickly.
12647         (message-kill-buffer): Use it.
12648
12649 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * lpath.el: Fbind display-time-event-handler; don't fbind
12652         string-to-multibyte.
12653
12654         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12655
12656 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12659         contained in text because xml.el decodes entities) with LFs.
12660
12661 2005-04-11  Lute Kamstra  <lute@gnu.org>
12662
12663         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12664         differently.
12665
12666 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12667
12668         * mm-util.el (mm-detect-coding-region): Typo.
12669
12670 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12673
12674 2005-04-06  Deepak Goel  <deego@gnufans.org>
12675
12676         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12677         user-function allow user modifications of the scores.
12678         (spam-stat-score-buffer-user): New function, to allow
12679         user-computed modifications to the score.
12680         (spam-stat-score-buffer-user-functions): List of additional
12681         scoring functions.
12682         (spam-stat-error-holder): Global temporary error holder.
12683         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12684         variable.
12685
12686 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12687
12688         * gnus-registry.el (gnus-registry-clean-empty-function)
12689         (gnus-registry-trim, gnus-registry-fetch-groups)
12690         (gnus-registry-delete-group): Groups that match
12691         `gnus-registry-ignored-groups' are removed from the registry
12692         entries, not just ignored for splitting.  This helps clean up the
12693         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12694         to get all the groups a message ID is in.
12695
12696         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12697         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12698         (spam-stat-score-buffer-user-functions): Add :number custom type.
12699
12700 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12703         argument in XEmacs.
12704
12705         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12706         (nnrss-request-group): Decode group name first.
12707         (nnrss-request-article): Make a text/plain article if mml-to-mime
12708         failed.
12709         (nnrss-get-encoding): Return a compatible encoding according to
12710         nnrss-compatible-encoding-alist.
12711         (nnrss-find-el): Use consp instead of listp.
12712         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12713
12714 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12717         which Emacs 20 doesn't support.
12718         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12719
12720 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12723         silence the byte compiler inside the defun.
12724
12725         * gnus-demon.el (parse-time-string): Add autoload.
12726
12727         * gnus-delay.el (parse-time-string): Add autoload.
12728
12729         * gnus-art.el (parse-time-string): Add autoload.
12730
12731         * nnultimate.el (parse-time): Require for `parse-time-string'.
12732
12733 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12736
12737         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12738
12739         * smime.el (smime-ldap-host-list): Add :version.
12740
12741 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12744         pass it to `gnus-browse-read-group'.
12745         (gnus-browse-read-group): Add NUMBER argument and pass it to
12746         `gnus-group-read-ephemeral-group'.
12747
12748         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12749         argument and pass it to `gnus-group-read-group'.
12750
12751 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12752
12753         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12754         mm-xemacs-find-mime-charset-1 if we have the mule feature
12755         available at runtime.
12756
12757 2005-03-25  Werner Lemberg  <wl@gnu.org>
12758
12759         * nnmaildir.el: Replace `illegal' with `invalid'.
12760
12761 2005-03-23  Lute Kamstra  <lute@gnu.org>
12762
12763         * time-date.el: Add comment on time value formats.
12764         Don't require parse-time.
12765         (with-decoded-time-value): New macro.
12766         (encode-time-value): New function.
12767         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12768         (days-to-time): Return a valid time value when arg is huge.
12769         (time-since): Use time-subtract.
12770         (time-to-number-of-days): Use time-to-seconds.
12771
12772 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12773
12774         * gnus-start.el (gnus-display-time-event-handler):
12775         Check display-time-timer at runtime rather than only at load time
12776         in case display-time-mode is turned off in the mean time.
12777
12778 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12779
12780         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12781         used.
12782
12783         * nneething.el (nneething-map-file-directory): Derive from
12784         `gnus-directory'.
12785
12786         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12787         the To/Cc button.
12788
12789 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * nnmaildir.el (nnmaildir-request-accept-article):
12792         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12793
12794 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12795
12796         * gnus-async.el: Require timer-funcs at compile time when in
12797         XEmacs for `run-with-idle-timer'.
12798
12799 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12800
12801         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12802         autoloaded function.
12803
12804 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12805
12806         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12807
12808 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12809
12810         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12811
12812 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12813
12814         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12815         gnus-expert-user to default.
12816
12817 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12818
12819         * nnimap.el (nnimap-open-server): Ditto.
12820
12821         * imap.el (imap-authenticate): Fix typo.
12822
12823 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12824
12825         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12826         buffer (since IMAP server might return FETCH response out of
12827         order, and the nntp buffer must be sorted).
12828
12829 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12830
12831         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12832         comparison on string.
12833
12834         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12835         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12836         (gnus-agent-summary-fetch-series): Modified to protect against
12837         gnus-agent-summary-fetch-group clearing processable flags.
12838         (gnus-agent-synchronize-group-flags): Update live group buffer as
12839         synchronization may occur due to the user toggle the plugged
12840         status.
12841         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12842         successfully downloaded.
12843         (gnus-agent-expire-group-1): Avoid using markers when the overview
12844         is in ascending order; greatly improves performance.
12845         (gnus-agent-regenerate-group): Use
12846         gnus-agent-synchronize-group-flags to reset read status in both
12847         gnus and server.
12848         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12849
12850 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * message.el: Don't autoload former message-utils variables.
12853         (message-strip-subject-trailing-was): Change doc string.
12854
12855         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12856         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12857         (nnweb-google-search): Add "hl=en" here.
12858         (nnweb-google-parse-1, nnweb-google-create-mapping):
12859         Don't hardcode URL.
12860
12861 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12862
12863         * message.el (message-get-reply-headers, message-followup):
12864         Mention related variables `message-use-followup-to' and
12865         `message-use-mail-followup-to', in the information buffer.
12866
12867         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12868         of broken groups(-beta).google.com.
12869
12870 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12871
12872         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12873         parameter to invoked gnus-request-move-article; remove the
12874         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12875         all at once instead of once per article.
12876         (gnus-summary-remove-process-mark): Accept a list of articles as
12877         well as a single article for processing.
12878
12879         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12880         parameter.
12881
12882         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12883
12884         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12885
12886         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12887         parameter.
12888
12889         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12890         parameter.
12891
12892         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12893         parameter and remove the gnus-sum-hint-move-is-internal variable.
12894
12895         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12896         parameter.
12897
12898         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12899         parameter.
12900
12901         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12902         parameter.
12903
12904         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12905
12906         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12907         parameter.
12908
12909         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12910         parameter.
12911
12912 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12913
12914         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12915         a more conservative way.
12916
12917 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12918
12919         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12920         buffer, so it moves the window's cursor.
12921
12922 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12923
12924         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12925         `mm-dissect-multipart' and receive the from field as an (optional)
12926         argument from `mm-dissect-multipart'.
12927         (mm-dissect-multipart): Receive the from field as an argument and
12928         pass it on when we call `mm-dissect-buffer' on MIME parts.
12929         Fixes verification/decryption of signed/encrypted MIME parts.
12930
12931 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * gnus-sum.el (gnus-summary-move-article): Set
12934         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12935         whatever it calls (right now, only nnimap-request-move article
12936         respects it).
12937
12938         * nnimap.el (nnimap-request-move-article): When
12939         gnus-sum-hint-move-is-internal is set, don't do the extra
12940         nnimap-request-article.
12941
12942 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12945
12946         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12947         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12948
12949         * gnus-sum.el (gnus-summary-caesar-message):
12950         Apply `gnus-treat-article' after rotation.
12951
12952         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12953         doc string.
12954
12955 2005-02-22  Simon Josefsson  <jas@extundo.com>
12956
12957         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12958         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12959         <arne@arnested.dk>.
12960         (encrypt): Add password-cache and password-cache-expiry as group
12961         members.
12962
12963 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12964
12965         * smime.el (smime-ldap-host-list): Doc fix.
12966         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12967         cache) password.
12968         (smime-sign-region): Use it.
12969         (smime-decrypt-region): Use it.
12970         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12971         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12972         fails.
12973         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12974         certificate from DER to PEM format rather than calling openssl.
12975
12976         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12977
12978         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12979         for signing/encryption.
12980
12981         * mml.el (mml-parse-1): Use them.
12982
12983 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12984
12985         * nnrss.el (nnrss-verbose): Removed.
12986         (nnrss-request-group): Use `nnheader-message' instead.
12987
12988 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12989
12990         * nnrss.el (nnrss-verbose): New variable.
12991         (nnrss-request-group): Make it say nnrss is requesting a group.
12992
12993 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12996         Handle news URL with given port correctly.
12997
12998 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13001         containing special characters.
13002
13003         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13004
13005         * mml.el (mime-to-mml): Ditto.
13006
13007         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13008         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13009         (rfc2047-decode-region): Quote decoded words containing special
13010         characters when rfc2047-quote-decoded-words-containing-tspecials
13011         is non-nil.
13012
13013 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13014
13015         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13016
13017         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13018
13019 2005-02-15  Simon Josefsson  <jas@extundo.com>
13020
13021         * nnimap.el (nnimap-debug): Doc fix.
13022
13023         * imap.el (imap-debug): Doc fix.
13024
13025 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13028
13029 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13030
13031         * gnus.el (spam-contents): Improve docs for spam-contents
13032         parameter in its variable incarnation.
13033
13034 2005-02-14  Simon Josefsson  <jas@extundo.com>
13035
13036         * smime-ldap.el: Use require instead of load-library for ldap.
13037         (smime-ldap-search): Indent.
13038         (smime-ldap-search-internal): Shorten line.
13039
13040         * smime.el (smime-cert-by-dns): Add doc-string.
13041         (smime-cert-by-ldap-1): Indent.
13042
13043         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13044         mml-smime-get-dns-ldap.
13045         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13046
13047 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13048
13049         * smime.el: Require smime-ldap.
13050         (smime-ldap-host-list): New variable.
13051         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13052
13053         * mml-smime.el (mml-smime-encrypt-query): New function.
13054         (mml-smime-encrypt-query): Use it.
13055
13056         * smime-ldap.el: New file.
13057
13058 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13061
13062 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13065         argument in doc string.  Make query for type more clear.
13066
13067 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13068
13069         * gnus.el (gnus-group-startup-message): Search for gnus images in
13070         etc/images/gnus.
13071         * mm-util.el (mm-image-load-path): Likewise.
13072         * smiley.el (smiley-data-directory): Search for smilies in
13073         etc/images/smilies.
13074
13075 2005-02-09  Kim F. Storm  <storm@cua.dk>
13076
13077         Change Emacs release version from 21.4 to 22.1 throughout.
13078         Change Emacs development version from 21.3.50 to 22.0.50.
13079
13080 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13083
13084         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13085         non-Mule XEmacs as well.
13086         (mm-decompress-buffer): Signal an error intentionally if it does
13087         not decompress compressed data because auto-compression-mode is
13088         disabled.
13089
13090 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13091
13092         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13093         an ID in the registry even if it has no groups.
13094
13095 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13098         merge it into mm-decompress-buffer.
13099         (gnus-mime-copy-part): Use the MIME part charset, the value which
13100         a user specified or gnus-newsgroup-charset for decoding, like
13101         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13102         save-buffer what was used.  Suggested by Kevin Ryde
13103         <user42@zip.com.au>.
13104         (gnus-mime-inline-part): Allow the name parameter as well as the
13105         filename parameter; force decompressing of compressed data; always
13106         display contents being not decoded as unibyte.
13107
13108         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13109         as well as the filename parameter.
13110
13111         * mm-util.el (mm-decompress-buffer): Merge
13112         gnus-mime-jka-compr-maybe-uncompress.
13113         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13114         of compressed data.
13115
13116 2005-02-08  Simon Josefsson  <jas@extundo.com>
13117
13118         * imap.el (imap-log): Doc fix.
13119
13120 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13123         the coding cookies; decompress compressed parts.
13124
13125         * mml.el (mml-generate-mime-1): Add the charset parameter according
13126         to the value which a user specified manually or the coding cookie.
13127
13128         * mm-util.el (mm-string-to-multibyte): New function.
13129         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13130         (mm-coding-system-to-mime-charset): New function.
13131         (mm-decompress-buffer): New function.
13132         (mm-find-buffer-file-coding-system): New function.
13133
13134         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13135         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13136         parts.
13137
13138 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13139
13140         * mm-view.el (mm-display-inline-fontify): Decode a part according
13141         to the charset parameter.
13142
13143 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13144
13145         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13146         prefix arg is neither nil nor a number, as info specifies.
13147
13148 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13151         timestamps.
13152
13153 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13154
13155         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13156         groups error checking and notify user.
13157
13158 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13159
13160         * message.el (message-send-mail-function): Check existence of
13161         sendmail-program first before using default value
13162         `message-send-mail-with-sendmail'.  Otherwise use more generic
13163         `smtpmail-send-it'.
13164
13165 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * nntp.el (nntp-request-update-info): Always return nil.
13168
13169 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13170
13171         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13172
13173 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13174
13175         * message.el (message-beginning-of-line): Change the behavior when
13176         invoked between BOL and : so that it first moves backward.
13177
13178 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13181         article buffer when editing of the article is discarded.
13182         (gnus-article-prepare): Revert.
13183
13184 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-art.el (gnus-article-prepare):
13187         Remove message-strip-forbidden-properties from the local hook.
13188
13189 2005-01-27  Simon Josefsson  <jas@extundo.com>
13190
13191         * password.el (password-cache-add): Only start one timer per key.
13192         Reported by Derek Atkins <warlord@MIT.EDU>.
13193
13194 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13195
13196         * run-at-time.el: Removed.  It is no longer needed as
13197         timer-funcs.el in the xemacs-base package has a working version of
13198         `run-at-time'.
13199
13200         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13201
13202         * password.el: Require timer-funcs instead of run-at-time in
13203         XEmacs.
13204         Remove `password-run-at-time' macro.
13205         (password-cache-add): Use `run-at-time' instead of
13206         `password-run-at-time'.
13207
13208         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13209         Remove `nnheader-cancel-function-timers' alias,
13210         `cancel-function-timers' exists in XEmacs in timer-funcs.
13211
13212         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13213         for `run-with-idle-timer'.
13214
13215         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13216         for `run-at-time'.
13217
13218         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13219         for `with-timeout'.
13220
13221         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13222         the same as for XEmacs 21.4.
13223         No need to ignore `run-with-idle-timer', this function exists in
13224         XEmacs now in timer-funcs.el in the xemacs-base package.
13225         (dgnushack-compile): No need to delete
13226         run-at-time.el from the list of files to compile because it
13227         doesn't exist anymore.
13228
13229 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13232         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13233
13234 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13235
13236         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13237         sensitively.
13238
13239 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13240
13241         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13242
13243 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13246         which will be inserted according to the multibyteness of a buffer
13247         rather than the type of contents.  Suggested by ARISAWA Akihiro
13248         <ari@mbf.ocn.ne.jp>.
13249
13250         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13251         of string which old xml.el may return rather than a string.
13252
13253 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13256
13257 2005-01-16  Simon Josefsson  <jas@extundo.com>
13258
13259         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13260         idn/idna.el isn't available.
13261         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13262         <michael@waxrat.com>.
13263
13264         * hashcash.el: Remove non-FSF copyright header.
13265
13266         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13267         (hashcash-generate-payment): Use it.
13268         (hashcash-generate-payment-async): Use it.
13269
13270 2005-01-15  Simon Josefsson  <jas@extundo.com>
13271
13272         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13273         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13274
13275         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13276         gnus-summary-idna-message.
13277         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13278         (gnus-summary-idna-message): New function.
13279
13280 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13283         gnus-novice-user.
13284
13285 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * nnrss.el (nnrss-request-delete-group): Delete entries in
13288         nnrss-group-alist as well.
13289         (nnrss-save-server-data): Insert newline.
13290
13291 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * gnus.el (gnus-user-agent): Use list of symbols instead of
13294         symbols.  Display full version number for (S)XEmacs.  Optionally
13295         display (S)XEmacs codename.
13296
13297         * gnus-util.el (gnus-emacs-version): Update for new
13298         `gnus-user-agent'.
13299
13300         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13301         Gnus version.
13302
13303 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13306         which is unreadable in some setups.
13307
13308 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-spec.el (gnus-update-format-specifications): Flush the
13311         group format spec cache if it doesn't support decoded group names.
13312
13313 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13316         Allow to apply decay on score files matching a regexp.
13317
13318 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13321         compatibility in %g and %c.
13322
13323 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13326         name for only %g and %c.
13327         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13328         of gnus-tmp-group to decoded group name.
13329         (gnus-group-make-rss-group): Exclude `/'s from group names.
13330
13331 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * nnrss.el (nnrss-get-encoding): Fix regexp.
13334
13335 2004-12-27  Simon Josefsson  <jas@extundo.com>
13336
13337         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13338         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13339         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13340
13341 2004-12-17  Kim F. Storm  <storm@cua.dk>
13342
13343         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13344
13345         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13346
13347 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13348
13349         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13350
13351 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * nnrss.el: Require rfc2047 and mml.
13354         (nnrss-file-coding-system): New variable.
13355         (nnrss-format-string): Redefine it as an inline function.
13356         (nnrss-decode-group-name): New function.
13357         (nnrss-string-as-multibyte): Remove.
13358         (nnrss-retrieve-headers): Decode group name; don't use
13359         nnrss-format-string.
13360         (nnrss-request-group): Decode group name.
13361         (nnrss-request-article): Decode group name; allow a Message-ID as
13362         well as an article number; don't use nnrss-format-string; encode a
13363         Message-ID string which may contain non-ASCII characters; use
13364         mml-to-mime to compose a MIME article.
13365         (nnrss-request-expire-articles): Decode group name.
13366         (nnrss-request-delete-group): Decode group name.
13367         (nnrss-fetch): Clarify error message.
13368         (nnrss-read-server-data): Use insert-file-contents instead of load;
13369         bind file-name-coding-system; use multibyte buffer.
13370         (nnrss-save-server-data): Bind coding-system-for-write to the
13371         value of nnrss-file-coding-system; bind file-name-coding-system;
13372         add coding cookie.
13373         (nnrss-read-group-data): Use insert-file-contents instead of load;
13374         bind file-name-coding-system; use multibyte buffer.
13375         (nnrss-save-group-data): Bind coding-system-for-write to the
13376         value of nnrss-file-coding-system; bind file-name-coding-system.
13377         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13378         make it work with non-ASCII text.
13379         (nnrss-find-el): Make it work with old xml.el as well.
13380
13381 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13382
13383         * nnrss.el (nnrss-get-encoding): New function.
13384         (nnrss-fetch): Use unibyte buffer initially; bind
13385         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13386         decode contents according to the encoding attribute.
13387         (nnrss-save-group-data): Add coding cookie.
13388         (nnrss-mime-encode-string): New function.
13389         (nnrss-check-group): Use it to encode subject and author.
13390
13391 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13392
13393         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13394         imaginary variable.
13395
13396 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13399         correctly even if there are wide characters.
13400
13401 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13402
13403         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13404         downcased symbol names; make a new cache instead of reusing
13405         bbdb-hashtable.
13406
13407 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13410         concatenating segments rather than before concatenating them.
13411         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13412
13413         * message.el (message-get-reply-headers): Bind `extra'.
13414
13415 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13416
13417         * message.el (message-extra-wide-headers): New variable.
13418         (message-get-reply-headers): Use it.
13419
13420 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13423         (gnus-agent-group-pathname): Ditto.
13424
13425         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13426
13427         * gnus-group.el (gnus-group-make-group): Decode group name.
13428         (gnus-group-make-rss-group): Register the group data after opening
13429         the nnrss group.
13430
13431 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13432
13433         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13434         by expiry now get marked as read.
13435
13436 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13439
13440 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13441
13442         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13443         unify Latin characters in XEmacs.
13444         (mm-find-mime-charset-region): Use it.
13445
13446 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-util.el (gnus-delete-directory): New function.
13449
13450         * gnus-agent.el (gnus-agent-delete-group): Use it.
13451
13452         * gnus-cache.el (gnus-cache-delete-group): Use it.
13453
13454 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13457         names.
13458
13459 2004-12-16  Simon Josefsson  <jas@extundo.com>
13460
13461         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13462
13463 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13466
13467         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13468         (gnus-group-set-current-level): Decode group name.
13469
13470 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13471
13472         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13473         failed.
13474
13475 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-group.el (gnus-group-delete-group): Decode group name.
13478         (gnus-group-make-rss-group): Encode group name.
13479         (gnus-group-catchup-current): Decode group name.
13480         (gnus-group-kill-group): Decode group name.
13481
13482 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13483
13484         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13485
13486 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * gnus-group.el (gnus-group-make-rss-group):
13489         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13490
13491         * gnus-start.el (gnus-setup-news): Honor user's setting to
13492         gnus-message-archive-method.  Suggested by Lute Kamstra
13493         <lute@gnu.org>.
13494
13495 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13496
13497         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13498         global counterparts of the buffer-local variables.
13499
13500 2004-11-16  Romain Francoise  <romain@orebokech.com>
13501
13502         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13503         counterparts of the buffer-local variables.
13504
13505 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * message.el (message-forbidden-properties): Fixed typo in doc
13508         string.
13509
13510 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * gnus-util.el (gnus-replace-in-string): Added doc string.
13513
13514         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13515         to avoid problems when splitting mails with many recipients.
13516
13517 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13518
13519         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13520         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13521
13522 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13523
13524         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13525         if there is no hashtable in memory or file modification time is
13526         newer than cached timestamp.
13527
13528 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13529
13530         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13531         not-matching option.
13532
13533 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13536         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13537         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13538         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13539         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13540         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13541
13542 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * message.el (message-forward-make-body-mml): Remove headers
13545         according to message-forward-ignored-headers if a message is decoded.
13546
13547 2004-12-02  Romain Francoise  <romain@orebokech.com>
13548
13549         * message.el (message-forward-make-body-plain): Always remove
13550         headers according to message-forward-ignored-headers.
13551
13552 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13553
13554         * spam.el (spam-summary-prepare-exit): Remove the
13555         gnus-summary-limit pop for now, it has problems with ham marks for
13556         me.
13557
13558 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13561         correctly.
13562
13563 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13564
13565         * format-spec.el (format-spec): Message the char.
13566
13567 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13568
13569         * gnus-art.el (gnus-split-methods): Reformat comments.
13570
13571         * spam.el (spam-summary-prepare-exit): Remove article limits
13572         before exiting the summary buffer.
13573
13574 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13577         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13578
13579         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13580         order to silence the byte compiler.
13581
13582         * spam.el: Fix the way to silence the byte compiler, which
13583         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13584         bbdb-search-simple, spam-BBDB-register-routine,
13585         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13586         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13587         spam-stat-buffer-is-spam, spam-stat-load,
13588         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13589         spam-stat-save and spam-stat-split-fancy.
13590
13591 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13594         which may confuse users.
13595         (canlock-password-for-verify): Ditto.
13596
13597         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13598
13599         * gnus-art.el (gnus-emphasis-alist): Ditto.
13600
13601         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13602
13603         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13604
13605         * gnus-start.el (gnus-save-killed-list): Ditto.
13606
13607         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13608         (gnus-sum-thread-tree-root): Ditto.
13609         (gnus-sum-thread-tree-false-root): Ditto.
13610         (gnus-sum-thread-tree-single-indent): Ditto.
13611
13612         * message.el (message-courtesy-message): Ditto.
13613         (message-archive-note): Ditto.
13614         (message-subscribed-address-file): Ditto.
13615         (message-user-fqdn): Ditto.
13616
13617         * spam-report.el (spam-report-gmane-regex): Ditto.
13618
13619         * spam.el (spam-blackhole-good-server-regex): Ditto.
13620
13621 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mml.el (mml-preview): Widen the message buffer before copying
13624         the contents to the preview buffer; sort headers before previewing.
13625
13626         * message.el (message-hidden-headers): Fix the way to avoid a bug
13627         in the `repeat' widget in Emacs 21.3 or earlier.
13628
13629 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * message.el (message-hidden-headers): Default to "^References:".
13632         Improve customization type.  Suggested by Reiner Steib
13633         <Reiner.Steib@gmx.de>.
13634
13635 2004-11-25  Romain Francoise  <romain@orebokech.com>
13636
13637         * message.el (message-strip-forbidden-properties): Remove check for
13638         obsolete `message-hidden' text property, hidden headers are not
13639         accessible in the buffer anymore.
13640
13641 2004-11-22  Romain Francoise  <romain@orebokech.com>
13642
13643         * message.el (message-header-format-alist): Add `From' in list
13644         so that it can be sorted.
13645         (message-fix-before-sending): Widen and sort headers before
13646         sending.
13647         (message-hide-headers): Use narrowing to hide headers by moving
13648         them to the top of the buffer and narrowing to the region
13649         underneath.
13650
13651 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13652
13653         * message.el (message-strip-forbidden-properties): Bind
13654         buffer-read-only (etc) to nil.
13655
13656 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13659         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13660
13661 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13662
13663         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13664
13665 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13666
13667         * dns.el (query-dns): Use sit-for to time instead of
13668         accept-process-output, since that doesn't seem to work on udp
13669         sockets.
13670
13671 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13674
13675 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13676
13677         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13678         doc string.  Improve doc string.
13679
13680 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * nntp.el (nntp-request-update-info): Return nil if
13683         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13684         may not call gnus-activate-group which uselessly issues the GROUP
13685         commands for all nntp groups and wastes time.  Reported by Romain
13686         Francoise <romain@orebokech.com>.
13687
13688         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13689
13690 2004-11-15  Simon Josefsson  <jas@extundo.com>
13691
13692         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13693         headers separately.
13694         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13695         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13696
13697 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-start.el (gnus-convert-old-newsrc):
13700         Assign legacy-gnus-agent to 5.10.7.
13701
13702 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13705         start of the lines.
13706
13707 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13708
13709         * hashcash.el (hashcash-default-payment): Change default to 20.
13710         (hashcash-default-accept-payment): Change default to 20.
13711         (hashcash-process-alist): New variable.
13712         (hashcash-generate-payment-async): Add.
13713         (hashcash-already-paid-p): Add.
13714         (hashcash-insert-payment): Don't generate payments twice.
13715         (hashcash-insert-payment-async): Add.
13716         (hashcash-insert-payment-async-2): Add.
13717         (hashcash-cancel-async): Add.
13718         (hashcash-wait-async): Add.
13719         (hashcash-processes-running-p): Add.
13720         (hashcash-wait-or-cancel): Add.
13721         (mail-add-payment): New optional argument.  Conditionally start
13722         asynchronous calculation.
13723         (mail-add-payment-async): Add.
13724
13725         * message.el (message-send-mail): Wait for asynchronous hashcash
13726         results.  Don't clobber existing X-Hashcash headers.
13727         (message-setup-1): Call mail-add-payment-async when
13728         message-generate-hashcash is non-nil.
13729
13730 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13731
13732         * message.el (message-use-alternative-email-as-from): Examine the
13733         From header as well; use message-make-from in order to include a
13734         user's full name.
13735
13736 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13739         default; improve customization type.
13740         (gnus-emphasis-custom-with-format): New macro.
13741         (gnus-emphasis-custom-value-to-external): New function.
13742         (gnus-emphasis-custom-value-to-internal): New function.
13743
13744 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13745
13746         * dns.el (query-dns): Resolve reverse addresses.
13747
13748 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13749
13750         * gnus-group.el (gnus-group-get-new-news): Use it.
13751
13752         * gnus-start.el (gnus-check-reasonable-setup): New function.
13753
13754 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13757         "Args out of range" error.  Reported by Arnaud Giersch
13758         <arnaud.giersch@free.fr>.
13759
13760 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13761
13762         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13763
13764 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13765
13766         * spam.el (spam group): Add :version.
13767
13768         * pgg-def.el (pgg group): Add :version.
13769
13770 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-art.el (gnus-article-edit-article): Don't associate the
13773         article buffer with a draft file.  This is a temporary measure
13774         against the 2004-08-22 change to gnus-article-edit-mode.
13775
13776 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13779         (html2text-format-tags): Remove unused variable `attr'.
13780
13781 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13784
13785         * tls.el (tls-process-connection-type, tls-success)
13786         (tls-certtool-program): Add :version.
13787
13788         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13789         (starttls-extra-arguments, starttls-process-connection-type)
13790         (starttls-connect, starttls-failure, starttls-success): Add :version.
13791
13792         * spam-stat.el (spam-stat): Add :version.
13793
13794         * sieve.el (sieve): Add :version.
13795
13796         * sha1.el (sha1): Add :version.
13797         (sha1-use-external): Remove redundant version.
13798
13799         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13800         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13801         (nnmail-split-fancy-match-partial-words)
13802         (nnmail-split-lowercase-expanded): Add :version.
13803
13804         * nndiary.el (nndiary): Add :version.
13805
13806         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13807
13808         * mml-sec.el (mml-default-sign-method)
13809         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13810         Add :version.
13811
13812         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13813
13814         * mm-url.el (mm-url-use-external, mm-url-program)
13815         (mm-url-arguments): Add :version.
13816
13817         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13818         (mm-attachment-file-modes, mm-decrypt-option)
13819         (mm-w3m-safe-url-regexp): Add :version.
13820
13821         * message.el (message-cite-prefix-regexp)
13822         (message-sendmail-envelope-from, message-minibuffer-local-map)
13823         (message-user-fqdn, message-completion-alist): Add :version.
13824
13825         * gnus-win.el (gnus-configure-windows-hook)
13826         (gnus-use-frames-on-any-display): Add :version.
13827
13828         * gnus-art.el (gnus-article-address-banner-alist)
13829         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13830         (gnus-treat-from-picon, gnus-treat-mail-picon)
13831         (gnus-treat-x-pgp-sig): Add :version.
13832
13833         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13834         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13835         (gnus-summary-article-delete-hook)
13836         (gnus-summary-display-while-building): Add :version.
13837
13838         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13839         (gnus-get-top-new-news-hook): Add :version.
13840
13841         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13842         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13843
13844         * gnus-registry.el (gnus-registry): Add :version.
13845
13846         * gnus-spec.el (gnus-use-correct-string-widths)
13847         (gnus-make-format-preserve-properties): Add :version.
13848
13849         * gnus.el (gnus-group-charter-alist)
13850         (gnus-group-fetch-control-use-browse-url)
13851         (gnus-install-group-spam-parameters): Add :version.
13852
13853         * gnus-diary.el (gnus-diary): Add :version.
13854
13855         * gnus-delay.el (gnus-delay): Add :version.
13856
13857         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13858         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13859         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13860         Add :version.
13861
13862         * gnus-agent.el (gnus-agent-max-fetch-size)
13863         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13864         (gnus-agent-prompt-send-queue): Add :version.
13865
13866         * deuglify.el (gnus-outlook-deuglify): Add :version.
13867
13868         * html2text.el: Beautify code.  Improve doc strings.  Some
13869         checkdoc cleanup.
13870         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13871
13872 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13873
13874         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13875
13876 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13877
13878         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13879         when package is loaded.
13880
13881         * spam.el (spam-summary-score-preferred-header): Add global preference
13882         for people who want to override the default SpamAssassin over
13883         Bogofilter preference (when both are set).
13884         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13885         (spam-user-format-function-S): Check
13886         spam-summary-score-preferred-header.
13887         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13888         (spam-user-format-function-S): Format the score correctly.
13889
13890 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13893         signature file.  Suggested by Manoj Srivastava
13894         <srivasta@golden-gryphon.com>.
13895
13896         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13897         iso-2022-jp even in the Japanese language environment.
13898         Suggested by Jason Rumney <jasonr@gnu.org>.
13899
13900 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13903         use the same characters as the dummy marks; make it free from
13904         getting affected by the language environment.
13905         (gnus-summary-read-group-1): Update mark positions only when the
13906         format spec is updated.
13907
13908         * gnus-spec.el (gnus-update-format-specifications): Return a list
13909         of updated types.
13910
13911 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13914         of boundp to check if display-warning is available.
13915
13916 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13917
13918         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13919
13920 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * nnspool.el (nnspool-spool-directory): Use news-path if the
13923         news-directory variable is not bound.
13924
13925         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13926         function instead of display-warning if it is not available.
13927
13928 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13929
13930         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13931         v5-10: Use `point-at-bol'.
13932
13933 2004-10-26  Simon Josefsson  <jas@extundo.com>
13934
13935         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13936         <chenggao@gmail.com>.
13937
13938 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13941         instead.
13942
13943 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13946         to remove a server from the nnimap-server-buffer-alist.
13947         (nnimap-open-connection, nnimap-close-server): Use it.
13948
13949         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13950
13951 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13954         running the major-mode function.
13955
13956 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13959         dummy marks in the right way.
13960
13961 2004-10-18  David Edmondson  <dme@dme.org>
13962
13963         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13964         excessively.
13965
13966 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * gnus-util.el (gnus-split-references): Accept a nil references
13969         string and go on blissfully.
13970
13971         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13972         cases where the references string is non-nil but has no references.
13973
13974         * encrypt.el: Add autoload tags.
13975
13976         * spam.el (spam-resolve-registrations-routine): Remove article
13977         from unregistration list too.  Reported by David Hanak
13978         <dhanak@isis.vanderbilt.edu>
13979
13980 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13983         nil.  Changed custom type.
13984
13985 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13988
13989         * gnus-sum.el (gnus-summary-move-article): Use it.
13990
13991 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13992
13993         * encrypt.el: Add autoload cookies.
13994
13995         * spam.el (spam-backend-article-list-property)
13996         (spam-backend-get-article-todo-list)
13997         (spam-backend-put-article-todo-list)
13998         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13999         Resolve registrations separately.
14000         (spam-register-routine): Format comments.
14001         (spam-unregister-routine, spam-register-routine): Always call with
14002         specific-articles, no default list.
14003         (spam-summary-prepare-exit): Use the spam-classifications function.
14004
14005         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14006         gnus-encrypt.el.
14007
14008         * encrypt.el: Copied from gnus-encrypt.el.
14009
14010         * gnus-encrypt.el: Commented that it's obsolete.
14011
14012 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14015         (gnus-score-save): Use it.
14016
14017         * message.el (message-bury): Use `window-dedicated-p'.
14018
14019 2004-10-15  Simon Josefsson  <jas@extundo.com>
14020
14021         * pop3.el (top-level): Don't require nnheader.
14022         (pop3-read-timeout): Add.
14023         (pop3-accept-process-output): Add.
14024         (pop3-read-response, pop3-retr): Use it.
14025
14026 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14027
14028         * spam.el (spam-register-routine): Move comment.
14029         (spam-verify-bogofilter): Use 'unknown for the initial
14030         spam-bogofilter-valid state, not 'never.
14031
14032         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14033         for netrc-machine.
14034
14035         * nnimap.el (nnimap-open-connection): Use
14036         netrc-machine-user-or-password.
14037
14038 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14039
14040         * gnus-registry.el (gnus-registry-unload-hook):
14041         Set as a variable with add-hook.
14042
14043         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14044         of news-path.
14045
14046         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14047
14048         * spam.el: Delete duplicate `provide'.
14049         (spam-unload-hook): Set as a variable with add-hook.
14050
14051 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14054         in the doc string.
14055
14056         * message.el (message-ignored-news-headers)
14057         (message-ignored-supersedes-headers)
14058         (message-ignored-resent-headers)
14059         (message-forward-ignored-headers): Improve custom type.
14060
14061 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * message.el (message-tokenize-header): Fix 2004-09-06 change
14064         which used point-min in the wrong place.
14065
14066 2004-10-12  Simon Josefsson  <jas@extundo.com>
14067
14068         * tls.el (tls-certtool-program): New variable.
14069         (tls-certificate-information): New function, based on
14070         ssl-certificate-information.
14071
14072 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * compface.el: Move the version of ELisp-based uncompface program
14075         to the contrib directory because of the copyright problem.
14076
14077 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * message.el (message-kill-buffer): Raise the current frame.
14080
14081 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14084
14085         * gnus.el (message-y-or-n-p): Autoload.
14086
14087         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14088         (pop3-password-required, pop3-authentication-scheme)
14089         (pop3-leave-mail-on-server): Made customizable.
14090         (pop3): New custom group.
14091         (pop3-retr): Remove `sleep-for' statements.
14092         Suggested by Dave Love <fx@gnu.org>.
14093
14094         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14095         Windows/DOS.
14096
14097         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14098         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14099         Dave Love <fx@gnu.org>.
14100
14101         * mml.el (mml-minibuffer-read-disposition): Require match.
14102         Suggested by Dave Love <fx@gnu.org>.
14103
14104 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14105
14106         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14107         doc string.
14108
14109 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14112
14113 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14114
14115         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14116         instead of calling `mm-insert-inline', to decode text/* parts
14117         before displaying them.
14118
14119 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * mm-uu.el (mm-uu-text-plain-type): New variable.
14122         (mm-uu-pgp-signed-extract-1): Use it.
14123         (mm-uu-pgp-encrypted-extract-1): Use it.
14124         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14125         bind mm-uu-text-plain-type with that value.
14126         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14127         mm-uu-dissect.
14128
14129 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-group.el (gnus-update-group-mark-positions):
14132         * gnus-sum.el (gnus-update-summary-mark-positions):
14133         * message.el (message-check-news-body-syntax):
14134         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14135         of string-as-multibyte.
14136
14137 2004-10-05  Juri Linkov  <juri@jurta.org>
14138
14139         * gnus-group.el (gnus-update-group-mark-positions):
14140         * gnus-sum.el (gnus-update-summary-mark-positions):
14141         * message.el (message-check-news-body-syntax):
14142         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14143         8-bit unibyte values to a multibyte string for search functions.
14144
14145 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14148         (mm-uu-dissect-text-parts): New function.
14149
14150         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14151         dissect text parts.
14152
14153         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14154         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14155
14156         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14157
14158         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14159         gnus-current-topics instead of gnus-current-topic.
14160
14161 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14162
14163         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14164
14165 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14166
14167         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14168         where approriate.
14169
14170         * nnml.el (nnml-generate-active-info): do.
14171
14172         * nndiary.el (nndiary-generate-active-info): do.
14173
14174         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14175         (gnus-topic-move): do.
14176
14177         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14178         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14179
14180         * gnus-srvr.el (gnus-server-prepare)
14181         (gnus-server-open-all-servers): do.
14182
14183         * gnus-msg.el (gnus-summary-cancel-article)
14184         (gnus-summary-resend-message)
14185         (gnus-summary-mail-crosspost-complaint): do.
14186
14187         * gnus-move.el (gnus-change-server): do.
14188
14189         * gnus-group.el (gnus-group-unmark-all-groups)
14190         (gnus-group-set-current-level): do.
14191
14192 2004-10-04  Simon Josefsson  <jas@extundo.com>
14193
14194         * message.el (message-generate-hashcash): Doc fix.
14195
14196 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14197
14198         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14199         avoid infinite recursion via gnus-get-function.
14200
14201 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14202
14203         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14204
14205         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14206
14207         * nnmail.el (nnmail-split-history): do.
14208
14209         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14210         (nnml-request-delete-group): do.
14211
14212         * nnslashdot.el (nnslashdot-read-groups): do.
14213
14214         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14215         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14216
14217         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14218         (nnspool-sift-nov-with-sed): Use last.
14219         (nnspool-retrieve-headers-with-nov): Use mapc.
14220         (nnspool-request-newgroups): Use dolist.
14221         (nnspool-request-group): Use last.
14222
14223         * nntp.el (nntp-read-server-type): Use dolist.
14224
14225         * nnvirtual.el (nnvirtual-create-mapping)
14226         (nnvirtual-update-read-and-marked): Use dolist.
14227         (nnvirtual-convert-headers): Simplify.
14228
14229 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14230
14231         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14232         support for sync'ing tick marks.
14233
14234 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14237         there's no visible header.
14238
14239 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14240
14241         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14242         necessary, pass full group name to gnus-request-set-marks.
14243
14244 2004-10-01  Simon Josefsson  <jas@extundo.com>
14245
14246         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14247         acroread.
14248
14249 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14250
14251         * spam-report.el (spam-report-gmane): Fix interactive.
14252
14253         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14254
14255         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14256         when writing file.
14257         (gnus-agent-synchronize-flags): Don't default to being
14258         interactive.
14259
14260 2004-09-30  Simon Josefsson  <jas@extundo.com>
14261
14262         * message.el (message-generate-hashcash): Add.
14263         (message-send-mail): Use it, call mail-add-payment.
14264
14265 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14266
14267         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14268
14269 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14270
14271         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14272         gnus-requst-update-info with explicit code to sync the in-memory
14273         info read flags with the marks being sync'd to the backend.
14274
14275         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14276
14277 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14278
14279         * spam.el (spam-verify-bogofilter): Add new function.
14280         (spam-check-bogofilter)
14281         (spam-bogofilter-register-with-bogofilter): Use it.
14282         (spam-verify-bogofilter): Add small fixes.
14283
14284 2004-09-28  Simon Josefsson  <jas@extundo.com>
14285
14286         * hashcash.el (hashcash-generate-payment): Revert.
14287
14288 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14289
14290         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14291         gnus-extract-references instead of gnus-split-references.
14292
14293         * gnus-util.el (gnus-extract-references): Add new function, analogous
14294         to gnus-split-references but extracts only the message-ID without
14295         anything extra.
14296
14297         * hashcash.el (hashcash-generate-payment)
14298         (hashcash-check-payment): Do the right thing if hashcash-path is
14299         nil (because the hashcash program could not be found).
14300
14301         * spam.el (spam-use-hashcash): Remove comment.
14302
14303 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14304
14305         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14306         (gnus-cache-enter-article, gnus-cache-remove-article)
14307         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14308
14309         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14310
14311         * gnus-art.el (article-hide-boring-headers)
14312         (article-translate-strings, article-display-face)
14313         (gnus-article-mime-match-handle-first)
14314         (gnus-article-highlight-headers)
14315         (gnus-article-add-buttons-to-head): do.
14316
14317 2004-09-27  Simon Josefsson  <jas@extundo.com>
14318
14319         * hashcash.el: New version, from
14320         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14321         ../contrib/.
14322
14323 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14324
14325         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14326
14327 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14328
14329         * gnus-dup.el (gnus-dup-open): Use mapc.
14330         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14331
14332         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14333         Reported by Stefan Wiens <s.wi@gmx.net>.
14334
14335         * gnus.el (gnus-shutdown): Use dolist.
14336
14337         * gnus-undo.el (gnus-undo): Use mapc.
14338
14339         * nnrss.el (nnrss-generate-active): do.
14340
14341         * message.el (message-cite-original-without-signature)
14342         (message-cite-original): Use mapc.
14343         (message-do-actions, message-make-forward-subject): Use dolist.
14344
14345 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14346
14347         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14348         deletion to remove entire duplicate line.  Fixes merged article
14349         number bug.
14350
14351 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14352
14353         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14354         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14355         first ask if you want to open a server and then, even when you
14356         responded with no, asking if you want to synchronize the server's
14357         flags.
14358         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14359         multi-line expressions.
14360         (gnus-agent-synchronize-group-flags): New internal function.
14361         Updates marks in memory (in the info structure) AND in the
14362         backend.
14363
14364         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14365
14366         * nnagent.el (nnagent-request-set-mark): Use
14367         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14368         method, to ensure that synchronization updates marks in the
14369         backend and in the info (in memory) structure.
14370
14371 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14374         convention fully; don't miss the root article of a thread; make
14375         the X-Draft-From header with correct article numbers.
14376
14377 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14378
14379         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14380         unless plugged.  Disable the agent so that an open failure causes
14381         an error.
14382
14383         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14384         Reverted 2004-09-21 change.  The backend must be opened while
14385         synchronizing flags even when the backend stores the flags
14386         locally.
14387
14388 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14391         in `header' match.  Reported by Svend Tollak Munkejord.
14392
14393         * message.el (message-cite-original): Fix use of
14394         `message-cite-articles-with-x-no-archive'.
14395
14396 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14399         (gnus-window-to-buffer): Ditto.
14400
14401         * mml.el (mml-preview-buffer): New variable.
14402         (mml-preview): Manage window layout with gnus-buffer-configuration.
14403
14404         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14405         X-Draft-From header even if those articles aren't quoted.
14406
14407 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14408
14409         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14410         (gnus-request-set-mark, gnus-request-update-mark): Use new
14411         g-s-t-u-l-m to decide to use backend even when unplugged.
14412
14413 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14416         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14417
14418 2004-09-20  Simon Josefsson  <jas@extundo.com>
14419
14420         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14421         "utf-16-le".
14422
14423 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14424
14425         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14426
14427 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * uudecode.el (uudecode-use-external): Add :version.
14430
14431         * smime.el (smime-CA-file, smime-encrypt-cipher)
14432         (smime-dns-server): Add :version.
14433
14434         * smiley.el (gnus-smiley-file-types): Add :version.
14435
14436         * sha1.el (sha1-use-external): Add :version.
14437
14438         * pgg-def.el (pgg-query-keyserver): Add :version.
14439
14440         * nnmail.el (nnmail-fancy-expiry-targets)
14441         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14442         Add :version.
14443
14444         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14445         (nnimap-retrieve-groups-asynchronous): Add :version.
14446         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14447
14448         * mml.el (mml-content-disposition-parameters)
14449         (mml-insert-mime-headers-always): Add :version.
14450
14451         * mm-util.el (mm-coding-system-priorities): Add :version.
14452
14453         * mm-decode.el (mm-inline-text-html-with-images)
14454         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14455         (mm-verify-option): Add :version.
14456         (mm-text-html-renderer): Change :version.
14457
14458         * message.el (message-fcc-externalize-attachments)
14459         (message-required-headers, message-draft-headers)
14460         (message-subject-trailing-was-query)
14461         (message-subject-trailing-was-ask-regexp)
14462         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14463         (message-mark-insert-end, message-archive-header)
14464         (message-archive-note, message-cross-post-default)
14465         (message-cross-post-note, message-followup-to-note)
14466         (message-cross-post-note-function, message-use-mail-followup-to)
14467         (message-subscribed-address-functions)
14468         (message-subscribed-address-file, message-subscribed-addresses)
14469         (message-subscribed-regexps, message-allow-no-recipients)
14470         (message-yank-cited-prefix, message-signature-insert-empty-line)
14471         (message-hidden-headers, message-hierarchical-addresses)
14472         (message-mail-user-agent, message-use-idna)
14473         (message-valid-fqdn-regexp)
14474         (message-strip-special-text-properties, message-header-synonyms)
14475         (message-beginning-of-line, message-tab-body-function): Add :version.
14476         (message-insert-canlock, message-wide-reply-confirm-recipients):
14477         Change :version.
14478
14479         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14480         and :version.
14481         (mail-source-delete-old-incoming-confirm)
14482         (mail-source-movemail-program): Add :version.
14483
14484         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14485         (gnus-agent-cache, gnus-agent): Change :version.
14486
14487         * gnus-util.el (gnus-use-byte-compile): Change :version.
14488
14489         * gnus-sum.el (gnus-summary-make-false-root-always)
14490         (gnus-summary-default-high-score)
14491         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14492         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14493         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14494         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14495         (gnus-sum-thread-tree-single-indent)
14496         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14497         (gnus-sum-thread-tree-leaf-with-other)
14498         (gnus-sum-thread-tree-single-leaf): Add :version.
14499         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14500         (gnus-article-loose-mime): Change :version.
14501
14502         * gnus-start.el (gnus-backup-startup-file)
14503         (gnus-save-startup-file-via-temp-buffer): Add :version.
14504
14505         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14506         (gnus-server-offline-face): Add :version.
14507
14508         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14509
14510         * gnus-msg.el (gnus-gcc-externalize-attachments)
14511         (gnus-debug-files, gnus-debug-exclude-variables)
14512         (gnus-discouraged-post-methods): Change :version.
14513         (gnus-confirm-mail-reply-to-news)
14514         (gnus-confirm-treat-mail-like-news): Add :version.
14515
14516         * gnus-int.el (gnus-server-unopen-status): Add :version.
14517
14518         * gnus-group.el (gnus-group-jump-to-group-prompt)
14519         (gnus-large-ephemeral-newsgroup)
14520         (gnus-fetch-old-ephemeral-headers): Add :version.
14521
14522         * gnus-fun.el (gnus-x-face-directory)
14523         (gnus-convert-pbm-to-x-face-command)
14524         (gnus-convert-image-to-x-face-command)
14525         (gnus-convert-image-to-face-command): Add :version.
14526
14527         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14528
14529         * gnus-cite.el (gnus-cite-blank-line-after-header)
14530         (gnus-article-boring-faces): Add :version.
14531
14532         * gnus-art.el (gnus-buttonized-mime-types)
14533         (gnus-inhibit-mime-unbuttonizing)
14534         (gnus-treat-display-face)
14535         (gnus-treat-body-boundary): Change :version.
14536         (gnus-body-boundary-delimiter, gnus-picon-databases)
14537         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14538         (gnus-treat-date-english, gnus-treat-fold-headers)
14539         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14540         (gnus-treat-mail-picon, gnus-treat-wash-html)
14541         (gnus-article-encrypt-protocol)
14542         (gnus-use-idna, gnus-article-over-scroll)
14543         (gnus-mime-display-multipart-alternative-as-mixed)
14544         (gnus-mime-display-multipart-related-as-mixed)
14545         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14546         (gnus-ctan-url, gnus-button-ctan-handler)
14547         (gnus-button-handle-ctan-bogus-regexp)
14548         (gnus-button-ctan-directory-regexp)
14549         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14550         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14551         (gnus-button-man-level, gnus-button-emacs-level)
14552         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14553
14554         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14555         (gnus-agent-go-online): Change :version.
14556         (gnus-agent-expire-unagentized-dirs)
14557         (gnus-agent-auto-agentize-methods): Add :version.
14558
14559         * flow-fill.el (fill-flowed-display-column)
14560         (fill-flowed-encode-column): Add :version.
14561
14562         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14563         (gnus-outlook-deuglify-unwrap-max)
14564         (gnus-outlook-deuglify-cite-marks)
14565         (gnus-outlook-deuglify-unwrap-stop-chars)
14566         (gnus-outlook-deuglify-no-wrap-chars)
14567         (gnus-outlook-deuglify-attrib-cut-regexp)
14568         (gnus-outlook-deuglify-attrib-verb-regexp)
14569         (gnus-outlook-deuglify-attrib-end-regexp)
14570         (gnus-outlook-display-hook): Add :version.
14571
14572         * binhex.el (binhex-use-external): Add :version.
14573
14574 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14575
14576         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14577         and `invisible'.
14578
14579 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14580
14581         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14582         in gnus-registry-trim.
14583
14584 2004-09-13  Simon Josefsson  <jas@extundo.com>
14585
14586         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14587
14588         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14589
14590         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14591         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14592         <yamaoka@jpl.org>.
14593         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14594         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14595         <yamaoka@jpl.org>.
14596
14597         * sieve.el (sieve-manage-mode): Ditto.
14598
14599 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14600
14601         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14602
14603 2004-09-11  Simon Josefsson  <jas@extundo.com>
14604
14605         * dns-mode.el: Add.
14606
14607         * mm-view.el (mm-display-dns-inline): Add.
14608
14609         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14610         (mm-automatic-display): Ditto.
14611
14612         * mailcap.el (mailcap-mime-data): Add text/dns.
14613         (mailcap-mime-extensions): Map .soa to text/dns.
14614
14615 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14616
14617         * gnus-art.el (article-decode-mime-words, article-babel)
14618         (gnus-article-highlight-signature, gnus-article-add-buttons)
14619         (gnus-signature-toggle): Remove unnecessary bindings of
14620         `inhibit-read-only' inherited from v5.10 merge.
14621
14622 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14623
14624         * nntp.el (nntp): New customization group.
14625         (nntp-authinfo-file): Add customization group.
14626
14627         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14628
14629         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14630
14631         * gnus.el (to-address, to-list, subscribed)
14632         (large-newsgroup-initial): Ditto.
14633
14634         * flow-fill.el (fill-flowed-display-column)
14635         (fill-flowed-encode-column): Ditto.
14636
14637 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14638
14639         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14640         Use point-min rather than 1.
14641         (message-send-mail): Use buffer-size rather than point-max.
14642
14643         * gnus-sum.el (gnus-summary-search-article-forward):
14644         Signal a specific `search-failed' rather than a generic `error'.
14645
14646         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14647         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14648         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14649
14650 2004-09-10  Simon Josefsson  <jas@extundo.com>
14651
14652         * nndb.el (require): Remove tcp and duplicate cl.
14653
14654 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-agent.el (directory-files-and-attributes): Move forward.
14657
14658 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14659
14660         * gnus-agent.el (directory-files-and-attributes): Optionally
14661         defined to support XEmacs.
14662
14663 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14664
14665         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14666         to avoid run-time CL dependencies.
14667         (gnus-agent-unfetch-articles): New function.
14668         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14669         article numbers even when local .overview file is missing.
14670         (gnus-agent-read-article-number): New function.  Only accepts
14671         27-bit article numbers.
14672         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14673         gnus-agent-read-article-number.
14674         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14675         from backend while recognizing that article numbers in .overview
14676         must be valid.
14677         (gnus-agent-update-files-total-fetched-for): Use
14678         directory-files-and-attributes to improve performance.
14679         * gnus-int.el (gnus-request-move-article): Use
14680         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14681         improve performance.
14682
14683         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14684         some users confused by references to .newsrc when they only have a
14685         .newsrc.eld file.
14686         (gnus-convert-mark-converter-prompt)
14687         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14688         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14689         New function.  Used internally to only display 'gnus converting
14690         files' message when actually necessary.
14691
14692         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14693         methods now autoloaded.
14694
14695 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14698         identifiers.
14699
14700 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14701
14702         * gnus-picon.el: Fix indentation and closing parenthesis.
14703
14704 2004-09-01  Simon Josefsson  <jas@extundo.com>
14705
14706         * message.el (message-canlock-generate): Require sha1, not
14707         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14708         to require within a function.  Sadly, if sha1.el isn't loaded, the
14709         let binding in m-c-g will hide the defcustom definition, which is
14710         bad.)
14711
14712         * canlock.el: Require sha1, not sha1-el.
14713
14714         * message.el: Don't autoload sha1 (there is a autoload cookie in
14715         sha1.el).
14716
14717         * sha1-el.el: Renamed to sha1.el.
14718
14719 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14720
14721         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14722
14723 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14724
14725         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14726
14727 2004-08-30  Kim F. Storm  <storm@cua.dk>
14728
14729         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14730
14731         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14732         Add :group 'nnimap.
14733
14734 2004-08-30  Andreas Schwab  <schwab@suse.de>
14735
14736         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14737         ?* and ?\;.
14738
14739         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14740         and ?\' to symbol instead of whitespace.
14741
14742 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14745
14746         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14747         instead of re-search-forward.
14748
14749         * gnus-uu.el (gnus-uu-save-article): Ditto.
14750         (gnus-uu-post-encode-uuencode): Ditto.
14751
14752         * html2text.el (html2text-clean-list-items): Ditto.
14753         (html2text-clean-dtdd): Ditto.
14754         (html2text-format-tags): Ditto.
14755
14756         * message.el (message-send-mail-with-sendmail): Fix regexp.
14757         (message-fill-field-general): Use search-forward instead of
14758         re-search-forward.
14759         (unbold-region): Ditto.
14760
14761         * nnrss.el (nnrss-request-article): Ditto.
14762
14763         * nnslashdot.el (nnslashdot-request-article): Ditto.
14764
14765         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14766
14767         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14768         "Unrecognized menu descriptor" error in XEmacs.
14769
14770 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14771
14772         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14773         parent article of a sparse article in the thread hashtb.
14774
14775 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14776
14777         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14778         (nnmail-expand-newtext): Lowercase expanded entries if
14779         nnmail-split-lowercase-expanded is non-nil.
14780
14781 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14784
14785         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14786         of gnus-tmp-news-method into string under XEmacs.  It will be
14787         passed to gnus-correct-length which takes only a string argument.
14788
14789 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-util.el (gnus-bind-print-variables): New macro.
14792         (gnus-prin1): Use it.
14793         (gnus-prin1-to-string): Use it.
14794         (gnus-pp): New function.
14795         (gnus-pp-to-string): New function.
14796
14797         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14798         Replace pp-to-string with gnus-pp-to-string.
14799         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14800         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14801         * gnus-msg.el (gnus-debug): Ditto.
14802         * gnus-score.el (gnus-score-save): Ditto.
14803         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14804         gnus-pp-to-string.
14805         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14806         with gnus-pp.
14807         * score-mode.el (gnus-score-pretty-print): Ditto.
14808         * webmail.el (webmail-debug): Ditto.
14809
14810 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-art.el (article-display-face, article-display-x-face):
14813         Use buffer-read-only.
14814
14815 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-art.el (article-hide-list-identifiers):
14818         Bind inhibit-read-only as t.
14819
14820 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14821
14822         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14823
14824 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14825
14826         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14827         (gnus-narrow-to-page): Don't assume point-min == 1.
14828         (gnus-article-edit-mode): Derive from message-mode.
14829
14830         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14831         point-min == 1.
14832
14833         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14834         Disable incorrect use of `assert'.
14835
14836         * message.el (message-mode): Set comment-start-skip.
14837
14838
14839 2004-08-22  Sam Steingold  <sds@gnu.org>
14840
14841         * pop3.el (pop3-leave-mail-on-server): New user variable.
14842         (pop3-movemail): Delete mail only when it is nil.
14843
14844 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14845
14846         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14847
14848         * mml.el (mml-preview): Use `pop-to-buffer'.
14849
14850         * message.el (message-goto-mail-followup-to): Insert after "To".
14851         (message-carefully-insert-headers): Add comment.
14852
14853         * gnus.el: Remove unused variable `gnus-article-check-size'.
14854
14855         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14856
14857         * gnus-art.el (gnus-button-alist): Improve
14858         `gnus-button-handle-library' entry.
14859
14860 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14861
14862         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14863         downcase, since XEmacs capitalizes error messages differently.
14864
14865 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14866
14867         * nntp.el: Add (require 'gnus) due to reference to
14868         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14869
14870 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14871
14872         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14873         `mm-fill-flowed'.
14874
14875         * mm-decode.el (mm-dissect-singlepart): Check it.
14876
14877 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14878
14879         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14880         'imap' for netrc parsing.
14881
14882 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14883
14884         * mailcap.el (mailcap-mime-data): Mark as risky.
14885
14886 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14889         may be included in the encoded word.
14890         (rfc2047-encode): Don't append a space if the encoded word
14891         includes close parenthesis.
14892
14893 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14896         of text within parentheses.
14897
14898 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14901         (gnus-encrypt-write-file-contents): Make the password key the file
14902         name PLUS the cipher, not just the cipher.  Also remove failed
14903         passwords from the cache.
14904
14905 2004-08-06  Simon Josefsson  <jas@extundo.com>
14906
14907         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14908         fix.
14909
14910 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14913         LWSP.
14914
14915 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14916
14917         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14918         to append in-reply-to: data to the references: header.
14919
14920         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14921         (netrc-parse): Use gnus-encrypt.el functions.
14922
14923         * gnus-encrypt.el: Add new file for encryption support; currently
14924         does only a few GPG ciphers and an internal XOR cipher.
14925
14926         * password.el: Add comments on using password-read-and-add.
14927         (password-read-and-add): Add function to read and add the
14928         password to the cache at once.
14929
14930 2004-07-28  Simon Josefsson  <jas@extundo.com>
14931
14932         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14933         parameter (but don't use it, for now).
14934
14935         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14936         instead of hard coding to nil.
14937
14938 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14941         as mm-inline-image-xemacs does.
14942
14943 2004-07-26  Simon Josefsson  <jas@extundo.com>
14944
14945         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14946         Revert part of 2004-07-17 change below.
14947
14948 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14951         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14952
14953 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14956         quotes that actually start with ">" at the beginning of the
14957         lines.
14958
14959 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * rfc2047.el (rfc2047-encode-region): Fix last change.
14962         (rfc2047-encode-parameter): Remove useless concat.
14963
14964 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14967         encode special characters; fix some kind of misconfigured headers;
14968         signal a real error if debug-on-quit or debug-on-error is non-nil.
14969         (rfc2047-encode-max-chars): New variable.
14970         (rfc2047-encode-1): Use it.
14971         (rfc2047-encode-parameter): New function.
14972
14973         * mml.el (mml-insert-parameter): Remove an excessive space.
14974
14975 2004-07-17  Simon Josefsson  <jas@extundo.com>
14976
14977         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14978         Kai Grossjohann <kai@emptydomain.de>.
14979         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14980         (gnus-group-make-menu-bar): Ditto.
14981
14982         * gnus-util.el (gnus-group-server): Add.
14983
14984 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14985
14986         * message.el (message-clone-locals): Clone sendmail and smtp
14987         variables.
14988
14989 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * rfc2047.el (rfc2047-encode-region): Fix last change.
14992
14993 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14996         characters as non-special.
14997
14998 2004-07-09  Simon Josefsson  <jas@extundo.com>
14999
15000         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15001         Users will lose all flag changes made while unplugged with
15002         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15003         good default.  See numerous reports on ding mailing list.
15004
15005 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15008         add generate-head-function and generate-article-function to the
15009         rfc822-forward entry.
15010         (nndoc-rfc822-forward-generate-article): New function.
15011         (nndoc-rfc822-forward-generate-head): New function.
15012
15013         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15014
15015 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15016
15017         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15018         respect display group parameter and gnus-summary-expunge-below.
15019         (gnus-articles-to-read): Remove unused reference to display group
15020         parameter.
15021
15022 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15023
15024         * nnheader.el (nnheader-uniquify-message-id): New experimental
15025         variable.
15026         (nnheader-nov-read-message-id): Use it.
15027
15028         * spam-report.el (spam-report-gmane): Add interactive.
15029
15030 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15033         qp-or-base64 for the application/* types.
15034
15035 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15036
15037         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15038
15039 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15040
15041         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15042         trim value.
15043
15044 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15045
15046         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15047         New macro and function.
15048         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15049
15050 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15053         after-load-alist.
15054
15055 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15058         update info that isn't there.
15059
15060 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15061
15062         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15063         entry.
15064
15065 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * mm-view.el (mm-inline-render-with-function): Use multibyte
15068         buffer; decode html source by charset.
15069
15070         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15071
15072         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15073         Mule-UCS is loaded under XEmacs.
15074         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15075
15076 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15077
15078         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15079
15080 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * mm-util.el (mm-coding-system-p): Return a coding-system.
15083         (mm-mime-mule-charset-alist): Use shift_jis instead of
15084         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15085         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15086         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15087         instead of japanese-shift-jis and iso-latin-1 respectively in
15088         order to share the default value with both Emacs and XEmacs-mule.
15089         (mm-mule-charset-to-mime-charset): Make
15090         mm-coding-system-priorities effective.
15091         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15092         while predicating of candidates upon the priorities.
15093
15094 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15095
15096         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15097         gnus-uu-invert-processable.
15098
15099         * gnus.el: Autoload gnus-uu-invert-processable.
15100
15101 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * mm-util.el (mm-with-multibyte-buffer): New macro.
15104
15105         * rfc2047.el (rfc2047-encode-string): Use it.
15106         (rfc2047-encode-region): Move point to the end of the region after
15107         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15108
15109 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15112         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15113
15114 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15117         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15118         Karl Chen <quarl@nospam.quarl.org>.
15119
15120 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15121
15122         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15123         invalid addresses.
15124
15125 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15126
15127         * spam.el: Change section markers, revise TODO list.
15128         (spam-backends): Make new master list of all installed backends.
15129         (spam-summary-exit-behavior): Add new variable to determine how
15130         messages moves are done at summary exit.
15131         (spam-move-spam-nonspam-groups-only)
15132         (spam-process-ham-in-nonham-groups)
15133         (spam-process-ham-in-spam-groups): Remove variables, the
15134         spam-summary-exit-behavior variable should be used to manage this
15135         behavior.
15136         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15137         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15138         and spam-old-spam-articles.
15139         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15140         Add empty variables, placeholders for the backends they represent.
15141         (spam-set-difference): Move, unchanged.
15142         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15143         unless the user has a processor variable.
15144         (spam-classifications, spam-classification-valid-p)
15145         (spam-backend-properties, spam-backend-property-valid-p)
15146         (spam-backend-function-type-valid-p)
15147         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15148         (spam-report-articles-gmane, spam-report-articles-resend):
15149         Remove functions, they are not needed.
15150         (spam-install-backend-super, spam-backend-list)
15151         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15152         (spam-backend-function, spam-backend-ham-registration-function)
15153         (spam-backend-spam-registration-function)
15154         (spam-backend-ham-unregistration-function)
15155         (spam-backend-spam-unregistration-function)
15156         (spam-backend-statistical-p, spam-backend-mover-p)
15157         (spam-install-backend-alias, spam-install-checkonly-backend)
15158         (spam-install-mover-backend, spam-install-nocheck-backend)
15159         (spam-install-backend, spam-install-statistical-backend)
15160         (spam-install-statistical-checkonly-backend): Add backend installation
15161         support.
15162         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15163         (spam-group-processor-p): Use the new backend code and respect the
15164         summary exit behavior.
15165         (spam-mark-spam-as-expired-and-move-routine): Remove.
15166         (spam-summary-prepare): Change to use the new spam-old-articles
15167         variable.
15168         (spam-copy-or-move-routine, spam-copy-spam-routine)
15169         (spam-move-spam-routine, spam-copy-ham-routine)
15170         (spam-move-ham-routine): Add code to copy/move ham or spam.
15171         (spam-fetch-field-fast): Improve doc and code, plus allow the
15172         'number request.
15173         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15174         variables.
15175         (spam-split, spam-find-spam): Use the new backend code.
15176         (spam-registration-functions): Remove variable.
15177         (spam-unregister-routine): Add convenience wrapper.
15178         (spam-log-undo-registration, spam-register-routine)
15179         (spam-log-processing-to-registry)
15180         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15181         where possible.
15182         (spam-check-gmane-xref, spam-check-regex-headers)
15183         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15184         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15185         (spam-check-bogofilter-headers, spam-check-spamoracle)
15186         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15187         (spam-check-crm114-headers): Use the spam-split-group that
15188         spam-split prepares, no need to determine it every time.
15189
15190         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15191         to the nnheader-parse-naked-head call.
15192
15193         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15194
15195         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15196         the nnheader-nov-read-message-id call.
15197
15198 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15201         gnus-activate-group twice.  Suggested by Markus Peter
15202         <warp@spin.de>.
15203
15204 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * gnus-art.el (gnus-article-time-format): Exchange the order of
15207         day and month in the default value; fix customization type.
15208         (article-date-ut): Use add-text-properties.
15209         (article-make-date-line): Use message-make-date instead of
15210         current-time-string.
15211
15212         * message.el (message-fetch-field): Don't use set-text-properties.
15213         (message-make-date): Simplify.
15214
15215         * messagexmas.el (message-xmas-make-date): New function.
15216         (message-xmas-redefine): Defalias message-make-date to it.
15217
15218 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15221         (rfc2047-encode-region): Treat text within parentheses as special;
15222         show the original text when error has occurred.
15223
15224         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15225         already-computed method to gnus-activate-group.
15226
15227         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15228         same select-methods identical Lisp objects.
15229
15230         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15231         object when modifying the info.
15232
15233 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15236         gnus-opened-servers since it has never been opened with the new
15237         configuration yet.
15238
15239 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15242         arg to nnheader-generate-fake-message-id.
15243
15244 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15245
15246         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15247         number and build a fake message ID localized to a group and
15248         article number (so it's repeatable from that point on).
15249         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15250         ID format.
15251
15252         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15253         nnheader-generate-fake-message-id with the article number.
15254
15255 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15256
15257         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15258         end-of-buffer.
15259
15260 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15261
15262         * message.el (message-ignored-supersedes-headers): Add Approved.
15263
15264 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15267         goto-char.
15268         (rfc2047-encode): Fold the line before encoding.
15269
15270 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15271
15272         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15273         folding -- not all headers can be folded, and this should be done
15274         by the message composition mode.  Probably.  I think.
15275
15276 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15279         fast.
15280
15281         * gnus-ems.el (gnus-remove-image): Don't use
15282         message-text-with-property; remove only the image found first.
15283
15284         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15285         found first.
15286
15287 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15288
15289         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15290
15291 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * message.el (message-text-with-property): Make it fast and accept
15294         optional arguments.
15295         (message-strip-forbidden-properties): Use it.
15296         (message-fix-before-sending): Follow the m-t-w-p change.
15297
15298         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15299
15300 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-art.el (article-hide-headers): Don't change the buffer
15303         mistakenly when performing mml-preview even if
15304         gnus-single-article-buffer is nil.
15305
15306 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15307
15308         * message.el (message-expand-name-databases): New user option.
15309         (message-expand-name): Use it.
15310
15311 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15312
15313         * spam.el (spam-report-articles-resend)
15314         (spam-report-resend-register-routine): Allow ham reporting.
15315         (spam-report-resend-register-ham-routine): Add wrapper.
15316         (spam-registration-functions): Add ham resending functions.
15317         (spam-list-of-processors): Add ham resend processor.
15318
15319         * gnus.el (ham-resend-to): Add new group parameter.
15320         (spam-process): Add ham resend option.
15321
15322         * spam-report.el (spam-report-resend): Allow reporting ham.
15323         (spam-report-resend-ham): Add wrapper.
15324
15325 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15326
15327         * message.el (message-cite-articles-with-x-no-archive): New
15328         variable.
15329         (message-cite-original): Use it.
15330
15331 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15332
15333         * message.el (message-cite-original): Respect X-No-Archive.
15334
15335 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * gnus-art.el (article-hide-headers): Refer to the values for
15338         gnus-ignored-headers and gnus-visible-headers in the summary
15339         buffer since a user may have set them as group parameters.
15340
15341 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15342
15343         * assistant.el (assistant-node-name): Add convenience function.
15344         (assistant-render-text, assistant-render-node): Add error handling,
15345         plus handle multiple next nodes.
15346         (assistant-find-next-node): Comment out for now.
15347         (assistant-find-next-nodes): Add function, returns list of next
15348         nodes.
15349
15350 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15351
15352         * mail-source.el (mail-source-directory): Fix doc-string.
15353
15354 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * assistant.el (assistant-render-text, assistant-eval): Add :set
15357         widget type, which is different because it takes and returns a
15358         list.  Much hilarity ensues.
15359
15360 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15363
15364         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15365         doc-string.
15366
15367         * gnus-start.el (gnus-activate-group): Added doc-string.
15368
15369 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15372
15373 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * assistant.el (assistant-render-text): Try to add a :set
15376         widget, more to come.
15377
15378         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15379         strings.
15380         (spam-report-articles-resend)
15381         (spam-register-routine): Do registration iff any articles warrant
15382         it.
15383         (spam-summary-prepare-exit): Change log message for nil group
15384         destinations.
15385
15386 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15387
15388         * spam.el (spam-report-resend-register-routine): Allow
15389         spam-report-resend-to to be a group parameter or a global value.
15390
15391 2004-05-26  Simon Josefsson  <jas@extundo.com>
15392
15393         * starttls.el: Merge with my GNUTLS based starttls.el.
15394         (starttls-gnutls-program, starttls-use-gnutls)
15395         (starttls-extra-arguments, starttls-process-connection-type)
15396         (starttls-connect, starttls-failure, starttls-success): New
15397         variables.
15398         (starttls-program, starttls-extra-args): Doc fix.
15399         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15400         functions.
15401         (starttls-negotiate, starttls-open-stream): Check
15402         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15403         function if it is set.
15404
15405 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15408         structured fields.
15409
15410 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15413
15414 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15417         variable.
15418         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15419         assigning the spam-mark to new messages.
15420
15421 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15422
15423         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15424
15425 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15428
15429         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15430         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15431         default.
15432
15433 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15434
15435         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15436         correct data.
15437
15438 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15439
15440         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15441         (spam-group-processor-p): Fix function.
15442         (spam-group-processor-multiple-p)
15443         (spam-group-spam-processor-report-gmane-p)
15444         (spam-group-spam-processor-report-resend-p)
15445         (spam-group-spam-processor-bogofilter-p)
15446         (spam-group-spam-processor-blacklist-p)
15447         (spam-group-spam-processor-ifile-p)
15448         (spam-group-ham-processor-ifile-p)
15449         (spam-group-spam-processor-spamoracle-p)
15450         (spam-group-spam-processor-crm114-p)
15451         (spam-group-ham-processor-bogofilter-p)
15452         (spam-group-spam-processor-stat-p)
15453         (spam-group-ham-processor-stat-p)
15454         (spam-group-ham-processor-whitelist-p)
15455         (spam-group-ham-processor-BBDB-p)
15456         (spam-group-ham-processor-spamoracle-p)
15457         (spam-group-ham-processor-copy-p): Remove functions with some
15458         prejudice against unneeded code.
15459         (spam-report-articles-resend)
15460         (spam-report-resend-register-routine): Allow the group/topic
15461         spam-resend-to value to override spam-report-resend-to.
15462         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15463         properly now.
15464
15465         * gnus.el (spam-resend-to): Add group/topic parameter.
15466         (spam-process): Move the OBSOLETE processors to the end of the
15467         choices.
15468
15469 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15470
15471         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15472         with resend-to set to nil, and then ask the user if necessary.
15473         (spam-report-resend): spam-report-resend takes a list of articles, not
15474         separate article numbers.
15475
15476 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15479         addition to emacs-w3m.
15480
15481 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15482
15483         * assistant.el (assistant-authinfo-data): New function.
15484         (assistant-eval): Eval for entire assistant.
15485
15486         * netrc.el (netrc-services-file): New variable.
15487         (netrc-parse-services): New function.
15488         (netrc-find-service-name): New function.
15489         (netrc-find-service-number): New function.
15490         (netrc-port-equal): New function.
15491         (netrc-machine): Use it.
15492
15493         * nnimap.el (nnimap-open-connection): Use netrc.
15494
15495         * gnus-util.el (gnus-netrc-get): Remove aliases.
15496
15497         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15498
15499         * assistant.el (wid-edit): Fix compilation.
15500
15501         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15502
15503 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15504
15505         * gnus-util.el (gnus-set-file-modes): New function.  (small
15506         patch).
15507
15508 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15509
15510         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15511
15512         * assistant.el (assistant-render-node): Fix up rendering and
15513         read-only text.
15514         (assistant-render-node): Reset.
15515         (assistant-make-read-only): Not sticky.
15516
15517 2004-05-20  Danny Siu  <dsiu@adobe.com>
15518
15519         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15520         centered even when gnus-auto-center-summary is t.
15521
15522 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * dns.el (dns-get-txt-answer): New function.
15525         (dns-read-txt): Ditto.
15526         (query-dns): Use it.
15527
15528 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15531         active for foreign groups even if the group level is higher than
15532         the specified value.
15533
15534 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15537         non-active groups.
15538
15539         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15540
15541 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15542
15543         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15544
15545 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15546
15547         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15548         (spam-crm114-header, spam-crm114-spam-switch)
15549         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15550         (spam-crm114-positive-spam-header)
15551         (spam-crm114-database-directory, spam-list-of-processors)
15552         (spam-group-spam-processor-crm114-p)
15553         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15554         (spam-generic-score, spam-list-of-checks)
15555         (spam-list-of-statistical-checks, spam-registration-functions)
15556         (spam-check-crm114-headers, spam-crm114-score)
15557         (spam-check-crm114, spam-crm114-register-with-crm114)
15558         (spam-crm114-register-spam-routine)
15559         (spam-crm114-unregister-spam-routine)
15560         (spam-crm114-register-ham-routine)
15561         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15562         asjo@koldfront.dk (Adam Sjøgren).
15563
15564         * gnus.el: Add spam-use-crm114.
15565
15566         * spam.el (spam-list-of-processors, spam-registration-functions):
15567         Add spam-use-resend.
15568         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15569         (spam-report-articles-gmane): Add doc fix.
15570         (spam-report-articles-resend, spam-report-resend-register-routine):
15571         Add wrappers around spam-report-resend-to.
15572
15573         * spam-report.el (spam-report-resend-to, spam-report-resend):
15574         Add support for resending spam.
15575         (spam-report-gmane): Fix line length >80.
15576
15577         * gnus.el (spam-process): Add spam-use-resend.
15578
15579 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15580
15581         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15582         number of processed spam messages.
15583         (spam-ham-copy-or-move-routine): Return the number of processed
15584         ham messages.
15585         (spam-summary-prepare-exit): Use the above values to decide
15586         whether status messages shouled be displayed.
15587
15588 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15591         `rfc2047-encoding-function-alist' in order to avoid conflicting
15592         with the old version.
15593         (rfc2047-encode-region): Concatenate words containing non-ASCII
15594         characters in structured fields; don't encode space-delimited
15595         ASCII words even in unstructured fields; don't break words at
15596         char-category boundaries.
15597         (rfc2047-encode-1): New function.
15598         (rfc2047-encode): Use it; encode text so that it occupies the
15599         maximum width within 76-column; work correctly on Q encoding for
15600         iso-2022-* charsets.
15601         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15602         sure not to break a line just after the header name.
15603         (rfc2047-b-encode-region): Removed.
15604         (rfc2047-b-encode-string): New function.
15605         (rfc2047-q-encode-region): Removed.
15606         (rfc2047-q-encode-string): New function.
15607
15608         * mm-util.el (mm-replace-in-string): New function.
15609
15610 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15613         get it right.
15614         (gnus-inews-make-draft): Really.
15615
15616 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15617
15618         * nnmh.el (nnmh-request-list-1): Don't check the link count
15619         before descending.  (small patch)
15620
15621 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15622
15623         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15624         stuff.
15625
15626         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15627         on real group name.
15628
15629         * gnus-art.el (gnus-signature-limit): Doc fix.
15630
15631         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15632
15633         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15634
15635 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15636
15637         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15638         isn't a string.
15639
15640 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15641
15642         * gnus-draft.el (gnus-draft-send): Bind
15643         rfc2047-encode-encoded-words.
15644
15645         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15646         (rfc2047-encodable-p): Say that =? needs encoding.
15647         (rfc2047-encode-encoded-words): New variable.
15648
15649         * gnus-group.el (gnus-group-select-group): Doc fix.
15650
15651         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15652
15653         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15654         to nil.
15655
15656         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15657
15658         * nnheader.el (nnheader-get-lines-and-char): New function.
15659
15660 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * gnus-msg.el (gnus-summary-followup-with-original): Document
15663         yanking of region when active.
15664
15665 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15668         groups if the group level is higher than the specified value.
15669
15670 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15671
15672         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15673         (gnus-group-jump-to-group): Added prefix argument using
15674         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15675         non-active group.
15676
15677         * compface.el (uncompface): Be verbose when changing
15678         `uncompface-use-external'.
15679
15680         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15681         handle manual section.
15682
15683 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15684
15685         * gnus-art.el (gnus-button-alist): Revert previous change.
15686
15687 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15688
15689         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15690
15691 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15692
15693         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15694         whether backend can accept message.
15695
15696         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15697
15698 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15699
15700         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15701         Avoid creating directory when nntp-marks-is-evil is true.
15702         Reported by Reiner Steib.
15703
15704 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gnus-picon.el (gnus-picon-style): New variable.
15707         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15708         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15709         Jesper Harder <harder@ifa.au.dk>.
15710
15711 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15712
15713         * message.el (message-fill-field): Return point.
15714         (message-generate-headers): Go to end of field.
15715
15716         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15717         stuff for non-living groups.
15718
15719 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15720
15721         * gnus-art.el (gnus-article-followup-with-original)
15722         (gnus-article-reply-with-original): gnus-mark-active-p ->
15723         gnus-region-active-p.
15724
15725 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15726
15727         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15728         only when there is spam or ham to be processed.
15729
15730 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15731
15732         * mail-source.el (mail-source-delete-crash-box): Refactor.
15733         (mail-source-fetch): Use it.
15734         (mail-source-fetch-file): Ditto.
15735         (mail-source-fetch-directory): Run postscript in loop.
15736         (mail-source-fetch-pop): Delete.
15737         (mail-source-fetch-maildir): Ditto.
15738         (mail-source-fetch-imap): Ditto.
15739
15740         * imap.el (imap-authenticators): Comment out sasl.
15741
15742         * message.el (message-skip-to-next-address): New function.
15743         (message-fill-header-address): Refactor.
15744         (message-fill-address): Use it.
15745         (message-delete-address): Use it.
15746         (message-fill-header-general): Refactor.
15747         (message-fill-field-address): Rename.
15748         (message-narrow-to-field): Find the start of the header.
15749         (message-header-format-alist): Don't pre-fill.
15750         (message-fill-header): Removed.
15751         (message-insert-header): New function.
15752         (message-shorten-references): Use it.
15753
15754         * rfc2047.el (rfc2047-field-value): Strip props.
15755
15756         * mail-parse.el (mail-header-make-address): New alias.
15757
15758         * ietf-drums.el (ietf-drums-make-address): New function.
15759
15760         * imap.el: Add compiler directives.
15761
15762         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15763
15764         * gnus-art.el (article-decode-idna-rhs): Don't use
15765         message-idna-inside-rhs-p.
15766
15767 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15768
15769         * message.el (message-idna-inside-rhs-p): Removed.
15770         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15771
15772         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15773         false positives.
15774
15775 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15776
15777         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15778
15779 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15780
15781         * nneething.el (nneething-file-name): Don't create spurious
15782         files.
15783
15784         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15785         (gnus-inews-do-gcc): Remove sleep.
15786
15787         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15788         part under point.
15789
15790         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15791         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15792
15793 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * spam.el (spam-summary-prepare-exit): Fixed (length).
15796
15797 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15798
15799         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15800         as expired without moving it" message when there are spam
15801         messages left.
15802
15803 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15804
15805         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15806         header is not nil.
15807
15808 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15809
15810         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15811         nntp-possibly-create-directory, not nntp-possibly-change-group.
15812         (nntp-marks-changed-p): New arg SERVER.
15813         (nntp-request-update-info): Adjust caller.
15814
15815 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15816
15817         * nntp.el (nntp-save-marks): Pass missing arg.
15818
15819 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15820
15821         * nntp.el: Support marks.
15822         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15823         (nntp-marks-modtime, nntp-marks-directory): New variables.
15824         (nntp-request-set-mark, nntp-request-update-info)
15825         (nntp-possibly-create-directory, nntp-marks-changed-p)
15826         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15827         functions.
15828
15829 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15830
15831         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15832         (gnus-xmas-redefine): Rename.
15833
15834         * gnus-score.el (gnus-score-insert-help): Use
15835         gnus-select-lowest-window.
15836
15837         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15838         appt-select-lowest-window and rename to gnus-select-lowest-window.
15839
15840         * gnus.el: do.
15841
15842 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15843
15844         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15845         encodings of MIME-encoded words, in order to improve
15846         interoperability with several broken MUAs.
15847
15848 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15849
15850         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15851         tags, only when charsets are not specified in headers.
15852         (mm-inline-text-html-render-with-w3m): Ditto.
15853
15854         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15855         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15856
15857 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15858
15859         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15860         instead of MIME-decoded from fields when checking
15861         `gnus-article-address-banner-alist'.
15862
15863 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15866         description rather than subject.
15867
15868 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15869
15870         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15871
15872 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15873
15874         * gnus.el (gnus-version-number): Bump.
15875
15876 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15877
15878         * gnus.el: No Gnus v0.2 is released.
15879
15880 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15881
15882         * gnus-agent.el (gnus-agent-read-agentview): Inline
15883         gnus-uncompress-range.
15884
15885 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15886
15887         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15888         `exec-installed-p'.
15889
15890 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15891
15892         * gnus.el (spam-process, spam-autodetect-methods): Add
15893         bsfilter and bsfilter-headers.
15894
15895         * spam.el (spam-bsfilter): New customize group.
15896         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15897         (spam-bsfilter-header, spam-bsfilter-probability-header)
15898         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15899         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15900         (spam-bsfilter-database-directory): New options.
15901         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15902         (spam-list-of-statistical-checks, spam-registration-functions):
15903         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15904         (spam-bsfilter-score): New command.
15905         (spam-check-bsfilter-headers, spam-check-bsfilter)
15906         (spam-bsfilter-register-with-bsfilter)
15907         (spam-bsfilter-register-spam-routine)
15908         (spam-bsfilter-unregister-spam-routine)
15909         (spam-bsfilter-register-ham-routine)
15910         (spam-bsfilter-unregister-ham-routine): New functions.
15911         (spam-generic-score): Support bsfilter; Accept an optional argument
15912         to recalcurate spam score even if scoring header has already been
15913         added.
15914         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15915         optional argument to recalcurate spam score even if scoring header
15916         has already been added.
15917
15918 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15919
15920         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15921         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15922         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15923         link is missing.
15924
15925 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15926
15927         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15928         (html2text-get-attr): Rewrite.
15929
15930         * message.el (message-setup-1): Remove redundant put-text-property
15931         on mail-header-separator.
15932
15933 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15934
15935         * gnus-registry.el (gnus-registry-cache-whitespace)
15936         (gnus-registry-action, gnus-registry-spool-action)
15937         (gnus-registry-split-fancy-with-parent): Change message levels
15938         from 5 to 3 or 7, as needed.
15939
15940         * spam.el (spam-summary-prepare-exit)
15941         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15942         (spam-split, spam-find-spam, spam-log-undo-registration)
15943         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15944         level from 5 to 6.
15945
15946 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15947
15948         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15949         2004-03-04 change).
15950
15951 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15952
15953         * sieve-manage.el (sieve-manage-open):
15954         * nnweb.el (nnweb-insert-html):
15955         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15956         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15957         * nnspool.el (nnspool-request-group):
15958         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15959         * nnml.el (nnml-request-update-info):
15960         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15961         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15962         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15963         (nnimap-request-set-mark):
15964         * nnfolder.el (nnfolder-request-update-info):
15965         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15966         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15967         * gnus-uu.el (gnus-uu-find-articles-matching):
15968         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15969         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15970         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15971         * gnus-nocem.el (gnus-nocem-scan-groups):
15972         * gnus-int.el (gnus-start-news-server):
15973         * gnus-group.el (gnus-group-make-kiboze-group)
15974         (gnus-group-browse-foreign-server):
15975         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15976         Use mapc when appropriate.
15977
15978 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         FIXME: Make separate entries for each person.
15981
15982         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15983         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15984         <shields@msrl.com>:
15985
15986         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15987         may need for spam sorting and scoring.
15988         (spam-user-format-function-S): Add user format function suitable for
15989         general use.
15990         (spam-article-sort-by-spam-status): Add sorting function for summary
15991         sorting.
15992         (spam-extra-header-to-number): Add function to get a score from a
15993         header.
15994         (spam-summary-score): Add function to get a numeric score from the
15995         headers.
15996         (spam-generic-score): Fix function doc, was in wrong place.
15997         (spam-initialize): Take symbols when it's run, and install the
15998         extra headers that spam-necessary-extra-headers thinks we need.
15999
16000 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16001
16002         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16003         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16004
16005 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16006
16007         * gnus-sum.el (gnus-set-global-variables)
16008         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16009         (gnus-article-get-xrefs, gnus-summary-best-group)
16010         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16011         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16012         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16013         Use with-current-buffer.
16014
16015 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16016
16017         * spam.el (spam-summary-prepare-exit): Simplify logic.
16018         (spam-fetch-article-header): Read the article header if it's not
16019         available.
16020         (spam-list-articles): Simplify logic.
16021         (spam-filelist-register-routine): Fix bug with unregister-list.
16022
16023         * gnus-registry.el: Fix comments at beginning.
16024
16025 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16026
16027         * message.el (message-cater-to-broken-inn): Remove.
16028         (message-shorten-references): Make sure the total folded length of
16029         References is shorter than 998 characters to cater to a bug in INN
16030         2.3.  Also, don't pretend that references aren't folded -- this
16031         hasn't worked for a while.
16032
16033 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16034
16035         * gnus-agent.el (gnus-agentize):
16036         gnus-agent-send-mail-real-function no longer set to current value
16037         of message-send-mail-function but rather a lambda that calls
16038         message-send-mail-function.  The change makes the agent real-time
16039         responsive to user changes to message-send-mail-function.
16040
16041 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16042
16043         * legacy-gnus-agent.el
16044         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16045         help from Florian Weimer <fw@deneb.enyo.de>
16046
16047 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16048
16049         * nnmail.el (nnmail-cache-insert): Revert last change.
16050
16051 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * nnmail.el (nnmail-cache-insert): Always check whether
16054         nnmail-cache-ignore-groups matches a group name.
16055
16056 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16059         (spam-find-spam, spam-log-processing-to-registry)
16060         (spam-log-registered-p, spam-log-unregistration-needed-p)
16061         (spam-log-undo-registration): Use gnus-message instead of
16062         gnus-error, none of these errors are fatal.
16063
16064         * gnus-registry.el (gnus-registry-clean-empty-function)
16065         (gnus-registry-clean-empty): Remove only empty entries without
16066         extra data.
16067
16068 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16069
16070         * spam-stat.el (spam-stat-buffer-change-to-spam)
16071         (spam-stat-buffer-change-to-non-spam): Change (error) to
16072         (gnus-message 8) invocation.
16073
16074 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * nntp.el (nntp-via-netcat-command): New variable.
16077         (nntp-via-netcat-switches): New variable.
16078         (nntp-open-via-rlogin-and-netcat): New function.
16079         (nntp-open-connection-function): Doc fix.
16080         (nntp-telnet-command): Doc fix.
16081         (nntp-end-of-line): Doc fix.
16082         (nntp-via-rlogin-command): Doc fix.
16083         (nntp-via-user-name): Doc fix.
16084         (nntp-via-address): Doc fix.
16085
16086 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16089         error in Emacs 21.1.
16090
16091 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16094
16095 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16096
16097         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16098         (gnus-agent-with-refreshed-group): New macro.
16099         (gnus-agent-rename-group): New function.
16100         (gnus-agent-delete-group): New function.
16101         (gnus-agent-save-group-info): Use gnus-command-method when
16102         `method' parameter is nil.  Don't write nil entries into the
16103         active file.
16104         (gnus-agent-get-group-info): New function.
16105         (gnus-agent-fetch-articles): Use
16106         gnus-agent-update-files-total-fetched-for to increment disk space
16107         used.
16108         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16109         gnus-agent-update-view-total-fetched-for to increment disk space
16110         used.
16111         (gnus-agent-get-local): Added optional parameters to avoid calling
16112         gnus-group-real-name and gnus-find-method-for-group.
16113         (gnus-agent-set-local): Delete stored entry if either min, or max,
16114         are nil.
16115         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16116         quit, use gnus-agent-regenerate-group to record existance of any
16117         articles fetched to disk before the quit occurred.
16118         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16119         gnus-agent-update-view-total-fetched-for, and
16120         gnus-agent-update-files-total-fetched-for to decrement disk space
16121         used.
16122         (gnus-agent-retrieve-headers): Use
16123         gnus-agent-update-view-total-fetched-for to increment disk space
16124         used.
16125         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16126         with gnus-agent-update-files-total-fetched-for to decrement disk
16127         space and fresh group buffer.
16128         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16129         (gnus-agent-need-update-total-fetched-for): New variable.
16130         (gnus-agent-update-files-total-fetched-for): New function.
16131         (gnus-agent-update-view-total-fetched-for): New function.
16132         (gnus-agent-total-fetched-for): New function.
16133
16134         * gnus-cache.el (gnus-cache-save-buffers): Use
16135         gnus-cache-update-overview-total-fetched-for to change disk space
16136         used by this group.
16137         (gnus-cache-possibly-enter-article): Use
16138         gnus-cache-update-file-total-fetched-for to increment disk space
16139         used by this group.
16140         (gnus-cache-possibly-remove-article): Use
16141         gnus-cache-update-file-total-fetched-for to decrement disk space
16142         used by this group.
16143         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16144         (gnus-cache-rename-group): New function.
16145         (gnus-cache-delete-group): New function.
16146         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16147         (gnus-cache-need-update-total-fetched-for): New variable.
16148         (gnus-cache-with-refreshed-group): New macro.
16149         (gnus-cache-update-file-total-fetched-for): New function.
16150         (gnus-cache-update-overview-total-fetched-for): New function.
16151         (gnus-cache-rename-group-total-fetched-for): New function.
16152         (gnus-cache-delete-group-total-fetched-for): New function.
16153         (gnus-cache-total-fetched-for): New function.
16154
16155         * gnus-group.el: Require gnus-sum and autoload functions to
16156         resolve warnings when gnus-group.el compiled alone.
16157         (gnus-group-line-format): Documented new %F.
16158         (size of Fetched data) group line format; identifies disk space
16159         used by agent and cache.
16160         (gnus-group-line-format-alist): Defined new F format.
16161         (gnus-total-fetched-for): New function.
16162         (gnus-group-delete-group): No longer update
16163         gnus-cache-active-altered as gnus-request-delete-group now keeps
16164         the cache in sync.
16165         (gnus-group-list-active): Let the agent store a server's active
16166         list if currently plugged.
16167
16168         * gnus-int.el (gnus-request-delete-group):
16169         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16170         local disk in sync with the server.
16171         (gnus-request-rename-group):
16172         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16173         local disk in sync with the server.
16174
16175         * gnus-start.el (gnus-get-unread-articles):
16176         Cosmetic simplification to logic.
16177
16178         * gnus-util.el (gnus-rename-file): New function.
16179
16180 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16181
16182         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16183
16184 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16185
16186         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16187         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16188
16189 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16190
16191         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16192         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16193
16194 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16195
16196         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16197
16198 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16199
16200         * spam.el (spam-set-difference): Add function to replace
16201         gnus-set-difference in spam.el.
16202         (spam-summary-prepare-exit): Use spam-set-difference.
16203
16204 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16205
16206         * gnus-registry.el (gnus-registry-cache-file): Update to use
16207         gnus-dribble-directory OR gnus-home-directory OR ~.
16208         (gnus-registry-split-fancy-with-parent): Fix doc.
16209
16210 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * message.el (message-exchange-point-and-mark): Use
16213         message-mark-active-p.  Suggested by Jesper Harder
16214         <harder@ifa.au.dk>.
16215
16216 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * message.el (message-exchange-point-and-mark): Don't activate
16219         region if it was inactive.  Suggested by Hiroshi Fujishima
16220         <pooh@nature.tsukuba.ac.jp>.
16221
16222 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * gnus-art.el (article-display-face): Display Faces in the same
16225         order as X-Faces.
16226
16227 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16228
16229         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16230
16231 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16234         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16235         (gnus-article-mime-hierarchy): Remove.
16236         (gnus-article-mime-hierarchy-next): Remove.
16237         (gnus-article-mode): Revert 2004-03-19 change.
16238         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16239         (gnus-insert-mime-button): Revert 2004-03-19 change.
16240         (gnus-mime-accumulate-hierarchy): Remove.
16241         (gnus-mime-enter-multipart): Remove.
16242         (gnus-mime-leave-multipart): Remove.
16243         (gnus-mime-display-part): Revert 2004-03-19 change.
16244         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16245
16246         * mml.el (mml-preview): Revert 2004-03-19 change.
16247
16248 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16249
16250         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16251
16252 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16255         t while entering a file name using the mm-with-multibyte macro.
16256         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16257
16258         * mm-util.el (mm-with-multibyte): New macro.
16259
16260 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16263         user option.
16264         (gnus-mime-multipart-functions): Doc and customization fix.
16265         (gnus-article-mime-hierarchy): New variable.
16266         (gnus-article-mime-hierarchy-next): New variable.
16267         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16268         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16269         gnus-article-mime-hierarchy-next to nil.
16270         (gnus-insert-mime-button): Show hierarchy numbers.
16271         (gnus-mime-accumulate-hierarchy): New function.
16272         (gnus-mime-enter-multipart): New function.
16273         (gnus-mime-leave-multipart): New function.
16274         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16275         (gnus-mime-display-alternative): Show hierarchy numbers.
16276
16277         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16278         gnus-article-mime-hierarchy-next to nil.
16279
16280 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16281
16282         * dns.el: Don't require gnus-xmas.
16283
16284 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16285
16286         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16287         inline PGP.
16288         (mml-menu): Disable mml-quote-region if mark is inactive.
16289
16290 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16293         when the group's active is not available.
16294
16295 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16298         error.
16299
16300 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * imap.el (imap-store-password): New variable.
16303         (imap-interactive-login): Use it.
16304         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16305
16306 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16307
16308         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16309         window-start and hscroll to summary window.
16310
16311 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16312
16313         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16314         conversion message to newsrc-dribble when an actual conversion is
16315         performed.
16316
16317 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16318
16319         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16320
16321 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-decode.el (mm-complicated-handles): New function reviving
16324         former definition of mm-multiple-handles.
16325
16326         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16327         (gnus-mime-delete-part): Use it.
16328
16329 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16330
16331         * gnus-agent.el (gnus-agent-read-local): Bind
16332         nnheader-file-coding-system to gnus-agent-file-coding-system to
16333         avoid the implicit assumption that they will always be equal.
16334         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16335         coding-system-for-write, as the with-temp-file macro first prints
16336         to a buffer then saves the buffer.
16337
16338 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-article-edit-part): New function.
16341         (gnus-mime-save-part-and-strip): Use it; do query instead of
16342         signaling an error; don't use mm-multiple-handles.
16343         (gnus-mime-delete-part): Ditto.
16344
16345 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16346
16347         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16348         old file versions.
16349         (gnus-group-prepare-hook): Removed function that converted list
16350         form of gnus-agent-expire-days to group properties.
16351
16352         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16353         (gnus-request-accept-article): Re-indented.
16354
16355         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16356         converters to handle old agent file formats.  Added logic for a
16357         "backup before upgrading warning".
16358         (gnus-convert-mark-converter-prompt): Developers can mark
16359         functions as needing (default), or not needing,
16360         gnus-convert-old-newsrc's "backup before upgrading warning".
16361         (gnus-convert-converter-needs-prompt): Tests whether the user
16362         should be protected from potentially irreversable changes by the
16363         function.
16364
16365         * legacy-gnus-agent.el: New.  Provides converters that are only
16366         loaded when gnus-convert-old-newsrc needs to call them.
16367
16368 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * mail-source.el (mail-source-touch-pop): Doc fix.
16371
16372         * message.el (message-smtpmail-send-it): Doc fix.
16373
16374 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16375
16376         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16377
16378         * nnmail.el (nnmail-split-fancy): do.
16379
16380         * gnus-kill.el (gnus-kill, gnus-execute): do.
16381
16382 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16383
16384         * gnus-sum.el (gnus-widget-reversible-match)
16385         (gnus-widget-reversible-to-internal)
16386         (gnus-widget-reversible-to-external): New functions.
16387         (gnus-widget-reversible): New widget.
16388         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16389
16390 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16391
16392         * gnus-sum.el (gnus-thread-sort-functions)
16393         (gnus-article-sort-functions): Document `(not F)' items.
16394
16395 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16396
16397         * spam.el (spam-use-gmane-xref): Add new backend.
16398         (spam-gmane-xref-spam-group): Add variable to control the name of the
16399         Gmane spam group.
16400         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16401         (spam-regex-headers-spam, spam-regex-headers-ham)
16402         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16403         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16404         backends and checks.
16405         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16406
16407         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16408         an autodetect method.
16409
16410 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16411
16412         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16413         articles are being added to a group.
16414         (gnus-request-replace-article): Inform the agent that articles
16415         need to be uncached as the cached contents are no longer valid.
16416
16417 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * binhex.el: Don't autoload executable-find.
16420
16421         * canlock.el: Don't autoload mail-fetch-field.
16422
16423         * dgnushack.el: Autoload c-mode for XEmacs.
16424
16425         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16426
16427         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16428         rmail-dont-reply-to and rmail-output.
16429
16430         * gnus-score.el: Don't autoload ffap-string-at-point.
16431
16432         * gnus-setup.el: Don't autoload sc-cite-original.
16433
16434         * imap.el: Don't autoload base64-decode-string,
16435         base64-encode-string and md5.
16436
16437         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16438         and rmail-msg-restore-non-pruned-header.
16439
16440         * mm-decode.el: Don't autoload executable-find.
16441
16442         * mm-url.el: Don't autoload executable-find.
16443
16444         * mm-view.el: Don't autoload diff-mode.
16445
16446         * nndb.el: Don't autoload news-reply-mode, news-setup,
16447         cancel-timer and telnet.
16448
16449         * password.el: Don't autoload run-at-time for Emacs.
16450
16451         * sha1-el.el: Don't autoload executable-find.
16452
16453         * sieve-mode.el: Don't autoload c-mode.
16454
16455         * uudecode.el: Don't autoload executable-find.
16456
16457 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16458
16459         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16460         (gnus-agent-possibly-alter-active): Avoid null in numeric
16461         comparison.
16462         (gnus-agent-set-local): Refuse to save null in local object table.
16463         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16464         list of articles that will be marked as unread.
16465
16466 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16469
16470 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16471
16472         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16473         language tags.
16474
16475 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16476
16477         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16478         Don't bind "obarray".
16479
16480         * gnus-sum.el (gnus-thread-sort-functions): Added
16481         `gnus-thread-sort-by-most-recent-number' and
16482         `gnus-thread-sort-by-most-recent-date'.
16483         Reported by Kai Grossjohann <kai@emptydomain.de>.
16484
16485 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16488
16489 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16490
16491         * gnus-cus.el (gnus-agent-customize-category): Removed
16492         ignore-errors macro reference that required cl to be loaded at
16493         run-time.
16494
16495         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16496         single-interval range of the form (min . max).  Previously the
16497         range had to look like ((min . max)).  Likewise, return
16498         (min . max) rather than ((min . max)).
16499         (gnus-range-map): Use gnus-range-normalize to accept
16500         single-interval range.
16501
16502         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16503         the cache, but not the agent, now appear with their usual face.
16504
16505         * dgnushack.el (loaddir): New variable that is bound to the
16506         directory containing the dgnushack.el file. Use loaddir, rather
16507         than srcdir, to update load-path. Change lets dgnushack compile
16508         code in directories other than GNUS/lisp.
16509
16510 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * lpath.el: Don't bind w3m-safe-url-regexp.
16513
16514         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16515         w3m-safe-url-regexp variable buffer-local.
16516
16517         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16518
16519 2004-02-27  Simon Josefsson  <jas@extundo.com>
16520
16521         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16522         gnus-group-real-prefix.
16523         (gnus-summary-move-article): Use it, instead of
16524         gnus-group-real-prefix.
16525
16526 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * lpath.el: Bind w3m-safe-url-regexp.
16529
16530         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16531         w3m-safe-url-regexp variable buffer-local and set it as the value
16532         of mm-w3m-safe-url-regexp.
16533
16534         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16535
16536         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16537         parsing gnus-posting-styles when the message is not for replying.
16538
16539         * dgnushack.el: Autoload sgml-mode for XEmacs.
16540
16541         * nnrss.el (nnrss-opml-export): Use
16542         mm-set-buffer-file-coding-system instead of
16543         set-buffer-file-coding-system.
16544
16545 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16546
16547         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16548         of checkdoc.el).
16549         * nnrss.el: do.
16550         * gnus-mlspl.el: do.
16551         * gnus-ml.el: do.
16552         * gnus-srvr.el: do.
16553
16554         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16555
16556 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16557
16558         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16559         Corrections to custom-manual links.
16560
16561         * gnus-art.el (gnus-article): Ditto.
16562
16563         * mm-decode.el (mime-display, mime-security): Ditto.
16564
16565 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16566
16567         * flow-fill.el: Typo.
16568
16569 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16570
16571         * spam-wash.el: New file.
16572
16573 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16574
16575         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16576
16577 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16580         to be run with new-articles as LIST1, not LIST2.
16581         (spam-registration-functions): Add spam-use-ham-copy as a nil
16582         registration backend.
16583
16584 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16585
16586         * spam-stat.el (spam-stat-washing-hook): New option.
16587         (spam-stat-buffer-words): Use it.
16588         (spam-stat-process-directory, spam-stat-test-directory): Use
16589         insert-file-contents-literally.
16590         (spam-stat-coding-system): New variable.
16591         (spam-stat-load, spam-stat-save): Use it.
16592
16593 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * spam-report.el (spam-report-plug-agent): Quote
16596         spam-report-url-to-file and spam-report-url-ping-plain.
16597
16598 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16601         / in mailto URLs.
16602
16603 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16604
16605         * spam-report.el (spam-report-process-queue): Fix interactive use.
16606         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16607         (spam-report-unplug-agent): Doc fixes.
16608         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16609         (spam-report-agentize, spam-report-deagentize): Autoload.
16610
16611 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16614
16615         * message.el (message-setup-fill-variables): Add mml tags to
16616         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16617         <ajk@iu.edu>.
16618         (message-mode): Don't modify paragraph-separate there.
16619
16620 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * compface.el (uncompface-use-external): Default to undecided.
16623         (uncompface-use-external-threshold): New variable.
16624         (uncompface-float-time): New macro.
16625         (uncompface): Determine whether to use the external decoder if
16626         uncompface-use-external is undecided.
16627
16628 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16629
16630         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16631         after images.
16632
16633         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16634
16635 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16636
16637         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16638
16639         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16640
16641         * gnus-sum.el (gnus-summary-limit-to-age)
16642         (gnus-summary-limit-children): do.
16643
16644         * gnus-int.el (gnus-request-scan): do.
16645
16646         * gnus-group.el (gnus-group-suspend): do.
16647
16648         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16649
16650         * gnus-cite.el (gnus-cite-parse-attributions): do.
16651
16652         * gnus-agent.el (gnus-summary-set-agent-mark)
16653         (gnus-agent-regenerate-group): do.
16654
16655         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16656
16657         * binhex.el (binhex-decode-region-internal): do.
16658
16659 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-fun.el (gnus-face-properties-alist): New user option.
16662         (gnus-display-x-face-in-from): Use it.
16663
16664         * gnus-art.el (article-display-face): Ditto.
16665
16666         * compface.el (uncompface-use-external): Default to nil.
16667
16668 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16669
16670         * nntp.el (nntp-erase-buffer): New function.
16671         (nntp-retrieve-data, nntp-send-command)
16672         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16673         (nntp-possibly-change-group): Use it.
16674
16675         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16676         with-current-buffer.
16677
16678 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16679
16680         * compface.el: Merge the ELisp-based uncompface program.
16681         (compface): New customization group.
16682         (uncompface-use-external): New user option.
16683         (uncompface): Call uncompface-internal if uncompface-use-external
16684         is nil.
16685         (uncompface-internal): New function.  Note that there are also
16686         some other functions and variables added for this function.
16687
16688 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16689
16690         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16691         if necessary.
16692
16693 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16694
16695         * spam-report.el (spam-report-unplug-agent)
16696         (spam-report-plug-agent, spam-report-deagentize)
16697         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16698         Add support for the Agent in spam-report: when unplugged, report to a
16699         file; when plugged, submit all the requests.
16700
16701         * spam.el (spam-register-routine): Fix message about
16702         registration.
16703
16704 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16707         dependencies.
16708         (rfc2047-encode): Use it.
16709
16710         * gnus-art.el (gnus-button-marker-list): Move before first
16711         reference.
16712
16713         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16714         (imap-parse-body): Fix format string mismatch.
16715
16716         * gnus-score.el (gnus-summary-increase-score): do.
16717
16718         * nnrss.el (nnrss-close): New function.
16719
16720 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16721
16722         * nnrss.el (nnrss-make-filename): New function.
16723         (nnrss-request-delete-group, nnrss-read-server-data)
16724         (nnrss-save-server-data, nnrss-read-group-data)
16725         (nnrss-save-group-data): Use it.
16726         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16727         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16728         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16729
16730 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16731
16732         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16733
16734 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16735
16736         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16737         files.
16738
16739         * message.el (message-generate-headers-first): Don't quote nil
16740         and t in docstrings.
16741
16742         * imap.el (imap-id): do.
16743
16744         * gnus-agent.el (gnus-agent-consider-all-articles)
16745         (gnus-agent-queue-mail): do.
16746
16747 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16748
16749         * spam-report.el (spam-report-process-queue): New function.
16750         Process requests from `spam-report-requests-file'.
16751         (spam-report-process-queue): Doc fix.
16752
16753 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * spam.el (spam-register-routine)
16756         (spam-log-processing-to-registry, spam-log-registered-p)
16757         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16758         Change "check" to "spam-check" for semi-clarity.
16759
16760 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16761
16762         * pop3.el: Require nnheader.
16763
16764         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16765
16766         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16767
16768         * gnus-picon.el: Require cl.
16769
16770         * gnus-fun.el: Require gnus-ems and gnus-util.
16771
16772         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16773
16774         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16775
16776         * gnus-art.el (gnus-article-edit-mode): Define before first
16777         reference.
16778
16779 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16780
16781         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16782         (gnus-uu-post-encoded): Use point-at-bol.
16783
16784         * gnus-topic.el (gnus-group-active-topic-p): do.
16785
16786         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16787
16788         * gnus-group.el (gnus-group-kill-region): do.
16789
16790         * gnus-art.el (article-date-ut): do.
16791
16792         * message.el (message-fetch-field): Remove redundant
16793         case-fold-search binding.
16794         (message-narrow-to-field): Simplify.
16795
16796 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * spam.el (spam-directory): Derive from `gnus-directory'.
16799
16800         * spam-report.el (spam-report-url-to-file)
16801         (spam-report-requests-file): New function and variable for offline
16802         reporting.
16803         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16804         and user defined function.
16805         (spam-report-url-ping-mm-url): Remove doubled slash.
16806
16807 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16808
16809         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16810
16811 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16812
16813         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16814         format string mismatch.
16815
16816         * sieve.el (sieve-deactivate-all): do.
16817
16818         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16819
16820         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16821
16822         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16823
16824         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16825
16826 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16827
16828         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16829         the list of checks.
16830
16831 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16832
16833         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16834         padding.
16835
16836 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16837
16838         * mm-view.el (mm-fill-flowed): New variable.
16839         (mm-inline-text): Use it.
16840
16841 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * spam.el (spam-spamassassin-register-ham-routine)
16844         (spam-spamassassin-register-spam-routine): Fix function names.
16845
16846 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus.el (gnus-tmp-grouplens): Remove.
16849         (gnus-summary-line-format): Remove grouplens.
16850
16851         * gnus-group.el (gnus-group-line-format): Ditto.
16852
16853         * gnus-spec.el (gnus-format-specs): Ditto.
16854         (gnus-update-format-specifications): Flush the group format spec
16855         cache if there's the grouplens stuff.
16856         (gnus-parse-simple-format): Replace %l with the empty string.
16857
16858 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16859
16860         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16861         omission.
16862
16863 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16866         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16867
16868 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16869
16870         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16871         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16872         New macros and functions.
16873         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16874         Handle > NLINK_MAX messages.
16875         * nnmaildir.el (nnmaildir-request-set-mark): Use
16876         nnmaildir--emlink-p and nnmaildir--eexist-p.
16877
16878 2004-01-25  Alex Schroeder  <alex@gnu.org>
16879
16880         * spam-stat.el (spam-stat-process-directory-age): New option.
16881         (spam-stat-process-directory): Use it.
16882
16883 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16884
16885         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16886         (spam-stat-save): Accept prefix argument.
16887
16888 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16889
16890         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16891         links" error.
16892
16893 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16894
16895         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16896         the rest of the and/or forms.
16897
16898 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16899
16900         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16901         compatibility with old .newsrc.eld files.
16902
16903         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16904
16905         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16906
16907         * gnus-start.el (gnus-1): do.
16908
16909         * gnus-group.el (gnus-group-line-format-alist): do.
16910
16911         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16912
16913         * gnus-gl.el: Remove.
16914
16915 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16916
16917         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16918         marks consisting of a single range {for example, (3 . 5)} rather
16919         than a list of a single range { ((3 . 5)) }.
16920
16921 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16922
16923         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16924         with-current-buffer.
16925         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16926         avoid consing a string.
16927
16928         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16929         Remove obsolete entries for big5 and gb2312.
16930
16931 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16932
16933         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16934         uncompressed list.
16935
16936 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16937
16938         * spam-stat.el (spam-stat-strip-xref): New function.
16939         (spam-stat-process-directory): Use it.
16940
16941         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16942         here -- it's done in message-fetch-field.
16943
16944 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16945
16946         * gnus-agent.el (gnus-agent-queue-mail)
16947         (gnus-agent-prompt-send-queue): New variables.
16948         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16949         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16950         "nndraft:queue" along to gnus-draft-send.  Use
16951         gnus-agent-prompt-send-queue.
16952         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16953         is "nndraft:queue".  Suggested by Gaute Strokkenes
16954         <gs234@srcf.ucam.org>
16955
16956         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16957         (agent-enable-undownloaded-faces): Added.
16958         (gnus-agent-cat-groups): Use eval-and-compile, not
16959         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16960         method of gnus-agent-cat-groups even when the buffer has been
16961         evaled.
16962         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16963         delete gnus-agent-save-active-1.
16964         (gnus-agent-save-groups): Deleted.  Identical to
16965         gnus-agent-save-active.
16966         (gnus-agent-write-active): No longer adjust agent's copy of active
16967         file as agent's adjustments are now stored in their own
16968         file.  Removed optional parameter.
16969         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16970         servers.  Add use of min/max range limits from server's local
16971         file.
16972         (gnus-agent-save-alist): Removed unused optional argument.
16973         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16974         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16975         (gnus-agent-set-local): A per-server file that keeps min/max range
16976         limits for articles known to the agent.  Provides a fast mechanism
16977         for altering many active ranges.
16978         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16979         active file (local makes it unnecessary).
16980         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16981
16982         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16983         (agent-enable-undownloaded-faces): Added.
16984
16985         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16986         disable it when sending to "nndraft:queue".
16987         (gnus-group-send-queue): Add safety check to avoid sending queue
16988         when unplugged.
16989
16990         * gnus-group.el (gnus-group-catchup): Use new
16991         gnus-sequence-of-unread-articles, not
16992         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16993         numbers of articles.  Use gnus-range-map to avoid having to
16994         uncompress the unread list.
16995         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16996         Fixed invalid ange-ftp reference.
16997
16998         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16999         (gnus-sorted-range-intersection): Intersection of two ranges
17000         without requiring that they first be uncompressed.
17001
17002         * gnus-start.el (gnus-activate-group): Unless blocked by the
17003         caller, possibly expand the active range to include both cached
17004         and agentized articles.
17005         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17006         multiple version-dependent converters.
17007         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17008         gnus-agent-save-active.
17009         (gnus-save-newsrc-file): Save dirty agent range limits.
17010
17011         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17012         gnus-agent-possibly-alter-active.
17013         (gnus-adjust-marked-articles): Faster handling of simple lists.
17014
17015 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17016
17017         * spam-stat.el (spam-stat-test-directory): New optional argument
17018         displays a list of files detected.  Suggested by Andrew Cohen
17019         <cohen@andy.bu.edu>.
17020         (spam-stat-buffer-words-with-scores): Don't narrow and change
17021         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17022
17023 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17024
17025         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17026         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17027         (spam-spamassassin-arguments)
17028         (spam-spamassassin-spam-flag-header)
17029         (spam-spamassassin-positive-spam-flag-header)
17030         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17031         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17032         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17033         (spam-list-of-processors, spam-list-of-checks)
17034         (spam-list-of-statistical-checks, spam-registration-functions)
17035         (spam-check-spamassassin-headers, spam-check-spamassassin)
17036         (spam-spamassassin-score)
17037         (spam-spamassassin-register-with-sa-learn)
17038         (spam-spamassassin-register-spam-routine)
17039         (spam-spamassassin-register-ham-routine)
17040         (spam-assassin-register-spam-routine)
17041         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17042         (spam-bogofilter-score): Fix to show article before scoring.
17043
17044 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17047         default scoring function.
17048         (spam-generic-score): Call spam-spamassassin-score if
17049         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17050         spam-bogofilter-score otherwise.
17051
17052         * gnus.el (spam-process, spam-autodetect-methods): Add
17053         spamassassin and spamassassin-headers.
17054
17055 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17056
17057         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17058         Suppress unnecessary messages.
17059
17060 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17061
17062         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17063         make-hash-table.
17064
17065 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * canlock.el (base64-encode-string): Don't autoload it.
17068
17069 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * run-at-time.el: Remove useless (require 'itimer),
17072         eval-and-compile and (featurep 'xemacs).
17073
17074 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17075
17076         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17077         GROUP is a virtual group.
17078
17079 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17080
17081         * gnus.el: Autoload `message-y-or-n-p'.
17082
17083 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17084
17085         * pgg-parse.el: Remove unnecessary (require 'custom).
17086
17087         * pgg-def.el: do.
17088
17089         * nnmail.el: do.
17090
17091         * gnus-undo.el: do.
17092
17093         * gnus-picon.el: do.
17094
17095         * gnus-util.el: do.
17096
17097 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17100
17101 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17104         handle, as well as a list.
17105
17106         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17107         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17108         (mm-w3m-cid-retrieve): Simplify.
17109
17110 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17111
17112         * message.el (message-kill-to-signature): Allow prefix arg to
17113         specify number of lines to keep before signature.
17114
17115 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17116
17117         * message.el (message-kill-to-signature): Change docstring.
17118
17119 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * canlock.el: Always require sha1-el.
17122         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17123
17124         * message.el: Autoload sha1 only when compiling.
17125
17126         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17127         eudc-expand-inline for XEmacs.
17128
17129 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * message.el (message-canlock-generate): Require sha1-el.
17132
17133 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17134
17135         * message.el (message-expand-name): Silence the byte compiler.
17136
17137         * lpath.el: Add detect-coding-system.
17138
17139         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17140         cus-edit.
17141
17142 2004-01-13  Simon Josefsson  <jas@extundo.com>
17143
17144         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17145         Invoke gnus-score-mode.  Reported by
17146         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17147
17148         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17149         Jim Blandy <jimb@redhat.com> (tiny change).
17150
17151 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17154
17155 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17156
17157         * spam.el (spam-get-article-as-string): Update to use
17158         gnus-request-article-this-buffer, much simpler.
17159         (spam-get-article-as-buffer): Remove.
17160
17161 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17162
17163         * message.el (message-expand-name): Use EUDC if the user uses that.
17164
17165 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17168         character for the encoding to avoid consing a string.
17169
17170         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17171         unnecessarily.
17172
17173         * mm-util.el (mm-replace-chars-in-string): Remove.
17174
17175         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17176         of mm-replace-chars-in-string.
17177
17178 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17179
17180         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17181
17182         * mm-util.el (mm-subst-char-in-string): Support inplace.
17183
17184         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17185         a new string in every iteration.  Use shy groups.
17186
17187 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17188
17189         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17190         * gnus-soup.el (gnus-soup-group-brew):
17191         * gnus-msg.el (gnus-put-message):
17192         * gnus-move.el (gnus-group-move-group-to-server):
17193         * gnus-kill.el (gnus-batch-score):
17194         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17195         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17196         (gnus-group-update-group, gnus-group-read-group)
17197         (gnus-group-make-group, gnus-group-make-help-group)
17198         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17199         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17200         (gnus-group-sort-by-unread, gnus-group-catchup)
17201         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17202         (gnus-group-yank-group, gnus-group-set-info)
17203         (gnus-group-list-groups):
17204         * gnus.el (gnus-generate-new-group-name):
17205         * gnus-delay.el (gnus-delay-send-queue):
17206         * nnvirtual.el (nnvirtual-catchup-group):
17207         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17208         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17209         (gnus-group-prepare-topics, gnus-topic-check-topology):
17210         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17211         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17212         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17213         (gnus-group-make-articles-read):
17214         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17215         (gnus-group-change-level, gnus-kill-newsgroup)
17216         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17217         (gnus-get-unread-articles, gnus-make-articles-unread)
17218         (gnus-make-ascending-articles-unread): Use accessor
17219         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17220         to get group information for improved readability.
17221
17222
17223 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17224
17225         * gnus-art.el (article-decode-mime-words, article-babel)
17226         (gnus-article-highlight-signature, gnus-article-add-buttons)
17227         (gnus-signature-toggle): Use gnus-with-article-buffer.
17228
17229         * gnus-art.el (gnus-article-highlight-headers)
17230         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17231
17232         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17233         (gnus-article-set-globals, gnus-request-article-this-buffer)
17234         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17235         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17236         (gnus-mime-display-alternative): Use with-current-buffer.
17237
17238 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17239
17240         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17241         also under 80 char limit, and call gnus-error if needed.
17242         (spam-fetch-article-header): Fix - it was a
17243         buffer-local variable (gnus-newsgroup-data).
17244         (spam-find-spam): Use spam-generate-fake-headers, forget about
17245         spam-insert-fake-headers.
17246         (spam-insert-fake-headers): Remove.
17247
17248 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17249
17250         * deuglify.el (gnus-article-outlook-unwrap-lines)
17251         (gnus-outlook-rearrange-article)
17252         (gnus-outlook-repair-attribution-outlook)
17253         (gnus-outlook-repair-attribution-block)
17254         (gnus-outlook-repair-attribution-other): Remove redundant
17255         save-excursion.
17256
17257 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17258
17259         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17260         (spam-fetch-field-subject-fast)
17261         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17262         (spam-fetch-article-header): Add functions to deal with Gnus
17263         internals for fast retrieval of article header data.
17264         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17265
17266 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17267
17268         * pop3.el (pop3-md5): Remove.
17269         (pop3-apop): Replace pop3-md5 with md5.
17270
17271         * mm-bodies.el: base64 is always built-in.
17272
17273         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17274         with-current-buffer.
17275
17276 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * canlock.el (canlock-insert-header): Remove excessive grouping in
17279         regexp.
17280
17281         * gnus-sum.el (gnus-summary-read-document): Ditto.
17282
17283         * gnus-uu.el (gnus-uu-part-number): Ditto.
17284
17285         * html2text.el (html2text-remove-tags): Ditto.
17286         (html2text-format-tags): Ditto.
17287         (html2text-format-single-elements): Ditto.
17288
17289         * mml.el (mml-parse-1): Ditto.
17290
17291 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17292
17293         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17294
17295         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17296
17297         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17298
17299         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17300
17301 2003-11-15  Simon Josefsson  <jas@extundo.com>
17302
17303         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17304         (pgg-gpg-lookup-key): Use regexp match instead of
17305         split-string (split-string is different between emacs 21.2 and
17306         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17307
17308 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17309
17310         * gnus-art.el (gnus-mime-view-all-parts)
17311         (gnus-article-part-wrapper, gnus-article-view-part): Use
17312         with-current-buffer.
17313
17314 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17315
17316         * spam.el (spam-disable-spam-split-during-ham-respool)
17317         (spam-spamoracle-database, spam-cache-lookups)
17318         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17319         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17320         (spam-group-ham-marks, spam-group-spam-marks)
17321         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17322         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17323         also add spam-use-blackholes to the statistical checks.
17324         (spam-fetch-field-fast): Add interface to fetching fields, may
17325         become a macro.
17326         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17327         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17328         (spam-insert-fake-headers): Fake an article when needed.
17329         (spam-find-spam): Fake article when possible.
17330         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17331         (spam-check-bogofilter-headers): Use message-fetch-field instead
17332         of nnmail-fetch-field.
17333
17334 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17335
17336         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17337
17338 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17339
17340         * spam.el (spam-split): Do not require spam-use-CHECK to be
17341         enabled if that check is passed to spam-split explicitly; also
17342         fix so 'spam doesn't get converted to spam-split-group when
17343         spam-split-symbolic-return is t.
17344         (spam-find-spam): Find registrations of the article and use those
17345         instead of re-running spam-split to find the spam/ham
17346         classification of the article.
17347         (spam-log-processing-to-registry, spam-log-registered-p)
17348         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17349         Use gnus-error instead of gnus-message.
17350         (spam-log-registration-type): Add function to determine the
17351         classification of a message based on registry entries; will
17352         return nil if both 'spam and 'ham are found.
17353         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17354         a reasonably fast local cache without the loading errors.
17355         (spam-cache-lookups): Set to t by default.
17356         (spam-find-spam): Don't try to guess spam-cache-lookups.
17357         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17358         spam-caches entry.
17359         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17360         caching of whitelist/blacklist entries.
17361         (spam-check-whitelist, spam-check-blacklist): Invoke
17362         spam-from-listed-p with a type, not a cache variable.
17363         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17364
17365 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17368
17369         * nnmail.el (nnmail-split-fancy): do.
17370
17371         * mml.el (mml-parse): do.
17372
17373         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17374         (gnus-score-adaptive): do.
17375
17376 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17379         (gnus-mime-button-map): Don't set keymap parent.
17380         (gnus-button-ctan-directory-regexp): Use shy grouping.
17381         (gnus-prev-page-map): Don't set keymap parent.
17382         (gnus-prev-page-map): Remove duplicated one.
17383         (gnus-next-page-map): Don't set keymap parent.
17384         (gnus-mime-security-button-map): Ditto.
17385
17386         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17387         version number.
17388
17389         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17390
17391 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * canlock.el (canlock-sha1-function): Remove.
17394         (canlock-sha1-function-for-verify): Remove.
17395         (canlock-openssl-program): Remove.
17396         (canlock-openssl-args): Remove.
17397         (canlock-ignore-errors): Remove.
17398         (canlock-sha1-with-openssl): Remove.
17399         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17400         (canlock-verify): Don't use canlock-ignore-errors.
17401
17402         * sha1-el.el (sha1-string-external): Make it can return a string
17403         in binary form.
17404         (sha1-region-external): Ditto.
17405         (sha1-string-internal): Ditto.
17406         (sha1-region-internal): Ditto.
17407         (sha1-region): Ditto.
17408         (sha1-string): Ditto.
17409         (sha1): Ditto.
17410
17411 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17412
17413         * spam.el (spam-report-articles-gmane): New command.
17414
17415 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17418
17419         * run-at-time.el (run-at-time-saved): Remove.
17420         (run-at-time): Doc fix.
17421
17422 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17423
17424         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17425         (gnus-summary-limit-map): Add it.
17426         (gnus-summary-make-menu-bar): do.
17427
17428 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17429
17430         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17431         Make attempt at some caching support (done for BBDB only now).
17432         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17433         addresses to be checked.
17434         (spam-clear-cache-BBDB): Add function, to be invoked by
17435         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17436         (spam-check-BBDB): Check and use the caches, if
17437         spam-cache-lookups is on, remove superfluous (provide).
17438
17439 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17442
17443 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17444
17445         * run-at-time.el (run-at-time-saved): Move to after the definition
17446         of `run-at-time'.
17447
17448         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17449
17450 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17453         mm-w3m-local-map-property.
17454
17455         * mm-view.el (mm-w3m-mode-map): Remove.
17456         (mm-w3m-local-map-property): Remove.
17457         (mm-inline-text-html-render-with-w3m): Don't use
17458         mm-w3m-local-map-property.
17459
17460 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17461
17462         * run-at-time.el: New file.
17463
17464         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17465         under Emacs.
17466
17467         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17468         of gnus-set-text-properties.
17469
17470         * gnus-uu.el (gnus-uu-save-article): Ditto.
17471
17472         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17473
17474         * gnus-cite.el (gnus-cite-parse): Ditto.
17475
17476         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17477         of gnus-.
17478
17479         * gnus-xmas.el (run-at-time): Require run-at-time.
17480
17481         * gnus.el: Changed calls to nnheader-run-at-time and
17482         password-run-at-time throughout to use run-at-time directly.
17483
17484         * password.el: Removed definition of run-at-time.
17485
17486         * nnheaderxm.el: Remove definition of run-at-time.
17487
17488 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17489
17490         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17491         in prompt.
17492
17493 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17494
17495         * messagexmas.el (message-xmas-redefine): Alias
17496         `message-make-caesar-translation-table' to
17497         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17498         version.
17499
17500         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17501         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17502         `gnus-xmas-set-text-properties'.
17503         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17504         `gnus-xmas-completing-read'.
17505         (gnus-xmas-completing-read): Removed.
17506         (gnus-xmas-open-network-stream): Removed.
17507
17508         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17509         XEmacs version.
17510
17511         * dns.el (dns-make-network-process): Use `open-network-stream'
17512         instead of `gnus-xmas-open-network-stream'.
17513
17514         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17515
17516         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17517
17518 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17519
17520         * gnus-art.el (gnus-mime-display-alternative)
17521         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17522         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17523         Don't use gnus-local-map-property.
17524
17525         * gnus-util.el (gnus-local-map-property): Remove.
17526
17527         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17528         gnus-completing-read-maybe-default with completing-read.
17529
17530         * gnus-util.el (gnus-completing-read): do.
17531         (gnus-completing-read-maybe-default): Remove.
17532
17533 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17534
17535         * password.el: Only autoload `run-at-time' if not XEmacs.
17536         Only autoload the itimer functions if XEmacs.
17537
17538 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17541         XEmacsen.
17542
17543         * dgnushack.el: Autoload executable-find for XEmacs.
17544
17545 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17546
17547         * gnus-art.el (gnus-read-string): Remove.
17548         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17549         read-string.
17550
17551 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * netrc.el: Autoload password-read.
17554         (netrc): Add configuration group.
17555         (netrc-encoding-method, netrc-openssl-path): Add
17556         variables for encoding and decoding of files with symmetric
17557         ciphers.
17558         (netrc-encode): Add assistant function to encode a file with
17559         netrc-encoding-method.
17560         (netrc-parse): Add interactive parameter, added optional
17561         decoding if netrc-encoding-method is non-nil but otherwise
17562         behavior is standard.
17563         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17564         Do s/encode/encrypt/ everywhere.
17565
17566         * spam.el: Remove executable-find autoload.
17567
17568 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17569
17570         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17571
17572         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17573
17574 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17575
17576         * gnus-art.el (gnus-treat-ansi-sequences)
17577         (article-treat-ansi-sequences): New variable and function.
17578         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17579
17580         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17581         Use it.
17582
17583 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * mm-util.el (mm-quote-arg): Remove.
17586
17587         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17588         shell-quote-argument.
17589
17590         * gnus-uu.el (gnus-uu-command): do.
17591
17592         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17593
17594         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17595         with make-char.
17596
17597         * mm-util.el (mm-make-char): Remove.
17598
17599         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17600         add-minor-mode.
17601
17602         * gnus-undo.el (gnus-undo-mode): do.
17603
17604         * gnus-topic.el (gnus-topic-mode): do.
17605
17606         * gnus-sum.el (gnus-dead-summary-mode): do.
17607
17608         * gnus-start.el (gnus-slave-mode): do.
17609
17610         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17611
17612         * gnus-ml.el (gnus-mailing-list-mode): do.
17613
17614         * gnus-gl.el (gnus-grouplens-mode): do.
17615
17616         * gnus-draft.el (gnus-draft-mode): do.
17617
17618         * gnus-dired.el (gnus-dired-mode): do.
17619
17620         * gnus-ems.el (gnus-add-minor-mode): Remove.
17621
17622         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17623         Replace gnus-char-width with char-width.
17624
17625         * gnus-ems.el (gnus-char-width): Remove.
17626
17627         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17628         Replace gnus-char-width with char-width.
17629
17630         * gnus-ems.el (gnus-char-width): Remove.
17631
17632         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17633         definition.
17634         Remove Emacs 20 hash table compatibility code.
17635
17636         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17637         20 compatibility code.
17638
17639         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17640
17641         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17642
17643         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17644         with point-at-{eol,bol}.
17645
17646         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17647
17648         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17649
17650         * flow-fill.el (fill-flowed-point-at-bol)
17651         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17652
17653         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17654         Replace with point-at-{eol,bol} throughout all files.
17655
17656 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * ntlm.el (ntlm-string-as-unibyte): New macro.
17659         (ntlm-build-auth-response): Use it.
17660
17661         Remove Emacs 20 stuff:
17662         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17663         (butlast, mapc, remove): Remove the compiler macros.
17664         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17665         of delq and copy-sequence.
17666         * gnus-art.el (popup-menu): Remove the compiler macro.
17667         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17668         Emacs 20.
17669
17670 2004-01-05  Simon Josefsson  <jas@extundo.com>
17671
17672         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17673         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17674         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17675         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17676         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17677         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17678         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17679         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17680         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17681         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17682         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17683         string-xor into ntlm-string-xor.  Suggested by
17684         Jesper Harder <harder@myrealbox.com>.
17685
17686         * ntlm.el: Don't include poem.
17687
17688         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17689         Jesper Harder <harder@myrealbox.com>.
17690
17691         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17692
17693         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17694         probably breaks emacs with DL patch, but do we care? Is anyone
17695         still using the DL stuff?)
17696
17697         * sieve-manage.el: Use the password package.
17698         (sieve-manage-read-passwd): Remove.
17699         (sieve-manage-interactive-login): Use password.  Re-add
17700         condition-case around loop.
17701
17702         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17703         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17704         the password package.
17705
17706 2003-02-19  Simon Josefsson  <jas@extundo.com>
17707
17708         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17709         token.
17710
17711 2002-08-07  Simon Josefsson  <jas@extundo.com>
17712
17713         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17714         (sieve-manage-authenticators):
17715         (sieve-manage-authenticator-alist): Add some SASL mechs.
17716         (sieve-sasl-auth): New function.
17717         (sieve-manage-cram-md5-auth):
17718         (sieve-manage-plain-auth): Rewrite using SASL library.
17719         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17720         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17721         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17722         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17723
17724 2004-01-05  Simon Josefsson  <jas@extundo.com>
17725
17726         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17727         New files.
17728
17729 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17730
17731         * gnus-group.el (gnus-no-groups-message): Update.
17732
17733         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17734
17735 2003-11-09  Simon Josefsson  <jas@extundo.com>
17736
17737         * imap.el: Support for ID IMAP extension (RFC 2971).
17738         (imap-local-variables): Add imap-id.
17739         (imap-id): New variable.
17740         (imap-id): New function.
17741         (imap-parse-response): Parse untagged ID response.
17742         * nnimap.el (nnimap-id): New variable.
17743         (nnimap-open-connection): Use it.
17744
17745 2003-12-28  Simon Josefsson  <jas@extundo.com>
17746
17747         * gnus-score.el (gnus-score-edit-all-score): New.
17748         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17749
17750 2004-01-04  Simon Josefsson  <jas@extundo.com>
17751
17752         * password.el: Add.
17753
17754 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17755
17756         * dns.el (dns-query-types): Fix typo.
17757         (dns-query-types): New function.
17758         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17759         PTR and SOA replies, see RFC 1035.
17760
17761 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17762
17763         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17764
17765         * Moved to Changelog.2.
17766
17767 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17768
17769         * gnus.el (gnus-version-number): Bump version.
17770
17771 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17772
17773         * gnus.el: No Gnus v0.1 is released.
17774
17775 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17776
17777         * gnus.el: No Gnus v0.0 is released.
17778
17779 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17780
17781         * gnus.el (gnus-version-number): Bump.
17782         (gnus-version): No.
17783
17784 See ChangeLog.2 for earlier changes.
17785
17786     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17787       Free Software Foundation, Inc.
17788
17789   This file is part of GNU Emacs.
17790
17791   GNU Emacs is free software: you can redistribute it and/or modify
17792   it under the terms of the GNU General Public License as published by
17793   the Free Software Foundation, either version 3 of the License, or
17794   (at your option) any later version.
17795
17796   GNU Emacs is distributed in the hope that it will be useful,
17797   but WITHOUT ANY WARRANTY; without even the implied warranty of
17798   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17799   GNU General Public License for more details.
17800
17801   You should have received a copy of the GNU General Public License
17802   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17803
17804 ;; Local Variables:
17805 ;; coding: utf-8
17806 ;; fill-column: 79
17807 ;; add-log-time-zone-rule: t
17808 ;; End: