(gnus-article-sort-by-most-recent-date): New function, added for symmetry.
[gnus] / lisp / ChangeLog
1 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4         added for symmetry.
5
6         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7
8         * gnus-group.el (gnus-group-make-group): Doc fix.
9
10         * nnimap.el (nnimap-request-newgroups): Return success.
11
12         * shr.el (shr-find-elements): New function.
13         (shr-tag-table): Put all the images after the table.
14         (shr-tag-table): Really inhibit images inside the table.
15         (shr-collect-overlays): Copy over overlays from the TD elements to the
16         main document.
17
18         * mm-decode.el (mm-shr): Bind shr-blocked-images to
19         gnus-blocked-images.
20
21 2010-10-05  Julien Danjou  <julien@danjou.info>
22
23         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
24         (gnus-html-maximum-image-size): Add this function.
25         (gnus-html-put-image): Use gnus-html-maximum-image-size.
26
27         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
28         server-value of the capability is nil.
29
30 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * shr.el (shr-tag-em): Add <EM> tag.
33
34 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
35
36         * sieve-manage.el (sieve-manage-default-stream): Make default stream
37         customizable.
38
39         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
40         handing broken links to browse-url.
41
42 2010-10-05  Julien Danjou  <julien@danjou.info>
43
44         * gnus-util.el (gnus-emacs-completing-read)
45         (gnus-iswitchb-completing-read): Use autoload rather than require.
46
47 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
50         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
51         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
52         iswitchb-temp-buflist for XEmacs.
53
54         * gnus-util.el (gnus-completing-read-function): Exclude
55         gnus-icompleting-read and gnus-ido-completing-read from candidates for
56         XEmacs since iswitchb.el is very old and ido.el is unavailable in
57         XEmacs.
58
59         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
60         not to use `delete-dups' that is unavailable in XEmacs 21.4.
61
62         * gnus-html.el: Don't require help-fns under XEmacs.
63         (gnus-html-schedule-image-fetching): Work for XEmacs.
64
65         * mm-decode.el (mm-shr): Decode contents by charset.
66
67 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
70         unknown.
71
72         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
73         (shr-get-image-data): Ensure against the cache file missing.
74
75         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
76         for data.
77
78         * spam-report.el (spam-report-url-ping-plain): Don't query about
79         killing the process.
80
81         * shr.el (shr-render-td): Protect against too-wide text.
82
83 2010-10-04  Julien Danjou  <julien@danjou.info>
84
85         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
86         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
87
88         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
89         retrieved.
90
91 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * shr.el (browse-url): Required.
94         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
95         lines.
96         (shr-show-alt-text, shr-browse-image): New commands.
97         (shr-browse-url, shr-copy-url): New commands.
98
99         * gnus-sum.el (gnus-widen-article-window): New variable.
100         (gnus-summary-select-article-buffer): Use it.
101
102         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
103         without @ signs.
104
105 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
106
107         * nnir.el (nnir-run-imap): Remove spurious space in search string.
108
109 2010-10-04  Julien Danjou  <julien@danjou.info>
110
111         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
112         for XEmacs.
113
114 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
117
118         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
119         (nnimap-close-server): Implement.
120
121         * dgnushack.el (iswitchb): Require to shut up the compiler.
122
123         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
124         (shr-insert): Tweak line breaking.
125         (shr-insert): Handle <pre> better.
126         (shr-tag-li): Get <li> indentation right.
127         (shr-tag-li): Get <li> indentation even righter.
128         (shr-tag-blockquote): Ensure paragraph start.
129         (shr-make-table): Tweak table generation.
130         (shr-make-table): Fix typo.
131
132         * shr.el: Implement table rendering.
133
134 2010-10-04  Julien Danjou  <julien@danjou.info>
135
136         * gnus-html.el (gnus-html-put-image): Fix resize image code.
137
138 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * shr.el (shr-insert): Use string anchors instead of line anchors.
141
142 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * shr.el: Add headings.
145         (shr-ensure-paragraph): Actually work.
146         (shr-tag-li): Make <ul> prettier.
147         (shr-insert): Get white space at the beginning/end of elements right.
148         (shr-tag-p): Collapse subsequent <p>s.
149         (shr-ensure-paragraph): Don't insert double line feeds after blank
150         lines.
151         (shr-insert): \t is also space.
152         (shr-tag-s): Fix "s" tag name function.
153         (shr-tag-s): Fix face prop name.
154
155 2010-10-03  Julien Danjou  <julien@danjou.info>
156
157         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
158
159         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
160         gnus-window-inside-pixel-edges.
161
162         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
163         gnus-ems.
164
165         * mm-view.el (mm-inline-image-emacs): Support image resizing.
166
167         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
168         function.
169
170         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
171         resize choice.
172
173 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174
175         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
176         beginning of the buffer.
177
178         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
179         article buffer again.
180
181         * shr.el (shr-tag-p): Don't insert newlines at the start of the
182         buffer.
183
184         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
185         when it's at the start of the buffer.
186
187         * shr.el (shr-tag-blockquote): Convert name.
188         (shr-rescale-image): Use the right image-size variant.
189
190         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
191         buffer isn't shown, then select the current article first instead of
192         bugging out.
193         (gnus-summary-select-article-buffer): Show both the article and summary
194         buffers again.
195
196         * shr.el (shr-fontize-cont): Protect against regions with no text.
197         Rename tag functions to shr-tag-* for enhanced security.
198         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
199
200 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
201
202         * shr.el (shr-insert):
203         * pop3.el (pop3-movemail):
204         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
205         loaded.
206
207 2010-10-03  Glenn Morris  <rgm@gnu.org>
208
209         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
210
211         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
212
213         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
214
215         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
216
217         * gnus-util.el (gnus-make-local-hook): Simplify.
218
219 2010-10-02  Julien Danjou  <julien@danjou.info>
220
221         * gnus-util.el (gnus-iswitchb-completing-read): New function.
222         (gnus-ido-completing-read): New function.
223         (gnus-emacs-completing-read): New function.
224         (gnus-completing-read): Use gnus-completing-read-function.
225         Add gnus-completing-read-function.
226
227 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * shr.el (shr-insert-document): Autoload.
230         (shr-img): Be silent.
231         (shr-insert): Add a newline after every picture before text.
232         (shr-add-font): Use overlays for combining faces.
233         (shr-insert): Pass upwards the text start point.
234
235         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
236         possible.
237         (mm-shr): New function.
238
239 2010-10-02  Julien Danjou  <julien@danjou.info>
240
241         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
242         should go backward.
243
244 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
245
246         * shr.el (shr): Fix typo in provide call.
247
248 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * shr.el: New file.
251
252         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
253
254         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
255         completing read.
256
257 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
260         we're being queried about.  Suggested by Dan Jacobson.
261
262         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
263         by Jason Eisner.
264
265         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
266         table, too.  Suggested by Stefan Wiens.
267         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
268         the table unnecessary.  Suggested by Stefan Wiens.
269
270         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
271         longer needed, and probably doesn't work either, as pointed out by
272         Stefan Wiens.
273         (gnus-summary-exit): Remove call to the clearing function.
274         (gnus-summary-exit-no-update): Ditto.
275
276         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
277         instead of gnus-eval-in-buffer-window to avoid popping up frames.
278         Reported by Stefan Monnier.
279         (gnus-summary-save-in-rmail): Ditto.
280
281         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
282         article buffer, instead of both the article buffer and the summary
283         buffer.  Sort of suggested by Dan Jacobson.
284
285         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
286
287         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
288         Suggested by Dan Jacobson.
289
290         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
291         documentation clearer.
292
293         * message.el (message-shorten-references): Comment on the number "21".
294         Suggested by Stefan Monnier.
295
296         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
297         Suggested by Dan Jacobson.
298
299         * gnus.el (gnus-large-newsgroup): Mention
300         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
301
302         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
303         externalize attachments.  Bug reported by Steve Wen.
304
305         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
306         really message anything to the user.
307
308         * nnmail.el (nnmail-article-group): Allow using the fancy split method
309         directly.
310
311         * nnimap.el (nnimap-request-group): Low higher than high to signal no
312         messages in empty groups.
313
314 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
315
316         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
317         non-UIDNEXT group.
318
319 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
322         not the value from the collection.
323
324         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
325         values.  This sometimes happens on some groups that have no info.
326         (nnimap-request-newgroups): New function.
327
328 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
331         check into `gnus-registry-initialize'.
332         (gnus-registry-initialize): Ditto.
333         Fix and extend header docs.
334
335 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
336
337         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
338         regexp backtrace overflows.
339
340         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
341         for starttls that tls.el implements; i.e. openssl.
342
343         * tls.el (tls-starttls-switches): Give up on using starttls with
344         gnutls-cli.
345         (tls-program): Add --insecure to be consistent with the defaults from
346         openssl s_client.  Now all three commands are insecure.
347
348 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * lpath.el: Bind completion-styles-alist for XEmacs.
351
352         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
353         (gravatar-create-image): New function that's an alias to
354         gnus-xmas-create-image, gnus-create-image, or create-image.
355         (gravatar-data->image): Use it.
356
357 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
358
359         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
360         install the nnregistry refer method.
361         (gnus-registry-install-hooks): Use it.
362         (gnus-registry-unfollowed-groups): Add nnmairix to the default
363         unfollowed groups.
364
365 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
366
367         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
368         expanding threads.
369
370 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * nnir.el: Use the server names without suffixes (bug #7009).
373
374         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
375         unencrypted to STARTTLS, if possible.
376
377 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
378
379         * message.el (message-ignored-supersedes-headers): Strip Injection-*
380         headers before superseding.
381
382 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * nnrss.el (nnrss-use-local): Add documentation.
385
386         * nnimap.el (nnimap-extend-tls-programs): New function.
387         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
388         (nnimap-wait-for-connection): Accept the greeting from the stupid
389         output from openssl s_client -starttls, too.
390
391         * tls.el (tls-starttls-switches): New variable.
392         (tls-find-starttls-argument): Use it.
393         (open-tls-stream): Ditto.
394
395         * netrc.el (netrc-credentials): Return the value of the "default"
396         entry.
397         (netrc-machine): Ditto.
398
399         * nnimap.el (nnimap-find-article-by-message-id): Really return the
400         article number.
401         (nnimap-split-fancy): New variable.
402         (nnimap-split-incoming-mail): Use it.
403
404         * nntp.el (nntp-server-list-active-group): Document.
405
406         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
407         SELECT to get the message-id.
408
409         * mail-source.el (mail-sources): Removed webmail support.
410         (defvar): Ditto.
411         (mail-source-fetcher-alist): Ditto.
412         (mail-source-fetch-webmail): Removed.
413
414         * webmail.el: Removed -- doesn't seem relevant any more.
415
416         * gnus.el: Fix up make-obsolete-variable declarations throughout.
417
418         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
419         the \r.
420
421 2010-09-30  Julien Danjou  <julien@danjou.info>
422
423         * gnus-agent.el (gnus-agent-add-group): Fix call to
424         gnus-completing-read.
425
426 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * nndoc.el (nndoc-retrieve-groups): New function.
429
430         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
431         `default', use nnmail-split-methods.
432         (nnimap-request-article): Downcase the NILs so that they are nil.
433
434         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
435         symbol.
436
437         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
438         code, since if the user has requested network, that's what they ought
439         to get.
440         (nnimap-request-set-mark): Erase the buffer before issuing commands.
441         (nnimap-split-rule): Mark as obsolete.
442
443         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
444         variable.
445
446         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
447         correct slot, too.
448
449 2010-09-29  Julien Danjou  <julien@danjou.info>
450
451         * gnus.el (gnus-local-domain): Declare variable obsolete.
452
453         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
454         computing.
455         (gnus-ido-completing-read): Require ido.
456
457 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-registry.el: Don't prompt on load, which makes it impossible to
460         build Gnus.
461
462         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
463         when interpreting the structures.
464         (nnimap-request-accept-article): Add \r\n to the lines to make this
465         work with Cyrus.
466
467         * nndraft.el (nndraft-request-expire-articles): Use the group name
468         instead if "nndraft".  Fix found by Nils Ackermann.
469
470 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
471
472         * nnregistry.el: Added.
473
474 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
475
476         * nnmail.el (group, group-art-list, group-art):
477         Remove unneeded directives.
478
479 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
482         (mm-mime-charset)
483         * rfc2047.el (rfc2047-syntax-table)
484         * utf7.el (utf7-utf-16-coding-system): Comment fix.
485
486         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
487         rather than `insert-file-contents' and `eval-region'.
488
489         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
490         construction.
491
492         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
493
494         * time-date.el: No need to require cl for Emacs 21.
495
496 2010-09-29  Julien Danjou  <julien@danjou.info>
497
498         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
499         replacement of `gnus-gravatar-relief' to mimic
500         `gnus-faces-properties-alist'.
501         Add :version property.
502
503 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * mail-source.el (mail-source-report-new-mail)
506         * message.el (message-default-mail-headers)
507         * mm-decode.el (mm-valid-image-format-p): Comment fix.
508
509         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
510
511 2010-09-28  Julien Danjou  <julien@danjou.info>
512
513         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
514         mail-address contains the same string as real-name.
515
516         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
517         non-blank in header, otherwise it'll get stripped.
518
519         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
520         real-name, and then for mail address rather than doing : or , search.
521
522 2010-09-27  Julien Danjou  <julien@danjou.info>
523
524         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
525         (gnus-server-goto-server): Use gnus-completing-read.
526
527         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
528
529         * mm-util.el (defalias): Use gnus-completing-read.
530         (mm-codepage-setup): Use gnus-completing-read.
531
532         * smime.el (smime-sign-buffer): Use gnus-completing-read.
533         (smime-decrypt-buffer): Use gnus-completing-read.
534
535         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
536
537         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
538         (mml-minibuffer-read-disposition): Use gnus-completing-read.
539         (mml-insert-multipart): Use gnus-completing-read.
540
541         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
542
543         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
544
545         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
546
547         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
548
549         * gnus.el (gnus-read-method): Use gnus-completing-read.
550
551         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
552
553         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
554         (gnus-mime-action-on-part): Use gnus-completing-read.
555         (gnus-article-encrypt-body): Use gnus-completing-read.
556
557         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
558         (gnus-topic-move-matching): Use gnus-completing-read.
559         (gnus-topic-copy-matching): Use gnus-completing-read.
560         (gnus-topic-sort-topics): Use gnus-completing-read.
561         (gnus-topic-move): Use gnus-completing-read.
562
563         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
564         (gnus-agent-add-group): Use gnus-completing-read.
565
566         * nnmairix.el (nnmairix-create-server-and-default-group): Use
567         gnus-completing-read.
568         (nnmairix-update-groups): Use gnus-completing-read.
569         (nnmairix-get-server): Use gnus-completing-read.
570         (nnmairix-backend-to-server): Use gnus-completing-read.
571         (nnmairix-goto-original-article): Use gnus-completing-read.
572         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
573
574         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
575
576         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
577         (gnus-group-make-useful-group): Use gnus-completing-read.
578         (gnus-group-make-web-group): Use gnus-completing-read.
579         (gnus-group-add-to-virtual): Use gnus-completing-read.
580         (gnus-group-browse-foreign-server): Use gnus-completing-read.
581
582         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
583         (gnus-summary-limit-to-extra): Use gnus-completing-read.
584         (gnus-summary-execute-command): Use gnus-completing-read.
585         (gnus-summary-respool-article): Use gnus-completing-read.
586         (gnus-read-move-group-name): Use gnus-completing-read.
587
588         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
589         (gnus-summary-score-effect): Use gnus-completing-read.
590
591         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
592
593         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
594         right completing-read function.
595         (gnus-use-ido): New variable
596         (gnus-completing-read-with-default): Remove.
597
598 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
601         x-focus-frame.
602
603         * nnimap.el (auth-source-forget-user-or-password)
604         (auth-source-user-or-password): Autoload.
605
606         * message.el (message-from-style, message-interactive)
607         (message-cite-prefix-regexp, message-sendmail-envelope-from)
608         (message-yank-prefix, message-indentation-spaces, message-signature)
609         (message-signature-file): Add comment.
610
611 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
614         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
615         new articles.
616
617         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
618         parts.
619         (nnimap-request-article): Work with the t setting, too.
620
621         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
622         that you don't get flashes of other buffers.
623         (gnus-summary-show-complete-article): Intern before setting.
624
625 2010-09-27  David Engster  <dengste@eml.cc>
626
627         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
628         well as HEADERS.
629         (nnmairix-retrieve-headers): Provide new argument for the above.
630
631 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-sum.el (gnus-summary-move-article): Don't alter
634         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
635         group.
636
637         * nnimap.el (nnimap-update-info): Don't destructively alter active.
638
639         * message.el (message-cite-prefix-regexp): Revert my last edit.
640
641         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
642         variable instead of the Gnus variable.
643
644         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
645
646         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
647         again.
648
649         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
650         since some servers don't like it.
651         (nnimap-open-connection): Forget credentials if the server says the
652         password was wrong.
653         (nnimap-parse-line): Protect against invalid data.
654
655         * gnus-sum.el (gnus-summary-move-article): Add comment.
656         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
657         nothing alters it while scanning for new messages.
658
659         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
660         which may or may not help.
661         (nnimap-open-connection): If we're doing a stream connection, and then
662         discover we're on a STARTTLS-capable server, then open a STARTTLS
663         connection instead.
664
665 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * nnimap.el (utf7): Required.
668
669         * message.el (message-cite-prefix-regexp): Remove "}" from citation
670         prefix.
671
672 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
673
674         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
675
676 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * nnimap.el (nnimap-request-accept-article): Message the error on
679         error.
680
681 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
684
685 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
686
687         * nndoc.el (nndoc-request-list): Return success always.
688
689         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
690         `fetch-old' -- we only want to fetch the articles we've requested.  The
691         rest are in the agent, probably.
692         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
693         disappeared server" to something low.  It's not important.
694
695         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
696         arrived before the FETCH data.
697
698         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
699         target here, because we don't know the Gnus name of the group.
700
701         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
702         for the correct group.
703
704         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
705
706         * gnus.el (gnus): Give a final warning after startup.
707
708         * gnus-util.el (gnus-action-message-log): New variable.
709         (gnus-message): Use it.
710         (gnus-final-warning): New function.
711
712         * nnimap.el (nnimap-open-connection): Record the greeting.
713         (nnimap): Add greeting.
714
715 2010-09-26  Julien Danjou  <julien@danjou.info>
716
717         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
718         arguments.
719         (gnus-html-wash-images): Fix spec computing to include start/end.
720
721         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
722
723 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
726         deletion.
727         (nnimap-retrieve-headers): Don't select the group, because that's
728         already done by nnimap-possibly-change-group.
729
730         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
731         (gnus-picon-transform-address): Use it.
732
733         * mail-source.el (mail-source-value): Revert previous patch.
734
735         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
736         on failure.
737         (nnimap-open-connection): Look up both virtual and physical server name
738         credentials.
739
740         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
741
742 2009-02-07  Dave Love  <fx@gnu.org>
743
744         * tls.el (open-tls-stream): Don't query killing process.
745
746 2009-02-08  Dave Love  <fx@gnu.org>
747
748         * gnus-win.el (gnus-window-to-buffer-helper,
749         gnus-all-windows-visible-p): Function needn't be a symbol.
750
751         * mail-source.el (mail-source-value): Function needn't be a symbol.
752
753 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * message.el (message-cite-prefix-regexp): Remove } from the cite
756         prefix.
757
758         * gnus-art.el (gnus-treatment-function-alist): Do picons before
759         highlight again, so that the highlight is correct.
760
761         * gnus-picon.el (gnus-picon): Remove again.
762         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
763
764         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
765         doing the header highlightling, so that the background colour of the
766         picon is correct.
767
768         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
769         (gnus-picon): Ditto.
770         (gnus-picon): Reinstate.  The background colour for picons is white.
771         (gnus-picon-insert-glyph): Make the background white.
772
773         * nnml.el (nnml-open-nov): Don't return dead buffers.
774
775         * auth-source.el (auth-source-create): Query the user for whether to
776         store the credentials.
777
778         * netrc.el (netrc-store-data): New function.
779
780         * auth-source.el (auth-source-user-or-password): Use the existing auth
781         sources, if any, for creation.
782
783         * gnus.el (gnus-group-fast-parameter): Return the last matching
784         parameter instead of the first matching parameter.
785
786 2010-09-26  Julien Danjou  <julien@danjou.info>
787
788         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
789
790 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * mml2015.el (mml2015-use): Remove gpg support.
793
794         * mml1991.el (mml1991-function-alist): Remove gpg function.
795         (mml1991-gpg-sign): Removed.
796
797 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
798
799         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
800         (gnus-browse-unsubscribe-current-group): Document it.
801         (gnus-browse-unsubscribe-group): Use it.
802
803 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
806         address to the To list for easier response.
807
808         * gnus.el (gnus-play-startup-jingle): Removed.
809         (gnus-splash): Don't play jingle.
810         (gnus): Silence gnus-load message.
811
812         * gnus-art.el (gnus-treat-play-sounds): Removed.
813
814         * gnus.el (gnus-play-jingle): Remove audio support.
815
816         * gnus-cus.el (gnus-score-customize): Remove audio reference.
817
818         * earcon.el: Removed -- no users.
819
820         * gnus-audio.el: Removed -- no users of this package.
821
822         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
823
824         * gnus-start.el (gnus-setup-news): Remove nocem support.
825
826         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
827
828         * gnus.el (gnus-use-nocem): Removed.
829
830         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
831         Removed.
832
833         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
834         uses NoCeM any more.
835
836         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
837         (gnus-button-ctan-handler): Ditto.
838         (gnus-button-handle-ctan-bogus-regexp): Ditto.
839         (gnus-button-ctan-directory-regexp): Ditto.
840         (gnus-button-handle-ctan): Ditto.
841         (gnus-button-tex-level): Ditto.
842         (gnus-button-alist): Removed CTAN stuff.
843
844 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
847         nnimap-streaming test.
848
849         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
850         servers twice.
851
852         * nnimap.el (nnimap-open-connection): Add more error reporting when
853         nnimap fails early.
854
855         * nnheader.el (nnheader-get-report-string): New function.
856         (nnheader-get-report): Use it.
857
858         * gnus-int.el (gnus-check-server): Say what the error was when opening
859         failed.
860
861         * nnimap.el (nnimap-wait-for-response): Search further when we're not
862         using streaming.
863
864 2010-09-25  Julien Danjou  <julien@danjou.info>
865
866         * gnus-html.el (gnus-html-rescale-image): Use our defalias
867         gnus-window-inside-pixel-edges.
868
869 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
872
873         * mm-decode.el (mm-save-part): Allow saving to other directories the
874         normal Emacs way.
875
876         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
877         by Jay Berkenbilt.
878
879         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
880         there isn't a single byte.
881
882         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
883         just do it.  It doesn't really seem to matter what the user responds
884         here, I think, so it's just a confusing question.
885
886         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
887         non-streaming case.
888
889         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
890         (gnus-article-encrypt-body): Use it.
891
892         * gnus-sum.el (gnus-summary-show-complete-article): New command and
893         keystroke.
894
895         * nnimap.el (nnimap-find-wanted-parts-1): Use
896         gnus-fetch-partial-articles.
897
898         * gnus-art.el (gnus-fetch-partial-articles): New variable.
899
900         * nnimap.el (nnimap-insert-partial-structure): New function.
901         (nnimap-get-partial-article): New function.
902         (nnimap-request-article): Use it.
903         (nnimap-wait-for-response): Return whether the wait was successful.
904         (nnimap-finish-retrieve-group-infos): Don't do anything if the
905         retrieval wasn't successful.
906         (nnimap-retrieve-group-data-early): Allow throttling servers.
907         (nnimap-streaming): New variable.
908         (nnimap-fetch-partial-articles): Removed.
909
910         * mm-decode.el (mm-with-part): Protect against killed buffers.
911
912         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
913         for prettier summary display.
914
915 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
916
917         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
918         directly.
919
920 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
923         apparently third-party libraries depend on it.
924
925         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
926         before starting negotiation.
927
928         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
929         privacy reasons.
930         (gnus-treat-mail-gravatar): Ditto.
931
932         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
933         buffer when inserting images.  Inserting text into the headers, for
934         instance, can make them invalid.
935
936 2010-09-25  Julien Danjou  <julien@danjou.info>
937
938         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
939         variables.
940
941         * nnheader.el: Remove useless variables news-reply-yank-from and
942         news-reply-yank-message-id.
943
944         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
945         variables.
946
947         * mml1991.el: Remove useless mml1991-verbose.
948
949         * gnus.el: Remove useless variable gnus-use-generic-from.
950         Remove obsolete variable gnus-topic-indentation.
951
952         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
953
954         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
955
956         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
957
958         * gnus-group.el: Remove useless gnus-group-icon-cache.
959         Remove useless gnus-ephemeral-group-server.
960
961         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
962
963         * mml2015.el: Remove useless mml2015-verbose.
964
965         * mml-smime.el: Remove useless mml-smime-verbose.
966
967         * gnus.el: Remove useless gnus-local-domain.
968
969         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
970         gnus-gravatar-size.
971
972         * gnus-art.el: Remove useless gnus-treat-translate.
973
974 2010-09-24  Julien Danjou  <julien@danjou.info>
975
976         * gnus-sum.el: Add support for Gravatars.
977
978         * gnus-art.el: Add support for Gravatars.
979
980         * gnus-gravatar.el: Add this file.
981
982         * gravatar.el: Add this file.
983
984 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
987
988         * gnus-group.el (gnus-group-fetch-faq): Removed.
989
990         * gnus.el (gnus-group-faq-directory): Removed.
991
992         * gnus-group.el (gnus-group-fetch-charter): Removed.
993
994         * gnus.el (gnus-group-charter-alist): Removed.
995
996         * gnus-group.el (gnus-group-archive-directory): Removed.
997         (gnus-group-recent-archive-directory): Ditto.
998         (gnus-group-make-archive-group): Removed.
999
1000         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1001
1002         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1003         use the same article number for all the cached articles.
1004
1005         * nnimap.el (nnimap-command): Register the last command time so
1006         that we can use it for idling NOOPs.
1007         (nnimap-open-connection): Start the keeplive timer.
1008         (nnimap-make-process-buffer): Store all the process buffers.
1009         (nnimap-keepalive): New function.
1010
1011         * starttls.el: (starttls-open-stream): Add autoload cookie.
1012
1013 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1014
1015         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1016         handling.
1017
1018 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1021         its data structures.
1022
1023         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1024         instead of the cl.el copy-list.
1025         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1026         equalp.
1027
1028 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1031         and tool-bar-local-item-from-menu.
1032
1033         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1034         mode-line-highlight face for Emacs.
1035
1036         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1037         loading gnus-sum.elc; fix comment for canlock-verify.
1038         (gnus-article-jump-to-part): Use read-number.
1039         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1040         Emacs pre-21 compatible code for help-echo.
1041         (gnus-article-next-page-1): No need to adjust the number of lines.
1042         (gnus-article-describe-bindings): Always use help-buffer.
1043
1044         * gnus-audio.el (gnus-audio-inline-sound)
1045         * gnus-cus.el (gnus-custom-mode)
1046         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1047
1048         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1049
1050         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1051         compatible code.
1052
1053 2010-09-24  Glenn Morris  <rgm@gnu.org>
1054
1055         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1056         visiting the fcc file in rmail-mode.
1057
1058         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1059
1060 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * nnir.el: Silence the byte compiler.
1063
1064         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1065         alias to browse-url-url-encode-chars if any.
1066         (gnus-html-encode-url): Use it.
1067
1068 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * gnus-start.el (gnus-use-backend-marks): New variable.
1071         (gnus-get-unread-articles-in-group): Use it.
1072
1073         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1074         makeover.
1075
1076 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1077
1078         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1079
1080 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1083         Removed.
1084         (gnus-setup-news-hook): Removed
1085         gnus-fixup-nnimap-unread-after-getting-new-news.
1086
1087         * gnus-int.el (gnus-request-update-info): Protect against backends not
1088         having the function.
1089
1090         * nnimap.el (nnimap-stream): Mention starttls.
1091         (nnimap-open-connection): Add starttls support.
1092
1093 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1094
1095         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1096
1097 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1100         BODYSTRUCTUREs.
1101         (nnimap-transform-headers): Unfold quoted {42} headers.
1102
1103         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1104         the info.
1105         (gnus-get-unread-articles): Only call updatep on backends that support
1106         it.
1107
1108         * nnweb.el (nnweb-request-update-info): NOOP.
1109
1110         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1111
1112         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1113         since it only deals with marks.
1114
1115         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1116         gnus-request-marks, and make a new gnus-request-update-info.
1117
1118         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1119         the active instead of the high number, which is usually too low.
1120
1121 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1122
1123         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1124         * encrypt.el: Removed.
1125
1126 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1129         server in symbolic form.
1130
1131         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1132         0.9.
1133
1134 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1137         (nnimap-update-info): Fix up code slightly.
1138
1139         * gnus-int.el (gnus-open-server): Add tracing for performance
1140         debugging.
1141
1142         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1143         (gnus-group-insert-group-line): Pass the real group name so that it
1144         gets the right data.
1145
1146         * gnus-start.el (gnus-get-unread-articles): Don't have
1147         `gnus-get-unread-articles-in-group' update info, since that can be
1148         really slow and doesn't seem to be needed?
1149
1150 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1151
1152         * time-date.el (date-to-time): Try using parse-time-string first before
1153         using the slower timezone-make-date-arpa-standard.
1154
1155 2010-09-22  Julien Danjou  <julien@danjou.info>
1156
1157         * gnus-group.el (gnus-group-insert-group-line): Call
1158         gnus-group-highlight-line.
1159         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1160         default hook list.
1161         (gnus-group-update-eval-form): Add new function.
1162         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1163         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1164
1165 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1168         immediate, then expire all articles.
1169         (nnimap-update-info): Fix off-by-one errors.
1170         (nnimap-flags-to-marks): Would return no marks lists for group with no
1171         flags.  Instead return the other data.
1172
1173 2010-09-22  Julien Danjou  <julien@danjou.info>
1174
1175         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1176         Only return an icon.
1177         (gnus-group-insert-group-line): Compute icon to return.
1178
1179         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1180         variable.
1181         (gnus-html-image-fetched): Only cache if
1182         gnus-html-image-automatic-caching is set.
1183         (gnus-html-image-fetched): Check for errors.
1184
1185 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1188         once per method on `g'.  This ensures that backends like nnfolder don't
1189         open all their folders.
1190
1191         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1192         (nnimap-request-list): Nix out group in the correct buffer.
1193         (nnimap-parse-flags): Implement by using `read' instead of
1194         hand-parsing.
1195         (nnimap-flags-to-marks): Pass on permanent-flags.
1196         (nnimap-make-process-buffer): Record the server name.
1197         (nnimap-parse-flags): Fix typo.
1198         (nnimap-request-scan): Run split on the server in general, not just a
1199         single group.
1200
1201         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1202         parameter, and propagate this downwards.
1203
1204         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1205         since EXAMINE changes it on the server.
1206
1207         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1208         this command might take a while.
1209
1210 2010-09-22  Julien Danjou  <julien@danjou.info>
1211
1212         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1213         harmful if you have 2 images side-by-side, they can't be properly
1214         update on text deletion.  Using text-property is safer here.
1215         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1216         data.
1217
1218 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnimap.el (nnimap-expunge-inbox): Removed.
1221         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1222         (nnimap-expunge): Flip default to t.
1223
1224         * gnus.el (gnus-method-to-server): Don't push things to the cache
1225         unless it's unique.
1226         (gnus-server-to-method): Ditto.
1227
1228 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1229
1230         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1231
1232 2010-09-22  Julien Danjou  <julien@danjou.info>
1233
1234         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1235         get the start of data.
1236         (gnus-html-encode-url): Add this function to encode special chars in
1237         URL.
1238         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1239         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1240
1241         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1242         default.
1243         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1244
1245         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1246         images alt-text.
1247         (gnus-html-put-image): Put alt-text as help-echo.
1248
1249 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1252         * mm-util.el (mm-decompress-buffer)
1253         * nnir.el (nnir-run-find-grep)
1254         * pop3.el (pop3-list): Use 3rd arg of split-string.
1255
1256         * time-date.el (format-seconds): Comment fix.
1257
1258         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1259         and byte-optimize-form-code-walker.
1260         (dgnushack-make-auto-load): Don't advise make-autoload.
1261
1262         * lpath.el: Remove Emacs 21 stuff.
1263
1264 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1267         outside the active range.  Suggested by Dan Christensen.
1268
1269         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1270         slightly later to avoid double-getting it.
1271
1272         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1273         previous patch.
1274
1275         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1276
1277 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1278
1279         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1280
1281 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-int.el (gnus-open-server): Give a better error message in the
1284         "go offline" case.
1285
1286         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1287         marks for nnimap, which is seldom the right thing to do.
1288
1289         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1290         (gnus-same-method-different-name): New function.
1291
1292         * nnimap.el (parse-time): Require.
1293
1294         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1295         method in the presence of many similar methods.
1296
1297         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1298
1299         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1300         nnml-inhibit-expiry.
1301
1302         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1303         find out whether methods are equal.
1304
1305         * nnimap.el (nnimap-find-expired-articles): New function.
1306         (nnimap-process-expiry-targets): New function.
1307         (nnimap-request-move-article): Request the article before looking at
1308         what the Message-ID is.  Fix found by Andrew Cohen.
1309         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1310
1311         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1312         for oldness in addition to being a predicate.
1313
1314         * nnimap.el (nnimap-request-group): When we have zero articles, return
1315         the right data to Gnus.
1316         (nnimap-request-expire-articles): Only delete articles immediately if
1317         the target is 'delete.
1318
1319         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1320         method, this would bug out.
1321
1322         * gnus-group.el (gnus-group-expunge-group): Renamed from
1323         gnus-group-nnimap-expunge, and implemented as a normal interface
1324         function.
1325
1326         * gnus-int.el (gnus-request-expunge-group): New function.
1327
1328         * nnimap.el (nnimap-request-create-group): Implement.
1329         (nnimap-request-expunge-group): New function.
1330
1331 2010-09-21  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1334         (gnus-html-cache-expired): Add new function.
1335         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1336         wethever we should display image for fetch it.
1337         Compute alt-text earlier to pass it to the fetching function too.
1338         (gnus-html-schedule-image-fetching): Change function argument to only
1339         get one image at a time, not a list.
1340         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1341         cache.
1342         (gnus-html-get-image-data): New function to retrieve image data from
1343         cache.
1344         (gnus-html-put-image): Change buffer argument to use image data rather
1345         than file, and place image above region rather than inserting a new
1346         one. Do not take alt-text as argument, since it's useless now: we place
1347         the image above alt-text.
1348         (gnus-html-prune-cache): Remove.
1349         (gnus-html-show-images): Start to fetch image when we find one, do not
1350         push into a temporary list.
1351         (gnus-html-prefetch-images): Only fetch image if they have expired.
1352         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1353         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1354
1355 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1358
1359 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1362         spec inser "*" if the group isn't active instead of 0.
1363
1364         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1365         opening the server.
1366         (nnimap-request-delete-group): Implement group deletion.
1367         (nnimap-transform-headers): Return the size of the entire message in
1368         the Bytes header, not just the size of the first part.
1369         (nnimap-request-move-article): When moving an article from nnimap,
1370         request the article first so the accepting form has an article to
1371         accept.  Reported by Dan Christensen.
1372         (nnimap-command): Make sure that the error message doesn't error out.
1373
1374 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1375
1376         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1377         we haven't requested anything.
1378
1379 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1382         "".  Fix found by Andrew Cohen.
1383
1384         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1385         instead of -encode-string.
1386
1387 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1390
1391         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1392         by mm-subst-char-in-string.
1393
1394 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1397         waiting for the connection string.
1398
1399         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1400         arriving.
1401
1402         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1403         bogus characters.  This allows selecting certain Gmail groups.
1404
1405         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1406         (nnimap-fetch-partial-articles): New variable.
1407         (nnimap-open-connection): When looking for credentials, also use the
1408         nnimap-server-port.
1409         (nnimap-request-article): Return the group/article number, so that Gnus
1410         `^' works as expected.
1411         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1412         them.
1413
1414         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1415         comments.
1416         (gnus-methods-sloppily-equal): New function.
1417         (gnus): When using the development version of Gnus, load the gnus-load
1418         file.
1419
1420         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1421         `gnus-open-server' on each method before trying to scan them etc.  This
1422         ensures that all the backend parameters are set correctly.
1423
1424         * nnimap.el (nnimap-authenticator): New variable.
1425         (nnimap-open-connection): Allow anonymous login.
1426         (nnimap-transform-headers): The chars header is called Chars not
1427         Bytes.
1428         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1429         drops.
1430
1431         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1432         patch, found by Knut Anders Hatlen.
1433
1434 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1435
1436         * gnus-agent.el (gnus-agent-batch-confirmation)
1437         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1438         to gnus-message.
1439         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1440         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1441         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1442         * gnus-int.el (gnus-open-server): Likewise.
1443         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1444         (gnus-score-check-syntax): Likewise.
1445         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1446         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1447         Likewise.
1448         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1449
1450 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1453         calling conventions so that prefetch doesn't bug out.
1454
1455 2010-09-19  Julien Danjou  <julien@danjou.info>
1456
1457         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1458         rather than `subst-char-in-region' in order to be able to replace ASCII
1459         char by UTF-8 ones.
1460
1461         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1462         than curl.
1463         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1464         the right URL and ALT text on images.
1465         (gnus-html-wash-tags): Fix tag case.
1466         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1467         (gnus-article-html): Add -o display_ins_del=2 option.
1468         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1469
1470 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1473         the extra mail headers, which sometimes seem to happen for unknown
1474         reasons.
1475
1476         * mail-parse.el (mail-header-encode-parameter): Define as
1477         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1478         (or most, perhaps?) mail readers don't understand the latter, but do
1479         understand the former.
1480
1481         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1482         to nil, so that no methods are automatically agentized.  I think this
1483         is probably what most users want.
1484
1485         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1486         from url-retrieve, for instance about invalid URLs.
1487
1488         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1489         groups that have no articles.
1490         (nnimap-request-article): Check that we really got an article when we
1491         requested one.
1492
1493         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1494         doesn't exist.
1495
1496         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1497         nntp buffer so the agent can save it.
1498         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1499         that CRLF doesn't get translated to \n.
1500         (nnimap-open-connection): Don't make 'shell commands only send \n.
1501
1502 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1503
1504         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1505         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1506         Update var name.
1507         (nnml-generate-nov-file): Use dolist.
1508         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1509         Use with-current-buffer.
1510
1511 2010-09-18  Julien Danjou  <julien@danjou.info>
1512
1513         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1514         parallel.
1515
1516 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1519         the range update right.
1520         (nnimap-request-group): Don't make `M-g' bug out on group with no
1521         marks.
1522         (nnoo): Required, so that other packages can require nnimap.
1523         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1524         command we're looking for.  This helps when the server sends more
1525         responses after we've gotten everything we expected.
1526         (nnimap): Add a `newlinep' field to keep track of end-of-line
1527         conventions.
1528         Don't send CRLF to things that don't want it.
1529         (nnimap-request-accept-article): Ditto.
1530
1531 2010-09-18  Julien Danjou  <julien@danjou.info>
1532
1533         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1534         than curl to retrieve images.
1535
1536 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1539         the marks.
1540         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1541         (nnimap-wait-for-connection): New function.
1542         (nnimap-open-connection): If we have PREAUTH, don't query for login
1543         credentials.
1544         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1545         when doing a partial update.
1546
1547 2010-09-18  Julien Danjou  <julien@danjou.info>
1548
1549         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1550         tags.
1551
1552 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-credentials): New function.
1555         (nnimap-open-connection): Use the new function to look for credentials
1556         also on the numeric equivalents of "imap" and "imaps".
1557
1558         * gnus-start.el (gnus-activate-group): Send the info to
1559         gnus-request-group.
1560
1561         * nnimap.el (nnimap-request-group): Have the "check" version of the
1562         function parse flags and update the info, so that a `M-g' get a total
1563         resync of all flags from the group.
1564
1565         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1566         to allow backends to alter the info on group selection.  Also alter all
1567         the backend -request-group functions to take the parameter.
1568
1569         * nnimap.el (nnimap-store-info): New function.
1570         (nnimap-update-info): Store the info for later usage.
1571         (nnimap-request-group): Use the stored info for the dont-check case, so
1572         that we don't retrieve all marks when we enter a group.
1573
1574         * nnimap.el: Use deffoo instead of defun for interface functions.
1575
1576         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1577         update the group info.  This makes the nndraft groups, for instance, go
1578         back to their old behaviour.
1579
1580         * gnus-sum.el (gnus-select-newsgroup): Indent.
1581
1582         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1583         in.
1584         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1585         nothing.
1586
1587         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1588         from methods that are denied.
1589
1590         * gnus-int.el (gnus-method-denied-p): New function.
1591
1592         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1593         store the password instead of netrc.
1594         (nnimap-open-connection): Don't error out when we can't make a
1595         connections.
1596
1597         * auth-source.el (auth-source-create): In the password prompt, say what
1598         we're querying for.  Also prompt for user name if that hasn't been
1599         given.
1600
1601         * nnimap.el (nnimap-with-process-buffer): Removed.
1602
1603 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1606         method when we're reading from the agent.
1607
1608         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1609
1610         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1611         that's probably most useful for users.
1612
1613         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1614         "failed" all the time.
1615
1616         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1617         ...)) with (with-current-buffer ... ).
1618
1619         * nntp.el (nntp-open-server): Return whether the open was successful or
1620         not.
1621
1622         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1623         select an unread unseen article first.
1624
1625         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1626         /etc/services, supply some sensible port defaults.
1627
1628         * dgnushack.el: Define netrc-credentials.
1629
1630 2010-09-17  Julien Danjou  <julien@danjou.info>
1631
1632         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1633
1634 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1635
1636         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1637         doesn't have any parameters.
1638
1639 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1642         only upcased checks.
1643
1644         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1645
1646         * nnimap.el (nnimap-open-shell-stream): New function.
1647         (nnimap-open-connection): Use it.
1648         (nnimap-transform-headers): Get the number of lines in each message.
1649         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1650         number of lines.
1651         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1652         problem.
1653
1654         * utf7.el (utf7-encode): Autoload.
1655
1656         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1657         to allow the mail splitting to not return a default group.  This is
1658         useful for nnimap, which will leave unmatched mail in the inbox.
1659
1660         * nnimap.el: Rewritten.
1661
1662         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1663         nnimap usage.
1664
1665         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1666         if the move is internal, so that nnimap can do fast internal moves.
1667
1668         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1669         data.
1670         (gnus-read-active-for-groups): Support finishing the early retrieval of
1671         data.
1672
1673         * gnus-range.el (gnus-range-nconcat): New function.
1674
1675         * gnus-int.el (gnus-finish-retrieve-group-infos)
1676         (gnus-retrieve-group-data-early): New functions.
1677
1678 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1679
1680         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1681         (nnrss-retrieve-groups):
1682         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1683         (pop3-quit): Use with-current-buffer.
1684
1685 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1688         instead of nnheader-accept-process-output.
1689
1690         * dgnushack.el (dgnushack-compile): Add comment.
1691
1692         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1693
1694         * gnus-html.el (gnus-html-schedule-image-fetching)
1695         (gnus-html-prefetch-images): Replace process-kill-without-query by
1696         gnus-set-process-query-on-exit-flag.
1697
1698 2010-09-16  Romain Francoise  <romain@orebokech.com>
1699
1700         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1701
1702 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1705         parameter to unintern is mandatory-ish in Emacs 24.
1706
1707         * gnus-html.el (gnus-html-schedule-image-fetching)
1708         (gnus-html-prefetch-images): Check for curl before using it.
1709
1710         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1711         depend on curl, which isn't essential.
1712
1713         * imap.el: Revert back to version
1714         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1715         seem problematic.
1716
1717 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1718
1719         * gnus-registry.el (gnus-registry-install-shortcuts):
1720         Explicitly pass `obarray' to `unintern' to avoid a warning.
1721
1722 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1725         change.
1726
1727         * nnrss.el (nnrss-request-list): Removed this function and related
1728         functions, including the moreover stuff.
1729
1730 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnrss.el (nnrss-retrieve-groups): New function.
1733
1734 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1735
1736         * .dir-locals.el: Add no-byte-compile cookie.
1737
1738 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * time-date.el (format-seconds): Comment fix.
1741
1742         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1743         for back end that doesn't support request-scan.
1744
1745 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1748         then do request scans from the backends.
1749
1750         * netrc.el (netrc-credentials): New conveniency function.
1751
1752         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1753         avoid running a hook per line, since this takes a lot of time,
1754         profiling shows.
1755         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1756         directly if gnus-visual-p is true.
1757
1758 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1761         groups; replace mapcar with dolist which is a bit faster; pass groups
1762         info to gnus-read-active-file-1.
1763         (gnus-read-active-file-1): Scan only specified groups if the new
1764         optional arg `infos' is given.
1765
1766 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1769
1770         * pop3.el (pop3-movemail): Removed.
1771         (pop3-streaming-movemail): Renamed to pop3-movemail.
1772
1773         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1774         don't restrict end-tag searches to the end of the line.
1775
1776 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1779         articles of every unchecked group to t, which means unknown since the
1780         server has never been opened.
1781
1782 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus-html.el (gnus-html-show-alt-text): New command.
1785         (gnus-html-browse-image): Ditto.
1786         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1787         to browse the image directly.
1788         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1789         better.
1790
1791         * gnus-async.el (gnus-async-article-callback): Call
1792         `gnus-html-prefetch-images' unconditionally.
1793
1794         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1795         before feeding URLs to curl.
1796
1797 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1800         internal images as deletable by `W D D'.
1801
1802         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1803         (gnus-async-article-callback): Fix typo.
1804
1805 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1808         current line to work around bugs in the output from w3m.
1809
1810         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1811         for groups that want that.
1812
1813         * nntp.el (nntp-wait-for-string): Supply a timeout for
1814         accept-process-output to ensure progress.
1815
1816         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1817         level to get unread articles from, then use that for foreign groups,
1818         too.
1819
1820         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1821         confuses the rest of the function.
1822
1823         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1824         for the methods that support -retrieve-groups, too.
1825
1826         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1827
1828 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1831         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1832
1833         * pop3.el: Require cl when compiling.
1834         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1835
1836 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1839         that aren't going to be activated.
1840         (gnus-get-unread-articles): Fix up the last commit.
1841
1842         * gnus-html.el (gnus-article-html): Allow calling without specifying
1843         the handle.  In that case, dissect the buffer first.
1844
1845         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1846
1847         * nnimap.el (nnimap-open-connection): Revert the change that would look
1848         into authinfo for imaps instead of imap.
1849
1850         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1851         say that you don't want to call gnus-request-group with don-check, but
1852         do check the reponse.  This is for virtual groups only.
1853         (gnus-get-unread-articles): Count the archive groups as secondary, so
1854         that they're activated the same way as before.
1855
1856         * imap.el (imap-message-map): Removed optional buffer parameter, since
1857         no callers use it.
1858         (imap-message-get): Ditto.
1859         (imap-message-put): Ditto.
1860         (imap-mailbox-map): Ditto.
1861         (imap-mailbox-put): Ditto.
1862         (imap-mailbox-get): Ditto.
1863         (imap-mailbox-get): Revert last change for this function.
1864
1865         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1866         case-insensitively.
1867         (nnimap-debug): Removed.
1868
1869         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1870         to use `imap-fetch' instead.  According to the comments, this should be
1871         safe, since all other IMAP clients use the 1:* syntax.
1872         (imap-enable-exchange-bug-workaround): Removed.
1873         (imap-debug): Removed -- doesn't seem very useful.
1874
1875         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1876         mail from a file, and the file doesn't exist.
1877
1878         * imap.el (imap-log): New convenience function used throughout instead
1879         of repeating the same code all over the place.
1880
1881         * pop3.el (pop3-streaming-movemail): Return t for success.
1882
1883         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1884         .authinfo if we're using ssl connection.
1885
1886         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1887         already have if we're in a main Gnus `g' run.
1888
1889         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1890
1891 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1894
1895         * nnmh.el (nnmh-request-list-1): Bind `file'.
1896
1897         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1898         alias to set-process-query-on-exit-flag or process-kill-without-query.
1899         (pop3-open-server): Use it.
1900
1901 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1902
1903         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1904         box to the Incoming file.  Fixes mistake in previous checkin.
1905
1906         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1907         request loop (for debugging purposes) removed.
1908
1909         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1910         culprit is more visible.
1911         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1912         (nnml-add-incremental-nov): New functions to do "incremental" nov
1913         updates, where we just append to the end of the existing nov files
1914         without reading/writing them in full.
1915
1916         * mail-source.el (mail-source-delete-crash-box): Really only check the
1917         incoming files once in a while.
1918
1919         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1920
1921         * mail-source.el (mail-source-delete-crash-box): Only check the
1922         incoming files for deletion once per day to save a lot of file
1923         accesses.
1924
1925         * pop3.el (pop3-logon): Fix up unbound variable typo.
1926
1927         * mail-source.el (pop3-streaming-movemail): Autoload.
1928
1929         * pop3.el (pop3-streaming-movemail): Respect
1930         pop3-leave-mail-on-server.
1931
1932         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1933         retrieval.
1934
1935         * pop3.el (pop3-process-filter): Removed unused function.
1936         (pop3-streaming-movemail, pop3-send-streaming-command)
1937         (pop3-wait-for-messages, pop3-write-to-file)
1938         (pop3-number-of-responses): New functions for streaming pop3
1939         retrieval.
1940
1941         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1942         come from no known methods.
1943         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1944         list.
1945
1946         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1947         message sizes.
1948         (pop3-movemail): Use erase-buffer instead of looping and deleting
1949         regions, which seems rather odd.
1950
1951         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1952         file once per `g' run.
1953
1954         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1955         directories.  This makes the draft queue directory work.
1956
1957         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1958         data from the backends, so that we only request the list of groups from
1959         each method once.  This should speed things up considerably.
1960
1961         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1962         detect that it's not implemented.
1963
1964         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1965         we actually do recurse down into the tree, but don't stat all leaf
1966         nodes.
1967
1968         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1969         then say so instead of bugging out.
1970
1971         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1972         files exist before trying to read them.
1973
1974         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1975         around <pre_int>.
1976
1977         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1978
1979         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1980
1981 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * mm-util.el (mm-image-load-path): Just return the image directories,
1984         not all directories in the path in addition to the image directories.
1985         (mm-image-load-path): Maintain a cache of the image directories so that
1986         the `g' command in Gnus doesn't have to stat dozens of directories each
1987         time.
1988
1989         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1990         (gnus-html-wash-tags): Add a new `i' command to insert images.
1991         (gnus-html-insert-image): New command and keystroke.
1992         (gnus-html-redisplay-with-images): New command and keystroke.
1993         (gnus-html-show-images): Renamed command.
1994         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1995         spacers.
1996         (gnus-html-wash-tags): Decode entities at the end, so that entities
1997         inside the tags don't mess up the rest of the "parsing".
1998
1999         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2000         so that nnimap methods aren't agentized by default.  There's apparently
2001         many problems related to agent/imap behaviour.
2002
2003         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2004
2005         * gnus-html.el: Doc fix.
2006
2007 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2010         specifier-spec-list for Emacs 21.
2011
2012         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2013         glyph-width and glyph-height instead of display-graphic-p and
2014         image-size; make avoidance of displaying small images work for XEmacs.
2015
2016         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2017         for XEmacs.
2018
2019         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2020         of symbol that holds plist data.
2021         (gnus-process-plist): Remove plist of process after getting it.
2022
2023 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * message.el (message-generate-hashcash): Change default to
2026         'opportunistic if hashcash is installed.
2027
2028         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2029         (gnus-html-put-image): Only call image-size once, since it's somewhat
2030         time-consuming on remote X servers.
2031
2032 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2035         type on data, not a file name.
2036
2037         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2038         window-pixel-edges for Emacs 21.
2039
2040         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2041         decoded contents.
2042         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2043
2044 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2047         group line format, since it isn't very interesting.
2048
2049         * gnus-agent.el (gnus-agent-short-article),
2050         (gnus-agent-long-article): Increase values for these two variables,
2051         since most people are likely to have more network connection and
2052         storage than before.
2053
2054         * gnus.el (gnus-refer-article-method): Change default to 'current.
2055         When referring an article, the common behaviour is to refer it from the
2056         current select method, not the native select method.  The chances of
2057         the native select method having the message in question is rather slim
2058         these days.
2059
2060         * gnus-sum.el (gnus-auto-select-subject): Change default to
2061         `unseen-or-unread'.  I think it's likely that most people want to
2062         select an unseen article over a previously seen, but unread one.
2063
2064         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2065         means that in the article buffer none of the minor mode elements will
2066         be shown, usually, and this is not desirable in most cases.
2067
2068         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2069         that commands like `d' (and the like) go to the next line in the
2070         buffer, instead of the next unread article.  I think this is the
2071         behaviour that is most natural for most users.
2072         (gnus-single-article-buffer): Change default to nil, so that people can
2073         have as many article buffers open as they have summary buffer.  I think
2074         this is the most natural way for the groups to behave.
2075
2076         * message.el (message-generate-new-buffers): Change default to
2077         `unsent', so that all new message buffers start their names with the
2078         string "*unsent", and it's easier to find the buffers if you move from
2079         them.
2080
2081 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2084         small.  They're probably tracking images.
2085         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2086         (gnus-html-rescale-image): Yet another try at getting the image sizing
2087         right.
2088
2089         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2090         nntp-marks-file-name is nil.
2091
2092 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2093
2094         * gnus-html.el (gnus-html-wash-tags)
2095         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2096         Better logging.
2097
2098 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2101
2102         * gnus-html.el (gnus-html-wash-tags): Check the value of
2103         gnus-blocked-images in the summary buffer.
2104
2105 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2108
2109 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2112         like "a", it seems like.
2113         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2114         since it needs to be picked from the correct buffer.
2115
2116         * nnwfm.el: Removed.
2117
2118         * nnlistserv.el: Removed.
2119
2120 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2121
2122         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2123         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2124
2125 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * nnkiboze.el: Removed.
2128
2129         * nndb.el: Removed.
2130
2131         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2132         alt text.
2133         (gnus-html-rescale-image): Try to get the rescaling logic right for
2134         images that are just wide and not tall.
2135
2136         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2137         overshadow variable bindings.
2138
2139 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2140
2141         * gnus-html.el (gnus-html-wash-tags)
2142         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2143         extra logging.
2144
2145 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2148         (gnus-max-image-proportion): New variable.
2149         (gnus-html-rescale-image): New function.
2150         (gnus-html-put-image): Rescale images.
2151
2152 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2153
2154         Fix up some byte-compiler warnings.
2155         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2156         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2157         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2158         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2159         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2160         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2161         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2162
2163 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus-html.el (gnus-article-html): Decode contents by charset.
2166
2167 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2170         (gnus-html-frame-width, gnus-blocked-images)
2171         * message.el (message-prune-recipient-rules): Add custom version.
2172         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2173
2174         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2175         functions.
2176
2177         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2178         gnus-process-get.
2179
2180 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2181
2182         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2183         instead of lsub directly.
2184
2185 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * nnwarchive.el: Removed.
2188
2189         * gnus-soup.el: Removed.
2190
2191         * nnsoup.el: Removed.
2192
2193         * nnultimate.el: Removed.
2194
2195         * gnus-html.el (gnus-blocked-images): New variable.
2196
2197         * message.el (message-prune-recipients): New function.
2198         (message-prune-recipient-rules): New variable.
2199
2200         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2201         guess whether a long line is natural text or not.
2202
2203         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2204         gnus-process-plist and friends for compatibility.
2205
2206 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2207
2208         * gnus-html.el: Require packages that define macros used in this file.
2209         (gnus-article-mouse-face): Declare to silence byte-compiler.
2210         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2211         process-get.
2212         (gnus-html-put-image): Use plist-get to avoid getf.
2213         (gnus-html-prefetch-images): Use with-current-buffer.
2214
2215 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * gnus-ems.el: Provide compatibility functions for
2218         gnus-set-process-plist.
2219
2220         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2221         header-line-format for XEmacs 21.4.
2222
2223         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2224         * gnus.el (gnus-valid-select-methods)
2225         * message.el (message-send-mail-partially-limit)
2226         * mm-decode.el (mm-text-html-renderer)
2227         * mml.el (mml-insert-mime-headers-always)
2228         * smiley.el (smiley-regexp-alist): Bump custom version.
2229
2230 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-html.el: require mm-url.
2233         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2234         with the url to `url'.
2235         (gnus-html-wash-tags): Support cid: URLs/images.
2236
2237 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2240         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2241         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2242
2243         * gnus-move.el: Removed file, since it doesn't really work.
2244
2245         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2246         UTF-8.  This seems to fix problems with some German web feeds.
2247
2248         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2249         at the top so that the proper colours are applied.
2250
2251         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2252         don't have dots in their names.
2253
2254         * gnus-art.el (gnus-article-view-part): Doc fix.
2255
2256         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2257         XEmacs-compatible.
2258         (gnus-html-put-image): Don't do images on non-graphic displays.
2259
2260         * nnslashdot.el: Removed this unused backend.
2261
2262         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2263         actions.
2264         (gnus-undo-register-1): Revert last change.
2265
2266         * gnus-group.el (gnus-group-completing-read): Protect against not
2267         having completion-styles bound.
2268
2269         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2270         make broken recipients happier.
2271
2272         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2273
2274         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2275         point parameter.
2276
2277         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2278
2279         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2280         completion-styles for group selection.
2281
2282 2009-02-04  Andreas Schwab  <schwab@suse.de>
2283
2284         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2285         headers and regexp-quote the match if necessary.
2286
2287 2009-03-24  Miles Bader  <miles@gnu.org>
2288
2289         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2290         the blinking smiley.
2291
2292 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2293
2294         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2295         blink smiley.
2296
2297 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2300         where the dribbel file lives exists.
2301
2302         * message.el (message-send-mail-partially-limit): Change the default to
2303         nil, since most people don't want this.
2304
2305         * mm-url.el (mm-url-decode-entities): Also decode entities like
2306         &#x3212.
2307
2308 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2309
2310         * gnus-sum.el (gnus-summary-idna-message):
2311         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2312         Hyperlink urls in docstrings with URL `...'.
2313
2314 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2315
2316         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2317         functions.
2318
2319 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2322         say what the mouseover text should be.
2323
2324         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2325         version of the mm-w3m-safe-url-regexp variable to only download images
2326         in the groups where we want that to happen.
2327
2328         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2329
2330         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2331         easier debugging.
2332         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2333         big pictures in the article buffer.
2334
2335         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2336         gnus-article-html.
2337         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2338         w3m.
2339
2340         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2341
2342 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2345         which doesn't exist.
2346
2347         * message.el (message-inhibit-ecomplete): New variable to allow some
2348         function to inhibit ecomplete address storage.
2349         (message-resend): Disable ecomplete message storage when resending
2350         messages.
2351
2352         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2353
2354 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2357         Save excursion while copying, moving, and deleting articles in order to
2358         prevent the cursor from jumping to unforeseen place.
2359
2360 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * lpath.el: No need to bind bookmark-current-buffer,
2363         bookmark-yank-point and bookmark-make-record-function.
2364
2365 2010-08-17  Glenn Morris  <rgm@gnu.org>
2366
2367         * gnus-sync.el: Require gnus components whose functions are used.
2368
2369         * gnus-art.el (bookmark-make-record-function):
2370         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2371         Declare for compiler.
2372
2373         * mm-url.el (mml-compute-boundary): Autoload.
2374
2375 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2378
2379 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         Typo fix "hoo4a" -> "hook".
2382
2383         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2384
2385 2010-08-14  Glenn Morris  <rgm@gnu.org>
2386
2387         * gnus-sync.el (gnus-sync): Fix defgroup version.
2388
2389 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2392
2393         * gnus-sync.el: Fix docs.
2394         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2395         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2396
2397 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2398
2399         Optimizations for gnus-sync.el.
2400
2401         * gnus-sync.el: Add docs about gnus-sync-backend
2402         possibilities.
2403         (gnus-sync-save): Remove unnecessary message.
2404         (gnus-sync-read): Optimize and show what groups were skipped.
2405
2406 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2407
2408         Minor bug fixes for gnus-sync.el.
2409
2410         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2411         read the sync on get-new-news.
2412
2413         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2414         quiet.
2415
2416         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2417
2418 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2419
2420         Make saving and restoring of hidden threads work with overlays.
2421         Patch applied by Ted Zlatanov.
2422
2423         * gnus-sum.el (gnus-hidden-threads-configuration)
2424         (gnus-restore-hidden-threads-configuration): Update to deal with text
2425         properties, rather than searching for a magic character.
2426
2427 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         New gnus-sync.el library for synchronization of marks.
2430
2431         * gnus-sync.el: New library for synchronization of marks.
2432
2433         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2434         renamed from `gnus-registry-grep-in-list'.
2435
2436         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2437
2438         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2439
2440 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2443         determining charset of text fails.
2444
2445 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * nnmail.el (nnmail-get-new-mail-1): Revert.
2448
2449         * nnml.el (nnml-active-number): Make sure names of newly created groups
2450         in nnml-group-alist are encoded.
2451
2452 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2455         containing non-ASCII characters in active file for nnml back end.
2456
2457 2010-07-24  David Engster  <dengste@eml.cc>
2458
2459         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2460         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2461
2462 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2463
2464         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2465         tag (Bug#6654).
2466
2467 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2470         the article buffer, not the summary buffer.
2471
2472 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2475         Emacs 23 as well.
2476
2477 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2480         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2481
2482 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2483
2484         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2485         Patch applied by Karl Fogel.
2486
2487         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2488         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2489
2490 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2491
2492         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2493         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2494         C-w still not working correctly from Article buffers; Thierry's
2495         patch to fix that will be applied after this.
2496
2497         * gnus-art.el (bookmark-make-record-function): New local variable.
2498
2499         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2500         article buffer.
2501         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2502
2503 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2504
2505         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2506         on changes in bookmark.el.
2507
2508 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2511         `no-log' instead of message not to log prompt string.
2512
2513 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2514
2515         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2516         the *other* type of HTML form submission.
2517
2518 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2519
2520         * auth-source.el (auth-source-pick): If choice does not contain a
2521         questioned keyword, set the check to t.
2522
2523 2010-06-12  Romain Francoise  <romain@orebokech.com>
2524
2525         * gnus-util.el (gnus-date-get-time): Move up before first use.
2526
2527 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2530         (gnus-article-edit-part): Bind it to make last part that is substituted
2531         or deleted visible.
2532         (gnus-mime-display-single): Buttonize part of which id equals to
2533         gnus-mime-buttonized-part-id.
2534
2535 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2536
2537         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2538         (gnus-dd-mmm): Use gnus-date-get-time.
2539         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2540         simplify logic.
2541         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2542         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2543
2544 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2545
2546         * auth-source.el (top): Autoload `secrets-list-collections',
2547         `secrets-create-item', `secrets-delete-item'.
2548         (auth-sources): Fix tag string.
2549         (auth-get-source, auth-source-retrieve, auth-source-create)
2550         (auth-source-delete): New defuns.
2551         (auth-source-pick): Rewrite in order to avoid 2 passes.
2552         (auth-source-forget-user-or-password): New parameter USERNAME.
2553         (auth-source-user-or-password): New parameters CREATE-MISSING and
2554         DELETE-EXISTING.  Retrieve password interactively, if needed.
2555
2556 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2557
2558         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2559         deleting unused directories when gnus-expert-user is t.
2560
2561 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2564         for each temp file when gnus-article-browse-delete-temp is ask.
2565
2566 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2567
2568         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2569         Lisp calls to delete-backward-char by calls to delete-char.
2570
2571 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2572
2573         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2574
2575 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2576
2577         * password-cache.el (password-cache-remove): Fix docstring.
2578
2579 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2582         article unless decoding article to be saved.
2583
2584 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2587         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2588         generated within the mm-with-unibyte-current-buffer macro.
2589
2590 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2593         to nil when we're in a mml-preview buffer and no group is selected.
2594
2595 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2596
2597         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2598         when catching the `C-g'.  Reported by "Leo".
2599
2600 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * message.el (message-forward-make-body-plain)
2603         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2604         multibyte-string-p.
2605
2606         * lpath.el: Revert.
2607
2608 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * message.el (message-forward-make-body-mml): Assume original message
2611         is multibyte string; error on unibyte.
2612         (message-forward-make-body-plain): Ditto; don't add excessive newline
2613         in body end.
2614
2615         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2616
2617 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2618
2619         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2620         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2621
2622 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * mm-extern.el (mm-extern-url): Don't use
2625         mm-with-unibyte-current-buffer.
2626         (mm-extern-cache-contents): Use with-current-buffer instead of
2627         save-excursion + set-buffer.
2628
2629 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * mm-util.el (mm-emacs-mule): Remove.
2632
2633 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2634
2635         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2636         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2637         change.
2638
2639 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2642         bind the default value of enable-multibyte-characters to nil.
2643
2644 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * message.el (message-forward-make-body-plain)
2647         (message-forward-make-body-mml):
2648         Don't use mm-with-unibyte-current-buffer.
2649
2650 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2651
2652         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2653
2654 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2655
2656         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2657         (Bug#5592).
2658
2659 2010-05-07  Julien Danjou  <julien@danjou.info>
2660
2661         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2662         it to mm-pipe-part.
2663
2664         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2665         it is given.
2666
2667 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * binhex.el (binhex-decode-region-internal)
2670         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2671         (dns-query)
2672         * nnweb.el (nnweb-gmane-search)
2673         * pgg-parse.el (pgg-parse-armor)
2674         * pgg.el (pgg-verify-region)
2675         * sha1.el (sha1-string-external)
2676         * uudecode.el (uudecode-decode-region-internal)
2677         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2678         XEmacs.
2679
2680         * gnus-art.el (gnus-article-browse-html-parts)
2681         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2682         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2683         make-temp-file.
2684
2685         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2686         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2687         compiling.
2688
2689         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2690         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2691         XEmacs when compiling.
2692
2693         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2694         gnus-pick-mode-off-hook for XEmacs when compiling.
2695         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2696         gnus-binary-mode-off-hook for XEmacs when compiling.
2697
2698         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2699         nil if char-charset is not available.
2700
2701         * imap.el (imap-disable-multibyte)
2702         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2703         macros.
2704
2705         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2706         instead of encode-coding-string.
2707
2708         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2709         'xemacs) instead of mm-emacs-mule to switch function definitions.
2710         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2711
2712         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2713         bind temporary-file-directory for XEmacs;
2714         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2715         timer-set-function for XEmacs 21.4 and SXEmacs;
2716         bind timer-list for XEmacs 21.4 and SXEmacs;
2717         fbind char-charset and find-charset-region for non-Mule XEmacs;
2718         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2719         encode-coding-region and encode-coding-string for XEmacs having no
2720         file-coding feature.
2721
2722 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2723
2724         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2725
2726 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2729         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2730
2731 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2732
2733         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2734         alias `jka-compr-delete-temp-file' no longer exists.
2735
2736 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2737
2738         Use define-minor-mode in Gnus where applicable.
2739         * mml.el (mml-mode): Use define-minor-mode.
2740         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2741         (gnus-undo-mode): Use define-minor-mode.
2742         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2743         (gnus-dead-summary-mode): Use define-minor-mode.
2744         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2745         Initialize in declaration.
2746         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2747         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2748         (gnus-mailing-list-mode): Use define-minor-mode.
2749         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2750         (gnus-draft-mode): Use define-minor-mode.
2751         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2752         (gnus-dired-mode): Use define-minor-mode.
2753
2754 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2755
2756         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2757         handles on recursive mml-to-mime translation and check them for
2758         boundary delimiter collisions.  Reported by Greg Troxel.
2759
2760 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2763
2764 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2765
2766         * mm-util.el (mm-find-buffer-file-coding-system):
2767         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2768
2769 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2770
2771         * message.el (message-generate-headers): Record insertion of optional
2772         headers as well.  Otherwise the check to prevent repeated insertion of
2773         optional headers is a no-op.
2774
2775 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * smime.el: Don't mention CVS.
2778
2779         * nnrss.el (nnrss-fetch): Don't mention CVS.
2780
2781         * nnir.el: Don't mention CVS.
2782
2783 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2784
2785         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2786
2787 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * lpath.el: Fbind bookmark-default-handler,
2790         bookmark-get-bookmark-record, bookmark-make-record-default,
2791         bookmark-prop-get for Emacs <23 and XEmacs.
2792
2793 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2794
2795         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2796         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2797         Use with-current-buffer to silence the byte-compiler.
2798         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2799         bother to require `gnus'.
2800         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2801
2802 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2803
2804         * gnus-sum.el (gnus-summary-bookmark-make-record)
2805         (gnus-summary-bookmark-jump): New functions.
2806         (gnus-summary-mode): Setup bookmark support.
2807
2808 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2809
2810         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2811         if set.
2812
2813 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2816         gnus-article-browse-html-save-cid-image; make it work recursively for
2817         forwarded messages as well.
2818         (gnus-article-browse-html-parts): Work when prefix arg is given.
2819         (gnus-article-browse-html-article): Doc fix.
2820
2821 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2822
2823         * message.el (message-default-mail-headers):
2824         (message-default-headers): Carry the value mail-default-headers over
2825         into message-default-mail-headers, rather than message-default-headers.
2826
2827 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2828
2829         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2830         charset.
2831
2832         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2833         charset into the <meta> tag when the article is encoded to utf-8.
2834
2835 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2838         directories as well.
2839         (gnus-article-browse-html-parts): Work for images that do not specify
2840         file names; delete temp directory when quitting; insert header at the
2841         right place; use file: scheme for image files.
2842
2843 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2844
2845         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2846         (gnus-article-browse-html-parts): Use it to make temporary cid image
2847         files in addition to html file so that browser may display them.
2848
2849 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2852
2853 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2854
2855         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2856
2857 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2858
2859         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2860         about Secret Service API sources.  Improve Customize options.
2861         (auth-source-pick): Change to accept any number of search parameters.
2862         Implement fallbacks iteratively, not recursively.  Add scoring on the
2863         second pass and sort by score.  Call Secret Service API when needed.
2864         (auth-source-user-or-password): Use it.  Call Secret Service API
2865         directly when needed to get the user name and the password.
2866
2867 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2868
2869         * message.el (message-interactive): Doc fix.
2870         (message-qmail-inject-args): Reflow.
2871         (message-kill-to-signature): Fix typo in docstring.
2872
2873         * smiley.el (smiley-buffer): Fix typo in docstring.
2874
2875 2010-03-24  Glenn Morris  <rgm@gnu.org>
2876
2877         * mail-source.el (gnus-message): Declare.
2878         (mail-source-delete-old-incoming): Require gnus-util.
2879
2880 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2883
2884         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2885
2886         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2887         password-cache's default if it is not bound.
2888         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2889         password-cache-expiry's default if it is not bound.
2890
2891         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2892         available in Emacs 21.
2893
2894         * lpath.el: Suppress compiler warnings for:
2895         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2896         XEmacs;
2897         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2898         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2899         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2900
2901 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2902
2903         * auth-source.el (auth-sources): Fix up definition so extra parameters
2904         are always inline.
2905
2906 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2907
2908         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2909         wasn't updated after mismatch.  Clear cached mailbox info correctly
2910         when uidvalidity changes.
2911         (nnimap-group-prefixed-name): New function to avoid some code
2912         duplication.
2913         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2914         (nnimap-request-group): Use it.
2915         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2916         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2917         with many imap folders.  This is done by caching the group status from
2918         the imap server persistently in a group parameter `imap-status'.  (This
2919         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2920         but not persistently, so every Gnus startup was still very slow.)
2921
2922 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2923
2924         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2925         delete the extra newline.  Otherwise editing of :string and :number
2926         types don't work.
2927
2928 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2929
2930         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2931         secrets.el dependency.
2932         (auth-sources): Add optional user name.  Add secrets.el configuration
2933         choice (unused right now).
2934
2935 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2938         `gnus-registry-install-shortcuts' fill in the functions.
2939
2940         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2941         warnings.
2942         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2943         (gnus-registry-install-shortcuts): Populate and use it in a
2944         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2945
2946 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2947
2948         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2949         In-place substitutions for the group name encoding/decoding.
2950         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2951         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2952         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2953         (nnimap-update-unseen, nnimap-request-list)
2954         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2955         (nnimap-request-set-mark, nnimap-split-to-groups)
2956         (nnimap-split-articles, nnimap-request-newgroups)
2957         (nnimap-request-create-group, nnimap-request-accept-article)
2958         (nnimap-request-delete-group, nnimap-request-rename-group)
2959         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2960         `encoded-mbx' for consistency.
2961         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2962         variable `imap-current-mailbox'.
2963
2964         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2965         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2966
2967 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2968
2969         * pop3.el (pop3-display-message-size-flag): Display message size byte
2970         counts during POP3 download.
2971         (pop3-movemail): Use it.
2972         (pop3-list): Implement listing of available messages.
2973
2974 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2975
2976         * nnir.el (nnir-get-article-nov-override-function): New function to
2977         override the normal NOV retrieval.
2978         (nnir-retrieve-headers): Use it.
2979
2980 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2981
2982         * auth-source.el (netrc-machine-user-or-password): Autoload.
2983
2984 2010-03-19  Glenn Morris  <rgm@gnu.org>
2985
2986         Stop message.el from loading about 40 libraries it doesn't always need.
2987         The general approach is to autoload rather than require, and to
2988         require in the specific functions rather than the file.  (Bug#5642)
2989
2990         * gmm-utils.el: Don't require wid-edit.
2991         (widget-create-child-value, widget-convert, widget-default-get):
2992         Autoload.
2993
2994         * gnus-util.el: Don't require time-date, netrc.
2995         (message-fetch-field, gnus-group-name-decode): Declare rather than
2996         autoloading.
2997         (gnus-fetch-field): Require message.
2998         (gnus-decode-newsgroups): Require gnus-group.
2999
3000         * ietf-drums.el: Don't require time-date.
3001
3002         * message.el: Don't require hashcash, canlock, ecomplete.
3003         Do require mail-utils.  Require nnheader only when compiling.
3004         (smtpmail-default-smtp-server): Remove declaration.
3005         (message-send-mail-function): Check smtpmail-default-smtp-server
3006         is bound rather than requiring smtpmail.
3007         (message-auto-save-directory, message-insert-signature): Use
3008         expand-file-name rather than nnheader-concat.
3009         (nnheader-insert-file-contents): Autoload.
3010         (hashcash-wait-async): Declare.
3011         (message-send-mail): Only call gnus-setup-posting-charset if
3012         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3013         (message-send-mail-with-sendmail): Require sendmail.
3014         (canlock-password, canlock-password-for-verify): Declare.
3015         (message-canlock-password): Require canlock.
3016         (nnheader-get-report): Autoload.
3017         (gnus-setup-posting-charset): Declare.
3018         (message-send-news): Require gnus-msg.
3019         (message-make-references, message-make-in-reply-to): Use mail-header-id
3020         rather than the alias mail-header-message-id.
3021         (ecomplete-add-item, ecomplete-save): Declare.
3022         (message-put-addresses-in-ecomplete): Require ecomplete.
3023         (ecomplete-display-matches): Autoload.
3024
3025         * mm-decode.el: Don't require mailcap, gnus-util.
3026         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3027         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3028         Autoload.
3029         (mailcap-mime-extensions): Declare.
3030
3031         * mm-encode.el: Don't require mailcap.
3032         (mailcap-extension-to-mime): Autoload.
3033
3034         * mml-sec.el: Don't require password-cache.
3035
3036         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3037         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3038         (mml-minibuffer-read-type): Require mailcap.
3039         (mml-preview): Require gnus-msg.
3040
3041         * mml1991.el: Require password-cache.
3042         (password-cache-expiry): Remove declaration.
3043
3044         * mml2015.el: Require password-cache.
3045         (password-cache-expiry): Remove declaration.
3046
3047         * nneething.el (mailcap): Require mailcap.
3048
3049         * nnheader.el (declare-function): Add compatibility stub.
3050         (message-remove-header): Declare rather than autoload.
3051         (nnheader-replace-header): Require message.
3052
3053         * nnimap.el (declare-function): Add compatibility stub.
3054         (netrc-parse, netrc-machine-user-or-password): Declare.
3055         (nnimap-open-connection): Require netrc.
3056
3057         * nntp.el (declare-function): Add compatibility stub.
3058         (netrc-parse, netrc-machine, netrc-get): Declare.
3059         (nntp-send-authinfo): Require netrc.
3060
3061         * rfc2047.el: Don't require qp.
3062         (quoted-printable-encode-region, quoted-printable-decode-string):
3063         Autoload.
3064
3065         * sieve-mode.el: Don't require easymenu.
3066         (easy-menu-add-item): Autoload it.
3067
3068         * spam-stat.el (time-to-number-of-days): Autoload it.
3069
3070 2010-03-19  Glenn Morris  <rgm@gnu.org>
3071
3072         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3073
3074 2010-03-18  Glenn Morris  <rgm@gnu.org>
3075
3076         * hashcash.el (declare-function): Remove duplicate definition.
3077
3078 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3079
3080         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3081         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3082         value if any backslash escapes).
3083
3084 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3087         if it is available.  (bug#5647)
3088
3089         * lpath.el: Suppress compiler warning for coding-system-from-name for
3090         Emacs 21 and XEmacs.
3091
3092 2010-03-14  Juri Linkov  <juri@jurta.org>
3093
3094         * hmac-def.el:
3095         * hmac-md5.el:
3096         * netrc.el: Fix keywords.
3097
3098 2010-02-26  Glenn Morris  <rgm@gnu.org>
3099
3100         * message.el (message-send-mail-function): Change the default, so that
3101         it inherits from a customized send-mail-function.  (Bug#5643)
3102
3103 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3104
3105         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3106         shell-command-to-string signals an error (bug#5299).
3107
3108 2010-02-24  Glenn Morris  <rgm@gnu.org>
3109
3110         * message.el (message-smtpmail-send-it)
3111         (message-send-mail-with-mailclient): Doc fixes.
3112
3113 2010-02-16  Glenn Morris  <rgm@gnu.org>
3114
3115         * message.el (message-default-mail-headers): Change the default value
3116         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3117
3118 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3121         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3122
3123 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3124
3125         * time-date.el (date-to-time): Doc fix (Bug#5408).
3126
3127 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3128
3129         * message.el (message-mail): Just pass yank-action on to message-setup.
3130         (message-setup): Handle (FUN . ARGS) form of yank-action.
3131         (message-with-reply-buffer, message-widen-reply)
3132         (message-yank-original): Handle non-buffer values of
3133         message-reply-buffer (Bug#4080).
3134         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3135
3136 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3137
3138         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3139         Fix typo in docstring.
3140
3141 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3142
3143         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3144         response.
3145
3146 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3149
3150         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3151
3152         * message.el (message-check-news-header-syntax): Protect against a
3153         string that `rfc822-addresses' returns when parsing fails.
3154
3155 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3158         (gnus-previous-char-property-change): New functions.
3159
3160         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3161
3162 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3163
3164         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3165         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3166
3167 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3168
3169         * message.el (message-exchange-point-and-mark): Rework last change to
3170         avoid using optional arg of exchange-point-and-mark, for backward
3171         compatibility.
3172
3173 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3174
3175         * message.el (message-exchange-point-and-mark): Call
3176         exchange-point-and-mark with an argument rather than setting
3177         mark-active by hand (Bug#5175).
3178
3179 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * nntp.el (nntp-service-to-port): Work for service expressed with
3182         numeric string; replace [:digit:] with [0-9] for XEmacs.
3183
3184 2009-12-17  Glenn Morris  <rgm@gnu.org>
3185
3186         * gnus-group.el (gnus-bug-group-download-format-alist):
3187         Change emacs entry to debbugs.gnu.org.  Bump :version.
3188
3189 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3190
3191         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3192
3193 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * message.el (message-info): Explain why we use `Info-goto-node'.
3196
3197 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3200
3201 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3202
3203         * message.el (message-completion-in-region): New compatibility function.
3204         (message-expand-group): Use it.
3205
3206 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3209         with no unread article should be listed if the 2nd arg `predicate' is
3210         given.
3211
3212 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3215
3216 2009-11-29  Juri Linkov  <juri@jurta.org>
3217
3218         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3219         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3220         on `gnus-recenter'. (Bug#4698, Bug#4981)
3221
3222 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3223
3224         * sha1.el (sha1-string-external): default-directory "/" in case
3225         otherwise non-existent.  process-connection-type pipe for touch of
3226         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3227
3228 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3229
3230         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3231         it's comms related and sgml-mode.el has "comm" on that basis too.
3232
3233 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3236         containing tspecial characters if they have been already quoted.
3237
3238 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3239
3240         * dns-mode.el (auto-mode-alist): Purecopy string.
3241
3242 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3243
3244         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3245
3246 2009-10-24  Glenn Morris  <rgm@gnu.org>
3247
3248         * gnus-art.el (help-xref-stack-item): Define for compiler.
3249
3250 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3251
3252         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3253
3254 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3257
3258 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3261         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3262
3263 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3266         (gnus-overlays-in): New alias to overlays-in.
3267
3268         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3269         gnus-overlay-get, and gnus-delete-overlay.
3270         (gnus-summary-show-thread): Make it work as well for systems in which
3271         next-single-char-property-change is not available.
3272         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3273
3274         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3275         (gnus-overlay-get): New alias to extent-property.
3276         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3277
3278         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3279         SXEmacs.
3280
3281         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3282         SXEmacs.
3283
3284 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3285
3286         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3287
3288 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3289
3290         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3291         and XEmacs that don't have `remove-overlays'.
3292
3293 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3294
3295         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3296         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3297         selective display.  Use overlays instead.
3298
3299 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3300
3301         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3302
3303 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3304
3305         * spam-stat.el (spam-stat-load): Fix typo in message.
3306
3307 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3308
3309         * dig.el (dig-invoke): Fix typo in docstring.
3310         (query-dig): Reflow docstring.
3311
3312 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3313
3314         * gnus-art.el (gnus-article-encrypt-body):
3315         * message.el (message-check-recipients):
3316         * mm-util.el (mm-codepage-setup):
3317         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3318         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3319
3320 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3321
3322         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3323         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3324         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3325         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3326         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3327
3328 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3329
3330         * dig.el: Add "Keywords: comm", as per net-utils.el.
3331
3332 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3333
3334         * dig.el (dig-mode): Use define-derived-mode.
3335
3336 2009-09-19  Glenn Morris  <rgm@gnu.org>
3337
3338         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3339
3340 2009-09-18  Glenn Morris  <rgm@gnu.org>
3341
3342         * gnus-diary.el (gnus-diary-check-message):
3343         * message.el (message-insert-formatted-citation-line):
3344         * nnbabyl.el (top-level):
3345         * nndiary.el (nndiary-schedule):
3346         Fix typos in condition-case handlers.
3347
3348 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3351         configuration that provides the sole article window in a frame;
3352         position point correctly after deleting a part.
3353
3354 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3355
3356         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3357         (spam-resolve-registrations-routine): Use it to unregister articles
3358         that change status.
3359
3360 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3363         with XEmacs.
3364         (parse-time-string-chars): Use it.
3365
3366 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3367
3368         * imap.el (imap-interactive-login): Better messages.
3369         (imap-open): Fix bug with renamed buffer on reconnect.
3370         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3371         for easier debugging and cleaner code.  On successful (guessed based on
3372         server capabilities) secondary authentication, set imap-state
3373         correctly.
3374         (imap-last-authenticator): Define imap-last-authenticator as a variable
3375         to avoid warnings.
3376
3377 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * nnrss.el (nnrss-request-article): Remove binding of
3380         default-enable-multibyte-characters that has gotten needless by
3381         the 2007-07-13 change in rfc2047-encode-message-header.
3382
3383         * mml.el (mml-insert-multipart): Error on the message header.
3384         (mml-insert-part): Error on the message header; position point at
3385         the end of a MIME tag.
3386
3387 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * time-date.el (autoload): Expand define-obsolete-function-alias into
3390         defalias and make-obsolete for old Emacsen that Gnus supports.
3391         (with-no-warnings): Define it for old Emacsen.
3392         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3393         is available.
3394         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3395         float-time is available; suppress compile warning for time-to-seconds.
3396
3397         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3398         (gnus-float-time): Alias to float-time if it exists.
3399
3400         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3401         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3402         float-time is available; suppress compile warning for time-to-seconds.
3403
3404         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3405         XEmacs.
3406
3407 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3408
3409         * imap.el (imap-message-map): Docstring fix.
3410
3411 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3414         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3415         Add the optional argument `encoding' that overrides the default.
3416
3417         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3418         mm-encode-buffer.
3419
3420 2009-09-04  Glenn Morris  <rgm@gnu.org>
3421
3422         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3423         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3424         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3425         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3426         * mm-util.el (mm-with-unibyte-current-buffer)
3427         (mm-find-buffer-file-coding-system):
3428         * yenc.el (yenc-decode-region): Use default-value rather than
3429         default-enable-multibyte-characters.
3430
3431 2009-09-03  Glenn Morris  <rgm@gnu.org>
3432
3433         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3434         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3435         than default-enable-multibyte-characters.
3436
3437 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3438
3439         * gnus-art.el (gnus-article-read-summary-keys):
3440         Fix gnus-buffer-configuration's value temporarily used.
3441
3442 2009-09-02  Glenn Morris  <rgm@gnu.org>
3443
3444         * gnus-util.el (gnus-float-time): New function.
3445         * gnus-delay.el (gnus-delay-article):
3446         * gnus-sum.el (gnus-thread-latest-date):
3447         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3448         * nnspool.el (nnspool-request-newgroups):
3449         Use gnus-float-time rather than time-to-seconds.
3450         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3451
3452         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3453         (gnus-header-subject-face, gnus-header-newsgroups-face)
3454         (gnus-header-name-face, gnus-header-content-face):
3455         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3456         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3457         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3458         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3459         (gnus-cite-face-11):
3460         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3461         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3462         (gnus-server-closed-face, gnus-server-denied-face)
3463         (gnus-server-offline-face):
3464         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3465         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3466         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3467         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3468         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3469         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3470         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3471         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3472         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3473         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3474         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3475         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3476         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3477         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3478         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3479         (gnus-summary-high-undownloaded-face)
3480         (gnus-summary-low-undownloaded-face)
3481         (gnus-summary-normal-undownloaded-face)
3482         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3483         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3484         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3485         (gnus-splash-face):
3486         * message.el (message-header-to-face, message-header-cc-face)
3487         (message-header-subject-face, message-header-newsgroups-face)
3488         (message-header-other-face, message-header-name-face)
3489         (message-header-xheader-face, message-separator-face)
3490         (message-cited-text-face, message-mml-face):
3491         * sieve-mode.el (sieve-control-commands-face)
3492         (sieve-action-commands-face, sieve-test-commands-face)
3493         (sieve-tagged-arguments-face):
3494         * spam.el (spam-face):
3495         Mark face aliases with "-face" in the name as obsolete.
3496
3497 2009-09-01  Glenn Morris  <rgm@gnu.org>
3498
3499         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3500         than goto-line.
3501
3502 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3505         Don't move point if the command is invoked inside the message header.
3506
3507 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3508
3509         * imap.el (imap-send-command): Simplify.
3510         (imap-wait-for-tag): point-max -> buffer-size.
3511
3512 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3513
3514         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3515         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3516         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3517         * nnir.el (nnir-swish-e-index-file):
3518         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3519         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3520         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3521         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3522         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3523         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3524
3525 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3528         Don't save excursion.
3529
3530 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3531
3532         * nnheader.el (nnheader-find-file-noselect):
3533         * mm-util.el (mm-insert-file-contents):
3534         Use (default-value 'major-mode) instead of default-major-mode.
3535
3536 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3537
3538         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3539
3540 2009-08-26  Glenn Morris  <rgm@gnu.org>
3541
3542         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3543         than placing in files.el.
3544
3545 2009-08-25  Glenn Morris  <rgm@gnu.org>
3546
3547         * nnir.el (top-level): Don't require cl at run-time.
3548         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3549         Replace cl-function substitute with gnus-replace-in-string.
3550         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3551         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3552         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3553         simplified expansions.
3554
3555 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3556
3557         * dig.el (dig): Add autoload cookie.
3558
3559 2009-08-22  Glenn Morris  <rgm@gnu.org>
3560
3561         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3562         goto-line.
3563
3564 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3565
3566         * parse-time.el (parse-time-string-chars): Save match data.
3567
3568 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3569
3570         * parse-time.el (parse-time-string-chars): Compute using character
3571         classes, to handle non-ascii characters (Bug#3190).
3572
3573 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3576
3577         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3578         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3579         (gnus-mm-display-part, gnus-mime-display-single)
3580         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3581         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3582
3583         * gnus-sum.el
3584         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3585         (gnus-summary-move-article): Add expirable mark to articles copied or
3586         moved to group that has auto-expire turned on if the option is non-nil.
3587
3588 2009-07-24  Glenn Morris  <rgm@gnu.org>
3589
3590         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3591         Fix typo.  (Bug#3903)
3592
3593 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3596         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3597         that should not be used for draft articles.
3598         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3599         that has no concern in minor mode keys.
3600         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3601         Abolish.
3602
3603 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3606         article without making inquiry to a user for unknown encoding.
3607
3608         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3609         (nnmaildir--scan): Assume i-node and device number that file-attributes
3610         returns might be cons-cell.
3611
3612         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3613
3614         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3615
3616 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * auth-source.el: Remove docs now in auth.texi.  Don't use
3619         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3620         `auth-source-hide-passwords' and use them.
3621
3622 2009-07-15  Glenn Morris  <rgm@gnu.org>
3623
3624         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3625
3626 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3629         excessive whitespace from the default values of title and description.
3630
3631 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3634         mail-fetch-field to fetch Content-Description header in order to
3635         exclude newlines.
3636
3637 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3638
3639         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3640         format used by GnuPG 2.0.11.
3641
3642 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3645         to deleted part.
3646
3647 2009-05-30  David Engster  <dengste@eml.cc>
3648
3649         * nnmairix.el: Remove old documentation in the commentary block.
3650         (nnmairix-request-group): Do not update active file for nnml back ends.
3651         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3652         end so that overview files are ignored.
3653         (nnmairix-update-groups): Make updating the groups more robust by using
3654         marks.
3655         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3656         with dollar characters in message-id.
3657
3658 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3661         2008-12-25 in dns.el.
3662
3663 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3664
3665         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3666         could happen if the text is only composed of spaces and/or tabs.
3667
3668 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3669
3670         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3671         when sending a queued message to avoid extra mml tags.
3672
3673 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3676
3677 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3680         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3681         rmail-toggle-header for XEmacs;
3682         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3683
3684 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-dired.el: Remove autoload for gnus-setup-message.
3687         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3688         displaying Gnus logo; always use compose-mail.
3689
3690 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3691
3692         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3693
3694 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3697         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3698         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3699         available.
3700         (gnus-nocem-epg-verify): New function.
3701
3702 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3705
3706 2009-02-15  Glenn Morris  <rgm@gnu.org>
3707
3708         * gnus-util.el (rmail-insert-rmail-file-header)
3709         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3710         autoloads.
3711         (rmail-default-rmail-file): Remove unnecessary declaration.
3712         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3713
3714 2009-02-14  Glenn Morris  <rgm@gnu.org>
3715
3716         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3717         variable (only used in gnus-util, which declares it anyway).
3718         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3719         which was only needed by gnus-art (changed to not use it any more).
3720         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3721         only used in gnus-util, which autoloads it itself.
3722         (rmail-update-summary): Fix autoload.
3723
3724         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3725         rather than rmail-output-to-rmail-file.
3726
3727 2009-02-07  Glenn Morris  <rgm@gnu.org>
3728
3729         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3730         autoload of function that no longer exists.
3731         (rmail-toggle-header): Declare.
3732         (message-forward-rmail-make-body): Handle mbox Rmail.
3733
3734 2009-01-31  Glenn Morris  <rgm@gnu.org>
3735
3736         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3737         2009-01-09 change.
3738
3739 2009-01-31  Dave Love  <fx@gnu.org>
3740
3741         * imap.el (imap-fetch-safe): Bind debug-on-error.
3742         (imap-debug): Add imap-fetch-safe.
3743
3744 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3745
3746         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3747         (auth-source-forget-all-cached): New convenience function.
3748         (auth-source-user-or-password): Accept list of modes or a single mode.
3749
3750         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3751         auth-source modes.
3752
3753         * netrc.el (netrc-machine-user-or-password): Use list of
3754         auth-source modes.
3755
3756         * nnimap.el (nnimap-open-connection): Use list of
3757         auth-source modes.
3758
3759         * nntp.el (nntp-send-authinfo): Use list of
3760         auth-source modes.
3761
3762 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3765         now.
3766
3767 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3770         coding system in XEmacs; add a workaround for XEmacs.
3771
3772         * lpath.el: Fbind coding-system-aliasee.
3773
3774 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3777         of current-language-environment.
3778
3779 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3780
3781         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3782         available at runtime.
3783
3784 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3787
3788 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3789
3790         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3791         the greatest positive fixnum value doesn't work under an XEmacs with
3792         bignum support; use the most-positive-fixnum constant instead,
3793         available since Emacs 21.1 with cl and XEmacs 21.1.
3794
3795 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3798         XEmacs gets not to work.
3799
3800 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * mm-util.el (mm-coding-system-priorities): Allow the value like
3803         "Japanese (UTF-8)" of current-language-environment.
3804
3805 2009-01-09  Glenn Morris  <rgm@gnu.org>
3806
3807         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3808         with last-command-event.
3809
3810 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3813         in the doc string.
3814
3815         * message.el (message-fix-before-sending): Amend comment.
3816
3817 2009-01-08  Dave Love  <fx@gnu.org>
3818
3819         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3820
3821 2009-01-07  David Engster  <dengste@eml.cc>
3822
3823         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3824         simplified server definitions by converting it via
3825         gnus-server-to-method.
3826
3827 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3830         parameter's operands.
3831
3832 2009-01-06  David Engster  <dengste@eml.cc>
3833
3834         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3835         primary select method (for gnus-group-mark-article-as-read).
3836
3837 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3838
3839         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3840         `(gnus)Face', not `(gnus)X-Face'.
3841
3842 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * mm-util.el (mm-ucs-to-char): New function.
3845
3846         * mm-url.el (mm-url-decode-entities): Use it.
3847
3848         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3849         unicode-to-char.
3850
3851 2009-01-05  Dave Love  <fx@gnu.org>
3852
3853         * time-date.el: Require cl for `declare'.
3854
3855 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3856
3857         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3858         Dave Love.
3859
3860 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3861
3862         * message.el (message-fix-before-sending): Add `eight-bit' to
3863         illegible-text check.
3864
3865 2009-01-03  Michael Olson  <mwolson@gnu.org>
3866
3867         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3868         `headers' is nil.  This can occur if the IMAP server does not have
3869         permissions to read messages from a folder, but can write new messages
3870         to the folder.
3871         (nnimap-request-article-part): Do not insert `data' if it is nil.
3872
3873         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3874         characters which will confuse `read', so skip past them.
3875
3876 2009-01-01  Dave Love  <fx@gnu.org>
3877
3878         * imap.el (imap-string-to-integer): Fix typo.
3879         (imap-fetch-safe): New function.
3880         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3881
3882         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3883
3884         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3885         (imap-parse-greeting): Fix doc strings.
3886         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3887         (imap-parse-flag-list): Make messages unique.
3888         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3889
3890         * nnimap.el: Fix author email.
3891         (nnimap-split-rule): Add FIXME comment.
3892         (nnimap-debug): Fix doc string.
3893
3894 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3895
3896         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3897
3898 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3899
3900         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3901         nslookup if resolv.conf isn't available.
3902         (dns-query): Rename from query-dns.
3903         (dns-query-cached): Rename from query-dns-cached.
3904
3905 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3908         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3909         to check if those variables exist (first appeared in Emacs 18.50).
3910
3911 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * mm-util.el (mm-line-number-at-pos): New function.
3914
3915         * spam-report.el (spam-report-process-queue): Use it.
3916
3917 2008-12-24  David Engster  <dengste@eml.cc>
3918
3919         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3920         parameters that haven't existed as variables as buffer-local variables.
3921
3922 2008-12-23  Dave Love  <fx@gnu.org>
3923
3924         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3925         cadar.
3926
3927         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3928         imap-starttls-p.
3929         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3930
3931 2008-12-22  Dave Love  <fx@gnu.org>
3932
3933         * imap.el: Fix author email.  Doc fixes.
3934         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3935         reply.
3936
3937 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * spam-report.el (spam-report-gmane-max-requests): New constant.
3940         (spam-report-gmane-wait): New variable.
3941         (spam-report-gmane-ham, spam-report-gmane-spam)
3942         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3943         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3944         the server.
3945
3946         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3947         Add explanations.
3948
3949         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3950         nnheader-accept-process-output and nnheader-read-timeout if available.
3951         (pop3-movemail): Use it.
3952
3953         * message.el (message-check-news-body-syntax): Fix signature check if
3954         there's an attachment.
3955
3956 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * mm-util.el: Add comments to the mm- emulating functions.
3959
3960 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3963         by Stephen Berman <stephen.berman@gmx.net>.
3964
3965 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * mm-util.el (mm-substring-no-properties): New function.
3968         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3969         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3970         (mm-string-to-multibyte): Doc fix.
3971
3972         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3973
3974 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * mml.el (mml-attach-file): Strip text properties from file name.
3977         (Bug#1574)
3978
3979 2008-12-16  Glenn Morris  <rgm@gnu.org>
3980
3981         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3982
3983 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3986         knows since the charset specified might be a bogus alias that
3987         mm-charset-synonym-alist provides.
3988
3989 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3990
3991         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3992         "ISO_8859-1".
3993
3994         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3995
3996 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * mm-util.el (mm-charset-eval-alist):
3999         Define it before mm-charset-to-coding-system.
4000         (mm-charset-to-coding-system): Add optional argument `silent';
4001         define it before mm-charset-override-alist.
4002         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4003         default value if it can be used in Emacs currently running;
4004         silence mm-charset-to-coding-system.
4005
4006 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4009         `allow-override' which says whether to use `mm-charset-override-alist'.
4010         (rfc2047-decode-encoded-words): Use it.
4011
4012         * mm-util.el (mm-charset-override-alist): Fix custom type;
4013         add `(gb2312 . gbk)' to choices.
4014
4015 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4018         fast.
4019
4020         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4021
4022         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4023
4024 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4025
4026         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4027         on links.
4028
4029         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4030
4031 2008-12-03  Lute Kamstra  <lute@gnu.org>
4032
4033         * sha1.el: Remove leading * from docstrings of defcustoms,
4034         deffaces, defconsts and defuns.
4035
4036 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4039         users' addresses that don't have domain parts.
4040         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4041         rather than message-narrow-to-head since there will be the message
4042         header separator.
4043
4044 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4045
4046         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4047         since the result is inserted in a unibyte buffer anyway.
4048         (nnimap-demule-use-string-to-multibyte): Remove.
4049         (nnimap-demule): Alias it to mm-string-to-multibyte.
4050
4051 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4052
4053         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4054         variable for debugging bug#464 and bug#1174.
4055         (nnimap-demule): Use it.
4056
4057 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4060         score calculation correctly.
4061
4062 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4063
4064         * message.el (message-send-mail): Just set the buffer to unibyte
4065         rather than use mm-with-unibyte-current-buffer which does a lot more.
4066         (message-send-mail-partially): Don't bother with
4067         mm-with-unibyte-current-buffer since it's already been made unibyte by
4068         message-send-mail.
4069
4070 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4071
4072         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4073
4074 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4077
4078 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4081         require itself and to remove `with-no-warnings'.
4082
4083 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * starttls.el (starttls-any-program-available): Get the name of the
4086         available TLS layer program.
4087         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4088         well as the host name in the "opening" message.
4089
4090         * auth-source.el (auth-source-cache, auth-source-do-cache)
4091         (auth-source-user-or-password): Cache passwords and logins by default,
4092         allow override with `auth-source-do-cache'.
4093         (auth-source-forget-user-or-password): Allow users to remove cache
4094         entries if needed.
4095
4096 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4097
4098         * md4.el (md4-buffer): Fix typo in docstring.
4099         (md4, md4-64): Doc fixes.
4100         (md4-pack-int32): Reflow docstring.
4101
4102 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4103
4104         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4105         condition-case to only the forward-sexp call.
4106
4107 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4108
4109         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4110         quotes contained.  Make it more robust regardless by an extra
4111         condition-case wrapper.
4112
4113 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4114
4115         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4116
4117 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * nnml.el (nnml-request-expire-articles): Check if the function set to
4120         `nnmail-expiry-target' returns the symbol `delete'.
4121
4122         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4123
4124         * nnmail.el (nnmail-expiry-target): Fix custom type.
4125
4126 2008-10-02  Glenn Morris  <rgm@gnu.org>
4127
4128         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4129         Silence compiler warning.
4130
4131 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4132
4133         * tls.el (open-tls-stream): Show the actual command being
4134         executed, instead of the format string.
4135
4136 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * lpath.el: Fbind codepage-setup for Emacs 23.
4139
4140 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4141
4142         * mml.el (mml-menu): Don't assume mml2015 is bound.
4143
4144 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4147         exists.
4148
4149 2008-09-27  Glenn Morris  <rgm@gnu.org>
4150
4151         * gnus-util.el (mail-header-remove-comments): Autoload it.
4152
4153 2008-09-27  Andreas Schwab  <schwab@suse.de>
4154
4155         * gnus-util.el (gnus-split-references): Strip comments.
4156         (gnus-parent-id): Likewise.
4157
4158 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * message.el (message-confirm-send): Fix version.
4161
4162 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * message.el (message-idna-to-ascii-rhs-1): Use
4165         mail-extract-address-components rather than mail-header-parse-addresses
4166         that is an alias by default to ietf-drums-parse-addresses that does not
4167         support non-ASCII names in headers' contents.
4168
4169 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4170
4171         * message.el (message-confirm-send): Fixed variable documentation to
4172         avoid the "y/n" wording.
4173
4174 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4175
4176         * message.el (message-set-auto-save-file-name): Save to a different
4177         filename so multiple messages (especially drafts) can be recovered.
4178
4179 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4180
4181         * message.el (message-confirm-send): Add appropriate version.
4182
4183 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4184
4185         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4186         defvar.
4187
4188 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4189
4190         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4191         (mm-pkcs7-enveloped-magic): Ditto.
4192
4193 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4194
4195         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4196         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4197
4198 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4199
4200         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4201         default, it's better.
4202
4203 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4204
4205         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4206         summary line gnus-number property and ignore them (with a warning
4207         message).
4208
4209 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4212         macro caddr in the interactive form since it won't be expanded.
4213
4214 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4217         `charset'; fix name of function called recursively.
4218         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4219
4220 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4223         (gnus-mime-set-charset-parameters): New function.
4224         (gnus-mime-view-part-as-charset): Use it to correctly display part
4225         specifying wrong charset.
4226
4227 2008-09-08  David Engster  <dengste@eml.cc>
4228
4229         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4230         in completing-read for back end server.
4231
4232 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * message.el (message-confirm-send): New variable to confirm sending a
4235         message.
4236         (message-send): Use it.
4237
4238 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4241
4242 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4245
4246 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4249         prevent tracking too many groups.
4250         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4251         Use it.
4252
4253 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4254
4255         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4256         moving point to the bottom of the window in order to avoid recentering.
4257
4258 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4261
4262         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4263         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4264         (gnus-article-beginning-of-window): Fix calculation.
4265
4266 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-msg.el (gnus-summary-supersede-article)
4269         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4270         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4271         message header.
4272
4273 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4274
4275         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4276         pending output coming after the status change.
4277
4278 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4279
4280         * message.el:
4281         * gnus-start.el:
4282         * gnus-registry.el: Remove VMS support.
4283
4284 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4287         macro.
4288         (rfc2104-hash): Use it.
4289
4290 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4293         (gnus-summary-sort-by-most-recent-date): New commands.
4294         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4295         and menu entries.
4296
4297 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4300         don't redisplay article for raw contents; remove plural articles stuff.
4301
4302         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4303         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4304         on gnus-summary-save-article; display results properly.
4305
4306 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * lpath.el: No need to fbind ns-focus-frame.
4309
4310 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4313
4314 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4317         gnus-save-all-headers.
4318
4319 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4320
4321         * gnus-util.el (ns-focus-frame): Remove declaration.
4322         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4323         like x.
4324
4325 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4326
4327         * rfc2104.el (rfc2104-zero): Delete defconst.
4328         (rfc2104-hex-alist): Likewise.
4329         (rfc2104-hex-to-int): Delete func.
4330         (rfc2104-hexstring-to-bitstring): Likewise.
4331         (rfc2104-nybbles): New defconst.
4332         (rfc2104-hash): Rewrite for speed.
4333
4334 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * tls.el (open-tls-stream): Make it work with the 2nd argument
4337         BUFFER that is a string but does not exist as a buffer object, as
4338         mentioned in the doc-string.
4339
4340 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4343         SXEmacs.
4344
4345 2008-07-16  Glenn Morris  <rgm@gnu.org>
4346
4347         * gnus-util.el (ns-focus-frame): Declare for compiler.
4348
4349 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4352         set as a group parameter.
4353         (gnus-summary-save-in-pipe): Work when it is called independently.
4354         (gnus-summary-pipe-to-muttprint): Don't modify
4355         gnus-summary-pipe-output-default-command.
4356
4357 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4358
4359         * message.el (message-send-mail-with-sendmail):
4360         Display the error message.
4361
4362 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-art.el (gnus-default-article-saver):
4365         Add gnus-summary-save-in-pipe to choices.
4366         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4367         gnus-summary-pipe-output-default-command as the default command.
4368         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4369         instead of gnus-last-shell-command.
4370
4371         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4372         New user option.
4373         (gnus-summary-muttprint-program): Mention the value will be changed.
4374         (gnus-summary-save-article): Force showing of all headers.
4375         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4376
4377 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4378
4379         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4380
4381 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4382
4383         * nnimap.el (nnimap-id):
4384         * sieve-manage.el (sieve-manage-open): Doc fixes.
4385
4386 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4387
4388         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4389         if available.
4390
4391 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4392
4393         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4394
4395         * nnkiboze.el (nnkiboze-generate-group):
4396         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4397
4398         * nnmairix.el: Require CL.
4399
4400 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * dgnushack.el: Autoload get-display-table and put-display-table for
4403         XEmacs 21.5.
4404
4405         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4406         21.4 and SXEmacs.
4407
4408 2008-06-15  David Engster  <dengste@eml.cc>
4409
4410         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4411
4412 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4413
4414         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4415         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4416         runtime choice under XEmacs.
4417
4418         * gnus-sum.el (gnus-summary-set-display-table):
4419         Use `gnus-put-display-table', `gnus-get-display-table',
4420         `gnus-set-display-table' for the display table, instead of `aset'.
4421
4422         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4423         Use `gnus-put-display-table', `gnus-get-display-table',
4424         `gnus-set-display-table' for the display table.
4425
4426 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * nnmairix.el: Add autoloads.
4429
4430 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4431
4432         * nnmairix.el (nnmairix-delete-recreate-group)
4433         (nnmairix-update-and-clear-marks): Fix error messages.
4434
4435 2008-06-14  David Engster  <dengste@eml.cc>
4436
4437         * nnmairix.el: Upgrade to version 0.6.
4438         (nnmairix-group-toggle-propmarks-this-group)
4439         (nnmairix-group-toggle-readmarks-this-group)
4440         (nnmairix-group-delete-recreate-this-group)
4441         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4442         (nnmairix-remove-tick-mark-original-article): New commands.
4443         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4444         (nnmairix-propagate-marks-to-nnmairix-groups)
4445         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4446         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4447         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4448         functions needed for marks propagation and manipulation of read marks.
4449         (nnmairix-update-groups): New function.
4450         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4451         (nnmairix-determine-original-group-from-registry)
4452         (nnmairix-determine-original-group-from-path)
4453         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4454         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4455         New helper functions.
4456         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4457         keystrokes for new commands.
4458         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4459         (nnmairix-request-group): Check allow-fast group parameter.
4460         (nnmairix-request-create-group): Set allow-fast group parameter if
4461         nnmairix-allowfast-default is set.
4462         (nnmairix-close-group): Propagate marks upon closing if needed.
4463         (nnmairix-group-toggle-threads-this-group): Use new.
4464         nnmairix-group-toggle-parameter helper function.
4465         (nnmairix-search): Better check for empty search result.
4466         (nnmairix-goto-original-article): Use new helper functions for
4467         determining original article.
4468         (nnmairix-show-original-article): Make sure message-id is in brackets.
4469         (nnmairix-call-mairix-binary): Change variable name.
4470         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4471         helper function.
4472         (nnmairix-widget-toggle-activate): Fix doc string.
4473
4474 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nnir.el: Require edmacro when compiling with XEmacs.
4477         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4478         available in Emacs 21.
4479
4480 2008-06-11  Glenn Morris  <rgm@gnu.org>
4481
4482         * gnus-util.el (x-focus-frame):
4483         * gnus.el (image-size):
4484         * mm-decode.el (image-size): Declare.
4485
4486         * gnus-picon.el (declare-function): Add compat definition.
4487         (image-size): Declare.
4488
4489         * gnus-group.el (tool-bar-map):
4490         * gnus-sum.el (tool-bar-map): Define for compiler.
4491
4492         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4493
4494         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4495
4496         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4497         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4498         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4499         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4500         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4501         * sieve-manage.el, spam-report.el, spam.el:
4502         Remove unnecessary eval-and-compile of autoloads.
4503
4504 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4505
4506         * auth-source.el: Precise Tramp doc.
4507
4508 2008-06-07  Glenn Morris  <rgm@gnu.org>
4509
4510         * nnmairix.el: Remove unnecessary eval-when-compile.
4511
4512 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * lpath.el: Fbind propertize for XEmacs 21.4.
4515
4516 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4517
4518         * nnir.el: Move here from ../contrib.
4519
4520 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4521
4522         * gnus-util.el (gnus-read-shell-command): New function.
4523         * mm-decode.el (mm-pipe-part):
4524         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4525
4526 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4529
4530 2008-06-03  Glenn Morris  <rgm@gnu.org>
4531
4532         * pop3.el (nnheader-accept-process-output): Autoload it.
4533
4534 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4537         are not 2-digit hexadecimal characters that follow `%'s.
4538
4539 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * message.el (message-bogus-recipient-p): Fix type in doc string.
4542         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4543         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4544         Improve custom options.
4545         (message-bogus-recipient-p): Adjust accordingly.
4546
4547 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4548
4549         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4550         long-form month and day names.
4551
4552 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * dgnushack.el: Autoload debug, eudc-expand-inline and
4555         pgg-snarf-keys-region for XEmacs.
4556
4557         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4558
4559         * nnmairix.el: Require edmacro when compiling with XEmacs.
4560
4561 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4562
4563         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4564         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4565
4566 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * auth-source.el: Add more docs.
4569
4570         * netrc.el (netrc-machine): Always match if the port is not given.
4571
4572 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4575         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4576         retrieval faster in some cases, but might make CPU usage larger.  If
4577         this has any bad side effects, we might revert this change.
4578
4579         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4580         seems to make mail retrieval much, much faster.
4581         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4582         unconditionally.
4583
4584         * gnus-draft.el (gnus-group-send-queue): Bind
4585         message-send-mail-partially-limit to nil to avoid being prompted.
4586
4587 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4590
4591         * message.el (message-bogus-address-regexp): Fix and improve custom
4592         type.
4593         (message-setup-hook): Add message-check-recipients as custom option.
4594
4595 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * message.el (message-cite-function): Remove bogus autoload which crept
4598         in during merge from v5-10.
4599
4600 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4603
4604         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4605
4606         * auth-source.el: Preliminary Tramp docs.
4607         (auth-sources): Change the default auth-sources to use
4608         EPA .gpg files.
4609
4610 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * nntp.el: Autoload `auth-source-user-or-password'.
4613         (nntp-send-authinfo): Use it.
4614
4615         * nnimap.el: Autoload `auth-source-user-or-password'.
4616         (nnimap-open-connection): Use it.
4617
4618         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4619         for the gnus-message function.
4620         (auth-source-user-or-password): Use it.
4621
4622 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4623
4624         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4625         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4626         (rfc2104-hash): Use it.
4627
4628 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4629
4630         * gnus-art.el (gnus-article-toggle-truncate-lines):
4631         Don't use `iff' in docstring.
4632
4633 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4636
4637         * gnus-util.el (gnus-extract-address-component-name)
4638         (gnus-extract-address-component-email): Convenience functions around
4639         `gnus-extract-address-components'.
4640
4641         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4642         Use `gnus-extract-address-component-email' to fix bug of comparing full
4643         sender name to `user-mail-address'.
4644
4645 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4648         catch/throw to optimize.
4649         (gnus-registry-find-keywords): Just use member to find a keyword.
4650
4651 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4652
4653         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4654         is current before calling gnus-server-prepare.
4655         (gnus-server-setup-buffer, gnus-server-update-server)
4656         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4657
4658 2008-05-04  Juri Linkov  <juri@jurta.org>
4659
4660         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4661         (mailcap-file-default-commands): Use mailcap-replace-in-string
4662         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4663         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4664
4665 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4666
4667         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4668
4669 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4670
4671         * gnus.el: Bump version to 0.11.
4672
4673 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4674
4675         * gnus.el: No Gnus v0.10 is released.
4676
4677 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4680         hooks.
4681         (gnus-update-read-articles): Speed up non-marks-using users.
4682         (gnus-use-marks): Define gnus-use-marks.
4683         (gnus-propagate-marks): Rename variable to something more sensible.
4684
4685 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4686
4687         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4688         (gmm-image-load-path-for-library): Fix typos in docstrings.
4689         (gmm-message): Reflow docstring.
4690
4691 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * mail-source.el (mail-source-set-1, mail-source-bind):
4694         Move auth-source code out of the macro to clean it up and fix bugs.
4695
4696 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4699         by sender if it's equal to user-mail-address, it's likely to be
4700         useless.
4701
4702         * mail-source.el (mail-source-bind): Don't use user or password if they
4703         are not bound.  Unintern them if they are nil.  Don't use server unless
4704         it's bound, and default it to empty string otherwise.
4705
4706 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * mail-source.el: Load auth-source.el.
4709         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4710         get user name or password, if auth-sources is set up.
4711
4712         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4713         strategy of splitting with parent.
4714         (gnus-registry-split-fancy-with-parent)
4715         (gnus-registry-post-process-groups): Use it and fix prior
4716         bug (returning a list as the split result).
4717
4718         * auth-source.el (auth-sources): Remove server parameter.
4719         (auth-source-pick, auth-source-user-or-password)
4720         (auth-source-user-or-password-imap)
4721         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4722         (auth-source-user-or-password-sftp)
4723         (auth-source-user-or-password-smtp): Remove server parameter.
4724
4725 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4726
4727         * smime.el (smime-sign-region, smime-encrypt-region)
4728         (smime-decrypt-region):
4729         Remove redundant calls to `generate-new-buffer-name'.
4730
4731 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4732
4733         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4734         Don't use QP for message/rfc822.
4735         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4736
4737 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4738
4739         * sieve-manage.el (sieve-string-bytes): Remove.
4740         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4741         correct byte-length only if the process's coding-system is the same as
4742         the one used internally by Emacs to represent strings.
4743
4744 2008-04-22  Juri Linkov  <juri@jurta.org>
4745
4746         * mailcap.el (mailcap-file-default-commands): New function.
4747
4748 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * message.el (message-signature-separator, message-cite-function):
4751         Change custom version.
4752
4753 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4754
4755         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4756         commands.
4757         (tls-checktrust): Ditto.
4758
4759 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4760
4761         * mm-decode.el (mm-display-external): Make temp file read-only.
4762
4763 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4764
4765         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4766         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4767         `C-c C-f d'.
4768
4769 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4770
4771         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4772
4773 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * gnus.el: Bump version to 0.9.
4776
4777 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * gnus.el: No Gnus v0.8 is released.
4780
4781 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4782
4783         * mail-source.el (mail-source-value):
4784         Prefer fboundp to functionp so it works with macros as well.
4785
4786 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4787
4788         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4789         Fix last change in case the element is not even a symbol.
4790
4791 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4792
4793         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4794         Prefer fboundp to functionp so it works with macros as well.
4795
4796 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4797
4798         * auth-source.el: Added docs.
4799         (auth-sources): Modify format to support server.
4800         (auth-source-pick, auth-source-user-or-password)
4801         (auth-source-user-or-password-imap)
4802         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4803         (auth-source-user-or-password-sftp)
4804         (auth-source-user-or-password-smtp): Add server parameter.
4805
4806 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * gnus-registry.el: Initialize the registry when gnus-registry-install
4809         is t.
4810
4811 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * compface.el (uncompface): Make buffer unibyte.
4814
4815 2008-04-05  Glenn Morris  <rgm@gnu.org>
4816
4817         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4818
4819 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4820
4821         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4822         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4823
4824         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4825         multibyteness after rather than before erasing it.
4826
4827         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4828         mm-with-multibyte.
4829         (gnus-request-article-this-buffer): Make sure the proper decoding is
4830         used if gnus-original-article-buffer happens to be unibyte.
4831
4832         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4833         default-enable-multibyte-characters.
4834
4835         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4836         default-enable-multibyte-characters.
4837
4838         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4839
4840         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4841
4842 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4843
4844         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4845         (imap-message-copyuid-1): Use it.
4846         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4847         J. Williams in
4848         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4849
4850         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4851         imap-enable-exchange-bug-workaround.
4852         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4853
4854 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4855
4856         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4857         a 100 byte status-checks into a 2-3MB transfer for each group.
4858         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4859         to enable bug workaround or not.
4860         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4861
4862 2008-03-31  Glenn Morris  <rgm@gnu.org>
4863
4864         * message.el (mml2015-use): Declare for compiler.
4865         (message-info): Require mml2015 when appropriate.
4866
4867 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4870         whitespace.
4871
4872 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4873
4874         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4875         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4876         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4877         (nntp-service-to-port): New function.
4878         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4879         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4880         (nntp-open-netcat-stream): New function.
4881         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4882
4883 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4884
4885         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4886
4887 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4888
4889         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4890
4891 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4892
4893         * dns.el (dns-write): Use set-buffer-multibyte.
4894
4895 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4896
4897         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4898
4899 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * message.el (message-signature-separator): Change default.
4902         Improve custom type.
4903         (message-cite-function): Change default to
4904         message-cite-original-without-signature.
4905
4906         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4907         toggle.
4908
4909         * message.el (message-check-news-body-syntax): Fix signature check.
4910         (message-setup-1): Mark buffer as unmodified _after_ running
4911         message-setup-hook and handling message-alternative-emails.
4912         (message-shorten-references): Be more strict when building list of
4913         valid references to comply with GNKSA.
4914
4915         * gnus-group.el (gnus-read-ephemeral-bug-group)
4916         (gnus-read-ephemeral-debian-bug-group)
4917         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4918
4919         * message.el (message-info): Don't use booleanp which isn't supported
4920         in Emacs 21 and XEmacs.
4921
4922 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4925         gnus-group-gmane-group-download-format.
4926         (gnus-group-read-ephemeral-gmane-group): Rename from
4927         gnus-group-read-ephemeral-gmane-group.
4928         (gnus-read-ephemeral-gmane-group-url): Rename from
4929         gnus-group-read-ephemeral-gmane-group-url.
4930         (gnus-bug-group-download-format-alist): New variable.
4931         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4932         (gnus-read-ephemeral-emacs-bug-group): New commands.
4933
4934 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4937         (gnus-visible-headers): Improve custom type.
4938
4939 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * mml.el (mml-menu): Add workarounds for XEmacs.
4942
4943         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4944         X-Boundary header.
4945
4946         * message.el (message-simplify-recipients): Fix previous commit.
4947
4948 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4949
4950         * mm-util.el (mm-set-buffer-multibyte): New function.
4951         * mm-decode.el (mm-copy-to-buffer): Use it.
4952
4953 2008-03-19  Glenn Morris  <rgm@gnu.org>
4954
4955         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4956         Accidentally removed in the sync process with Emacs.
4957
4958 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4959
4960         * message.el (message-alter-recipients-discard-bogus-full-name):
4961         New function.
4962         (message-alter-recipients-function): New variable.
4963         (message-get-reply-headers): Use it.
4964         (message-replace-header): New helper function.
4965         (message-recipients-without-full-name): New variable.
4966         (message-simplify-recipients): New command.
4967
4968         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4969
4970         * message.el (message-info): Handle EasyPG manual.
4971
4972         * mml.el (mml-menu): Add entry for EasyPG.
4973
4974 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4975
4976         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4977         parameter.
4978
4979         * message.el (message-disassociate-draft): Specify drafts group name
4980         fully.
4981
4982 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4983
4984         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4985         unnecessary duplicates from the match list.
4986
4987 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4990
4991         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4992
4993         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4994         args of `how-many' of which the XEmacs version doesn't take; declare
4995         Info-index-next as function.
4996
4997 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * gnus-score.el (gnus-score-headers): Fix handling of
5000         gnus-inhibit-slow-scoring.
5001
5002         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5003         string.
5004         (gnus-button-url-regexp): Improve handling of parenthesis.
5005         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5006         (gnus-button-handle-info-keystrokes): Handle index entries.
5007
5008 2008-03-15  Glenn Morris  <rgm@gnu.org>
5009
5010         * parse-time.el (parse-time-string): Simplify.
5011
5012 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5015         Incoming* files.
5016
5017 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5020         (auth-source-pick): Use it.
5021
5022 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5023
5024         * binhex.el (binhex-decode-region-internal):
5025         * uudecode.el (uudecode-decode-region-internal):
5026         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5027         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5028         setting default-enable-multibyte-characters.
5029
5030 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5031
5032         * auth-source.el (auth-source-protocols)
5033         (auth-source-protocols-customize, auth-source-choices): Added and
5034         modified variable customizations and defaults.
5035         (auth-source-pick, auth-source-user-or-password)
5036         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5037         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5038         (auth-source-user-or-password-sftp)
5039         (auth-source-user-or-password-smtp): Use new variables and provide an
5040         interface to netrc.el.
5041
5042 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5045         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5046         Make sure the nntp port to specify is a string.
5047
5048 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5049
5050         * nntp.el: Use with-current-buffer.
5051         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5052         dubious mm-with-unibyte-current-buffer.
5053         (nntp-with-open-group-function): New function extracted from
5054         nntp-with-open-group macro.
5055         (nntp-with-open-group): Use the function, so it's easier to debug.
5056         Add indentation and debugging info.
5057         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5058         the use of the netcat alternatives.
5059
5060         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5061         Avoid mm-string-as-multibyte as well.
5062
5063         * nnweb.el (nnweb-insert-html):
5064         Remove use of nnheader-string-as-multibyte.
5065
5066         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5067         (nnheader-string-as-multibyte): Remove.
5068
5069         * mm-view.el: Use inhibit-read-only.
5070         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5071         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5072         or unibyte-string.
5073
5074         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5075         (mm-uu-yenc-extract): Use with-current-buffer.
5076
5077         * gnus-soup.el (gnus-soup-send-packet): Don't use
5078         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5079
5080         * nnmh.el: Use with-current-buffer.
5081         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5082         mm-string-as-multibyte on the output of mm-encode-coding-string.
5083
5084         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5085         (nnimap-request-move-article): Use with-current-buffer.
5086
5087         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5088         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5089         conversion uses string-make-unibyte rather than string-as-unibyte.
5090
5091         * gnus-msg.el: Use with-current-buffer.
5092
5093         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5094
5095 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5096
5097         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5098         string for caching if it is 'PIN.
5099
5100 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * lpath.el: Consider the case without Emacs/W3.
5103
5104 2008-03-08  Glenn Morris  <rgm@gnu.org>
5105
5106         * time-date.el (date-to-time, time-subtract, time-add)
5107         (safe-date-to-time): Doc fixes.
5108
5109 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * mail-source.el (mail-source-delete-old-incoming-confirm):
5112         Change default to nil.
5113         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5114
5115 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * lpath.el: Rearrange.
5118
5119         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5120         (gnus-article-goto-prev-page): Work for articles having ^L's.
5121
5122         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5123
5124         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5125
5126 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5127
5128         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5129         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5130         (gnus-bookmark-jump): Adjust some variable names.
5131
5132 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * auth-source.el: New package.
5135         (auth-source-choices): Add customization entry point variable.
5136
5137         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5138         bug.
5139
5140 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5143         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5144         (gnus-registry-install-shortcuts): Rename from
5145         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5146         the `gnus-registry-mark-map' keymap dynamically from
5147         `gnus-registry-marks'.  The generated functions update the summary line
5148         when a registry mark is added or deleted, and will call
5149         `gnus-registry-install-p' (see the comments in the code).
5150         (gnus-registry-user-format-function-M): Use concat intelligently.
5151
5152         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5153         the registry mark functions.
5154
5155 2008-03-05  Glenn Morris  <rgm@gnu.org>
5156
5157         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5158         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5159         gnus-art.
5160         (top-level): No need to load own source when compiling.
5161
5162 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5165         Suggested by <chris.anderton@zetnet.co.uk>.
5166
5167 2008-03-04  Glenn Morris  <rgm@gnu.org>
5168
5169         * gnus-sum.el (top-level): No need to require gnus when compiling,
5170         since unconditionally required near start of file.
5171         (gnus-summary-display-while-building): Move definition before use.
5172
5173 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5174
5175         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5176         formatting function.
5177
5178 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5181         with plists.
5182         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5183         Use new format.
5184
5185 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5188         `where-is-internal' that returns a range of key sequences.
5189
5190 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5191
5192         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5193
5194         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5195         (gnus-summary-jump-to-group): Consider windows on other displayed
5196         frames as well.  Similar changes might be needed elsewhere, but that's
5197         the one I've bumped into during my use.
5198
5199         * nndoc.el (nndoc-oe-dbx-type-p):
5200         * gnus-msg.el (gnus-debug):
5201         * gnus-group.el (gnus-update-group-mark-positions):
5202         Use mm-string-to-multibyte.
5203
5204 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5207         doesn't handle NotDashEscaped.
5208
5209         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5210         (mml-dnd-attach-options): Fix typo in custom choice.
5211
5212         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5213         nndoc-article-type to mbox.
5214         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5215
5216         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5217         to nil, instead of html2text.
5218
5219         * imap.el (imap-debug): Add `imap-ping-server'.
5220
5221         * gnus-bookmark.el: Add FIXMEs.
5222
5223         * message.el (message-form-letter-separator)
5224         (message-send-form-letter-delay): New variables.
5225         (message-send-form-letter): Use them.  New command to send form
5226         letters.  Requested by Uwe Siart.
5227         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5228
5229 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * Update copyright years.
5232
5233 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5234
5235         Sync from EMACS_22_BASE.
5236
5237         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5238
5239 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5240
5241         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5242         empty author.
5243
5244 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * gnus-registry.el (gnus-registry-marks): Add variable for
5247         customization of marks and their appearance.
5248         (gnus-registry-read-mark): Use it.
5249         (gnus-registry-do-marks): Add utility function to loop through
5250         `gnus-registry-marks'.
5251         (gnus-registry-install-shortcuts-and-menus): Add function to install
5252         shortcuts and menus.
5253         (gnus-registry-initialize): Use it.
5254         (gnus-registry-default-mark): Clarify documentation.
5255
5256 2008-02-29  Glenn Morris  <rgm@gnu.org>
5257
5258         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5259         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5260         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5261         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5262         Change defcustom :version from 23.0 to 23.1.
5263
5264 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * gnus-registry.el (gnus-registry-follow-group-p)
5267         (gnus-registry-post-process-groups): Add functions to aid registry
5268         splitting and improve logging.  Clarify behavior in function
5269         documentation.
5270         (gnus-registry-split-fancy-with-parent): Use them.
5271
5272 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5273
5274         * gnus-art.el: Use with-current-buffer.
5275
5276 2008-02-27  David Engster  <dengste@eml.cc>
5277
5278         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5279         Express real group name in the response.
5280
5281 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5284         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5285         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5286         autoload gnus-registry-fetch-group when compiling.
5287         (nnmairix-request-group-with-article-number-correction): Remove
5288         unreferenced argument passed to nnmairix-call-backend.
5289
5290 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5293         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5294         Wilde.
5295
5296 2008-02-27  Glenn Morris  <rgm@gnu.org>
5297
5298         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5299         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5300         variables to defconsts.  Convert comments to doc-strings.
5301         (nnmairix-last-server, nnmairix-current-server): Convert from free
5302         variables to defvars.  Convert comments to doc-strings.
5303         (gnus-registry-fetch-group): Autoload.
5304         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5305         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5306         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5307         caddr.
5308         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5309         nnmairix-request-group-with-article-number-correction call.
5310         (nnmairix-fast, nnmairix-group): New, less general names, for free
5311         variables passed from nnmairix-request-group to
5312         nnmairix-request-group-with-article-number-correction.  Declare.
5313         (nnmairix-request-group-with-article-number-correction):
5314         Use nnmairix-fast, nnmairix-group rather than fast, group.
5315
5316 2008-02-26  David Engster  <dengste@eml.cc>
5317
5318         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5319         version 0.5.
5320
5321 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5322
5323         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5324         instead of making an extra function call.  Don't add the current group
5325         to articles only when they have the group.  Use
5326         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5327         Reported by David <de_bb@arcor.de>.
5328
5329 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5332         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5333
5334 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * mail-source.el (mail-source-delete-incoming): Change default.
5337         Supplement doc string.
5338
5339         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5340
5341 2008-02-14  Glenn Morris  <rgm@gnu.org>
5342
5343         * time-date.el (format-seconds): New function.
5344
5345 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * nnmail.el (nnmail-message-id-cache-file): Derive from
5348         `gnus-home-directory'.
5349
5350 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5353         Document negative prefix.
5354
5355         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5356
5357 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * message.el (message-unsent-separator): Add the Exim bounce
5360         separator.
5361
5362 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5363
5364         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5365         list.
5366         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5367         recipient/signer list.
5368
5369 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * Makefile.in (datarootdir): Define.
5372         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5373         name that might contain whitespace.
5374
5375 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5378         fbound (Emacs 23 unicode), signal an error.
5379
5380 2008-02-08  Glenn Morris  <rgm@gnu.org>
5381
5382         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5383
5384 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5385
5386         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5387         ports to the calls to `netrc-machine-user-or-password' in addition to
5388         "imap" and "imaps".
5389
5390 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5391
5392         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5393
5394         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5395
5396 2008-02-01  Kenichi Handa  <handa@m17n.org>
5397
5398         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5399         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5400         (rfc2104-hash): Convert the result of concat to unibyte string.
5401
5402 2008-02-01  Dave Love  <fx@gnu.org>
5403
5404         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5405         coding-system-for-read.
5406         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5407
5408 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5411         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5412         <hanche@math.ntnu.no>.
5413
5414 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5417
5418         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5419
5420 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5421
5422         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5423         * message.el (message-beginning-of-line): Use featurep instead of bound
5424         tests in order to resolve conditionals at compile time.
5425
5426 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5427
5428         * mail-source.el (mail-sources): Add `group' choice.
5429
5430         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5431         parameter `in-group' to control into which group the articles go.
5432         Add treatment of `group' mail-source.
5433
5434 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5437
5438         * mm-decode.el (mm-dissect-buffer): Decode description.
5439
5440         * mml.el (mml-to-mime): Encode message header first.
5441
5442 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5445         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5446
5447         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5448         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5449
5450 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5451
5452         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5453
5454 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5457         prefix keys.
5458         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5459         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5460         gnus-xmas.el.
5461
5462         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5463         (gnus-xmas-article-describe-bindings): New function.
5464         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5465         gnus-xmas-article-describe-bindings.
5466
5467         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5468
5469 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5472         Add new variables for article mark management.
5473         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5474         list of extra data entries which, when present, will indicate that the
5475         article ID should not be trimmed from the registry.
5476         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5477         functions.
5478         (gnus-registry-read-mark): New function to read a mark name from the
5479         user.
5480         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5481         (gnus-registry-set-article-mark-internal): New functions to add and
5482         remove marks.
5483         (gnus-registry-get-article-marks): New function to show the marks for
5484         an article, or retrieve them for further use.
5485
5486 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5489         keys when no argument is given.
5490
5491 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * imap.el (imap-ping-server): New variable.
5494         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5495         (imap-ping-server): Minor doc string fixes.
5496
5497 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5498
5499         * imap.el (imap-ping-server): New function.
5500         (imap-opened): Call imap-ping-server.
5501
5502 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * gnus-sum.el (gnus-article-sort-by-random)
5505         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5506         jidanni@jidanni.org.
5507
5508 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-art.el (gnus-article-describe-bindings): New function.
5511         (gnus-article-read-summary-keys): Use it.
5512         (gnus-article-mode-map): Bind `C-h b' to it.
5513
5514 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5517         XEmacs.
5518         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5519         against non-character events.
5520
5521         * lpath.el: Fbind map-keymap for Emacs 21.
5522
5523 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5524
5525         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5526         command.
5527         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5528         instead of END.  Change name of the temp file.
5529         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5530         customizable.
5531
5532 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5535         bind `S W' to gnus-article-wide-reply-with-original; set default
5536         binding to gnus-article-read-summary-send-keys.
5537         (gnus-article-read-summary-keys): Fix the order of keys; display
5538         continuation keys correctly in the echo area; describe bindings
5539         correctly when keys end with `C-h'.
5540         (gnus-article-read-summary-send-keys): New function.
5541         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5542         for gnus-article-read-summary-send-keys; display continuation keys
5543         correctly in the echo area.
5544         (gnus-article-reply-with-original): Ignore prefix argument.
5545         (gnus-article-wide-reply-with-original): New function.
5546
5547         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5548         Emacs 21.
5549
5550 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5553         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5554
5555 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5558         (gnus-group-read-ephemeral-gmane-group): New command.
5559
5560 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5561
5562         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5563
5564 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * message.el (message-send-mail-function): Increase custom version.
5567
5568         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5569         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5570
5571 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5574         for the cases where imap-authenticate is called with a nil buffer
5575         parameter.
5576
5577 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5580         html parts correctly; support forwarded messages.
5581         (gnus-article-browse-html-article): Remove work buffers.
5582
5583         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5584         compiling.
5585         (netrc-bound-and-true-p): New macro.
5586         (netrc-parse): Use it instead of bound-and-true-p that is not available
5587         in XEmacs 21.4.
5588
5589 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-registry.el (gnus-registry-mark-article)
5592         (gnus-registry-article-marks): Add functionality to mark articles
5593         through the Gnus registry.
5594
5595         * encrypt.el: Clarify documentation for the new pgg method.
5596         (encrypt-file-alist): Add PGG option.
5597         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5598         functionality.  Abstract password key and messaging to external
5599         functions.
5600         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5601         (encrypt-message-method-and-cipher): Add new convenience external
5602         functions.
5603         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5604         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5605
5606         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5607         (netrc-parse): Use encrypt-file-alist to determine if
5608         encrypt-find-model or encrypt-insert-file-contents should be used.
5609
5610         * encrypt.el: Clarify documentation.  Load password-cache or
5611         password, whichever one is found first, instead of autoloading.
5612
5613 2007-12-19  Glenn Morris  <rgm@gnu.org>
5614
5615         * mml.el (message-options-set, message-narrow-to-head)
5616         (message-in-body-p, message-mail-p, message-encode-message-body):
5617         Autoload.
5618         (message-remove-header, message-narrow-to-headers-or-head)
5619         (message-subscribed-p, message-make-mail-followup-to)
5620         (message-position-on-field, message-news-p)
5621         (message-options-set-recipient, message-generate-headers)
5622         (message-sort-headers): Declare as functions.
5623
5624 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5627         convention in doc string.
5628
5629 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5632         title to html parts.
5633         (gnus-article-browse-html-article): Pass message header to it.
5634
5635         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5636
5637 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5640         or password compatible with XEmacs.
5641
5642 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5645         format document.
5646         (gnus-mime-delete-part): Don't write description line if empty.
5647         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5648
5649 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5650
5651         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5652         (gnus-summary-mark-read-and-unread-as-read)
5653         (gnus-summary-mark-current-read-and-unread-as-read)
5654         (gnus-summary-mark-unread-as-ticked): Doc fix.
5655         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5656
5657 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5658
5659         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5660         Christoph Conrad <christoph.conrad@gmx.de>.
5661
5662 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5663
5664         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5665         yes-or-no-p.
5666
5667 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * mm-decode.el (mm-add-meta-html-tag): New function.
5670         (mm-save-part-to-file, mm-pipe-part): Use it.
5671
5672         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5673         gnus-y-or-n-p instead of y-or-n-p.
5674         (gnus-article-browse-html-parts): Work with message/external-body; use
5675         mm-add-meta-html-tag.
5676
5677 2007-12-11  Glenn Morris  <rgm@gnu.org>
5678
5679         * gnus-cache.el: Require gnus-sum not just when compiling.
5680
5681         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5682
5683         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5684         definitions before use.
5685
5686         * mm-decode.el: Require gnus-util.
5687         (mm-remove-part): Only call delete-annotation on XEmacs.
5688
5689         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5690
5691         * nnmail.el: Require gnus-int.
5692
5693         * spam.el: Move `require's before `eval-when-compile's.
5694
5695         * gnus-ems.el (gnus-alive-p):
5696         * gnus-fun.el (message-goto-eoh):
5697         * gnus-util.el (gnus-group-name-decode):
5698         * mail-source.el (gnus-compress-sequence):
5699         * message.el (Info-goto-node, format-spec):
5700         * mm-bodies.el (message-options-get):
5701         * mm-decode.el (mm-view-pkcs7):
5702         * mm-util.el (gmm-write-region):
5703         * mml-smime.el (mml-compute-boundary)
5704         (gnus-completing-read-with-default):
5705         * mml.el (widget-button-press, gnus-make-hashtable):
5706         * mml1991.el (mm-decode-content-transfer-encoding)
5707         (mm-encode-content-transfer-encoding)
5708         (message-options-get, message-options-set):
5709         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5710         * nnfolder.el (gnus-request-group):
5711         * nnheader.el (ietf-drums-unfold-fws):
5712         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5713         * smime.el (gnus-run-mode-hooks):
5714         * spam-stat.el (gnus-message): Autoload.
5715
5716         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5717         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5718         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5719         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5720         Add declare-function compatibility definition.
5721
5722         * gnus-cache.el (nnvirtual-find-group-art):
5723         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5724         (gnus-add-image, gnus-add-wash-type):
5725         * gnus-group.el (nnkiboze-score-file):
5726         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5727         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5728         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5729         (message-tokenize-header, gnus-get-buffer-create)
5730         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5731         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5732         * gnus.el (gnus-group-decoded-name):
5733         * mail-source.el (imap-capability):
5734         * mm-bodies.el (message-options-set):
5735         * mm-decode.el (gnus-configure-windows):
5736         * mm-extern.el (message-goto-body):
5737         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5738         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5739         (epg-sub-key-validity, message-options-set):
5740         * mml.el (widget-event-point, gnus-configure-windows):
5741         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5742         * mml2015.el (epg-check-configuration, epg-configuration)
5743         (message-options-set):
5744         * nndb.el (nndb-request-article):
5745         * nnfolder.el (gnus-request-create-group):
5746         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5747         * nnmaildir.el (gnus-group-mark-article-read):
5748         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5749         * rfc1843.el (message-fetch-field):
5750         * spam.el (gnus-extract-address-components):
5751         Declare as functions.
5752
5753 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5756
5757         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5758
5759         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5760         bind show-trailing-whitespace for XEmacs.
5761
5762 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5765         new no-op macro for backward compatibility.
5766
5767         * imap.el (imap-string-to-integer): New function.
5768
5769 2007-12-09  Glenn Morris  <rgm@gnu.org>
5770
5771         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5772
5773         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5774         * message.el, mm-view.el, sieve-manage.el, smime.el:
5775         Add declare-function compatibility definition.
5776
5777         * gnus-art.el (w3-region, w3m-region, Info-menu):
5778         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5779         * gnus-sum.el (gnus-get-predicate):
5780         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5781         * message.el (mail-abbrev-in-expansion-header-p):
5782         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5783         (w3m-detect-meta-charset, w3m-region):
5784         * sieve-manage.el (password-read, password-cache-add)
5785         (password-cache-remove):
5786         * smime.el (password-read-and-add): Declare as functions.
5787
5788 2007-12-08  David Kastrup  <dak@gnu.org>
5789
5790         * gnus-sum.el (gnus-summary-simplify-subject-query):
5791         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5792         `message'.
5793
5794 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5797         it to bind idna-program, installation-directory, defined-colors, and
5798         face-attribute for XEmacs of the version that compiles defcustom forms.
5799
5800 2007-12-07  Glenn Morris  <rgm@gnu.org>
5801
5802         * gnus-art.el (article-make-date-line): Revert previous change.
5803
5804 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5807
5808 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5809
5810         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5811         Call gnus-add-to-range ranges only once with a prepared article-list.
5812
5813 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5814
5815         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5816         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5817         group names with backslashes.  Reported by Tassilo Horn
5818         <tassilo@member.fsf.org>.
5819
5820 2007-12-06  Deepak Goel  <deego3@gmail.com>
5821
5822         * gnus-art.el (article-make-date-line):
5823         * gnus-start.el (gnus-load):
5824         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5825
5826 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-art.el (gnus-use-idna)
5829         * gnus-start.el (gnus-site-init-file)
5830         * message.el (message-use-idna)
5831         * mm-uu.el (mm-uu-hide-markers)
5832         * smiley.el (smiley-style): Revert changes that suppress warnings.
5833
5834 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5837         specify charset to html source.  Reported by Christoph Conrad
5838         <christoph.conrad@gmx.de>.
5839
5840 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5843         idna-program in order to suppress byte compile warning issued by XEmacs
5844         that came to byte compile the default value section of defcustom forms
5845         recently.
5846
5847         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5848         value of installation-directory.
5849
5850         * message.el (message-use-idna): Don't directly refer to the value of
5851         idna-program.
5852
5853         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5854
5855         * smiley.el (smiley-style): Don't directly call face-attribute.
5856
5857 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5860
5861         * gnus-dired.el: Reduce Gnus dependencies.
5862         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5863         require.  Use autoloads instead.
5864         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5865         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5866         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5867         (gnus-dired-mode): Adjust doc string.
5868         (gnus-dired-mail-mode): New variable.
5869         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5870         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5871         (gnus-dired-mail-buffers): New function.  Return mail or message
5872         composition buffers.
5873         (gnus-dired-attach): Use it.
5874         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5875         NO-DECODE.
5876         (gnus-dired-print): Use `gnus-print-buffer' depending on
5877         `gnus-dired-mail-mode'.
5878
5879 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * rfc2047.el (rfc2047-encoded-word-regexp)
5882         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5883         explaining what regexp patterns are for.
5884
5885 2007-12-04  Glenn Morris  <rgm@gnu.org>
5886
5887         * password.el: Move to password-cache.el.
5888
5889         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5890         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5891         * mml-smime.el (password-read, password-cache-add)
5892         (password-cache-remove):
5893         No need to autoload, since mml-sec requires password.
5894
5895         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5896         * message.el (gnus-extract-address-components):
5897         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5898
5899         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5900         password.
5901
5902 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * mailcap.el: Reduce dependencies.
5905         (mail-header-parse-content-type): Autoload.
5906         (mailcap-delete-duplicates): New alias.
5907         (mailcap-mime-info): Add optional argument NO-DECODE.
5908         (mailcap-mime-types): Use mailcap-delete-duplicates.
5909
5910         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5911
5912 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5913
5914         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5915         (imap-parse-status): Upcase status-att for servers that sends them
5916         lower-case (e.g., MS Exchange 2007).
5917
5918 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5921         function.
5922
5923         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5924         (gnus-uu-yenc-article): New function.
5925
5926         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5927
5928         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5929         buffer.
5930
5931 2007-12-02  Glenn Morris  <rgm@gnu.org>
5932
5933         * binhex.el (binhex): New custom group.
5934         (binhex-decoder-program, binhex-decoder-switches)
5935         (binhex-use-external): Move to the binhex custom group.
5936
5937         * uudecode.el (uudecode): New custom group.
5938         (uudecode-decoder-program, uudecode-decoder-switches)
5939         (uudecode-use-external): Move to the uudecode custom group.
5940
5941         * netrc.el (top-level): Don't load `encrypt' features.
5942         (netrc-parse): Don't use encrypt.
5943         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5944
5945         * encrypt.el: Remove file.
5946
5947 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5950         matches on patches.
5951
5952         * gnus-art.el (gnus-article-browse-html-article): Mention
5953         `mm-text-html-renderer' in the doc string.
5954
5955         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5956         string.  Add comments.
5957
5958         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5959         if rhs is ASCII.
5960
5961 2007-12-01  Glenn Morris  <rgm@gnu.org>
5962
5963         * mail-source.el (top-level): Require format-spec before
5964         eval-when-compile.
5965
5966 2007-11-30  Glenn Morris  <rgm@gnu.org>
5967
5968         * encrypt.el: Require password, rather than autoloading password-read.
5969
5970 2007-11-29  Glenn Morris  <rgm@gnu.org>
5971
5972         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5973         (sasl-make-client, sasl-next-step, sasl-step-data)
5974         (sasl-step-set-data): Declare as functions.
5975
5976 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5979
5980 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5981
5982         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5983         certs should be verified and what is to be done in the event of a
5984         verification failure.
5985
5986         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5987         caller can indicate whether the cache should be disregarded for this
5988         call.  This way the result of the call is reproducible at all times and
5989         can be considered a canonical server name for the supplied method.
5990         (gnus-agent-method-p): Canonicalize server names by pushing their
5991         method through `gnus-method-to-server' using the no-cache argument.
5992
5993         * gnus-srvr.el (gnus-server-insert-server-line): Call
5994         `gnus-method-to-server' with `no-cache' argument.
5995
5996         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5997         gnus-agent-possibly-synchronize-flags as this should be called when the
5998         server is actually being opened.
5999         (gnus-agent-possibly-synchronize-flags)
6000         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6001         flags file of an agentized server to the latter function.
6002
6003         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6004         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6005         after a connection has been established successfully.
6006
6007 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * gnus-art.el (article-display-face): Force to display face if called
6010         interactively; check if gnus-article-x-face-too-ugly matches author.
6011         (article-display-x-face): Display face even if From header is missing
6012         as article-display-face does.
6013
6014 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6015
6016         * hashcash.el (message-narrow-to-headers-or-head)
6017         (message-fetch-field, message-goto-eoh)
6018         (message-narrow-to-headers): Declare as functions.
6019
6020 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6021
6022         * mail-source.el (mail-sources): Default to fetch from file for
6023         compatibility with default of nnmail-spool-file.
6024
6025 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6028         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6029         to look for encoded word that should be encoded again.
6030         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6031         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6032         encoding pattern.
6033         (rfc2047-decode-region): Switch strict regexp and loose one according
6034         to rfc2047-allow-irregular-q-encoded-words.
6035
6036 2007-11-25  Romain Francoise  <romain@orebokech.com>
6037
6038         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6039
6040 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * tls.el (tls-program): Provide more custom choices from
6043         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6044         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6045
6046 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6049         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6050
6051         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6052         `nnmail-spool-file'.
6053
6054         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6055         `nnmail-spool-file'.
6056
6057         * gnus-move.el (gnus-change-server): Ditto.
6058
6059         * gnus-kill.el (gnus-batch-score): Ditto.
6060
6061         * gnus-cache.el (gnus-jog-cache): Ditto.
6062
6063         * gnus-msg.el (gnus-summary-reply):
6064         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6065
6066 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6069         version.  Minor improvement to doc strings.
6070         (tls-program): Add comment.
6071
6072 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6073
6074         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6075         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6076         mismatch between the hostname provided in the certificate and the name
6077         of the host connnecting to.
6078         (open-tls-stream): Use them.  Check certificates against trusted root
6079         certificates.
6080
6081 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * gnus-cache.el (gnus-cache-generate-nov-databases):
6084         Use nnml-generate-nov-databases-directory instead of
6085         nnml-generate-nov-databases-1.
6086
6087 2007-11-24  Glenn Morris  <rgm@gnu.org>
6088
6089         * message.el (message-tool-bar-retro): Update for rename
6090         mail_send.xpm->mail-send.xpm.
6091
6092 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6095         `smime-ldap-search' for Emacs 22 and up.
6096
6097 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6098
6099         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6100
6101         * message.el (message-send-mail-function): Fix error convention.
6102         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6103         (message-widen-reply, message-send-mail, message-talkative-question)
6104         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6105         (message-clone-locals, message-send-news): Use with-current-buffer.
6106         (message-insert-or-toggle-importance): Remove unused var `valid'.
6107         (message-make-references): Remove unused var `new-references'.
6108         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6109
6110 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6111
6112         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6113         (spam-split-symbolic-return-positive): Reflow docstring.
6114         (spam-backends, spam-summary-exit-behavior)
6115         (spam-mark-ham-unread-before-move-from-spam-group)
6116         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6117         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6118         (spam-clear-cache, spam-backend-check, spam-install-backend)
6119         (spam-install-statistical-backend, spam-list-of-processors)
6120         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6121         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6122         (spam-check-crm114, spam-initialize, spam-unload-hook):
6123         Fix typos in docstrings.
6124
6125 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6128         been checked if they have never been read and those group levels are
6129         higher than the one that a user specified.
6130
6131 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6134         foreign groups unless a group level is specified by a user.
6135         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6136
6137 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * message.el (message-send-mail-function): Require sendmail.
6140
6141 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * message.el (message-send-mail-function): Check for smtpmail too.
6144
6145         * utf7.el (utf7-encode, utf7-decode): Use coding system
6146         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6147
6148         * message.el (message-send-mail-function): New function.
6149         (message-send-mail-function): Set default using
6150         message-send-mail-function.  Adjust doc string.
6151         (message-send-mail-with-mailclient): New function.
6152
6153 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6154
6155         * smime.el (from):
6156         * rfc2047.el (message-posting-charset):
6157         * qp.el (mm-use-ultra-safe-encoding):
6158         * pop3.el (parse-time-months):
6159         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6160         * nnml.el (files):
6161         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6162         (jka-compr-compression-info-list, ange-ftp-path-format)
6163         (efs-path-regexp):
6164         * nndiary.el (files):
6165         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6166         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6167         (epg-digest-algorithm-alist, inhibit-redisplay)
6168         (password-cache-expiry):
6169         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6170         (pgg-output-buffer, password-cache-expiry):
6171         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6172         (efs-path-regexp):
6173         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6174         (inhibit-redisplay):
6175         * mm-uu.el (file-name, start-point, end-point, entry)
6176         (gnus-newsgroup-name, gnus-newsgroup-charset):
6177         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6178         (latin-unity-ucs-list):
6179         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6180         (mm-uu-binhex-decode-function):
6181         * message.el (gnus-message-group-art, gnus-list-identifiers)
6182         (rmail-enable-mime-composing, gnus-local-organization)
6183         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6184         (gnus-read-active-file, facemenu-add-face-function)
6185         (facemenu-remove-face-function, gnus-article-decoded-p)
6186         (tool-bar-mode):
6187         * mail-source.el (display-time-mail-function):
6188         * gnus-util.el (nnmail-pathname-coding-system)
6189         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6190         (gnus-original-article-buffer, gnus-user-agent)
6191         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6192         (xemacs-codename, sxemacs-codename, emacs-program-version):
6193         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6194         * gnus-start.el (gnus-agent-covered-methods)
6195         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6196         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6197         (gnus-newsgroup-headers, gnus-group-list-mode)
6198         (gnus-group-mark-positions, gnus-newsgroup-data)
6199         (gnus-newsgroup-unreads, nnoo-state-alist)
6200         (gnus-current-select-method, mail-sources)
6201         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6202         (nnmail-spool-file, gnus-cache-active-hashtb):
6203         * gnus-mh.el (mh-lib-progs):
6204         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6205         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6206         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6207         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6208         (gnus-group-buffer):
6209         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6210         (font-lock-set-defaults):
6211         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6212         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6213         (gnus-summary-post-menu, total-parts, type, condition, length):
6214         * gnus-agent.el (gnus-agent-read-agentview):
6215         * flow-fill.el (show-trailing-whitespace):
6216         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6217         eval-and-compile wrappers for byte compiler pacifiers.
6218
6219         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6220         (mm-display-inline-fontify): Check for featurep 'xemacs not
6221         extent-list.
6222
6223         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6224         itimer-list.
6225         (mm-create-image-xemacs): Only do something for XEmacs.
6226         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6227
6228         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6229
6230         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6231         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6232
6233 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6234
6235         * nnimap.el (nnimap-split-download-body):
6236         * gnus-demon.el (gnus-demon):
6237         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6238
6239 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6242         macros.
6243         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6244         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6245         copy data from unibyte buffer to multibyte current buffer.
6246         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6247         to copy data from unibyte current buffer to multibyte buffer.
6248         (nntp-make-process-buffer): Make process buffer unibyte.
6249
6250         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6251
6252 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6253
6254         * pop3.el (pop3-open-server): Accept and process data more robustly at
6255         connexion start to avoid spurious "POP SSL connexion failed" errors.
6256
6257 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6260         read group names.
6261
6262 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6265
6266 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6269         (nnmail-save-active): Use a unibyte buffer when saving active file,
6270         which may contain non-ASCII group names.
6271
6272         * nnml.el (nnml-request-group): Decode group names in messages.
6273
6274 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * message.el (message-citation-line-function)
6277         (message-insert-formatted-citation-line): Fix spelling of
6278         `message-insert-formated-citation-line'.
6279
6280 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6283
6284 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6287         nnmail-pathname-coding-system.
6288
6289         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6290         that a user enters; decode group names in messages.
6291
6292         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6293
6294 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6297
6298         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6299
6300         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6301         risky local variable.
6302
6303         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6304
6305 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6306
6307         * encrypt.el: Improve documentation to fix function name typo.
6308         Reported by Daiki Ueno <ueno@unixuser.org>.
6309
6310 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6313         even if the point is not in the last page of an article.
6314         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6315         back to the previous page.
6316
6317 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6320
6321 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6324
6325 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6326
6327         * message.el (message-check-news-body-syntax): Avoid
6328         mm-string-as-multibyte.
6329         (message-hide-headers): Don't assume (point-min)==1.
6330
6331 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * message.el (message-remove-blank-cited-lines): Fix if remove is
6334         given.
6335         (message-bogus-address-regexp): New variable.
6336         (message-bogus-recipient-p): New function.
6337         (message-check-recipients): New command.
6338         (message-syntax-checks): Add `bogus-recipient'.
6339         (message-fix-before-sending): Add `bogus-recipient'.
6340
6341         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6342         (gnus-treat-body-boundary): Don't test window-system.
6343
6344 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6345
6346         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6347
6348 2007-10-28  Miles Bader  <miles@gnu.org>
6349
6350         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6351         at compile-time too.
6352
6353 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * gnus-msg.el (gnus-message-setup-hook): Add
6356         `message-remove-blank-cited-lines' to options.
6357
6358 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * message.el (message-remove-blank-cited-lines): New function.
6361         Suggested by Karl Plästerer.
6362
6363 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6366         mapc.
6367
6368         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6369         (top-level): Use mapc to set functions to be traced for debugging.
6370
6371         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6372         called for effect with while loop.
6373
6374         * message.el (message-talkative-question): Replace mapcar called for
6375         effect with mapc.
6376
6377         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6378         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6379         called for effect with dolist.
6380
6381         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6382
6383         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6384         gnus-extra-headers and nnmail-extra-headers.
6385
6386         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6387         called for effect with dolist.
6388         (top-level): Use mapc to set functions to be traced for debugging.
6389
6390         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6391         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6392         dolist.
6393
6394         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6395         Replace mapcar called for effect with mapc.
6396         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6397         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6398         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6399         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6400
6401         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6402         remove-if that's a cl function.
6403
6404         * webmail.el (webmail-debug): Replace mapcar called for effect with
6405         dolist.
6406
6407         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6408         with mapc.
6409
6410 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6413         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6414         with while loop.
6415
6416         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6417         functions from article-* functions.
6418         (gnus-multi-decode-header): Replace mapcar called for effect with
6419         dolist.
6420
6421         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6422         (gnus-bookmark-show-details): Replace mapcar called for effect with
6423         while loop.
6424
6425         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6426         called for effect with while loop.
6427
6428         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6429         with dolist.
6430
6431         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6432         mapcar called for effect with dolist.
6433
6434         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6435
6436         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6437         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6438         Replace mapcar called for effect with dolist.
6439         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6440         mapc.
6441
6442         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6443         Replace mapcar called for effect with dolist.
6444         (gnus-topic-list): Replace mapcar called for effect with mapc.
6445
6446         * gnus.el: Use mapc instead of mapcar to add autoloads.
6447
6448 2007-10-23  Richard Stallman  <rms@gnu.org>
6449
6450         * gnus-group.el (gnus-group-highlight): Mark as risky.
6451
6452 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus.el (gnus-server-to-method): Return method found first in
6455         gnus-newsrc-alist.
6456
6457         * gnus-art.el (gnus-article-highlight-signature)
6458         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6459         button overlay without the front stickiness.
6460
6461 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6462
6463         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6464         overview buffer needed a catch to receive its throw.
6465         (gnus-agent-flush-cache): Declared as interactive to make this function
6466         easier to use.
6467
6468 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6471         `next-line'.
6472
6473 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6476         exclude address matching message-dont-reply-to-names.
6477
6478 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * gnus-util.el (gnus-string<): New function.
6481
6482         * gnus-sum.el (gnus-article-sort-by-author)
6483         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6484
6485 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6488         the frame-focus tag is set in gnus-buffer-configuration.
6489
6490 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6493         the front stickiness.
6494
6495 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6498         url pattern; remove duplicate one.
6499         (gnus-article-extend-url-button): New function.
6500         (gnus-article-add-buttons): Use it.
6501         (gnus-button-push): Use concatenated url that it makes.
6502
6503 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6504
6505         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6506
6507 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6508
6509         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6510         Don't hardcode point-min==1.
6511
6512 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6515         Fix comment about "iso8859-1".
6516
6517 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6518
6519         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6520         ones returned from the verify-function.
6521
6522         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6523         mml2015-extract-cleartext-signature if extraction failed.
6524
6525 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6526
6527         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6528         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6529         failed.
6530
6531 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6534
6535 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6536
6537         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6538         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6539         recommends to use EasyPG instead of PGG.
6540
6541         * pgg.el: Revert to revision 6.23.2.16.
6542
6543         * pgg-def.el: Revert to revision 6.6.2.14.
6544
6545         * pgg-gpg.el: Revert to revision 6.23.2.34.
6546
6547 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6548
6549         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6550         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6551         thread for both the null and zero (kill/expire thread) universal prefix
6552         cases.
6553         (gnus-summary-expire-thread): Add new function to expire a thread,
6554         using gnus-summary-kill-thread.
6555         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6556         shortcuts for gnus-summary-expire-thread.
6557         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6558         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6559
6560 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6563         extras value, so an extras entry can be deleted.
6564         (gnus-registry-delete-extra-entry): Use it.
6565         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6566         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6567         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6568         storage through the gnus-registry, and provide an appropriate API for
6569         it.
6570
6571 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6574         Suggested by Leo <sdl.web@gmail.com>.
6575
6576         * gnus.el: Do.
6577
6578 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6581         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6582
6583         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6584
6585         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6586         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6587
6588 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6591         newline.
6592         (nnmbox-request-accept-article): Don't change article in source buffer;
6593         narrow to header to use message-fetch-field rather than
6594         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6595         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6596         as delimiters; make sure article ends with newline.
6597         (nnmbox-delete-mail): Correct last position of article to be deleted;
6598         ignore X-Gnus-Newsgroup header in article body.
6599         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6600         positions; make sure article ends with newline.
6601
6602         * message.el (message-display-abbrev): Don't infloop when a user
6603         inserts SPC in the beginning of header.
6604
6605         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6606         coding-system-for-read and coding-system-for-write for XEmacs having no
6607         file-coding feature.
6608
6609         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6610
6611 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6612
6613         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6614         list of groups not followed by default.  Fix type to be regexp.
6615         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6616
6617 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6618
6619         * hmac-def.el (define-hmac-function): Switch from old-style to
6620         new-style backquotes.
6621
6622         * md4.el (md4-make-step): Likewise.
6623
6624 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6627         raw-text coding system when saving .newsrc file, which may contain
6628         non-ASCII group names.
6629
6630 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-cus.el (gnus-score-extra): New widget.
6633         (gnus-score-extra-convert): New function.
6634         (gnus-score-customize): Use it for Extra.
6635
6636 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6637
6638         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6639         (mml2015-mailcrypt-clear-verify): Use it.
6640         (mml2015-gpg-clear-verify): Use it.
6641         (mml2015-pgg-clear-verify): Use it.
6642         (mml2015-epg-clear-verify): Replace the current part with the output
6643         from GnuPG; don't extract the plaintext by itself.
6644
6645         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6646         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6647         mml2015-clear-verify-function; don't touch the armor headers or
6648         dash-escaped text here.
6649
6650 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6653         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6654         parts, or application/octet-stream as a last resort.
6655         (gnus-mime-view-part-as-type): Don't toggle display.
6656         (gnus-mime-view-part-as-charset): Don't turn off display before
6657         querying charset.
6658
6659         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6660         stuff to undisplayer function in Emacs.
6661         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6662
6663         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6664         text/calendar parts.
6665
6666 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6669         decoding text/calendar parts.
6670
6671         * message.el (message-forward-make-body-mime): Always mark body as
6672         having no illegible text; remove signed-or-encrypted argument.
6673         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6674
6675         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6676         (mml-generate-mime-1): Don't encode body if it is specified to be in
6677         raw form; don't make buffer be unibyte when inserting multibyte string.
6678
6679 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6680
6681         * sha1.el: Fix up comment style.
6682         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6683         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6684
6685         * hex-util.el: Fix up comment style.
6686         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6687
6688         * gnus-salt.el: Use with-current-buffer.
6689         (gnus-pick-setup-message): Fix long-standing typo.
6690
6691 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * imap.el (imap-logout-timeout): New variable.
6694         (imap-logout, imap-logout-wait): New functions.
6695         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6696
6697         * nnimap.el (nnimap-logout-timeout): New server variable.
6698         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6699         nnimap-logout-timeout.
6700
6701         * gnus-art.el (gnus-article-summary-command-nosave)
6702         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6703
6704 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * gnus.el (gnus-maximum-newsgroup): New variable.
6707
6708         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6709         according to gnus-maximum-newsgroup.
6710
6711         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6712         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6713         Limit the range of articles according to gnus-maximum-newsgroup.
6714
6715 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6716
6717         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6718         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6719         Don't perform gnus-configure-windows here; reuse existing sticky
6720         article buffer.
6721
6722         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6723         it doesn't exist in gnus-article-mode.
6724
6725 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6728         (gnus-agent-decoded-group-name): New function.
6729         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6730         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6731
6732 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6733
6734         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6735         Add binding for gnus-sticky-article.
6736         (gnus-summary-exit): Don't kill sticky article buffers.
6737
6738         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6739         article buffer.
6740         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6741         (gnus-kill-sticky-article-buffers): New commands.
6742
6743 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * nntp.el (nntp-xref-number-is-evil): New server variable.
6746         (nntp-find-group-and-number): If it is non-nil, don't trust article
6747         numbers in the Xref header.
6748
6749 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-agent.el (gnus-agent-read-group): New function.
6752         (gnus-agent-flush-group, gnus-agent-expire-group)
6753         (gnus-agent-regenerate-group): Use it.
6754         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6755         nnmail-pathname-coding-system.
6756
6757 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6760
6761         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6762         that are unread as unread, and also as selected so that information of
6763         marks having been changed by a user may be updated when exiting group.
6764
6765 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6768         calculated ignoring signature parts to gnus-treat-article.
6769
6770 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6773         a point here in order to keep the window start.
6774         (gnus-insert-mime-security-button): Make a button overlay without the
6775         front stickiness.
6776         (gnus-mime-display-security): Goto the end of a button.
6777
6778         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6779
6780 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6783         group-name-at-point.
6784         (gnus-group-completing-read): New function that offers decoded
6785         non-ASCII group names for completion.
6786         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6787         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6788         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6789         (gnus-group-fetch-control): Use it.
6790         (gnus-fetch-group): Use group-name-at-point for the initial value
6791         rather than the default value; use gnus-alive-p.
6792
6793         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6794         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6795         (gnus-summary-post-news): Use gnus-group-completing-read.
6796
6797         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6798         (gnus-read-move-group-name): Decode group name for completion.
6799
6800 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6803         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6804         Yamaoka slightly modified the code).
6805
6806 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6809         (nnmail-split-incoming): Bind it.
6810
6811         * nnml.el (nnml-group-name-charset): New function.
6812         (nnml-decoded-group-name): Use it; don't decode group name if
6813         nnmail-group-names-not-encoded-p is non-nil.
6814         (nnml-encoded-group-name): New function.
6815         (nnml-group-pathname): Inline nnml-decoded-group-name.
6816         (nnml-request-expire-articles): Decode group name in message.
6817         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6818         nnmail-pathname-coding-system.
6819         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6820         not decoded ones according to nnmail-group-names-not-encoded-p.
6821         (nnml-generate-active-info): Use nnml-encoded-group-name.
6822
6823 2007-08-08  Glenn Morris  <rgm@gnu.org>
6824
6825         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6826         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6827         doc-strings and comments.
6828
6829 2007-07-25  Glenn Morris  <rgm@gnu.org>
6830
6831         * Relicense all FSF files to GPLv3 or later.
6832
6833 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-sum.el (gnus-summary-move-article): Make
6836         gnus-summary-respool-article work.
6837
6838 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6839
6840         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6841         string.
6842
6843 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6844
6845         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6846         that should be ignored when comparing distant RSS articles with local
6847         ones.
6848         (nnrss-make-hash-index): New function.  Create a hash index according
6849         to the ignored fields.
6850         (nnrss-check-group): Use it.
6851
6852 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6855
6856         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6857
6858         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6859         the new optional argument ENCODED is non-nil.
6860         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6861         coding system for encoding group name.
6862         (gnus-group-make-rss-group): Pass un-encoded group name to
6863         gnus-group-make-group.
6864         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6865         encoded.
6866
6867         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6868         Encode group name to which articles are moved or copied.
6869         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6870         coding system for encoding Newsgroup, Followup-To and Xref headers.
6871
6872         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6873         marks; use nnheader-file-coding-system to write a file.
6874         (nnagent-retrieve-headers): Bind file-name-coding-system to
6875         nnmail-pathname-coding-system.
6876
6877         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6878
6879         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6880         (nnml-request-article, nnml-request-create-group)
6881         (nnml-request-rename-group, nnml-find-id)
6882         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6883         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6884         (nnml-save-marks): Use nnml-group-pathname instead of
6885         nnmail-group-pathname.
6886
6887         (nnml-request-create-group, nnml-request-expire-articles)
6888         (nnml-request-move-article, nnml-request-delete-group)
6889         (nnml-deletable-article-p, nnml-possibly-create-directory)
6890         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6891         (nnml-open-marks): Bind file-name-coding-system to
6892         nnmail-pathname-coding-system.
6893
6894         (nnml-request-article): Pass server argument to nnml-find-group-number.
6895         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6896         server argument to nnml-possibly-create-directory.
6897         (nnml-request-accept-article): Pass server argument to
6898         nnml-active-number and nnml-save-mail.
6899         (nnml-find-group-number): Pass server argument to nnml-find-id.
6900         (nnml-request-update-info): Pass server argument to
6901         nnml-marks-changed-p.
6902
6903         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6904         (nnml-save-mail, nnml-active-number): Add server argument.
6905
6906         (nnml-request-delete-group): Warn if group is missing.
6907         (nnml-get-nov-buffer): Decode group name.
6908         (nnml-generate-active-info): Encode group name.
6909         (nnml-open-marks): Decode group name in messages.
6910
6911 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6914         if it is not specified.
6915         (gnus-article-pipe-part, gnus-article-save-part)
6916         (gnus-article-interactively-view-part, gnus-article-copy-part)
6917         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6918         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6919         (gnus-article-replace-part, gnus-article-delete-part)
6920         (gnus-article-view-part-as-type): Pass raw prefix argument to
6921         gnus-article-part-wrapper.
6922
6923 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-agent.el (gnus-agent-save-active): Bind
6926         nnheader-file-coding-system to gnus-agent-file-coding-system.
6927
6928         * gnus-cache.el (gnus-cache-save-buffers)
6929         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6930         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6931         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6932         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6933         (gnus-cache-generate-active, gnus-cache-rename-group)
6934         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6935         (gnus-cache-update-overview-total-fetched-for): Bind
6936         file-name-coding-system to nnmail-pathname-coding-system.
6937         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6938         variables.
6939         (gnus-cache-decoded-group-name): New function.
6940         (gnus-cache-file-name): Use it.
6941         (gnus-cache-generate-active): Use non-decoded group name for active.
6942
6943         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6944         right place.
6945         (gnus-write-active-file): Don't break non-ASCII group names.
6946
6947         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6948         nnmail-pathname-coding-system.
6949
6950         * lpath.el: Bind default-file-name-coding-system,
6951         file-name-coding-system and language-info-alist for XEmacs.
6952
6953         * gnus-uu.el (gnus-uu-decode-save): Typo.
6954
6955 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6958
6959 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6962         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6963         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6964         (gnus-agent-flush-group, gnus-agent-flush-cache)
6965         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6966         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6967         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6968         (gnus-agent-regenerate-group)
6969         (gnus-agent-update-files-total-fetched-for)
6970         (gnus-agent-update-view-total-fetched-for): Bind
6971         file-name-coding-system to nnmail-pathname-coding-system.
6972         (gnus-agent-group-pathname): Don't encode file names by
6973         nnmail-pathname-coding-system.
6974         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6975         coding-system-for-write instead of buffer-file-coding-system to
6976         gnus-agent-file-coding-system.
6977
6978         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6979         Decode group name.
6980
6981         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6982
6983         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6984         (gnus-read-newsrc-el-file): Make group names unibyte.
6985
6986         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6987         nnmail-pathname-coding-system.
6988
6989         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6990         (nnrss-request-delete-group): Bind file-name-coding-system to
6991         nnmail-pathname-coding-system.
6992         (nnrss-read-server-data, nnrss-read-group-data): Bind
6993         file-name-coding-system correctly.
6994         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6995
6996         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6997         (nntp-server-to-method-cache): New variable.
6998         (nntp-group-pathname): New function that decodes non-ASCII group names.
6999         (nntp-possibly-create-directory, nntp-marks-changed-p)
7000         (nntp-save-marks, nntp-open-marks): Use it.
7001         (nntp-possibly-create-directory, nntp-open-marks):
7002         Bind file-name-coding-system to nnmail-pathname-coding-system.
7003         (nntp-open-marks): Decode group names when bootstrapping marks.
7004
7005         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7006         Newsgroups and Folowup-To headers.
7007
7008 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7011         (gnus-server-closed-face, gnus-server-denied-face)
7012         (gnus-server-offline-face): Remove variable.
7013         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7014
7015         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7016         of modifying message-stack directly for XEmacs.
7017
7018         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7019         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7020         if the coding-system argument is nil for XEmacs.
7021
7022         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7023         mm-charset-override-alist.
7024
7025         * rfc2047.el: Don't require base64; require rfc2045 for the function
7026         rfc2045-encode-string.
7027         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7028         to quote the parameter value.
7029
7030 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7033         form in gnus-group-name-charset-method-alist.
7034
7035         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7036         overrides the default layout edit-form.
7037
7038         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7039
7040         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7041
7042 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7045         as unfetched articles.
7046
7047 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7050
7051 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7054         original back end that keeps marks in the local system.
7055
7056 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7059         arg of pop-to-buffer for XEmacs.
7060         (gnus-article-read-summary-keys): Ditto; don't restore window
7061         configuration if summary command ends up with neither article buffer
7062         nor summary buffer; describe bindings if summary keys end with C-h.
7063
7064 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * message.el (message-fix-before-sending): Skip raw message part to be
7067         forwarded while checking illegible text.
7068         (message-forward-make-body-mime, message-forward-make-body): Mark
7069         signed or encrypted raw message as having no illegible text.
7070
7071 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7074         (gnus-message-with-timestamp-1): New macro.
7075         (gnus-message-with-timestamp): New function.
7076         (gnus-message): Use them.
7077
7078         * nnheader.el (nnheader-message): Use them.
7079
7080 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7083         .newsrc.eld file.
7084
7085 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-agent.el (gnus-agent-fetch-headers)
7088         (gnus-agent-retrieve-headers): Bind
7089         gnus-decode-encoded-address-function to identity.
7090
7091         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7092         available also when the server returns simply a dot.
7093
7094         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7095
7096 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7099
7100 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-ems.el (gnus-x-splash): Make it work.
7103
7104         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7105         from being used.
7106
7107         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7108
7109 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7112         4th and the 5th arguments.
7113
7114         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7115         the front stickiness.
7116         (gnus-article-summary-command-nosave): Correct the order of the
7117         arguments passed to pop-to-buffer.
7118         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7119         summary command ends up with the article buffer.
7120
7121         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7122         the same faces.
7123
7124 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7125
7126         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7127
7128 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7129
7130         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7131         * gnus-sum.el (gnus-summary-highlight):
7132         * pgg.el (pgg-sign-region, pgg-sign):
7133         * mail-source.el (mail-source-delete-old-incoming-confirm):
7134         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7135
7136 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-art.el (gnus-mime-view-part-externally)
7139         (gnus-mime-view-part-internally): Fix predicate function passed to
7140         completing-read.
7141
7142         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7143
7144         * gnus.el (gnus-update-message-archive-method): Add :version.
7145
7146 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus.el (gnus-update-message-archive-method): New variable.
7149
7150         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7151         according to gnus-message-archive-method if
7152         gnus-update-message-archive-method is non-nil.
7153
7154 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7157         by Loic Dachary <loic@dachary.org>.
7158         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7159
7160 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * message.el (message-pop-to-buffer): Add switch-function argument.
7163         (message-mail): Pass switch-function argument to it.
7164
7165 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7168         Improve doc string.
7169
7170 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7173         (gnus-header-content)
7174         * gnus-cite.el (gnus-cite-10)
7175         * gnus-srvr.el (gnus-server-closed)
7176         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7177         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7178         (gnus-group-mail-3-empty, gnus-group-mail-low)
7179         (gnus-group-mail-low-empty, gnus-splash)
7180         * message.el (message-header-to, message-header-cc)
7181         (message-header-subject, message-header-other, message-header-name)
7182         (message-header-xheader, message-separator, message-cited-text)
7183         (message-mml): Lighten colors of faces used for dark background.
7184
7185 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7186
7187         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7188         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7189
7190 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * message.el (message-narrow-to-headers-or-head):
7193         Ignore mail-header-separator in the body.
7194
7195 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7198         same as window size.
7199
7200 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7201
7202         * message.el (message-font-lock-keywords): Use message-header-xheader
7203         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7204         ahead of the anything pattern, to get it recognised.
7205
7206 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7209         spam.el loads uses it in the compiled defadvice form.
7210
7211 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7212
7213         * gnus-sum.el (gnus-articles-to-read)
7214         (gnus-summary-insert-old-articles): Don't truncate group name for
7215         `read-string'.
7216
7217         * gnus-util.el (gnus-limit-string): Delete this function.
7218
7219         * gnus-sum.el (gnus-simplify-subject-fully): Use
7220         `truncate-string-to-width' instead.
7221
7222 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7223
7224         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7225         if, on summary exit, the next group has to be selected.
7226         (gnus-summary-exit): Use it.
7227
7228 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7231         non-break space.
7232
7233 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7236         Check if group is not a directory.
7237         (nnfolder-request-expire-articles): Don't delete articles if the target
7238         group is not available.
7239
7240         * nnml.el (nnml-request-create-group): Properly check if group is not a
7241         file.
7242         (nnml-request-expire-articles): Don't delete articles if the target
7243         group is not available.
7244
7245         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7246         Don't quote characters that are within parentheses.
7247
7248 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7251         (gnus-handle-ephemeral-exit): Select article according to it.
7252
7253 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * message.el (message-insert-formated-citation-line): Remove newline.
7256         (message-citation-line-format): Add final \n here so that the user can
7257         avoid a blank line.
7258
7259 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7260
7261         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7262         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7263         Update lanl/arXiv support.
7264
7265 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * gnus.el: Bump version number.
7268
7269 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7270
7271         * gnus.el (gnus-version-number): Bump version.
7272
7273 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7274
7275         * gnus.el: No Gnus v0.6 is released.
7276
7277 2007-04-27  Didier Verna  <didier@xemacs.org>
7278
7279         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7280         * gmm-utils.el (gmm-regexp-concat): here.
7281         * message.el: Don't require 'gnus-util.
7282         (message-dont-reply-to-names): Handle name change above.
7283         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7284
7285 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7288         since the initial value varies according to the system.
7289
7290 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7293
7294 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7295
7296         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7297
7298 2007-04-24  Didier Verna  <didier@xemacs.org>
7299
7300         Improve the type of gnus-ignored-from-addresses.
7301         * gnus-util.el (gnus-orify-regexp): New function.
7302         * message.el (gnus-util): Require it.
7303         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7304         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7306
7307 2007-04-24  Didier Verna  <didier@xemacs.org>
7308
7309         * gnus-sum.el:
7310         * gnus-utils.el: Fix some trailing whitespaces.
7311
7312 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7315         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7316         article's Message-ID; refer parent article in summary buffer.
7317
7318         * message.el (message-bounce): Call mime-to-mml.
7319
7320         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7321         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7322         optimize and/or forms properly.
7323
7324 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7327         URL.
7328
7329 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7332
7333 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7336         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7337         displayed of multipart/alternative part if it is invoked from summary
7338         buffer.
7339
7340         * mm-view.el (mm-inline-text-html-render-with-w3m)
7341         (mm-inline-text-html-render-with-w3m-standalone)
7342         (mm-inline-render-with-function): Use mail-parse-charset by default.
7343
7344 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7345
7346         * parse-time.el (parse-time-string-chars): Check if CHAR
7347         is less than the length of parse-time-syntax.
7348
7349 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7352         from gnus-newsgroup-processable.
7353
7354 2007-04-16  Didier Verna  <didier@xemacs.org>
7355
7356         * gnus-msg.el (gnus-configure-posting-styles): Handle
7357         message-signature-directory properly with :file syntax.  Reported by
7358         "Leo".
7359
7360 2007-04-11  Didier Verna  <didier@xemacs.org>
7361
7362         New user option: message-signature-directory.
7363         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7364         * message.el (message-insert-signature): Ditto.
7365         * message.el (message-signature-file): Doc update.
7366         * message.el (message-signature-directory): New.
7367
7368 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * gnus-msg.el (gnus-inews-yank-articles): Use
7371         message-exchange-point-and-mark instead of exchange-point-and-mark.
7372
7373 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * message.el (message-yank-original): Make sure cited text ends with
7376         newline; don't exchange point and mark.
7377
7378 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7379
7380         * tls.el (open-tls-stream): Properly handle case where there
7381         is no associated buffer.
7382
7383 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7384
7385         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7386         message-yank-original, make sure (< mark TEXT point).
7387
7388 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * message.el (message-fill-column): New variable.
7391         (message-mode): Use it.  Add comment on a possible new hook.
7392
7393         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7394         (nnmail-get-new-mail): Reformat.
7395
7396         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7397
7398         * gmm-utils.el: Fix Commentary.
7399         (gmm-tool-bar-from-list): Fix typo in doc string.
7400
7401 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7402
7403         * message.el (message-yank-original): Don't switch point and mark
7404         unnecessarily to put point and mark as documented.
7405
7406 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7407
7408         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7409         from the message heads.
7410
7411 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7412
7413         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7414         article buffer does not have a window.  This may not be the best
7415         solution but is certainly better than setting the start of the null,
7416         that is the current, window.
7417
7418 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7421         (gnus-draft-setup): Run it.
7422
7423         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7424         gnus-score-fast-scoring.  Allow regexp.
7425         (gnus-score-headers): Use it.
7426
7427         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7428         XEmacs.
7429
7430         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7431         string.
7432         (gnus-button-alist): Also catch `<f1> k ...'.
7433         (gnus-treat-display-x-face): Fix doc string.
7434
7435 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7436
7437         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7438         evaluation of gnus-extended-version to ensure correct generation of the
7439         User-Agent header when message-generate-headers-first is used.
7440
7441 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7442
7443         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7444         hashcash-path is nil.  Don't call callback with incorrect number of
7445         parameters if val is 0.
7446
7447 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7448
7449         * message.el (message-required-news-headers):
7450         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7451
7452 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7453
7454         * tls.el (open-tls-stream): In handshake-waiting loop,
7455         don't wait more if there is output available to process.
7456
7457 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7458
7459         * tls.el (tls-program): Doc fix.
7460
7461 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * message.el (message-generate-new-buffers): Change the meaning of the
7464         nil value; add `standard' to the choices; treat t as `unique'; improve
7465         doc string.
7466         (gnus-select-frame-set-input-focus): Autoload.
7467         (message-buffer-name): Search for the existing message buffer if
7468         message-generate-new-buffers is nil or `standard'; treat the value t of
7469         message-generate-new-buffers as `unique'.
7470         (message-pop-to-buffer): Raise the frame already displaying the message
7471         buffer; clear the echo area after querying.
7472         (message-setup): Pass the `continue' argument to compose-mail.
7473         (message-mail): Prefer `switch-function' if it is given; search for the
7474         existing message buffer if the `continue' argument is non-nil; pass
7475         continue and switch-function arguments to compose-mail by way of
7476         message-setup.
7477         (message-mail-other-window): Adjust argument of message-setup.
7478         (message-mail-other-frame): Ditto.
7479
7480 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7483         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7484         to turn font-lock on when turning gnus-message-citation-mode on.
7485
7486 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7487
7488         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7489         (mml-smime-function-alist): New variable; add epg as the backend.
7490         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7491         mml-smime- functions instead.
7492         * mm-view.el: Require smime.
7493
7494 2007-03-05  Didier Verna  <didier@xemacs.org>
7495
7496         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7497         instead of just inheritance for posting styles.
7498         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7499
7500 2007-02-24  Chris Moore  <dooglus@gmail.com>
7501
7502         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7503         * pgg-pgp.el (pgg-pgp-encrypt-region):
7504         * pgg-gpg.el (pgg-gpg-encrypt-region):
7505         Check pgg-encrypt-for-me if no other recipients.
7506
7507 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7508
7509         * tls.el (tls-certtool-program): Fix custom type.
7510
7511 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7514         and point-at-eol instead of line-(beginning|end)-position.
7515
7516         * assistant.el (assistant-parse-buffer): Ditto.
7517
7518         * netrc.el (netrc-parse-services): Ditto.
7519
7520 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7521
7522         * mml2015.el (mml2015-epg-find-usable-key): New function.
7523         (mml2015-epg-sign): Use it.
7524         (mml2015-epg-encrypt): Use it.
7525
7526 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * message.el (message-make-in-reply-to): Quote name containing
7529         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7530         if there are special characters.  Reported by NAKAJI Hiroyuki
7531         <nakaji@jp.freebsd.org>.
7532
7533 2007-02-27  Didier Verna  <didier@xemacs.org>
7534
7535         Include the group parameters as well as the topic ones in the
7536         inheritance filter process.
7537         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7538         argument GROUP-PARAMS-LIST.
7539         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7540
7541 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * nntp.el (nntp-never-echoes-commands)
7544         (nntp-open-connection-functions-never-echo-commands): New variables.
7545         (nntp-send-command): Use them.
7546
7547 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7548
7549         * mml2015.el (mml2015-epg-verify): Simplified.
7550
7551 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * mml.el (mml-content-disposition-alist): New user option.
7554         (mml-content-disposition): New function.
7555         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7556         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7557
7558 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7559
7560         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7561         verification.
7562
7563 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7564
7565         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7566         articles posted in the last 24 hours.
7567
7568 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7569
7570         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7571
7572 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7573
7574         * nntp.el (nntp-send-command): Don't wait for echoes when
7575         nntp-open-ssl-stream is used.
7576
7577 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7580         (gnus-message-add-citation-keywords)
7581         (gnus-message-remove-citation-keywords): Remove.
7582         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7583         directly, make the variables in font-lock-defaults buffer-local, add
7584         gnus-message-citation-keywords to them and then update the value of
7585         font-lock-keywords.
7586
7587 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7588
7589         * message.el (message-cite-original-1): Don't call
7590         gnus-article-highlight-citation.
7591
7592         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7593         citations; fix line count.
7594
7595 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7598         (gnus-message-add-citation-keywords)
7599         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7600         versions of font-lock-add-keywords and font-lock-remove-keywords to
7601         work with XEmacs correctly.
7602
7603 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-cite.el (gnus-cite-face-list): Set the values of
7606         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7607         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7608         (gnus-message-cite-prefix-regexp): New variable.
7609         (gnus-message-search-citation-line): Use it; protect against long
7610         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7611         the 0th match data for Emacs.
7612         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7613         (gnus-message-add-citation-keywords): Append keywords rather than
7614         prepending; emulate font-lock-add-keywords if it is not available.
7615         (gnus-message-remove-citation-keywords): Emulate
7616         font-lock-remove-keywords if it is not available.
7617
7618         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7619
7620         * message.el (message-cite-prefix-regexp): Set the value of
7621         gnus-message-cite-prefix-regexp.
7622
7623 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7624
7625         * nnweb.el (nnweb-google-parse-1): Update parser.
7626
7627 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7628
7629         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7630
7631 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7632
7633         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7634         regexp.
7635
7636 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7639         string-to-multibyte.
7640         (uudecode-decode-region-internal): Use it.
7641
7642         * lpath.el: Fbind string-as-multibyte for XEmacs.
7643
7644 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7647         custom choice.
7648
7649         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7650
7651 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7652
7653         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7654
7655         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7656         `write-region' to respect `mm-inhibit-file-name-handlers'.
7657
7658 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7661         Use gnus-home-directory instead of "~/" or "$HOME".
7662
7663 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7664
7665         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7666         to mention filename.
7667         Add comments at beginning regarding usage.
7668         (encrypt-write-file-contents): Change interactive so a string is
7669         acceptable.  If the file has no associated model, show an error instead
7670         of a nonsense prompt.
7671
7672 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7673
7674         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7675         Thanks to Yoshihiko Yamada for kind notification of this typo.
7676
7677 2007-01-12  Kenichi Handa  <handa@m17n.org>
7678
7679         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7680         multibyte buffer.
7681
7682 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * gnus-score.el (gnus-score-fast-scoring): New variable.
7685         (gnus-score-headers): Use it.
7686
7687         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7688
7689         * message.el (message-cite-original-1): Call
7690         gnus-article-highlight-citation if requested.
7691         (message-make-from): Allow name and address as optional arguments.
7692
7693         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7694
7695         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7696         bugs to doc string.
7697         (gnus-button-alist): Add mid\\|message-id.
7698         (gnus-button-fetch-group): Extend for use in
7699         `browse-url-browser-function'.
7700         (gnus-button-url-regexp): Try to catch paired parentheses like in
7701         Wikipedia URLs.
7702
7703         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7704         Suggested by Simon Krahnke <overlord@gmx.li>.
7705
7706 2007-01-13  Romain Francoise  <romain@orebokech.com>
7707
7708         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7709         Update copyright.
7710
7711 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7712
7713         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7714
7715 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * gnus-registry.el (gnus-registry-unfollowed-groups)
7718         (gnus-registry-split-fancy-with-parent): Fix documentation.
7719
7720 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7721
7722         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7723         from nnweb groups.
7724
7725 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7728         Xref urls.  Erase buffer before requesting head.
7729
7730 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7733         customizable.
7734
7735 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7736
7737         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7738         no signing key is found.
7739         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7740         no encrypting and/or signing key is found.
7741
7742 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7745
7746 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7747
7748         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7749         headers read from disk with the ones newly found in the current search.
7750         This should no longer cause problems, because the article numbers in
7751         Gmane's `nov.php' output are ignored since the previous change.
7752
7753 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7754
7755         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7756
7757 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7760         replace-regexp-in-string; bind url-version; fbind display-images-p and
7761         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7762         find-face and set-itimer-function for Emacs; bind itimer-list for
7763         Emacs.
7764
7765         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7766
7767 2007-01-01  Romain Francoise  <romain@orebokech.com>
7768
7769         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7770
7771 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7772
7773         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7774         `define-minor-mode' macro definition expanded properly.
7775         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7776         exclude it there.
7777
7778         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7779         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7780         `fboundp' test.
7781         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7782         This is OK to autoload in (S)XEmacs now.
7783
7784 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7787         keystroke.
7788         (gnus-summary-limit-to-singletons): Fix typo.
7789
7790         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7791         else fails.
7792
7793 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7794
7795         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7796         docstring.
7797
7798         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7799         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7800         (gnus-summary-insert-dormant-articles): Fix typo in message.
7801
7802 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7805         nil for XEmacs.
7806         (gnus-message-citation-mode): Don't autoload in XEmacs.
7807
7808         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7809
7810 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7811
7812         * nnimap.el (nnimap-expunge-search-string): Mention
7813         nnimap-search-uids-not-since-is-evil in docstring.
7814
7815 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * spam.el: Revert to make-obsolete-variable because
7818         define-obsolete-variable-alias is not supported in Emacs 21.
7819
7820         * spam.el (spam-ifile-path, spam-ifile-database-path)
7821         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7822         make-obsolete-variable.
7823         (spam-bsfilter-path, spam-bsfilter-program)
7824         (spam-spamassassin-path, spam-spamassassin-program)
7825         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7826         use "path" inappropriately.
7827         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7828         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7829         variable names.
7830
7831 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7832
7833         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7834         summary buffer.
7835
7836         * password.el (password-cache-remove): Use clear-string to burn
7837         password, if available.
7838
7839 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7842
7843         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7844
7845         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7846         (gnus-message-highlight-citation): Move defcustom here from
7847         gnus-cite.el.
7848         (gnus-message-citation-mode): Autoload.
7849
7850         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7851         checks to make it compile with XEmacs.
7852         (gnus-message-citation-mode): New minor mode.
7853         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7854         (gnus-message-highlight-citation): New variables.
7855         (gnus-message-search-citation-line)
7856         (gnus-message-add-citation-keywords)
7857         (gnus-message-remove-citation-keywords)
7858         (turn-on-gnus-message-citation-mode)
7859         (turn-off-gnus-message-citation-mode): New functions.
7860
7861 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7862
7863         * gnus-cite.el: Enable highlighting of different citation levels in
7864         message-mode.
7865
7866 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * message.el (message-make-fqdn): Fix comment.
7869         (message-bogus-system-names): Add ".local".
7870
7871         * spam.el (spam-ifile-path, spam-ifile-program)
7872         (spam-ifile-database-path, spam-ifile-database)
7873         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7874         Don't use "path" inappropriately.
7875         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7876         strings.
7877         (spam-check-ifile, spam-ifile-register-with-ifile)
7878         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7879         new variable names.
7880
7881         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7882         (gnus-treat-display-smileys): Simplify using
7883         gnus-image-type-available-p.
7884
7885         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7886         available.
7887
7888         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7889         `display-images-p' if available.
7890
7891 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7894         one after turning on the buffer's multibyteness instead of decoding
7895         them directly in the unibyte buffer that causes unexpected conversion
7896         in Emacs 23 (unicode).
7897
7898 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7899
7900         * message.el (message-generate-hashcash): Fix custom type.
7901
7902 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7905
7906 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7909         disconnect icons.  Add help text.
7910
7911 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7912
7913         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7914         negated to be consistent with the others we handle.
7915
7916 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7919         version of gnus-summary-buffer to something, so that we can use two
7920         article buffers at the same time.
7921
7922 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7923
7924         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7925         trigger all the extra headers.
7926         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7927         sorting.
7928
7929 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7930
7931         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7932         solid groups.
7933
7934 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7935
7936         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7937
7938 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * legacy-gnus-agent.el: Add Copyright notice.
7941
7942 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7943
7944         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7945
7946 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7949
7950         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7951         to make it work reliably in CVS Emacs.
7952         (gnus-summary-limit-strange-charsets-predicate)
7953         (gnus-summary-limit-to-predicate): New functions.
7954
7955 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7956
7957         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7958         specifying array size.
7959         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7960         array if it is too small.
7961         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7962         (gnus-sort-threads-loop): New function.
7963
7964 2006-12-06  Chris Moore  <dooglus@gmail.com>
7965
7966         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7967         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7968
7969 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7970
7971         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7972         options.
7973
7974 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7977         DOS-ing the recipient.
7978
7979         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7980         the headers when creating the mapping to avoid mismappings.
7981         (nnweb-gmane-create-mapping): Always nix out old mapping.
7982
7983 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7986         and mm-verify-option to never.
7987
7988 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * message.el (message-signed-or-encrypted-p): New function.
7991         (message-forward-make-body): Use it.
7992
7993         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7994         Replace encode-coding-string with mm-encode-coding-string.
7995
7996 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * nneething.el (nneething-decode-file-name): Replace
7999         decode-coding-string with mm-decode-coding-string.
8000
8001         * gnus-int.el (gnus-open-server): Say failed server's name.
8002
8003 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8004
8005         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8006         strings to a single string.  Quote `errors-file-name'.
8007         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8008         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8009         Adjust calls.  Use `shell-quote-argument'.
8010
8011 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8012
8013         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8014         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8015
8016         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8017         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8018         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8019         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8020         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8021         (gnus-subscribe-newsgroup, gnus-1):
8022         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8023         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8024         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8025         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8026
8027 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8030         keystroke.
8031         (gnus-summary-limit-to-bodies): Implement headersp.
8032
8033 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8034
8035         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8036
8037 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8040
8041 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * message.el (message-generate-hashcash): Expand range of values to
8044         include `opportunistic'.
8045         (message-send-mail): Use it.
8046
8047 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8048
8049         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8050         and comment it.
8051
8052         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8053
8054 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * gnus-util.el (gnus-extract-address-components): Improve comment.
8057
8058 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-util.el (gnus-extract-address-components): Work with address in
8061         which the name portion contains @.
8062
8063         * lpath.el: Fbind custom-autoload.
8064
8065 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * gnus.el (gnus-start): Move custom group up.
8068         (gnus-select-method): Don't autoload, but make it available for
8069         `customize-variable'.
8070         (gnus-getenv-nntpserver): Don't autoload.
8071
8072 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8073
8074         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8075
8076 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * message.el (message-sendmail-extra-arguments): New variable.
8079         (message-send-mail-with-sendmail): Use it.
8080
8081 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8084         mm-with-unibyte-current-buffer to make string unibyte.
8085
8086         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8087         mm-string-as-multibyte.
8088
8089 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8090
8091         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8092         Reported by Werner Koch <wk@gnupg.org>.
8093
8094 2006-11-14  Daiki Ueno  <ueno@p360>
8095
8096         * mml2015.el: Autoload epa-select-keys when compiling.
8097
8098 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8099
8100         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8101         message-options.
8102         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8103
8104 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8105
8106         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8107         EasyPG (< 0.0.6).
8108         (mml2015-always-trust): New user option.
8109         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8110         prompt.
8111
8112 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * nntp.el (nntp-authinfo-force): New variable.
8115         (nntp-send-authinfo): Use it.
8116
8117 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8120         decode encoded words.  Improve prompt.  Add comment about forwarding.
8121         (message-replacement-char): Move up.
8122
8123 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8124
8125         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8126         instead of gnus-intersection because arguments of gnus-sorted-nunion
8127         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8128
8129 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8132         (message-simplify-subject-functions): Enable
8133         message-strip-subject-encoded-words by default.
8134
8135 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * message.el (message-strip-subject-encoded-words): New function.
8138         (message-simplify-subject-functions): New variable.
8139         (message-simplify-subject): Use it.  Fix typo in doc string.
8140         Support message-strip-subject-encoded-words.
8141
8142 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8143
8144         * gnus-diary.el (gnus-diary-delay-format-function):
8145         * nndiary.el (nndiary-reminders):
8146         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8147
8148 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8149
8150         * gnus-art.el (article-hide-boring-headers): Fetch date from
8151         gnus-original-article-buffer to avoid problems with localized date
8152         strings.
8153
8154 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8157
8158 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8161         New variables.
8162         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8163         (mm-charset-synonym-alist): Move some entries to
8164         mm-codepage-iso-8859-list.
8165         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8166         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8167
8168 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8171
8172 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8175         with Emacs 21 and XEmacs.
8176
8177 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * spam.el (spam-parse-address): New function for better parsing,
8180         catching errors, etc.
8181         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8182
8183 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * mm-view.el: Add interactive arg to html2text autoload.
8186
8187 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8190
8191 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8194         variables.
8195         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8196         (mm-charset-synonym-alist): Move some entries to
8197         mm-codepage-iso-8859-list.
8198
8199         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8200
8201 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * message.el (message-citation-line-format)
8204         (message-insert-formated-citation-line): Fix implementation of %E, %N
8205         and %n according to the doc string.
8206
8207 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8208
8209         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8210         car-safe to avoid bad parses.
8211
8212 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8215         names.
8216
8217         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8218
8219 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8222         header.
8223
8224         * message.el (message-draft-headers): Add Date.
8225         (message-headers-to-generate): Fix typo in docstring.
8226
8227         * nndraft.el (nndraft-required-headers): New variable.
8228         (nndraft-generate-headers): Use it.
8229
8230         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8231
8232 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * gnus-registry.el (gnus-registry-wash-for-keywords)
8235         (gnus-registry-find-keywords): New functions to allow easy searching of
8236         articles that are in the registry.
8237
8238 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8239
8240         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8241         ietf-drums-parse-address instead of gnus-extract-address-components.
8242         Reported by Damien Elmes <damien@repose.cx>.
8243
8244 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus.el (gnus-mime): Remove unused custom group.
8247
8248 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8249
8250         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8251         "blank line" when searching for end of armor headers.
8252
8253 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gmm-utils.el (gmm-write-region): Fix variable name.
8256
8257 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * gmm-utils.el (gmm-write-region): New function based on compatibility
8260         code from `mm-make-temp-file'.
8261
8262         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8263
8264         * nnmaildir.el (nnmaildir--update-nov)
8265         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8266         Use `gmm-write-region'.
8267
8268 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8269
8270         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8271         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8272
8273         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8274
8275         * message.el (message-replacement-char): New variable.
8276         (message-fix-before-sending): Use it.
8277         (message-simplify-subject): New function to remove duplicate code.
8278         (message-reply, message-followup): Use it.
8279
8280         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8281         gnus-summary-limit-to-articles.
8282
8283 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-util.el (gnus-with-local-quit): New macro.
8286
8287         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8288
8289 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8290
8291         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8292         ignore non-string data.
8293
8294 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8297         non-string data (needs to be done in the registry too).
8298
8299 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8302         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8303         (gnus-registry-split-fancy-with-parent)
8304         (gnus-registry-fetch-simplified-message-subject-fast)
8305         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8306         Remove text properties on ingress into the registry and when it's saved.
8307         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8308         registry from entries with no groups.
8309
8310 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8313         function to remove string properties.
8314
8315 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gmm-utils.el (gmm): Adjust custom version.
8318
8319         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8320         custom version.
8321
8322         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8323
8324 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-art.el (gnus-insert-prev-page-button)
8327         (gnus-insert-next-page-button): Simplify.  Reformat.
8328
8329 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8330
8331         * gnus-art.el (gnus-insert-prev-page-button)
8332         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8333
8334 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8335
8336         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8337
8338 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8339
8340         * gnus-art.el (gnus-insert-mime-button)
8341         (gnus-insert-mime-security-button):
8342         Apply gnus-article-button-face to MIME and security buttons.
8343
8344 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8345
8346         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8347         readable.
8348
8349 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8352
8353 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8354
8355         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8356         `browse-url-of-file' instead of `browse-url'.
8357
8358 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8359
8360         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8361         regexp.  Articles containing quotation were cut prematurely.
8362
8363 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * message.el (message-cite-original-1): Use nobody by default for the
8366         value of From header.
8367         (message-reply): Ditto.
8368
8369 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8370
8371         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8372         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8373         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8374
8375 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8376
8377         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8378         mails in the doc string.  Add some URLs in comment.
8379         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8380
8381 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8384         backslashes handling and the way to find boundaries of quoted strings.
8385
8386 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8387
8388         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8389         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8390         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8391         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8392
8393 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8396         doc string.
8397         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8398
8399 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * lpath.el: Fbind epg-check-configuration.
8402
8403 2006-09-06  Simon Josefsson  <jas@extundo.com>
8404
8405         * mml2015.el (mml2015-use): Doc fix, mention epg.
8406
8407 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8408
8409         * mml2015.el (mml2015-use): Default to epg, if available.
8410
8411 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8412
8413         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8414         message-sender.
8415         (mml1991-epg-encrypt): Ditto.
8416         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8417         message-sender.
8418         (mml2015-epg-encrypt): Ditto.
8419
8420 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8421
8422         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8423         several common directories.
8424
8425 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8426
8427         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8428         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8429
8430 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-art.el (article-decode-encoded-words): Make it fast.
8433
8434 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8437
8438         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8439         in quoted string into `\'.
8440
8441 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8444         Use standard-syntax-table.
8445
8446 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-art.el (gnus-decode-address-function): New variable.
8449         (article-decode-encoded-words): Use it to decode headers which are
8450         assumed to contain addresses.
8451         (gnus-mime-delete-part): Remove useless `or'.
8452
8453         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8454         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8455         (gnus-nov-parse-line): Use it to decode From header.
8456         (gnus-get-newsgroup-headers): Ditto.
8457         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8458
8459         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8460         (mail-decode-encoded-address-string): New alias.
8461
8462         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8463         New function.
8464         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8465         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8466         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8467         (rfc2047-decode-string): Ditto.
8468         (rfc2047-decode-address-region): New function.
8469         (rfc2047-decode-address-string): New function.
8470
8471 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * message.el (message-caesar-buffer-body): Allow rotating headers.
8474
8475         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8476
8477         * message.el (message-insert-formated-citation-line): Fix %f.
8478         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8479
8480 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8483         (gnus-bookmark-mouse-available-p): New macro.
8484         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8485         (gnus-bookmark-bmenu-show-infos): Use it.
8486         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8487         (gnus-bookmark-bmenu-hide-infos): Ditto.
8488         (gnus-bookmark-remove-properties): New function.
8489         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8490         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8491         (gnus-bookmark-write-file): Bind coding-system-for-write.
8492         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8493         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8494         group before selecting it.
8495         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8496         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8497         quit-window if it is not available; use gnus-mouse-2 and bind it to
8498         gnus-bookmark-bmenu-select-by-mouse.
8499         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8500         (gnus-bookmark-bmenu-select-by-mouse): New function.
8501
8502 2006-08-13  Romain Francoise  <romain@orebokech.com>
8503
8504         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8505         space.
8506
8507 2006-08-10  Romain Francoise  <romain@orebokech.com>
8508
8509         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8510         (dns-mode-soa-auto-increment-serial): New user option.
8511         (dns-mode-soa-maybe-increment-serial): New function.
8512         (dns-mode): Add the latter to `write-contents-functions'.
8513
8514 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * compface.el (uncompface): Use binary rather than raw-text-unix.
8517
8518 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * compface.el (uncompface): Make sure the eol conversion doesn't take
8521         place when communicating with the external programs.  Reported by
8522         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8523
8524 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8527
8528 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8529
8530         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8531         Make it more robust by parsing author and date independently.
8532
8533 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8536
8537 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8538
8539         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8540         first matching secret key.
8541         (mml2015-epg-encrypt): Ditto.
8542
8543         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8544         first matching secret key.
8545         (mml1991-epg-encrypt): Ditto.
8546
8547         * mml2015.el (mml2015-encrypt-to-self): New user option.
8548         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8549         mml2015-epg-encrypt-to-self is set.
8550
8551         * mml1991.el (mml1991-encrypt-to-self): New variable.
8552         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8553         mml1991-epg-encrypt-to-self is set.
8554
8555         * mml2015.el (mml2015-signers): New user option.
8556         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8557         (mml2015-epg-encrypt): Allow to select signing keys.
8558
8559         * mml1991.el (mml1991-signers): New variable.
8560         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8561         (mml1991-epg-encrypt): Allow to select signing keys.
8562
8563 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * nnheader.el (nnheader-insert-head): Make it work even if the file
8566         uses CRLF for the line-break code.
8567
8568 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8569
8570         * mml2015.el: Require mml-sec instead of password.
8571         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8572         (mml2015-cache-passphrase): Inherit the default value from
8573         mml-secure-cache-passphrase.
8574         (mml2015-passphrase-cache-expiry): Inherit the default value from
8575         mml-secure-passphrase-cache-expiry.
8576
8577         * mml1991.el: Require mml-sec instead of password.
8578         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8579         (mml1991-cache-passphrase): Inherit the default value from
8580         mml-secure-cache-passphrase.
8581         (mml1991-passphrase-cache-expiry): Inherit the default value from
8582         mml-secure-passphrase-cache-expiry.
8583
8584         * mml-sec.el: Require password.
8585         (mml-secure-verbose): New user option.
8586         (mml-secure-cache-passphrase): New user option.
8587         (mml-secure-passphrase-cache-expiry): New user option.
8588
8589 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8590
8591         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8592         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8593         andreas@altroot.de (Andreas Vögele).
8594
8595         FIXME: Use `tiny change'?
8596
8597 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8598
8599         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8600         workaround for the url package included with Emacs.
8601
8602         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8603
8604 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8607         correctly.  This fixes a bug caused by the 2006-05-12 change.
8608
8609 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8610
8611         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8612         some information about the error when saying that the `bogus' mail
8613         group will be used.
8614
8615 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8616
8617         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8618         string.
8619
8620 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8621
8622         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8623
8624 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8625
8626         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8627
8628 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8629
8630         * mml1991.el (mml1991-function-alist): Add epg.
8631         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8632         (mml1991-epg-encrypt): New functions.
8633
8634 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8635
8636         * mml2015.el (mml2015-verbose): New variable.
8637         (mml2015-cache-passphrase): Ditto.
8638         (mml2015-passphrase-cache-expiry): Ditto.
8639         (mml2015-function-alist): Add epg.
8640         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8641         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8642         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8643         functions.
8644
8645 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8646
8647         * message.el (message-cite-original-1): Preserve region when removing
8648         quoted text due to X-No-Archive in order to avoid bogus attribution
8649         when citing multiple messages.
8650
8651 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8652
8653         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8654         Kenneth Jacker <khj@be.cs.appstate.edu>.
8655
8656 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-diary.el (gnus-user-format-function-d)
8659         (gnus-user-format-function-D): Autoload.
8660
8661         * imap.el (Commentary): Fix typo.
8662
8663         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8664         2006-04-22 contribution.
8665
8666 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8667
8668         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8669         It didn't really fix the bogosity I'm seeing with solid web groups.
8670
8671 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8672
8673         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8674         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8675         created using server names.  If we use the feature without declaring
8676         it, Gnus does not properly manage server and group state.
8677
8678         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8679         bound.
8680
8681 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8682
8683         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8684         looking up the method using GROUP's prefix before inventing a new one.
8685         It is used on killed/unknown groups in various places where returning
8686         an all-new method isn't expected by the caller.
8687
8688         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8689         and match semantics of gnus-group-real-prefix.
8690
8691 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * nnmail.el (nnmail-broken-references-mailers): New variable.
8694         (nnmail-ignore-broken-references): New function generalizing
8695         nnmail-fix-eudora-headers.
8696         (nnmail-fix-eudora-headers): Now obsolete.
8697
8698         * gnus-art.el (gnus-button-handle-custom): Support
8699         `customize-apropos*'.
8700
8701 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8702
8703         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8704
8705         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8706         articles.
8707
8708 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * message.el (message-cite-reply-above): New variable.
8711         (message-yank-original): Use it.
8712
8713 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8716
8717 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8720         as read.
8721
8722         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8723
8724 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8727         (gnus-bookmark-default-file): Use gnus-directory.
8728         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8729         Remove "*" in doc string.
8730         (gnus-bookmark-write-file): Simplify.
8731         (gnus-bookmark-maybe-sort-alist): Use `when'.
8732         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8733         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8734         FIXME about Emacs 21 and XEmacs compatibility.
8735         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8736         compatibility.
8737         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8738         compatibility.
8739         (gnus-bookmark-menu-heading): Fix version.
8740
8741 2006-06-19  Bastien Guerry  <bzg@altern.org>
8742
8743         * gnus-bookmark.el: New file.
8744
8745 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * message.el (message-syntax-checks): Doc fix.
8748
8749 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8750
8751         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8752         unsubscribed groups as if they were killed ones.  It causes duplicate
8753         entries in gnus-newsrc-alist.
8754
8755 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * message.el (message-syntax-checks): Doc fix.
8758         (message-send-mail): Add check for continuation headers.
8759         (message-check-news-header-syntax): Fix regexp used to check for
8760         continuation headers.
8761
8762 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8765
8766 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8769
8770 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8773         default-truncate-lines.
8774
8775 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8778         to fill the utf-8 entry.
8779
8780         * lpath.el: Fbind unicode-precedence-list.
8781
8782 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8783
8784         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8785
8786 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8787
8788         * gnus-agent.el (directory-files-and-attributes): Move all the way
8789         forward (the third and final move).
8790         (gnus-agent-read-agentview): Trap reconstruction errors due to
8791         nonexistant directory.  Handle by returning nil.
8792
8793 2006-05-30  Didier Verna  <didier@xemacs.org>
8794
8795         * message.el (message-dont-reply-to-names): Update the custom type.
8796         * message.el (message-dont-reply-to-names): New defsubst: potentially
8797         convert a list of regexps into a single one.
8798         * message.el (message-get-reply-headers): Use it.
8799         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8800
8801 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-agent.el (directory-files-and-attributes): Move forward.
8804
8805 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-ml.el (gnus-mailing-list-subscribe)
8808         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8809         (gnus-mailing-list-message): Fix doc strings.
8810
8811 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8812
8813         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8814         of doing it manually.
8815
8816 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8819         comment.
8820
8821 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8822
8823         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8824         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8825         (gnus-agent-read-local): All symbols allocated in my-obarray.
8826         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8827         (gnus-agent-regenerate-group): Check numeric names to see if they are
8828         messages or groups.
8829         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8830         better way of do this...)
8831
8832         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8833         'dummy.group' (there should be a better way of do this...)
8834
8835 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8838         (gnus-saved-headers): Ditto.
8839         (gnus-default-article-saver): Mention functions may have properties.
8840         (gnus-article-save): Override gnus-save-all-headers and
8841         gnus-saved-headers by :headers property which saver function may have.
8842         (gnus-summary-save-in-file): Add :headers property.
8843         (gnus-summary-write-to-file): Ditto.
8844
8845         * gnus-sum.el (gnus-summary-save-article): Bind
8846         gnus-prompt-before-saving to t when saving many articles in a file;
8847         always show all headers.
8848
8849         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8850
8851 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8854         marks.
8855
8856         * message.el (message-indent-citation): Add optional arguments to allow
8857         using it outside of message buffers.
8858
8859         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8860         (gnus-article-treat-unfold-headers): Use it.
8861         (gnus-article-truncate-lines): New variable.
8862         (gnus-article-mode): Use it.
8863         (gnus-article-toggle-truncate-lines): New function.
8864
8865         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8866         gnus-article-toggle-truncate-lines.
8867
8868         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8869         coding system in XEmacs, use binary.
8870
8871 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8874         after-load-alist.
8875
8876         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8877         this function should save decoded articles.
8878         (gnus-summary-write-to-file): Use property to specify this function
8879         should save decoded articles and specify gnus-summary-save-in-file
8880         should be used to save articles other than the first one when saving
8881         many articles.
8882         (gnus-summary-save-body-in-file): Use property to specify this
8883         function should save decoded articles.
8884         (gnus-summary-write-body-to-file): Use property to specify this
8885         function should save decoded articles and specify
8886         gnus-summary-save-body-in-file should be used to save articles other
8887         than the first one when saving many articles.
8888
8889         * gnus-sum.el (gnus-summary-save-article): Simplify.
8890
8891 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-art.el (gnus-default-article-saver): Add
8894         gnus-summary-write-body-to-file.
8895         (gnus-article-save-coding-system): Don't use coding system object
8896         in XEmacs.
8897         (gnus-read-save-file-name): Add optional `dir-var' argument which
8898         specifies directory in which files are saved; work even if optional
8899         `variable' argument is not specified.
8900         (gnus-summary-write-to-file): Read file name.
8901         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8902         (gnus-summary-write-body-to-file): New function.
8903
8904         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8905         (gnus-summary-local-variables): Add it.
8906         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8907         (gnus-summary-save-article): Remove optional `decode' argument;
8908         determine whether to decode articles by the value of
8909         gnus-default-article-saver; when saving many files using
8910         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8911         it first and use gnus-summary-save-in-file or
8912         gnus-summary-save-body-in-file thereafter unless
8913         gnus-prompt-before-saving is always; move point to article which
8914         will be saved.
8915         (gnus-summary-save-article-file): Revert.
8916         (gnus-summary-write-article-file): Revert.
8917         (gnus-summary-save-article-body-file): Revert.
8918         (gnus-summary-write-article-body-file): New function.
8919
8920 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-default-article-saver): Doc fix.
8923         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8924         from gnus-summary-save-article-coding-system, and default to a
8925         certain coding system.
8926         (gnus-output-to-file): Add coding cookie and encode text according
8927         to gnus-article-save-coding-system; don't use mm-append-to-file.
8928
8929         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8930         gnus-art.el and rename to gnus-article-save-coding-system.
8931         (gnus-summary-save-article): Require gnus-art; don't show all
8932         headers if it decodes articles; don't add coding cookie here;
8933         don't bind mm-text-coding-system-for-write.
8934         (gnus-summary-save-article-file): Save decoded articles.
8935         (gnus-summary-write-article-file): When saving many files, use
8936         gnus-summary-write-to-file first and gnus-summary-save-in-file
8937         thereafter unless gnus-prompt-before-saving is always.
8938         (gnus-summary-save-article-body-file): Save decoded articles.
8939
8940         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8941
8942 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * nnrss.el (nnrss-check-group): Bind hash-index.
8945
8946 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8947
8948         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8949         its hash index.  Store this hash in `nnrss-group-data'.
8950         (nnrss-read-group-data): Update accordingly.
8951
8952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8955         entry.
8956
8957         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8958         gnus-article-browse-html-article.
8959
8960 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8961
8962         * gnus-sum.el (gnus-summary-mime-map): Add
8963         gnus-article-browse-html-article.
8964
8965         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8966
8967 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8970         suitable coding systems in customize.
8971
8972 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * mail-source.el (mail-sources): Fix custom type.
8975
8976 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8979         (gnus-summary-expire-articles-now): Shorten prompt.
8980
8981         * gmm-utils.el (wid-edit): Require.
8982         (defun-gmm): Renamed from `gmm-defun-compat'.
8983         (gmm-image-search-load-path): Use it.
8984         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8985
8986 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8989         variable.
8990         (gnus-summary-save-article): Add optional `decode' argument.  If
8991         it is set and gnus-summary-save-article-coding-system is non-nil,
8992         save decoded article.
8993         (gnus-summary-write-article-file): Save decoded article if
8994         gnus-summary-save-article-coding-system is non-nil.
8995
8996         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8997         type.
8998
8999 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9002
9003 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9006         first to test gnus-single-article-buffer which may be buffer-local.
9007
9008         * gnus-sum.el (gnus-summary-setup-buffer): Make
9009         gnus-single-article-buffer buffer-local and nil in ephemeral
9010         group; make gnus-article-buffer, gnus-article-current, and
9011         gnus-original-article-buffer always buffer-local.
9012         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9013         group.
9014         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9015
9016 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * nnml.el (nnml-request-compact-group): Compressed files might not
9019         have .gz extension.
9020
9021 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9022
9023         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9024         (mm-copy-to-buffer): Use with-current-buffer.
9025         (mm-display-part): Simplify.
9026         (mm-inlinable-p): Add optional arg `type'.
9027
9028 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9029
9030         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9031         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9032         Try harder to show the attachment internally or externally using
9033         gnus-mime-view-part-as-type.
9034
9035 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * message.el (message-from-style, message-signature-separator)
9038         (message-user-organization-file, message-send-mail-function)
9039         (message-citation-line-function, message-yank-prefix)
9040         (message-indent-citation-function, message-signature)
9041         (message-signature-file, message-signature-insert-empty-line):
9042         Remove autoloads.
9043
9044         * gnus-art.el (gnus-buttonized-mime-types): Remove
9045         "multipart/signed".  Revert 2006-04-26 change.
9046
9047 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9048
9049         * gnus.el (gnus-version-number): Bump version.
9050
9051 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9052
9053         * gnus.el: No Gnus v0.5 is released.
9054
9055 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9056
9057         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9058         fetching articles by message-id.
9059
9060 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9061
9062         * message.el (hashcash): Require hashcash as normal.
9063
9064         * ecomplete.el (ecomplete-highlight-match-line): Use
9065         point-at-eol.
9066         (ecomplete-highlight-match-line): Use `highlight', because that
9067         face exists in both Emacs and XEmacs.
9068
9069         * message.el (message-display-abbrev): Use point-at-bol.
9070
9071         * mail-source.el: Don't require timer/timer-funcs.
9072
9073         * gnus-async.el: Ditto.
9074
9075         * password.el: Ditto.
9076
9077         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9078
9079         * mm-url.el: Ditto.
9080
9081         * gnus-xmas.el: Don't require timer-funcs.
9082
9083         * mm-util.el: Require timer/timer-funcs.
9084
9085 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9086
9087         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9088         Close.
9089
9090 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9093         unibyte after clear-decrypt function runs.
9094
9095         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9096         returns as a unibyte string.
9097
9098 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * lpath.el: Revert.
9101
9102         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9103         (pgg-gpg-process-sentinel): Revert.
9104
9105         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9106         (pgg-pgp-lookup-key): Revert.
9107
9108         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9109         (pgg-pgp5-lookup-key): Revert.
9110
9111         * pgg.el (pgg-fetch-key): Revert.
9112
9113 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * lpath.el: Fbind string-as-multibyte for XEmacs.
9116
9117         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9118         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9119         (mml1991-pgg-encrypt): Ditto.
9120
9121         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9122         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9123         a multibyte buffer.
9124
9125         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9126         (pgg-pgp-lookup-key): Ditto.
9127
9128         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9129         (pgg-pgp5-lookup-key): Ditto.
9130
9131         * pgg.el (pgg-fetch-key): Ditto.
9132
9133 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * message.el (message-user-organization-file): Check several
9136         locations of the organization file.
9137
9138         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9139         Add gnus-article-view-part-as-type.
9140
9141         * gnus-art.el (gnus-article-view-part-as-type): New function.
9142
9143         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9144         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9145
9146         * mml.el: Simplify autoload.
9147         (mml-mode): defvar dnd-protocol-alist instead of using
9148         symbol-value.
9149         (mml-default-directory): New variable.
9150         (mml-minibuffer-read-file): Use it.
9151         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9152
9153         * message.el (message-citation-line-format): New variable.
9154         (message-insert-formated-citation-line): New function.
9155         (message-citation-line-function): Add
9156         `message-insert-formated-citation-line' to custom type.
9157
9158         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9159         to doc string.
9160
9161         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9162         depending on mm-verify-option.
9163
9164 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9167         binding pgg-* variables; reimplement the section which prevents
9168         MIME header from being signed.
9169         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9170         pgg-text-mode; remove a blank line at the top of body.
9171
9172         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9173         lines at the top of body; use gnus-newsgroup-charset if there's no
9174         Charset header.
9175
9176 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * message.el (message-self-insert-commands): Doc fix.
9179
9180         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9181         (mm-uu-pgp-encrypted-test): Ditto.
9182         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9183         between header and body; return application/pgp-encrypted handle
9184         if decryption failed; decode decrypted body by charset.
9185
9186         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9187         element match to application/pgp-*.
9188
9189 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9190
9191         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9192         HTML.
9193
9194 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * mail-source.el (mail-source-call-script): Message the error
9197         string.
9198
9199 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9200
9201         * gnus-util.el (gnus-byte-compile): Use it.
9202
9203 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9204
9205         * gnus-util.el (kill-empty-logs): New function.
9206
9207 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9208
9209         * message.el (message-mail-alias-type): Doc fix.
9210         (message-mail-alias-type-p): New function.
9211         (message-send): Use it.
9212         (message-mode): Ditto.
9213         (message-strip-forbidden-properties): Ditto.
9214
9215         * ecomplete.el (ecomplete-database-file-coding-system): New
9216         variable.
9217         (ecomplete-save): Use it.
9218         (ecomplete-setup): Use it.
9219
9220 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * message.el (message-self-insert-commands): New variable.
9223         (message-strip-forbidden-properties): Use it.
9224
9225 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226
9227         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9228         that doesn't make XEmacs choke.
9229
9230 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-util.el (gnus-replace-in-string):
9233         Prefer replace-regexp-in-string over of replace-in-string.
9234
9235 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * gnus-util.el (gnus-select-frame-set-input-focus):
9238         Use select-frame-set-input-focus if it is available in XEmacs; use
9239         definition defined in Emacs 22 for old Emacsen.
9240
9241         * dgnushack.el: Autoload unmorse-region for XEmacs.
9242
9243         * lpath.el: Bind cursor-in-non-selected-windows and
9244         select-frame-set-input-focus for XEmacs.
9245
9246 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9249
9250 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9251
9252         * gnus-registry.el (gnus-registry-cache-save): Remove text
9253         properties when saving via the temp buffer.
9254
9255 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * message.el (message-generate-hashcash): Honor custom type.
9258
9259 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * message.el (message-generate-hashcash): Default to non-nil when
9262         hashcash is found.
9263
9264         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9265         (gnus-refer-thread-limit): Increase default to 500.
9266
9267         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9268
9269         * flow-fill.el (fill-flowed): Allow delete-space.
9270
9271 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9274         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9275         Remove autoloads.
9276
9277 2006-04-18  Simon Josefsson  <jas@extundo.com>
9278
9279         * message.el (message-generate-hashcash): Default to.
9280
9281 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9282
9283         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9284         concatenating segments rather than before concatenating them.
9285
9286 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9289
9290 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9293
9294         * message.el (message-forward-make-body-plain): Allow
9295         message-forward-ignored-headers to be a list.
9296         (message-remove-ignored-headers): Factor out into function.
9297         (message-forward-make-body-mml): Use it.
9298
9299         * imap.el (imap-quote-specials): New function.
9300         (imap-login-auth): Quote specials.
9301
9302         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9303         (rfc2231-parse-string): Allow concatanation of parameters that
9304         aren't contiguous.  The test case is
9305           (mail-header-parse-content-type "message/external-body;
9306             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9307             access-type=LOCAL-FILE;
9308             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9309
9310 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9311
9312         * nntp.el (nntp-accept-process-output): Return the value of
9313         `nnheader-accept-process-output'.
9314
9315 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9316
9317         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9318         (gnus-button-alist): Recognize more diff formats.
9319         (gnus-button-patch): Strip directory.
9320
9321 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9324         Emacs 22 when setting focus.
9325
9326 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-art.el (gnus-article-treat-types): Do treatment of
9329         text/x-verbatim parts.
9330         (gnus-button-patch): New command.
9331
9332         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9333         addresses that contain invalid characters.
9334
9335 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * message.el (message-put-addresses-in-ecomplete): Use
9338         gnus-replace-in-string.
9339         (message-is-yours-p): Use the more correct
9340         mail-header-parse-address instead of
9341         mail-extract-address-components.
9342         (message-put-addresses-in-ecomplete): Fix typo.
9343
9344         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9345         keystroke.
9346
9347         * gnus-art.el (gnus-treatment-function-alist): Change order of
9348         newsgroups/generic header folding to avoid double-folding.
9349
9350         * message.el (message-hidden-headers): Add X-Draft-From.
9351
9352         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9353         command.
9354         (gnus-summary-repeat-search-article-backward): New command.
9355
9356         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9357         groups in the parent topic.
9358
9359 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9360
9361         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9362         (spam-extra-header-to-number): Return the CRM114 number as a
9363         number instead of a string.
9364
9365 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9366
9367         * gnus-art.el (gnus-face-properties-alist): Moved here from
9368         gnus-fun.
9369
9370         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9371
9372 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * message.el (message-strip-forbidden-properties): Only display on
9375         self-insert-command.
9376
9377         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9378         reindent.
9379         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9380
9381 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9382
9383         * smiley.el (smiley-style): Fix typo.
9384
9385 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * hashcash.el (hashcash-insert-payment-async-2): Use
9388         message-goto-eoh instead of doing it manually.
9389         (mail-add-payment): Use message-narrow-to-header instead of trying
9390         to do the same itself.
9391
9392         * message.el (message-hidden-headers): Add Face.
9393
9394         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9395         reparenting code.
9396         (gnus-summary-reparent-children): Refactored out code.
9397         (gnus-summary-thread-map): New keystroke.
9398         (gnus-summary-reparent-children): Make into command.
9399
9400         * smiley.el (smiley-style): Default to `medium' if using a large
9401         font.
9402
9403         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9404         does it itself.
9405
9406         * message.el (message-point-in-header-p): Simplify definition.
9407
9408 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * nnagent.el (nnagent-request-set-mark): Silence log file
9411         writing.
9412         (nnagent-request-set-mark): Use write-region instead of
9413         append-to-file.
9414
9415         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9416         strange select method.
9417
9418         * ecomplete.el (ecomplete-display-matches): Get highlightling
9419         right.
9420         (ecomplete-display-matches): Use literals.
9421         (ecomplete-display-matches): Disable message logging.
9422
9423         * message.el (message-display-abbrev): Small optimization.
9424
9425         * ecomplete.el (ecomplete-display-matches): Allow automatic
9426         display.
9427
9428         * message.el (message-strip-forbidden-properties): Display
9429         abbrevs.
9430         (message-display-abbrev): Get automatic display right.
9431
9432         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9433         keystrokes.
9434
9435 2006-04-13  Romain Francoise  <romain@orebokech.com>
9436
9437         TODO: Backport to v5-10!
9438
9439         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9440         Moved here (and renamed) from gnus-registry.el.
9441
9442         * gnus-registry.el: Require gnus-util.
9443         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9444
9445 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-group.el (gnus-group-catchup-current): Change
9448         if-then-else-if-then-else into cond.
9449         (gnus-group-catchup): Indent.
9450         (group-name-at-point): New function.
9451         (gnus-fetch-group): Provide default from thing at point.
9452
9453 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * message.el (message-display-abbrev): Fix regexp.
9456
9457         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9458         choosing.
9459         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9460         dead variables.
9461
9462         * message.el (message-newline-and-indent): Remove debugging.
9463         (message-display-abbrev): Use new implementation.
9464
9465 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-art.el (gnus-article-mode): Set
9468         cursor-in-non-selected-windows to nil.
9469
9470         * smiley.el: Revert previous change.
9471         (smiley-data-directory): defvar it before using it in the
9472         defcustom of `smiley-style'.
9473
9474 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * message.el (message-newline-and-indent): New function.
9477
9478         * ecomplete.el: Implement more bits.
9479
9480         * message.el (message-put-addresses-in-ecomplete): Clean up the
9481         string.
9482
9483         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9484
9485         * gnus-sum.el (gnus-summary-save-parts): Bind
9486         gnus-summary-save-parts-counter and use it to make unique file
9487         names.
9488
9489         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9490
9491         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9492         parameter to say whether to actually parse the individual
9493         addresses.
9494
9495         * message.el (message-put-addresses-in-ecomplete): New function.
9496         (ecomplete): Require.
9497         (message-mail-alias-type): Add ecomplete as an option.
9498
9499 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9500
9501         * flow-fill.el (fill-flowed): Remove trailing space from blank
9502         quoted lines.
9503
9504 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * smiley.el (smiley-style): Move definition later to avoid a
9507         compilation warning.
9508
9509 2006-04-12  Kenichi Handa  <handa@m17n.org>
9510
9511         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9512         buffer and then decode the buffer text if necessary.
9513         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9514         first, and after mm-encode-body, change the buffer to unibyte.
9515         Use mm-disable-multibyte instead of set-buffer-multibyte.
9516
9517 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9520         Content-Type header instead of Content-Disposition header.
9521         (gnus-mime-inline-part): Ditto.
9522         (gnus-mime-view-part-as-charset): Ignore charset that the part
9523         specifies.
9524
9525         * mm-decode.el (mm-display-part): Work with external parts and
9526         usual parts similarly.
9527
9528         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9529         instead of gnus-display-mime.
9530
9531         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9532         instead of with-temp-buffer.
9533
9534         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9535         tag to summarized topics part in order to encode non-ASCII text.
9536
9537 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * smiley.el (smiley-style): New variable.
9540         (smiley-directory): New function.
9541         (smiley-data-directory): Derive from `smiley-style' using
9542         `smiley-directory'.
9543         (smiley-regexp-alist): Add new entries.
9544
9545         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9546         (gnus-article-browse-delete-temp): Add :version.
9547
9548 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9549
9550         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9551         the sieve region.
9552
9553 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * gnus.el (gnus-version-number): Bump version.
9556
9557 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * gnus.el: No Gnus v0.4 is released.
9560
9561 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9562
9563         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9564         layout.
9565
9566         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9567         unknown charset.
9568
9569         * message.el (message-header-synonyms): Add Original-To to the
9570         default.
9571
9572         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9573         optional parameter.
9574
9575 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * gnus-fun.el (gnus): Require it for gnus-directory.
9578
9579 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9582
9583 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9584
9585         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9586
9587 2006-04-05  Simon Josefsson  <jas@extundo.com>
9588
9589         * password.el (password-reset): New function.
9590
9591 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9592
9593         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9594         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9595
9596 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9597
9598         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9599         Some whitespace was matched into the url, which broke browsing hits
9600         > 100 when mm-url-use-external was nil.
9601
9602 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9605         gnus-extra-headers for 'Newsgroups.
9606
9607         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9608         bound.
9609
9610 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9611
9612         * pgg-gpg.el: Clean up process buffers every time gpg processes
9613         complete.
9614
9615 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9618         doc string.
9619
9620 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9621
9622         * pgg-gpg.el (pgg-gpg-process-filter)
9623         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9624
9625         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9626         lines, temporary fix.
9627
9628 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9629
9630         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9631
9632 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9633
9634         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9635         default-enable-multibyte-characters.  This reverts the change from
9636         revision 6.17 which is no longer necessary because the passphrase
9637         is sent separately now.  GnuPG messages are unreadable under
9638         multibyte locales with default-enable-multibyte-characters set to
9639         nil.
9640
9641 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * message.el (message-tool-bar-gnome): Move "spell".
9644
9645 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9648         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9649         instead.
9650
9651 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9652
9653         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9654         newsgroups handling for NNTP overviews which don't include
9655         Newsgroups.
9656
9657 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9658
9659         * message.el (message-resend): Bind message-generate-hashcash to nil.
9660
9661 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9662
9663         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9664         when searching for already-paid recipients.
9665
9666 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9667
9668         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9669         passphrases when it is not needed.
9670         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9671         passphrase stuff from gpg, should only be necessary when you use
9672         gpg with a smartcard.
9673
9674 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * mml.el (mml-insert-mime): Ignore cached contents of
9677         message/external-body part.
9678
9679         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9680         (mm-insert-part): Ditto.
9681
9682 2006-03-23  Simon Josefsson  <jas@extundo.com>
9683
9684         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9685         Reiner.
9686         (pgg-gpg-use-agent-p): Use it again.
9687
9688 2006-03-23  Simon Josefsson  <jas@extundo.com>
9689
9690         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9691         older emacsen.
9692         (pgg-gpg-use-agent-p): Don't use it.
9693
9694 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9697         if we can.
9698
9699 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9700
9701         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9702         (pgg-gpg-update-agent): New function.
9703         (pgg-gpg-use-agent-p): New function.
9704         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9705         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9706         (pgg-gpg-sign-region): Use it.
9707
9708 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9711         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9712
9713 2006-03-21  Simon Josefsson  <jas@extundo.com>
9714
9715         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9716         <wilde@sha-bang.de>.
9717         (pgg-gpg-use-agent): New variable.
9718         (pgg-gpg-process-region): Use it.
9719         (pgg-gpg-encrypt-region): Likewise.
9720         (pgg-gpg-encrypt-symmetric-region): Likewise.
9721         (pgg-gpg-decrypt-region): Likewise.
9722         (pgg-gpg-sign-region): Likewise.
9723         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9724
9725 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9726
9727         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9728
9729         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9730         Add comment on version.
9731
9732 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * smiley.el: Add missing test smiley.
9735
9736 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * mm-decode.el (mm-with-part): New macro.
9739         (mm-get-part): Use it; work with message/external-body as well.
9740         (mm-save-part): Treat name and filename equally.
9741
9742         * mm-extern.el (mm-extern-cache-contents): New function.
9743         (mm-inline-external-body): Use it; force the part to be displayed;
9744         move undisplayer added to the cached handle to the parent.
9745
9746         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9747         (gnus-mime-view-part-as-type): Work with message/external-body.
9748
9749         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9750
9751 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9754         images in image-load-path.  [Sync with image.el, revision 1.60, in
9755         Emacs.]
9756
9757 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9760         path rather than symbol.  Always return list of directories.
9761         Guarantee that image directory comes first.  [Sync with image.el,
9762         revision 1.59, in Emacs.]
9763
9764         * message.el (message-make-tool-bar): Adjust to new API of
9765         `gmm-image-load-path-for-library'.
9766
9767         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9768
9769         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9770
9771 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9772
9773         * gnus-art.el (gnus-article-only-boring-p):
9774         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9775         intangible text.
9776         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9777
9778 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9781         `defun' instead of `gmm-defun-compat'.
9782
9783 2006-03-14  Simon Josefsson  <jas@extundo.com>
9784
9785         * message.el (message-unique-id): Don't use message-number-base36
9786         if (user-uid) is a float.
9787         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9788
9789 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9792
9793         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9794         empty line between a part and a message part.
9795
9796 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * smiley.el: Add more test smileys.
9799         (smiley-data-directory, smiley-regexp-alist)
9800         (gnus-smiley-file-types): Fix doc strings.
9801         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9802         adding new elements.
9803         (smiley-mouse-map): Unused code.  Make it a comment.
9804
9805 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9808         scan latest NoCeM messages instead of old ones.
9809         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9810         delimiters that are recently used.
9811         (gnus-nocem-load-cache): Add autoload cookie.
9812
9813         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9814
9815         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9816         level which is larger than gnus-use-nocem is specified.
9817
9818         * gnus-group.el (gnus-group-get-new-news): Ditto.
9819
9820 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * gnus-util.el (gnus-tool-bar-update): New function.
9823
9824         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9825         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9826
9827         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9828
9829         * gnus-group.el (gnus-group-redraw-when-idle)
9830         (gnus-group-redraw-check): Remove.
9831         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9832
9833 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9836         if optional last element is specified in splits (FIELD VALUE...).
9837
9838 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9841         to gmm-image-load-path-for-library.  Call with no-error argument.
9842         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9843
9844         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9845
9846         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9847
9848         * gmm-utils.el (gmm-image-load-path): Remove alias.
9849
9850 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gmm-utils.el (gmm-image-load-path): Add alias.
9853
9854         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9855         nnml-generate-nov-databases-1.
9856         (nnml-generate-nov-databases): Use it.
9857         (nnml-generate-nov-databases-directory): Document no-active
9858         argument.
9859
9860         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9861         directory if path is t.  Add no-error.
9862
9863         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9864         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9865
9866         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9867         resetting gnus-article-browse-html-temp-list.
9868
9869         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9870         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9871         Add example to docstring.  Rename local variables.  Move error
9872         checks to default case in cond and simplify.
9873
9874 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9877         handle is multipart when calling it recursively.
9878         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9879
9880 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9881
9882         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9883         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9884
9885 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9888         is loaded.
9889
9890         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9891         loaded.
9892
9893 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9896         to "Emacs 23 (unicode)" in doc string.
9897
9898         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9899         "Emacs 23 (unicode)" in comment.
9900
9901 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9904
9905         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9906         characters 160 through 255 in Emacs 23.
9907
9908 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9911         gnus-article-browse-html-temp.
9912         (gnus-article-browse-delete-temp): Make it customizable.  Add
9913         `file'.  Adjust doc string.
9914         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9915         query for each file.  Adjust doc string.
9916         (gnus-article-browse-html-parts): Add
9917         `gnus-article-browse-delete-temp-files' to
9918         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9919
9920 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9921
9922         * gnus-art.el (gnus-article-browse-html-temp)
9923         (gnus-article-browse-delete-temp): New variables.
9924         (gnus-article-browse-delete-temp-files): New function.
9925         (gnus-article-browse-html-parts): Use it.
9926
9927 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9930
9931         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9932         string.
9933
9934         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9935         gnus-summary-insert-new-articles when unplugged.  Remove
9936         gnus-summary-search-article-forward.
9937
9938         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9939         display-visual-class instead of display-color-cells.
9940
9941 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * dgnushack.el: Autoload customize-group for XEmacs.
9944
9945         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9946         message/* containing non-ASCII text properly.
9947
9948 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * message.el: Require gmm-utils, remove autoloads.
9951         (message-tool-bar): Set default based on
9952         gmm-tool-bar-style.
9953         (message-tool-bar-gnome): Add gmm-customize-mode.
9954
9955         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9956         gmm-tool-bar-style.
9957         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9958
9959         * gnus-group.el (gnus-group-tool-bar): Set default based on
9960         gmm-tool-bar-style.
9961         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9962
9963         * gmm-utils.el (gmm-image-directory): Rename variable from
9964         gmm-image-load-path.
9965         (gmm-image-load-path): Use gmm-image-directory.
9966         (gmm-customize-mode): New function.
9967         (gmm-tool-bar-style): New variable.
9968
9969         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9970         gnus-group-redraw-line-number.
9971         (gnus-group-redraw-check): Simplify.
9972         (gnus-group-tool-bar-update): Remove redraw check.
9973         (gnus-group-make-tool-bar): Add redraw check.
9974
9975 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9976
9977         * gnus-art.el (gnus-button): Add missing parentheses.
9978
9979 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * lpath.el: Fbind line-number-at-pos.
9982
9983 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9986
9987 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * gnus-art.el (gnus-button): New face.
9990         (gnus-article-button-face): Use it.
9991
9992         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9993         gnus-summary-next-page.  Re-order.
9994
9995         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9996         next-node are now included.
9997         (gnus-group-redraw-line-number): New internal variable.
9998         (gnus-group-redraw-check): Helper function for updating the tool
9999         bar.
10000         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10001
10002         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10003
10004         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10005         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10006         Use it to match format of Spamassassin 3.0 and later.  Reported by
10007         IRIE Tetsuya <irie@t.email.ne.jp>.
10008         (spam-check-bogofilter)
10009         (spam-bogofilter-register-with-bogofilter): Fix args of
10010         `gnus-error' calls.
10011
10012 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10015         unnecessary interaction when sending queued mails.  Reported by
10016         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10017
10018 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10021         first or last are nil.
10022
10023 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10024
10025         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10026
10027 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10028
10029         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10030
10031 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * dns.el (query-dns): Protect more against buggy tcp output.
10034
10035 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10038         nov.php.
10039
10040 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10041
10042         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10043         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10044         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10045         output on the server side.
10046         (nnweb-google-create-mapping): Update regexps and add some
10047         progress indication.
10048
10049 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10052         gnus-agent-toggle-plugged.  Re-order icons.
10053         (gnus-group-tool-bar-gnome): Add
10054         gnus-group-{prev,next}-unread-group.
10055         (gnus-group-tool-bar-gnome): Re-order icons.
10056
10057         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10058         gnus-summary-insert-new-articles.
10059
10060         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10061         comments.
10062
10063         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10064         also available in Emacs 21.3.
10065
10066         * message.el (message-fix-before-sending): Change "Emacs 22" to
10067         "Emacs 23 (unicode)" in comment.
10068
10069         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10070         "Emacs 23 (unicode)" in comment.
10071
10072         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10073         comment.
10074         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10075
10076         * mm-view.el (mm-fill-flowed): Add :version.
10077
10078 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10081         and load-path.
10082
10083 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * message.el: Autoload gmm-image-load-path.
10086         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10087         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10088         consitency.
10089
10090         * gmm-utils.el (gmm-image-load-path): Also search in
10091         "../etc/images".  Don't set gmm-image-load-path if we don't find
10092         the image.
10093
10094 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gmm-utils.el (gmm-image-load-path): Don't make
10097         `gmm-image-load-path' include subdirectories which the second arg
10098         `image' might specify.
10099
10100         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10101         subdirectory to icon file names.
10102
10103         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10104
10105 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10108         gmm-image-load-path calls.
10109
10110         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10111
10112         * message.el (message-make-tool-bar): Ditto.
10113
10114         * mml.el (mml-preview): Added comment concerning tool bar icons.
10115
10116         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10117         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10118
10119         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10120         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10121
10122         * message.el (message-tool-bar-gnome): Use new icon names.
10123         (message-make-tool-bar): Use `gmm-image-load-path'.
10124
10125         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10126         functions from MH-E.
10127         (gmm-image-load-path): New variable from MH-E.
10128         (gmm-image-load-path): New function from MH-E.  Added arguments
10129         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10130         *-image-load-path-called-flag.
10131
10132 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10133
10134         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10135
10136 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10137
10138         * nnimap.el (nnimap-request-move-article): Change folder back to
10139         source group before deleting.
10140
10141 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10144
10145         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10146         mm-url.
10147
10148         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10149
10150 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10153         coding system which mm-charset-to-coding-system returns for a
10154         given charset is valid.
10155
10156 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10157
10158         * html2text.el (html2text-remove-tag-list):
10159         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10160
10161 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10162
10163         * gnus-cus.el: Revert 2005-10-17 change.
10164
10165 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-art.el (article-strip-banner): Call
10168         article-really-strip-banner only when the regexp match is made.
10169
10170 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-art.el (article-strip-banner): Use
10173         gnus-extract-address-components instead of
10174         mail-header-parse-addresses to make it work with non-ASCII text;
10175         remove mail-encode-encoded-word-string.
10176
10177         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10178         values which are surrounded with \"...\"; make it never cause a
10179         Lisp error; give up parsing of parameters if it failed in
10180         extracting type.
10181
10182 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10183
10184         * smime.el (smime-cert-by-ldap-1): Fix bug where
10185         `smime-ldap-search' returns results without userCertificates.
10186
10187 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10190
10191 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * spam.el (spam-check-spamassassin-headers): Adapt format for
10194         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10195         <ari@mbf.ocn.ne.jp>.
10196         (spam-list-of-processors): Add spam-use-gmane.
10197
10198 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10201         make-temp-file; make it work with XEmacs as well.
10202
10203         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10204         mm-make-temp-file.
10205
10206         * mm-decode.el (mm-display-external): Use the 3rd arg of
10207         mm-make-temp-file.
10208         (mm-create-image-xemacs): Ditto.
10209
10210 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10213         with message-narrow-to-headers.
10214         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10215         (gnus-draft-check-draft-articles): New function.
10216         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10217
10218 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * gnus-art.el (gnus-article-browse-html-parts):
10221         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10222         Don't use suffix argument for mm-make-temp-file for Emacs 21
10223         compatibility.  Remove useless `format'.
10224
10225 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10226
10227         * nnweb.el (nnweb-google-wash-article): Update regexps.
10228         (nnweb-group-alist): Use defvoo instead of defvar.
10229
10230 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10233         re-loading nn* modules.
10234
10235 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10238         for `tool-bar-mode' and don't check it's default-value.
10239
10240         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10241
10242         * message.el (message-make-tool-bar): Ditto.
10243
10244         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10245         `substring'.  Shorten tmp-file name.
10246
10247         * gnus.el: Remove bogus comment.
10248
10249 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10250
10251         * gnus-art.el (gnus-article-browse-html-parts): New function.
10252         (gnus-article-browse-html-article): New function for viewing html
10253         articles with a browser.
10254
10255 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10256
10257         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10258         in elisp.
10259         (pgg-gpg-encrypt-symmetric-region): Ditto.
10260         (pgg-gpg-sign-region): Ditto.
10261
10262         * pgg-def.el (pgg-text-mode): New variable.
10263
10264         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10265         (mml2015-pgg-encrypt): Ditto.
10266
10267         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10268         (mml1991-pgg-encrypt): Ditto.
10269
10270 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10271
10272         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10273         message-make-date instead of current-time-string.
10274
10275         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10276         to gnus-decoded which mm-uu might set.
10277
10278 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10281         don't decode quoted parameters; remove misimported Emacs code.
10282         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10283         (rfc2231-decode-encoded-string): Don't use split-string which
10284         behaves differently according to Emacs version; use
10285         mm-decode-coding-region to convert charset to coding-system.
10286         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10287         (rfc2231-encode-string): Remove misimported Emacs code.
10288
10289 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10292         when calling mail-header-parse-content-type.
10293         (article-de-quoted-unreadable): Ditto.
10294         (article-de-base64-unreadable): Ditto.
10295         (article-wash-html): Ditto.
10296
10297         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10298         calling mail-header-parse-content-type and
10299         mail-header-parse-content-disposition.
10300         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10301         mail-header-parse-content-type.
10302
10303         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10304         insert charset and format parameters; encode description after
10305         inserting it to buffer.
10306         (mml-insert-parameter): Fold lines properly even if a parameter is
10307         segmented into two or more lines; change the max column to 76.
10308
10309         * rfc1843.el (rfc1843-decode-article-body): Don't use
10310         ignore-errors when calling mail-header-parse-content-type.
10311
10312         * rfc2231.el (rfc2231-parse-string): Return at least type if
10313         possible; don't cause an error even if it fails in parsing of
10314         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10315         (rfc2231-encode-string): Don't break lines at the beginning, leave
10316         it to mml-insert-parameter.
10317
10318         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10319         calling mail-header-parse-content-type.
10320
10321 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * spam-report.el (spam-report-gmane-use-article-number):
10324         Improve doc string.
10325         (spam-report-gmane-internal): Check if a suitable header was found
10326         in the article.
10327
10328 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10331         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10332
10333 2006-02-05  Romain Francoise  <romain@orebokech.com>
10334
10335         Update copyright notices of all files in the gnus directory.
10336
10337 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10338
10339         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10340
10341 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10344         segmented lines of parameter value to cope with Thunderbird 1.5
10345         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10346         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10347         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10348
10349 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10350
10351         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10352         parts.
10353
10354 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10355
10356         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10357         there's only one active file for all servers.
10358         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10359         solid groups.  Gnus might have used a FAST request to select the group.
10360         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10361         and nnweb-search redundantly in the active file.
10362         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10363         (nnweb-request-create-group): Don't use ARGS.
10364         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10365         initialisations.  Let nnoo do the work.
10366
10367 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10370         Say the part has been decoded.
10371
10372         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10373
10374 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10375
10376         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10377         mailcap-viewer-test-cache when there's no 'test clause, since that
10378         will invert the meaning of a "nil" test previously determined by
10379         mailcap-mailcap-entry-passes-test.
10380
10381 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10384         compiling.
10385
10386         * gnus-sum.el: Ditto.
10387
10388         * message.el: Don't bind tool-bar-map when compiling.
10389
10390 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10393
10394 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10395
10396         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10397         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10398         current Google Groups.
10399
10400 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10403         and tool-bar-mode.
10404
10405         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10406         and tool-bar-mode.
10407
10408         * message.el (message-tool-bar-update): Simplify.
10409         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10410
10411         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10412         gnus-summary-buffer.
10413         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10414         gnus-summary-reply.
10415
10416         * gmm-utils.el (gmm): Add :version.
10417
10418 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * Makefile.in (clean): New rule.
10421         (distclean): Use it.
10422
10423 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10424
10425         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10426         autoload.
10427
10428 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gmm-utils.el (gmm-verbose): Add :group.
10431
10432 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * message.el: Change some comments WRT tool-bars.
10435
10436         * gnus-sum.el (gnus-summary-tool-bar)
10437         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10438         (gnus-summary-tool-bar-zap-list): New variables.
10439         (gnus-summary-make-tool-bar): Complete rewrite using
10440         `gmm-tool-bar-from-list'.
10441
10442         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10443         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10444         variables.
10445         (gnus-group-make-tool-bar): Complete rewrite using
10446         `gmm-tool-bar-from-list'.
10447         (gnus-group-tool-bar-update): New function.
10448
10449         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10450
10451 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10454         is dissected into a single part of which the type is the same as
10455         the given one; decode charset.
10456
10457 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10458
10459         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10460         into alists as symbol not string, since that's what
10461         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10462         look for.
10463
10464 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10467         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10468
10469         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10470
10471 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10474         (gnus-xmas-mime-security-button-menu): New function.
10475
10476         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10477         (gnus-mime-security-button-menu): New definition.
10478         (gnus-mime-security-button-map): Use them.
10479         (gnus-mime-security-button-menu): New function.
10480         (gnus-insert-mime-security-button): Addition to help echo.
10481         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10482         (gnus-mime-security-pipe-part): New functions.
10483
10484         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10485         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10486
10487         * mm-decode.el (mm-handle-set-disposition): Remove.
10488         (mm-handle-set-description): Remove.
10489
10490 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10493         (mm-w3m-standalone-supports-m17n-p): New function.
10494         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10495         w3m usage.
10496
10497         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10498         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10499
10500 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * message.el (message-tool-bar-zap-list): Use
10503         gmm-tool-bar-zap-list as custom type.
10504         (message-tool-bar-update): New function.
10505         (message-tool-bar, message-tool-bar-gnome)
10506         (message-tool-bar-retro): Add message-tool-bar-update.
10507         (message-tool-bar-gnome): Add flyspell-buffer.
10508
10509         * gnus-util.el (gnus-error): Describe `args'.
10510
10511         * gmm-utils.el (gmm-error): Describe `args'.
10512         (gmm-tool-bar-zap-list): New widget.
10513         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10514
10515 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10518         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10519         the number of recursive calls.
10520
10521         * mm-decode.el (mm-handle-set-disposition): New macro.
10522         (mm-handle-set-description): New macro.
10523
10524 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10527         encoding.
10528
10529 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * message.el (message-tool-bar-zap-list, message-tool-bar)
10532         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10533         (message-tool-bar-local-item-from-menu): Remove.
10534         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10535         (message-make-tool-bar): New function.
10536         (message-mode): Use `message-make-tool-bar'.
10537
10538         * gmm-utils.el: New file.
10539         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10540         (gmm-lazy): New widget copied from `nnmail.el'.
10541         (gmm-tool-bar-from-list): New function for creating customizable
10542         tool bars.
10543         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10544         output.
10545         (gmm): Add :prefix to defgroup.
10546
10547 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10548
10549         * gmm-utils.el (gmm-widget-p): New function.
10550
10551 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * mml.el (mml-attach-file): Describe `description' in doc string.
10554         (mml-menu): Add Emacs MIME manual and PGG manual.
10555
10556 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10557
10558         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10559
10560 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10561
10562         * nntp.el (nntp-end-of-line): Doc fix.
10563
10564 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10565
10566         * imap.el (imap-open): Handle case where buffer is a buffer
10567         object.
10568
10569 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10570
10571         * gnus-delay.el (gnus-delay): Don't autoload.
10572         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10573         to be re-loaded when customizing the `gnus-delay' group.
10574
10575 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10576
10577         * message.el (message-insert-citation-line): Use newlines.
10578
10579 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10580
10581         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10582         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10583         these routines, so the passphrase can be managed externally and
10584         passed in to the system.
10585         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10586         pgg-add-passphrase-to-cache function.
10587
10588         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10589         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10590         these routines, so the passphrase can be managed externally and
10591         passed in to the system.
10592         (pgg-pgp5-sign-region): Use new name of
10593         pgg-add-passphrase-to-cache function.
10594
10595 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10596
10597         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10598         part of the decoded armor to find the key-identifier.
10599         (pgg-gpg-lookup-key-owner): New function to return the
10600         human-readable identifier of a key owner.
10601         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10602         itself.
10603         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10604         the key value) if we have a key and can match it against a secret
10605         key.  Also, added a note pointing out fact that the prompt only
10606         indicates the first matching key.
10607
10608         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10609         pgg-decrypt-region.
10610         (pgg-add-passphrase-to-cache): Rename from
10611         `pgg-add-passphrase-cache' to reduce confusion (all callers
10612         changed).
10613         (pgg-remove-passphrase-from-cache): Rename from
10614         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10615         changed).
10616         (pgg-read-passphrase, pgg-add-passphrase-cache)
10617         (pgg-remove-passphrase-cache): Add informative docstrings.
10618         (pgg-decrypt): Convey provided passphrase in subordinate call to
10619         pgg-decrypt-region.
10620
10621 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10622
10623         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10624         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10625         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10626         'passphrase' argument, so the passphrase can be managed externally
10627         and then passed in to the system.
10628
10629         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10630         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10631         so the passphrase cache can be used reliably with identifiers
10632         besides a pgp packet's key id.
10633
10634         * pgg-gpg.el (pgg-gpg-encrypt-region)
10635         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10636         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10637         these routines, so the passphrase can be managed externally and
10638         passed in to the system.
10639
10640         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10641         'notruncate' argument, so the passphrase cache can be used
10642         reliably with identifiers besides a pgp packet's key id.
10643
10644 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10645
10646         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10647         symmetric encryption.
10648         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10649         encrypted session key.
10650         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10651         message ask for the passphrase in a proper way.
10652
10653         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10654         New user commands for symmetric encryption.
10655
10656 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10659
10660         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10661
10662 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10663
10664         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10665
10666 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * mm-decode.el (mm-inlined-types): Add application/pgp.
10669         (mm-automatic-display): Ditto.
10670
10671         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10672         part as text.
10673
10674 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * nnrss.el: Update copyright.
10677         (nnrss-opml-import): Query whether to subscribe to each entry.
10678
10679         * gnus-art.el:
10680         * gnus-sum.el:
10681         * gnus-xmas.el:
10682         * messagexmas.el:
10683         * mm-uu.el:
10684         * mm-view.el: Update copyright.
10685
10686 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * message.el (message-info): New function.
10689         (message-mode-menu): Add it.
10690         Update copyright.
10691
10692         * ChangeLog: Fix and update copyright.
10693
10694 2006-01-13  Romain Francoise  <romain@orebokech.com>
10695
10696         * message.el (message-forward-subject-name-subject): Prefer the
10697         address to 'nowhere' if the sender has no name.
10698         Fix typo.  Update copyright year.
10699
10700 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-art.el (article-wash-html): Use
10703         gnus-summary-show-article-charset-alist if a numeric arg is given.
10704         (gnus-article-wash-html-with-w3m-standalone): New function.
10705
10706         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10707         mm-inline-text-html-render-with-w3m-standalone.
10708         (mm-text-html-washer-alist): Map w3m-standalone to
10709         gnus-article-wash-html-with-w3m-standalone.
10710         (mm-inline-text-html-render-with-w3m-standalone): New function.
10711
10712 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10715         Improve LaTeX.
10716
10717 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10720         (nnrss-request-article): Render text/plain parts as HTML.
10721
10722         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10723         the buffer.
10724
10725 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10728         custom definition of `gnus-posting-styles'.
10729
10730         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10731         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10732
10733 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10736         Use nntp for bug archive.
10737
10738 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10741         parts.
10742         (nnrss-normalize-date): New function converts ISO 8601 date into
10743         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10744         (nnrss-check-group): Use it.
10745
10746 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10749
10750         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10751         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10752         (nnrss-insert-w3): Ditto.
10753
10754 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10757         the articles to be forwarded including the case where neither a
10758         number of articles nor a region is specified.
10759
10760 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * nnrss.el (nnrss-request-article): Fix last change; fill
10763         text/plain parts.
10764
10765 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10768         in text/plain part.
10769         (nnrss-check-group): Don't add excessive newline to dc:subject.
10770
10771 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10772
10773         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10774         article.
10775
10776 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10779         (nnml-use-compressed-files, nnml-save-mail): Support other
10780         comression programs such as bzip2.
10781
10782 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * dns.el (query-dns): Make sure we check the buffer size before
10785         removing tcp headers.
10786
10787 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10790         remove MIME buttons associated with multipart/alternative parts.
10791         (gnus-mime-display-alternative): Tag buttons using `article-type'
10792         text property.
10793
10794         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10795         associated with multipart/alternative parts.
10796
10797         * gnus-art.el (gnus-signature-separator): Fix custom type.
10798
10799         * mm-decode.el (mm-inlined-types): Fix custom type.
10800         (mm-keep-viewer-alive-types): Ditto.
10801         (mm-automatic-display): Ditto.
10802         (mm-attachment-override-types): Ditto.
10803         (mm-inline-override-types): Ditto.
10804         (mm-automatic-external-display): Ditto.
10805
10806 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * spam-report.el (spam-report-user-mail-address)
10809         (spam-report-user-agent): New variables.
10810         (spam-report-url-ping-plain): Use spam-report-user-agent.
10811
10812 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10813
10814         * gnus-art.el (gnus-button-handle-custom): Do not just use
10815         `customize-apropos' for any "M-x customize-*" button but the
10816         function called for.  Accept both the function name and its
10817         argument in order to achieve this.
10818         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10819         function name to `gnus-button-handle-custom' in case of "M-x
10820         customize-*" buttons.
10821
10822 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10825         multipart/alternative and add xref to mm-discouraged-alternatives
10826         in doc string.
10827
10828         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10829         gnus-buttonized-mime-types in doc string.
10830
10831 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10834         Suggest image/.* in the doc string.
10835
10836 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10839         message-marks (Debian bug #342521).
10840
10841 2005-12-12  Simon Josefsson  <jas@extundo.com>
10842
10843         * password.el (password-read-from-cache): Add.
10844         (password-read): Use it.
10845
10846 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10849         us-ascii as a MIME charset.
10850
10851         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10852         against the case where the 2nd arg TYPE is nil.
10853
10854 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * pop3.el (pop3-stream-type): Fix custom version.
10857
10858         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10859
10860 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10861
10862         * mm-decode.el (mm-display-external): Add missing cdr.
10863
10864 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10867         RFC1524) if it is in mailcap or add a suffix according to
10868         mailcap-mime-extensions when generating a temp filename; postpone
10869         deleting a temp file for 2 seconds for some wrappers, shell
10870         scripts, and so on, which might exit right after having started a
10871         viewer command as a background job.
10872
10873 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * nntp.el (nntp-marks-directory): Fix custom group.
10876
10877         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10878         steps when < 10.
10879
10880         * gnus-start.el (gnus-no-server-1): Mention
10881         `gnus-level-default-subscribed' in doc string.
10882
10883 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10884
10885         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10886         parens.
10887
10888 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-xmas.el (gnus-use-toolbar): Revert.
10891         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10892         gnus-use-toolbar is default.
10893
10894         * messagexmas.el (message-use-toolbar): Revert.
10895         (message-setup-toolbar): Use global default-toolbar if
10896         message-use-toolbar is default.
10897
10898 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10901         according to default-toolbar-visible-p.
10902
10903         * messagexmas.el (message-use-toolbar): Ditto.
10904
10905 2005-11-26  Dave Love  <fx@gnu.org>
10906
10907         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10908         (tls-program, tls-success): Provide openssl alternative.
10909
10910         * starttls.el: Doc fixes.
10911         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10912         SERVICE to PORT.
10913
10914         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10915         port null or service name.
10916         (starttls-negotiate): Autoload.
10917
10918 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * message.el (message-kill-to-signature): Fix interactive spec.
10921
10922 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * pop3.el (pop3-open-server): Recognize a string as a service name.
10925
10926 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10927
10928         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10929
10930 2005-11-23  Dave Love  <fx@gnu.org>
10931
10932         Add pop3s, pop3/starttls.
10933
10934         * pop3.el (pop3-authentication-scheme): Clarify doc.
10935         (open-tls-stream, starttls-open-stream): Autoload.
10936         (pop3-stream-type): New.
10937         (pop3-open-server): Use it.
10938
10939         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10940         for POP.
10941         (mail-source-keyword-map): Add :stream for POP.
10942         (mail-source-fetch-pop): Use pop3-stream-type.
10943
10944 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10947         of current-time-string.
10948
10949 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10950
10951         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10952         date header.
10953
10954 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10955
10956         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10957         it can seriously impact performance as it bypasses the agent's
10958         local caches.
10959
10960 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10961
10962         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10963         must be explicitly online rather than "not explicitly offline" for
10964         its flags to be synchronized.
10965
10966         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10967         that gnus-uu-unmark-thread will function correctly.
10968
10969         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10970         1024K is instead displayed as 1M.
10971
10972 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10975
10976 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10977
10978         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10979
10980 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10981
10982         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10983         error message to display actual error condition.
10984         (gnus-agent-save-local): Avoid saving symbols that are bound to
10985         nil as they simply result in a warning message in
10986         gnus-agent-read-local.
10987
10988 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10991         rather than make-variable-buffer-local for file-precious-flag.
10992
10993 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10994
10995         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10996         for duplicates which are removed.  The invalid sort check then
10997         triggers a rescan after the sort as sorting may have moved
10998         duplicate entries such that they can be cheaply detected.
10999
11000 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11003
11004 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11005
11006         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11007         internal variable to a custom variable.  Changed default value
11008         from compressed(2) to uncompressed(1).
11009         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11010         support for uncompressed agentview files.  Taken together, reading
11011         the agentview file should now be 6-7 times faster.
11012
11013 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11014
11015         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11016         as a buffer-local variable.  This avoids creating truncated
11017         dribble files as a result of a hang up, eg.
11018
11019 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11020
11021         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11022         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11023         XEmacs.
11024
11025 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * gnus-start.el (gnus-start-draft-setup): Enforce
11028         `gnus-draft-mode' for nndraft:drafts at startup.
11029
11030         * gnus.el (gnus-splash): Change custom group.
11031         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11032         allow-list argument.
11033
11034         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11035         string.
11036
11037 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gnus-art.el (gnus-default-article-saver): Add user-defined
11040         `function' to custom type.
11041
11042 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11043
11044         * imap.el (imap-open): Handle case where buffer is a buffer
11045         object.
11046
11047 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11050         long lines.
11051         (gnus-cache-delete-group): Wrap doc strings.
11052
11053         * gnus-agent.el (gnus-agent-rename-group)
11054         (gnus-agent-delete-group): Wrap doc strings.
11055
11056 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * messagexmas.el (message-use-toolbar): Change the valid values
11059         into default, top, bottom, left, and right.
11060         (message-toolbar-thickness): New variable.
11061         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11062         well.
11063         (message-setup-toolbar): Make it work.
11064
11065         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11066         (gnus-use-toolbar): Change the valid values into default, top,
11067         bottom, left, and right.
11068         (gnus-toolbar-thickness): New variable.
11069         (gnus-xmas-setup-toolbar): New function.
11070         (gnus-xmas-setup-group-toolbar): Use it.
11071         (gnus-xmas-setup-summary-toolbar): Use it.
11072
11073 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * gnus-start.el (gnus-1): Add "native" to
11076         gnus-predefined-server-alist.
11077
11078         * gnus.el (gnus-method-to-server): Don't add "native" to the
11079         lists here, because that leads to problems when
11080         gnus-select-method is bound.
11081
11082 2005-11-09  Simon Josefsson  <jas@extundo.com>
11083
11084         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11085         use (not sort-by-date) instead.
11086
11087 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11088
11089         * gnus-delay.el (gnus-delay-group): Don't autoload.
11090         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11091         to be re-loaded when customizing the `gnus-delay' group.
11092
11093 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11094
11095         * message.el: Revert last changes.
11096         (message-insert-citation-line): Use newlines.
11097
11098 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11099
11100         * message.el (message-courtesy-message)
11101         (message-mark-insert-begin, message-mark-insert-end)
11102         (message-elide-ellipsis, message-cancel-message)
11103         (message-add-header, message-change-subject)
11104         (message-cross-post-followup-to-header)
11105         (message-cross-post-insert-note, message-reduce-to-to-cc)
11106         (message-widen-reply, message-delete-not-region)
11107         (message-kill-to-signature, message-insert-signature)
11108         (message-insert-importance-high, message-insert-importance-low)
11109         (message-insert-or-toggle-importance)
11110         (message-insert-disposition-notification-to)
11111         (message-indent-citation, message-yank-original)
11112         (message-cite-original-without-signature, message-cite-original)
11113         (message-insert-citation-line, message-position-on-field)
11114         (message-fix-before-sending, message-send-mail-partially)
11115         (message-send-mail, message-send-mail-with-sendmail)
11116         (message-send-mail-with-qmail, message-send-news)
11117         (message-check-news-header-syntax, message-generate-headers)
11118         (message-insert-courtesy-copy, message-fill-address)
11119         (message-fill-header, message-shorten-references)
11120         (message-setup-1, message-cancel-news)
11121         (message-forward-make-body-plain, message-forward-make-body-mime)
11122         (message-forward-make-body-mml, message-encode-message-body)
11123         (message-forward-make-body-digest-plain)
11124         (message-forward-make-body-digest-mime)
11125         (message-use-alternative-email-as-from): Insert `hard-newline'
11126         instead of ordinary newlines.
11127
11128 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * message.el (message-generate-headers): Downcase the argument
11131         given to message-check-element.
11132
11133 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11134
11135         * nntp.el (nntp-authinfo-rejected): New error condition.
11136         (nntp-wait-for): Use new error condition to signal authentication
11137         error.
11138         (nntp-retrieve-data): Rethrow new error condition to break out of
11139         recursive call to nntp-send-authinfo.
11140
11141 2005-11-08  Romain Francoise  <romain@orebokech.com>
11142
11143         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11144         (gnus-summary-exit-map): Bind to `Z p'.
11145         (gnus-summary-make-menu-bar): Add menu item.
11146
11147 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11150         (gnus-treat-*): Add `first' in all doc strings.
11151
11152         * gnus-group.el (gnus-group-compact-group): Fix typo.
11153
11154 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus.el (gnus-parameters-case-fold-search): New variable.
11157         (gnus-parameters-get-parameter): Use it.
11158
11159         * gnus-score.el (gnus-home-score-file): Doc fix.
11160
11161 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11162
11163         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11164
11165 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * mm-util.el (mm-special-display-p): New function.
11168
11169         * mml.el (mml-preview): Use it; doc fix.
11170
11171 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11172
11173         * imap.el (imap-open): Handle case where buffer is a buffer object.
11174
11175 2005-10-29  Romain Francoise  <romain@orebokech.com>
11176
11177         * message.el (message-fix-before-sending): Fix comment.
11178
11179 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11180
11181         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11182
11183 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11184
11185         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11186         Used in gnus-score.el.
11187
11188 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11191
11192 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11195         whitespace removed in revision 7.8.  Use concatenated string to
11196         protect trailing whitespace.
11197
11198 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11199
11200         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11201         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11202         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11203         Courier IMAP ("some version from 2004").  Mostly based on similar
11204         code in the same function.
11205
11206 2005-10-26  Didier Verna  <didier@xemacs.org>
11207
11208         * gnus-group.el (gnus-group-compact-group): Invalidate original
11209         article buffer.
11210         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11211         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11212         NOV database and in article itself.
11213         Invalidate article backlog.
11214
11215 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11218
11219 2005-10-26  Simon Josefsson  <jas@extundo.com>
11220
11221         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11222         part of 2004-07-25 change.
11223
11224 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * message.el (message-display-completion-list): New function.
11227         (message-expand-group): Use it; make sure the Completions buffer
11228         is modifiable.
11229 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11230
11231         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11232         user-mail-name is an empty string.
11233
11234 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11237         depending on gnus-score-decay-constant.
11238
11239         * encrypt.el (encrypt-insert-file-contents)
11240         (encrypt-write-file-contents): Don't use `gnus-message'.
11241
11242         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11243         arguments.
11244         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11245         arguments to mm-uu-verbatim-marks-extract.
11246         (mm-uu-hide-markers): New variable.
11247         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11248
11249         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11250         (gnus-convert-image-to-face-command): Use "convert" by default to
11251         allow other input image formats.
11252         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11253         accordingly.
11254
11255 2005-10-23  Simon Josefsson  <jas@extundo.com>
11256
11257         * imap.el (imap-gssapi-program): Align command line parameters
11258         with latest GNU SASL.
11259         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11260
11261 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11264         HTML.
11265         (nnslashdot-request-article): Ditto.
11266
11267         * lpath.el (featurep): Add nobreak-char-display.
11268
11269 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11270
11271         * mail-source.el (mail-source-fetch-pop): Require pop3.
11272         (mail-source-check-pop): Ditto.
11273
11274 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11277         errors.
11278
11279 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11282         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11283
11284         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11285
11286         * mm-bodies.el (mm-decode-string): Call
11287         `mm-charset-to-coding-system' with allow-override argument.
11288
11289 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11292         (rfc2047-charset-to-coding-system): New function.
11293         (rfc2047-decode-encoded-words): New function.
11294         (rfc2047-decode-region): Use them.
11295         (rfc2047-decode-cte): Remove.
11296         (rfc2047-parse-and-decode): Remove.
11297         (rfc2047-decode): Remove.
11298
11299 2005-10-15  Kenichi Handa  <handa@m17n.org>
11300
11301         * rfc2047.el (rfc2047-decode-cte): New function.
11302         (rfc2047-decode-region): Change the way to decode successive
11303         encoded-words: decode B- or Q-encoding in each encoded-word,
11304         concatenate them, and decode it as charset.
11305
11306 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * lpath.el: Fbind codepage-setup for XEmacs.
11309
11310 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11311
11312         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11313         widget-move-and-invoke.
11314         (gnus-custom-mode): Use gnus-custom-map.
11315
11316 2005-10-15  Bill Wohler  <wohler@newt.com>
11317
11318         * message.el (message-tool-bar-map): Renamed image file from
11319         mail_send to mail/send.
11320
11321 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11322
11323         * message.el (message-expand-group): Pass the common
11324         prefix substring of completion to `display-completion-list'.
11325
11326 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * mml-sec.el (mml-secure-method): New internal variable.
11329         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11330         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11331         functions using mml-secure-method.
11332
11333         * mml.el (mml-mode-map): Add key bindings for those functions.
11334         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11335         Harder <harder@myrealbox.com>.
11336         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11337         end of message if point is the headers of the message.
11338
11339         * message.el (message-in-body-p): New function.
11340
11341         * assistant.el: Autoload gnus-util and netrc.
11342
11343         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11344         Use `mm-charset-override-alist' only when decoding.
11345
11346         * mm-bodies.el (mm-decode-body): Call
11347         `mm-charset-to-coding-system' with allow-override argument.
11348
11349         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11350         `filename' from Content-Disposition if Content-Type doesn't
11351         provide `name'.
11352         (gnus-mime-view-part-as-type): Set default instead of
11353         initial-input.
11354
11355 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11356
11357         * format-spec.el (format-spec): Propagate text properties of % spec.
11358
11359 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * gnus-art.el (gnus-treat-predicate): Add `first'.
11362
11363 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11366         (mm-charset-override-alist): New variable.
11367         (mm-charset-to-coding-system): Use it.
11368         (mm-codepage-setup): New helper function.
11369         (mm-charset-eval-alist): New variable.
11370         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11371         about unknown charsets.
11372
11373         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11374
11375 2005-10-04  David Hansen  <david.hansen@gmx.net>
11376
11377         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11378         (nnrss-check-group): Ditto.
11379
11380 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11383         Rename x-gnus-verbatim to x-verbatim.
11384         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11385
11386         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11387         x-verbatim.
11388
11389         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11390
11391         * gnus-util.el (gnus-remove-duplicates): Remove.
11392
11393         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11394         instead of gnus-remove-duplicates.
11395
11396         * message.el (message-remove-duplicates): Remove.
11397         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11398         message-remove-duplicates.
11399
11400         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11401         available, else use implementation from `delete-dups'.
11402
11403         * message.el (message-insert-expires): New function.
11404         (message-mode-map): Add key binding.
11405         (message-mode-field-menu): Add menu entry.
11406         (message-mode): Document it.
11407         (message-make-expires-date): Use `message-make-date'.
11408
11409 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11410
11411         * message.el (message-make-expires-date): New function.
11412
11413 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * Makefile.in (list-installed-shadows): New entry.
11416         (install): Use it.
11417         (remove-installed-shadows): New entry.
11418
11419         * dgnushack.el (dgnushack-default-load-path): New variable.
11420         (dgnushack-find-lisp-shadows): New function.
11421         (dgnushack-remove-lisp-shadows): New function.
11422
11423 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * Makefile.in (install-el-elc): New entry.
11426         (install): Use it so that .el files are necessarily installed.
11427
11428 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11431
11432 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11433
11434         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11435         function rather than the diff-mode.el package.
11436         (mm-display-external): Use with-current-buffer.
11437         (mm-viewer-completion-map, mm-viewer-completion-map):
11438         Move initialization inside declaration.
11439
11440 2005-09-29  Simon Josefsson  <jas@extundo.com>
11441
11442         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11443         autoload mail-check-payment.
11444         (spam-check-hashcash): Define unconditionally, since hashcash.el
11445         is part of Gnus now.  Ignore errors from payment checking.
11446
11447 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * message.el (message-bold-region, message-unbold-region): Rename
11450         from `bold-region' and `unbold-region'.
11451
11452         * message.el: Remove useless autoloads.
11453
11454 2005-09-28  Simon Josefsson  <jas@extundo.com>
11455
11456         * message.el (message-use-idna): Default to t.
11457         (message-use-idna): Test whether encoding works too.  Doc fix.
11458
11459 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * nntp.el (nntp-warn-about-losing-connection): Remove.
11462
11463 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11466         customizable.  Change default value.
11467         (mm-uu-diff-groups-regexp): Change default value.
11468         (mm-uu-type-alist): Add doc string.
11469         (mm-uu-configure): Add doc string.  Make it interactive.
11470         (mm-uu-tex-groups-regexp): New variable.
11471         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11472         (mm-uu-type-alist): Add LaTeX documents.
11473         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11474         of "text/verbatim".
11475         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11476
11477         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11478         instead of "text/verbatim".
11479
11480         * message.el (message-mark-inserted-region)
11481         (message-mark-insert-file): Use slrn style marks when called with
11482         prefix argument.
11483
11484 2005-09-27  Simon Josefsson  <jas@extundo.com>
11485
11486         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11487
11488 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11489
11490         * message.el (message-remove-duplicates): New function.
11491         Implementation borrowed from `gnus-remove-duplicates'.
11492         (message-idna-to-ascii-rhs): Also encode idna addresses in
11493         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11494         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11495         only ask about the same idna domain once per header and also tell
11496         in what header to replace the idna domain.
11497
11498         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11499         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11500         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11501         a header is decoded and not just the last one.
11502
11503 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11506         has been decoded.
11507
11508         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11509         (mm-insert-part): Don't modify text if it has been decoded.
11510
11511         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11512         decoded.
11513
11514         * mm-view.el (mm-inline-text): Don't strip text props unless
11515         decoding enriched or richtext parts.
11516
11517 2005-09-25  Romain Francoise  <romain@orebokech.com>
11518
11519         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11520         * gnus-start.el (gnus-subscribe-interactively):
11521         * gnus-uu.el (gnus-uu-grab-articles):
11522         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11523         space.
11524
11525 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11526
11527         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11528         * mm-view.el (mm-view-pkcs7-decrypt):
11529         * gnus-sum.el (gnus-summary-limit-to-extra)
11530         (gnus-summary-respool-article, gnus-read-move-group-name):
11531         * gnus-score.el (gnus-summary-increase-score):
11532         * gnus-util.el (gnus-completing-read-with-default):
11533         * gnus-art.el (gnus-read-save-file-name)
11534         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11535         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11536         * message.el (message-check-news-header-syntax):
11537         Follow convention for reading with the minibuffer.
11538
11539 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * spam-report.el (spam-report-url-ping-plain):
11542         Use gnus-extended-version as User-Agent.
11543
11544         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11545         default value is nil.
11546
11547         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11548         (mm-uu-verbatim-marks-extract): New function.
11549         (mm-uu-extract): New face.
11550         (mm-uu-copy-to-buffer): Use it.
11551
11552         * spam-report.el (spam-report-gmane-ham): Renamed from
11553         `spam-report-gmane-unspam'.
11554         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11555         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11556
11557         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11558         Autoload.
11559         (spam-report-gmane-unregister-routine): Renamed
11560         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11561
11562 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11563
11564         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11565         (spam-report-gmane-unregister-routine): Add support for gmane
11566         unregistration.
11567
11568         * spam-report.el (spam-report-gmane-unspam)
11569         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11570         (spam-report-gmane): Change to take a single article and do unspam
11571         registration.
11572
11573 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * mm-url.el (mm-url-decode-entities): Fix regexp.
11576
11577 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578
11579         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11580         default to nil, to be able to use Gnus at all.  If the default
11581         switches to something else, then the function should be fixed not
11582         be exceedingly slow.
11583
11584 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11585
11586         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11587         fail hard.
11588
11589         * spam-report.el: Add better Keywords line.
11590
11591         * spam.el: Add Maintainer and better Keywords line.
11592
11593 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-art.el (gnus-article-replace-part)
11596         (gnus-mime-replace-part): New functions.
11597         (gnus-mime-action-alist, gnus-mime-button-commands)
11598         (gnus-mime-save-part-and-strip): Added file argument.
11599         (gnus-article-part-wrapper): Added interactive argument.
11600
11601         * gnus-sum.el (gnus-summary-mime-map): Add
11602         `gnus-article-replace-part'.
11603
11604 2005-09-19  Didier Verna  <didier@xemacs.org>
11605
11606         The nnml compaction feature:
11607         * nnml.el (nnml-request-compact-group): New function.
11608         * nnml.el (nnml-request-compact): New function.
11609         * gnus-int.el (gnus-request-compact-group): New function.
11610         * gnus-int.el (gnus-request-compact): New function.
11611         * gnus-group.el (gnus-group-compact-group): New function.
11612         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11613         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11614         * gnus-srvr.el (gnus-server-compact-server): New function.
11615         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11616         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11617
11618 2005-09-18  Deepak Goel  <deego@gnufans.org>
11619
11620         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11621         format spec.
11622
11623 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11626
11627 2005-09-15  Romain Francoise  <romain@orebokech.com>
11628
11629         * message.el (message-fill-paragraph): Clarify docstring.
11630
11631 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * gnus-art.el (gnus-mime-display-part): Protect against broken
11634         MIME messages.
11635
11636 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11639         before parsing header.
11640
11641 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11642
11643         * html2text.el (html2text-replace-list): Add new entities.
11644
11645 2005-09-11  Romain Francoise  <romain@orebokech.com>
11646
11647         * message.el (message-alternative-emails): Improve docstring.
11648         (message-setup-1): Call `message-use-alternative-email-as-from'
11649         after `message-setup-hook' to give it precedence over posting
11650         styles, etc.
11651         (message-use-alternative-email-as-from): Add docstring.  Remove
11652         the original From header if present.
11653
11654         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11655         (nnml-save-mail): Use it.
11656
11657         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11658         articles.  Add new argument `silent'.
11659         (gnus-uu-mark-all): Report the total number of marked articles.
11660
11661 2005-09-10  Romain Francoise  <romain@orebokech.com>
11662
11663         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11664         (gnus-uu-mark-series): Likewise.
11665
11666 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * spam-report.el (spam-report-gmane): Fix generation of spam
11669         report URL.
11670
11671 2005-09-10  Simon Josefsson  <jas@extundo.com>
11672
11673         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11674         t, based on discussion on the ding list with Robert Epprecht
11675         <epprecht@solnet.ch>.
11676
11677 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * spam-report.el (spam-report-gmane): Make it work without
11680         X-Report-Spam header.  Gmane now only provides Archived-At.
11681         This is only used if `spam-report-gmane-use-article-number' is nil.
11682         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11683
11684         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11685         make `gnus-summary-sort-by-recipient' work with threading.
11686
11687         * nnweb.el (nnweb-google-wash-article): Print a message if article
11688         is not available.
11689
11690 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11691
11692         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11693         change.  Decode text/* parts content before displaying.
11694
11695 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11698
11699 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11702
11703         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11704         url-package-name, url-package-version,
11705         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11706         w3m-display-inline-images, and w3m-minor-mode-map.
11707
11708 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * message.el (message-tab-body-function): Fix mismatched custom type.
11711
11712         * gnus.el (gnus-group-change-level-function): Ditto.
11713
11714         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11715
11716         * gnus-art.el (gnus-signature-limit)
11717         (gnus-article-mime-part-function): Ditto.
11718
11719 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * mml.el (mml-mode): Silence the byte compiler.
11722
11723         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11724         using `(sit-for 0)' before moving the point to the specified part;
11725         skip unbuttonized parts.
11726         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11727         return to the summary window if gnus-auto-select-part is non-nil.
11728
11729 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11732         variables.
11733         (mml-dnd-attach-file, mml-mode): Use them.
11734
11735         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11736         Make fetching article by MID work again for Google Groups.  Added
11737         FIXME concerning gnus-group-make-web-group.
11738
11739         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11740         Don't depend on Gnus by using mail-extract-address-components if
11741         gnus-extract-address-components is not bound.
11742
11743 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11744
11745         * gnus-art.el (gnus-mime-display-security): Don't display the
11746         signature, but only the signed part.
11747
11748 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11751
11752         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11753         list, not listp.
11754
11755 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11756
11757         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11758         when encoding.
11759
11760         * mm-bodies.el (mm-decode-content-transfer-encoding):
11761         De-canonicalize CRLF for all text content types, not just
11762         text/plain.
11763
11764 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11767         valid article; point arrow and cursor at the MIME button.
11768
11769 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11772         Suggested by Dan Christensen <jdc@uwo.ca>.
11773
11774         * mm-decode.el (mm-save-part): Enable change of prompt.
11775
11776 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11777
11778         * gnus-msg.el (gnus-inews-add-send-actions): Made
11779         `message-post-method' lambda parameter ARG `&optional'.
11780
11781 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * gnus-sum.el (gnus-summary-mime-map): Added
11784         gnus-article-save-part-and-strip, gnus-article-delete-part and
11785         gnus-article-jump-to-part.
11786
11787         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11788         (gnus-article-edit-part): Use it.
11789         (gnus-article-part-wrapper): Added no-handle argument.
11790         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11791         functions.
11792
11793 2005-08-29  Romain Francoise  <romain@orebokech.com>
11794
11795         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11796         docstring.
11797         (gnus-face-from-file): Likewise.
11798
11799 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11802         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11803         non-nil.
11804         (gnus-auto-select-part): New variable.
11805         (gnus-article-jump-to-part): New function.
11806         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11807         (gnus-mime-delete-part): Allow selecting specified part after
11808         deleting or stripping parts.
11809         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11810         part if argument is bogus.
11811
11812 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11813
11814         * gnus-art.el (w3m-minor-mode-map):
11815         * gnus-spec.el (gnus-newsrc-file-version):
11816         * gnus-util.el (nnmail-active-file-coding-system)
11817         (gnus-original-article-buffer, gnus-user-agent):
11818         * gnus.el (gnus-ham-process-destinations)
11819         (gnus-parameter-ham-marks-alist)
11820         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11821         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11822         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11823         * mm-decode.el (gnus-current-window-configuration):
11824         * mm-extern.el (gnus-article-mime-handles):
11825         * mm-url.el (url-current-object, url-package-name)
11826         (url-package-version):
11827         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11828         (smime-keys, w3m-cid-retrieve-function-alist)
11829         (w3m-current-buffer, w3m-display-inline-images)
11830         (w3m-minor-mode-map):
11831         * mml-smime.el (gnus-extract-address-components):
11832         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11833         (gnus-newsrc-hashtb, message-default-charset)
11834         (message-deletable-headers, message-options)
11835         (message-posting-charset, message-required-mail-headers)
11836         (message-required-news-headers):
11837         * mml1991.el (mc-pgp-always-sign):
11838         * mml2015.el (mc-pgp-always-sign):
11839         * nnheader.el (nnmail-extra-headers):
11840         * rfc1843.el (gnus-decode-encoded-word-function)
11841         (gnus-decode-header-function, gnus-newsgroup-name):
11842         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11843
11844 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11845
11846         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11847         the end of the date treatments.
11848
11849 2005-08-15  Simon Josefsson  <jas@extundo.com>
11850
11851         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11852         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11853         Capello and Romain Francoise.
11854         (pgg-fetch-key-function): Removed, not used?
11855         (pgg-insert-url-with-w3): Require url, to get
11856         url-insert-file-contents regardless of where it is defined.
11857
11858 2005-08-13  Romain Francoise  <romain@orebokech.com>
11859
11860         * message.el (message-cite-original-1): New function.
11861         (message-cite-original): Use it.
11862         (message-cite-original-without-signature): Ditto.
11863
11864 2005-08-08  Romain Francoise  <romain@orebokech.com>
11865
11866         * message.el (message-yank-empty-prefix): New variable.
11867         (message-indent-citation): Use it.
11868         (message-cite-original-without-signature): Respect X-No-Archive.
11869
11870 2005-08-08  Simon Josefsson  <jas@extundo.com>
11871
11872         * pgg.el: Autoload url-insert-file-contents instead of loading
11873         w3/url.
11874         (pgg-insert-url-with-w3): Don't load url here.
11875
11876 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11877
11878         * message.el (message-kill-to-signature): Don't insert newline at
11879         bol.
11880         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11881
11882 2005-08-06  Romain Francoise  <romain@orebokech.com>
11883
11884         * message.el (message-user-fqdn): Fix typo in docstring.
11885
11886 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11887
11888         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11889
11890         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11891
11892 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * mm-bodies.el (mm-encode-body): Use coding system rather than
11895         charset to encode text.
11896
11897         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11898         number of charsets if utf-8 is available (XEmacs).
11899
11900 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11903         taken from `gnus-button-mid-or-mail-regexp'.
11904         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11905         (gnus-button-alist): Improve regexp for domain part of the MIDs
11906         for news:localpart@domain buttons.
11907         (gnus-button-ctan-directory-regexp): Update.
11908
11909 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * sieve-manage.el (sieve-manage-interactive-login): Use
11912         make-local-variable rather than make-variable-buffer-local.
11913         (sieve-manage-open): Ditto.
11914         (sieve-manage-authenticate): Ditto.
11915
11916         * mml.el (mml-generate-mime-1): Make the content type default to
11917         text/plain if the filename is not specified.
11918
11919 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11922         instead of insert-buffer.
11923
11924         * message.el (message-yank-original): Ditto; set the mark at the
11925         end of the yanked message.
11926
11927 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11930         lines to scroll rather than to stop it.
11931
11932         * mml.el (mml-generate-default-type): Add doc string.
11933         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11934         default to application/octet-stream when determining the content
11935         type if it is not specified for the part or the mml contents; add
11936         a comment about mml-generate-default-type.
11937
11938 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11941         make it default to application/octet-stream when determining the
11942         content type if it is not specified for the external contents.
11943
11944 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11947         segmented parameter but also other parameters might be there.
11948
11949 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * mm-decode.el (mm-display-external): Delete temp file, directory
11952         and buffer immediately if the external process is exited.
11953
11954 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11957         fewer lines than that of scroll-margin.
11958         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11959
11960 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-art.el (gnus-article-next-page): Revert.
11963         (gnus-article-beginning-of-window): New macro.
11964         (gnus-article-next-page-1): Use it.
11965         (gnus-article-prev-page): Ditto.
11966         (gnus-article-edit-part): Use insert-buffer-substring instead of
11967         insert-buffer.
11968         (gnus-article-edit-exit): Ditto.
11969
11970         * gnus-util.el (gnus-beginning-of-window): Remove.
11971         (gnus-end-of-window): Remove.
11972
11973         * lpath.el: Don't bind header-line-format and scroll-margin.
11974
11975 2005-07-25  Simon Josefsson  <jas@extundo.com>
11976
11977         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11978         to have the url package without w3.  Reported by Daiki Ueno
11979         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11980
11981 2005-07-20  Didier Verna  <didier@xemacs.org>
11982
11983         * gnus-diary.el: Remove the description comment (nndiary is now
11984         properly documented in the Gnus manual).
11985         Fix the spelling of "Back End".
11986         * nndiary.el: Ditto.
11987         Fix the copyright notice.
11988
11989 2005-07-18  Romain Francoise  <romain@orebokech.com>
11990
11991         * gnus-sum.el (gnus-summary-to-prefix)
11992         (gnus-summary-newsgroup-prefix): New variables.
11993         (gnus-summary-from-or-to-or-newsgroups): Use them.
11994
11995 2005-07-17  Romain Francoise  <romain@orebokech.com>
11996
11997         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11998         space as it's generally not especially interesting to the user.
11999
12000 2005-07-16  Romain Francoise  <romain@orebokech.com>
12001
12002         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12003         nil to avoid prompting and file modification if one of the
12004         messages at the top of the nnfolder file contains a copyright
12005         notice.
12006         Update copyright notice.
12007
12008         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12009         instead of `current-time-string' as the latter creates a time
12010         string that is not RFC 2822 compliant (it lacks the zone).
12011         Update copyright notice.
12012
12013 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12014
12015         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12016         for text/rtf.  Display default in prompt.  Pass default for M-n.
12017
12018         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12019
12020 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * gnus-msg.el (gnus-button-mailto): Remove
12023         save-selected-window-window hackery because it relies on
12024         save-selected-window internals.
12025
12026 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12029         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12030         (gnus-article-prev-page): Ditto.
12031
12032         * gnus-util.el (gnus-beginning-of-window): New function.
12033         (gnus-end-of-window): New function.
12034
12035         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12036
12037 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12038
12039         * gnus-score.el (gnus-score-edit-all-score): Set
12040         gnus-score-edit-exit-function to gnus-score-edit-done and call
12041         gnus-message.
12042
12043 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * gnus-msg.el (gnus-button-mailto): Remove
12046         save-selected-window-window hackery because it relies on
12047         save-selected-window internals.
12048
12049 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12052         add-minor-mode.
12053         (gnus-binary-mode): Ditto.
12054
12055         * gnus-topic.el (gnus-topic-mode): Ditto.
12056
12057 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12058
12059         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12060         (gnus-article-prev-page): Take scroll-margin into consideration.
12061
12062 2005-07-04  Lute Kamstra  <lute@gnu.org>
12063
12064         Update FSF's address in GPL notices.
12065
12066 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12067
12068         * gnus.el (gnus-exit):
12069         * gnus-group.el (gnus-group-icons):
12070         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12071
12072         * gnus-nocem.el (gnus-nocem):
12073         * message.el (message-various, message-buffers, message-sending)
12074         (message-interface, message-forwarding, message-insertion)
12075         (message-headers, message-news, message-mail):
12076         * pgg-gpg.el (pgg-gpg):
12077         * pgg-parse.el (pgg-parse):
12078         * pgg-pgp.el (pgg-pgp):
12079         * pgg-pgp5.el (pgg-pgp5):
12080         * pop3.el (pop3): Finish `defgroup' description with period.
12081
12082 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-art.el (article-display-face): Improve the efficiency.
12085         (article-display-x-face): Ditto; remove grey x-face stuff.
12086
12087 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * gnus-art.el (article-display-face): Correct the position in
12090         which Faces are inserted.
12091
12092 2005-06-29  Didier Verna  <didier@xemacs.org>
12093
12094         * gnus-art.el (article-display-face): Display faces in correct
12095         order.
12096
12097 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12100         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12101         (gnus-nocem-check-article): Fetch the Type header.
12102         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12103         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12104         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12105         make sure gnus-nocem-hashtb is initialized.
12106         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12107         (gnus-nocem-unwanted-article-p): Ditto.
12108
12109         * pgg.el (pgg-verify): Return the verification result.
12110
12111 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12112
12113         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12114         is ascii.
12115
12116 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12117
12118         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12119         `show-nonbreak-escape'.
12120
12121 2005-06-23  Lute Kamstra  <lute@gnu.org>
12122
12123         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12124
12125         * dig.el (dig-mode):
12126         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12127
12128 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12129
12130         * nnimap.el (nnimap-split-download-body): Fix spellings.
12131
12132 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12133
12134         * gnus-art.el (gnus-article-encrypt-body):
12135         * gnus-cus.el (gnus-score-customize):
12136         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12137         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12138
12139 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12140
12141         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12142         header by looking for magic "MII" at the beginnig.
12143
12144 2005-06-16  Miles Bader  <miles@gnu.org>
12145
12146         * gnus-xmas.el (gnus-xmas-group-startup-message):
12147         Use renamed gnus-splash face.
12148
12149         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12150         (assistant-field-face): New backward-compatibility alias for renamed
12151         face.
12152         (assistant-render-text): Use renamed assistant-field face.
12153
12154         * spam.el (spam): Remove "-face" suffix from face name.
12155         (spam-face): New backward-compatibility alias for renamed face.
12156         (spam-face, spam-initialize): Use renamed spam face.
12157
12158         * message.el (message-header-to, message-header-cc)
12159         (message-header-subject, message-header-newsgroups)
12160         (message-header-other, message-header-name)
12161         (message-header-xheader, message-separator, message-cited-text)
12162         (message-mml): Remove "-face" suffix from face names.
12163         (message-header-to-face, message-header-cc-face)
12164         (message-header-subject-face, message-header-newsgroups-face)
12165         (message-header-other-face, message-header-name-face)
12166         (message-header-xheader-face, message-separator-face)
12167         (message-cited-text-face, message-mml-face):
12168         New backward-compatibility aliases for renamed faces.
12169         (message-font-lock-keywords): Use renamed message faces.
12170
12171         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12172         (sieve-test-commands, sieve-tagged-arguments):
12173         Remove "-face" suffix from face names.
12174         (sieve-control-commands-face, sieve-action-commands-face)
12175         (sieve-test-commands-face, sieve-tagged-arguments-face):
12176         New backward-compatibility aliases for renamed faces.
12177         (sieve-control-commands-face, sieve-action-commands-face)
12178         (sieve-test-commands-face, sieve-tagged-arguments-face):
12179         Use renamed sieve faces.
12180
12181         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12182         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12183         (gnus-group-news-3-empty, gnus-group-news-4)
12184         (gnus-group-news-4-empty, gnus-group-news-5)
12185         (gnus-group-news-5-empty, gnus-group-news-6)
12186         (gnus-group-news-6-empty, gnus-group-news-low)
12187         (gnus-group-news-low-empty, gnus-group-mail-1)
12188         (gnus-group-mail-1-empty, gnus-group-mail-2)
12189         (gnus-group-mail-2-empty, gnus-group-mail-3)
12190         (gnus-group-mail-3-empty, gnus-group-mail-low)
12191         (gnus-group-mail-low-empty, gnus-summary-selected)
12192         (gnus-summary-cancelled, gnus-summary-high-ticked)
12193         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12194         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12195         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12196         (gnus-summary-low-undownloaded)
12197         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12198         (gnus-summary-low-unread, gnus-summary-normal-unread)
12199         (gnus-summary-high-read, gnus-summary-low-read)
12200         (gnus-summary-normal-read, gnus-splash):
12201         Remove "-face" suffix from face names.
12202         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12203         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12204         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12205         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12206         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12207         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12208         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12209         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12210         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12211         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12212         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12213         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12214         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12215         (gnus-summary-normal-ticked-face)
12216         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12217         (gnus-summary-normal-ancient-face)
12218         (gnus-summary-high-undownloaded-face)
12219         (gnus-summary-low-undownloaded-face)
12220         (gnus-summary-normal-undownloaded-face)
12221         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12222         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12223         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12224         (gnus-splash-face):
12225         New backward-compatibility aliases for renamed faces.
12226         (gnus-group-startup-message): Use renamed gnus faces.
12227
12228         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12229         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12230         (gnus-server-agent): Remove "-face" suffix from face names.
12231         (gnus-server-agent-face, gnus-server-opened-face)
12232         (gnus-server-closed-face, gnus-server-denied-face)
12233         (gnus-server-offline-face):
12234         New backward-compatibility aliases for renamed faces.
12235         (gnus-server-agent-face, gnus-server-opened-face)
12236         (gnus-server-closed-face, gnus-server-denied-face)
12237         (gnus-server-offline-face): Use renamed gnus faces.
12238
12239         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12240         Remove "-face" suffix from face names.
12241         (gnus-picon-xbm-face, gnus-picon-face):
12242         New backward-compatibility aliases for renamed faces.
12243
12244         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12245         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12246         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12247         (gnus-cite-11): Remove "-face" suffix from face names.
12248         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12249         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12250         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12251         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12252         New backward-compatibility aliases for renamed faces.
12253         (gnus-cite-attribution-face, gnus-cite-face-list)
12254         (gnus-article-boring-faces): Use renamed gnus faces.
12255
12256         * gnus-art.el (gnus-signature, gnus-header-from)
12257         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12258         (gnus-header-content): Remove "-face" suffix from face names.
12259         (gnus-signature-face, gnus-header-from-face)
12260         (gnus-header-subject-face, gnus-header-newsgroups-face)
12261         (gnus-header-name-face, gnus-header-content-face):
12262         New backward-compatibility aliases for renamed faces.
12263         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12264
12265         * gnus-sum.el (gnus-summary-selected-face)
12266         (gnus-summary-highlight): Use renamed gnus faces.
12267         * gnus-group.el (gnus-group-highlight): Likewise.
12268
12269 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12270
12271         * gnus-sieve.el (gnus-sieve-article-add-rule):
12272         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12273         * spam-stat.el (spam-stat-buffer-change-to-spam)
12274         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12275
12276         * message.el (message-is-yours-p):
12277         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12278
12279 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * mm-view.el (mm-inline-text): Withdraw the last change.
12282
12283 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12286         executing enriched-decode.
12287
12288 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12291         charset of tar files.
12292
12293 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12294
12295         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12296
12297 2005-06-04  Lute Kamstra  <lute@gnu.org>
12298
12299         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12300         information is never recorded.
12301
12302 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12303
12304         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12305
12306 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * pop3.el (pop3-apop): Run md5 in the binary mode.
12309
12310         * starttls.el (starttls-set-process-query-on-exit-flag):
12311         Use eval-and-compile.
12312
12313 2005-05-31  Simon Josefsson  <jas@extundo.com>
12314
12315         * smime.el (smime-replace-in-string): Define.
12316         (smime-cert-by-ldap-1): Use it.
12317
12318 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-art.el (article-display-x-face): Replace
12321         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12322
12323         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12324         set-process-query-on-exit-flag or process-kill-without-query.
12325
12326         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12327         loop instead of replace-regexp.
12328
12329         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12330         instead of process-kill-without-query if it is available.
12331
12332         * lpath.el: Fbind ldap-search-entries.
12333
12334         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12335         instead of find-file-hooks if it is available.
12336
12337         * mml1991.el: Bind pgg-default-user-id when compiling.
12338
12339         * mml2015.el: Bind pgg-default-user-id when compiling.
12340
12341         * nndraft.el (nndraft-request-associate-buffer):
12342         Use write-contents-functions instead of write-contents-hooks if it is
12343         available.
12344
12345         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12346         instead of find-file-hooks if it is available.
12347
12348         * nntp.el (nntp-open-connection): Replace
12349         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12350         (nntp-open-ssl-stream): Ditto.
12351         (nntp-open-tls-stream): Ditto.
12352
12353         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12354         set-process-query-on-exit-flag or process-kill-without-query.
12355         (starttls-open-stream-gnutls): Use it instead of
12356         process-kill-without-query.
12357         (starttls-open-stream): Ditto.
12358
12359 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12360
12361         * smime.el (smime-cert-by-ldap-1): Don't use
12362         replace-regexp-in-string.
12363
12364 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12365
12366         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12367
12368         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12369         in PEM format.  Adjust to the XEmacs compability.
12370
12371 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12374         by `string-to-number'.
12375         * gnus-agent.el (gnus-agent-regenerate-group)
12376         (gnus-agent-fetch-articles): Ditto.
12377         * gnus-art.el (gnus-button-fetch-group): Ditto.
12378         * gnus-cache.el (gnus-cache-generate-active)
12379         (gnus-cache-articles-in-group): Ditto.
12380         * gnus-group.el (gnus-group-set-current-level)
12381         (gnus-group-insert-group-line): Ditto.
12382         * gnus-score.el (gnus-score-set-expunge-below)
12383         (gnus-score-set-mark-below, gnus-summary-score-effect)
12384         (gnus-summary-score-entry): Ditto.
12385         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12386         (gnus-soup-pack): Ditto.
12387         * gnus-spec.el (gnus-xmas-format): Ditto.
12388         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12389         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12390         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12391         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12392         * nndb.el (nndb-get-remote-expire-response): Ditto.
12393         * nndiary.el (nndiary-parse-schedule-value)
12394         (nndiary-string-to-number, nndiary-request-replace-article)
12395         (nndiary-request-article): Ditto.
12396         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12397         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12398         * nneething.el (nneething-make-head): Ditto.
12399         * nnfolder.el (nnfolder-request-article)
12400         (nnfolder-retrieve-headers): Ditto.
12401         * nnheader.el (nnheader-file-to-number): Ditto.
12402         * nnkiboze.el (nnkiboze-request-article): Ditto.
12403         * nnmail.el (nnmail-process-unix-mail-format)
12404         (nnmail-process-babyl-mail-format): Ditto.
12405         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12406         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12407         (nnmh-request-create-group, nnmh-request-list-1)
12408         (nnmh-request-group, nnmh-request-article): Ditto.
12409         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12410         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12411         * nnsoup.el (nnsoup-make-active): Ditto.
12412         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12413         * nntp.el (nntp-find-group-and-number)
12414         (nntp-retrieve-headers-with-xover): Ditto.
12415         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12416         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12417         (pgg-format-key-identifier): Ditto.
12418         * pop3.el (pop3-last, pop3-stat): Ditto.
12419         * qp.el (quoted-printable-decode-region): Ditto.
12420
12421         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12422         of concat.
12423
12424 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12427
12428         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12429
12430         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12431
12432         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12433
12434         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12435
12436         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12437
12438         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12439         (gnus-carpal-mode): Ditto.
12440
12441         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12442         (gnus-browse-mode): Ditto.
12443
12444         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12445
12446         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12447
12448 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12449
12450         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12451
12452 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * gnus-util.el (gnus-run-mode-hooks): New function.
12455
12456         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12457
12458         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12459         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12460
12461 2005-05-27  Lute Kamstra  <lute@gnu.org>
12462
12463         * dns-mode.el (dns-mode): Specify customization group.
12464
12465 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12466
12467         * gnus-agent.el (gnus-agent-make-mode-line-string):
12468         Use mode-line-highlight as mouse-face.
12469
12470 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * canlock.el (canlock): Change the parent group to news.
12473
12474         * deuglify.el (gnus-outlook-deuglify): Add :group.
12475
12476         * dig.el (dig): Add :group.
12477
12478         * dns-mode.el (dns-mode): Add :group.
12479
12480         * encrypt.el (encrypt): Add :group.
12481
12482         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12483         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12484         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12485         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12486         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12487
12488         * gnus-diary.el (gnus-diary): Add :group.
12489
12490         * gnus.el (gnus-group-news-1-face): Add :group.
12491         (gnus-group-news-1-empty-face): Ditto.
12492         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12493         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12494         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12495         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12496         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12497         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12498         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12499         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12500         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12501         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12502         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12503         (gnus-summary-high-ticked-face): Ditto.
12504         (gnus-summary-low-ticked-face): Ditto.
12505         (gnus-summary-normal-ticked-face): Ditto.
12506         (gnus-summary-high-ancient-face): Ditto.
12507         (gnus-summary-low-ancient-face): Ditto.
12508         (gnus-summary-normal-ancient-face): Ditto.
12509         (gnus-summary-high-undownloaded-face): Ditto.
12510         (gnus-summary-low-undownloaded-face): Ditto.
12511         (gnus-summary-normal-undownloaded-face): Ditto.
12512         (gnus-summary-high-unread-face): Ditto.
12513         (gnus-summary-low-unread-face): Ditto.
12514         (gnus-summary-normal-unread-face): Ditto.
12515         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12516         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12517
12518         * hashcash.el (hashcash): New custom group.
12519         (hashcash-default-payment): Add :group.
12520         (hashcash-payment-alist): Ditto.
12521         (hashcash-default-accept-payment): Ditto.
12522         (hashcash-accept-resources): Ditto.
12523         (hashcash-path): Ditto.
12524         (hashcash-extra-generate-parameters): Ditto.
12525         (hashcash-double-spend-database): Ditto.
12526         (hashcash-in-news): Ditto.
12527
12528         * message.el (message-minibuffer-local-map): Add :group.
12529
12530         * netrc.el (netrc): Add :group.
12531
12532         * sieve-manage.el (sieve-manage-log): Add :group.
12533         (sieve-manage-default-user): Diito.
12534         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12535         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12536         (sieve-manage-authenticators): Ditto.
12537         (sieve-manage-authenticator-alist): Ditto.
12538         (sieve-manage-default-port): Ditto.
12539
12540         * sieve-mode.el (sieve-control-commands-face): Add :group.
12541         (sieve-action-commands-face): Ditto.
12542         (sieve-test-commands-face): Ditto.
12543         (sieve-tagged-arguments-face): Ditto.
12544
12545         * smime.el (smime): Add :group.
12546
12547         * spam-report.el (spam-report): Add :group.
12548
12549         * spam.el (spam, spam-face): Add :group.
12550
12551 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12552
12553         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12554         return \n.\n.\n at the end of articles.  Protect against that.
12555         (nntp-with-open-group): Allow debugging.
12556
12557         * nnheader.el (mail-header-set-extra): Make into a function
12558         because I just could't understand how to quote the list properly.
12559
12560         * dns.el (query-dns-cached): New function.
12561
12562 2005-05-26  Lute Kamstra  <lute@gnu.org>
12563
12564         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12565
12566 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12569
12570         * gnus-art.el: Don't autoload mail-extract-address-components.
12571
12572         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12573         eval-and-compile to evaluate it.
12574
12575         * hashcash.el: Don't autoload executable-find.
12576
12577         * nndb.el: Don't declare the nndb back end two or more times; don't
12578         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12579
12580         * nntp.el: Autoload format-spec instead of format; use
12581         eval-and-compile to evaluate autoload forms.
12582
12583 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12584
12585         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12586
12587 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12588
12589         * gnus.el (gnus-version-number): Bump version.
12590
12591 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12592
12593         * gnus.el: No Gnus v0.3 is released.
12594
12595 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12596
12597         * lpath.el (featurep): Bind show-nonbreak-escape.
12598
12599 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * gnus-art.el (gnus-article-edit-part): Disable undo.
12602
12603 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12606         gnus-article-date-lapsed-new-header is t if date timer is active;
12607         skip headers in which the original date value is empty.
12608         (gnus-article-save-original-date): Redefine it as a macro.
12609         (gnus-display-mime): Use it.
12610
12611 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-art.el (article-date-ut): Support converting date in
12614         forwarded parts as well.
12615         (gnus-article-save-original-date): New function.
12616         (gnus-display-mime): Use it.
12617
12618 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12619
12620         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12621         enclosure element of <item>.
12622
12623 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12624
12625         * message.el (message-kill-buffer-query): Renamed from
12626         `message-kill-buffer-query-if-modified'.  Added :version.
12627
12628 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12631         window layout.
12632
12633 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * mml.el: Autoload dnd when compiling.
12636
12637 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12638
12639         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12640         x-dnd-*.
12641
12642 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * qp.el (quoted-printable-encode-region): Save excursion.
12645
12646 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12647
12648         * message.el (message-kill-buffer-query-if-modified): Add new variable
12649         so the user can kill a modified message buffer quickly.
12650         (message-kill-buffer): Use it.
12651
12652 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * lpath.el: Fbind display-time-event-handler; don't fbind
12655         string-to-multibyte.
12656
12657         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12658
12659 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12662         contained in text because xml.el decodes entities) with LFs.
12663
12664 2005-04-11  Lute Kamstra  <lute@gnu.org>
12665
12666         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12667         differently.
12668
12669 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12670
12671         * mm-util.el (mm-detect-coding-region): Typo.
12672
12673 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12676
12677 2005-04-06  Deepak Goel  <deego@gnufans.org>
12678
12679         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12680         user-function allow user modifications of the scores.
12681         (spam-stat-score-buffer-user): New function, to allow
12682         user-computed modifications to the score.
12683         (spam-stat-score-buffer-user-functions): List of additional
12684         scoring functions.
12685         (spam-stat-error-holder): Global temporary error holder.
12686         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12687         variable.
12688
12689 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12690
12691         * gnus-registry.el (gnus-registry-clean-empty-function)
12692         (gnus-registry-trim, gnus-registry-fetch-groups)
12693         (gnus-registry-delete-group): Groups that match
12694         `gnus-registry-ignored-groups' are removed from the registry
12695         entries, not just ignored for splitting.  This helps clean up the
12696         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12697         to get all the groups a message ID is in.
12698
12699         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12700         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12701         (spam-stat-score-buffer-user-functions): Add :number custom type.
12702
12703 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12706         argument in XEmacs.
12707
12708         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12709         (nnrss-request-group): Decode group name first.
12710         (nnrss-request-article): Make a text/plain article if mml-to-mime
12711         failed.
12712         (nnrss-get-encoding): Return a compatible encoding according to
12713         nnrss-compatible-encoding-alist.
12714         (nnrss-find-el): Use consp instead of listp.
12715         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12716
12717 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12720         which Emacs 20 doesn't support.
12721         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12722
12723 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12726         silence the byte compiler inside the defun.
12727
12728         * gnus-demon.el (parse-time-string): Add autoload.
12729
12730         * gnus-delay.el (parse-time-string): Add autoload.
12731
12732         * gnus-art.el (parse-time-string): Add autoload.
12733
12734         * nnultimate.el (parse-time): Require for `parse-time-string'.
12735
12736 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12739
12740         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12741
12742         * smime.el (smime-ldap-host-list): Add :version.
12743
12744 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12747         pass it to `gnus-browse-read-group'.
12748         (gnus-browse-read-group): Add NUMBER argument and pass it to
12749         `gnus-group-read-ephemeral-group'.
12750
12751         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12752         argument and pass it to `gnus-group-read-group'.
12753
12754 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12755
12756         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12757         mm-xemacs-find-mime-charset-1 if we have the mule feature
12758         available at runtime.
12759
12760 2005-03-25  Werner Lemberg  <wl@gnu.org>
12761
12762         * nnmaildir.el: Replace `illegal' with `invalid'.
12763
12764 2005-03-23  Lute Kamstra  <lute@gnu.org>
12765
12766         * time-date.el: Add comment on time value formats.
12767         Don't require parse-time.
12768         (with-decoded-time-value): New macro.
12769         (encode-time-value): New function.
12770         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12771         (days-to-time): Return a valid time value when arg is huge.
12772         (time-since): Use time-subtract.
12773         (time-to-number-of-days): Use time-to-seconds.
12774
12775 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12776
12777         * gnus-start.el (gnus-display-time-event-handler):
12778         Check display-time-timer at runtime rather than only at load time
12779         in case display-time-mode is turned off in the mean time.
12780
12781 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12784         used.
12785
12786         * nneething.el (nneething-map-file-directory): Derive from
12787         `gnus-directory'.
12788
12789         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12790         the To/Cc button.
12791
12792 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * nnmaildir.el (nnmaildir-request-accept-article):
12795         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12796
12797 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12798
12799         * gnus-async.el: Require timer-funcs at compile time when in
12800         XEmacs for `run-with-idle-timer'.
12801
12802 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12803
12804         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12805         autoloaded function.
12806
12807 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12808
12809         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12810
12811 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12812
12813         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12814
12815 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12818         gnus-expert-user to default.
12819
12820 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12821
12822         * nnimap.el (nnimap-open-server): Ditto.
12823
12824         * imap.el (imap-authenticate): Fix typo.
12825
12826 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12827
12828         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12829         buffer (since IMAP server might return FETCH response out of
12830         order, and the nntp buffer must be sorted).
12831
12832 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12833
12834         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12835         comparison on string.
12836
12837         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12838         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12839         (gnus-agent-summary-fetch-series): Modified to protect against
12840         gnus-agent-summary-fetch-group clearing processable flags.
12841         (gnus-agent-synchronize-group-flags): Update live group buffer as
12842         synchronization may occur due to the user toggle the plugged
12843         status.
12844         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12845         successfully downloaded.
12846         (gnus-agent-expire-group-1): Avoid using markers when the overview
12847         is in ascending order; greatly improves performance.
12848         (gnus-agent-regenerate-group): Use
12849         gnus-agent-synchronize-group-flags to reset read status in both
12850         gnus and server.
12851         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12852
12853 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * message.el: Don't autoload former message-utils variables.
12856         (message-strip-subject-trailing-was): Change doc string.
12857
12858         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12859         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12860         (nnweb-google-search): Add "hl=en" here.
12861         (nnweb-google-parse-1, nnweb-google-create-mapping):
12862         Don't hardcode URL.
12863
12864 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * message.el (message-get-reply-headers, message-followup):
12867         Mention related variables `message-use-followup-to' and
12868         `message-use-mail-followup-to', in the information buffer.
12869
12870         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12871         of broken groups(-beta).google.com.
12872
12873 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12874
12875         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12876         parameter to invoked gnus-request-move-article; remove the
12877         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12878         all at once instead of once per article.
12879         (gnus-summary-remove-process-mark): Accept a list of articles as
12880         well as a single article for processing.
12881
12882         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12883         parameter.
12884
12885         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12886
12887         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12888
12889         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12890         parameter.
12891
12892         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12893         parameter.
12894
12895         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12896         parameter and remove the gnus-sum-hint-move-is-internal variable.
12897
12898         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12899         parameter.
12900
12901         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12902         parameter.
12903
12904         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12905         parameter.
12906
12907         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12908
12909         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12910         parameter.
12911
12912         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12913         parameter.
12914
12915 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12916
12917         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12918         a more conservative way.
12919
12920 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12921
12922         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12923         buffer, so it moves the window's cursor.
12924
12925 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12926
12927         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12928         `mm-dissect-multipart' and receive the from field as an (optional)
12929         argument from `mm-dissect-multipart'.
12930         (mm-dissect-multipart): Receive the from field as an argument and
12931         pass it on when we call `mm-dissect-buffer' on MIME parts.
12932         Fixes verification/decryption of signed/encrypted MIME parts.
12933
12934 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12935
12936         * gnus-sum.el (gnus-summary-move-article): Set
12937         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12938         whatever it calls (right now, only nnimap-request-move article
12939         respects it).
12940
12941         * nnimap.el (nnimap-request-move-article): When
12942         gnus-sum-hint-move-is-internal is set, don't do the extra
12943         nnimap-request-article.
12944
12945 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12946
12947         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12948
12949         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12950         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12951
12952         * gnus-sum.el (gnus-summary-caesar-message):
12953         Apply `gnus-treat-article' after rotation.
12954
12955         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12956         doc string.
12957
12958 2005-02-22  Simon Josefsson  <jas@extundo.com>
12959
12960         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12961         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12962         <arne@arnested.dk>.
12963         (encrypt): Add password-cache and password-cache-expiry as group
12964         members.
12965
12966 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12967
12968         * smime.el (smime-ldap-host-list): Doc fix.
12969         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12970         cache) password.
12971         (smime-sign-region): Use it.
12972         (smime-decrypt-region): Use it.
12973         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12974         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12975         fails.
12976         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12977         certificate from DER to PEM format rather than calling openssl.
12978
12979         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12980
12981         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12982         for signing/encryption.
12983
12984         * mml.el (mml-parse-1): Use them.
12985
12986 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12987
12988         * nnrss.el (nnrss-verbose): Removed.
12989         (nnrss-request-group): Use `nnheader-message' instead.
12990
12991 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12992
12993         * nnrss.el (nnrss-verbose): New variable.
12994         (nnrss-request-group): Make it say nnrss is requesting a group.
12995
12996 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12999         Handle news URL with given port correctly.
13000
13001 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13004         containing special characters.
13005
13006         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13007
13008         * mml.el (mime-to-mml): Ditto.
13009
13010         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13011         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13012         (rfc2047-decode-region): Quote decoded words containing special
13013         characters when rfc2047-quote-decoded-words-containing-tspecials
13014         is non-nil.
13015
13016 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13017
13018         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13019
13020         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13021
13022 2005-02-15  Simon Josefsson  <jas@extundo.com>
13023
13024         * nnimap.el (nnimap-debug): Doc fix.
13025
13026         * imap.el (imap-debug): Doc fix.
13027
13028 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13031
13032 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * gnus.el (spam-contents): Improve docs for spam-contents
13035         parameter in its variable incarnation.
13036
13037 2005-02-14  Simon Josefsson  <jas@extundo.com>
13038
13039         * smime-ldap.el: Use require instead of load-library for ldap.
13040         (smime-ldap-search): Indent.
13041         (smime-ldap-search-internal): Shorten line.
13042
13043         * smime.el (smime-cert-by-dns): Add doc-string.
13044         (smime-cert-by-ldap-1): Indent.
13045
13046         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13047         mml-smime-get-dns-ldap.
13048         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13049
13050 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13051
13052         * smime.el: Require smime-ldap.
13053         (smime-ldap-host-list): New variable.
13054         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13055
13056         * mml-smime.el (mml-smime-encrypt-query): New function.
13057         (mml-smime-encrypt-query): Use it.
13058
13059         * smime-ldap.el: New file.
13060
13061 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13064
13065 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13068         argument in doc string.  Make query for type more clear.
13069
13070 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * gnus.el (gnus-group-startup-message): Search for gnus images in
13073         etc/images/gnus.
13074         * mm-util.el (mm-image-load-path): Likewise.
13075         * smiley.el (smiley-data-directory): Search for smilies in
13076         etc/images/smilies.
13077
13078 2005-02-09  Kim F. Storm  <storm@cua.dk>
13079
13080         Change Emacs release version from 21.4 to 22.1 throughout.
13081         Change Emacs development version from 21.3.50 to 22.0.50.
13082
13083 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13086
13087         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13088         non-Mule XEmacs as well.
13089         (mm-decompress-buffer): Signal an error intentionally if it does
13090         not decompress compressed data because auto-compression-mode is
13091         disabled.
13092
13093 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13094
13095         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13096         an ID in the registry even if it has no groups.
13097
13098 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13101         merge it into mm-decompress-buffer.
13102         (gnus-mime-copy-part): Use the MIME part charset, the value which
13103         a user specified or gnus-newsgroup-charset for decoding, like
13104         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13105         save-buffer what was used.  Suggested by Kevin Ryde
13106         <user42@zip.com.au>.
13107         (gnus-mime-inline-part): Allow the name parameter as well as the
13108         filename parameter; force decompressing of compressed data; always
13109         display contents being not decoded as unibyte.
13110
13111         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13112         as well as the filename parameter.
13113
13114         * mm-util.el (mm-decompress-buffer): Merge
13115         gnus-mime-jka-compr-maybe-uncompress.
13116         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13117         of compressed data.
13118
13119 2005-02-08  Simon Josefsson  <jas@extundo.com>
13120
13121         * imap.el (imap-log): Doc fix.
13122
13123 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13126         the coding cookies; decompress compressed parts.
13127
13128         * mml.el (mml-generate-mime-1): Add the charset parameter according
13129         to the value which a user specified manually or the coding cookie.
13130
13131         * mm-util.el (mm-string-to-multibyte): New function.
13132         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13133         (mm-coding-system-to-mime-charset): New function.
13134         (mm-decompress-buffer): New function.
13135         (mm-find-buffer-file-coding-system): New function.
13136
13137         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13138         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13139         parts.
13140
13141 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13142
13143         * mm-view.el (mm-display-inline-fontify): Decode a part according
13144         to the charset parameter.
13145
13146 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13149         prefix arg is neither nil nor a number, as info specifies.
13150
13151 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13154         timestamps.
13155
13156 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13157
13158         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13159         groups error checking and notify user.
13160
13161 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13162
13163         * message.el (message-send-mail-function): Check existence of
13164         sendmail-program first before using default value
13165         `message-send-mail-with-sendmail'.  Otherwise use more generic
13166         `smtpmail-send-it'.
13167
13168 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * nntp.el (nntp-request-update-info): Always return nil.
13171
13172 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13173
13174         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13175
13176 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13177
13178         * message.el (message-beginning-of-line): Change the behavior when
13179         invoked between BOL and : so that it first moves backward.
13180
13181 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13184         article buffer when editing of the article is discarded.
13185         (gnus-article-prepare): Revert.
13186
13187 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (gnus-article-prepare):
13190         Remove message-strip-forbidden-properties from the local hook.
13191
13192 2005-01-27  Simon Josefsson  <jas@extundo.com>
13193
13194         * password.el (password-cache-add): Only start one timer per key.
13195         Reported by Derek Atkins <warlord@MIT.EDU>.
13196
13197 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13198
13199         * run-at-time.el: Removed.  It is no longer needed as
13200         timer-funcs.el in the xemacs-base package has a working version of
13201         `run-at-time'.
13202
13203         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13204
13205         * password.el: Require timer-funcs instead of run-at-time in
13206         XEmacs.
13207         Remove `password-run-at-time' macro.
13208         (password-cache-add): Use `run-at-time' instead of
13209         `password-run-at-time'.
13210
13211         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13212         Remove `nnheader-cancel-function-timers' alias,
13213         `cancel-function-timers' exists in XEmacs in timer-funcs.
13214
13215         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13216         for `run-with-idle-timer'.
13217
13218         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13219         for `run-at-time'.
13220
13221         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13222         for `with-timeout'.
13223
13224         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13225         the same as for XEmacs 21.4.
13226         No need to ignore `run-with-idle-timer', this function exists in
13227         XEmacs now in timer-funcs.el in the xemacs-base package.
13228         (dgnushack-compile): No need to delete
13229         run-at-time.el from the list of files to compile because it
13230         doesn't exist anymore.
13231
13232 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13235         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13236
13237 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13238
13239         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13240         sensitively.
13241
13242 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13243
13244         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13245
13246 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13249         which will be inserted according to the multibyteness of a buffer
13250         rather than the type of contents.  Suggested by ARISAWA Akihiro
13251         <ari@mbf.ocn.ne.jp>.
13252
13253         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13254         of string which old xml.el may return rather than a string.
13255
13256 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13259
13260 2005-01-16  Simon Josefsson  <jas@extundo.com>
13261
13262         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13263         idn/idna.el isn't available.
13264         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13265         <michael@waxrat.com>.
13266
13267         * hashcash.el: Remove non-FSF copyright header.
13268
13269         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13270         (hashcash-generate-payment): Use it.
13271         (hashcash-generate-payment-async): Use it.
13272
13273 2005-01-15  Simon Josefsson  <jas@extundo.com>
13274
13275         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13276         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13277
13278         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13279         gnus-summary-idna-message.
13280         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13281         (gnus-summary-idna-message): New function.
13282
13283 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13286         gnus-novice-user.
13287
13288 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * nnrss.el (nnrss-request-delete-group): Delete entries in
13291         nnrss-group-alist as well.
13292         (nnrss-save-server-data): Insert newline.
13293
13294 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * gnus.el (gnus-user-agent): Use list of symbols instead of
13297         symbols.  Display full version number for (S)XEmacs.  Optionally
13298         display (S)XEmacs codename.
13299
13300         * gnus-util.el (gnus-emacs-version): Update for new
13301         `gnus-user-agent'.
13302
13303         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13304         Gnus version.
13305
13306 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13307
13308         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13309         which is unreadable in some setups.
13310
13311 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-spec.el (gnus-update-format-specifications): Flush the
13314         group format spec cache if it doesn't support decoded group names.
13315
13316 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13319         Allow to apply decay on score files matching a regexp.
13320
13321 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13324         compatibility in %g and %c.
13325
13326 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13329         name for only %g and %c.
13330         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13331         of gnus-tmp-group to decoded group name.
13332         (gnus-group-make-rss-group): Exclude `/'s from group names.
13333
13334 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * nnrss.el (nnrss-get-encoding): Fix regexp.
13337
13338 2004-12-27  Simon Josefsson  <jas@extundo.com>
13339
13340         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13341         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13342         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13343
13344 2004-12-17  Kim F. Storm  <storm@cua.dk>
13345
13346         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13347
13348         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13349
13350 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13351
13352         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13353
13354 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * nnrss.el: Require rfc2047 and mml.
13357         (nnrss-file-coding-system): New variable.
13358         (nnrss-format-string): Redefine it as an inline function.
13359         (nnrss-decode-group-name): New function.
13360         (nnrss-string-as-multibyte): Remove.
13361         (nnrss-retrieve-headers): Decode group name; don't use
13362         nnrss-format-string.
13363         (nnrss-request-group): Decode group name.
13364         (nnrss-request-article): Decode group name; allow a Message-ID as
13365         well as an article number; don't use nnrss-format-string; encode a
13366         Message-ID string which may contain non-ASCII characters; use
13367         mml-to-mime to compose a MIME article.
13368         (nnrss-request-expire-articles): Decode group name.
13369         (nnrss-request-delete-group): Decode group name.
13370         (nnrss-fetch): Clarify error message.
13371         (nnrss-read-server-data): Use insert-file-contents instead of load;
13372         bind file-name-coding-system; use multibyte buffer.
13373         (nnrss-save-server-data): Bind coding-system-for-write to the
13374         value of nnrss-file-coding-system; bind file-name-coding-system;
13375         add coding cookie.
13376         (nnrss-read-group-data): Use insert-file-contents instead of load;
13377         bind file-name-coding-system; use multibyte buffer.
13378         (nnrss-save-group-data): Bind coding-system-for-write to the
13379         value of nnrss-file-coding-system; bind file-name-coding-system.
13380         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13381         make it work with non-ASCII text.
13382         (nnrss-find-el): Make it work with old xml.el as well.
13383
13384 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13385
13386         * nnrss.el (nnrss-get-encoding): New function.
13387         (nnrss-fetch): Use unibyte buffer initially; bind
13388         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13389         decode contents according to the encoding attribute.
13390         (nnrss-save-group-data): Add coding cookie.
13391         (nnrss-mime-encode-string): New function.
13392         (nnrss-check-group): Use it to encode subject and author.
13393
13394 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13395
13396         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13397         imaginary variable.
13398
13399 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13402         correctly even if there are wide characters.
13403
13404 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13405
13406         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13407         downcased symbol names; make a new cache instead of reusing
13408         bbdb-hashtable.
13409
13410 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13413         concatenating segments rather than before concatenating them.
13414         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13415
13416         * message.el (message-get-reply-headers): Bind `extra'.
13417
13418 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13419
13420         * message.el (message-extra-wide-headers): New variable.
13421         (message-get-reply-headers): Use it.
13422
13423 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13426         (gnus-agent-group-pathname): Ditto.
13427
13428         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13429
13430         * gnus-group.el (gnus-group-make-group): Decode group name.
13431         (gnus-group-make-rss-group): Register the group data after opening
13432         the nnrss group.
13433
13434 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13435
13436         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13437         by expiry now get marked as read.
13438
13439 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13442
13443 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13444
13445         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13446         unify Latin characters in XEmacs.
13447         (mm-find-mime-charset-region): Use it.
13448
13449 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-util.el (gnus-delete-directory): New function.
13452
13453         * gnus-agent.el (gnus-agent-delete-group): Use it.
13454
13455         * gnus-cache.el (gnus-cache-delete-group): Use it.
13456
13457 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13460         names.
13461
13462 2004-12-16  Simon Josefsson  <jas@extundo.com>
13463
13464         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13465
13466 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13469
13470         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13471         (gnus-group-set-current-level): Decode group name.
13472
13473 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13474
13475         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13476         failed.
13477
13478 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * gnus-group.el (gnus-group-delete-group): Decode group name.
13481         (gnus-group-make-rss-group): Encode group name.
13482         (gnus-group-catchup-current): Decode group name.
13483         (gnus-group-kill-group): Decode group name.
13484
13485 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13486
13487         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13488
13489 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-group.el (gnus-group-make-rss-group):
13492         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13493
13494         * gnus-start.el (gnus-setup-news): Honor user's setting to
13495         gnus-message-archive-method.  Suggested by Lute Kamstra
13496         <lute@gnu.org>.
13497
13498 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13499
13500         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13501         global counterparts of the buffer-local variables.
13502
13503 2004-11-16  Romain Francoise  <romain@orebokech.com>
13504
13505         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13506         counterparts of the buffer-local variables.
13507
13508 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * message.el (message-forbidden-properties): Fixed typo in doc
13511         string.
13512
13513 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * gnus-util.el (gnus-replace-in-string): Added doc string.
13516
13517         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13518         to avoid problems when splitting mails with many recipients.
13519
13520 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13521
13522         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13523         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13524
13525 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13526
13527         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13528         if there is no hashtable in memory or file modification time is
13529         newer than cached timestamp.
13530
13531 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13534         not-matching option.
13535
13536 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13539         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13540         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13541         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13542         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13543         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13544
13545 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * message.el (message-forward-make-body-mml): Remove headers
13548         according to message-forward-ignored-headers if a message is decoded.
13549
13550 2004-12-02  Romain Francoise  <romain@orebokech.com>
13551
13552         * message.el (message-forward-make-body-plain): Always remove
13553         headers according to message-forward-ignored-headers.
13554
13555 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         * spam.el (spam-summary-prepare-exit): Remove the
13558         gnus-summary-limit pop for now, it has problems with ham marks for
13559         me.
13560
13561 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13562
13563         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13564         correctly.
13565
13566 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13567
13568         * format-spec.el (format-spec): Message the char.
13569
13570 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13571
13572         * gnus-art.el (gnus-split-methods): Reformat comments.
13573
13574         * spam.el (spam-summary-prepare-exit): Remove article limits
13575         before exiting the summary buffer.
13576
13577 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13580         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13581
13582         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13583         order to silence the byte compiler.
13584
13585         * spam.el: Fix the way to silence the byte compiler, which
13586         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13587         bbdb-search-simple, spam-BBDB-register-routine,
13588         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13589         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13590         spam-stat-buffer-is-spam, spam-stat-load,
13591         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13592         spam-stat-save and spam-stat-split-fancy.
13593
13594 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13597         which may confuse users.
13598         (canlock-password-for-verify): Ditto.
13599
13600         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13601
13602         * gnus-art.el (gnus-emphasis-alist): Ditto.
13603
13604         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13605
13606         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13607
13608         * gnus-start.el (gnus-save-killed-list): Ditto.
13609
13610         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13611         (gnus-sum-thread-tree-root): Ditto.
13612         (gnus-sum-thread-tree-false-root): Ditto.
13613         (gnus-sum-thread-tree-single-indent): Ditto.
13614
13615         * message.el (message-courtesy-message): Ditto.
13616         (message-archive-note): Ditto.
13617         (message-subscribed-address-file): Ditto.
13618         (message-user-fqdn): Ditto.
13619
13620         * spam-report.el (spam-report-gmane-regex): Ditto.
13621
13622         * spam.el (spam-blackhole-good-server-regex): Ditto.
13623
13624 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * mml.el (mml-preview): Widen the message buffer before copying
13627         the contents to the preview buffer; sort headers before previewing.
13628
13629         * message.el (message-hidden-headers): Fix the way to avoid a bug
13630         in the `repeat' widget in Emacs 21.3 or earlier.
13631
13632 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * message.el (message-hidden-headers): Default to "^References:".
13635         Improve customization type.  Suggested by Reiner Steib
13636         <Reiner.Steib@gmx.de>.
13637
13638 2004-11-25  Romain Francoise  <romain@orebokech.com>
13639
13640         * message.el (message-strip-forbidden-properties): Remove check for
13641         obsolete `message-hidden' text property, hidden headers are not
13642         accessible in the buffer anymore.
13643
13644 2004-11-22  Romain Francoise  <romain@orebokech.com>
13645
13646         * message.el (message-header-format-alist): Add `From' in list
13647         so that it can be sorted.
13648         (message-fix-before-sending): Widen and sort headers before
13649         sending.
13650         (message-hide-headers): Use narrowing to hide headers by moving
13651         them to the top of the buffer and narrowing to the region
13652         underneath.
13653
13654 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13655
13656         * message.el (message-strip-forbidden-properties): Bind
13657         buffer-read-only (etc) to nil.
13658
13659 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13662         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13663
13664 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13665
13666         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13667
13668 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13669
13670         * dns.el (query-dns): Use sit-for to time instead of
13671         accept-process-output, since that doesn't seem to work on udp
13672         sockets.
13673
13674 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13677
13678 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13679
13680         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13681         doc string.  Improve doc string.
13682
13683 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * nntp.el (nntp-request-update-info): Return nil if
13686         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13687         may not call gnus-activate-group which uselessly issues the GROUP
13688         commands for all nntp groups and wastes time.  Reported by Romain
13689         Francoise <romain@orebokech.com>.
13690
13691         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13692
13693 2004-11-15  Simon Josefsson  <jas@extundo.com>
13694
13695         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13696         headers separately.
13697         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13698         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13699
13700 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * gnus-start.el (gnus-convert-old-newsrc):
13703         Assign legacy-gnus-agent to 5.10.7.
13704
13705 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13708         start of the lines.
13709
13710 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13711
13712         * hashcash.el (hashcash-default-payment): Change default to 20.
13713         (hashcash-default-accept-payment): Change default to 20.
13714         (hashcash-process-alist): New variable.
13715         (hashcash-generate-payment-async): Add.
13716         (hashcash-already-paid-p): Add.
13717         (hashcash-insert-payment): Don't generate payments twice.
13718         (hashcash-insert-payment-async): Add.
13719         (hashcash-insert-payment-async-2): Add.
13720         (hashcash-cancel-async): Add.
13721         (hashcash-wait-async): Add.
13722         (hashcash-processes-running-p): Add.
13723         (hashcash-wait-or-cancel): Add.
13724         (mail-add-payment): New optional argument.  Conditionally start
13725         asynchronous calculation.
13726         (mail-add-payment-async): Add.
13727
13728         * message.el (message-send-mail): Wait for asynchronous hashcash
13729         results.  Don't clobber existing X-Hashcash headers.
13730         (message-setup-1): Call mail-add-payment-async when
13731         message-generate-hashcash is non-nil.
13732
13733 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13734
13735         * message.el (message-use-alternative-email-as-from): Examine the
13736         From header as well; use message-make-from in order to include a
13737         user's full name.
13738
13739 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13742         default; improve customization type.
13743         (gnus-emphasis-custom-with-format): New macro.
13744         (gnus-emphasis-custom-value-to-external): New function.
13745         (gnus-emphasis-custom-value-to-internal): New function.
13746
13747 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13748
13749         * dns.el (query-dns): Resolve reverse addresses.
13750
13751 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13752
13753         * gnus-group.el (gnus-group-get-new-news): Use it.
13754
13755         * gnus-start.el (gnus-check-reasonable-setup): New function.
13756
13757 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13760         "Args out of range" error.  Reported by Arnaud Giersch
13761         <arnaud.giersch@free.fr>.
13762
13763 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13764
13765         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13766
13767 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13768
13769         * spam.el (spam group): Add :version.
13770
13771         * pgg-def.el (pgg group): Add :version.
13772
13773 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-art.el (gnus-article-edit-article): Don't associate the
13776         article buffer with a draft file.  This is a temporary measure
13777         against the 2004-08-22 change to gnus-article-edit-mode.
13778
13779 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13782         (html2text-format-tags): Remove unused variable `attr'.
13783
13784 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13787
13788         * tls.el (tls-process-connection-type, tls-success)
13789         (tls-certtool-program): Add :version.
13790
13791         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13792         (starttls-extra-arguments, starttls-process-connection-type)
13793         (starttls-connect, starttls-failure, starttls-success): Add :version.
13794
13795         * spam-stat.el (spam-stat): Add :version.
13796
13797         * sieve.el (sieve): Add :version.
13798
13799         * sha1.el (sha1): Add :version.
13800         (sha1-use-external): Remove redundant version.
13801
13802         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13803         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13804         (nnmail-split-fancy-match-partial-words)
13805         (nnmail-split-lowercase-expanded): Add :version.
13806
13807         * nndiary.el (nndiary): Add :version.
13808
13809         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13810
13811         * mml-sec.el (mml-default-sign-method)
13812         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13813         Add :version.
13814
13815         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13816
13817         * mm-url.el (mm-url-use-external, mm-url-program)
13818         (mm-url-arguments): Add :version.
13819
13820         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13821         (mm-attachment-file-modes, mm-decrypt-option)
13822         (mm-w3m-safe-url-regexp): Add :version.
13823
13824         * message.el (message-cite-prefix-regexp)
13825         (message-sendmail-envelope-from, message-minibuffer-local-map)
13826         (message-user-fqdn, message-completion-alist): Add :version.
13827
13828         * gnus-win.el (gnus-configure-windows-hook)
13829         (gnus-use-frames-on-any-display): Add :version.
13830
13831         * gnus-art.el (gnus-article-address-banner-alist)
13832         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13833         (gnus-treat-from-picon, gnus-treat-mail-picon)
13834         (gnus-treat-x-pgp-sig): Add :version.
13835
13836         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13837         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13838         (gnus-summary-article-delete-hook)
13839         (gnus-summary-display-while-building): Add :version.
13840
13841         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13842         (gnus-get-top-new-news-hook): Add :version.
13843
13844         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13845         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13846
13847         * gnus-registry.el (gnus-registry): Add :version.
13848
13849         * gnus-spec.el (gnus-use-correct-string-widths)
13850         (gnus-make-format-preserve-properties): Add :version.
13851
13852         * gnus.el (gnus-group-charter-alist)
13853         (gnus-group-fetch-control-use-browse-url)
13854         (gnus-install-group-spam-parameters): Add :version.
13855
13856         * gnus-diary.el (gnus-diary): Add :version.
13857
13858         * gnus-delay.el (gnus-delay): Add :version.
13859
13860         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13861         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13862         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13863         Add :version.
13864
13865         * gnus-agent.el (gnus-agent-max-fetch-size)
13866         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13867         (gnus-agent-prompt-send-queue): Add :version.
13868
13869         * deuglify.el (gnus-outlook-deuglify): Add :version.
13870
13871         * html2text.el: Beautify code.  Improve doc strings.  Some
13872         checkdoc cleanup.
13873         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13874
13875 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13876
13877         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13878
13879 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13882         when package is loaded.
13883
13884         * spam.el (spam-summary-score-preferred-header): Add global preference
13885         for people who want to override the default SpamAssassin over
13886         Bogofilter preference (when both are set).
13887         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13888         (spam-user-format-function-S): Check
13889         spam-summary-score-preferred-header.
13890         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13891         (spam-user-format-function-S): Format the score correctly.
13892
13893 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13896         signature file.  Suggested by Manoj Srivastava
13897         <srivasta@golden-gryphon.com>.
13898
13899         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13900         iso-2022-jp even in the Japanese language environment.
13901         Suggested by Jason Rumney <jasonr@gnu.org>.
13902
13903 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13906         use the same characters as the dummy marks; make it free from
13907         getting affected by the language environment.
13908         (gnus-summary-read-group-1): Update mark positions only when the
13909         format spec is updated.
13910
13911         * gnus-spec.el (gnus-update-format-specifications): Return a list
13912         of updated types.
13913
13914 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13917         of boundp to check if display-warning is available.
13918
13919 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13920
13921         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13922
13923 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * nnspool.el (nnspool-spool-directory): Use news-path if the
13926         news-directory variable is not bound.
13927
13928         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13929         function instead of display-warning if it is not available.
13930
13931 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13934         v5-10: Use `point-at-bol'.
13935
13936 2004-10-26  Simon Josefsson  <jas@extundo.com>
13937
13938         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13939         <chenggao@gmail.com>.
13940
13941 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13944         instead.
13945
13946 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13947
13948         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13949         to remove a server from the nnimap-server-buffer-alist.
13950         (nnimap-open-connection, nnimap-close-server): Use it.
13951
13952         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13953
13954 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13957         running the major-mode function.
13958
13959 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13962         dummy marks in the right way.
13963
13964 2004-10-18  David Edmondson  <dme@dme.org>
13965
13966         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13967         excessively.
13968
13969 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * gnus-util.el (gnus-split-references): Accept a nil references
13972         string and go on blissfully.
13973
13974         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13975         cases where the references string is non-nil but has no references.
13976
13977         * encrypt.el: Add autoload tags.
13978
13979         * spam.el (spam-resolve-registrations-routine): Remove article
13980         from unregistration list too.  Reported by David Hanak
13981         <dhanak@isis.vanderbilt.edu>
13982
13983 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13986         nil.  Changed custom type.
13987
13988 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13989
13990         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13991
13992         * gnus-sum.el (gnus-summary-move-article): Use it.
13993
13994 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13995
13996         * encrypt.el: Add autoload cookies.
13997
13998         * spam.el (spam-backend-article-list-property)
13999         (spam-backend-get-article-todo-list)
14000         (spam-backend-put-article-todo-list)
14001         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14002         Resolve registrations separately.
14003         (spam-register-routine): Format comments.
14004         (spam-unregister-routine, spam-register-routine): Always call with
14005         specific-articles, no default list.
14006         (spam-summary-prepare-exit): Use the spam-classifications function.
14007
14008         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14009         gnus-encrypt.el.
14010
14011         * encrypt.el: Copied from gnus-encrypt.el.
14012
14013         * gnus-encrypt.el: Commented that it's obsolete.
14014
14015 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14018         (gnus-score-save): Use it.
14019
14020         * message.el (message-bury): Use `window-dedicated-p'.
14021
14022 2004-10-15  Simon Josefsson  <jas@extundo.com>
14023
14024         * pop3.el (top-level): Don't require nnheader.
14025         (pop3-read-timeout): Add.
14026         (pop3-accept-process-output): Add.
14027         (pop3-read-response, pop3-retr): Use it.
14028
14029 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14030
14031         * spam.el (spam-register-routine): Move comment.
14032         (spam-verify-bogofilter): Use 'unknown for the initial
14033         spam-bogofilter-valid state, not 'never.
14034
14035         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14036         for netrc-machine.
14037
14038         * nnimap.el (nnimap-open-connection): Use
14039         netrc-machine-user-or-password.
14040
14041 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14042
14043         * gnus-registry.el (gnus-registry-unload-hook):
14044         Set as a variable with add-hook.
14045
14046         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14047         of news-path.
14048
14049         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14050
14051         * spam.el: Delete duplicate `provide'.
14052         (spam-unload-hook): Set as a variable with add-hook.
14053
14054 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14057         in the doc string.
14058
14059         * message.el (message-ignored-news-headers)
14060         (message-ignored-supersedes-headers)
14061         (message-ignored-resent-headers)
14062         (message-forward-ignored-headers): Improve custom type.
14063
14064 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * message.el (message-tokenize-header): Fix 2004-09-06 change
14067         which used point-min in the wrong place.
14068
14069 2004-10-12  Simon Josefsson  <jas@extundo.com>
14070
14071         * tls.el (tls-certtool-program): New variable.
14072         (tls-certificate-information): New function, based on
14073         ssl-certificate-information.
14074
14075 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * compface.el: Move the version of ELisp-based uncompface program
14078         to the contrib directory because of the copyright problem.
14079
14080 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * message.el (message-kill-buffer): Raise the current frame.
14083
14084 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14087
14088         * gnus.el (message-y-or-n-p): Autoload.
14089
14090         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14091         (pop3-password-required, pop3-authentication-scheme)
14092         (pop3-leave-mail-on-server): Made customizable.
14093         (pop3): New custom group.
14094         (pop3-retr): Remove `sleep-for' statements.
14095         Suggested by Dave Love <fx@gnu.org>.
14096
14097         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14098         Windows/DOS.
14099
14100         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14101         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14102         Dave Love <fx@gnu.org>.
14103
14104         * mml.el (mml-minibuffer-read-disposition): Require match.
14105         Suggested by Dave Love <fx@gnu.org>.
14106
14107 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14110         doc string.
14111
14112 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14115
14116 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14117
14118         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14119         instead of calling `mm-insert-inline', to decode text/* parts
14120         before displaying them.
14121
14122 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * mm-uu.el (mm-uu-text-plain-type): New variable.
14125         (mm-uu-pgp-signed-extract-1): Use it.
14126         (mm-uu-pgp-encrypted-extract-1): Use it.
14127         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14128         bind mm-uu-text-plain-type with that value.
14129         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14130         mm-uu-dissect.
14131
14132 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-group.el (gnus-update-group-mark-positions):
14135         * gnus-sum.el (gnus-update-summary-mark-positions):
14136         * message.el (message-check-news-body-syntax):
14137         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14138         of string-as-multibyte.
14139
14140 2004-10-05  Juri Linkov  <juri@jurta.org>
14141
14142         * gnus-group.el (gnus-update-group-mark-positions):
14143         * gnus-sum.el (gnus-update-summary-mark-positions):
14144         * message.el (message-check-news-body-syntax):
14145         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14146         8-bit unibyte values to a multibyte string for search functions.
14147
14148 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14151         (mm-uu-dissect-text-parts): New function.
14152
14153         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14154         dissect text parts.
14155
14156         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14157         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14158
14159         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14160
14161         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14162         gnus-current-topics instead of gnus-current-topic.
14163
14164 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14165
14166         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14167
14168 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14169
14170         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14171         where approriate.
14172
14173         * nnml.el (nnml-generate-active-info): do.
14174
14175         * nndiary.el (nndiary-generate-active-info): do.
14176
14177         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14178         (gnus-topic-move): do.
14179
14180         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14181         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14182
14183         * gnus-srvr.el (gnus-server-prepare)
14184         (gnus-server-open-all-servers): do.
14185
14186         * gnus-msg.el (gnus-summary-cancel-article)
14187         (gnus-summary-resend-message)
14188         (gnus-summary-mail-crosspost-complaint): do.
14189
14190         * gnus-move.el (gnus-change-server): do.
14191
14192         * gnus-group.el (gnus-group-unmark-all-groups)
14193         (gnus-group-set-current-level): do.
14194
14195 2004-10-04  Simon Josefsson  <jas@extundo.com>
14196
14197         * message.el (message-generate-hashcash): Doc fix.
14198
14199 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14200
14201         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14202         avoid infinite recursion via gnus-get-function.
14203
14204 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14205
14206         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14207
14208         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14209
14210         * nnmail.el (nnmail-split-history): do.
14211
14212         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14213         (nnml-request-delete-group): do.
14214
14215         * nnslashdot.el (nnslashdot-read-groups): do.
14216
14217         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14218         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14219
14220         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14221         (nnspool-sift-nov-with-sed): Use last.
14222         (nnspool-retrieve-headers-with-nov): Use mapc.
14223         (nnspool-request-newgroups): Use dolist.
14224         (nnspool-request-group): Use last.
14225
14226         * nntp.el (nntp-read-server-type): Use dolist.
14227
14228         * nnvirtual.el (nnvirtual-create-mapping)
14229         (nnvirtual-update-read-and-marked): Use dolist.
14230         (nnvirtual-convert-headers): Simplify.
14231
14232 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14233
14234         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14235         support for sync'ing tick marks.
14236
14237 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14240         there's no visible header.
14241
14242 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14243
14244         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14245         necessary, pass full group name to gnus-request-set-marks.
14246
14247 2004-10-01  Simon Josefsson  <jas@extundo.com>
14248
14249         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14250         acroread.
14251
14252 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14253
14254         * spam-report.el (spam-report-gmane): Fix interactive.
14255
14256         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14257
14258         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14259         when writing file.
14260         (gnus-agent-synchronize-flags): Don't default to being
14261         interactive.
14262
14263 2004-09-30  Simon Josefsson  <jas@extundo.com>
14264
14265         * message.el (message-generate-hashcash): Add.
14266         (message-send-mail): Use it, call mail-add-payment.
14267
14268 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14269
14270         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14271
14272 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14273
14274         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14275         gnus-requst-update-info with explicit code to sync the in-memory
14276         info read flags with the marks being sync'd to the backend.
14277
14278         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14279
14280 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14281
14282         * spam.el (spam-verify-bogofilter): Add new function.
14283         (spam-check-bogofilter)
14284         (spam-bogofilter-register-with-bogofilter): Use it.
14285         (spam-verify-bogofilter): Add small fixes.
14286
14287 2004-09-28  Simon Josefsson  <jas@extundo.com>
14288
14289         * hashcash.el (hashcash-generate-payment): Revert.
14290
14291 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14292
14293         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14294         gnus-extract-references instead of gnus-split-references.
14295
14296         * gnus-util.el (gnus-extract-references): Add new function, analogous
14297         to gnus-split-references but extracts only the message-ID without
14298         anything extra.
14299
14300         * hashcash.el (hashcash-generate-payment)
14301         (hashcash-check-payment): Do the right thing if hashcash-path is
14302         nil (because the hashcash program could not be found).
14303
14304         * spam.el (spam-use-hashcash): Remove comment.
14305
14306 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14307
14308         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14309         (gnus-cache-enter-article, gnus-cache-remove-article)
14310         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14311
14312         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14313
14314         * gnus-art.el (article-hide-boring-headers)
14315         (article-translate-strings, article-display-face)
14316         (gnus-article-mime-match-handle-first)
14317         (gnus-article-highlight-headers)
14318         (gnus-article-add-buttons-to-head): do.
14319
14320 2004-09-27  Simon Josefsson  <jas@extundo.com>
14321
14322         * hashcash.el: New version, from
14323         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14324         ../contrib/.
14325
14326 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14329
14330 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14331
14332         * gnus-dup.el (gnus-dup-open): Use mapc.
14333         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14334
14335         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14336         Reported by Stefan Wiens <s.wi@gmx.net>.
14337
14338         * gnus.el (gnus-shutdown): Use dolist.
14339
14340         * gnus-undo.el (gnus-undo): Use mapc.
14341
14342         * nnrss.el (nnrss-generate-active): do.
14343
14344         * message.el (message-cite-original-without-signature)
14345         (message-cite-original): Use mapc.
14346         (message-do-actions, message-make-forward-subject): Use dolist.
14347
14348 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14349
14350         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14351         deletion to remove entire duplicate line.  Fixes merged article
14352         number bug.
14353
14354 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14355
14356         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14357         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14358         first ask if you want to open a server and then, even when you
14359         responded with no, asking if you want to synchronize the server's
14360         flags.
14361         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14362         multi-line expressions.
14363         (gnus-agent-synchronize-group-flags): New internal function.
14364         Updates marks in memory (in the info structure) AND in the
14365         backend.
14366
14367         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14368
14369         * nnagent.el (nnagent-request-set-mark): Use
14370         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14371         method, to ensure that synchronization updates marks in the
14372         backend and in the info (in memory) structure.
14373
14374 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14377         convention fully; don't miss the root article of a thread; make
14378         the X-Draft-From header with correct article numbers.
14379
14380 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14381
14382         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14383         unless plugged.  Disable the agent so that an open failure causes
14384         an error.
14385
14386         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14387         Reverted 2004-09-21 change.  The backend must be opened while
14388         synchronizing flags even when the backend stores the flags
14389         locally.
14390
14391 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14394         in `header' match.  Reported by Svend Tollak Munkejord.
14395
14396         * message.el (message-cite-original): Fix use of
14397         `message-cite-articles-with-x-no-archive'.
14398
14399 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14402         (gnus-window-to-buffer): Ditto.
14403
14404         * mml.el (mml-preview-buffer): New variable.
14405         (mml-preview): Manage window layout with gnus-buffer-configuration.
14406
14407         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14408         X-Draft-From header even if those articles aren't quoted.
14409
14410 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14411
14412         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14413         (gnus-request-set-mark, gnus-request-update-mark): Use new
14414         g-s-t-u-l-m to decide to use backend even when unplugged.
14415
14416 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14419         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14420
14421 2004-09-20  Simon Josefsson  <jas@extundo.com>
14422
14423         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14424         "utf-16-le".
14425
14426 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14427
14428         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14429
14430 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * uudecode.el (uudecode-use-external): Add :version.
14433
14434         * smime.el (smime-CA-file, smime-encrypt-cipher)
14435         (smime-dns-server): Add :version.
14436
14437         * smiley.el (gnus-smiley-file-types): Add :version.
14438
14439         * sha1.el (sha1-use-external): Add :version.
14440
14441         * pgg-def.el (pgg-query-keyserver): Add :version.
14442
14443         * nnmail.el (nnmail-fancy-expiry-targets)
14444         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14445         Add :version.
14446
14447         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14448         (nnimap-retrieve-groups-asynchronous): Add :version.
14449         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14450
14451         * mml.el (mml-content-disposition-parameters)
14452         (mml-insert-mime-headers-always): Add :version.
14453
14454         * mm-util.el (mm-coding-system-priorities): Add :version.
14455
14456         * mm-decode.el (mm-inline-text-html-with-images)
14457         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14458         (mm-verify-option): Add :version.
14459         (mm-text-html-renderer): Change :version.
14460
14461         * message.el (message-fcc-externalize-attachments)
14462         (message-required-headers, message-draft-headers)
14463         (message-subject-trailing-was-query)
14464         (message-subject-trailing-was-ask-regexp)
14465         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14466         (message-mark-insert-end, message-archive-header)
14467         (message-archive-note, message-cross-post-default)
14468         (message-cross-post-note, message-followup-to-note)
14469         (message-cross-post-note-function, message-use-mail-followup-to)
14470         (message-subscribed-address-functions)
14471         (message-subscribed-address-file, message-subscribed-addresses)
14472         (message-subscribed-regexps, message-allow-no-recipients)
14473         (message-yank-cited-prefix, message-signature-insert-empty-line)
14474         (message-hidden-headers, message-hierarchical-addresses)
14475         (message-mail-user-agent, message-use-idna)
14476         (message-valid-fqdn-regexp)
14477         (message-strip-special-text-properties, message-header-synonyms)
14478         (message-beginning-of-line, message-tab-body-function): Add :version.
14479         (message-insert-canlock, message-wide-reply-confirm-recipients):
14480         Change :version.
14481
14482         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14483         and :version.
14484         (mail-source-delete-old-incoming-confirm)
14485         (mail-source-movemail-program): Add :version.
14486
14487         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14488         (gnus-agent-cache, gnus-agent): Change :version.
14489
14490         * gnus-util.el (gnus-use-byte-compile): Change :version.
14491
14492         * gnus-sum.el (gnus-summary-make-false-root-always)
14493         (gnus-summary-default-high-score)
14494         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14495         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14496         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14497         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14498         (gnus-sum-thread-tree-single-indent)
14499         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14500         (gnus-sum-thread-tree-leaf-with-other)
14501         (gnus-sum-thread-tree-single-leaf): Add :version.
14502         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14503         (gnus-article-loose-mime): Change :version.
14504
14505         * gnus-start.el (gnus-backup-startup-file)
14506         (gnus-save-startup-file-via-temp-buffer): Add :version.
14507
14508         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14509         (gnus-server-offline-face): Add :version.
14510
14511         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14512
14513         * gnus-msg.el (gnus-gcc-externalize-attachments)
14514         (gnus-debug-files, gnus-debug-exclude-variables)
14515         (gnus-discouraged-post-methods): Change :version.
14516         (gnus-confirm-mail-reply-to-news)
14517         (gnus-confirm-treat-mail-like-news): Add :version.
14518
14519         * gnus-int.el (gnus-server-unopen-status): Add :version.
14520
14521         * gnus-group.el (gnus-group-jump-to-group-prompt)
14522         (gnus-large-ephemeral-newsgroup)
14523         (gnus-fetch-old-ephemeral-headers): Add :version.
14524
14525         * gnus-fun.el (gnus-x-face-directory)
14526         (gnus-convert-pbm-to-x-face-command)
14527         (gnus-convert-image-to-x-face-command)
14528         (gnus-convert-image-to-face-command): Add :version.
14529
14530         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14531
14532         * gnus-cite.el (gnus-cite-blank-line-after-header)
14533         (gnus-article-boring-faces): Add :version.
14534
14535         * gnus-art.el (gnus-buttonized-mime-types)
14536         (gnus-inhibit-mime-unbuttonizing)
14537         (gnus-treat-display-face)
14538         (gnus-treat-body-boundary): Change :version.
14539         (gnus-body-boundary-delimiter, gnus-picon-databases)
14540         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14541         (gnus-treat-date-english, gnus-treat-fold-headers)
14542         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14543         (gnus-treat-mail-picon, gnus-treat-wash-html)
14544         (gnus-article-encrypt-protocol)
14545         (gnus-use-idna, gnus-article-over-scroll)
14546         (gnus-mime-display-multipart-alternative-as-mixed)
14547         (gnus-mime-display-multipart-related-as-mixed)
14548         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14549         (gnus-ctan-url, gnus-button-ctan-handler)
14550         (gnus-button-handle-ctan-bogus-regexp)
14551         (gnus-button-ctan-directory-regexp)
14552         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14553         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14554         (gnus-button-man-level, gnus-button-emacs-level)
14555         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14556
14557         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14558         (gnus-agent-go-online): Change :version.
14559         (gnus-agent-expire-unagentized-dirs)
14560         (gnus-agent-auto-agentize-methods): Add :version.
14561
14562         * flow-fill.el (fill-flowed-display-column)
14563         (fill-flowed-encode-column): Add :version.
14564
14565         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14566         (gnus-outlook-deuglify-unwrap-max)
14567         (gnus-outlook-deuglify-cite-marks)
14568         (gnus-outlook-deuglify-unwrap-stop-chars)
14569         (gnus-outlook-deuglify-no-wrap-chars)
14570         (gnus-outlook-deuglify-attrib-cut-regexp)
14571         (gnus-outlook-deuglify-attrib-verb-regexp)
14572         (gnus-outlook-deuglify-attrib-end-regexp)
14573         (gnus-outlook-display-hook): Add :version.
14574
14575         * binhex.el (binhex-use-external): Add :version.
14576
14577 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14580         and `invisible'.
14581
14582 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14585         in gnus-registry-trim.
14586
14587 2004-09-13  Simon Josefsson  <jas@extundo.com>
14588
14589         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14590
14591         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14592
14593         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14594         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14595         <yamaoka@jpl.org>.
14596         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14597         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14598         <yamaoka@jpl.org>.
14599
14600         * sieve.el (sieve-manage-mode): Ditto.
14601
14602 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14605
14606 2004-09-11  Simon Josefsson  <jas@extundo.com>
14607
14608         * dns-mode.el: Add.
14609
14610         * mm-view.el (mm-display-dns-inline): Add.
14611
14612         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14613         (mm-automatic-display): Ditto.
14614
14615         * mailcap.el (mailcap-mime-data): Add text/dns.
14616         (mailcap-mime-extensions): Map .soa to text/dns.
14617
14618 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14619
14620         * gnus-art.el (article-decode-mime-words, article-babel)
14621         (gnus-article-highlight-signature, gnus-article-add-buttons)
14622         (gnus-signature-toggle): Remove unnecessary bindings of
14623         `inhibit-read-only' inherited from v5.10 merge.
14624
14625 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * nntp.el (nntp): New customization group.
14628         (nntp-authinfo-file): Add customization group.
14629
14630         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14631
14632         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14633
14634         * gnus.el (to-address, to-list, subscribed)
14635         (large-newsgroup-initial): Ditto.
14636
14637         * flow-fill.el (fill-flowed-display-column)
14638         (fill-flowed-encode-column): Ditto.
14639
14640 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14641
14642         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14643         Use point-min rather than 1.
14644         (message-send-mail): Use buffer-size rather than point-max.
14645
14646         * gnus-sum.el (gnus-summary-search-article-forward):
14647         Signal a specific `search-failed' rather than a generic `error'.
14648
14649         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14650         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14651         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14652
14653 2004-09-10  Simon Josefsson  <jas@extundo.com>
14654
14655         * nndb.el (require): Remove tcp and duplicate cl.
14656
14657 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * gnus-agent.el (directory-files-and-attributes): Move forward.
14660
14661 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14662
14663         * gnus-agent.el (directory-files-and-attributes): Optionally
14664         defined to support XEmacs.
14665
14666 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14667
14668         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14669         to avoid run-time CL dependencies.
14670         (gnus-agent-unfetch-articles): New function.
14671         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14672         article numbers even when local .overview file is missing.
14673         (gnus-agent-read-article-number): New function.  Only accepts
14674         27-bit article numbers.
14675         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14676         gnus-agent-read-article-number.
14677         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14678         from backend while recognizing that article numbers in .overview
14679         must be valid.
14680         (gnus-agent-update-files-total-fetched-for): Use
14681         directory-files-and-attributes to improve performance.
14682         * gnus-int.el (gnus-request-move-article): Use
14683         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14684         improve performance.
14685
14686         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14687         some users confused by references to .newsrc when they only have a
14688         .newsrc.eld file.
14689         (gnus-convert-mark-converter-prompt)
14690         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14691         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14692         New function.  Used internally to only display 'gnus converting
14693         files' message when actually necessary.
14694
14695         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14696         methods now autoloaded.
14697
14698 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14701         identifiers.
14702
14703 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * gnus-picon.el: Fix indentation and closing parenthesis.
14706
14707 2004-09-01  Simon Josefsson  <jas@extundo.com>
14708
14709         * message.el (message-canlock-generate): Require sha1, not
14710         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14711         to require within a function.  Sadly, if sha1.el isn't loaded, the
14712         let binding in m-c-g will hide the defcustom definition, which is
14713         bad.)
14714
14715         * canlock.el: Require sha1, not sha1-el.
14716
14717         * message.el: Don't autoload sha1 (there is a autoload cookie in
14718         sha1.el).
14719
14720         * sha1-el.el: Renamed to sha1.el.
14721
14722 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14723
14724         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14725
14726 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14727
14728         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14729
14730 2004-08-30  Kim F. Storm  <storm@cua.dk>
14731
14732         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14733
14734         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14735         Add :group 'nnimap.
14736
14737 2004-08-30  Andreas Schwab  <schwab@suse.de>
14738
14739         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14740         ?* and ?\;.
14741
14742         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14743         and ?\' to symbol instead of whitespace.
14744
14745 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14748
14749         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14750         instead of re-search-forward.
14751
14752         * gnus-uu.el (gnus-uu-save-article): Ditto.
14753         (gnus-uu-post-encode-uuencode): Ditto.
14754
14755         * html2text.el (html2text-clean-list-items): Ditto.
14756         (html2text-clean-dtdd): Ditto.
14757         (html2text-format-tags): Ditto.
14758
14759         * message.el (message-send-mail-with-sendmail): Fix regexp.
14760         (message-fill-field-general): Use search-forward instead of
14761         re-search-forward.
14762         (unbold-region): Ditto.
14763
14764         * nnrss.el (nnrss-request-article): Ditto.
14765
14766         * nnslashdot.el (nnslashdot-request-article): Ditto.
14767
14768         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14769
14770         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14771         "Unrecognized menu descriptor" error in XEmacs.
14772
14773 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14774
14775         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14776         parent article of a sparse article in the thread hashtb.
14777
14778 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14779
14780         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14781         (nnmail-expand-newtext): Lowercase expanded entries if
14782         nnmail-split-lowercase-expanded is non-nil.
14783
14784 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14787
14788         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14789         of gnus-tmp-news-method into string under XEmacs.  It will be
14790         passed to gnus-correct-length which takes only a string argument.
14791
14792 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * gnus-util.el (gnus-bind-print-variables): New macro.
14795         (gnus-prin1): Use it.
14796         (gnus-prin1-to-string): Use it.
14797         (gnus-pp): New function.
14798         (gnus-pp-to-string): New function.
14799
14800         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14801         Replace pp-to-string with gnus-pp-to-string.
14802         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14803         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14804         * gnus-msg.el (gnus-debug): Ditto.
14805         * gnus-score.el (gnus-score-save): Ditto.
14806         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14807         gnus-pp-to-string.
14808         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14809         with gnus-pp.
14810         * score-mode.el (gnus-score-pretty-print): Ditto.
14811         * webmail.el (webmail-debug): Ditto.
14812
14813 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-art.el (article-display-face, article-display-x-face):
14816         Use buffer-read-only.
14817
14818 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-art.el (article-hide-list-identifiers):
14821         Bind inhibit-read-only as t.
14822
14823 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14826
14827 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14828
14829         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14830         (gnus-narrow-to-page): Don't assume point-min == 1.
14831         (gnus-article-edit-mode): Derive from message-mode.
14832
14833         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14834         point-min == 1.
14835
14836         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14837         Disable incorrect use of `assert'.
14838
14839         * message.el (message-mode): Set comment-start-skip.
14840
14841
14842 2004-08-22  Sam Steingold  <sds@gnu.org>
14843
14844         * pop3.el (pop3-leave-mail-on-server): New user variable.
14845         (pop3-movemail): Delete mail only when it is nil.
14846
14847 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14848
14849         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14850
14851         * mml.el (mml-preview): Use `pop-to-buffer'.
14852
14853         * message.el (message-goto-mail-followup-to): Insert after "To".
14854         (message-carefully-insert-headers): Add comment.
14855
14856         * gnus.el: Remove unused variable `gnus-article-check-size'.
14857
14858         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14859
14860         * gnus-art.el (gnus-button-alist): Improve
14861         `gnus-button-handle-library' entry.
14862
14863 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14864
14865         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14866         downcase, since XEmacs capitalizes error messages differently.
14867
14868 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14869
14870         * nntp.el: Add (require 'gnus) due to reference to
14871         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14872
14873 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14874
14875         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14876         `mm-fill-flowed'.
14877
14878         * mm-decode.el (mm-dissect-singlepart): Check it.
14879
14880 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14881
14882         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14883         'imap' for netrc parsing.
14884
14885 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * mailcap.el (mailcap-mime-data): Mark as risky.
14888
14889 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14892         may be included in the encoded word.
14893         (rfc2047-encode): Don't append a space if the encoded word
14894         includes close parenthesis.
14895
14896 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14899         of text within parentheses.
14900
14901 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14902
14903         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14904         (gnus-encrypt-write-file-contents): Make the password key the file
14905         name PLUS the cipher, not just the cipher.  Also remove failed
14906         passwords from the cache.
14907
14908 2004-08-06  Simon Josefsson  <jas@extundo.com>
14909
14910         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14911         fix.
14912
14913 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14916         LWSP.
14917
14918 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14919
14920         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14921         to append in-reply-to: data to the references: header.
14922
14923         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14924         (netrc-parse): Use gnus-encrypt.el functions.
14925
14926         * gnus-encrypt.el: Add new file for encryption support; currently
14927         does only a few GPG ciphers and an internal XOR cipher.
14928
14929         * password.el: Add comments on using password-read-and-add.
14930         (password-read-and-add): Add function to read and add the
14931         password to the cache at once.
14932
14933 2004-07-28  Simon Josefsson  <jas@extundo.com>
14934
14935         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14936         parameter (but don't use it, for now).
14937
14938         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14939         instead of hard coding to nil.
14940
14941 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14944         as mm-inline-image-xemacs does.
14945
14946 2004-07-26  Simon Josefsson  <jas@extundo.com>
14947
14948         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14949         Revert part of 2004-07-17 change below.
14950
14951 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14954         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14955
14956 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14957
14958         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14959         quotes that actually start with ">" at the beginning of the
14960         lines.
14961
14962 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * rfc2047.el (rfc2047-encode-region): Fix last change.
14965         (rfc2047-encode-parameter): Remove useless concat.
14966
14967 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14970         encode special characters; fix some kind of misconfigured headers;
14971         signal a real error if debug-on-quit or debug-on-error is non-nil.
14972         (rfc2047-encode-max-chars): New variable.
14973         (rfc2047-encode-1): Use it.
14974         (rfc2047-encode-parameter): New function.
14975
14976         * mml.el (mml-insert-parameter): Remove an excessive space.
14977
14978 2004-07-17  Simon Josefsson  <jas@extundo.com>
14979
14980         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14981         Kai Grossjohann <kai@emptydomain.de>.
14982         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14983         (gnus-group-make-menu-bar): Ditto.
14984
14985         * gnus-util.el (gnus-group-server): Add.
14986
14987 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14988
14989         * message.el (message-clone-locals): Clone sendmail and smtp
14990         variables.
14991
14992 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * rfc2047.el (rfc2047-encode-region): Fix last change.
14995
14996 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14999         characters as non-special.
15000
15001 2004-07-09  Simon Josefsson  <jas@extundo.com>
15002
15003         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15004         Users will lose all flag changes made while unplugged with
15005         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15006         good default.  See numerous reports on ding mailing list.
15007
15008 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15011         add generate-head-function and generate-article-function to the
15012         rfc822-forward entry.
15013         (nndoc-rfc822-forward-generate-article): New function.
15014         (nndoc-rfc822-forward-generate-head): New function.
15015
15016         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15017
15018 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15019
15020         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15021         respect display group parameter and gnus-summary-expunge-below.
15022         (gnus-articles-to-read): Remove unused reference to display group
15023         parameter.
15024
15025 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026
15027         * nnheader.el (nnheader-uniquify-message-id): New experimental
15028         variable.
15029         (nnheader-nov-read-message-id): Use it.
15030
15031         * spam-report.el (spam-report-gmane): Add interactive.
15032
15033 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15036         qp-or-base64 for the application/* types.
15037
15038 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15039
15040         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15041
15042 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15043
15044         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15045         trim value.
15046
15047 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15048
15049         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15050         New macro and function.
15051         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15052
15053 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15056         after-load-alist.
15057
15058 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059
15060         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15061         update info that isn't there.
15062
15063 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15064
15065         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15066         entry.
15067
15068 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * mm-view.el (mm-inline-render-with-function): Use multibyte
15071         buffer; decode html source by charset.
15072
15073         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15074
15075         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15076         Mule-UCS is loaded under XEmacs.
15077         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15078
15079 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15080
15081         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15082
15083 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * mm-util.el (mm-coding-system-p): Return a coding-system.
15086         (mm-mime-mule-charset-alist): Use shift_jis instead of
15087         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15088         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15089         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15090         instead of japanese-shift-jis and iso-latin-1 respectively in
15091         order to share the default value with both Emacs and XEmacs-mule.
15092         (mm-mule-charset-to-mime-charset): Make
15093         mm-coding-system-priorities effective.
15094         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15095         while predicating of candidates upon the priorities.
15096
15097 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15098
15099         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15100         gnus-uu-invert-processable.
15101
15102         * gnus.el: Autoload gnus-uu-invert-processable.
15103
15104 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * mm-util.el (mm-with-multibyte-buffer): New macro.
15107
15108         * rfc2047.el (rfc2047-encode-string): Use it.
15109         (rfc2047-encode-region): Move point to the end of the region after
15110         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15111
15112 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15115         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15116
15117 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15120         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15121         Karl Chen <quarl@nospam.quarl.org>.
15122
15123 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15124
15125         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15126         invalid addresses.
15127
15128 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15129
15130         * spam.el: Change section markers, revise TODO list.
15131         (spam-backends): Make new master list of all installed backends.
15132         (spam-summary-exit-behavior): Add new variable to determine how
15133         messages moves are done at summary exit.
15134         (spam-move-spam-nonspam-groups-only)
15135         (spam-process-ham-in-nonham-groups)
15136         (spam-process-ham-in-spam-groups): Remove variables, the
15137         spam-summary-exit-behavior variable should be used to manage this
15138         behavior.
15139         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15140         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15141         and spam-old-spam-articles.
15142         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15143         Add empty variables, placeholders for the backends they represent.
15144         (spam-set-difference): Move, unchanged.
15145         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15146         unless the user has a processor variable.
15147         (spam-classifications, spam-classification-valid-p)
15148         (spam-backend-properties, spam-backend-property-valid-p)
15149         (spam-backend-function-type-valid-p)
15150         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15151         (spam-report-articles-gmane, spam-report-articles-resend):
15152         Remove functions, they are not needed.
15153         (spam-install-backend-super, spam-backend-list)
15154         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15155         (spam-backend-function, spam-backend-ham-registration-function)
15156         (spam-backend-spam-registration-function)
15157         (spam-backend-ham-unregistration-function)
15158         (spam-backend-spam-unregistration-function)
15159         (spam-backend-statistical-p, spam-backend-mover-p)
15160         (spam-install-backend-alias, spam-install-checkonly-backend)
15161         (spam-install-mover-backend, spam-install-nocheck-backend)
15162         (spam-install-backend, spam-install-statistical-backend)
15163         (spam-install-statistical-checkonly-backend): Add backend installation
15164         support.
15165         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15166         (spam-group-processor-p): Use the new backend code and respect the
15167         summary exit behavior.
15168         (spam-mark-spam-as-expired-and-move-routine): Remove.
15169         (spam-summary-prepare): Change to use the new spam-old-articles
15170         variable.
15171         (spam-copy-or-move-routine, spam-copy-spam-routine)
15172         (spam-move-spam-routine, spam-copy-ham-routine)
15173         (spam-move-ham-routine): Add code to copy/move ham or spam.
15174         (spam-fetch-field-fast): Improve doc and code, plus allow the
15175         'number request.
15176         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15177         variables.
15178         (spam-split, spam-find-spam): Use the new backend code.
15179         (spam-registration-functions): Remove variable.
15180         (spam-unregister-routine): Add convenience wrapper.
15181         (spam-log-undo-registration, spam-register-routine)
15182         (spam-log-processing-to-registry)
15183         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15184         where possible.
15185         (spam-check-gmane-xref, spam-check-regex-headers)
15186         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15187         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15188         (spam-check-bogofilter-headers, spam-check-spamoracle)
15189         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15190         (spam-check-crm114-headers): Use the spam-split-group that
15191         spam-split prepares, no need to determine it every time.
15192
15193         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15194         to the nnheader-parse-naked-head call.
15195
15196         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15197
15198         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15199         the nnheader-nov-read-message-id call.
15200
15201 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15204         gnus-activate-group twice.  Suggested by Markus Peter
15205         <warp@spin.de>.
15206
15207 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (gnus-article-time-format): Exchange the order of
15210         day and month in the default value; fix customization type.
15211         (article-date-ut): Use add-text-properties.
15212         (article-make-date-line): Use message-make-date instead of
15213         current-time-string.
15214
15215         * message.el (message-fetch-field): Don't use set-text-properties.
15216         (message-make-date): Simplify.
15217
15218         * messagexmas.el (message-xmas-make-date): New function.
15219         (message-xmas-redefine): Defalias message-make-date to it.
15220
15221 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15224         (rfc2047-encode-region): Treat text within parentheses as special;
15225         show the original text when error has occurred.
15226
15227         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15228         already-computed method to gnus-activate-group.
15229
15230         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15231         same select-methods identical Lisp objects.
15232
15233         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15234         object when modifying the info.
15235
15236 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15239         gnus-opened-servers since it has never been opened with the new
15240         configuration yet.
15241
15242 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15245         arg to nnheader-generate-fake-message-id.
15246
15247 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15248
15249         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15250         number and build a fake message ID localized to a group and
15251         article number (so it's repeatable from that point on).
15252         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15253         ID format.
15254
15255         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15256         nnheader-generate-fake-message-id with the article number.
15257
15258 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15259
15260         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15261         end-of-buffer.
15262
15263 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15264
15265         * message.el (message-ignored-supersedes-headers): Add Approved.
15266
15267 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15270         goto-char.
15271         (rfc2047-encode): Fold the line before encoding.
15272
15273 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15274
15275         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15276         folding -- not all headers can be folded, and this should be done
15277         by the message composition mode.  Probably.  I think.
15278
15279 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15282         fast.
15283
15284         * gnus-ems.el (gnus-remove-image): Don't use
15285         message-text-with-property; remove only the image found first.
15286
15287         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15288         found first.
15289
15290 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15291
15292         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15293
15294 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * message.el (message-text-with-property): Make it fast and accept
15297         optional arguments.
15298         (message-strip-forbidden-properties): Use it.
15299         (message-fix-before-sending): Follow the m-t-w-p change.
15300
15301         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15302
15303 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-art.el (article-hide-headers): Don't change the buffer
15306         mistakenly when performing mml-preview even if
15307         gnus-single-article-buffer is nil.
15308
15309 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15310
15311         * message.el (message-expand-name-databases): New user option.
15312         (message-expand-name): Use it.
15313
15314 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15315
15316         * spam.el (spam-report-articles-resend)
15317         (spam-report-resend-register-routine): Allow ham reporting.
15318         (spam-report-resend-register-ham-routine): Add wrapper.
15319         (spam-registration-functions): Add ham resending functions.
15320         (spam-list-of-processors): Add ham resend processor.
15321
15322         * gnus.el (ham-resend-to): Add new group parameter.
15323         (spam-process): Add ham resend option.
15324
15325         * spam-report.el (spam-report-resend): Allow reporting ham.
15326         (spam-report-resend-ham): Add wrapper.
15327
15328 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15329
15330         * message.el (message-cite-articles-with-x-no-archive): New
15331         variable.
15332         (message-cite-original): Use it.
15333
15334 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15335
15336         * message.el (message-cite-original): Respect X-No-Archive.
15337
15338 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-art.el (article-hide-headers): Refer to the values for
15341         gnus-ignored-headers and gnus-visible-headers in the summary
15342         buffer since a user may have set them as group parameters.
15343
15344 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15345
15346         * assistant.el (assistant-node-name): Add convenience function.
15347         (assistant-render-text, assistant-render-node): Add error handling,
15348         plus handle multiple next nodes.
15349         (assistant-find-next-node): Comment out for now.
15350         (assistant-find-next-nodes): Add function, returns list of next
15351         nodes.
15352
15353 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * mail-source.el (mail-source-directory): Fix doc-string.
15356
15357 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15358
15359         * assistant.el (assistant-render-text, assistant-eval): Add :set
15360         widget type, which is different because it takes and returns a
15361         list.  Much hilarity ensues.
15362
15363 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15364
15365         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15366
15367         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15368         doc-string.
15369
15370         * gnus-start.el (gnus-activate-group): Added doc-string.
15371
15372 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15375
15376 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * assistant.el (assistant-render-text): Try to add a :set
15379         widget, more to come.
15380
15381         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15382         strings.
15383         (spam-report-articles-resend)
15384         (spam-register-routine): Do registration iff any articles warrant
15385         it.
15386         (spam-summary-prepare-exit): Change log message for nil group
15387         destinations.
15388
15389 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15390
15391         * spam.el (spam-report-resend-register-routine): Allow
15392         spam-report-resend-to to be a group parameter or a global value.
15393
15394 2004-05-26  Simon Josefsson  <jas@extundo.com>
15395
15396         * starttls.el: Merge with my GNUTLS based starttls.el.
15397         (starttls-gnutls-program, starttls-use-gnutls)
15398         (starttls-extra-arguments, starttls-process-connection-type)
15399         (starttls-connect, starttls-failure, starttls-success): New
15400         variables.
15401         (starttls-program, starttls-extra-args): Doc fix.
15402         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15403         functions.
15404         (starttls-negotiate, starttls-open-stream): Check
15405         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15406         function if it is set.
15407
15408 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15411         structured fields.
15412
15413 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15416
15417 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15418
15419         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15420         variable.
15421         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15422         assigning the spam-mark to new messages.
15423
15424 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15425
15426         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15427
15428 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15431
15432         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15433         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15434         default.
15435
15436 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15437
15438         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15439         correct data.
15440
15441 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15444         (spam-group-processor-p): Fix function.
15445         (spam-group-processor-multiple-p)
15446         (spam-group-spam-processor-report-gmane-p)
15447         (spam-group-spam-processor-report-resend-p)
15448         (spam-group-spam-processor-bogofilter-p)
15449         (spam-group-spam-processor-blacklist-p)
15450         (spam-group-spam-processor-ifile-p)
15451         (spam-group-ham-processor-ifile-p)
15452         (spam-group-spam-processor-spamoracle-p)
15453         (spam-group-spam-processor-crm114-p)
15454         (spam-group-ham-processor-bogofilter-p)
15455         (spam-group-spam-processor-stat-p)
15456         (spam-group-ham-processor-stat-p)
15457         (spam-group-ham-processor-whitelist-p)
15458         (spam-group-ham-processor-BBDB-p)
15459         (spam-group-ham-processor-spamoracle-p)
15460         (spam-group-ham-processor-copy-p): Remove functions with some
15461         prejudice against unneeded code.
15462         (spam-report-articles-resend)
15463         (spam-report-resend-register-routine): Allow the group/topic
15464         spam-resend-to value to override spam-report-resend-to.
15465         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15466         properly now.
15467
15468         * gnus.el (spam-resend-to): Add group/topic parameter.
15469         (spam-process): Move the OBSOLETE processors to the end of the
15470         choices.
15471
15472 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15473
15474         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15475         with resend-to set to nil, and then ask the user if necessary.
15476         (spam-report-resend): spam-report-resend takes a list of articles, not
15477         separate article numbers.
15478
15479 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15482         addition to emacs-w3m.
15483
15484 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15485
15486         * assistant.el (assistant-authinfo-data): New function.
15487         (assistant-eval): Eval for entire assistant.
15488
15489         * netrc.el (netrc-services-file): New variable.
15490         (netrc-parse-services): New function.
15491         (netrc-find-service-name): New function.
15492         (netrc-find-service-number): New function.
15493         (netrc-port-equal): New function.
15494         (netrc-machine): Use it.
15495
15496         * nnimap.el (nnimap-open-connection): Use netrc.
15497
15498         * gnus-util.el (gnus-netrc-get): Remove aliases.
15499
15500         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15501
15502         * assistant.el (wid-edit): Fix compilation.
15503
15504         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15505
15506 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15507
15508         * gnus-util.el (gnus-set-file-modes): New function.  (small
15509         patch).
15510
15511 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15512
15513         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15514
15515         * assistant.el (assistant-render-node): Fix up rendering and
15516         read-only text.
15517         (assistant-render-node): Reset.
15518         (assistant-make-read-only): Not sticky.
15519
15520 2004-05-20  Danny Siu  <dsiu@adobe.com>
15521
15522         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15523         centered even when gnus-auto-center-summary is t.
15524
15525 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15526
15527         * dns.el (dns-get-txt-answer): New function.
15528         (dns-read-txt): Ditto.
15529         (query-dns): Use it.
15530
15531 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15532
15533         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15534         active for foreign groups even if the group level is higher than
15535         the specified value.
15536
15537 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15540         non-active groups.
15541
15542         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15543
15544 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15545
15546         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15547
15548 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15549
15550         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15551         (spam-crm114-header, spam-crm114-spam-switch)
15552         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15553         (spam-crm114-positive-spam-header)
15554         (spam-crm114-database-directory, spam-list-of-processors)
15555         (spam-group-spam-processor-crm114-p)
15556         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15557         (spam-generic-score, spam-list-of-checks)
15558         (spam-list-of-statistical-checks, spam-registration-functions)
15559         (spam-check-crm114-headers, spam-crm114-score)
15560         (spam-check-crm114, spam-crm114-register-with-crm114)
15561         (spam-crm114-register-spam-routine)
15562         (spam-crm114-unregister-spam-routine)
15563         (spam-crm114-register-ham-routine)
15564         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15565         asjo@koldfront.dk (Adam Sjøgren).
15566
15567         * gnus.el: Add spam-use-crm114.
15568
15569         * spam.el (spam-list-of-processors, spam-registration-functions):
15570         Add spam-use-resend.
15571         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15572         (spam-report-articles-gmane): Add doc fix.
15573         (spam-report-articles-resend, spam-report-resend-register-routine):
15574         Add wrappers around spam-report-resend-to.
15575
15576         * spam-report.el (spam-report-resend-to, spam-report-resend):
15577         Add support for resending spam.
15578         (spam-report-gmane): Fix line length >80.
15579
15580         * gnus.el (spam-process): Add spam-use-resend.
15581
15582 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15583
15584         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15585         number of processed spam messages.
15586         (spam-ham-copy-or-move-routine): Return the number of processed
15587         ham messages.
15588         (spam-summary-prepare-exit): Use the above values to decide
15589         whether status messages shouled be displayed.
15590
15591 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15594         `rfc2047-encoding-function-alist' in order to avoid conflicting
15595         with the old version.
15596         (rfc2047-encode-region): Concatenate words containing non-ASCII
15597         characters in structured fields; don't encode space-delimited
15598         ASCII words even in unstructured fields; don't break words at
15599         char-category boundaries.
15600         (rfc2047-encode-1): New function.
15601         (rfc2047-encode): Use it; encode text so that it occupies the
15602         maximum width within 76-column; work correctly on Q encoding for
15603         iso-2022-* charsets.
15604         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15605         sure not to break a line just after the header name.
15606         (rfc2047-b-encode-region): Removed.
15607         (rfc2047-b-encode-string): New function.
15608         (rfc2047-q-encode-region): Removed.
15609         (rfc2047-q-encode-string): New function.
15610
15611         * mm-util.el (mm-replace-in-string): New function.
15612
15613 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15614
15615         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15616         get it right.
15617         (gnus-inews-make-draft): Really.
15618
15619 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15620
15621         * nnmh.el (nnmh-request-list-1): Don't check the link count
15622         before descending.  (small patch)
15623
15624 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15625
15626         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15627         stuff.
15628
15629         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15630         on real group name.
15631
15632         * gnus-art.el (gnus-signature-limit): Doc fix.
15633
15634         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15635
15636         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15637
15638 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15639
15640         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15641         isn't a string.
15642
15643 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15644
15645         * gnus-draft.el (gnus-draft-send): Bind
15646         rfc2047-encode-encoded-words.
15647
15648         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15649         (rfc2047-encodable-p): Say that =? needs encoding.
15650         (rfc2047-encode-encoded-words): New variable.
15651
15652         * gnus-group.el (gnus-group-select-group): Doc fix.
15653
15654         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15655
15656         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15657         to nil.
15658
15659         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15660
15661         * nnheader.el (nnheader-get-lines-and-char): New function.
15662
15663 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15664
15665         * gnus-msg.el (gnus-summary-followup-with-original): Document
15666         yanking of region when active.
15667
15668 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15671         groups if the group level is higher than the specified value.
15672
15673 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15676         (gnus-group-jump-to-group): Added prefix argument using
15677         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15678         non-active group.
15679
15680         * compface.el (uncompface): Be verbose when changing
15681         `uncompface-use-external'.
15682
15683         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15684         handle manual section.
15685
15686 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15687
15688         * gnus-art.el (gnus-button-alist): Revert previous change.
15689
15690 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15691
15692         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15693
15694 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15695
15696         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15697         whether backend can accept message.
15698
15699         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15700
15701 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15702
15703         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15704         Avoid creating directory when nntp-marks-is-evil is true.
15705         Reported by Reiner Steib.
15706
15707 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * gnus-picon.el (gnus-picon-style): New variable.
15710         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15711         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15712         Jesper Harder <harder@ifa.au.dk>.
15713
15714 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15715
15716         * message.el (message-fill-field): Return point.
15717         (message-generate-headers): Go to end of field.
15718
15719         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15720         stuff for non-living groups.
15721
15722 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * gnus-art.el (gnus-article-followup-with-original)
15725         (gnus-article-reply-with-original): gnus-mark-active-p ->
15726         gnus-region-active-p.
15727
15728 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15729
15730         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15731         only when there is spam or ham to be processed.
15732
15733 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15734
15735         * mail-source.el (mail-source-delete-crash-box): Refactor.
15736         (mail-source-fetch): Use it.
15737         (mail-source-fetch-file): Ditto.
15738         (mail-source-fetch-directory): Run postscript in loop.
15739         (mail-source-fetch-pop): Delete.
15740         (mail-source-fetch-maildir): Ditto.
15741         (mail-source-fetch-imap): Ditto.
15742
15743         * imap.el (imap-authenticators): Comment out sasl.
15744
15745         * message.el (message-skip-to-next-address): New function.
15746         (message-fill-header-address): Refactor.
15747         (message-fill-address): Use it.
15748         (message-delete-address): Use it.
15749         (message-fill-header-general): Refactor.
15750         (message-fill-field-address): Rename.
15751         (message-narrow-to-field): Find the start of the header.
15752         (message-header-format-alist): Don't pre-fill.
15753         (message-fill-header): Removed.
15754         (message-insert-header): New function.
15755         (message-shorten-references): Use it.
15756
15757         * rfc2047.el (rfc2047-field-value): Strip props.
15758
15759         * mail-parse.el (mail-header-make-address): New alias.
15760
15761         * ietf-drums.el (ietf-drums-make-address): New function.
15762
15763         * imap.el: Add compiler directives.
15764
15765         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15766
15767         * gnus-art.el (article-decode-idna-rhs): Don't use
15768         message-idna-inside-rhs-p.
15769
15770 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15771
15772         * message.el (message-idna-inside-rhs-p): Removed.
15773         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15774
15775         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15776         false positives.
15777
15778 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15779
15780         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15781
15782 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15783
15784         * nneething.el (nneething-file-name): Don't create spurious
15785         files.
15786
15787         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15788         (gnus-inews-do-gcc): Remove sleep.
15789
15790         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15791         part under point.
15792
15793         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15794         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15795
15796 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15797
15798         * spam.el (spam-summary-prepare-exit): Fixed (length).
15799
15800 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15801
15802         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15803         as expired without moving it" message when there are spam
15804         messages left.
15805
15806 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15807
15808         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15809         header is not nil.
15810
15811 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15812
15813         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15814         nntp-possibly-create-directory, not nntp-possibly-change-group.
15815         (nntp-marks-changed-p): New arg SERVER.
15816         (nntp-request-update-info): Adjust caller.
15817
15818 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15819
15820         * nntp.el (nntp-save-marks): Pass missing arg.
15821
15822 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15823
15824         * nntp.el: Support marks.
15825         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15826         (nntp-marks-modtime, nntp-marks-directory): New variables.
15827         (nntp-request-set-mark, nntp-request-update-info)
15828         (nntp-possibly-create-directory, nntp-marks-changed-p)
15829         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15830         functions.
15831
15832 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15833
15834         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15835         (gnus-xmas-redefine): Rename.
15836
15837         * gnus-score.el (gnus-score-insert-help): Use
15838         gnus-select-lowest-window.
15839
15840         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15841         appt-select-lowest-window and rename to gnus-select-lowest-window.
15842
15843         * gnus.el: do.
15844
15845 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15846
15847         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15848         encodings of MIME-encoded words, in order to improve
15849         interoperability with several broken MUAs.
15850
15851 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15852
15853         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15854         tags, only when charsets are not specified in headers.
15855         (mm-inline-text-html-render-with-w3m): Ditto.
15856
15857         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15858         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15859
15860 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15861
15862         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15863         instead of MIME-decoded from fields when checking
15864         `gnus-article-address-banner-alist'.
15865
15866 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15867
15868         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15869         description rather than subject.
15870
15871 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15872
15873         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15874
15875 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15876
15877         * gnus.el (gnus-version-number): Bump.
15878
15879 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15880
15881         * gnus.el: No Gnus v0.2 is released.
15882
15883 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15884
15885         * gnus-agent.el (gnus-agent-read-agentview): Inline
15886         gnus-uncompress-range.
15887
15888 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15889
15890         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15891         `exec-installed-p'.
15892
15893 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15894
15895         * gnus.el (spam-process, spam-autodetect-methods): Add
15896         bsfilter and bsfilter-headers.
15897
15898         * spam.el (spam-bsfilter): New customize group.
15899         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15900         (spam-bsfilter-header, spam-bsfilter-probability-header)
15901         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15902         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15903         (spam-bsfilter-database-directory): New options.
15904         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15905         (spam-list-of-statistical-checks, spam-registration-functions):
15906         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15907         (spam-bsfilter-score): New command.
15908         (spam-check-bsfilter-headers, spam-check-bsfilter)
15909         (spam-bsfilter-register-with-bsfilter)
15910         (spam-bsfilter-register-spam-routine)
15911         (spam-bsfilter-unregister-spam-routine)
15912         (spam-bsfilter-register-ham-routine)
15913         (spam-bsfilter-unregister-ham-routine): New functions.
15914         (spam-generic-score): Support bsfilter; Accept an optional argument
15915         to recalcurate spam score even if scoring header has already been
15916         added.
15917         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15918         optional argument to recalcurate spam score even if scoring header
15919         has already been added.
15920
15921 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15922
15923         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15924         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15925         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15926         link is missing.
15927
15928 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15929
15930         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15931         (html2text-get-attr): Rewrite.
15932
15933         * message.el (message-setup-1): Remove redundant put-text-property
15934         on mail-header-separator.
15935
15936 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * gnus-registry.el (gnus-registry-cache-whitespace)
15939         (gnus-registry-action, gnus-registry-spool-action)
15940         (gnus-registry-split-fancy-with-parent): Change message levels
15941         from 5 to 3 or 7, as needed.
15942
15943         * spam.el (spam-summary-prepare-exit)
15944         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15945         (spam-split, spam-find-spam, spam-log-undo-registration)
15946         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15947         level from 5 to 6.
15948
15949 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15952         2004-03-04 change).
15953
15954 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15955
15956         * sieve-manage.el (sieve-manage-open):
15957         * nnweb.el (nnweb-insert-html):
15958         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15959         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15960         * nnspool.el (nnspool-request-group):
15961         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15962         * nnml.el (nnml-request-update-info):
15963         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15964         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15965         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15966         (nnimap-request-set-mark):
15967         * nnfolder.el (nnfolder-request-update-info):
15968         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15969         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15970         * gnus-uu.el (gnus-uu-find-articles-matching):
15971         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15972         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15973         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15974         * gnus-nocem.el (gnus-nocem-scan-groups):
15975         * gnus-int.el (gnus-start-news-server):
15976         * gnus-group.el (gnus-group-make-kiboze-group)
15977         (gnus-group-browse-foreign-server):
15978         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15979         Use mapc when appropriate.
15980
15981 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         FIXME: Make separate entries for each person.
15984
15985         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15986         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15987         <shields@msrl.com>:
15988
15989         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15990         may need for spam sorting and scoring.
15991         (spam-user-format-function-S): Add user format function suitable for
15992         general use.
15993         (spam-article-sort-by-spam-status): Add sorting function for summary
15994         sorting.
15995         (spam-extra-header-to-number): Add function to get a score from a
15996         header.
15997         (spam-summary-score): Add function to get a numeric score from the
15998         headers.
15999         (spam-generic-score): Fix function doc, was in wrong place.
16000         (spam-initialize): Take symbols when it's run, and install the
16001         extra headers that spam-necessary-extra-headers thinks we need.
16002
16003 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16004
16005         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16006         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16007
16008 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16009
16010         * gnus-sum.el (gnus-set-global-variables)
16011         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16012         (gnus-article-get-xrefs, gnus-summary-best-group)
16013         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16014         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16015         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16016         Use with-current-buffer.
16017
16018 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16019
16020         * spam.el (spam-summary-prepare-exit): Simplify logic.
16021         (spam-fetch-article-header): Read the article header if it's not
16022         available.
16023         (spam-list-articles): Simplify logic.
16024         (spam-filelist-register-routine): Fix bug with unregister-list.
16025
16026         * gnus-registry.el: Fix comments at beginning.
16027
16028 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16029
16030         * message.el (message-cater-to-broken-inn): Remove.
16031         (message-shorten-references): Make sure the total folded length of
16032         References is shorter than 998 characters to cater to a bug in INN
16033         2.3.  Also, don't pretend that references aren't folded -- this
16034         hasn't worked for a while.
16035
16036 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16037
16038         * gnus-agent.el (gnus-agentize):
16039         gnus-agent-send-mail-real-function no longer set to current value
16040         of message-send-mail-function but rather a lambda that calls
16041         message-send-mail-function.  The change makes the agent real-time
16042         responsive to user changes to message-send-mail-function.
16043
16044 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16045
16046         * legacy-gnus-agent.el
16047         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16048         help from Florian Weimer <fw@deneb.enyo.de>
16049
16050 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * nnmail.el (nnmail-cache-insert): Revert last change.
16053
16054 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * nnmail.el (nnmail-cache-insert): Always check whether
16057         nnmail-cache-ignore-groups matches a group name.
16058
16059 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16060
16061         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16062         (spam-find-spam, spam-log-processing-to-registry)
16063         (spam-log-registered-p, spam-log-unregistration-needed-p)
16064         (spam-log-undo-registration): Use gnus-message instead of
16065         gnus-error, none of these errors are fatal.
16066
16067         * gnus-registry.el (gnus-registry-clean-empty-function)
16068         (gnus-registry-clean-empty): Remove only empty entries without
16069         extra data.
16070
16071 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16072
16073         * spam-stat.el (spam-stat-buffer-change-to-spam)
16074         (spam-stat-buffer-change-to-non-spam): Change (error) to
16075         (gnus-message 8) invocation.
16076
16077 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * nntp.el (nntp-via-netcat-command): New variable.
16080         (nntp-via-netcat-switches): New variable.
16081         (nntp-open-via-rlogin-and-netcat): New function.
16082         (nntp-open-connection-function): Doc fix.
16083         (nntp-telnet-command): Doc fix.
16084         (nntp-end-of-line): Doc fix.
16085         (nntp-via-rlogin-command): Doc fix.
16086         (nntp-via-user-name): Doc fix.
16087         (nntp-via-address): Doc fix.
16088
16089 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16092         error in Emacs 21.1.
16093
16094 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16097
16098 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16099
16100         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16101         (gnus-agent-with-refreshed-group): New macro.
16102         (gnus-agent-rename-group): New function.
16103         (gnus-agent-delete-group): New function.
16104         (gnus-agent-save-group-info): Use gnus-command-method when
16105         `method' parameter is nil.  Don't write nil entries into the
16106         active file.
16107         (gnus-agent-get-group-info): New function.
16108         (gnus-agent-fetch-articles): Use
16109         gnus-agent-update-files-total-fetched-for to increment disk space
16110         used.
16111         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16112         gnus-agent-update-view-total-fetched-for to increment disk space
16113         used.
16114         (gnus-agent-get-local): Added optional parameters to avoid calling
16115         gnus-group-real-name and gnus-find-method-for-group.
16116         (gnus-agent-set-local): Delete stored entry if either min, or max,
16117         are nil.
16118         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16119         quit, use gnus-agent-regenerate-group to record existance of any
16120         articles fetched to disk before the quit occurred.
16121         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16122         gnus-agent-update-view-total-fetched-for, and
16123         gnus-agent-update-files-total-fetched-for to decrement disk space
16124         used.
16125         (gnus-agent-retrieve-headers): Use
16126         gnus-agent-update-view-total-fetched-for to increment disk space
16127         used.
16128         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16129         with gnus-agent-update-files-total-fetched-for to decrement disk
16130         space and fresh group buffer.
16131         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16132         (gnus-agent-need-update-total-fetched-for): New variable.
16133         (gnus-agent-update-files-total-fetched-for): New function.
16134         (gnus-agent-update-view-total-fetched-for): New function.
16135         (gnus-agent-total-fetched-for): New function.
16136
16137         * gnus-cache.el (gnus-cache-save-buffers): Use
16138         gnus-cache-update-overview-total-fetched-for to change disk space
16139         used by this group.
16140         (gnus-cache-possibly-enter-article): Use
16141         gnus-cache-update-file-total-fetched-for to increment disk space
16142         used by this group.
16143         (gnus-cache-possibly-remove-article): Use
16144         gnus-cache-update-file-total-fetched-for to decrement disk space
16145         used by this group.
16146         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16147         (gnus-cache-rename-group): New function.
16148         (gnus-cache-delete-group): New function.
16149         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16150         (gnus-cache-need-update-total-fetched-for): New variable.
16151         (gnus-cache-with-refreshed-group): New macro.
16152         (gnus-cache-update-file-total-fetched-for): New function.
16153         (gnus-cache-update-overview-total-fetched-for): New function.
16154         (gnus-cache-rename-group-total-fetched-for): New function.
16155         (gnus-cache-delete-group-total-fetched-for): New function.
16156         (gnus-cache-total-fetched-for): New function.
16157
16158         * gnus-group.el: Require gnus-sum and autoload functions to
16159         resolve warnings when gnus-group.el compiled alone.
16160         (gnus-group-line-format): Documented new %F.
16161         (size of Fetched data) group line format; identifies disk space
16162         used by agent and cache.
16163         (gnus-group-line-format-alist): Defined new F format.
16164         (gnus-total-fetched-for): New function.
16165         (gnus-group-delete-group): No longer update
16166         gnus-cache-active-altered as gnus-request-delete-group now keeps
16167         the cache in sync.
16168         (gnus-group-list-active): Let the agent store a server's active
16169         list if currently plugged.
16170
16171         * gnus-int.el (gnus-request-delete-group):
16172         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16173         local disk in sync with the server.
16174         (gnus-request-rename-group):
16175         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16176         local disk in sync with the server.
16177
16178         * gnus-start.el (gnus-get-unread-articles):
16179         Cosmetic simplification to logic.
16180
16181         * gnus-util.el (gnus-rename-file): New function.
16182
16183 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16184
16185         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16186
16187 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16190         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16191
16192 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16193
16194         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16195         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16196
16197 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16198
16199         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16200
16201 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16202
16203         * spam.el (spam-set-difference): Add function to replace
16204         gnus-set-difference in spam.el.
16205         (spam-summary-prepare-exit): Use spam-set-difference.
16206
16207 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16208
16209         * gnus-registry.el (gnus-registry-cache-file): Update to use
16210         gnus-dribble-directory OR gnus-home-directory OR ~.
16211         (gnus-registry-split-fancy-with-parent): Fix doc.
16212
16213 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * message.el (message-exchange-point-and-mark): Use
16216         message-mark-active-p.  Suggested by Jesper Harder
16217         <harder@ifa.au.dk>.
16218
16219 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * message.el (message-exchange-point-and-mark): Don't activate
16222         region if it was inactive.  Suggested by Hiroshi Fujishima
16223         <pooh@nature.tsukuba.ac.jp>.
16224
16225 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * gnus-art.el (article-display-face): Display Faces in the same
16228         order as X-Faces.
16229
16230 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16233
16234 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16237         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16238         (gnus-article-mime-hierarchy): Remove.
16239         (gnus-article-mime-hierarchy-next): Remove.
16240         (gnus-article-mode): Revert 2004-03-19 change.
16241         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16242         (gnus-insert-mime-button): Revert 2004-03-19 change.
16243         (gnus-mime-accumulate-hierarchy): Remove.
16244         (gnus-mime-enter-multipart): Remove.
16245         (gnus-mime-leave-multipart): Remove.
16246         (gnus-mime-display-part): Revert 2004-03-19 change.
16247         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16248
16249         * mml.el (mml-preview): Revert 2004-03-19 change.
16250
16251 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16252
16253         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16254
16255 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16258         t while entering a file name using the mm-with-multibyte macro.
16259         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16260
16261         * mm-util.el (mm-with-multibyte): New macro.
16262
16263 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16266         user option.
16267         (gnus-mime-multipart-functions): Doc and customization fix.
16268         (gnus-article-mime-hierarchy): New variable.
16269         (gnus-article-mime-hierarchy-next): New variable.
16270         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16271         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16272         gnus-article-mime-hierarchy-next to nil.
16273         (gnus-insert-mime-button): Show hierarchy numbers.
16274         (gnus-mime-accumulate-hierarchy): New function.
16275         (gnus-mime-enter-multipart): New function.
16276         (gnus-mime-leave-multipart): New function.
16277         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16278         (gnus-mime-display-alternative): Show hierarchy numbers.
16279
16280         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16281         gnus-article-mime-hierarchy-next to nil.
16282
16283 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16284
16285         * dns.el: Don't require gnus-xmas.
16286
16287 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16288
16289         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16290         inline PGP.
16291         (mml-menu): Disable mml-quote-region if mark is inactive.
16292
16293 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16296         when the group's active is not available.
16297
16298 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16299
16300         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16301         error.
16302
16303 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16304
16305         * imap.el (imap-store-password): New variable.
16306         (imap-interactive-login): Use it.
16307         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16308
16309 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16312         window-start and hscroll to summary window.
16313
16314 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16315
16316         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16317         conversion message to newsrc-dribble when an actual conversion is
16318         performed.
16319
16320 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16321
16322         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16323
16324 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * mm-decode.el (mm-complicated-handles): New function reviving
16327         former definition of mm-multiple-handles.
16328
16329         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16330         (gnus-mime-delete-part): Use it.
16331
16332 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16333
16334         * gnus-agent.el (gnus-agent-read-local): Bind
16335         nnheader-file-coding-system to gnus-agent-file-coding-system to
16336         avoid the implicit assumption that they will always be equal.
16337         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16338         coding-system-for-write, as the with-temp-file macro first prints
16339         to a buffer then saves the buffer.
16340
16341 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-art.el (gnus-article-edit-part): New function.
16344         (gnus-mime-save-part-and-strip): Use it; do query instead of
16345         signaling an error; don't use mm-multiple-handles.
16346         (gnus-mime-delete-part): Ditto.
16347
16348 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16349
16350         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16351         old file versions.
16352         (gnus-group-prepare-hook): Removed function that converted list
16353         form of gnus-agent-expire-days to group properties.
16354
16355         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16356         (gnus-request-accept-article): Re-indented.
16357
16358         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16359         converters to handle old agent file formats.  Added logic for a
16360         "backup before upgrading warning".
16361         (gnus-convert-mark-converter-prompt): Developers can mark
16362         functions as needing (default), or not needing,
16363         gnus-convert-old-newsrc's "backup before upgrading warning".
16364         (gnus-convert-converter-needs-prompt): Tests whether the user
16365         should be protected from potentially irreversable changes by the
16366         function.
16367
16368         * legacy-gnus-agent.el: New.  Provides converters that are only
16369         loaded when gnus-convert-old-newsrc needs to call them.
16370
16371 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * mail-source.el (mail-source-touch-pop): Doc fix.
16374
16375         * message.el (message-smtpmail-send-it): Doc fix.
16376
16377 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16380
16381         * nnmail.el (nnmail-split-fancy): do.
16382
16383         * gnus-kill.el (gnus-kill, gnus-execute): do.
16384
16385 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16386
16387         * gnus-sum.el (gnus-widget-reversible-match)
16388         (gnus-widget-reversible-to-internal)
16389         (gnus-widget-reversible-to-external): New functions.
16390         (gnus-widget-reversible): New widget.
16391         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16392
16393 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16394
16395         * gnus-sum.el (gnus-thread-sort-functions)
16396         (gnus-article-sort-functions): Document `(not F)' items.
16397
16398 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16399
16400         * spam.el (spam-use-gmane-xref): Add new backend.
16401         (spam-gmane-xref-spam-group): Add variable to control the name of the
16402         Gmane spam group.
16403         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16404         (spam-regex-headers-spam, spam-regex-headers-ham)
16405         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16406         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16407         backends and checks.
16408         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16409
16410         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16411         an autodetect method.
16412
16413 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16414
16415         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16416         articles are being added to a group.
16417         (gnus-request-replace-article): Inform the agent that articles
16418         need to be uncached as the cached contents are no longer valid.
16419
16420 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * binhex.el: Don't autoload executable-find.
16423
16424         * canlock.el: Don't autoload mail-fetch-field.
16425
16426         * dgnushack.el: Autoload c-mode for XEmacs.
16427
16428         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16429
16430         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16431         rmail-dont-reply-to and rmail-output.
16432
16433         * gnus-score.el: Don't autoload ffap-string-at-point.
16434
16435         * gnus-setup.el: Don't autoload sc-cite-original.
16436
16437         * imap.el: Don't autoload base64-decode-string,
16438         base64-encode-string and md5.
16439
16440         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16441         and rmail-msg-restore-non-pruned-header.
16442
16443         * mm-decode.el: Don't autoload executable-find.
16444
16445         * mm-url.el: Don't autoload executable-find.
16446
16447         * mm-view.el: Don't autoload diff-mode.
16448
16449         * nndb.el: Don't autoload news-reply-mode, news-setup,
16450         cancel-timer and telnet.
16451
16452         * password.el: Don't autoload run-at-time for Emacs.
16453
16454         * sha1-el.el: Don't autoload executable-find.
16455
16456         * sieve-mode.el: Don't autoload c-mode.
16457
16458         * uudecode.el: Don't autoload executable-find.
16459
16460 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16461
16462         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16463         (gnus-agent-possibly-alter-active): Avoid null in numeric
16464         comparison.
16465         (gnus-agent-set-local): Refuse to save null in local object table.
16466         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16467         list of articles that will be marked as unread.
16468
16469 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16472
16473 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16474
16475         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16476         language tags.
16477
16478 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16479
16480         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16481         Don't bind "obarray".
16482
16483         * gnus-sum.el (gnus-thread-sort-functions): Added
16484         `gnus-thread-sort-by-most-recent-number' and
16485         `gnus-thread-sort-by-most-recent-date'.
16486         Reported by Kai Grossjohann <kai@emptydomain.de>.
16487
16488 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16491
16492 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16493
16494         * gnus-cus.el (gnus-agent-customize-category): Removed
16495         ignore-errors macro reference that required cl to be loaded at
16496         run-time.
16497
16498         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16499         single-interval range of the form (min . max).  Previously the
16500         range had to look like ((min . max)).  Likewise, return
16501         (min . max) rather than ((min . max)).
16502         (gnus-range-map): Use gnus-range-normalize to accept
16503         single-interval range.
16504
16505         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16506         the cache, but not the agent, now appear with their usual face.
16507
16508         * dgnushack.el (loaddir): New variable that is bound to the
16509         directory containing the dgnushack.el file. Use loaddir, rather
16510         than srcdir, to update load-path. Change lets dgnushack compile
16511         code in directories other than GNUS/lisp.
16512
16513 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * lpath.el: Don't bind w3m-safe-url-regexp.
16516
16517         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16518         w3m-safe-url-regexp variable buffer-local.
16519
16520         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16521
16522 2004-02-27  Simon Josefsson  <jas@extundo.com>
16523
16524         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16525         gnus-group-real-prefix.
16526         (gnus-summary-move-article): Use it, instead of
16527         gnus-group-real-prefix.
16528
16529 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * lpath.el: Bind w3m-safe-url-regexp.
16532
16533         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16534         w3m-safe-url-regexp variable buffer-local and set it as the value
16535         of mm-w3m-safe-url-regexp.
16536
16537         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16538
16539         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16540         parsing gnus-posting-styles when the message is not for replying.
16541
16542         * dgnushack.el: Autoload sgml-mode for XEmacs.
16543
16544         * nnrss.el (nnrss-opml-export): Use
16545         mm-set-buffer-file-coding-system instead of
16546         set-buffer-file-coding-system.
16547
16548 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16549
16550         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16551         of checkdoc.el).
16552         * nnrss.el: do.
16553         * gnus-mlspl.el: do.
16554         * gnus-ml.el: do.
16555         * gnus-srvr.el: do.
16556
16557         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16558
16559 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16560
16561         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16562         Corrections to custom-manual links.
16563
16564         * gnus-art.el (gnus-article): Ditto.
16565
16566         * mm-decode.el (mime-display, mime-security): Ditto.
16567
16568 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16569
16570         * flow-fill.el: Typo.
16571
16572 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16573
16574         * spam-wash.el: New file.
16575
16576 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16577
16578         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16579
16580 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16581
16582         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16583         to be run with new-articles as LIST1, not LIST2.
16584         (spam-registration-functions): Add spam-use-ham-copy as a nil
16585         registration backend.
16586
16587 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16588
16589         * spam-stat.el (spam-stat-washing-hook): New option.
16590         (spam-stat-buffer-words): Use it.
16591         (spam-stat-process-directory, spam-stat-test-directory): Use
16592         insert-file-contents-literally.
16593         (spam-stat-coding-system): New variable.
16594         (spam-stat-load, spam-stat-save): Use it.
16595
16596 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * spam-report.el (spam-report-plug-agent): Quote
16599         spam-report-url-to-file and spam-report-url-ping-plain.
16600
16601 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16604         / in mailto URLs.
16605
16606 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * spam-report.el (spam-report-process-queue): Fix interactive use.
16609         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16610         (spam-report-unplug-agent): Doc fixes.
16611         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16612         (spam-report-agentize, spam-report-deagentize): Autoload.
16613
16614 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16617
16618         * message.el (message-setup-fill-variables): Add mml tags to
16619         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16620         <ajk@iu.edu>.
16621         (message-mode): Don't modify paragraph-separate there.
16622
16623 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * compface.el (uncompface-use-external): Default to undecided.
16626         (uncompface-use-external-threshold): New variable.
16627         (uncompface-float-time): New macro.
16628         (uncompface): Determine whether to use the external decoder if
16629         uncompface-use-external is undecided.
16630
16631 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16632
16633         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16634         after images.
16635
16636         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16637
16638 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16639
16640         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16641
16642         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16643
16644         * gnus-sum.el (gnus-summary-limit-to-age)
16645         (gnus-summary-limit-children): do.
16646
16647         * gnus-int.el (gnus-request-scan): do.
16648
16649         * gnus-group.el (gnus-group-suspend): do.
16650
16651         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16652
16653         * gnus-cite.el (gnus-cite-parse-attributions): do.
16654
16655         * gnus-agent.el (gnus-summary-set-agent-mark)
16656         (gnus-agent-regenerate-group): do.
16657
16658         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16659
16660         * binhex.el (binhex-decode-region-internal): do.
16661
16662 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-fun.el (gnus-face-properties-alist): New user option.
16665         (gnus-display-x-face-in-from): Use it.
16666
16667         * gnus-art.el (article-display-face): Ditto.
16668
16669         * compface.el (uncompface-use-external): Default to nil.
16670
16671 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16672
16673         * nntp.el (nntp-erase-buffer): New function.
16674         (nntp-retrieve-data, nntp-send-command)
16675         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16676         (nntp-possibly-change-group): Use it.
16677
16678         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16679         with-current-buffer.
16680
16681 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16682
16683         * compface.el: Merge the ELisp-based uncompface program.
16684         (compface): New customization group.
16685         (uncompface-use-external): New user option.
16686         (uncompface): Call uncompface-internal if uncompface-use-external
16687         is nil.
16688         (uncompface-internal): New function.  Note that there are also
16689         some other functions and variables added for this function.
16690
16691 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16692
16693         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16694         if necessary.
16695
16696 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16697
16698         * spam-report.el (spam-report-unplug-agent)
16699         (spam-report-plug-agent, spam-report-deagentize)
16700         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16701         Add support for the Agent in spam-report: when unplugged, report to a
16702         file; when plugged, submit all the requests.
16703
16704         * spam.el (spam-register-routine): Fix message about
16705         registration.
16706
16707 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16708
16709         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16710         dependencies.
16711         (rfc2047-encode): Use it.
16712
16713         * gnus-art.el (gnus-button-marker-list): Move before first
16714         reference.
16715
16716         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16717         (imap-parse-body): Fix format string mismatch.
16718
16719         * gnus-score.el (gnus-summary-increase-score): do.
16720
16721         * nnrss.el (nnrss-close): New function.
16722
16723 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16724
16725         * nnrss.el (nnrss-make-filename): New function.
16726         (nnrss-request-delete-group, nnrss-read-server-data)
16727         (nnrss-save-server-data, nnrss-read-group-data)
16728         (nnrss-save-group-data): Use it.
16729         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16730         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16731         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16732
16733 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16734
16735         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16736
16737 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16738
16739         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16740         files.
16741
16742         * message.el (message-generate-headers-first): Don't quote nil
16743         and t in docstrings.
16744
16745         * imap.el (imap-id): do.
16746
16747         * gnus-agent.el (gnus-agent-consider-all-articles)
16748         (gnus-agent-queue-mail): do.
16749
16750 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * spam-report.el (spam-report-process-queue): New function.
16753         Process requests from `spam-report-requests-file'.
16754         (spam-report-process-queue): Doc fix.
16755
16756 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16757
16758         * spam.el (spam-register-routine)
16759         (spam-log-processing-to-registry, spam-log-registered-p)
16760         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16761         Change "check" to "spam-check" for semi-clarity.
16762
16763 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16764
16765         * pop3.el: Require nnheader.
16766
16767         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16768
16769         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16770
16771         * gnus-picon.el: Require cl.
16772
16773         * gnus-fun.el: Require gnus-ems and gnus-util.
16774
16775         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16776
16777         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16778
16779         * gnus-art.el (gnus-article-edit-mode): Define before first
16780         reference.
16781
16782 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16783
16784         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16785         (gnus-uu-post-encoded): Use point-at-bol.
16786
16787         * gnus-topic.el (gnus-group-active-topic-p): do.
16788
16789         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16790
16791         * gnus-group.el (gnus-group-kill-region): do.
16792
16793         * gnus-art.el (article-date-ut): do.
16794
16795         * message.el (message-fetch-field): Remove redundant
16796         case-fold-search binding.
16797         (message-narrow-to-field): Simplify.
16798
16799 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * spam.el (spam-directory): Derive from `gnus-directory'.
16802
16803         * spam-report.el (spam-report-url-to-file)
16804         (spam-report-requests-file): New function and variable for offline
16805         reporting.
16806         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16807         and user defined function.
16808         (spam-report-url-ping-mm-url): Remove doubled slash.
16809
16810 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16811
16812         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16813
16814 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16815
16816         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16817         format string mismatch.
16818
16819         * sieve.el (sieve-deactivate-all): do.
16820
16821         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16822
16823         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16824
16825         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16826
16827         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16828
16829 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16832         the list of checks.
16833
16834 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16835
16836         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16837         padding.
16838
16839 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16840
16841         * mm-view.el (mm-fill-flowed): New variable.
16842         (mm-inline-text): Use it.
16843
16844 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * spam.el (spam-spamassassin-register-ham-routine)
16847         (spam-spamassassin-register-spam-routine): Fix function names.
16848
16849 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus.el (gnus-tmp-grouplens): Remove.
16852         (gnus-summary-line-format): Remove grouplens.
16853
16854         * gnus-group.el (gnus-group-line-format): Ditto.
16855
16856         * gnus-spec.el (gnus-format-specs): Ditto.
16857         (gnus-update-format-specifications): Flush the group format spec
16858         cache if there's the grouplens stuff.
16859         (gnus-parse-simple-format): Replace %l with the empty string.
16860
16861 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16862
16863         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16864         omission.
16865
16866 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16869         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16870
16871 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16872
16873         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16874         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16875         New macros and functions.
16876         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16877         Handle > NLINK_MAX messages.
16878         * nnmaildir.el (nnmaildir-request-set-mark): Use
16879         nnmaildir--emlink-p and nnmaildir--eexist-p.
16880
16881 2004-01-25  Alex Schroeder  <alex@gnu.org>
16882
16883         * spam-stat.el (spam-stat-process-directory-age): New option.
16884         (spam-stat-process-directory): Use it.
16885
16886 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16887
16888         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16889         (spam-stat-save): Accept prefix argument.
16890
16891 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16892
16893         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16894         links" error.
16895
16896 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16899         the rest of the and/or forms.
16900
16901 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16904         compatibility with old .newsrc.eld files.
16905
16906         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16907
16908         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16909
16910         * gnus-start.el (gnus-1): do.
16911
16912         * gnus-group.el (gnus-group-line-format-alist): do.
16913
16914         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16915
16916         * gnus-gl.el: Remove.
16917
16918 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16919
16920         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16921         marks consisting of a single range {for example, (3 . 5)} rather
16922         than a list of a single range { ((3 . 5)) }.
16923
16924 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16925
16926         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16927         with-current-buffer.
16928         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16929         avoid consing a string.
16930
16931         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16932         Remove obsolete entries for big5 and gb2312.
16933
16934 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16935
16936         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16937         uncompressed list.
16938
16939 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16940
16941         * spam-stat.el (spam-stat-strip-xref): New function.
16942         (spam-stat-process-directory): Use it.
16943
16944         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16945         here -- it's done in message-fetch-field.
16946
16947 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16948
16949         * gnus-agent.el (gnus-agent-queue-mail)
16950         (gnus-agent-prompt-send-queue): New variables.
16951         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16952         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16953         "nndraft:queue" along to gnus-draft-send.  Use
16954         gnus-agent-prompt-send-queue.
16955         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16956         is "nndraft:queue".  Suggested by Gaute Strokkenes
16957         <gs234@srcf.ucam.org>
16958
16959         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16960         (agent-enable-undownloaded-faces): Added.
16961         (gnus-agent-cat-groups): Use eval-and-compile, not
16962         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16963         method of gnus-agent-cat-groups even when the buffer has been
16964         evaled.
16965         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16966         delete gnus-agent-save-active-1.
16967         (gnus-agent-save-groups): Deleted.  Identical to
16968         gnus-agent-save-active.
16969         (gnus-agent-write-active): No longer adjust agent's copy of active
16970         file as agent's adjustments are now stored in their own
16971         file.  Removed optional parameter.
16972         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16973         servers.  Add use of min/max range limits from server's local
16974         file.
16975         (gnus-agent-save-alist): Removed unused optional argument.
16976         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16977         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16978         (gnus-agent-set-local): A per-server file that keeps min/max range
16979         limits for articles known to the agent.  Provides a fast mechanism
16980         for altering many active ranges.
16981         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16982         active file (local makes it unnecessary).
16983         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16984
16985         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16986         (agent-enable-undownloaded-faces): Added.
16987
16988         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16989         disable it when sending to "nndraft:queue".
16990         (gnus-group-send-queue): Add safety check to avoid sending queue
16991         when unplugged.
16992
16993         * gnus-group.el (gnus-group-catchup): Use new
16994         gnus-sequence-of-unread-articles, not
16995         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16996         numbers of articles.  Use gnus-range-map to avoid having to
16997         uncompress the unread list.
16998         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16999         Fixed invalid ange-ftp reference.
17000
17001         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17002         (gnus-sorted-range-intersection): Intersection of two ranges
17003         without requiring that they first be uncompressed.
17004
17005         * gnus-start.el (gnus-activate-group): Unless blocked by the
17006         caller, possibly expand the active range to include both cached
17007         and agentized articles.
17008         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17009         multiple version-dependent converters.
17010         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17011         gnus-agent-save-active.
17012         (gnus-save-newsrc-file): Save dirty agent range limits.
17013
17014         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17015         gnus-agent-possibly-alter-active.
17016         (gnus-adjust-marked-articles): Faster handling of simple lists.
17017
17018 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17019
17020         * spam-stat.el (spam-stat-test-directory): New optional argument
17021         displays a list of files detected.  Suggested by Andrew Cohen
17022         <cohen@andy.bu.edu>.
17023         (spam-stat-buffer-words-with-scores): Don't narrow and change
17024         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17025
17026 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17027
17028         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17029         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17030         (spam-spamassassin-arguments)
17031         (spam-spamassassin-spam-flag-header)
17032         (spam-spamassassin-positive-spam-flag-header)
17033         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17034         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17035         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17036         (spam-list-of-processors, spam-list-of-checks)
17037         (spam-list-of-statistical-checks, spam-registration-functions)
17038         (spam-check-spamassassin-headers, spam-check-spamassassin)
17039         (spam-spamassassin-score)
17040         (spam-spamassassin-register-with-sa-learn)
17041         (spam-spamassassin-register-spam-routine)
17042         (spam-spamassassin-register-ham-routine)
17043         (spam-assassin-register-spam-routine)
17044         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17045         (spam-bogofilter-score): Fix to show article before scoring.
17046
17047 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17048
17049         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17050         default scoring function.
17051         (spam-generic-score): Call spam-spamassassin-score if
17052         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17053         spam-bogofilter-score otherwise.
17054
17055         * gnus.el (spam-process, spam-autodetect-methods): Add
17056         spamassassin and spamassassin-headers.
17057
17058 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17059
17060         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17061         Suppress unnecessary messages.
17062
17063 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17064
17065         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17066         make-hash-table.
17067
17068 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * canlock.el (base64-encode-string): Don't autoload it.
17071
17072 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * run-at-time.el: Remove useless (require 'itimer),
17075         eval-and-compile and (featurep 'xemacs).
17076
17077 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17078
17079         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17080         GROUP is a virtual group.
17081
17082 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17083
17084         * gnus.el: Autoload `message-y-or-n-p'.
17085
17086 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17087
17088         * pgg-parse.el: Remove unnecessary (require 'custom).
17089
17090         * pgg-def.el: do.
17091
17092         * nnmail.el: do.
17093
17094         * gnus-undo.el: do.
17095
17096         * gnus-picon.el: do.
17097
17098         * gnus-util.el: do.
17099
17100 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17101
17102         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17103
17104 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17107         handle, as well as a list.
17108
17109         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17110         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17111         (mm-w3m-cid-retrieve): Simplify.
17112
17113 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17114
17115         * message.el (message-kill-to-signature): Allow prefix arg to
17116         specify number of lines to keep before signature.
17117
17118 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17119
17120         * message.el (message-kill-to-signature): Change docstring.
17121
17122 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * canlock.el: Always require sha1-el.
17125         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17126
17127         * message.el: Autoload sha1 only when compiling.
17128
17129         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17130         eudc-expand-inline for XEmacs.
17131
17132 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * message.el (message-canlock-generate): Require sha1-el.
17135
17136 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * message.el (message-expand-name): Silence the byte compiler.
17139
17140         * lpath.el: Add detect-coding-system.
17141
17142         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17143         cus-edit.
17144
17145 2004-01-13  Simon Josefsson  <jas@extundo.com>
17146
17147         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17148         Invoke gnus-score-mode.  Reported by
17149         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17150
17151         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17152         Jim Blandy <jimb@redhat.com> (tiny change).
17153
17154 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17157
17158 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17159
17160         * spam.el (spam-get-article-as-string): Update to use
17161         gnus-request-article-this-buffer, much simpler.
17162         (spam-get-article-as-buffer): Remove.
17163
17164 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17165
17166         * message.el (message-expand-name): Use EUDC if the user uses that.
17167
17168 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17169
17170         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17171         character for the encoding to avoid consing a string.
17172
17173         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17174         unnecessarily.
17175
17176         * mm-util.el (mm-replace-chars-in-string): Remove.
17177
17178         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17179         of mm-replace-chars-in-string.
17180
17181 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17182
17183         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17184
17185         * mm-util.el (mm-subst-char-in-string): Support inplace.
17186
17187         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17188         a new string in every iteration.  Use shy groups.
17189
17190 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17191
17192         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17193         * gnus-soup.el (gnus-soup-group-brew):
17194         * gnus-msg.el (gnus-put-message):
17195         * gnus-move.el (gnus-group-move-group-to-server):
17196         * gnus-kill.el (gnus-batch-score):
17197         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17198         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17199         (gnus-group-update-group, gnus-group-read-group)
17200         (gnus-group-make-group, gnus-group-make-help-group)
17201         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17202         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17203         (gnus-group-sort-by-unread, gnus-group-catchup)
17204         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17205         (gnus-group-yank-group, gnus-group-set-info)
17206         (gnus-group-list-groups):
17207         * gnus.el (gnus-generate-new-group-name):
17208         * gnus-delay.el (gnus-delay-send-queue):
17209         * nnvirtual.el (nnvirtual-catchup-group):
17210         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17211         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17212         (gnus-group-prepare-topics, gnus-topic-check-topology):
17213         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17214         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17215         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17216         (gnus-group-make-articles-read):
17217         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17218         (gnus-group-change-level, gnus-kill-newsgroup)
17219         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17220         (gnus-get-unread-articles, gnus-make-articles-unread)
17221         (gnus-make-ascending-articles-unread): Use accessor
17222         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17223         to get group information for improved readability.
17224
17225
17226 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * gnus-art.el (article-decode-mime-words, article-babel)
17229         (gnus-article-highlight-signature, gnus-article-add-buttons)
17230         (gnus-signature-toggle): Use gnus-with-article-buffer.
17231
17232         * gnus-art.el (gnus-article-highlight-headers)
17233         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17234
17235         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17236         (gnus-article-set-globals, gnus-request-article-this-buffer)
17237         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17238         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17239         (gnus-mime-display-alternative): Use with-current-buffer.
17240
17241 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17242
17243         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17244         also under 80 char limit, and call gnus-error if needed.
17245         (spam-fetch-article-header): Fix - it was a
17246         buffer-local variable (gnus-newsgroup-data).
17247         (spam-find-spam): Use spam-generate-fake-headers, forget about
17248         spam-insert-fake-headers.
17249         (spam-insert-fake-headers): Remove.
17250
17251 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17252
17253         * deuglify.el (gnus-article-outlook-unwrap-lines)
17254         (gnus-outlook-rearrange-article)
17255         (gnus-outlook-repair-attribution-outlook)
17256         (gnus-outlook-repair-attribution-block)
17257         (gnus-outlook-repair-attribution-other): Remove redundant
17258         save-excursion.
17259
17260 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17261
17262         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17263         (spam-fetch-field-subject-fast)
17264         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17265         (spam-fetch-article-header): Add functions to deal with Gnus
17266         internals for fast retrieval of article header data.
17267         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17268
17269 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * pop3.el (pop3-md5): Remove.
17272         (pop3-apop): Replace pop3-md5 with md5.
17273
17274         * mm-bodies.el: base64 is always built-in.
17275
17276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17277         with-current-buffer.
17278
17279 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * canlock.el (canlock-insert-header): Remove excessive grouping in
17282         regexp.
17283
17284         * gnus-sum.el (gnus-summary-read-document): Ditto.
17285
17286         * gnus-uu.el (gnus-uu-part-number): Ditto.
17287
17288         * html2text.el (html2text-remove-tags): Ditto.
17289         (html2text-format-tags): Ditto.
17290         (html2text-format-single-elements): Ditto.
17291
17292         * mml.el (mml-parse-1): Ditto.
17293
17294 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17295
17296         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17297
17298         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17299
17300         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17301
17302         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17303
17304 2003-11-15  Simon Josefsson  <jas@extundo.com>
17305
17306         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17307         (pgg-gpg-lookup-key): Use regexp match instead of
17308         split-string (split-string is different between emacs 21.2 and
17309         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17310
17311 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17312
17313         * gnus-art.el (gnus-mime-view-all-parts)
17314         (gnus-article-part-wrapper, gnus-article-view-part): Use
17315         with-current-buffer.
17316
17317 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * spam.el (spam-disable-spam-split-during-ham-respool)
17320         (spam-spamoracle-database, spam-cache-lookups)
17321         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17322         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17323         (spam-group-ham-marks, spam-group-spam-marks)
17324         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17325         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17326         also add spam-use-blackholes to the statistical checks.
17327         (spam-fetch-field-fast): Add interface to fetching fields, may
17328         become a macro.
17329         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17330         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17331         (spam-insert-fake-headers): Fake an article when needed.
17332         (spam-find-spam): Fake article when possible.
17333         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17334         (spam-check-bogofilter-headers): Use message-fetch-field instead
17335         of nnmail-fetch-field.
17336
17337 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17338
17339         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17340
17341 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-split): Do not require spam-use-CHECK to be
17344         enabled if that check is passed to spam-split explicitly; also
17345         fix so 'spam doesn't get converted to spam-split-group when
17346         spam-split-symbolic-return is t.
17347         (spam-find-spam): Find registrations of the article and use those
17348         instead of re-running spam-split to find the spam/ham
17349         classification of the article.
17350         (spam-log-processing-to-registry, spam-log-registered-p)
17351         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17352         Use gnus-error instead of gnus-message.
17353         (spam-log-registration-type): Add function to determine the
17354         classification of a message based on registry entries; will
17355         return nil if both 'spam and 'ham are found.
17356         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17357         a reasonably fast local cache without the loading errors.
17358         (spam-cache-lookups): Set to t by default.
17359         (spam-find-spam): Don't try to guess spam-cache-lookups.
17360         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17361         spam-caches entry.
17362         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17363         caching of whitelist/blacklist entries.
17364         (spam-check-whitelist, spam-check-blacklist): Invoke
17365         spam-from-listed-p with a type, not a cache variable.
17366         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17367
17368 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17369
17370         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17371
17372         * nnmail.el (nnmail-split-fancy): do.
17373
17374         * mml.el (mml-parse): do.
17375
17376         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17377         (gnus-score-adaptive): do.
17378
17379 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17382         (gnus-mime-button-map): Don't set keymap parent.
17383         (gnus-button-ctan-directory-regexp): Use shy grouping.
17384         (gnus-prev-page-map): Don't set keymap parent.
17385         (gnus-prev-page-map): Remove duplicated one.
17386         (gnus-next-page-map): Don't set keymap parent.
17387         (gnus-mime-security-button-map): Ditto.
17388
17389         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17390         version number.
17391
17392         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17393
17394 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * canlock.el (canlock-sha1-function): Remove.
17397         (canlock-sha1-function-for-verify): Remove.
17398         (canlock-openssl-program): Remove.
17399         (canlock-openssl-args): Remove.
17400         (canlock-ignore-errors): Remove.
17401         (canlock-sha1-with-openssl): Remove.
17402         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17403         (canlock-verify): Don't use canlock-ignore-errors.
17404
17405         * sha1-el.el (sha1-string-external): Make it can return a string
17406         in binary form.
17407         (sha1-region-external): Ditto.
17408         (sha1-string-internal): Ditto.
17409         (sha1-region-internal): Ditto.
17410         (sha1-region): Ditto.
17411         (sha1-string): Ditto.
17412         (sha1): Ditto.
17413
17414 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17415
17416         * spam.el (spam-report-articles-gmane): New command.
17417
17418 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17421
17422         * run-at-time.el (run-at-time-saved): Remove.
17423         (run-at-time): Doc fix.
17424
17425 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17426
17427         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17428         (gnus-summary-limit-map): Add it.
17429         (gnus-summary-make-menu-bar): do.
17430
17431 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17432
17433         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17434         Make attempt at some caching support (done for BBDB only now).
17435         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17436         addresses to be checked.
17437         (spam-clear-cache-BBDB): Add function, to be invoked by
17438         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17439         (spam-check-BBDB): Check and use the caches, if
17440         spam-cache-lookups is on, remove superfluous (provide).
17441
17442 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17445
17446 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17447
17448         * run-at-time.el (run-at-time-saved): Move to after the definition
17449         of `run-at-time'.
17450
17451         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17452
17453 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17456         mm-w3m-local-map-property.
17457
17458         * mm-view.el (mm-w3m-mode-map): Remove.
17459         (mm-w3m-local-map-property): Remove.
17460         (mm-inline-text-html-render-with-w3m): Don't use
17461         mm-w3m-local-map-property.
17462
17463 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17464
17465         * run-at-time.el: New file.
17466
17467         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17468         under Emacs.
17469
17470         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17471         of gnus-set-text-properties.
17472
17473         * gnus-uu.el (gnus-uu-save-article): Ditto.
17474
17475         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17476
17477         * gnus-cite.el (gnus-cite-parse): Ditto.
17478
17479         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17480         of gnus-.
17481
17482         * gnus-xmas.el (run-at-time): Require run-at-time.
17483
17484         * gnus.el: Changed calls to nnheader-run-at-time and
17485         password-run-at-time throughout to use run-at-time directly.
17486
17487         * password.el: Removed definition of run-at-time.
17488
17489         * nnheaderxm.el: Remove definition of run-at-time.
17490
17491 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17492
17493         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17494         in prompt.
17495
17496 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17497
17498         * messagexmas.el (message-xmas-redefine): Alias
17499         `message-make-caesar-translation-table' to
17500         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17501         version.
17502
17503         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17504         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17505         `gnus-xmas-set-text-properties'.
17506         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17507         `gnus-xmas-completing-read'.
17508         (gnus-xmas-completing-read): Removed.
17509         (gnus-xmas-open-network-stream): Removed.
17510
17511         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17512         XEmacs version.
17513
17514         * dns.el (dns-make-network-process): Use `open-network-stream'
17515         instead of `gnus-xmas-open-network-stream'.
17516
17517         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17518
17519         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17520
17521 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * gnus-art.el (gnus-mime-display-alternative)
17524         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17525         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17526         Don't use gnus-local-map-property.
17527
17528         * gnus-util.el (gnus-local-map-property): Remove.
17529
17530         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17531         gnus-completing-read-maybe-default with completing-read.
17532
17533         * gnus-util.el (gnus-completing-read): do.
17534         (gnus-completing-read-maybe-default): Remove.
17535
17536 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17537
17538         * password.el: Only autoload `run-at-time' if not XEmacs.
17539         Only autoload the itimer functions if XEmacs.
17540
17541 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17544         XEmacsen.
17545
17546         * dgnushack.el: Autoload executable-find for XEmacs.
17547
17548 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17549
17550         * gnus-art.el (gnus-read-string): Remove.
17551         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17552         read-string.
17553
17554 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17555
17556         * netrc.el: Autoload password-read.
17557         (netrc): Add configuration group.
17558         (netrc-encoding-method, netrc-openssl-path): Add
17559         variables for encoding and decoding of files with symmetric
17560         ciphers.
17561         (netrc-encode): Add assistant function to encode a file with
17562         netrc-encoding-method.
17563         (netrc-parse): Add interactive parameter, added optional
17564         decoding if netrc-encoding-method is non-nil but otherwise
17565         behavior is standard.
17566         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17567         Do s/encode/encrypt/ everywhere.
17568
17569         * spam.el: Remove executable-find autoload.
17570
17571 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17574
17575         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17576
17577 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17578
17579         * gnus-art.el (gnus-treat-ansi-sequences)
17580         (article-treat-ansi-sequences): New variable and function.
17581         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17582
17583         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17584         Use it.
17585
17586 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17587
17588         * mm-util.el (mm-quote-arg): Remove.
17589
17590         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17591         shell-quote-argument.
17592
17593         * gnus-uu.el (gnus-uu-command): do.
17594
17595         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17596
17597         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17598         with make-char.
17599
17600         * mm-util.el (mm-make-char): Remove.
17601
17602         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17603         add-minor-mode.
17604
17605         * gnus-undo.el (gnus-undo-mode): do.
17606
17607         * gnus-topic.el (gnus-topic-mode): do.
17608
17609         * gnus-sum.el (gnus-dead-summary-mode): do.
17610
17611         * gnus-start.el (gnus-slave-mode): do.
17612
17613         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17614
17615         * gnus-ml.el (gnus-mailing-list-mode): do.
17616
17617         * gnus-gl.el (gnus-grouplens-mode): do.
17618
17619         * gnus-draft.el (gnus-draft-mode): do.
17620
17621         * gnus-dired.el (gnus-dired-mode): do.
17622
17623         * gnus-ems.el (gnus-add-minor-mode): Remove.
17624
17625         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17626         Replace gnus-char-width with char-width.
17627
17628         * gnus-ems.el (gnus-char-width): Remove.
17629
17630         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17631         Replace gnus-char-width with char-width.
17632
17633         * gnus-ems.el (gnus-char-width): Remove.
17634
17635         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17636         definition.
17637         Remove Emacs 20 hash table compatibility code.
17638
17639         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17640         20 compatibility code.
17641
17642         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17643
17644         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17645
17646         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17647         with point-at-{eol,bol}.
17648
17649         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17650
17651         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17652
17653         * flow-fill.el (fill-flowed-point-at-bol)
17654         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17655
17656         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17657         Replace with point-at-{eol,bol} throughout all files.
17658
17659 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * ntlm.el (ntlm-string-as-unibyte): New macro.
17662         (ntlm-build-auth-response): Use it.
17663
17664         Remove Emacs 20 stuff:
17665         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17666         (butlast, mapc, remove): Remove the compiler macros.
17667         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17668         of delq and copy-sequence.
17669         * gnus-art.el (popup-menu): Remove the compiler macro.
17670         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17671         Emacs 20.
17672
17673 2004-01-05  Simon Josefsson  <jas@extundo.com>
17674
17675         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17676         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17677         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17678         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17679         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17680         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17681         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17682         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17683         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17684         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17685         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17686         string-xor into ntlm-string-xor.  Suggested by
17687         Jesper Harder <harder@myrealbox.com>.
17688
17689         * ntlm.el: Don't include poem.
17690
17691         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17692         Jesper Harder <harder@myrealbox.com>.
17693
17694         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17695
17696         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17697         probably breaks emacs with DL patch, but do we care? Is anyone
17698         still using the DL stuff?)
17699
17700         * sieve-manage.el: Use the password package.
17701         (sieve-manage-read-passwd): Remove.
17702         (sieve-manage-interactive-login): Use password.  Re-add
17703         condition-case around loop.
17704
17705         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17706         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17707         the password package.
17708
17709 2003-02-19  Simon Josefsson  <jas@extundo.com>
17710
17711         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17712         token.
17713
17714 2002-08-07  Simon Josefsson  <jas@extundo.com>
17715
17716         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17717         (sieve-manage-authenticators):
17718         (sieve-manage-authenticator-alist): Add some SASL mechs.
17719         (sieve-sasl-auth): New function.
17720         (sieve-manage-cram-md5-auth):
17721         (sieve-manage-plain-auth): Rewrite using SASL library.
17722         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17723         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17724         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17725         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17726
17727 2004-01-05  Simon Josefsson  <jas@extundo.com>
17728
17729         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17730         New files.
17731
17732 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17733
17734         * gnus-group.el (gnus-no-groups-message): Update.
17735
17736         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17737
17738 2003-11-09  Simon Josefsson  <jas@extundo.com>
17739
17740         * imap.el: Support for ID IMAP extension (RFC 2971).
17741         (imap-local-variables): Add imap-id.
17742         (imap-id): New variable.
17743         (imap-id): New function.
17744         (imap-parse-response): Parse untagged ID response.
17745         * nnimap.el (nnimap-id): New variable.
17746         (nnimap-open-connection): Use it.
17747
17748 2003-12-28  Simon Josefsson  <jas@extundo.com>
17749
17750         * gnus-score.el (gnus-score-edit-all-score): New.
17751         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17752
17753 2004-01-04  Simon Josefsson  <jas@extundo.com>
17754
17755         * password.el: Add.
17756
17757 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17758
17759         * dns.el (dns-query-types): Fix typo.
17760         (dns-query-types): New function.
17761         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17762         PTR and SOA replies, see RFC 1035.
17763
17764 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765
17766         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17767
17768         * Moved to Changelog.2.
17769
17770 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771
17772         * gnus.el (gnus-version-number): Bump version.
17773
17774 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17775
17776         * gnus.el: No Gnus v0.1 is released.
17777
17778 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17779
17780         * gnus.el: No Gnus v0.0 is released.
17781
17782 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17783
17784         * gnus.el (gnus-version-number): Bump.
17785         (gnus-version): No.
17786
17787 See ChangeLog.2 for earlier changes.
17788
17789     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17790       Free Software Foundation, Inc.
17791
17792   This file is part of GNU Emacs.
17793
17794   GNU Emacs is free software: you can redistribute it and/or modify
17795   it under the terms of the GNU General Public License as published by
17796   the Free Software Foundation, either version 3 of the License, or
17797   (at your option) any later version.
17798
17799   GNU Emacs is distributed in the hope that it will be useful,
17800   but WITHOUT ANY WARRANTY; without even the implied warranty of
17801   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17802   GNU General Public License for more details.
17803
17804   You should have received a copy of the GNU General Public License
17805   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17806
17807 ;; Local Variables:
17808 ;; coding: utf-8
17809 ;; fill-column: 79
17810 ;; add-log-time-zone-rule: t
17811 ;; End: