(mm-shr): Bind shr-blocked-images to gnus-blocked-images.
[gnus] / lisp / ChangeLog
1 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4         gnus-blocked-images.
5
6 2010-10-05  Julien Danjou  <julien@danjou.info>
7
8         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9         (gnus-html-maximum-image-size): Add this function.
10         (gnus-html-put-image): Use gnus-html-maximum-image-size.
11
12         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
13         server-value of the capability is nil.
14
15 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * shr.el (shr-tag-em): Add <EM> tag.
18
19 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
20
21         * sieve-manage.el (sieve-manage-default-stream): Make default stream
22         customizable.
23
24         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
25         handing broken links to browse-url.
26
27 2010-10-05  Julien Danjou  <julien@danjou.info>
28
29         * gnus-util.el (gnus-emacs-completing-read)
30         (gnus-iswitchb-completing-read): Use autoload rather than require.
31
32 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
35         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
36         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
37         iswitchb-temp-buflist for XEmacs.
38
39         * gnus-util.el (gnus-completing-read-function): Exclude
40         gnus-icompleting-read and gnus-ido-completing-read from candidates for
41         XEmacs since iswitchb.el is very old and ido.el is unavailable in
42         XEmacs.
43
44         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
45         not to use `delete-dups' that is unavailable in XEmacs 21.4.
46
47         * gnus-html.el: Don't require help-fns under XEmacs.
48         (gnus-html-schedule-image-fetching): Work for XEmacs.
49
50         * mm-decode.el (mm-shr): Decode contents by charset.
51
52 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
55         unknown.
56
57         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
58         (shr-get-image-data): Ensure against the cache file missing.
59
60         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
61         for data.
62
63         * spam-report.el (spam-report-url-ping-plain): Don't query about
64         killing the process.
65
66         * shr.el (shr-render-td): Protect against too-wide text.
67
68 2010-10-04  Julien Danjou  <julien@danjou.info>
69
70         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
71         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
72
73         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
74         retrieved.
75
76 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * shr.el (browse-url): Required.
79         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
80         lines.
81         (shr-show-alt-text, shr-browse-image): New commands.
82         (shr-browse-url, shr-copy-url): New commands.
83
84         * gnus-sum.el (gnus-widen-article-window): New variable.
85         (gnus-summary-select-article-buffer): Use it.
86
87         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
88         without @ signs.
89
90 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
91
92         * nnir.el (nnir-run-imap): Remove spurious space in search string.
93
94 2010-10-04  Julien Danjou  <julien@danjou.info>
95
96         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
97         for XEmacs.
98
99 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
102
103         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
104         (nnimap-close-server): Implement.
105
106         * dgnushack.el (iswitchb): Require to shut up the compiler.
107
108         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
109         (shr-insert): Tweak line breaking.
110         (shr-insert): Handle <pre> better.
111         (shr-tag-li): Get <li> indentation right.
112         (shr-tag-li): Get <li> indentation even righter.
113         (shr-tag-blockquote): Ensure paragraph start.
114         (shr-make-table): Tweak table generation.
115         (shr-make-table): Fix typo.
116
117         * shr.el: Implement table rendering.
118
119 2010-10-04  Julien Danjou  <julien@danjou.info>
120
121         * gnus-html.el (gnus-html-put-image): Fix resize image code.
122
123 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * shr.el (shr-insert): Use string anchors instead of line anchors.
126
127 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * shr.el: Add headings.
130         (shr-ensure-paragraph): Actually work.
131         (shr-tag-li): Make <ul> prettier.
132         (shr-insert): Get white space at the beginning/end of elements right.
133         (shr-tag-p): Collapse subsequent <p>s.
134         (shr-ensure-paragraph): Don't insert double line feeds after blank
135         lines.
136         (shr-insert): \t is also space.
137         (shr-tag-s): Fix "s" tag name function.
138         (shr-tag-s): Fix face prop name.
139
140 2010-10-03  Julien Danjou  <julien@danjou.info>
141
142         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
143
144         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
145         gnus-window-inside-pixel-edges.
146
147         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
148         gnus-ems.
149
150         * mm-view.el (mm-inline-image-emacs): Support image resizing.
151
152         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
153         function.
154
155         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
156         resize choice.
157
158 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
161         beginning of the buffer.
162
163         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
164         article buffer again.
165
166         * shr.el (shr-tag-p): Don't insert newlines at the start of the
167         buffer.
168
169         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
170         when it's at the start of the buffer.
171
172         * shr.el (shr-tag-blockquote): Convert name.
173         (shr-rescale-image): Use the right image-size variant.
174
175         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
176         buffer isn't shown, then select the current article first instead of
177         bugging out.
178         (gnus-summary-select-article-buffer): Show both the article and summary
179         buffers again.
180
181         * shr.el (shr-fontize-cont): Protect against regions with no text.
182         Rename tag functions to shr-tag-* for enhanced security.
183         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
184
185 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
186
187         * shr.el (shr-insert):
188         * pop3.el (pop3-movemail):
189         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
190         loaded.
191
192 2010-10-03  Glenn Morris  <rgm@gnu.org>
193
194         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
195
196         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
197
198         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
199
200         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
201
202         * gnus-util.el (gnus-make-local-hook): Simplify.
203
204 2010-10-02  Julien Danjou  <julien@danjou.info>
205
206         * gnus-util.el (gnus-iswitchb-completing-read): New function.
207         (gnus-ido-completing-read): New function.
208         (gnus-emacs-completing-read): New function.
209         (gnus-completing-read): Use gnus-completing-read-function.
210         Add gnus-completing-read-function.
211
212 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * shr.el (shr-insert-document): Autoload.
215         (shr-img): Be silent.
216         (shr-insert): Add a newline after every picture before text.
217         (shr-add-font): Use overlays for combining faces.
218         (shr-insert): Pass upwards the text start point.
219
220         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
221         possible.
222         (mm-shr): New function.
223
224 2010-10-02  Julien Danjou  <julien@danjou.info>
225
226         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
227         should go backward.
228
229 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
230
231         * shr.el (shr): Fix typo in provide call.
232
233 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * shr.el: New file.
236
237         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
238
239         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
240         completing read.
241
242 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
245         we're being queried about.  Suggested by Dan Jacobson.
246
247         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
248         by Jason Eisner.
249
250         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
251         table, too.  Suggested by Stefan Wiens.
252         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
253         the table unnecessary.  Suggested by Stefan Wiens.
254
255         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
256         longer needed, and probably doesn't work either, as pointed out by
257         Stefan Wiens.
258         (gnus-summary-exit): Remove call to the clearing function.
259         (gnus-summary-exit-no-update): Ditto.
260
261         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
262         instead of gnus-eval-in-buffer-window to avoid popping up frames.
263         Reported by Stefan Monnier.
264         (gnus-summary-save-in-rmail): Ditto.
265
266         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
267         article buffer, instead of both the article buffer and the summary
268         buffer.  Sort of suggested by Dan Jacobson.
269
270         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
271
272         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
273         Suggested by Dan Jacobson.
274
275         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
276         documentation clearer.
277
278         * message.el (message-shorten-references): Comment on the number "21".
279         Suggested by Stefan Monnier.
280
281         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
282         Suggested by Dan Jacobson.
283
284         * gnus.el (gnus-large-newsgroup): Mention
285         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
286
287         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
288         externalize attachments.  Bug reported by Steve Wen.
289
290         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
291         really message anything to the user.
292
293         * nnmail.el (nnmail-article-group): Allow using the fancy split method
294         directly.
295
296         * nnimap.el (nnimap-request-group): Low higher than high to signal no
297         messages in empty groups.
298
299 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
300
301         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
302         non-UIDNEXT group.
303
304 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
307         not the value from the collection.
308
309         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
310         values.  This sometimes happens on some groups that have no info.
311         (nnimap-request-newgroups): New function.
312
313 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
316         check into `gnus-registry-initialize'.
317         (gnus-registry-initialize): Ditto.
318         Fix and extend header docs.
319
320 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
323         regexp backtrace overflows.
324
325         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
326         for starttls that tls.el implements; i.e. openssl.
327
328         * tls.el (tls-starttls-switches): Give up on using starttls with
329         gnutls-cli.
330         (tls-program): Add --insecure to be consistent with the defaults from
331         openssl s_client.  Now all three commands are insecure.
332
333 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
334
335         * lpath.el: Bind completion-styles-alist for XEmacs.
336
337         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
338         (gravatar-create-image): New function that's an alias to
339         gnus-xmas-create-image, gnus-create-image, or create-image.
340         (gravatar-data->image): Use it.
341
342 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
345         install the nnregistry refer method.
346         (gnus-registry-install-hooks): Use it.
347         (gnus-registry-unfollowed-groups): Add nnmairix to the default
348         unfollowed groups.
349
350 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
351
352         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
353         expanding threads.
354
355 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * nnir.el: Use the server names without suffixes (bug #7009).
358
359         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
360         unencrypted to STARTTLS, if possible.
361
362 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
363
364         * message.el (message-ignored-supersedes-headers): Strip Injection-*
365         headers before superseding.
366
367 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * nnrss.el (nnrss-use-local): Add documentation.
370
371         * nnimap.el (nnimap-extend-tls-programs): New function.
372         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
373         (nnimap-wait-for-connection): Accept the greeting from the stupid
374         output from openssl s_client -starttls, too.
375
376         * tls.el (tls-starttls-switches): New variable.
377         (tls-find-starttls-argument): Use it.
378         (open-tls-stream): Ditto.
379
380         * netrc.el (netrc-credentials): Return the value of the "default"
381         entry.
382         (netrc-machine): Ditto.
383
384         * nnimap.el (nnimap-find-article-by-message-id): Really return the
385         article number.
386         (nnimap-split-fancy): New variable.
387         (nnimap-split-incoming-mail): Use it.
388
389         * nntp.el (nntp-server-list-active-group): Document.
390
391         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
392         SELECT to get the message-id.
393
394         * mail-source.el (mail-sources): Removed webmail support.
395         (defvar): Ditto.
396         (mail-source-fetcher-alist): Ditto.
397         (mail-source-fetch-webmail): Removed.
398
399         * webmail.el: Removed -- doesn't seem relevant any more.
400
401         * gnus.el: Fix up make-obsolete-variable declarations throughout.
402
403         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
404         the \r.
405
406 2010-09-30  Julien Danjou  <julien@danjou.info>
407
408         * gnus-agent.el (gnus-agent-add-group): Fix call to
409         gnus-completing-read.
410
411 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * nndoc.el (nndoc-retrieve-groups): New function.
414
415         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
416         `default', use nnmail-split-methods.
417         (nnimap-request-article): Downcase the NILs so that they are nil.
418
419         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
420         symbol.
421
422         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
423         code, since if the user has requested network, that's what they ought
424         to get.
425         (nnimap-request-set-mark): Erase the buffer before issuing commands.
426         (nnimap-split-rule): Mark as obsolete.
427
428         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
429         variable.
430
431         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
432         correct slot, too.
433
434 2010-09-29  Julien Danjou  <julien@danjou.info>
435
436         * gnus.el (gnus-local-domain): Declare variable obsolete.
437
438         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
439         computing.
440         (gnus-ido-completing-read): Require ido.
441
442 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * gnus-registry.el: Don't prompt on load, which makes it impossible to
445         build Gnus.
446
447         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
448         when interpreting the structures.
449         (nnimap-request-accept-article): Add \r\n to the lines to make this
450         work with Cyrus.
451
452         * nndraft.el (nndraft-request-expire-articles): Use the group name
453         instead if "nndraft".  Fix found by Nils Ackermann.
454
455 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
456
457         * nnregistry.el: Added.
458
459 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
460
461         * nnmail.el (group, group-art-list, group-art):
462         Remove unneeded directives.
463
464 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
467         (mm-mime-charset)
468         * rfc2047.el (rfc2047-syntax-table)
469         * utf7.el (utf7-utf-16-coding-system): Comment fix.
470
471         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
472         rather than `insert-file-contents' and `eval-region'.
473
474         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
475         construction.
476
477         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
478
479         * time-date.el: No need to require cl for Emacs 21.
480
481 2010-09-29  Julien Danjou  <julien@danjou.info>
482
483         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
484         replacement of `gnus-gravatar-relief' to mimic
485         `gnus-faces-properties-alist'.
486         Add :version property.
487
488 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * mail-source.el (mail-source-report-new-mail)
491         * message.el (message-default-mail-headers)
492         * mm-decode.el (mm-valid-image-format-p): Comment fix.
493
494         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
495
496 2010-09-28  Julien Danjou  <julien@danjou.info>
497
498         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
499         mail-address contains the same string as real-name.
500
501         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
502         non-blank in header, otherwise it'll get stripped.
503
504         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
505         real-name, and then for mail address rather than doing : or , search.
506
507 2010-09-27  Julien Danjou  <julien@danjou.info>
508
509         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
510         (gnus-server-goto-server): Use gnus-completing-read.
511
512         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
513
514         * mm-util.el (defalias): Use gnus-completing-read.
515         (mm-codepage-setup): Use gnus-completing-read.
516
517         * smime.el (smime-sign-buffer): Use gnus-completing-read.
518         (smime-decrypt-buffer): Use gnus-completing-read.
519
520         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
521
522         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
523         (mml-minibuffer-read-disposition): Use gnus-completing-read.
524         (mml-insert-multipart): Use gnus-completing-read.
525
526         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
527
528         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
529
530         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
531
532         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
533
534         * gnus.el (gnus-read-method): Use gnus-completing-read.
535
536         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
537
538         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
539         (gnus-mime-action-on-part): Use gnus-completing-read.
540         (gnus-article-encrypt-body): Use gnus-completing-read.
541
542         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
543         (gnus-topic-move-matching): Use gnus-completing-read.
544         (gnus-topic-copy-matching): Use gnus-completing-read.
545         (gnus-topic-sort-topics): Use gnus-completing-read.
546         (gnus-topic-move): Use gnus-completing-read.
547
548         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
549         (gnus-agent-add-group): Use gnus-completing-read.
550
551         * nnmairix.el (nnmairix-create-server-and-default-group): Use
552         gnus-completing-read.
553         (nnmairix-update-groups): Use gnus-completing-read.
554         (nnmairix-get-server): Use gnus-completing-read.
555         (nnmairix-backend-to-server): Use gnus-completing-read.
556         (nnmairix-goto-original-article): Use gnus-completing-read.
557         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
558
559         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
560
561         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
562         (gnus-group-make-useful-group): Use gnus-completing-read.
563         (gnus-group-make-web-group): Use gnus-completing-read.
564         (gnus-group-add-to-virtual): Use gnus-completing-read.
565         (gnus-group-browse-foreign-server): Use gnus-completing-read.
566
567         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
568         (gnus-summary-limit-to-extra): Use gnus-completing-read.
569         (gnus-summary-execute-command): Use gnus-completing-read.
570         (gnus-summary-respool-article): Use gnus-completing-read.
571         (gnus-read-move-group-name): Use gnus-completing-read.
572
573         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
574         (gnus-summary-score-effect): Use gnus-completing-read.
575
576         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
577
578         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
579         right completing-read function.
580         (gnus-use-ido): New variable
581         (gnus-completing-read-with-default): Remove.
582
583 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
586         x-focus-frame.
587
588         * nnimap.el (auth-source-forget-user-or-password)
589         (auth-source-user-or-password): Autoload.
590
591         * message.el (message-from-style, message-interactive)
592         (message-cite-prefix-regexp, message-sendmail-envelope-from)
593         (message-yank-prefix, message-indentation-spaces, message-signature)
594         (message-signature-file): Add comment.
595
596 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
599         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
600         new articles.
601
602         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
603         parts.
604         (nnimap-request-article): Work with the t setting, too.
605
606         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
607         that you don't get flashes of other buffers.
608         (gnus-summary-show-complete-article): Intern before setting.
609
610 2010-09-27  David Engster  <dengste@eml.cc>
611
612         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
613         well as HEADERS.
614         (nnmairix-retrieve-headers): Provide new argument for the above.
615
616 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-sum.el (gnus-summary-move-article): Don't alter
619         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
620         group.
621
622         * nnimap.el (nnimap-update-info): Don't destructively alter active.
623
624         * message.el (message-cite-prefix-regexp): Revert my last edit.
625
626         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
627         variable instead of the Gnus variable.
628
629         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
630
631         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
632         again.
633
634         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
635         since some servers don't like it.
636         (nnimap-open-connection): Forget credentials if the server says the
637         password was wrong.
638         (nnimap-parse-line): Protect against invalid data.
639
640         * gnus-sum.el (gnus-summary-move-article): Add comment.
641         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
642         nothing alters it while scanning for new messages.
643
644         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
645         which may or may not help.
646         (nnimap-open-connection): If we're doing a stream connection, and then
647         discover we're on a STARTTLS-capable server, then open a STARTTLS
648         connection instead.
649
650 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * nnimap.el (utf7): Required.
653
654         * message.el (message-cite-prefix-regexp): Remove "}" from citation
655         prefix.
656
657 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
658
659         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
660
661 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * nnimap.el (nnimap-request-accept-article): Message the error on
664         error.
665
666 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
667
668         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
669
670 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * nndoc.el (nndoc-request-list): Return success always.
673
674         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
675         `fetch-old' -- we only want to fetch the articles we've requested.  The
676         rest are in the agent, probably.
677         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
678         disappeared server" to something low.  It's not important.
679
680         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
681         arrived before the FETCH data.
682
683         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
684         target here, because we don't know the Gnus name of the group.
685
686         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
687         for the correct group.
688
689         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
690
691         * gnus.el (gnus): Give a final warning after startup.
692
693         * gnus-util.el (gnus-action-message-log): New variable.
694         (gnus-message): Use it.
695         (gnus-final-warning): New function.
696
697         * nnimap.el (nnimap-open-connection): Record the greeting.
698         (nnimap): Add greeting.
699
700 2010-09-26  Julien Danjou  <julien@danjou.info>
701
702         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
703         arguments.
704         (gnus-html-wash-images): Fix spec computing to include start/end.
705
706         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
707
708 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
711         deletion.
712         (nnimap-retrieve-headers): Don't select the group, because that's
713         already done by nnimap-possibly-change-group.
714
715         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
716         (gnus-picon-transform-address): Use it.
717
718         * mail-source.el (mail-source-value): Revert previous patch.
719
720         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
721         on failure.
722         (nnimap-open-connection): Look up both virtual and physical server name
723         credentials.
724
725         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
726
727 2009-02-07  Dave Love  <fx@gnu.org>
728
729         * tls.el (open-tls-stream): Don't query killing process.
730
731 2009-02-08  Dave Love  <fx@gnu.org>
732
733         * gnus-win.el (gnus-window-to-buffer-helper,
734         gnus-all-windows-visible-p): Function needn't be a symbol.
735
736         * mail-source.el (mail-source-value): Function needn't be a symbol.
737
738 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * message.el (message-cite-prefix-regexp): Remove } from the cite
741         prefix.
742
743         * gnus-art.el (gnus-treatment-function-alist): Do picons before
744         highlight again, so that the highlight is correct.
745
746         * gnus-picon.el (gnus-picon): Remove again.
747         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
748
749         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
750         doing the header highlightling, so that the background colour of the
751         picon is correct.
752
753         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
754         (gnus-picon): Ditto.
755         (gnus-picon): Reinstate.  The background colour for picons is white.
756         (gnus-picon-insert-glyph): Make the background white.
757
758         * nnml.el (nnml-open-nov): Don't return dead buffers.
759
760         * auth-source.el (auth-source-create): Query the user for whether to
761         store the credentials.
762
763         * netrc.el (netrc-store-data): New function.
764
765         * auth-source.el (auth-source-user-or-password): Use the existing auth
766         sources, if any, for creation.
767
768         * gnus.el (gnus-group-fast-parameter): Return the last matching
769         parameter instead of the first matching parameter.
770
771 2010-09-26  Julien Danjou  <julien@danjou.info>
772
773         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
774
775 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * mml2015.el (mml2015-use): Remove gpg support.
778
779         * mml1991.el (mml1991-function-alist): Remove gpg function.
780         (mml1991-gpg-sign): Removed.
781
782 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
783
784         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
785         (gnus-browse-unsubscribe-current-group): Document it.
786         (gnus-browse-unsubscribe-group): Use it.
787
788 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
791         address to the To list for easier response.
792
793         * gnus.el (gnus-play-startup-jingle): Removed.
794         (gnus-splash): Don't play jingle.
795         (gnus): Silence gnus-load message.
796
797         * gnus-art.el (gnus-treat-play-sounds): Removed.
798
799         * gnus.el (gnus-play-jingle): Remove audio support.
800
801         * gnus-cus.el (gnus-score-customize): Remove audio reference.
802
803         * earcon.el: Removed -- no users.
804
805         * gnus-audio.el: Removed -- no users of this package.
806
807         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
808
809         * gnus-start.el (gnus-setup-news): Remove nocem support.
810
811         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
812
813         * gnus.el (gnus-use-nocem): Removed.
814
815         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
816         Removed.
817
818         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
819         uses NoCeM any more.
820
821         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
822         (gnus-button-ctan-handler): Ditto.
823         (gnus-button-handle-ctan-bogus-regexp): Ditto.
824         (gnus-button-ctan-directory-regexp): Ditto.
825         (gnus-button-handle-ctan): Ditto.
826         (gnus-button-tex-level): Ditto.
827         (gnus-button-alist): Removed CTAN stuff.
828
829 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
832         nnimap-streaming test.
833
834         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
835         servers twice.
836
837         * nnimap.el (nnimap-open-connection): Add more error reporting when
838         nnimap fails early.
839
840         * nnheader.el (nnheader-get-report-string): New function.
841         (nnheader-get-report): Use it.
842
843         * gnus-int.el (gnus-check-server): Say what the error was when opening
844         failed.
845
846         * nnimap.el (nnimap-wait-for-response): Search further when we're not
847         using streaming.
848
849 2010-09-25  Julien Danjou  <julien@danjou.info>
850
851         * gnus-html.el (gnus-html-rescale-image): Use our defalias
852         gnus-window-inside-pixel-edges.
853
854 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
857
858         * mm-decode.el (mm-save-part): Allow saving to other directories the
859         normal Emacs way.
860
861         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
862         by Jay Berkenbilt.
863
864         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
865         there isn't a single byte.
866
867         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
868         just do it.  It doesn't really seem to matter what the user responds
869         here, I think, so it's just a confusing question.
870
871         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
872         non-streaming case.
873
874         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
875         (gnus-article-encrypt-body): Use it.
876
877         * gnus-sum.el (gnus-summary-show-complete-article): New command and
878         keystroke.
879
880         * nnimap.el (nnimap-find-wanted-parts-1): Use
881         gnus-fetch-partial-articles.
882
883         * gnus-art.el (gnus-fetch-partial-articles): New variable.
884
885         * nnimap.el (nnimap-insert-partial-structure): New function.
886         (nnimap-get-partial-article): New function.
887         (nnimap-request-article): Use it.
888         (nnimap-wait-for-response): Return whether the wait was successful.
889         (nnimap-finish-retrieve-group-infos): Don't do anything if the
890         retrieval wasn't successful.
891         (nnimap-retrieve-group-data-early): Allow throttling servers.
892         (nnimap-streaming): New variable.
893         (nnimap-fetch-partial-articles): Removed.
894
895         * mm-decode.el (mm-with-part): Protect against killed buffers.
896
897         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
898         for prettier summary display.
899
900 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
901
902         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
903         directly.
904
905 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
908         apparently third-party libraries depend on it.
909
910         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
911         before starting negotiation.
912
913         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
914         privacy reasons.
915         (gnus-treat-mail-gravatar): Ditto.
916
917         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
918         buffer when inserting images.  Inserting text into the headers, for
919         instance, can make them invalid.
920
921 2010-09-25  Julien Danjou  <julien@danjou.info>
922
923         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
924         variables.
925
926         * nnheader.el: Remove useless variables news-reply-yank-from and
927         news-reply-yank-message-id.
928
929         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
930         variables.
931
932         * mml1991.el: Remove useless mml1991-verbose.
933
934         * gnus.el: Remove useless variable gnus-use-generic-from.
935         Remove obsolete variable gnus-topic-indentation.
936
937         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
938
939         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
940
941         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
942
943         * gnus-group.el: Remove useless gnus-group-icon-cache.
944         Remove useless gnus-ephemeral-group-server.
945
946         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
947
948         * mml2015.el: Remove useless mml2015-verbose.
949
950         * mml-smime.el: Remove useless mml-smime-verbose.
951
952         * gnus.el: Remove useless gnus-local-domain.
953
954         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
955         gnus-gravatar-size.
956
957         * gnus-art.el: Remove useless gnus-treat-translate.
958
959 2010-09-24  Julien Danjou  <julien@danjou.info>
960
961         * gnus-sum.el: Add support for Gravatars.
962
963         * gnus-art.el: Add support for Gravatars.
964
965         * gnus-gravatar.el: Add this file.
966
967         * gravatar.el: Add this file.
968
969 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
972
973         * gnus-group.el (gnus-group-fetch-faq): Removed.
974
975         * gnus.el (gnus-group-faq-directory): Removed.
976
977         * gnus-group.el (gnus-group-fetch-charter): Removed.
978
979         * gnus.el (gnus-group-charter-alist): Removed.
980
981         * gnus-group.el (gnus-group-archive-directory): Removed.
982         (gnus-group-recent-archive-directory): Ditto.
983         (gnus-group-make-archive-group): Removed.
984
985         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
986
987         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
988         use the same article number for all the cached articles.
989
990         * nnimap.el (nnimap-command): Register the last command time so
991         that we can use it for idling NOOPs.
992         (nnimap-open-connection): Start the keeplive timer.
993         (nnimap-make-process-buffer): Store all the process buffers.
994         (nnimap-keepalive): New function.
995
996         * starttls.el: (starttls-open-stream): Add autoload cookie.
997
998 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
999
1000         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1001         handling.
1002
1003 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1006         its data structures.
1007
1008         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1009         instead of the cl.el copy-list.
1010         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1011         equalp.
1012
1013 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1016         and tool-bar-local-item-from-menu.
1017
1018         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1019         mode-line-highlight face for Emacs.
1020
1021         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1022         loading gnus-sum.elc; fix comment for canlock-verify.
1023         (gnus-article-jump-to-part): Use read-number.
1024         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1025         Emacs pre-21 compatible code for help-echo.
1026         (gnus-article-next-page-1): No need to adjust the number of lines.
1027         (gnus-article-describe-bindings): Always use help-buffer.
1028
1029         * gnus-audio.el (gnus-audio-inline-sound)
1030         * gnus-cus.el (gnus-custom-mode)
1031         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1032
1033         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1034
1035         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1036         compatible code.
1037
1038 2010-09-24  Glenn Morris  <rgm@gnu.org>
1039
1040         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1041         visiting the fcc file in rmail-mode.
1042
1043         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1044
1045 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * nnir.el: Silence the byte compiler.
1048
1049         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1050         alias to browse-url-url-encode-chars if any.
1051         (gnus-html-encode-url): Use it.
1052
1053 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054
1055         * gnus-start.el (gnus-use-backend-marks): New variable.
1056         (gnus-get-unread-articles-in-group): Use it.
1057
1058         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1059         makeover.
1060
1061 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1062
1063         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1064
1065 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1068         Removed.
1069         (gnus-setup-news-hook): Removed
1070         gnus-fixup-nnimap-unread-after-getting-new-news.
1071
1072         * gnus-int.el (gnus-request-update-info): Protect against backends not
1073         having the function.
1074
1075         * nnimap.el (nnimap-stream): Mention starttls.
1076         (nnimap-open-connection): Add starttls support.
1077
1078 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1079
1080         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1081
1082 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1085         BODYSTRUCTUREs.
1086         (nnimap-transform-headers): Unfold quoted {42} headers.
1087
1088         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1089         the info.
1090         (gnus-get-unread-articles): Only call updatep on backends that support
1091         it.
1092
1093         * nnweb.el (nnweb-request-update-info): NOOP.
1094
1095         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1096
1097         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1098         since it only deals with marks.
1099
1100         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1101         gnus-request-marks, and make a new gnus-request-update-info.
1102
1103         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1104         the active instead of the high number, which is usually too low.
1105
1106 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1107
1108         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1109         * encrypt.el: Removed.
1110
1111 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1114         server in symbolic form.
1115
1116         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1117         0.9.
1118
1119 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1122         (nnimap-update-info): Fix up code slightly.
1123
1124         * gnus-int.el (gnus-open-server): Add tracing for performance
1125         debugging.
1126
1127         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1128         (gnus-group-insert-group-line): Pass the real group name so that it
1129         gets the right data.
1130
1131         * gnus-start.el (gnus-get-unread-articles): Don't have
1132         `gnus-get-unread-articles-in-group' update info, since that can be
1133         really slow and doesn't seem to be needed?
1134
1135 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1136
1137         * time-date.el (date-to-time): Try using parse-time-string first before
1138         using the slower timezone-make-date-arpa-standard.
1139
1140 2010-09-22  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-group.el (gnus-group-insert-group-line): Call
1143         gnus-group-highlight-line.
1144         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1145         default hook list.
1146         (gnus-group-update-eval-form): Add new function.
1147         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1148         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1149
1150 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1153         immediate, then expire all articles.
1154         (nnimap-update-info): Fix off-by-one errors.
1155         (nnimap-flags-to-marks): Would return no marks lists for group with no
1156         flags.  Instead return the other data.
1157
1158 2010-09-22  Julien Danjou  <julien@danjou.info>
1159
1160         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1161         Only return an icon.
1162         (gnus-group-insert-group-line): Compute icon to return.
1163
1164         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1165         variable.
1166         (gnus-html-image-fetched): Only cache if
1167         gnus-html-image-automatic-caching is set.
1168         (gnus-html-image-fetched): Check for errors.
1169
1170 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1173         once per method on `g'.  This ensures that backends like nnfolder don't
1174         open all their folders.
1175
1176         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1177         (nnimap-request-list): Nix out group in the correct buffer.
1178         (nnimap-parse-flags): Implement by using `read' instead of
1179         hand-parsing.
1180         (nnimap-flags-to-marks): Pass on permanent-flags.
1181         (nnimap-make-process-buffer): Record the server name.
1182         (nnimap-parse-flags): Fix typo.
1183         (nnimap-request-scan): Run split on the server in general, not just a
1184         single group.
1185
1186         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1187         parameter, and propagate this downwards.
1188
1189         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1190         since EXAMINE changes it on the server.
1191
1192         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1193         this command might take a while.
1194
1195 2010-09-22  Julien Danjou  <julien@danjou.info>
1196
1197         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1198         harmful if you have 2 images side-by-side, they can't be properly
1199         update on text deletion.  Using text-property is safer here.
1200         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1201         data.
1202
1203 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * nnimap.el (nnimap-expunge-inbox): Removed.
1206         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1207         (nnimap-expunge): Flip default to t.
1208
1209         * gnus.el (gnus-method-to-server): Don't push things to the cache
1210         unless it's unique.
1211         (gnus-server-to-method): Ditto.
1212
1213 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1214
1215         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1216
1217 2010-09-22  Julien Danjou  <julien@danjou.info>
1218
1219         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1220         get the start of data.
1221         (gnus-html-encode-url): Add this function to encode special chars in
1222         URL.
1223         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1224         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1225
1226         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1227         default.
1228         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1229
1230         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1231         images alt-text.
1232         (gnus-html-put-image): Put alt-text as help-echo.
1233
1234 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1237         * mm-util.el (mm-decompress-buffer)
1238         * nnir.el (nnir-run-find-grep)
1239         * pop3.el (pop3-list): Use 3rd arg of split-string.
1240
1241         * time-date.el (format-seconds): Comment fix.
1242
1243         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1244         and byte-optimize-form-code-walker.
1245         (dgnushack-make-auto-load): Don't advise make-autoload.
1246
1247         * lpath.el: Remove Emacs 21 stuff.
1248
1249 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1252         outside the active range.  Suggested by Dan Christensen.
1253
1254         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1255         slightly later to avoid double-getting it.
1256
1257         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1258         previous patch.
1259
1260         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1261
1262 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1263
1264         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1265
1266 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * gnus-int.el (gnus-open-server): Give a better error message in the
1269         "go offline" case.
1270
1271         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1272         marks for nnimap, which is seldom the right thing to do.
1273
1274         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1275         (gnus-same-method-different-name): New function.
1276
1277         * nnimap.el (parse-time): Require.
1278
1279         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1280         method in the presence of many similar methods.
1281
1282         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1283
1284         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1285         nnml-inhibit-expiry.
1286
1287         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1288         find out whether methods are equal.
1289
1290         * nnimap.el (nnimap-find-expired-articles): New function.
1291         (nnimap-process-expiry-targets): New function.
1292         (nnimap-request-move-article): Request the article before looking at
1293         what the Message-ID is.  Fix found by Andrew Cohen.
1294         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1295
1296         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1297         for oldness in addition to being a predicate.
1298
1299         * nnimap.el (nnimap-request-group): When we have zero articles, return
1300         the right data to Gnus.
1301         (nnimap-request-expire-articles): Only delete articles immediately if
1302         the target is 'delete.
1303
1304         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1305         method, this would bug out.
1306
1307         * gnus-group.el (gnus-group-expunge-group): Renamed from
1308         gnus-group-nnimap-expunge, and implemented as a normal interface
1309         function.
1310
1311         * gnus-int.el (gnus-request-expunge-group): New function.
1312
1313         * nnimap.el (nnimap-request-create-group): Implement.
1314         (nnimap-request-expunge-group): New function.
1315
1316 2010-09-21  Julien Danjou  <julien@danjou.info>
1317
1318         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1319         (gnus-html-cache-expired): Add new function.
1320         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1321         wethever we should display image for fetch it.
1322         Compute alt-text earlier to pass it to the fetching function too.
1323         (gnus-html-schedule-image-fetching): Change function argument to only
1324         get one image at a time, not a list.
1325         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1326         cache.
1327         (gnus-html-get-image-data): New function to retrieve image data from
1328         cache.
1329         (gnus-html-put-image): Change buffer argument to use image data rather
1330         than file, and place image above region rather than inserting a new
1331         one. Do not take alt-text as argument, since it's useless now: we place
1332         the image above alt-text.
1333         (gnus-html-prune-cache): Remove.
1334         (gnus-html-show-images): Start to fetch image when we find one, do not
1335         push into a temporary list.
1336         (gnus-html-prefetch-images): Only fetch image if they have expired.
1337         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1338         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1339
1340 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1343
1344 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1347         spec inser "*" if the group isn't active instead of 0.
1348
1349         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1350         opening the server.
1351         (nnimap-request-delete-group): Implement group deletion.
1352         (nnimap-transform-headers): Return the size of the entire message in
1353         the Bytes header, not just the size of the first part.
1354         (nnimap-request-move-article): When moving an article from nnimap,
1355         request the article first so the accepting form has an article to
1356         accept.  Reported by Dan Christensen.
1357         (nnimap-command): Make sure that the error message doesn't error out.
1358
1359 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1360
1361         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1362         we haven't requested anything.
1363
1364 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1367         "".  Fix found by Andrew Cohen.
1368
1369         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1370         instead of -encode-string.
1371
1372 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1375
1376         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1377         by mm-subst-char-in-string.
1378
1379 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1382         waiting for the connection string.
1383
1384         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1385         arriving.
1386
1387         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1388         bogus characters.  This allows selecting certain Gmail groups.
1389
1390         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1391         (nnimap-fetch-partial-articles): New variable.
1392         (nnimap-open-connection): When looking for credentials, also use the
1393         nnimap-server-port.
1394         (nnimap-request-article): Return the group/article number, so that Gnus
1395         `^' works as expected.
1396         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1397         them.
1398
1399         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1400         comments.
1401         (gnus-methods-sloppily-equal): New function.
1402         (gnus): When using the development version of Gnus, load the gnus-load
1403         file.
1404
1405         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1406         `gnus-open-server' on each method before trying to scan them etc.  This
1407         ensures that all the backend parameters are set correctly.
1408
1409         * nnimap.el (nnimap-authenticator): New variable.
1410         (nnimap-open-connection): Allow anonymous login.
1411         (nnimap-transform-headers): The chars header is called Chars not
1412         Bytes.
1413         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1414         drops.
1415
1416         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1417         patch, found by Knut Anders Hatlen.
1418
1419 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1420
1421         * gnus-agent.el (gnus-agent-batch-confirmation)
1422         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1423         to gnus-message.
1424         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1425         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1426         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1427         * gnus-int.el (gnus-open-server): Likewise.
1428         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1429         (gnus-score-check-syntax): Likewise.
1430         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1431         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1432         Likewise.
1433         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1434
1435 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1438         calling conventions so that prefetch doesn't bug out.
1439
1440 2010-09-19  Julien Danjou  <julien@danjou.info>
1441
1442         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1443         rather than `subst-char-in-region' in order to be able to replace ASCII
1444         char by UTF-8 ones.
1445
1446         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1447         than curl.
1448         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1449         the right URL and ALT text on images.
1450         (gnus-html-wash-tags): Fix tag case.
1451         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1452         (gnus-article-html): Add -o display_ins_del=2 option.
1453         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1454
1455 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1458         the extra mail headers, which sometimes seem to happen for unknown
1459         reasons.
1460
1461         * mail-parse.el (mail-header-encode-parameter): Define as
1462         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1463         (or most, perhaps?) mail readers don't understand the latter, but do
1464         understand the former.
1465
1466         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1467         to nil, so that no methods are automatically agentized.  I think this
1468         is probably what most users want.
1469
1470         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1471         from url-retrieve, for instance about invalid URLs.
1472
1473         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1474         groups that have no articles.
1475         (nnimap-request-article): Check that we really got an article when we
1476         requested one.
1477
1478         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1479         doesn't exist.
1480
1481         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1482         nntp buffer so the agent can save it.
1483         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1484         that CRLF doesn't get translated to \n.
1485         (nnimap-open-connection): Don't make 'shell commands only send \n.
1486
1487 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1488
1489         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1490         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1491         Update var name.
1492         (nnml-generate-nov-file): Use dolist.
1493         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1494         Use with-current-buffer.
1495
1496 2010-09-18  Julien Danjou  <julien@danjou.info>
1497
1498         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1499         parallel.
1500
1501 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1504         the range update right.
1505         (nnimap-request-group): Don't make `M-g' bug out on group with no
1506         marks.
1507         (nnoo): Required, so that other packages can require nnimap.
1508         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1509         command we're looking for.  This helps when the server sends more
1510         responses after we've gotten everything we expected.
1511         (nnimap): Add a `newlinep' field to keep track of end-of-line
1512         conventions.
1513         Don't send CRLF to things that don't want it.
1514         (nnimap-request-accept-article): Ditto.
1515
1516 2010-09-18  Julien Danjou  <julien@danjou.info>
1517
1518         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1519         than curl to retrieve images.
1520
1521 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1524         the marks.
1525         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1526         (nnimap-wait-for-connection): New function.
1527         (nnimap-open-connection): If we have PREAUTH, don't query for login
1528         credentials.
1529         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1530         when doing a partial update.
1531
1532 2010-09-18  Julien Danjou  <julien@danjou.info>
1533
1534         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1535         tags.
1536
1537 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * nnimap.el (nnimap-credentials): New function.
1540         (nnimap-open-connection): Use the new function to look for credentials
1541         also on the numeric equivalents of "imap" and "imaps".
1542
1543         * gnus-start.el (gnus-activate-group): Send the info to
1544         gnus-request-group.
1545
1546         * nnimap.el (nnimap-request-group): Have the "check" version of the
1547         function parse flags and update the info, so that a `M-g' get a total
1548         resync of all flags from the group.
1549
1550         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1551         to allow backends to alter the info on group selection.  Also alter all
1552         the backend -request-group functions to take the parameter.
1553
1554         * nnimap.el (nnimap-store-info): New function.
1555         (nnimap-update-info): Store the info for later usage.
1556         (nnimap-request-group): Use the stored info for the dont-check case, so
1557         that we don't retrieve all marks when we enter a group.
1558
1559         * nnimap.el: Use deffoo instead of defun for interface functions.
1560
1561         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1562         update the group info.  This makes the nndraft groups, for instance, go
1563         back to their old behaviour.
1564
1565         * gnus-sum.el (gnus-select-newsgroup): Indent.
1566
1567         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1568         in.
1569         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1570         nothing.
1571
1572         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1573         from methods that are denied.
1574
1575         * gnus-int.el (gnus-method-denied-p): New function.
1576
1577         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1578         store the password instead of netrc.
1579         (nnimap-open-connection): Don't error out when we can't make a
1580         connections.
1581
1582         * auth-source.el (auth-source-create): In the password prompt, say what
1583         we're querying for.  Also prompt for user name if that hasn't been
1584         given.
1585
1586         * nnimap.el (nnimap-with-process-buffer): Removed.
1587
1588 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1591         method when we're reading from the agent.
1592
1593         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1594
1595         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1596         that's probably most useful for users.
1597
1598         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1599         "failed" all the time.
1600
1601         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1602         ...)) with (with-current-buffer ... ).
1603
1604         * nntp.el (nntp-open-server): Return whether the open was successful or
1605         not.
1606
1607         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1608         select an unread unseen article first.
1609
1610         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1611         /etc/services, supply some sensible port defaults.
1612
1613         * dgnushack.el: Define netrc-credentials.
1614
1615 2010-09-17  Julien Danjou  <julien@danjou.info>
1616
1617         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1618
1619 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1620
1621         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1622         doesn't have any parameters.
1623
1624 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1627         only upcased checks.
1628
1629         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1630
1631         * nnimap.el (nnimap-open-shell-stream): New function.
1632         (nnimap-open-connection): Use it.
1633         (nnimap-transform-headers): Get the number of lines in each message.
1634         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1635         number of lines.
1636         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1637         problem.
1638
1639         * utf7.el (utf7-encode): Autoload.
1640
1641         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1642         to allow the mail splitting to not return a default group.  This is
1643         useful for nnimap, which will leave unmatched mail in the inbox.
1644
1645         * nnimap.el: Rewritten.
1646
1647         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1648         nnimap usage.
1649
1650         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1651         if the move is internal, so that nnimap can do fast internal moves.
1652
1653         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1654         data.
1655         (gnus-read-active-for-groups): Support finishing the early retrieval of
1656         data.
1657
1658         * gnus-range.el (gnus-range-nconcat): New function.
1659
1660         * gnus-int.el (gnus-finish-retrieve-group-infos)
1661         (gnus-retrieve-group-data-early): New functions.
1662
1663 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1664
1665         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1666         (nnrss-retrieve-groups):
1667         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1668         (pop3-quit): Use with-current-buffer.
1669
1670 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1673         instead of nnheader-accept-process-output.
1674
1675         * dgnushack.el (dgnushack-compile): Add comment.
1676
1677         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1678
1679         * gnus-html.el (gnus-html-schedule-image-fetching)
1680         (gnus-html-prefetch-images): Replace process-kill-without-query by
1681         gnus-set-process-query-on-exit-flag.
1682
1683 2010-09-16  Romain Francoise  <romain@orebokech.com>
1684
1685         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1686
1687 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1690         parameter to unintern is mandatory-ish in Emacs 24.
1691
1692         * gnus-html.el (gnus-html-schedule-image-fetching)
1693         (gnus-html-prefetch-images): Check for curl before using it.
1694
1695         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1696         depend on curl, which isn't essential.
1697
1698         * imap.el: Revert back to version
1699         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1700         seem problematic.
1701
1702 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1703
1704         * gnus-registry.el (gnus-registry-install-shortcuts):
1705         Explicitly pass `obarray' to `unintern' to avoid a warning.
1706
1707 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1710         change.
1711
1712         * nnrss.el (nnrss-request-list): Removed this function and related
1713         functions, including the moreover stuff.
1714
1715 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * nnrss.el (nnrss-retrieve-groups): New function.
1718
1719 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1720
1721         * .dir-locals.el: Add no-byte-compile cookie.
1722
1723 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * time-date.el (format-seconds): Comment fix.
1726
1727         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1728         for back end that doesn't support request-scan.
1729
1730 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1733         then do request scans from the backends.
1734
1735         * netrc.el (netrc-credentials): New conveniency function.
1736
1737         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1738         avoid running a hook per line, since this takes a lot of time,
1739         profiling shows.
1740         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1741         directly if gnus-visual-p is true.
1742
1743 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1746         groups; replace mapcar with dolist which is a bit faster; pass groups
1747         info to gnus-read-active-file-1.
1748         (gnus-read-active-file-1): Scan only specified groups if the new
1749         optional arg `infos' is given.
1750
1751 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1754
1755         * pop3.el (pop3-movemail): Removed.
1756         (pop3-streaming-movemail): Renamed to pop3-movemail.
1757
1758         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1759         don't restrict end-tag searches to the end of the line.
1760
1761 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1764         articles of every unchecked group to t, which means unknown since the
1765         server has never been opened.
1766
1767 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-html.el (gnus-html-show-alt-text): New command.
1770         (gnus-html-browse-image): Ditto.
1771         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1772         to browse the image directly.
1773         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1774         better.
1775
1776         * gnus-async.el (gnus-async-article-callback): Call
1777         `gnus-html-prefetch-images' unconditionally.
1778
1779         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1780         before feeding URLs to curl.
1781
1782 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1785         internal images as deletable by `W D D'.
1786
1787         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1788         (gnus-async-article-callback): Fix typo.
1789
1790 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1793         current line to work around bugs in the output from w3m.
1794
1795         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1796         for groups that want that.
1797
1798         * nntp.el (nntp-wait-for-string): Supply a timeout for
1799         accept-process-output to ensure progress.
1800
1801         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1802         level to get unread articles from, then use that for foreign groups,
1803         too.
1804
1805         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1806         confuses the rest of the function.
1807
1808         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1809         for the methods that support -retrieve-groups, too.
1810
1811         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1812
1813 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1816         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1817
1818         * pop3.el: Require cl when compiling.
1819         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1820
1821 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1824         that aren't going to be activated.
1825         (gnus-get-unread-articles): Fix up the last commit.
1826
1827         * gnus-html.el (gnus-article-html): Allow calling without specifying
1828         the handle.  In that case, dissect the buffer first.
1829
1830         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1831
1832         * nnimap.el (nnimap-open-connection): Revert the change that would look
1833         into authinfo for imaps instead of imap.
1834
1835         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1836         say that you don't want to call gnus-request-group with don-check, but
1837         do check the reponse.  This is for virtual groups only.
1838         (gnus-get-unread-articles): Count the archive groups as secondary, so
1839         that they're activated the same way as before.
1840
1841         * imap.el (imap-message-map): Removed optional buffer parameter, since
1842         no callers use it.
1843         (imap-message-get): Ditto.
1844         (imap-message-put): Ditto.
1845         (imap-mailbox-map): Ditto.
1846         (imap-mailbox-put): Ditto.
1847         (imap-mailbox-get): Ditto.
1848         (imap-mailbox-get): Revert last change for this function.
1849
1850         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1851         case-insensitively.
1852         (nnimap-debug): Removed.
1853
1854         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1855         to use `imap-fetch' instead.  According to the comments, this should be
1856         safe, since all other IMAP clients use the 1:* syntax.
1857         (imap-enable-exchange-bug-workaround): Removed.
1858         (imap-debug): Removed -- doesn't seem very useful.
1859
1860         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1861         mail from a file, and the file doesn't exist.
1862
1863         * imap.el (imap-log): New convenience function used throughout instead
1864         of repeating the same code all over the place.
1865
1866         * pop3.el (pop3-streaming-movemail): Return t for success.
1867
1868         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1869         .authinfo if we're using ssl connection.
1870
1871         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1872         already have if we're in a main Gnus `g' run.
1873
1874         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1875
1876 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1879
1880         * nnmh.el (nnmh-request-list-1): Bind `file'.
1881
1882         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1883         alias to set-process-query-on-exit-flag or process-kill-without-query.
1884         (pop3-open-server): Use it.
1885
1886 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1889         box to the Incoming file.  Fixes mistake in previous checkin.
1890
1891         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1892         request loop (for debugging purposes) removed.
1893
1894         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1895         culprit is more visible.
1896         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1897         (nnml-add-incremental-nov): New functions to do "incremental" nov
1898         updates, where we just append to the end of the existing nov files
1899         without reading/writing them in full.
1900
1901         * mail-source.el (mail-source-delete-crash-box): Really only check the
1902         incoming files once in a while.
1903
1904         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1905
1906         * mail-source.el (mail-source-delete-crash-box): Only check the
1907         incoming files for deletion once per day to save a lot of file
1908         accesses.
1909
1910         * pop3.el (pop3-logon): Fix up unbound variable typo.
1911
1912         * mail-source.el (pop3-streaming-movemail): Autoload.
1913
1914         * pop3.el (pop3-streaming-movemail): Respect
1915         pop3-leave-mail-on-server.
1916
1917         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1918         retrieval.
1919
1920         * pop3.el (pop3-process-filter): Removed unused function.
1921         (pop3-streaming-movemail, pop3-send-streaming-command)
1922         (pop3-wait-for-messages, pop3-write-to-file)
1923         (pop3-number-of-responses): New functions for streaming pop3
1924         retrieval.
1925
1926         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1927         come from no known methods.
1928         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1929         list.
1930
1931         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1932         message sizes.
1933         (pop3-movemail): Use erase-buffer instead of looping and deleting
1934         regions, which seems rather odd.
1935
1936         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1937         file once per `g' run.
1938
1939         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1940         directories.  This makes the draft queue directory work.
1941
1942         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1943         data from the backends, so that we only request the list of groups from
1944         each method once.  This should speed things up considerably.
1945
1946         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1947         detect that it's not implemented.
1948
1949         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1950         we actually do recurse down into the tree, but don't stat all leaf
1951         nodes.
1952
1953         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1954         then say so instead of bugging out.
1955
1956         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1957         files exist before trying to read them.
1958
1959         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1960         around <pre_int>.
1961
1962         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1963
1964         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1965
1966 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * mm-util.el (mm-image-load-path): Just return the image directories,
1969         not all directories in the path in addition to the image directories.
1970         (mm-image-load-path): Maintain a cache of the image directories so that
1971         the `g' command in Gnus doesn't have to stat dozens of directories each
1972         time.
1973
1974         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1975         (gnus-html-wash-tags): Add a new `i' command to insert images.
1976         (gnus-html-insert-image): New command and keystroke.
1977         (gnus-html-redisplay-with-images): New command and keystroke.
1978         (gnus-html-show-images): Renamed command.
1979         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1980         spacers.
1981         (gnus-html-wash-tags): Decode entities at the end, so that entities
1982         inside the tags don't mess up the rest of the "parsing".
1983
1984         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1985         so that nnimap methods aren't agentized by default.  There's apparently
1986         many problems related to agent/imap behaviour.
1987
1988         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1989
1990         * gnus-html.el: Doc fix.
1991
1992 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1995         specifier-spec-list for Emacs 21.
1996
1997         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1998         glyph-width and glyph-height instead of display-graphic-p and
1999         image-size; make avoidance of displaying small images work for XEmacs.
2000
2001         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2002         for XEmacs.
2003
2004         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2005         of symbol that holds plist data.
2006         (gnus-process-plist): Remove plist of process after getting it.
2007
2008 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * message.el (message-generate-hashcash): Change default to
2011         'opportunistic if hashcash is installed.
2012
2013         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2014         (gnus-html-put-image): Only call image-size once, since it's somewhat
2015         time-consuming on remote X servers.
2016
2017 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2020         type on data, not a file name.
2021
2022         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2023         window-pixel-edges for Emacs 21.
2024
2025         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2026         decoded contents.
2027         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2028
2029 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2032         group line format, since it isn't very interesting.
2033
2034         * gnus-agent.el (gnus-agent-short-article),
2035         (gnus-agent-long-article): Increase values for these two variables,
2036         since most people are likely to have more network connection and
2037         storage than before.
2038
2039         * gnus.el (gnus-refer-article-method): Change default to 'current.
2040         When referring an article, the common behaviour is to refer it from the
2041         current select method, not the native select method.  The chances of
2042         the native select method having the message in question is rather slim
2043         these days.
2044
2045         * gnus-sum.el (gnus-auto-select-subject): Change default to
2046         `unseen-or-unread'.  I think it's likely that most people want to
2047         select an unseen article over a previously seen, but unread one.
2048
2049         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2050         means that in the article buffer none of the minor mode elements will
2051         be shown, usually, and this is not desirable in most cases.
2052
2053         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2054         that commands like `d' (and the like) go to the next line in the
2055         buffer, instead of the next unread article.  I think this is the
2056         behaviour that is most natural for most users.
2057         (gnus-single-article-buffer): Change default to nil, so that people can
2058         have as many article buffers open as they have summary buffer.  I think
2059         this is the most natural way for the groups to behave.
2060
2061         * message.el (message-generate-new-buffers): Change default to
2062         `unsent', so that all new message buffers start their names with the
2063         string "*unsent", and it's easier to find the buffers if you move from
2064         them.
2065
2066 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2069         small.  They're probably tracking images.
2070         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2071         (gnus-html-rescale-image): Yet another try at getting the image sizing
2072         right.
2073
2074         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2075         nntp-marks-file-name is nil.
2076
2077 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2078
2079         * gnus-html.el (gnus-html-wash-tags)
2080         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2081         Better logging.
2082
2083 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2086
2087         * gnus-html.el (gnus-html-wash-tags): Check the value of
2088         gnus-blocked-images in the summary buffer.
2089
2090 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2091
2092         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2093
2094 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2097         like "a", it seems like.
2098         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2099         since it needs to be picked from the correct buffer.
2100
2101         * nnwfm.el: Removed.
2102
2103         * nnlistserv.el: Removed.
2104
2105 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2106
2107         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2108         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2109
2110 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * nnkiboze.el: Removed.
2113
2114         * nndb.el: Removed.
2115
2116         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2117         alt text.
2118         (gnus-html-rescale-image): Try to get the rescaling logic right for
2119         images that are just wide and not tall.
2120
2121         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2122         overshadow variable bindings.
2123
2124 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2125
2126         * gnus-html.el (gnus-html-wash-tags)
2127         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2128         extra logging.
2129
2130 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2133         (gnus-max-image-proportion): New variable.
2134         (gnus-html-rescale-image): New function.
2135         (gnus-html-put-image): Rescale images.
2136
2137 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2138
2139         Fix up some byte-compiler warnings.
2140         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2141         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2142         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2143         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2144         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2145         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2146         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2147
2148 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-html.el (gnus-article-html): Decode contents by charset.
2151
2152 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2155         (gnus-html-frame-width, gnus-blocked-images)
2156         * message.el (message-prune-recipient-rules): Add custom version.
2157         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2158
2159         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2160         functions.
2161
2162         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2163         gnus-process-get.
2164
2165 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2166
2167         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2168         instead of lsub directly.
2169
2170 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2171
2172         * nnwarchive.el: Removed.
2173
2174         * gnus-soup.el: Removed.
2175
2176         * nnsoup.el: Removed.
2177
2178         * nnultimate.el: Removed.
2179
2180         * gnus-html.el (gnus-blocked-images): New variable.
2181
2182         * message.el (message-prune-recipients): New function.
2183         (message-prune-recipient-rules): New variable.
2184
2185         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2186         guess whether a long line is natural text or not.
2187
2188         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2189         gnus-process-plist and friends for compatibility.
2190
2191 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2192
2193         * gnus-html.el: Require packages that define macros used in this file.
2194         (gnus-article-mouse-face): Declare to silence byte-compiler.
2195         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2196         process-get.
2197         (gnus-html-put-image): Use plist-get to avoid getf.
2198         (gnus-html-prefetch-images): Use with-current-buffer.
2199
2200 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-ems.el: Provide compatibility functions for
2203         gnus-set-process-plist.
2204
2205         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2206         header-line-format for XEmacs 21.4.
2207
2208         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2209         * gnus.el (gnus-valid-select-methods)
2210         * message.el (message-send-mail-partially-limit)
2211         * mm-decode.el (mm-text-html-renderer)
2212         * mml.el (mml-insert-mime-headers-always)
2213         * smiley.el (smiley-regexp-alist): Bump custom version.
2214
2215 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * gnus-html.el: require mm-url.
2218         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2219         with the url to `url'.
2220         (gnus-html-wash-tags): Support cid: URLs/images.
2221
2222 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2225         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2226         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2227
2228         * gnus-move.el: Removed file, since it doesn't really work.
2229
2230         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2231         UTF-8.  This seems to fix problems with some German web feeds.
2232
2233         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2234         at the top so that the proper colours are applied.
2235
2236         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2237         don't have dots in their names.
2238
2239         * gnus-art.el (gnus-article-view-part): Doc fix.
2240
2241         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2242         XEmacs-compatible.
2243         (gnus-html-put-image): Don't do images on non-graphic displays.
2244
2245         * nnslashdot.el: Removed this unused backend.
2246
2247         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2248         actions.
2249         (gnus-undo-register-1): Revert last change.
2250
2251         * gnus-group.el (gnus-group-completing-read): Protect against not
2252         having completion-styles bound.
2253
2254         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2255         make broken recipients happier.
2256
2257         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2258
2259         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2260         point parameter.
2261
2262         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2263
2264         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2265         completion-styles for group selection.
2266
2267 2009-02-04  Andreas Schwab  <schwab@suse.de>
2268
2269         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2270         headers and regexp-quote the match if necessary.
2271
2272 2009-03-24  Miles Bader  <miles@gnu.org>
2273
2274         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2275         the blinking smiley.
2276
2277 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2278
2279         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2280         blink smiley.
2281
2282 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2285         where the dribbel file lives exists.
2286
2287         * message.el (message-send-mail-partially-limit): Change the default to
2288         nil, since most people don't want this.
2289
2290         * mm-url.el (mm-url-decode-entities): Also decode entities like
2291         &#x3212.
2292
2293 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2294
2295         * gnus-sum.el (gnus-summary-idna-message):
2296         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2297         Hyperlink urls in docstrings with URL `...'.
2298
2299 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2300
2301         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2302         functions.
2303
2304 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2307         say what the mouseover text should be.
2308
2309         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2310         version of the mm-w3m-safe-url-regexp variable to only download images
2311         in the groups where we want that to happen.
2312
2313         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2314
2315         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2316         easier debugging.
2317         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2318         big pictures in the article buffer.
2319
2320         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2321         gnus-article-html.
2322         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2323         w3m.
2324
2325         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2326
2327 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2330         which doesn't exist.
2331
2332         * message.el (message-inhibit-ecomplete): New variable to allow some
2333         function to inhibit ecomplete address storage.
2334         (message-resend): Disable ecomplete message storage when resending
2335         messages.
2336
2337         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2338
2339 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2342         Save excursion while copying, moving, and deleting articles in order to
2343         prevent the cursor from jumping to unforeseen place.
2344
2345 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * lpath.el: No need to bind bookmark-current-buffer,
2348         bookmark-yank-point and bookmark-make-record-function.
2349
2350 2010-08-17  Glenn Morris  <rgm@gnu.org>
2351
2352         * gnus-sync.el: Require gnus components whose functions are used.
2353
2354         * gnus-art.el (bookmark-make-record-function):
2355         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2356         Declare for compiler.
2357
2358         * mm-url.el (mml-compute-boundary): Autoload.
2359
2360 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2363
2364 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         Typo fix "hoo4a" -> "hook".
2367
2368         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2369
2370 2010-08-14  Glenn Morris  <rgm@gnu.org>
2371
2372         * gnus-sync.el (gnus-sync): Fix defgroup version.
2373
2374 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2375
2376         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2377
2378         * gnus-sync.el: Fix docs.
2379         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2380         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2381
2382 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2383
2384         Optimizations for gnus-sync.el.
2385
2386         * gnus-sync.el: Add docs about gnus-sync-backend
2387         possibilities.
2388         (gnus-sync-save): Remove unnecessary message.
2389         (gnus-sync-read): Optimize and show what groups were skipped.
2390
2391 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2392
2393         Minor bug fixes for gnus-sync.el.
2394
2395         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2396         read the sync on get-new-news.
2397
2398         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2399         quiet.
2400
2401         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2402
2403 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2404
2405         Make saving and restoring of hidden threads work with overlays.
2406         Patch applied by Ted Zlatanov.
2407
2408         * gnus-sum.el (gnus-hidden-threads-configuration)
2409         (gnus-restore-hidden-threads-configuration): Update to deal with text
2410         properties, rather than searching for a magic character.
2411
2412 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         New gnus-sync.el library for synchronization of marks.
2415
2416         * gnus-sync.el: New library for synchronization of marks.
2417
2418         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2419         renamed from `gnus-registry-grep-in-list'.
2420
2421         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2422
2423         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2424
2425 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2428         determining charset of text fails.
2429
2430 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * nnmail.el (nnmail-get-new-mail-1): Revert.
2433
2434         * nnml.el (nnml-active-number): Make sure names of newly created groups
2435         in nnml-group-alist are encoded.
2436
2437 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2440         containing non-ASCII characters in active file for nnml back end.
2441
2442 2010-07-24  David Engster  <dengste@eml.cc>
2443
2444         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2445         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2446
2447 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2448
2449         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2450         tag (Bug#6654).
2451
2452 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2455         the article buffer, not the summary buffer.
2456
2457 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2460         Emacs 23 as well.
2461
2462 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2465         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2466
2467 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2468
2469         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2470         Patch applied by Karl Fogel.
2471
2472         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2473         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2474
2475 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2476
2477         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2478         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2479         C-w still not working correctly from Article buffers; Thierry's
2480         patch to fix that will be applied after this.
2481
2482         * gnus-art.el (bookmark-make-record-function): New local variable.
2483
2484         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2485         article buffer.
2486         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2487
2488 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2489
2490         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2491         on changes in bookmark.el.
2492
2493 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2496         `no-log' instead of message not to log prompt string.
2497
2498 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2499
2500         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2501         the *other* type of HTML form submission.
2502
2503 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2504
2505         * auth-source.el (auth-source-pick): If choice does not contain a
2506         questioned keyword, set the check to t.
2507
2508 2010-06-12  Romain Francoise  <romain@orebokech.com>
2509
2510         * gnus-util.el (gnus-date-get-time): Move up before first use.
2511
2512 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2515         (gnus-article-edit-part): Bind it to make last part that is substituted
2516         or deleted visible.
2517         (gnus-mime-display-single): Buttonize part of which id equals to
2518         gnus-mime-buttonized-part-id.
2519
2520 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2521
2522         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2523         (gnus-dd-mmm): Use gnus-date-get-time.
2524         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2525         simplify logic.
2526         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2527         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2528
2529 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2530
2531         * auth-source.el (top): Autoload `secrets-list-collections',
2532         `secrets-create-item', `secrets-delete-item'.
2533         (auth-sources): Fix tag string.
2534         (auth-get-source, auth-source-retrieve, auth-source-create)
2535         (auth-source-delete): New defuns.
2536         (auth-source-pick): Rewrite in order to avoid 2 passes.
2537         (auth-source-forget-user-or-password): New parameter USERNAME.
2538         (auth-source-user-or-password): New parameters CREATE-MISSING and
2539         DELETE-EXISTING.  Retrieve password interactively, if needed.
2540
2541 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2542
2543         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2544         deleting unused directories when gnus-expert-user is t.
2545
2546 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2549         for each temp file when gnus-article-browse-delete-temp is ask.
2550
2551 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2552
2553         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2554         Lisp calls to delete-backward-char by calls to delete-char.
2555
2556 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2557
2558         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2559
2560 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2561
2562         * password-cache.el (password-cache-remove): Fix docstring.
2563
2564 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2567         article unless decoding article to be saved.
2568
2569 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2572         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2573         generated within the mm-with-unibyte-current-buffer macro.
2574
2575 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2578         to nil when we're in a mml-preview buffer and no group is selected.
2579
2580 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2581
2582         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2583         when catching the `C-g'.  Reported by "Leo".
2584
2585 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * message.el (message-forward-make-body-plain)
2588         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2589         multibyte-string-p.
2590
2591         * lpath.el: Revert.
2592
2593 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * message.el (message-forward-make-body-mml): Assume original message
2596         is multibyte string; error on unibyte.
2597         (message-forward-make-body-plain): Ditto; don't add excessive newline
2598         in body end.
2599
2600         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2601
2602 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2603
2604         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2605         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2606
2607 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * mm-extern.el (mm-extern-url): Don't use
2610         mm-with-unibyte-current-buffer.
2611         (mm-extern-cache-contents): Use with-current-buffer instead of
2612         save-excursion + set-buffer.
2613
2614 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * mm-util.el (mm-emacs-mule): Remove.
2617
2618 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2619
2620         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2621         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2622         change.
2623
2624 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2627         bind the default value of enable-multibyte-characters to nil.
2628
2629 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * message.el (message-forward-make-body-plain)
2632         (message-forward-make-body-mml):
2633         Don't use mm-with-unibyte-current-buffer.
2634
2635 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2636
2637         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2638
2639 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2640
2641         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2642         (Bug#5592).
2643
2644 2010-05-07  Julien Danjou  <julien@danjou.info>
2645
2646         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2647         it to mm-pipe-part.
2648
2649         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2650         it is given.
2651
2652 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * binhex.el (binhex-decode-region-internal)
2655         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2656         (dns-query)
2657         * nnweb.el (nnweb-gmane-search)
2658         * pgg-parse.el (pgg-parse-armor)
2659         * pgg.el (pgg-verify-region)
2660         * sha1.el (sha1-string-external)
2661         * uudecode.el (uudecode-decode-region-internal)
2662         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2663         XEmacs.
2664
2665         * gnus-art.el (gnus-article-browse-html-parts)
2666         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2667         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2668         make-temp-file.
2669
2670         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2671         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2672         compiling.
2673
2674         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2675         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2676         XEmacs when compiling.
2677
2678         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2679         gnus-pick-mode-off-hook for XEmacs when compiling.
2680         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2681         gnus-binary-mode-off-hook for XEmacs when compiling.
2682
2683         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2684         nil if char-charset is not available.
2685
2686         * imap.el (imap-disable-multibyte)
2687         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2688         macros.
2689
2690         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2691         instead of encode-coding-string.
2692
2693         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2694         'xemacs) instead of mm-emacs-mule to switch function definitions.
2695         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2696
2697         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2698         bind temporary-file-directory for XEmacs;
2699         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2700         timer-set-function for XEmacs 21.4 and SXEmacs;
2701         bind timer-list for XEmacs 21.4 and SXEmacs;
2702         fbind char-charset and find-charset-region for non-Mule XEmacs;
2703         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2704         encode-coding-region and encode-coding-string for XEmacs having no
2705         file-coding feature.
2706
2707 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2708
2709         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2710
2711 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2714         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2715
2716 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2717
2718         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2719         alias `jka-compr-delete-temp-file' no longer exists.
2720
2721 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2722
2723         Use define-minor-mode in Gnus where applicable.
2724         * mml.el (mml-mode): Use define-minor-mode.
2725         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2726         (gnus-undo-mode): Use define-minor-mode.
2727         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2728         (gnus-dead-summary-mode): Use define-minor-mode.
2729         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2730         Initialize in declaration.
2731         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2732         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2733         (gnus-mailing-list-mode): Use define-minor-mode.
2734         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2735         (gnus-draft-mode): Use define-minor-mode.
2736         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2737         (gnus-dired-mode): Use define-minor-mode.
2738
2739 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2740
2741         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2742         handles on recursive mml-to-mime translation and check them for
2743         boundary delimiter collisions.  Reported by Greg Troxel.
2744
2745 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2748
2749 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2750
2751         * mm-util.el (mm-find-buffer-file-coding-system):
2752         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2753
2754 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2755
2756         * message.el (message-generate-headers): Record insertion of optional
2757         headers as well.  Otherwise the check to prevent repeated insertion of
2758         optional headers is a no-op.
2759
2760 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2761
2762         * smime.el: Don't mention CVS.
2763
2764         * nnrss.el (nnrss-fetch): Don't mention CVS.
2765
2766         * nnir.el: Don't mention CVS.
2767
2768 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2769
2770         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2771
2772 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * lpath.el: Fbind bookmark-default-handler,
2775         bookmark-get-bookmark-record, bookmark-make-record-default,
2776         bookmark-prop-get for Emacs <23 and XEmacs.
2777
2778 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2779
2780         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2781         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2782         Use with-current-buffer to silence the byte-compiler.
2783         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2784         bother to require `gnus'.
2785         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2786
2787 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2788
2789         * gnus-sum.el (gnus-summary-bookmark-make-record)
2790         (gnus-summary-bookmark-jump): New functions.
2791         (gnus-summary-mode): Setup bookmark support.
2792
2793 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2794
2795         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2796         if set.
2797
2798 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2801         gnus-article-browse-html-save-cid-image; make it work recursively for
2802         forwarded messages as well.
2803         (gnus-article-browse-html-parts): Work when prefix arg is given.
2804         (gnus-article-browse-html-article): Doc fix.
2805
2806 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2807
2808         * message.el (message-default-mail-headers):
2809         (message-default-headers): Carry the value mail-default-headers over
2810         into message-default-mail-headers, rather than message-default-headers.
2811
2812 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2813
2814         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2815         charset.
2816
2817         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2818         charset into the <meta> tag when the article is encoded to utf-8.
2819
2820 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2823         directories as well.
2824         (gnus-article-browse-html-parts): Work for images that do not specify
2825         file names; delete temp directory when quitting; insert header at the
2826         right place; use file: scheme for image files.
2827
2828 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2829
2830         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2831         (gnus-article-browse-html-parts): Use it to make temporary cid image
2832         files in addition to html file so that browser may display them.
2833
2834 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2837
2838 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2839
2840         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2841
2842 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2843
2844         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2845         about Secret Service API sources.  Improve Customize options.
2846         (auth-source-pick): Change to accept any number of search parameters.
2847         Implement fallbacks iteratively, not recursively.  Add scoring on the
2848         second pass and sort by score.  Call Secret Service API when needed.
2849         (auth-source-user-or-password): Use it.  Call Secret Service API
2850         directly when needed to get the user name and the password.
2851
2852 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2853
2854         * message.el (message-interactive): Doc fix.
2855         (message-qmail-inject-args): Reflow.
2856         (message-kill-to-signature): Fix typo in docstring.
2857
2858         * smiley.el (smiley-buffer): Fix typo in docstring.
2859
2860 2010-03-24  Glenn Morris  <rgm@gnu.org>
2861
2862         * mail-source.el (gnus-message): Declare.
2863         (mail-source-delete-old-incoming): Require gnus-util.
2864
2865 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2868
2869         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2870
2871         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2872         password-cache's default if it is not bound.
2873         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2874         password-cache-expiry's default if it is not bound.
2875
2876         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2877         available in Emacs 21.
2878
2879         * lpath.el: Suppress compiler warnings for:
2880         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2881         XEmacs;
2882         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2883         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2884         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2885
2886 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         * auth-source.el (auth-sources): Fix up definition so extra parameters
2889         are always inline.
2890
2891 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2892
2893         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2894         wasn't updated after mismatch.  Clear cached mailbox info correctly
2895         when uidvalidity changes.
2896         (nnimap-group-prefixed-name): New function to avoid some code
2897         duplication.
2898         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2899         (nnimap-request-group): Use it.
2900         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2901         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2902         with many imap folders.  This is done by caching the group status from
2903         the imap server persistently in a group parameter `imap-status'.  (This
2904         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2905         but not persistently, so every Gnus startup was still very slow.)
2906
2907 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2908
2909         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2910         delete the extra newline.  Otherwise editing of :string and :number
2911         types don't work.
2912
2913 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2916         secrets.el dependency.
2917         (auth-sources): Add optional user name.  Add secrets.el configuration
2918         choice (unused right now).
2919
2920 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2923         `gnus-registry-install-shortcuts' fill in the functions.
2924
2925         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2926         warnings.
2927         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2928         (gnus-registry-install-shortcuts): Populate and use it in a
2929         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2930
2931 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2932
2933         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2934         In-place substitutions for the group name encoding/decoding.
2935         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2936         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2937         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2938         (nnimap-update-unseen, nnimap-request-list)
2939         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2940         (nnimap-request-set-mark, nnimap-split-to-groups)
2941         (nnimap-split-articles, nnimap-request-newgroups)
2942         (nnimap-request-create-group, nnimap-request-accept-article)
2943         (nnimap-request-delete-group, nnimap-request-rename-group)
2944         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2945         `encoded-mbx' for consistency.
2946         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2947         variable `imap-current-mailbox'.
2948
2949         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2950         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2951
2952 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2953
2954         * pop3.el (pop3-display-message-size-flag): Display message size byte
2955         counts during POP3 download.
2956         (pop3-movemail): Use it.
2957         (pop3-list): Implement listing of available messages.
2958
2959 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2960
2961         * nnir.el (nnir-get-article-nov-override-function): New function to
2962         override the normal NOV retrieval.
2963         (nnir-retrieve-headers): Use it.
2964
2965 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2966
2967         * auth-source.el (netrc-machine-user-or-password): Autoload.
2968
2969 2010-03-19  Glenn Morris  <rgm@gnu.org>
2970
2971         Stop message.el from loading about 40 libraries it doesn't always need.
2972         The general approach is to autoload rather than require, and to
2973         require in the specific functions rather than the file.  (Bug#5642)
2974
2975         * gmm-utils.el: Don't require wid-edit.
2976         (widget-create-child-value, widget-convert, widget-default-get):
2977         Autoload.
2978
2979         * gnus-util.el: Don't require time-date, netrc.
2980         (message-fetch-field, gnus-group-name-decode): Declare rather than
2981         autoloading.
2982         (gnus-fetch-field): Require message.
2983         (gnus-decode-newsgroups): Require gnus-group.
2984
2985         * ietf-drums.el: Don't require time-date.
2986
2987         * message.el: Don't require hashcash, canlock, ecomplete.
2988         Do require mail-utils.  Require nnheader only when compiling.
2989         (smtpmail-default-smtp-server): Remove declaration.
2990         (message-send-mail-function): Check smtpmail-default-smtp-server
2991         is bound rather than requiring smtpmail.
2992         (message-auto-save-directory, message-insert-signature): Use
2993         expand-file-name rather than nnheader-concat.
2994         (nnheader-insert-file-contents): Autoload.
2995         (hashcash-wait-async): Declare.
2996         (message-send-mail): Only call gnus-setup-posting-charset if
2997         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2998         (message-send-mail-with-sendmail): Require sendmail.
2999         (canlock-password, canlock-password-for-verify): Declare.
3000         (message-canlock-password): Require canlock.
3001         (nnheader-get-report): Autoload.
3002         (gnus-setup-posting-charset): Declare.
3003         (message-send-news): Require gnus-msg.
3004         (message-make-references, message-make-in-reply-to): Use mail-header-id
3005         rather than the alias mail-header-message-id.
3006         (ecomplete-add-item, ecomplete-save): Declare.
3007         (message-put-addresses-in-ecomplete): Require ecomplete.
3008         (ecomplete-display-matches): Autoload.
3009
3010         * mm-decode.el: Don't require mailcap, gnus-util.
3011         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3012         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3013         Autoload.
3014         (mailcap-mime-extensions): Declare.
3015
3016         * mm-encode.el: Don't require mailcap.
3017         (mailcap-extension-to-mime): Autoload.
3018
3019         * mml-sec.el: Don't require password-cache.
3020
3021         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3022         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3023         (mml-minibuffer-read-type): Require mailcap.
3024         (mml-preview): Require gnus-msg.
3025
3026         * mml1991.el: Require password-cache.
3027         (password-cache-expiry): Remove declaration.
3028
3029         * mml2015.el: Require password-cache.
3030         (password-cache-expiry): Remove declaration.
3031
3032         * nneething.el (mailcap): Require mailcap.
3033
3034         * nnheader.el (declare-function): Add compatibility stub.
3035         (message-remove-header): Declare rather than autoload.
3036         (nnheader-replace-header): Require message.
3037
3038         * nnimap.el (declare-function): Add compatibility stub.
3039         (netrc-parse, netrc-machine-user-or-password): Declare.
3040         (nnimap-open-connection): Require netrc.
3041
3042         * nntp.el (declare-function): Add compatibility stub.
3043         (netrc-parse, netrc-machine, netrc-get): Declare.
3044         (nntp-send-authinfo): Require netrc.
3045
3046         * rfc2047.el: Don't require qp.
3047         (quoted-printable-encode-region, quoted-printable-decode-string):
3048         Autoload.
3049
3050         * sieve-mode.el: Don't require easymenu.
3051         (easy-menu-add-item): Autoload it.
3052
3053         * spam-stat.el (time-to-number-of-days): Autoload it.
3054
3055 2010-03-19  Glenn Morris  <rgm@gnu.org>
3056
3057         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3058
3059 2010-03-18  Glenn Morris  <rgm@gnu.org>
3060
3061         * hashcash.el (declare-function): Remove duplicate definition.
3062
3063 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3064
3065         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3066         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3067         value if any backslash escapes).
3068
3069 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3072         if it is available.  (bug#5647)
3073
3074         * lpath.el: Suppress compiler warning for coding-system-from-name for
3075         Emacs 21 and XEmacs.
3076
3077 2010-03-14  Juri Linkov  <juri@jurta.org>
3078
3079         * hmac-def.el:
3080         * hmac-md5.el:
3081         * netrc.el: Fix keywords.
3082
3083 2010-02-26  Glenn Morris  <rgm@gnu.org>
3084
3085         * message.el (message-send-mail-function): Change the default, so that
3086         it inherits from a customized send-mail-function.  (Bug#5643)
3087
3088 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3089
3090         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3091         shell-command-to-string signals an error (bug#5299).
3092
3093 2010-02-24  Glenn Morris  <rgm@gnu.org>
3094
3095         * message.el (message-smtpmail-send-it)
3096         (message-send-mail-with-mailclient): Doc fixes.
3097
3098 2010-02-16  Glenn Morris  <rgm@gnu.org>
3099
3100         * message.el (message-default-mail-headers): Change the default value
3101         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3102
3103 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3106         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3107
3108 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3109
3110         * time-date.el (date-to-time): Doc fix (Bug#5408).
3111
3112 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3113
3114         * message.el (message-mail): Just pass yank-action on to message-setup.
3115         (message-setup): Handle (FUN . ARGS) form of yank-action.
3116         (message-with-reply-buffer, message-widen-reply)
3117         (message-yank-original): Handle non-buffer values of
3118         message-reply-buffer (Bug#4080).
3119         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3120
3121 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3122
3123         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3124         Fix typo in docstring.
3125
3126 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3127
3128         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3129         response.
3130
3131 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3134
3135         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3136
3137         * message.el (message-check-news-header-syntax): Protect against a
3138         string that `rfc822-addresses' returns when parsing fails.
3139
3140 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3143         (gnus-previous-char-property-change): New functions.
3144
3145         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3146
3147 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3148
3149         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3150         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3151
3152 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3153
3154         * message.el (message-exchange-point-and-mark): Rework last change to
3155         avoid using optional arg of exchange-point-and-mark, for backward
3156         compatibility.
3157
3158 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3159
3160         * message.el (message-exchange-point-and-mark): Call
3161         exchange-point-and-mark with an argument rather than setting
3162         mark-active by hand (Bug#5175).
3163
3164 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * nntp.el (nntp-service-to-port): Work for service expressed with
3167         numeric string; replace [:digit:] with [0-9] for XEmacs.
3168
3169 2009-12-17  Glenn Morris  <rgm@gnu.org>
3170
3171         * gnus-group.el (gnus-bug-group-download-format-alist):
3172         Change emacs entry to debbugs.gnu.org.  Bump :version.
3173
3174 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3177
3178 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3179
3180         * message.el (message-info): Explain why we use `Info-goto-node'.
3181
3182 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3185
3186 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3187
3188         * message.el (message-completion-in-region): New compatibility function.
3189         (message-expand-group): Use it.
3190
3191 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3194         with no unread article should be listed if the 2nd arg `predicate' is
3195         given.
3196
3197 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3200
3201 2009-11-29  Juri Linkov  <juri@jurta.org>
3202
3203         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3204         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3205         on `gnus-recenter'. (Bug#4698, Bug#4981)
3206
3207 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3208
3209         * sha1.el (sha1-string-external): default-directory "/" in case
3210         otherwise non-existent.  process-connection-type pipe for touch of
3211         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3212
3213 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3214
3215         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3216         it's comms related and sgml-mode.el has "comm" on that basis too.
3217
3218 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3221         containing tspecial characters if they have been already quoted.
3222
3223 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3224
3225         * dns-mode.el (auto-mode-alist): Purecopy string.
3226
3227 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3228
3229         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3230
3231 2009-10-24  Glenn Morris  <rgm@gnu.org>
3232
3233         * gnus-art.el (help-xref-stack-item): Define for compiler.
3234
3235 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3236
3237         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3238
3239 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3242
3243 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3246         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3247
3248 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3251         (gnus-overlays-in): New alias to overlays-in.
3252
3253         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3254         gnus-overlay-get, and gnus-delete-overlay.
3255         (gnus-summary-show-thread): Make it work as well for systems in which
3256         next-single-char-property-change is not available.
3257         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3258
3259         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3260         (gnus-overlay-get): New alias to extent-property.
3261         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3262
3263         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3264         SXEmacs.
3265
3266         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3267         SXEmacs.
3268
3269 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3270
3271         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3272
3273 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3274
3275         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3276         and XEmacs that don't have `remove-overlays'.
3277
3278 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3279
3280         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3281         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3282         selective display.  Use overlays instead.
3283
3284 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3285
3286         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3287
3288 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3289
3290         * spam-stat.el (spam-stat-load): Fix typo in message.
3291
3292 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3293
3294         * dig.el (dig-invoke): Fix typo in docstring.
3295         (query-dig): Reflow docstring.
3296
3297 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3298
3299         * gnus-art.el (gnus-article-encrypt-body):
3300         * message.el (message-check-recipients):
3301         * mm-util.el (mm-codepage-setup):
3302         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3303         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3304
3305 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3306
3307         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3308         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3309         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3310         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3311         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3312
3313 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3314
3315         * dig.el: Add "Keywords: comm", as per net-utils.el.
3316
3317 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3318
3319         * dig.el (dig-mode): Use define-derived-mode.
3320
3321 2009-09-19  Glenn Morris  <rgm@gnu.org>
3322
3323         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3324
3325 2009-09-18  Glenn Morris  <rgm@gnu.org>
3326
3327         * gnus-diary.el (gnus-diary-check-message):
3328         * message.el (message-insert-formatted-citation-line):
3329         * nnbabyl.el (top-level):
3330         * nndiary.el (nndiary-schedule):
3331         Fix typos in condition-case handlers.
3332
3333 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3336         configuration that provides the sole article window in a frame;
3337         position point correctly after deleting a part.
3338
3339 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3340
3341         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3342         (spam-resolve-registrations-routine): Use it to unregister articles
3343         that change status.
3344
3345 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3348         with XEmacs.
3349         (parse-time-string-chars): Use it.
3350
3351 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * imap.el (imap-interactive-login): Better messages.
3354         (imap-open): Fix bug with renamed buffer on reconnect.
3355         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3356         for easier debugging and cleaner code.  On successful (guessed based on
3357         server capabilities) secondary authentication, set imap-state
3358         correctly.
3359         (imap-last-authenticator): Define imap-last-authenticator as a variable
3360         to avoid warnings.
3361
3362 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * nnrss.el (nnrss-request-article): Remove binding of
3365         default-enable-multibyte-characters that has gotten needless by
3366         the 2007-07-13 change in rfc2047-encode-message-header.
3367
3368         * mml.el (mml-insert-multipart): Error on the message header.
3369         (mml-insert-part): Error on the message header; position point at
3370         the end of a MIME tag.
3371
3372 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * time-date.el (autoload): Expand define-obsolete-function-alias into
3375         defalias and make-obsolete for old Emacsen that Gnus supports.
3376         (with-no-warnings): Define it for old Emacsen.
3377         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3378         is available.
3379         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3380         float-time is available; suppress compile warning for time-to-seconds.
3381
3382         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3383         (gnus-float-time): Alias to float-time if it exists.
3384
3385         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3386         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3387         float-time is available; suppress compile warning for time-to-seconds.
3388
3389         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3390         XEmacs.
3391
3392 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3393
3394         * imap.el (imap-message-map): Docstring fix.
3395
3396 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3399         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3400         Add the optional argument `encoding' that overrides the default.
3401
3402         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3403         mm-encode-buffer.
3404
3405 2009-09-04  Glenn Morris  <rgm@gnu.org>
3406
3407         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3408         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3409         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3410         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3411         * mm-util.el (mm-with-unibyte-current-buffer)
3412         (mm-find-buffer-file-coding-system):
3413         * yenc.el (yenc-decode-region): Use default-value rather than
3414         default-enable-multibyte-characters.
3415
3416 2009-09-03  Glenn Morris  <rgm@gnu.org>
3417
3418         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3419         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3420         than default-enable-multibyte-characters.
3421
3422 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3423
3424         * gnus-art.el (gnus-article-read-summary-keys):
3425         Fix gnus-buffer-configuration's value temporarily used.
3426
3427 2009-09-02  Glenn Morris  <rgm@gnu.org>
3428
3429         * gnus-util.el (gnus-float-time): New function.
3430         * gnus-delay.el (gnus-delay-article):
3431         * gnus-sum.el (gnus-thread-latest-date):
3432         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3433         * nnspool.el (nnspool-request-newgroups):
3434         Use gnus-float-time rather than time-to-seconds.
3435         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3436
3437         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3438         (gnus-header-subject-face, gnus-header-newsgroups-face)
3439         (gnus-header-name-face, gnus-header-content-face):
3440         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3441         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3442         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3443         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3444         (gnus-cite-face-11):
3445         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3446         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3447         (gnus-server-closed-face, gnus-server-denied-face)
3448         (gnus-server-offline-face):
3449         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3450         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3451         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3452         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3453         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3454         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3455         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3456         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3457         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3458         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3459         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3460         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3461         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3462         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3463         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3464         (gnus-summary-high-undownloaded-face)
3465         (gnus-summary-low-undownloaded-face)
3466         (gnus-summary-normal-undownloaded-face)
3467         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3468         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3469         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3470         (gnus-splash-face):
3471         * message.el (message-header-to-face, message-header-cc-face)
3472         (message-header-subject-face, message-header-newsgroups-face)
3473         (message-header-other-face, message-header-name-face)
3474         (message-header-xheader-face, message-separator-face)
3475         (message-cited-text-face, message-mml-face):
3476         * sieve-mode.el (sieve-control-commands-face)
3477         (sieve-action-commands-face, sieve-test-commands-face)
3478         (sieve-tagged-arguments-face):
3479         * spam.el (spam-face):
3480         Mark face aliases with "-face" in the name as obsolete.
3481
3482 2009-09-01  Glenn Morris  <rgm@gnu.org>
3483
3484         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3485         than goto-line.
3486
3487 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3490         Don't move point if the command is invoked inside the message header.
3491
3492 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3493
3494         * imap.el (imap-send-command): Simplify.
3495         (imap-wait-for-tag): point-max -> buffer-size.
3496
3497 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3500         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3501         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3502         * nnir.el (nnir-swish-e-index-file):
3503         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3504         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3505         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3506         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3507         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3508         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3509
3510 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3511
3512         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3513         Don't save excursion.
3514
3515 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3516
3517         * nnheader.el (nnheader-find-file-noselect):
3518         * mm-util.el (mm-insert-file-contents):
3519         Use (default-value 'major-mode) instead of default-major-mode.
3520
3521 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3522
3523         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3524
3525 2009-08-26  Glenn Morris  <rgm@gnu.org>
3526
3527         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3528         than placing in files.el.
3529
3530 2009-08-25  Glenn Morris  <rgm@gnu.org>
3531
3532         * nnir.el (top-level): Don't require cl at run-time.
3533         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3534         Replace cl-function substitute with gnus-replace-in-string.
3535         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3536         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3537         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3538         simplified expansions.
3539
3540 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3541
3542         * dig.el (dig): Add autoload cookie.
3543
3544 2009-08-22  Glenn Morris  <rgm@gnu.org>
3545
3546         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3547         goto-line.
3548
3549 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3550
3551         * parse-time.el (parse-time-string-chars): Save match data.
3552
3553 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3554
3555         * parse-time.el (parse-time-string-chars): Compute using character
3556         classes, to handle non-ascii characters (Bug#3190).
3557
3558 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3561
3562         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3563         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3564         (gnus-mm-display-part, gnus-mime-display-single)
3565         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3566         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3567
3568         * gnus-sum.el
3569         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3570         (gnus-summary-move-article): Add expirable mark to articles copied or
3571         moved to group that has auto-expire turned on if the option is non-nil.
3572
3573 2009-07-24  Glenn Morris  <rgm@gnu.org>
3574
3575         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3576         Fix typo.  (Bug#3903)
3577
3578 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3581         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3582         that should not be used for draft articles.
3583         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3584         that has no concern in minor mode keys.
3585         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3586         Abolish.
3587
3588 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3591         article without making inquiry to a user for unknown encoding.
3592
3593         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3594         (nnmaildir--scan): Assume i-node and device number that file-attributes
3595         returns might be cons-cell.
3596
3597         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3598
3599         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3600
3601 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * auth-source.el: Remove docs now in auth.texi.  Don't use
3604         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3605         `auth-source-hide-passwords' and use them.
3606
3607 2009-07-15  Glenn Morris  <rgm@gnu.org>
3608
3609         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3610
3611 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3614         excessive whitespace from the default values of title and description.
3615
3616 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3619         mail-fetch-field to fetch Content-Description header in order to
3620         exclude newlines.
3621
3622 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3623
3624         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3625         format used by GnuPG 2.0.11.
3626
3627 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3630         to deleted part.
3631
3632 2009-05-30  David Engster  <dengste@eml.cc>
3633
3634         * nnmairix.el: Remove old documentation in the commentary block.
3635         (nnmairix-request-group): Do not update active file for nnml back ends.
3636         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3637         end so that overview files are ignored.
3638         (nnmairix-update-groups): Make updating the groups more robust by using
3639         marks.
3640         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3641         with dollar characters in message-id.
3642
3643 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3644
3645         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3646         2008-12-25 in dns.el.
3647
3648 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3651         could happen if the text is only composed of spaces and/or tabs.
3652
3653 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3654
3655         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3656         when sending a queued message to avoid extra mml tags.
3657
3658 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3661
3662 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3665         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3666         rmail-toggle-header for XEmacs;
3667         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3668
3669 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-dired.el: Remove autoload for gnus-setup-message.
3672         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3673         displaying Gnus logo; always use compose-mail.
3674
3675 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3678
3679 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3682         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3683         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3684         available.
3685         (gnus-nocem-epg-verify): New function.
3686
3687 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3690
3691 2009-02-15  Glenn Morris  <rgm@gnu.org>
3692
3693         * gnus-util.el (rmail-insert-rmail-file-header)
3694         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3695         autoloads.
3696         (rmail-default-rmail-file): Remove unnecessary declaration.
3697         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3698
3699 2009-02-14  Glenn Morris  <rgm@gnu.org>
3700
3701         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3702         variable (only used in gnus-util, which declares it anyway).
3703         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3704         which was only needed by gnus-art (changed to not use it any more).
3705         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3706         only used in gnus-util, which autoloads it itself.
3707         (rmail-update-summary): Fix autoload.
3708
3709         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3710         rather than rmail-output-to-rmail-file.
3711
3712 2009-02-07  Glenn Morris  <rgm@gnu.org>
3713
3714         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3715         autoload of function that no longer exists.
3716         (rmail-toggle-header): Declare.
3717         (message-forward-rmail-make-body): Handle mbox Rmail.
3718
3719 2009-01-31  Glenn Morris  <rgm@gnu.org>
3720
3721         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3722         2009-01-09 change.
3723
3724 2009-01-31  Dave Love  <fx@gnu.org>
3725
3726         * imap.el (imap-fetch-safe): Bind debug-on-error.
3727         (imap-debug): Add imap-fetch-safe.
3728
3729 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3732         (auth-source-forget-all-cached): New convenience function.
3733         (auth-source-user-or-password): Accept list of modes or a single mode.
3734
3735         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3736         auth-source modes.
3737
3738         * netrc.el (netrc-machine-user-or-password): Use list of
3739         auth-source modes.
3740
3741         * nnimap.el (nnimap-open-connection): Use list of
3742         auth-source modes.
3743
3744         * nntp.el (nntp-send-authinfo): Use list of
3745         auth-source modes.
3746
3747 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3750         now.
3751
3752 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3755         coding system in XEmacs; add a workaround for XEmacs.
3756
3757         * lpath.el: Fbind coding-system-aliasee.
3758
3759 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3762         of current-language-environment.
3763
3764 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3767         available at runtime.
3768
3769 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3772
3773 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3774
3775         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3776         the greatest positive fixnum value doesn't work under an XEmacs with
3777         bignum support; use the most-positive-fixnum constant instead,
3778         available since Emacs 21.1 with cl and XEmacs 21.1.
3779
3780 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3783         XEmacs gets not to work.
3784
3785 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * mm-util.el (mm-coding-system-priorities): Allow the value like
3788         "Japanese (UTF-8)" of current-language-environment.
3789
3790 2009-01-09  Glenn Morris  <rgm@gnu.org>
3791
3792         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3793         with last-command-event.
3794
3795 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3798         in the doc string.
3799
3800         * message.el (message-fix-before-sending): Amend comment.
3801
3802 2009-01-08  Dave Love  <fx@gnu.org>
3803
3804         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3805
3806 2009-01-07  David Engster  <dengste@eml.cc>
3807
3808         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3809         simplified server definitions by converting it via
3810         gnus-server-to-method.
3811
3812 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3815         parameter's operands.
3816
3817 2009-01-06  David Engster  <dengste@eml.cc>
3818
3819         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3820         primary select method (for gnus-group-mark-article-as-read).
3821
3822 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3823
3824         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3825         `(gnus)Face', not `(gnus)X-Face'.
3826
3827 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * mm-util.el (mm-ucs-to-char): New function.
3830
3831         * mm-url.el (mm-url-decode-entities): Use it.
3832
3833         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3834         unicode-to-char.
3835
3836 2009-01-05  Dave Love  <fx@gnu.org>
3837
3838         * time-date.el: Require cl for `declare'.
3839
3840 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3841
3842         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3843         Dave Love.
3844
3845 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * message.el (message-fix-before-sending): Add `eight-bit' to
3848         illegible-text check.
3849
3850 2009-01-03  Michael Olson  <mwolson@gnu.org>
3851
3852         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3853         `headers' is nil.  This can occur if the IMAP server does not have
3854         permissions to read messages from a folder, but can write new messages
3855         to the folder.
3856         (nnimap-request-article-part): Do not insert `data' if it is nil.
3857
3858         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3859         characters which will confuse `read', so skip past them.
3860
3861 2009-01-01  Dave Love  <fx@gnu.org>
3862
3863         * imap.el (imap-string-to-integer): Fix typo.
3864         (imap-fetch-safe): New function.
3865         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3866
3867         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3868
3869         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3870         (imap-parse-greeting): Fix doc strings.
3871         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3872         (imap-parse-flag-list): Make messages unique.
3873         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3874
3875         * nnimap.el: Fix author email.
3876         (nnimap-split-rule): Add FIXME comment.
3877         (nnimap-debug): Fix doc string.
3878
3879 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3882
3883 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3884
3885         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3886         nslookup if resolv.conf isn't available.
3887         (dns-query): Rename from query-dns.
3888         (dns-query-cached): Rename from query-dns-cached.
3889
3890 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3893         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3894         to check if those variables exist (first appeared in Emacs 18.50).
3895
3896 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * mm-util.el (mm-line-number-at-pos): New function.
3899
3900         * spam-report.el (spam-report-process-queue): Use it.
3901
3902 2008-12-24  David Engster  <dengste@eml.cc>
3903
3904         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3905         parameters that haven't existed as variables as buffer-local variables.
3906
3907 2008-12-23  Dave Love  <fx@gnu.org>
3908
3909         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3910         cadar.
3911
3912         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3913         imap-starttls-p.
3914         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3915
3916 2008-12-22  Dave Love  <fx@gnu.org>
3917
3918         * imap.el: Fix author email.  Doc fixes.
3919         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3920         reply.
3921
3922 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3923
3924         * spam-report.el (spam-report-gmane-max-requests): New constant.
3925         (spam-report-gmane-wait): New variable.
3926         (spam-report-gmane-ham, spam-report-gmane-spam)
3927         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3928         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3929         the server.
3930
3931         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3932         Add explanations.
3933
3934         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3935         nnheader-accept-process-output and nnheader-read-timeout if available.
3936         (pop3-movemail): Use it.
3937
3938         * message.el (message-check-news-body-syntax): Fix signature check if
3939         there's an attachment.
3940
3941 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * mm-util.el: Add comments to the mm- emulating functions.
3944
3945 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3948         by Stephen Berman <stephen.berman@gmx.net>.
3949
3950 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * mm-util.el (mm-substring-no-properties): New function.
3953         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3954         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3955         (mm-string-to-multibyte): Doc fix.
3956
3957         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3958
3959 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * mml.el (mml-attach-file): Strip text properties from file name.
3962         (Bug#1574)
3963
3964 2008-12-16  Glenn Morris  <rgm@gnu.org>
3965
3966         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3967
3968 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3971         knows since the charset specified might be a bogus alias that
3972         mm-charset-synonym-alist provides.
3973
3974 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3975
3976         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3977         "ISO_8859-1".
3978
3979         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3980
3981 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * mm-util.el (mm-charset-eval-alist):
3984         Define it before mm-charset-to-coding-system.
3985         (mm-charset-to-coding-system): Add optional argument `silent';
3986         define it before mm-charset-override-alist.
3987         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3988         default value if it can be used in Emacs currently running;
3989         silence mm-charset-to-coding-system.
3990
3991 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3994         `allow-override' which says whether to use `mm-charset-override-alist'.
3995         (rfc2047-decode-encoded-words): Use it.
3996
3997         * mm-util.el (mm-charset-override-alist): Fix custom type;
3998         add `(gb2312 . gbk)' to choices.
3999
4000 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4003         fast.
4004
4005         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4006
4007         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4008
4009 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4010
4011         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4012         on links.
4013
4014         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4015
4016 2008-12-03  Lute Kamstra  <lute@gnu.org>
4017
4018         * sha1.el: Remove leading * from docstrings of defcustoms,
4019         deffaces, defconsts and defuns.
4020
4021 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4024         users' addresses that don't have domain parts.
4025         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4026         rather than message-narrow-to-head since there will be the message
4027         header separator.
4028
4029 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4032         since the result is inserted in a unibyte buffer anyway.
4033         (nnimap-demule-use-string-to-multibyte): Remove.
4034         (nnimap-demule): Alias it to mm-string-to-multibyte.
4035
4036 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4037
4038         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4039         variable for debugging bug#464 and bug#1174.
4040         (nnimap-demule): Use it.
4041
4042 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4043
4044         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4045         score calculation correctly.
4046
4047 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4048
4049         * message.el (message-send-mail): Just set the buffer to unibyte
4050         rather than use mm-with-unibyte-current-buffer which does a lot more.
4051         (message-send-mail-partially): Don't bother with
4052         mm-with-unibyte-current-buffer since it's already been made unibyte by
4053         message-send-mail.
4054
4055 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4056
4057         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4058
4059 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4060
4061         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4062
4063 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4066         require itself and to remove `with-no-warnings'.
4067
4068 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         * starttls.el (starttls-any-program-available): Get the name of the
4071         available TLS layer program.
4072         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4073         well as the host name in the "opening" message.
4074
4075         * auth-source.el (auth-source-cache, auth-source-do-cache)
4076         (auth-source-user-or-password): Cache passwords and logins by default,
4077         allow override with `auth-source-do-cache'.
4078         (auth-source-forget-user-or-password): Allow users to remove cache
4079         entries if needed.
4080
4081 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4082
4083         * md4.el (md4-buffer): Fix typo in docstring.
4084         (md4, md4-64): Doc fixes.
4085         (md4-pack-int32): Reflow docstring.
4086
4087 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4088
4089         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4090         condition-case to only the forward-sexp call.
4091
4092 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4093
4094         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4095         quotes contained.  Make it more robust regardless by an extra
4096         condition-case wrapper.
4097
4098 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4101
4102 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * nnml.el (nnml-request-expire-articles): Check if the function set to
4105         `nnmail-expiry-target' returns the symbol `delete'.
4106
4107         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4108
4109         * nnmail.el (nnmail-expiry-target): Fix custom type.
4110
4111 2008-10-02  Glenn Morris  <rgm@gnu.org>
4112
4113         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4114         Silence compiler warning.
4115
4116 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4117
4118         * tls.el (open-tls-stream): Show the actual command being
4119         executed, instead of the format string.
4120
4121 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * lpath.el: Fbind codepage-setup for Emacs 23.
4124
4125 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4126
4127         * mml.el (mml-menu): Don't assume mml2015 is bound.
4128
4129 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4132         exists.
4133
4134 2008-09-27  Glenn Morris  <rgm@gnu.org>
4135
4136         * gnus-util.el (mail-header-remove-comments): Autoload it.
4137
4138 2008-09-27  Andreas Schwab  <schwab@suse.de>
4139
4140         * gnus-util.el (gnus-split-references): Strip comments.
4141         (gnus-parent-id): Likewise.
4142
4143 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * message.el (message-confirm-send): Fix version.
4146
4147 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4148
4149         * message.el (message-idna-to-ascii-rhs-1): Use
4150         mail-extract-address-components rather than mail-header-parse-addresses
4151         that is an alias by default to ietf-drums-parse-addresses that does not
4152         support non-ASCII names in headers' contents.
4153
4154 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * message.el (message-confirm-send): Fixed variable documentation to
4157         avoid the "y/n" wording.
4158
4159 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4160
4161         * message.el (message-set-auto-save-file-name): Save to a different
4162         filename so multiple messages (especially drafts) can be recovered.
4163
4164 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         * message.el (message-confirm-send): Add appropriate version.
4167
4168 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4171         defvar.
4172
4173 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4174
4175         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4176         (mm-pkcs7-enveloped-magic): Ditto.
4177
4178 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4179
4180         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4181         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4182
4183 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4184
4185         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4186         default, it's better.
4187
4188 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4191         summary line gnus-number property and ignore them (with a warning
4192         message).
4193
4194 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4197         macro caddr in the interactive form since it won't be expanded.
4198
4199 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4202         `charset'; fix name of function called recursively.
4203         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4204
4205 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4208         (gnus-mime-set-charset-parameters): New function.
4209         (gnus-mime-view-part-as-charset): Use it to correctly display part
4210         specifying wrong charset.
4211
4212 2008-09-08  David Engster  <dengste@eml.cc>
4213
4214         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4215         in completing-read for back end server.
4216
4217 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4218
4219         * message.el (message-confirm-send): New variable to confirm sending a
4220         message.
4221         (message-send): Use it.
4222
4223 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4226
4227 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4230
4231 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4232
4233         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4234         prevent tracking too many groups.
4235         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4236         Use it.
4237
4238 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4239
4240         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4241         moving point to the bottom of the window in order to avoid recentering.
4242
4243 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4246
4247         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4248         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4249         (gnus-article-beginning-of-window): Fix calculation.
4250
4251 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-msg.el (gnus-summary-supersede-article)
4254         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4255         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4256         message header.
4257
4258 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4259
4260         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4261         pending output coming after the status change.
4262
4263 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4264
4265         * message.el:
4266         * gnus-start.el:
4267         * gnus-registry.el: Remove VMS support.
4268
4269 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4272         macro.
4273         (rfc2104-hash): Use it.
4274
4275 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4278         (gnus-summary-sort-by-most-recent-date): New commands.
4279         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4280         and menu entries.
4281
4282 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4285         don't redisplay article for raw contents; remove plural articles stuff.
4286
4287         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4288         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4289         on gnus-summary-save-article; display results properly.
4290
4291 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * lpath.el: No need to fbind ns-focus-frame.
4294
4295 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4298
4299 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4302         gnus-save-all-headers.
4303
4304 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4305
4306         * gnus-util.el (ns-focus-frame): Remove declaration.
4307         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4308         like x.
4309
4310 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4311
4312         * rfc2104.el (rfc2104-zero): Delete defconst.
4313         (rfc2104-hex-alist): Likewise.
4314         (rfc2104-hex-to-int): Delete func.
4315         (rfc2104-hexstring-to-bitstring): Likewise.
4316         (rfc2104-nybbles): New defconst.
4317         (rfc2104-hash): Rewrite for speed.
4318
4319 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * tls.el (open-tls-stream): Make it work with the 2nd argument
4322         BUFFER that is a string but does not exist as a buffer object, as
4323         mentioned in the doc-string.
4324
4325 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4328         SXEmacs.
4329
4330 2008-07-16  Glenn Morris  <rgm@gnu.org>
4331
4332         * gnus-util.el (ns-focus-frame): Declare for compiler.
4333
4334 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4337         set as a group parameter.
4338         (gnus-summary-save-in-pipe): Work when it is called independently.
4339         (gnus-summary-pipe-to-muttprint): Don't modify
4340         gnus-summary-pipe-output-default-command.
4341
4342 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4343
4344         * message.el (message-send-mail-with-sendmail):
4345         Display the error message.
4346
4347 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * gnus-art.el (gnus-default-article-saver):
4350         Add gnus-summary-save-in-pipe to choices.
4351         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4352         gnus-summary-pipe-output-default-command as the default command.
4353         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4354         instead of gnus-last-shell-command.
4355
4356         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4357         New user option.
4358         (gnus-summary-muttprint-program): Mention the value will be changed.
4359         (gnus-summary-save-article): Force showing of all headers.
4360         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4361
4362 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4363
4364         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4365
4366 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4367
4368         * nnimap.el (nnimap-id):
4369         * sieve-manage.el (sieve-manage-open): Doc fixes.
4370
4371 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4372
4373         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4374         if available.
4375
4376 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4377
4378         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4379
4380         * nnkiboze.el (nnkiboze-generate-group):
4381         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4382
4383         * nnmairix.el: Require CL.
4384
4385 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * dgnushack.el: Autoload get-display-table and put-display-table for
4388         XEmacs 21.5.
4389
4390         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4391         21.4 and SXEmacs.
4392
4393 2008-06-15  David Engster  <dengste@eml.cc>
4394
4395         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4396
4397 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4398
4399         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4400         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4401         runtime choice under XEmacs.
4402
4403         * gnus-sum.el (gnus-summary-set-display-table):
4404         Use `gnus-put-display-table', `gnus-get-display-table',
4405         `gnus-set-display-table' for the display table, instead of `aset'.
4406
4407         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4408         Use `gnus-put-display-table', `gnus-get-display-table',
4409         `gnus-set-display-table' for the display table.
4410
4411 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * nnmairix.el: Add autoloads.
4414
4415 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4416
4417         * nnmairix.el (nnmairix-delete-recreate-group)
4418         (nnmairix-update-and-clear-marks): Fix error messages.
4419
4420 2008-06-14  David Engster  <dengste@eml.cc>
4421
4422         * nnmairix.el: Upgrade to version 0.6.
4423         (nnmairix-group-toggle-propmarks-this-group)
4424         (nnmairix-group-toggle-readmarks-this-group)
4425         (nnmairix-group-delete-recreate-this-group)
4426         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4427         (nnmairix-remove-tick-mark-original-article): New commands.
4428         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4429         (nnmairix-propagate-marks-to-nnmairix-groups)
4430         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4431         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4432         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4433         functions needed for marks propagation and manipulation of read marks.
4434         (nnmairix-update-groups): New function.
4435         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4436         (nnmairix-determine-original-group-from-registry)
4437         (nnmairix-determine-original-group-from-path)
4438         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4439         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4440         New helper functions.
4441         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4442         keystrokes for new commands.
4443         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4444         (nnmairix-request-group): Check allow-fast group parameter.
4445         (nnmairix-request-create-group): Set allow-fast group parameter if
4446         nnmairix-allowfast-default is set.
4447         (nnmairix-close-group): Propagate marks upon closing if needed.
4448         (nnmairix-group-toggle-threads-this-group): Use new.
4449         nnmairix-group-toggle-parameter helper function.
4450         (nnmairix-search): Better check for empty search result.
4451         (nnmairix-goto-original-article): Use new helper functions for
4452         determining original article.
4453         (nnmairix-show-original-article): Make sure message-id is in brackets.
4454         (nnmairix-call-mairix-binary): Change variable name.
4455         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4456         helper function.
4457         (nnmairix-widget-toggle-activate): Fix doc string.
4458
4459 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * nnir.el: Require edmacro when compiling with XEmacs.
4462         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4463         available in Emacs 21.
4464
4465 2008-06-11  Glenn Morris  <rgm@gnu.org>
4466
4467         * gnus-util.el (x-focus-frame):
4468         * gnus.el (image-size):
4469         * mm-decode.el (image-size): Declare.
4470
4471         * gnus-picon.el (declare-function): Add compat definition.
4472         (image-size): Declare.
4473
4474         * gnus-group.el (tool-bar-map):
4475         * gnus-sum.el (tool-bar-map): Define for compiler.
4476
4477         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4478
4479         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4480
4481         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4482         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4483         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4484         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4485         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4486         * sieve-manage.el, spam-report.el, spam.el:
4487         Remove unnecessary eval-and-compile of autoloads.
4488
4489 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4490
4491         * auth-source.el: Precise Tramp doc.
4492
4493 2008-06-07  Glenn Morris  <rgm@gnu.org>
4494
4495         * nnmairix.el: Remove unnecessary eval-when-compile.
4496
4497 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * lpath.el: Fbind propertize for XEmacs 21.4.
4500
4501 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * nnir.el: Move here from ../contrib.
4504
4505 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4506
4507         * gnus-util.el (gnus-read-shell-command): New function.
4508         * mm-decode.el (mm-pipe-part):
4509         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4510
4511 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4514
4515 2008-06-03  Glenn Morris  <rgm@gnu.org>
4516
4517         * pop3.el (nnheader-accept-process-output): Autoload it.
4518
4519 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4522         are not 2-digit hexadecimal characters that follow `%'s.
4523
4524 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4525
4526         * message.el (message-bogus-recipient-p): Fix type in doc string.
4527         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4528         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4529         Improve custom options.
4530         (message-bogus-recipient-p): Adjust accordingly.
4531
4532 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4533
4534         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4535         long-form month and day names.
4536
4537 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * dgnushack.el: Autoload debug, eudc-expand-inline and
4540         pgg-snarf-keys-region for XEmacs.
4541
4542         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4543
4544         * nnmairix.el: Require edmacro when compiling with XEmacs.
4545
4546 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4547
4548         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4549         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4550
4551 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4552
4553         * auth-source.el: Add more docs.
4554
4555         * netrc.el (netrc-machine): Always match if the port is not given.
4556
4557 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4560         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4561         retrieval faster in some cases, but might make CPU usage larger.  If
4562         this has any bad side effects, we might revert this change.
4563
4564         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4565         seems to make mail retrieval much, much faster.
4566         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4567         unconditionally.
4568
4569         * gnus-draft.el (gnus-group-send-queue): Bind
4570         message-send-mail-partially-limit to nil to avoid being prompted.
4571
4572 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4573
4574         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4575
4576         * message.el (message-bogus-address-regexp): Fix and improve custom
4577         type.
4578         (message-setup-hook): Add message-check-recipients as custom option.
4579
4580 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * message.el (message-cite-function): Remove bogus autoload which crept
4583         in during merge from v5-10.
4584
4585 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4586
4587         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4588
4589         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4590
4591         * auth-source.el: Preliminary Tramp docs.
4592         (auth-sources): Change the default auth-sources to use
4593         EPA .gpg files.
4594
4595 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * nntp.el: Autoload `auth-source-user-or-password'.
4598         (nntp-send-authinfo): Use it.
4599
4600         * nnimap.el: Autoload `auth-source-user-or-password'.
4601         (nnimap-open-connection): Use it.
4602
4603         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4604         for the gnus-message function.
4605         (auth-source-user-or-password): Use it.
4606
4607 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4608
4609         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4610         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4611         (rfc2104-hash): Use it.
4612
4613 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4614
4615         * gnus-art.el (gnus-article-toggle-truncate-lines):
4616         Don't use `iff' in docstring.
4617
4618 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4621
4622         * gnus-util.el (gnus-extract-address-component-name)
4623         (gnus-extract-address-component-email): Convenience functions around
4624         `gnus-extract-address-components'.
4625
4626         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4627         Use `gnus-extract-address-component-email' to fix bug of comparing full
4628         sender name to `user-mail-address'.
4629
4630 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4633         catch/throw to optimize.
4634         (gnus-registry-find-keywords): Just use member to find a keyword.
4635
4636 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4637
4638         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4639         is current before calling gnus-server-prepare.
4640         (gnus-server-setup-buffer, gnus-server-update-server)
4641         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4642
4643 2008-05-04  Juri Linkov  <juri@jurta.org>
4644
4645         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4646         (mailcap-file-default-commands): Use mailcap-replace-in-string
4647         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4648         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4649
4650 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4651
4652         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4653
4654 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4655
4656         * gnus.el: Bump version to 0.11.
4657
4658 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4659
4660         * gnus.el: No Gnus v0.10 is released.
4661
4662 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4665         hooks.
4666         (gnus-update-read-articles): Speed up non-marks-using users.
4667         (gnus-use-marks): Define gnus-use-marks.
4668         (gnus-propagate-marks): Rename variable to something more sensible.
4669
4670 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4671
4672         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4673         (gmm-image-load-path-for-library): Fix typos in docstrings.
4674         (gmm-message): Reflow docstring.
4675
4676 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * mail-source.el (mail-source-set-1, mail-source-bind):
4679         Move auth-source code out of the macro to clean it up and fix bugs.
4680
4681 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4682
4683         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4684         by sender if it's equal to user-mail-address, it's likely to be
4685         useless.
4686
4687         * mail-source.el (mail-source-bind): Don't use user or password if they
4688         are not bound.  Unintern them if they are nil.  Don't use server unless
4689         it's bound, and default it to empty string otherwise.
4690
4691 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * mail-source.el: Load auth-source.el.
4694         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4695         get user name or password, if auth-sources is set up.
4696
4697         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4698         strategy of splitting with parent.
4699         (gnus-registry-split-fancy-with-parent)
4700         (gnus-registry-post-process-groups): Use it and fix prior
4701         bug (returning a list as the split result).
4702
4703         * auth-source.el (auth-sources): Remove server parameter.
4704         (auth-source-pick, auth-source-user-or-password)
4705         (auth-source-user-or-password-imap)
4706         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4707         (auth-source-user-or-password-sftp)
4708         (auth-source-user-or-password-smtp): Remove server parameter.
4709
4710 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4711
4712         * smime.el (smime-sign-region, smime-encrypt-region)
4713         (smime-decrypt-region):
4714         Remove redundant calls to `generate-new-buffer-name'.
4715
4716 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4717
4718         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4719         Don't use QP for message/rfc822.
4720         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4721
4722 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4723
4724         * sieve-manage.el (sieve-string-bytes): Remove.
4725         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4726         correct byte-length only if the process's coding-system is the same as
4727         the one used internally by Emacs to represent strings.
4728
4729 2008-04-22  Juri Linkov  <juri@jurta.org>
4730
4731         * mailcap.el (mailcap-file-default-commands): New function.
4732
4733 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * message.el (message-signature-separator, message-cite-function):
4736         Change custom version.
4737
4738 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4739
4740         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4741         commands.
4742         (tls-checktrust): Ditto.
4743
4744 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * mm-decode.el (mm-display-external): Make temp file read-only.
4747
4748 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4749
4750         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4751         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4752         `C-c C-f d'.
4753
4754 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4755
4756         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4757
4758 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4759
4760         * gnus.el: Bump version to 0.9.
4761
4762 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4763
4764         * gnus.el: No Gnus v0.8 is released.
4765
4766 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4767
4768         * mail-source.el (mail-source-value):
4769         Prefer fboundp to functionp so it works with macros as well.
4770
4771 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4772
4773         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4774         Fix last change in case the element is not even a symbol.
4775
4776 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4777
4778         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4779         Prefer fboundp to functionp so it works with macros as well.
4780
4781 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * auth-source.el: Added docs.
4784         (auth-sources): Modify format to support server.
4785         (auth-source-pick, auth-source-user-or-password)
4786         (auth-source-user-or-password-imap)
4787         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4788         (auth-source-user-or-password-sftp)
4789         (auth-source-user-or-password-smtp): Add server parameter.
4790
4791 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * gnus-registry.el: Initialize the registry when gnus-registry-install
4794         is t.
4795
4796 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * compface.el (uncompface): Make buffer unibyte.
4799
4800 2008-04-05  Glenn Morris  <rgm@gnu.org>
4801
4802         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4803
4804 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4805
4806         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4807         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4808
4809         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4810         multibyteness after rather than before erasing it.
4811
4812         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4813         mm-with-multibyte.
4814         (gnus-request-article-this-buffer): Make sure the proper decoding is
4815         used if gnus-original-article-buffer happens to be unibyte.
4816
4817         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4818         default-enable-multibyte-characters.
4819
4820         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4821         default-enable-multibyte-characters.
4822
4823         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4824
4825         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4826
4827 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4828
4829         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4830         (imap-message-copyuid-1): Use it.
4831         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4832         J. Williams in
4833         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4834
4835         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4836         imap-enable-exchange-bug-workaround.
4837         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4838
4839 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4840
4841         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4842         a 100 byte status-checks into a 2-3MB transfer for each group.
4843         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4844         to enable bug workaround or not.
4845         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4846
4847 2008-03-31  Glenn Morris  <rgm@gnu.org>
4848
4849         * message.el (mml2015-use): Declare for compiler.
4850         (message-info): Require mml2015 when appropriate.
4851
4852 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4855         whitespace.
4856
4857 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4860         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4861         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4862         (nntp-service-to-port): New function.
4863         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4864         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4865         (nntp-open-netcat-stream): New function.
4866         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4867
4868 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4869
4870         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4871
4872 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4873
4874         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4875
4876 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4877
4878         * dns.el (dns-write): Use set-buffer-multibyte.
4879
4880 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4881
4882         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4883
4884 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4885
4886         * message.el (message-signature-separator): Change default.
4887         Improve custom type.
4888         (message-cite-function): Change default to
4889         message-cite-original-without-signature.
4890
4891         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4892         toggle.
4893
4894         * message.el (message-check-news-body-syntax): Fix signature check.
4895         (message-setup-1): Mark buffer as unmodified _after_ running
4896         message-setup-hook and handling message-alternative-emails.
4897         (message-shorten-references): Be more strict when building list of
4898         valid references to comply with GNKSA.
4899
4900         * gnus-group.el (gnus-read-ephemeral-bug-group)
4901         (gnus-read-ephemeral-debian-bug-group)
4902         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4903
4904         * message.el (message-info): Don't use booleanp which isn't supported
4905         in Emacs 21 and XEmacs.
4906
4907 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4908
4909         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4910         gnus-group-gmane-group-download-format.
4911         (gnus-group-read-ephemeral-gmane-group): Rename from
4912         gnus-group-read-ephemeral-gmane-group.
4913         (gnus-read-ephemeral-gmane-group-url): Rename from
4914         gnus-group-read-ephemeral-gmane-group-url.
4915         (gnus-bug-group-download-format-alist): New variable.
4916         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4917         (gnus-read-ephemeral-emacs-bug-group): New commands.
4918
4919 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4920
4921         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4922         (gnus-visible-headers): Improve custom type.
4923
4924 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4925
4926         * mml.el (mml-menu): Add workarounds for XEmacs.
4927
4928         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4929         X-Boundary header.
4930
4931         * message.el (message-simplify-recipients): Fix previous commit.
4932
4933 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4934
4935         * mm-util.el (mm-set-buffer-multibyte): New function.
4936         * mm-decode.el (mm-copy-to-buffer): Use it.
4937
4938 2008-03-19  Glenn Morris  <rgm@gnu.org>
4939
4940         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4941         Accidentally removed in the sync process with Emacs.
4942
4943 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * message.el (message-alter-recipients-discard-bogus-full-name):
4946         New function.
4947         (message-alter-recipients-function): New variable.
4948         (message-get-reply-headers): Use it.
4949         (message-replace-header): New helper function.
4950         (message-recipients-without-full-name): New variable.
4951         (message-simplify-recipients): New command.
4952
4953         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4954
4955         * message.el (message-info): Handle EasyPG manual.
4956
4957         * mml.el (mml-menu): Add entry for EasyPG.
4958
4959 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4960
4961         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4962         parameter.
4963
4964         * message.el (message-disassociate-draft): Specify drafts group name
4965         fully.
4966
4967 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4970         unnecessary duplicates from the match list.
4971
4972 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4975
4976         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4977
4978         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4979         args of `how-many' of which the XEmacs version doesn't take; declare
4980         Info-index-next as function.
4981
4982 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4983
4984         * gnus-score.el (gnus-score-headers): Fix handling of
4985         gnus-inhibit-slow-scoring.
4986
4987         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4988         string.
4989         (gnus-button-url-regexp): Improve handling of parenthesis.
4990         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4991         (gnus-button-handle-info-keystrokes): Handle index entries.
4992
4993 2008-03-15  Glenn Morris  <rgm@gnu.org>
4994
4995         * parse-time.el (parse-time-string): Simplify.
4996
4997 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4998
4999         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5000         Incoming* files.
5001
5002 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5003
5004         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5005         (auth-source-pick): Use it.
5006
5007 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5008
5009         * binhex.el (binhex-decode-region-internal):
5010         * uudecode.el (uudecode-decode-region-internal):
5011         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5012         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5013         setting default-enable-multibyte-characters.
5014
5015 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * auth-source.el (auth-source-protocols)
5018         (auth-source-protocols-customize, auth-source-choices): Added and
5019         modified variable customizations and defaults.
5020         (auth-source-pick, auth-source-user-or-password)
5021         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5022         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5023         (auth-source-user-or-password-sftp)
5024         (auth-source-user-or-password-smtp): Use new variables and provide an
5025         interface to netrc.el.
5026
5027 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5030         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5031         Make sure the nntp port to specify is a string.
5032
5033 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5034
5035         * nntp.el: Use with-current-buffer.
5036         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5037         dubious mm-with-unibyte-current-buffer.
5038         (nntp-with-open-group-function): New function extracted from
5039         nntp-with-open-group macro.
5040         (nntp-with-open-group): Use the function, so it's easier to debug.
5041         Add indentation and debugging info.
5042         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5043         the use of the netcat alternatives.
5044
5045         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5046         Avoid mm-string-as-multibyte as well.
5047
5048         * nnweb.el (nnweb-insert-html):
5049         Remove use of nnheader-string-as-multibyte.
5050
5051         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5052         (nnheader-string-as-multibyte): Remove.
5053
5054         * mm-view.el: Use inhibit-read-only.
5055         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5056         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5057         or unibyte-string.
5058
5059         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5060         (mm-uu-yenc-extract): Use with-current-buffer.
5061
5062         * gnus-soup.el (gnus-soup-send-packet): Don't use
5063         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5064
5065         * nnmh.el: Use with-current-buffer.
5066         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5067         mm-string-as-multibyte on the output of mm-encode-coding-string.
5068
5069         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5070         (nnimap-request-move-article): Use with-current-buffer.
5071
5072         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5073         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5074         conversion uses string-make-unibyte rather than string-as-unibyte.
5075
5076         * gnus-msg.el: Use with-current-buffer.
5077
5078         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5079
5080 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5081
5082         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5083         string for caching if it is 'PIN.
5084
5085 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * lpath.el: Consider the case without Emacs/W3.
5088
5089 2008-03-08  Glenn Morris  <rgm@gnu.org>
5090
5091         * time-date.el (date-to-time, time-subtract, time-add)
5092         (safe-date-to-time): Doc fixes.
5093
5094 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * mail-source.el (mail-source-delete-old-incoming-confirm):
5097         Change default to nil.
5098         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5099
5100 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * lpath.el: Rearrange.
5103
5104         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5105         (gnus-article-goto-prev-page): Work for articles having ^L's.
5106
5107         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5108
5109         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5110
5111 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5112
5113         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5114         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5115         (gnus-bookmark-jump): Adjust some variable names.
5116
5117 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5118
5119         * auth-source.el: New package.
5120         (auth-source-choices): Add customization entry point variable.
5121
5122         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5123         bug.
5124
5125 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5126
5127         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5128         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5129         (gnus-registry-install-shortcuts): Rename from
5130         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5131         the `gnus-registry-mark-map' keymap dynamically from
5132         `gnus-registry-marks'.  The generated functions update the summary line
5133         when a registry mark is added or deleted, and will call
5134         `gnus-registry-install-p' (see the comments in the code).
5135         (gnus-registry-user-format-function-M): Use concat intelligently.
5136
5137         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5138         the registry mark functions.
5139
5140 2008-03-05  Glenn Morris  <rgm@gnu.org>
5141
5142         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5143         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5144         gnus-art.
5145         (top-level): No need to load own source when compiling.
5146
5147 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5150         Suggested by <chris.anderton@zetnet.co.uk>.
5151
5152 2008-03-04  Glenn Morris  <rgm@gnu.org>
5153
5154         * gnus-sum.el (top-level): No need to require gnus when compiling,
5155         since unconditionally required near start of file.
5156         (gnus-summary-display-while-building): Move definition before use.
5157
5158 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5161         formatting function.
5162
5163 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5166         with plists.
5167         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5168         Use new format.
5169
5170 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5173         `where-is-internal' that returns a range of key sequences.
5174
5175 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5176
5177         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5178
5179         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5180         (gnus-summary-jump-to-group): Consider windows on other displayed
5181         frames as well.  Similar changes might be needed elsewhere, but that's
5182         the one I've bumped into during my use.
5183
5184         * nndoc.el (nndoc-oe-dbx-type-p):
5185         * gnus-msg.el (gnus-debug):
5186         * gnus-group.el (gnus-update-group-mark-positions):
5187         Use mm-string-to-multibyte.
5188
5189 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5190
5191         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5192         doesn't handle NotDashEscaped.
5193
5194         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5195         (mml-dnd-attach-options): Fix typo in custom choice.
5196
5197         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5198         nndoc-article-type to mbox.
5199         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5200
5201         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5202         to nil, instead of html2text.
5203
5204         * imap.el (imap-debug): Add `imap-ping-server'.
5205
5206         * gnus-bookmark.el: Add FIXMEs.
5207
5208         * message.el (message-form-letter-separator)
5209         (message-send-form-letter-delay): New variables.
5210         (message-send-form-letter): Use them.  New command to send form
5211         letters.  Requested by Uwe Siart.
5212         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5213
5214 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * Update copyright years.
5217
5218 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5219
5220         Sync from EMACS_22_BASE.
5221
5222         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5223
5224 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5225
5226         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5227         empty author.
5228
5229 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5230
5231         * gnus-registry.el (gnus-registry-marks): Add variable for
5232         customization of marks and their appearance.
5233         (gnus-registry-read-mark): Use it.
5234         (gnus-registry-do-marks): Add utility function to loop through
5235         `gnus-registry-marks'.
5236         (gnus-registry-install-shortcuts-and-menus): Add function to install
5237         shortcuts and menus.
5238         (gnus-registry-initialize): Use it.
5239         (gnus-registry-default-mark): Clarify documentation.
5240
5241 2008-02-29  Glenn Morris  <rgm@gnu.org>
5242
5243         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5244         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5245         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5246         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5247         Change defcustom :version from 23.0 to 23.1.
5248
5249 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5250
5251         * gnus-registry.el (gnus-registry-follow-group-p)
5252         (gnus-registry-post-process-groups): Add functions to aid registry
5253         splitting and improve logging.  Clarify behavior in function
5254         documentation.
5255         (gnus-registry-split-fancy-with-parent): Use them.
5256
5257 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5258
5259         * gnus-art.el: Use with-current-buffer.
5260
5261 2008-02-27  David Engster  <dengste@eml.cc>
5262
5263         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5264         Express real group name in the response.
5265
5266 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5269         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5270         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5271         autoload gnus-registry-fetch-group when compiling.
5272         (nnmairix-request-group-with-article-number-correction): Remove
5273         unreferenced argument passed to nnmairix-call-backend.
5274
5275 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5278         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5279         Wilde.
5280
5281 2008-02-27  Glenn Morris  <rgm@gnu.org>
5282
5283         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5284         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5285         variables to defconsts.  Convert comments to doc-strings.
5286         (nnmairix-last-server, nnmairix-current-server): Convert from free
5287         variables to defvars.  Convert comments to doc-strings.
5288         (gnus-registry-fetch-group): Autoload.
5289         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5290         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5291         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5292         caddr.
5293         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5294         nnmairix-request-group-with-article-number-correction call.
5295         (nnmairix-fast, nnmairix-group): New, less general names, for free
5296         variables passed from nnmairix-request-group to
5297         nnmairix-request-group-with-article-number-correction.  Declare.
5298         (nnmairix-request-group-with-article-number-correction):
5299         Use nnmairix-fast, nnmairix-group rather than fast, group.
5300
5301 2008-02-26  David Engster  <dengste@eml.cc>
5302
5303         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5304         version 0.5.
5305
5306 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5309         instead of making an extra function call.  Don't add the current group
5310         to articles only when they have the group.  Use
5311         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5312         Reported by David <de_bb@arcor.de>.
5313
5314 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5317         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5318
5319 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * mail-source.el (mail-source-delete-incoming): Change default.
5322         Supplement doc string.
5323
5324         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5325
5326 2008-02-14  Glenn Morris  <rgm@gnu.org>
5327
5328         * time-date.el (format-seconds): New function.
5329
5330 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5331
5332         * nnmail.el (nnmail-message-id-cache-file): Derive from
5333         `gnus-home-directory'.
5334
5335 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5338         Document negative prefix.
5339
5340         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5341
5342 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5343
5344         * message.el (message-unsent-separator): Add the Exim bounce
5345         separator.
5346
5347 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5348
5349         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5350         list.
5351         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5352         recipient/signer list.
5353
5354 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * Makefile.in (datarootdir): Define.
5357         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5358         name that might contain whitespace.
5359
5360 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5363         fbound (Emacs 23 unicode), signal an error.
5364
5365 2008-02-08  Glenn Morris  <rgm@gnu.org>
5366
5367         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5368
5369 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5370
5371         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5372         ports to the calls to `netrc-machine-user-or-password' in addition to
5373         "imap" and "imaps".
5374
5375 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5376
5377         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5378
5379         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5380
5381 2008-02-01  Kenichi Handa  <handa@m17n.org>
5382
5383         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5384         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5385         (rfc2104-hash): Convert the result of concat to unibyte string.
5386
5387 2008-02-01  Dave Love  <fx@gnu.org>
5388
5389         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5390         coding-system-for-read.
5391         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5392
5393 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5396         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5397         <hanche@math.ntnu.no>.
5398
5399 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5402
5403         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5404
5405 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5406
5407         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5408         * message.el (message-beginning-of-line): Use featurep instead of bound
5409         tests in order to resolve conditionals at compile time.
5410
5411 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5412
5413         * mail-source.el (mail-sources): Add `group' choice.
5414
5415         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5416         parameter `in-group' to control into which group the articles go.
5417         Add treatment of `group' mail-source.
5418
5419 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5422
5423         * mm-decode.el (mm-dissect-buffer): Decode description.
5424
5425         * mml.el (mml-to-mime): Encode message header first.
5426
5427 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5430         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5431
5432         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5433         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5434
5435 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5438
5439 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5442         prefix keys.
5443         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5444         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5445         gnus-xmas.el.
5446
5447         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5448         (gnus-xmas-article-describe-bindings): New function.
5449         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5450         gnus-xmas-article-describe-bindings.
5451
5452         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5453
5454 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5457         Add new variables for article mark management.
5458         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5459         list of extra data entries which, when present, will indicate that the
5460         article ID should not be trimmed from the registry.
5461         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5462         functions.
5463         (gnus-registry-read-mark): New function to read a mark name from the
5464         user.
5465         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5466         (gnus-registry-set-article-mark-internal): New functions to add and
5467         remove marks.
5468         (gnus-registry-get-article-marks): New function to show the marks for
5469         an article, or retrieve them for further use.
5470
5471 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5474         keys when no argument is given.
5475
5476 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * imap.el (imap-ping-server): New variable.
5479         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5480         (imap-ping-server): Minor doc string fixes.
5481
5482 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5483
5484         * imap.el (imap-ping-server): New function.
5485         (imap-opened): Call imap-ping-server.
5486
5487 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * gnus-sum.el (gnus-article-sort-by-random)
5490         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5491         jidanni@jidanni.org.
5492
5493 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-art.el (gnus-article-describe-bindings): New function.
5496         (gnus-article-read-summary-keys): Use it.
5497         (gnus-article-mode-map): Bind `C-h b' to it.
5498
5499 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5502         XEmacs.
5503         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5504         against non-character events.
5505
5506         * lpath.el: Fbind map-keymap for Emacs 21.
5507
5508 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5511         command.
5512         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5513         instead of END.  Change name of the temp file.
5514         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5515         customizable.
5516
5517 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5520         bind `S W' to gnus-article-wide-reply-with-original; set default
5521         binding to gnus-article-read-summary-send-keys.
5522         (gnus-article-read-summary-keys): Fix the order of keys; display
5523         continuation keys correctly in the echo area; describe bindings
5524         correctly when keys end with `C-h'.
5525         (gnus-article-read-summary-send-keys): New function.
5526         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5527         for gnus-article-read-summary-send-keys; display continuation keys
5528         correctly in the echo area.
5529         (gnus-article-reply-with-original): Ignore prefix argument.
5530         (gnus-article-wide-reply-with-original): New function.
5531
5532         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5533         Emacs 21.
5534
5535 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5538         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5539
5540 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5543         (gnus-group-read-ephemeral-gmane-group): New command.
5544
5545 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5546
5547         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5548
5549 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * message.el (message-send-mail-function): Increase custom version.
5552
5553         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5554         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5555
5556 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5559         for the cases where imap-authenticate is called with a nil buffer
5560         parameter.
5561
5562 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5565         html parts correctly; support forwarded messages.
5566         (gnus-article-browse-html-article): Remove work buffers.
5567
5568         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5569         compiling.
5570         (netrc-bound-and-true-p): New macro.
5571         (netrc-parse): Use it instead of bound-and-true-p that is not available
5572         in XEmacs 21.4.
5573
5574 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * gnus-registry.el (gnus-registry-mark-article)
5577         (gnus-registry-article-marks): Add functionality to mark articles
5578         through the Gnus registry.
5579
5580         * encrypt.el: Clarify documentation for the new pgg method.
5581         (encrypt-file-alist): Add PGG option.
5582         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5583         functionality.  Abstract password key and messaging to external
5584         functions.
5585         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5586         (encrypt-message-method-and-cipher): Add new convenience external
5587         functions.
5588         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5589         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5590
5591         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5592         (netrc-parse): Use encrypt-file-alist to determine if
5593         encrypt-find-model or encrypt-insert-file-contents should be used.
5594
5595         * encrypt.el: Clarify documentation.  Load password-cache or
5596         password, whichever one is found first, instead of autoloading.
5597
5598 2007-12-19  Glenn Morris  <rgm@gnu.org>
5599
5600         * mml.el (message-options-set, message-narrow-to-head)
5601         (message-in-body-p, message-mail-p, message-encode-message-body):
5602         Autoload.
5603         (message-remove-header, message-narrow-to-headers-or-head)
5604         (message-subscribed-p, message-make-mail-followup-to)
5605         (message-position-on-field, message-news-p)
5606         (message-options-set-recipient, message-generate-headers)
5607         (message-sort-headers): Declare as functions.
5608
5609 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5612         convention in doc string.
5613
5614 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5617         title to html parts.
5618         (gnus-article-browse-html-article): Pass message header to it.
5619
5620         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5621
5622 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5625         or password compatible with XEmacs.
5626
5627 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5630         format document.
5631         (gnus-mime-delete-part): Don't write description line if empty.
5632         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5633
5634 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5635
5636         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5637         (gnus-summary-mark-read-and-unread-as-read)
5638         (gnus-summary-mark-current-read-and-unread-as-read)
5639         (gnus-summary-mark-unread-as-ticked): Doc fix.
5640         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5641
5642 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5645         Christoph Conrad <christoph.conrad@gmx.de>.
5646
5647 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5650         yes-or-no-p.
5651
5652 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * mm-decode.el (mm-add-meta-html-tag): New function.
5655         (mm-save-part-to-file, mm-pipe-part): Use it.
5656
5657         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5658         gnus-y-or-n-p instead of y-or-n-p.
5659         (gnus-article-browse-html-parts): Work with message/external-body; use
5660         mm-add-meta-html-tag.
5661
5662 2007-12-11  Glenn Morris  <rgm@gnu.org>
5663
5664         * gnus-cache.el: Require gnus-sum not just when compiling.
5665
5666         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5667
5668         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5669         definitions before use.
5670
5671         * mm-decode.el: Require gnus-util.
5672         (mm-remove-part): Only call delete-annotation on XEmacs.
5673
5674         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5675
5676         * nnmail.el: Require gnus-int.
5677
5678         * spam.el: Move `require's before `eval-when-compile's.
5679
5680         * gnus-ems.el (gnus-alive-p):
5681         * gnus-fun.el (message-goto-eoh):
5682         * gnus-util.el (gnus-group-name-decode):
5683         * mail-source.el (gnus-compress-sequence):
5684         * message.el (Info-goto-node, format-spec):
5685         * mm-bodies.el (message-options-get):
5686         * mm-decode.el (mm-view-pkcs7):
5687         * mm-util.el (gmm-write-region):
5688         * mml-smime.el (mml-compute-boundary)
5689         (gnus-completing-read-with-default):
5690         * mml.el (widget-button-press, gnus-make-hashtable):
5691         * mml1991.el (mm-decode-content-transfer-encoding)
5692         (mm-encode-content-transfer-encoding)
5693         (message-options-get, message-options-set):
5694         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5695         * nnfolder.el (gnus-request-group):
5696         * nnheader.el (ietf-drums-unfold-fws):
5697         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5698         * smime.el (gnus-run-mode-hooks):
5699         * spam-stat.el (gnus-message): Autoload.
5700
5701         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5702         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5703         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5704         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5705         Add declare-function compatibility definition.
5706
5707         * gnus-cache.el (nnvirtual-find-group-art):
5708         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5709         (gnus-add-image, gnus-add-wash-type):
5710         * gnus-group.el (nnkiboze-score-file):
5711         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5712         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5713         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5714         (message-tokenize-header, gnus-get-buffer-create)
5715         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5716         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5717         * gnus.el (gnus-group-decoded-name):
5718         * mail-source.el (imap-capability):
5719         * mm-bodies.el (message-options-set):
5720         * mm-decode.el (gnus-configure-windows):
5721         * mm-extern.el (message-goto-body):
5722         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5723         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5724         (epg-sub-key-validity, message-options-set):
5725         * mml.el (widget-event-point, gnus-configure-windows):
5726         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5727         * mml2015.el (epg-check-configuration, epg-configuration)
5728         (message-options-set):
5729         * nndb.el (nndb-request-article):
5730         * nnfolder.el (gnus-request-create-group):
5731         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5732         * nnmaildir.el (gnus-group-mark-article-read):
5733         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5734         * rfc1843.el (message-fetch-field):
5735         * spam.el (gnus-extract-address-components):
5736         Declare as functions.
5737
5738 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5741
5742         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5743
5744         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5745         bind show-trailing-whitespace for XEmacs.
5746
5747 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5750         new no-op macro for backward compatibility.
5751
5752         * imap.el (imap-string-to-integer): New function.
5753
5754 2007-12-09  Glenn Morris  <rgm@gnu.org>
5755
5756         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5757
5758         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5759         * message.el, mm-view.el, sieve-manage.el, smime.el:
5760         Add declare-function compatibility definition.
5761
5762         * gnus-art.el (w3-region, w3m-region, Info-menu):
5763         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5764         * gnus-sum.el (gnus-get-predicate):
5765         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5766         * message.el (mail-abbrev-in-expansion-header-p):
5767         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5768         (w3m-detect-meta-charset, w3m-region):
5769         * sieve-manage.el (password-read, password-cache-add)
5770         (password-cache-remove):
5771         * smime.el (password-read-and-add): Declare as functions.
5772
5773 2007-12-08  David Kastrup  <dak@gnu.org>
5774
5775         * gnus-sum.el (gnus-summary-simplify-subject-query):
5776         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5777         `message'.
5778
5779 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5782         it to bind idna-program, installation-directory, defined-colors, and
5783         face-attribute for XEmacs of the version that compiles defcustom forms.
5784
5785 2007-12-07  Glenn Morris  <rgm@gnu.org>
5786
5787         * gnus-art.el (article-make-date-line): Revert previous change.
5788
5789 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5792
5793 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5794
5795         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5796         Call gnus-add-to-range ranges only once with a prepared article-list.
5797
5798 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5799
5800         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5801         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5802         group names with backslashes.  Reported by Tassilo Horn
5803         <tassilo@member.fsf.org>.
5804
5805 2007-12-06  Deepak Goel  <deego3@gmail.com>
5806
5807         * gnus-art.el (article-make-date-line):
5808         * gnus-start.el (gnus-load):
5809         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5810
5811 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-art.el (gnus-use-idna)
5814         * gnus-start.el (gnus-site-init-file)
5815         * message.el (message-use-idna)
5816         * mm-uu.el (mm-uu-hide-markers)
5817         * smiley.el (smiley-style): Revert changes that suppress warnings.
5818
5819 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5822         specify charset to html source.  Reported by Christoph Conrad
5823         <christoph.conrad@gmx.de>.
5824
5825 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5828         idna-program in order to suppress byte compile warning issued by XEmacs
5829         that came to byte compile the default value section of defcustom forms
5830         recently.
5831
5832         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5833         value of installation-directory.
5834
5835         * message.el (message-use-idna): Don't directly refer to the value of
5836         idna-program.
5837
5838         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5839
5840         * smiley.el (smiley-style): Don't directly call face-attribute.
5841
5842 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5845
5846         * gnus-dired.el: Reduce Gnus dependencies.
5847         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5848         require.  Use autoloads instead.
5849         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5850         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5851         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5852         (gnus-dired-mode): Adjust doc string.
5853         (gnus-dired-mail-mode): New variable.
5854         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5855         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5856         (gnus-dired-mail-buffers): New function.  Return mail or message
5857         composition buffers.
5858         (gnus-dired-attach): Use it.
5859         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5860         NO-DECODE.
5861         (gnus-dired-print): Use `gnus-print-buffer' depending on
5862         `gnus-dired-mail-mode'.
5863
5864 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * rfc2047.el (rfc2047-encoded-word-regexp)
5867         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5868         explaining what regexp patterns are for.
5869
5870 2007-12-04  Glenn Morris  <rgm@gnu.org>
5871
5872         * password.el: Move to password-cache.el.
5873
5874         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5875         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5876         * mml-smime.el (password-read, password-cache-add)
5877         (password-cache-remove):
5878         No need to autoload, since mml-sec requires password.
5879
5880         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5881         * message.el (gnus-extract-address-components):
5882         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5883
5884         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5885         password.
5886
5887 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * mailcap.el: Reduce dependencies.
5890         (mail-header-parse-content-type): Autoload.
5891         (mailcap-delete-duplicates): New alias.
5892         (mailcap-mime-info): Add optional argument NO-DECODE.
5893         (mailcap-mime-types): Use mailcap-delete-duplicates.
5894
5895         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5896
5897 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5898
5899         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5900         (imap-parse-status): Upcase status-att for servers that sends them
5901         lower-case (e.g., MS Exchange 2007).
5902
5903 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5904
5905         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5906         function.
5907
5908         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5909         (gnus-uu-yenc-article): New function.
5910
5911         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5912
5913         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5914         buffer.
5915
5916 2007-12-02  Glenn Morris  <rgm@gnu.org>
5917
5918         * binhex.el (binhex): New custom group.
5919         (binhex-decoder-program, binhex-decoder-switches)
5920         (binhex-use-external): Move to the binhex custom group.
5921
5922         * uudecode.el (uudecode): New custom group.
5923         (uudecode-decoder-program, uudecode-decoder-switches)
5924         (uudecode-use-external): Move to the uudecode custom group.
5925
5926         * netrc.el (top-level): Don't load `encrypt' features.
5927         (netrc-parse): Don't use encrypt.
5928         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5929
5930         * encrypt.el: Remove file.
5931
5932 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5935         matches on patches.
5936
5937         * gnus-art.el (gnus-article-browse-html-article): Mention
5938         `mm-text-html-renderer' in the doc string.
5939
5940         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5941         string.  Add comments.
5942
5943         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5944         if rhs is ASCII.
5945
5946 2007-12-01  Glenn Morris  <rgm@gnu.org>
5947
5948         * mail-source.el (top-level): Require format-spec before
5949         eval-when-compile.
5950
5951 2007-11-30  Glenn Morris  <rgm@gnu.org>
5952
5953         * encrypt.el: Require password, rather than autoloading password-read.
5954
5955 2007-11-29  Glenn Morris  <rgm@gnu.org>
5956
5957         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5958         (sasl-make-client, sasl-next-step, sasl-step-data)
5959         (sasl-step-set-data): Declare as functions.
5960
5961 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5964
5965 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5966
5967         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5968         certs should be verified and what is to be done in the event of a
5969         verification failure.
5970
5971         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5972         caller can indicate whether the cache should be disregarded for this
5973         call.  This way the result of the call is reproducible at all times and
5974         can be considered a canonical server name for the supplied method.
5975         (gnus-agent-method-p): Canonicalize server names by pushing their
5976         method through `gnus-method-to-server' using the no-cache argument.
5977
5978         * gnus-srvr.el (gnus-server-insert-server-line): Call
5979         `gnus-method-to-server' with `no-cache' argument.
5980
5981         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5982         gnus-agent-possibly-synchronize-flags as this should be called when the
5983         server is actually being opened.
5984         (gnus-agent-possibly-synchronize-flags)
5985         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5986         flags file of an agentized server to the latter function.
5987
5988         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5989         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5990         after a connection has been established successfully.
5991
5992 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (article-display-face): Force to display face if called
5995         interactively; check if gnus-article-x-face-too-ugly matches author.
5996         (article-display-x-face): Display face even if From header is missing
5997         as article-display-face does.
5998
5999 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6000
6001         * hashcash.el (message-narrow-to-headers-or-head)
6002         (message-fetch-field, message-goto-eoh)
6003         (message-narrow-to-headers): Declare as functions.
6004
6005 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * mail-source.el (mail-sources): Default to fetch from file for
6008         compatibility with default of nnmail-spool-file.
6009
6010 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6013         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6014         to look for encoded word that should be encoded again.
6015         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6016         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6017         encoding pattern.
6018         (rfc2047-decode-region): Switch strict regexp and loose one according
6019         to rfc2047-allow-irregular-q-encoded-words.
6020
6021 2007-11-25  Romain Francoise  <romain@orebokech.com>
6022
6023         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6024
6025 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * tls.el (tls-program): Provide more custom choices from
6028         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6029         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6030
6031 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6032
6033         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6034         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6035
6036         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6037         `nnmail-spool-file'.
6038
6039         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6040         `nnmail-spool-file'.
6041
6042         * gnus-move.el (gnus-change-server): Ditto.
6043
6044         * gnus-kill.el (gnus-batch-score): Ditto.
6045
6046         * gnus-cache.el (gnus-jog-cache): Ditto.
6047
6048         * gnus-msg.el (gnus-summary-reply):
6049         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6050
6051 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6054         version.  Minor improvement to doc strings.
6055         (tls-program): Add comment.
6056
6057 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6058
6059         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6060         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6061         mismatch between the hostname provided in the certificate and the name
6062         of the host connnecting to.
6063         (open-tls-stream): Use them.  Check certificates against trusted root
6064         certificates.
6065
6066 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * gnus-cache.el (gnus-cache-generate-nov-databases):
6069         Use nnml-generate-nov-databases-directory instead of
6070         nnml-generate-nov-databases-1.
6071
6072 2007-11-24  Glenn Morris  <rgm@gnu.org>
6073
6074         * message.el (message-tool-bar-retro): Update for rename
6075         mail_send.xpm->mail-send.xpm.
6076
6077 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6080         `smime-ldap-search' for Emacs 22 and up.
6081
6082 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6083
6084         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6085
6086         * message.el (message-send-mail-function): Fix error convention.
6087         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6088         (message-widen-reply, message-send-mail, message-talkative-question)
6089         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6090         (message-clone-locals, message-send-news): Use with-current-buffer.
6091         (message-insert-or-toggle-importance): Remove unused var `valid'.
6092         (message-make-references): Remove unused var `new-references'.
6093         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6094
6095 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6096
6097         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6098         (spam-split-symbolic-return-positive): Reflow docstring.
6099         (spam-backends, spam-summary-exit-behavior)
6100         (spam-mark-ham-unread-before-move-from-spam-group)
6101         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6102         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6103         (spam-clear-cache, spam-backend-check, spam-install-backend)
6104         (spam-install-statistical-backend, spam-list-of-processors)
6105         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6106         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6107         (spam-check-crm114, spam-initialize, spam-unload-hook):
6108         Fix typos in docstrings.
6109
6110 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6113         been checked if they have never been read and those group levels are
6114         higher than the one that a user specified.
6115
6116 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6119         foreign groups unless a group level is specified by a user.
6120         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6121
6122 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * message.el (message-send-mail-function): Require sendmail.
6125
6126 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6127
6128         * message.el (message-send-mail-function): Check for smtpmail too.
6129
6130         * utf7.el (utf7-encode, utf7-decode): Use coding system
6131         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6132
6133         * message.el (message-send-mail-function): New function.
6134         (message-send-mail-function): Set default using
6135         message-send-mail-function.  Adjust doc string.
6136         (message-send-mail-with-mailclient): New function.
6137
6138 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6139
6140         * smime.el (from):
6141         * rfc2047.el (message-posting-charset):
6142         * qp.el (mm-use-ultra-safe-encoding):
6143         * pop3.el (parse-time-months):
6144         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6145         * nnml.el (files):
6146         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6147         (jka-compr-compression-info-list, ange-ftp-path-format)
6148         (efs-path-regexp):
6149         * nndiary.el (files):
6150         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6151         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6152         (epg-digest-algorithm-alist, inhibit-redisplay)
6153         (password-cache-expiry):
6154         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6155         (pgg-output-buffer, password-cache-expiry):
6156         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6157         (efs-path-regexp):
6158         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6159         (inhibit-redisplay):
6160         * mm-uu.el (file-name, start-point, end-point, entry)
6161         (gnus-newsgroup-name, gnus-newsgroup-charset):
6162         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6163         (latin-unity-ucs-list):
6164         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6165         (mm-uu-binhex-decode-function):
6166         * message.el (gnus-message-group-art, gnus-list-identifiers)
6167         (rmail-enable-mime-composing, gnus-local-organization)
6168         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6169         (gnus-read-active-file, facemenu-add-face-function)
6170         (facemenu-remove-face-function, gnus-article-decoded-p)
6171         (tool-bar-mode):
6172         * mail-source.el (display-time-mail-function):
6173         * gnus-util.el (nnmail-pathname-coding-system)
6174         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6175         (gnus-original-article-buffer, gnus-user-agent)
6176         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6177         (xemacs-codename, sxemacs-codename, emacs-program-version):
6178         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6179         * gnus-start.el (gnus-agent-covered-methods)
6180         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6181         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6182         (gnus-newsgroup-headers, gnus-group-list-mode)
6183         (gnus-group-mark-positions, gnus-newsgroup-data)
6184         (gnus-newsgroup-unreads, nnoo-state-alist)
6185         (gnus-current-select-method, mail-sources)
6186         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6187         (nnmail-spool-file, gnus-cache-active-hashtb):
6188         * gnus-mh.el (mh-lib-progs):
6189         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6190         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6191         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6192         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6193         (gnus-group-buffer):
6194         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6195         (font-lock-set-defaults):
6196         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6197         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6198         (gnus-summary-post-menu, total-parts, type, condition, length):
6199         * gnus-agent.el (gnus-agent-read-agentview):
6200         * flow-fill.el (show-trailing-whitespace):
6201         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6202         eval-and-compile wrappers for byte compiler pacifiers.
6203
6204         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6205         (mm-display-inline-fontify): Check for featurep 'xemacs not
6206         extent-list.
6207
6208         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6209         itimer-list.
6210         (mm-create-image-xemacs): Only do something for XEmacs.
6211         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6212
6213         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6214
6215         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6216         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6217
6218 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6219
6220         * nnimap.el (nnimap-split-download-body):
6221         * gnus-demon.el (gnus-demon):
6222         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6223
6224 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6227         macros.
6228         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6229         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6230         copy data from unibyte buffer to multibyte current buffer.
6231         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6232         to copy data from unibyte current buffer to multibyte buffer.
6233         (nntp-make-process-buffer): Make process buffer unibyte.
6234
6235         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6236
6237 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6238
6239         * pop3.el (pop3-open-server): Accept and process data more robustly at
6240         connexion start to avoid spurious "POP SSL connexion failed" errors.
6241
6242 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6245         read group names.
6246
6247 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6250
6251 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6254         (nnmail-save-active): Use a unibyte buffer when saving active file,
6255         which may contain non-ASCII group names.
6256
6257         * nnml.el (nnml-request-group): Decode group names in messages.
6258
6259 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * message.el (message-citation-line-function)
6262         (message-insert-formatted-citation-line): Fix spelling of
6263         `message-insert-formated-citation-line'.
6264
6265 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6266
6267         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6268
6269 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6272         nnmail-pathname-coding-system.
6273
6274         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6275         that a user enters; decode group names in messages.
6276
6277         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6278
6279 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6282
6283         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6284
6285         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6286         risky local variable.
6287
6288         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6289
6290 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * encrypt.el: Improve documentation to fix function name typo.
6293         Reported by Daiki Ueno <ueno@unixuser.org>.
6294
6295 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6298         even if the point is not in the last page of an article.
6299         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6300         back to the previous page.
6301
6302 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6305
6306 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6309
6310 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6311
6312         * message.el (message-check-news-body-syntax): Avoid
6313         mm-string-as-multibyte.
6314         (message-hide-headers): Don't assume (point-min)==1.
6315
6316 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * message.el (message-remove-blank-cited-lines): Fix if remove is
6319         given.
6320         (message-bogus-address-regexp): New variable.
6321         (message-bogus-recipient-p): New function.
6322         (message-check-recipients): New command.
6323         (message-syntax-checks): Add `bogus-recipient'.
6324         (message-fix-before-sending): Add `bogus-recipient'.
6325
6326         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6327         (gnus-treat-body-boundary): Don't test window-system.
6328
6329 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6330
6331         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6332
6333 2007-10-28  Miles Bader  <miles@gnu.org>
6334
6335         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6336         at compile-time too.
6337
6338 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-msg.el (gnus-message-setup-hook): Add
6341         `message-remove-blank-cited-lines' to options.
6342
6343 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * message.el (message-remove-blank-cited-lines): New function.
6346         Suggested by Karl Plästerer.
6347
6348 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6351         mapc.
6352
6353         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6354         (top-level): Use mapc to set functions to be traced for debugging.
6355
6356         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6357         called for effect with while loop.
6358
6359         * message.el (message-talkative-question): Replace mapcar called for
6360         effect with mapc.
6361
6362         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6363         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6364         called for effect with dolist.
6365
6366         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6367
6368         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6369         gnus-extra-headers and nnmail-extra-headers.
6370
6371         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6372         called for effect with dolist.
6373         (top-level): Use mapc to set functions to be traced for debugging.
6374
6375         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6376         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6377         dolist.
6378
6379         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6380         Replace mapcar called for effect with mapc.
6381         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6382         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6383         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6384         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6385
6386         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6387         remove-if that's a cl function.
6388
6389         * webmail.el (webmail-debug): Replace mapcar called for effect with
6390         dolist.
6391
6392         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6393         with mapc.
6394
6395 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6398         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6399         with while loop.
6400
6401         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6402         functions from article-* functions.
6403         (gnus-multi-decode-header): Replace mapcar called for effect with
6404         dolist.
6405
6406         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6407         (gnus-bookmark-show-details): Replace mapcar called for effect with
6408         while loop.
6409
6410         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6411         called for effect with while loop.
6412
6413         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6414         with dolist.
6415
6416         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6417         mapcar called for effect with dolist.
6418
6419         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6420
6421         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6422         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6423         Replace mapcar called for effect with dolist.
6424         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6425         mapc.
6426
6427         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6428         Replace mapcar called for effect with dolist.
6429         (gnus-topic-list): Replace mapcar called for effect with mapc.
6430
6431         * gnus.el: Use mapc instead of mapcar to add autoloads.
6432
6433 2007-10-23  Richard Stallman  <rms@gnu.org>
6434
6435         * gnus-group.el (gnus-group-highlight): Mark as risky.
6436
6437 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus.el (gnus-server-to-method): Return method found first in
6440         gnus-newsrc-alist.
6441
6442         * gnus-art.el (gnus-article-highlight-signature)
6443         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6444         button overlay without the front stickiness.
6445
6446 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6447
6448         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6449         overview buffer needed a catch to receive its throw.
6450         (gnus-agent-flush-cache): Declared as interactive to make this function
6451         easier to use.
6452
6453 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6456         `next-line'.
6457
6458 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6461         exclude address matching message-dont-reply-to-names.
6462
6463 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-util.el (gnus-string<): New function.
6466
6467         * gnus-sum.el (gnus-article-sort-by-author)
6468         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6469
6470 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6473         the frame-focus tag is set in gnus-buffer-configuration.
6474
6475 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6478         the front stickiness.
6479
6480 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6481
6482         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6483         url pattern; remove duplicate one.
6484         (gnus-article-extend-url-button): New function.
6485         (gnus-article-add-buttons): Use it.
6486         (gnus-button-push): Use concatenated url that it makes.
6487
6488 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6489
6490         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6491
6492 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6493
6494         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6495         Don't hardcode point-min==1.
6496
6497 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6500         Fix comment about "iso8859-1".
6501
6502 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6503
6504         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6505         ones returned from the verify-function.
6506
6507         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6508         mml2015-extract-cleartext-signature if extraction failed.
6509
6510 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6511
6512         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6513         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6514         failed.
6515
6516 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6519
6520 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6523         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6524         recommends to use EasyPG instead of PGG.
6525
6526         * pgg.el: Revert to revision 6.23.2.16.
6527
6528         * pgg-def.el: Revert to revision 6.6.2.14.
6529
6530         * pgg-gpg.el: Revert to revision 6.23.2.34.
6531
6532 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6533
6534         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6535         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6536         thread for both the null and zero (kill/expire thread) universal prefix
6537         cases.
6538         (gnus-summary-expire-thread): Add new function to expire a thread,
6539         using gnus-summary-kill-thread.
6540         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6541         shortcuts for gnus-summary-expire-thread.
6542         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6543         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6544
6545 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6546
6547         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6548         extras value, so an extras entry can be deleted.
6549         (gnus-registry-delete-extra-entry): Use it.
6550         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6551         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6552         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6553         storage through the gnus-registry, and provide an appropriate API for
6554         it.
6555
6556 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6559         Suggested by Leo <sdl.web@gmail.com>.
6560
6561         * gnus.el: Do.
6562
6563 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6566         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6567
6568         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6569
6570         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6571         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6572
6573 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6576         newline.
6577         (nnmbox-request-accept-article): Don't change article in source buffer;
6578         narrow to header to use message-fetch-field rather than
6579         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6580         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6581         as delimiters; make sure article ends with newline.
6582         (nnmbox-delete-mail): Correct last position of article to be deleted;
6583         ignore X-Gnus-Newsgroup header in article body.
6584         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6585         positions; make sure article ends with newline.
6586
6587         * message.el (message-display-abbrev): Don't infloop when a user
6588         inserts SPC in the beginning of header.
6589
6590         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6591         coding-system-for-read and coding-system-for-write for XEmacs having no
6592         file-coding feature.
6593
6594         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6595
6596 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6597
6598         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6599         list of groups not followed by default.  Fix type to be regexp.
6600         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6601
6602 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6603
6604         * hmac-def.el (define-hmac-function): Switch from old-style to
6605         new-style backquotes.
6606
6607         * md4.el (md4-make-step): Likewise.
6608
6609 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6612         raw-text coding system when saving .newsrc file, which may contain
6613         non-ASCII group names.
6614
6615 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * gnus-cus.el (gnus-score-extra): New widget.
6618         (gnus-score-extra-convert): New function.
6619         (gnus-score-customize): Use it for Extra.
6620
6621 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6622
6623         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6624         (mml2015-mailcrypt-clear-verify): Use it.
6625         (mml2015-gpg-clear-verify): Use it.
6626         (mml2015-pgg-clear-verify): Use it.
6627         (mml2015-epg-clear-verify): Replace the current part with the output
6628         from GnuPG; don't extract the plaintext by itself.
6629
6630         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6631         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6632         mml2015-clear-verify-function; don't touch the armor headers or
6633         dash-escaped text here.
6634
6635 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6638         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6639         parts, or application/octet-stream as a last resort.
6640         (gnus-mime-view-part-as-type): Don't toggle display.
6641         (gnus-mime-view-part-as-charset): Don't turn off display before
6642         querying charset.
6643
6644         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6645         stuff to undisplayer function in Emacs.
6646         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6647
6648         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6649         text/calendar parts.
6650
6651 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6654         decoding text/calendar parts.
6655
6656         * message.el (message-forward-make-body-mime): Always mark body as
6657         having no illegible text; remove signed-or-encrypted argument.
6658         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6659
6660         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6661         (mml-generate-mime-1): Don't encode body if it is specified to be in
6662         raw form; don't make buffer be unibyte when inserting multibyte string.
6663
6664 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6665
6666         * sha1.el: Fix up comment style.
6667         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6668         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6669
6670         * hex-util.el: Fix up comment style.
6671         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6672
6673         * gnus-salt.el: Use with-current-buffer.
6674         (gnus-pick-setup-message): Fix long-standing typo.
6675
6676 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * imap.el (imap-logout-timeout): New variable.
6679         (imap-logout, imap-logout-wait): New functions.
6680         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6681
6682         * nnimap.el (nnimap-logout-timeout): New server variable.
6683         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6684         nnimap-logout-timeout.
6685
6686         * gnus-art.el (gnus-article-summary-command-nosave)
6687         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6688
6689 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus.el (gnus-maximum-newsgroup): New variable.
6692
6693         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6694         according to gnus-maximum-newsgroup.
6695
6696         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6697         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6698         Limit the range of articles according to gnus-maximum-newsgroup.
6699
6700 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6701
6702         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6703         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6704         Don't perform gnus-configure-windows here; reuse existing sticky
6705         article buffer.
6706
6707         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6708         it doesn't exist in gnus-article-mode.
6709
6710 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6713         (gnus-agent-decoded-group-name): New function.
6714         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6715         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6716
6717 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6718
6719         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6720         Add binding for gnus-sticky-article.
6721         (gnus-summary-exit): Don't kill sticky article buffers.
6722
6723         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6724         article buffer.
6725         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6726         (gnus-kill-sticky-article-buffers): New commands.
6727
6728 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * nntp.el (nntp-xref-number-is-evil): New server variable.
6731         (nntp-find-group-and-number): If it is non-nil, don't trust article
6732         numbers in the Xref header.
6733
6734 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-agent.el (gnus-agent-read-group): New function.
6737         (gnus-agent-flush-group, gnus-agent-expire-group)
6738         (gnus-agent-regenerate-group): Use it.
6739         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6740         nnmail-pathname-coding-system.
6741
6742 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6745
6746         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6747         that are unread as unread, and also as selected so that information of
6748         marks having been changed by a user may be updated when exiting group.
6749
6750 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6753         calculated ignoring signature parts to gnus-treat-article.
6754
6755 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6758         a point here in order to keep the window start.
6759         (gnus-insert-mime-security-button): Make a button overlay without the
6760         front stickiness.
6761         (gnus-mime-display-security): Goto the end of a button.
6762
6763         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6764
6765 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6768         group-name-at-point.
6769         (gnus-group-completing-read): New function that offers decoded
6770         non-ASCII group names for completion.
6771         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6772         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6773         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6774         (gnus-group-fetch-control): Use it.
6775         (gnus-fetch-group): Use group-name-at-point for the initial value
6776         rather than the default value; use gnus-alive-p.
6777
6778         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6779         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6780         (gnus-summary-post-news): Use gnus-group-completing-read.
6781
6782         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6783         (gnus-read-move-group-name): Decode group name for completion.
6784
6785 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6788         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6789         Yamaoka slightly modified the code).
6790
6791 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6794         (nnmail-split-incoming): Bind it.
6795
6796         * nnml.el (nnml-group-name-charset): New function.
6797         (nnml-decoded-group-name): Use it; don't decode group name if
6798         nnmail-group-names-not-encoded-p is non-nil.
6799         (nnml-encoded-group-name): New function.
6800         (nnml-group-pathname): Inline nnml-decoded-group-name.
6801         (nnml-request-expire-articles): Decode group name in message.
6802         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6803         nnmail-pathname-coding-system.
6804         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6805         not decoded ones according to nnmail-group-names-not-encoded-p.
6806         (nnml-generate-active-info): Use nnml-encoded-group-name.
6807
6808 2007-08-08  Glenn Morris  <rgm@gnu.org>
6809
6810         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6811         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6812         doc-strings and comments.
6813
6814 2007-07-25  Glenn Morris  <rgm@gnu.org>
6815
6816         * Relicense all FSF files to GPLv3 or later.
6817
6818 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-sum.el (gnus-summary-move-article): Make
6821         gnus-summary-respool-article work.
6822
6823 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6826         string.
6827
6828 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6829
6830         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6831         that should be ignored when comparing distant RSS articles with local
6832         ones.
6833         (nnrss-make-hash-index): New function.  Create a hash index according
6834         to the ignored fields.
6835         (nnrss-check-group): Use it.
6836
6837 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6840
6841         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6842
6843         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6844         the new optional argument ENCODED is non-nil.
6845         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6846         coding system for encoding group name.
6847         (gnus-group-make-rss-group): Pass un-encoded group name to
6848         gnus-group-make-group.
6849         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6850         encoded.
6851
6852         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6853         Encode group name to which articles are moved or copied.
6854         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6855         coding system for encoding Newsgroup, Followup-To and Xref headers.
6856
6857         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6858         marks; use nnheader-file-coding-system to write a file.
6859         (nnagent-retrieve-headers): Bind file-name-coding-system to
6860         nnmail-pathname-coding-system.
6861
6862         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6863
6864         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6865         (nnml-request-article, nnml-request-create-group)
6866         (nnml-request-rename-group, nnml-find-id)
6867         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6868         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6869         (nnml-save-marks): Use nnml-group-pathname instead of
6870         nnmail-group-pathname.
6871
6872         (nnml-request-create-group, nnml-request-expire-articles)
6873         (nnml-request-move-article, nnml-request-delete-group)
6874         (nnml-deletable-article-p, nnml-possibly-create-directory)
6875         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6876         (nnml-open-marks): Bind file-name-coding-system to
6877         nnmail-pathname-coding-system.
6878
6879         (nnml-request-article): Pass server argument to nnml-find-group-number.
6880         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6881         server argument to nnml-possibly-create-directory.
6882         (nnml-request-accept-article): Pass server argument to
6883         nnml-active-number and nnml-save-mail.
6884         (nnml-find-group-number): Pass server argument to nnml-find-id.
6885         (nnml-request-update-info): Pass server argument to
6886         nnml-marks-changed-p.
6887
6888         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6889         (nnml-save-mail, nnml-active-number): Add server argument.
6890
6891         (nnml-request-delete-group): Warn if group is missing.
6892         (nnml-get-nov-buffer): Decode group name.
6893         (nnml-generate-active-info): Encode group name.
6894         (nnml-open-marks): Decode group name in messages.
6895
6896 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6899         if it is not specified.
6900         (gnus-article-pipe-part, gnus-article-save-part)
6901         (gnus-article-interactively-view-part, gnus-article-copy-part)
6902         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6903         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6904         (gnus-article-replace-part, gnus-article-delete-part)
6905         (gnus-article-view-part-as-type): Pass raw prefix argument to
6906         gnus-article-part-wrapper.
6907
6908 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * gnus-agent.el (gnus-agent-save-active): Bind
6911         nnheader-file-coding-system to gnus-agent-file-coding-system.
6912
6913         * gnus-cache.el (gnus-cache-save-buffers)
6914         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6915         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6916         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6917         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6918         (gnus-cache-generate-active, gnus-cache-rename-group)
6919         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6920         (gnus-cache-update-overview-total-fetched-for): Bind
6921         file-name-coding-system to nnmail-pathname-coding-system.
6922         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6923         variables.
6924         (gnus-cache-decoded-group-name): New function.
6925         (gnus-cache-file-name): Use it.
6926         (gnus-cache-generate-active): Use non-decoded group name for active.
6927
6928         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6929         right place.
6930         (gnus-write-active-file): Don't break non-ASCII group names.
6931
6932         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6933         nnmail-pathname-coding-system.
6934
6935         * lpath.el: Bind default-file-name-coding-system,
6936         file-name-coding-system and language-info-alist for XEmacs.
6937
6938         * gnus-uu.el (gnus-uu-decode-save): Typo.
6939
6940 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6943
6944 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6947         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6948         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6949         (gnus-agent-flush-group, gnus-agent-flush-cache)
6950         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6951         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6952         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6953         (gnus-agent-regenerate-group)
6954         (gnus-agent-update-files-total-fetched-for)
6955         (gnus-agent-update-view-total-fetched-for): Bind
6956         file-name-coding-system to nnmail-pathname-coding-system.
6957         (gnus-agent-group-pathname): Don't encode file names by
6958         nnmail-pathname-coding-system.
6959         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6960         coding-system-for-write instead of buffer-file-coding-system to
6961         gnus-agent-file-coding-system.
6962
6963         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6964         Decode group name.
6965
6966         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6967
6968         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6969         (gnus-read-newsrc-el-file): Make group names unibyte.
6970
6971         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6972         nnmail-pathname-coding-system.
6973
6974         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6975         (nnrss-request-delete-group): Bind file-name-coding-system to
6976         nnmail-pathname-coding-system.
6977         (nnrss-read-server-data, nnrss-read-group-data): Bind
6978         file-name-coding-system correctly.
6979         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6980
6981         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6982         (nntp-server-to-method-cache): New variable.
6983         (nntp-group-pathname): New function that decodes non-ASCII group names.
6984         (nntp-possibly-create-directory, nntp-marks-changed-p)
6985         (nntp-save-marks, nntp-open-marks): Use it.
6986         (nntp-possibly-create-directory, nntp-open-marks):
6987         Bind file-name-coding-system to nnmail-pathname-coding-system.
6988         (nntp-open-marks): Decode group names when bootstrapping marks.
6989
6990         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6991         Newsgroups and Folowup-To headers.
6992
6993 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6996         (gnus-server-closed-face, gnus-server-denied-face)
6997         (gnus-server-offline-face): Remove variable.
6998         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6999
7000         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7001         of modifying message-stack directly for XEmacs.
7002
7003         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7004         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7005         if the coding-system argument is nil for XEmacs.
7006
7007         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7008         mm-charset-override-alist.
7009
7010         * rfc2047.el: Don't require base64; require rfc2045 for the function
7011         rfc2045-encode-string.
7012         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7013         to quote the parameter value.
7014
7015 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7018         form in gnus-group-name-charset-method-alist.
7019
7020         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7021         overrides the default layout edit-form.
7022
7023         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7024
7025         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7026
7027 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7030         as unfetched articles.
7031
7032 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7035
7036 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7039         original back end that keeps marks in the local system.
7040
7041 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7044         arg of pop-to-buffer for XEmacs.
7045         (gnus-article-read-summary-keys): Ditto; don't restore window
7046         configuration if summary command ends up with neither article buffer
7047         nor summary buffer; describe bindings if summary keys end with C-h.
7048
7049 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * message.el (message-fix-before-sending): Skip raw message part to be
7052         forwarded while checking illegible text.
7053         (message-forward-make-body-mime, message-forward-make-body): Mark
7054         signed or encrypted raw message as having no illegible text.
7055
7056 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7059         (gnus-message-with-timestamp-1): New macro.
7060         (gnus-message-with-timestamp): New function.
7061         (gnus-message): Use them.
7062
7063         * nnheader.el (nnheader-message): Use them.
7064
7065 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7068         .newsrc.eld file.
7069
7070 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-agent.el (gnus-agent-fetch-headers)
7073         (gnus-agent-retrieve-headers): Bind
7074         gnus-decode-encoded-address-function to identity.
7075
7076         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7077         available also when the server returns simply a dot.
7078
7079         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7080
7081 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7084
7085 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-ems.el (gnus-x-splash): Make it work.
7088
7089         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7090         from being used.
7091
7092         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7093
7094 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7097         4th and the 5th arguments.
7098
7099         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7100         the front stickiness.
7101         (gnus-article-summary-command-nosave): Correct the order of the
7102         arguments passed to pop-to-buffer.
7103         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7104         summary command ends up with the article buffer.
7105
7106         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7107         the same faces.
7108
7109 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7110
7111         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7112
7113 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7114
7115         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7116         * gnus-sum.el (gnus-summary-highlight):
7117         * pgg.el (pgg-sign-region, pgg-sign):
7118         * mail-source.el (mail-source-delete-old-incoming-confirm):
7119         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7120
7121 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-art.el (gnus-mime-view-part-externally)
7124         (gnus-mime-view-part-internally): Fix predicate function passed to
7125         completing-read.
7126
7127         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7128
7129         * gnus.el (gnus-update-message-archive-method): Add :version.
7130
7131 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus.el (gnus-update-message-archive-method): New variable.
7134
7135         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7136         according to gnus-message-archive-method if
7137         gnus-update-message-archive-method is non-nil.
7138
7139 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7142         by Loic Dachary <loic@dachary.org>.
7143         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7144
7145 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * message.el (message-pop-to-buffer): Add switch-function argument.
7148         (message-mail): Pass switch-function argument to it.
7149
7150 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7153         Improve doc string.
7154
7155 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7158         (gnus-header-content)
7159         * gnus-cite.el (gnus-cite-10)
7160         * gnus-srvr.el (gnus-server-closed)
7161         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7162         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7163         (gnus-group-mail-3-empty, gnus-group-mail-low)
7164         (gnus-group-mail-low-empty, gnus-splash)
7165         * message.el (message-header-to, message-header-cc)
7166         (message-header-subject, message-header-other, message-header-name)
7167         (message-header-xheader, message-separator, message-cited-text)
7168         (message-mml): Lighten colors of faces used for dark background.
7169
7170 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7171
7172         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7173         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7174
7175 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * message.el (message-narrow-to-headers-or-head):
7178         Ignore mail-header-separator in the body.
7179
7180 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7183         same as window size.
7184
7185 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7186
7187         * message.el (message-font-lock-keywords): Use message-header-xheader
7188         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7189         ahead of the anything pattern, to get it recognised.
7190
7191 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7194         spam.el loads uses it in the compiled defadvice form.
7195
7196 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7197
7198         * gnus-sum.el (gnus-articles-to-read)
7199         (gnus-summary-insert-old-articles): Don't truncate group name for
7200         `read-string'.
7201
7202         * gnus-util.el (gnus-limit-string): Delete this function.
7203
7204         * gnus-sum.el (gnus-simplify-subject-fully): Use
7205         `truncate-string-to-width' instead.
7206
7207 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7208
7209         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7210         if, on summary exit, the next group has to be selected.
7211         (gnus-summary-exit): Use it.
7212
7213 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7216         non-break space.
7217
7218 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7221         Check if group is not a directory.
7222         (nnfolder-request-expire-articles): Don't delete articles if the target
7223         group is not available.
7224
7225         * nnml.el (nnml-request-create-group): Properly check if group is not a
7226         file.
7227         (nnml-request-expire-articles): Don't delete articles if the target
7228         group is not available.
7229
7230         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7231         Don't quote characters that are within parentheses.
7232
7233 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7236         (gnus-handle-ephemeral-exit): Select article according to it.
7237
7238 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * message.el (message-insert-formated-citation-line): Remove newline.
7241         (message-citation-line-format): Add final \n here so that the user can
7242         avoid a blank line.
7243
7244 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7245
7246         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7247         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7248         Update lanl/arXiv support.
7249
7250 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus.el: Bump version number.
7253
7254 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7255
7256         * gnus.el (gnus-version-number): Bump version.
7257
7258 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7259
7260         * gnus.el: No Gnus v0.6 is released.
7261
7262 2007-04-27  Didier Verna  <didier@xemacs.org>
7263
7264         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7265         * gmm-utils.el (gmm-regexp-concat): here.
7266         * message.el: Don't require 'gnus-util.
7267         (message-dont-reply-to-names): Handle name change above.
7268         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7269
7270 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7273         since the initial value varies according to the system.
7274
7275 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7278
7279 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7280
7281         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7282
7283 2007-04-24  Didier Verna  <didier@xemacs.org>
7284
7285         Improve the type of gnus-ignored-from-addresses.
7286         * gnus-util.el (gnus-orify-regexp): New function.
7287         * message.el (gnus-util): Require it.
7288         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7289         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7290         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7291
7292 2007-04-24  Didier Verna  <didier@xemacs.org>
7293
7294         * gnus-sum.el:
7295         * gnus-utils.el: Fix some trailing whitespaces.
7296
7297 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7300         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7301         article's Message-ID; refer parent article in summary buffer.
7302
7303         * message.el (message-bounce): Call mime-to-mml.
7304
7305         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7306         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7307         optimize and/or forms properly.
7308
7309 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7312         URL.
7313
7314 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7317
7318 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7321         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7322         displayed of multipart/alternative part if it is invoked from summary
7323         buffer.
7324
7325         * mm-view.el (mm-inline-text-html-render-with-w3m)
7326         (mm-inline-text-html-render-with-w3m-standalone)
7327         (mm-inline-render-with-function): Use mail-parse-charset by default.
7328
7329 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7330
7331         * parse-time.el (parse-time-string-chars): Check if CHAR
7332         is less than the length of parse-time-syntax.
7333
7334 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7337         from gnus-newsgroup-processable.
7338
7339 2007-04-16  Didier Verna  <didier@xemacs.org>
7340
7341         * gnus-msg.el (gnus-configure-posting-styles): Handle
7342         message-signature-directory properly with :file syntax.  Reported by
7343         "Leo".
7344
7345 2007-04-11  Didier Verna  <didier@xemacs.org>
7346
7347         New user option: message-signature-directory.
7348         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7349         * message.el (message-insert-signature): Ditto.
7350         * message.el (message-signature-file): Doc update.
7351         * message.el (message-signature-directory): New.
7352
7353 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-msg.el (gnus-inews-yank-articles): Use
7356         message-exchange-point-and-mark instead of exchange-point-and-mark.
7357
7358 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * message.el (message-yank-original): Make sure cited text ends with
7361         newline; don't exchange point and mark.
7362
7363 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7364
7365         * tls.el (open-tls-stream): Properly handle case where there
7366         is no associated buffer.
7367
7368 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7369
7370         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7371         message-yank-original, make sure (< mark TEXT point).
7372
7373 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * message.el (message-fill-column): New variable.
7376         (message-mode): Use it.  Add comment on a possible new hook.
7377
7378         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7379         (nnmail-get-new-mail): Reformat.
7380
7381         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7382
7383         * gmm-utils.el: Fix Commentary.
7384         (gmm-tool-bar-from-list): Fix typo in doc string.
7385
7386 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7387
7388         * message.el (message-yank-original): Don't switch point and mark
7389         unnecessarily to put point and mark as documented.
7390
7391 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7394         from the message heads.
7395
7396 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7397
7398         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7399         article buffer does not have a window.  This may not be the best
7400         solution but is certainly better than setting the start of the null,
7401         that is the current, window.
7402
7403 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7404
7405         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7406         (gnus-draft-setup): Run it.
7407
7408         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7409         gnus-score-fast-scoring.  Allow regexp.
7410         (gnus-score-headers): Use it.
7411
7412         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7413         XEmacs.
7414
7415         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7416         string.
7417         (gnus-button-alist): Also catch `<f1> k ...'.
7418         (gnus-treat-display-x-face): Fix doc string.
7419
7420 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7421
7422         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7423         evaluation of gnus-extended-version to ensure correct generation of the
7424         User-Agent header when message-generate-headers-first is used.
7425
7426 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7427
7428         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7429         hashcash-path is nil.  Don't call callback with incorrect number of
7430         parameters if val is 0.
7431
7432 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7433
7434         * message.el (message-required-news-headers):
7435         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7436
7437 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7438
7439         * tls.el (open-tls-stream): In handshake-waiting loop,
7440         don't wait more if there is output available to process.
7441
7442 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7443
7444         * tls.el (tls-program): Doc fix.
7445
7446 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * message.el (message-generate-new-buffers): Change the meaning of the
7449         nil value; add `standard' to the choices; treat t as `unique'; improve
7450         doc string.
7451         (gnus-select-frame-set-input-focus): Autoload.
7452         (message-buffer-name): Search for the existing message buffer if
7453         message-generate-new-buffers is nil or `standard'; treat the value t of
7454         message-generate-new-buffers as `unique'.
7455         (message-pop-to-buffer): Raise the frame already displaying the message
7456         buffer; clear the echo area after querying.
7457         (message-setup): Pass the `continue' argument to compose-mail.
7458         (message-mail): Prefer `switch-function' if it is given; search for the
7459         existing message buffer if the `continue' argument is non-nil; pass
7460         continue and switch-function arguments to compose-mail by way of
7461         message-setup.
7462         (message-mail-other-window): Adjust argument of message-setup.
7463         (message-mail-other-frame): Ditto.
7464
7465 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7468         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7469         to turn font-lock on when turning gnus-message-citation-mode on.
7470
7471 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7472
7473         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7474         (mml-smime-function-alist): New variable; add epg as the backend.
7475         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7476         mml-smime- functions instead.
7477         * mm-view.el: Require smime.
7478
7479 2007-03-05  Didier Verna  <didier@xemacs.org>
7480
7481         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7482         instead of just inheritance for posting styles.
7483         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7484
7485 2007-02-24  Chris Moore  <dooglus@gmail.com>
7486
7487         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7488         * pgg-pgp.el (pgg-pgp-encrypt-region):
7489         * pgg-gpg.el (pgg-gpg-encrypt-region):
7490         Check pgg-encrypt-for-me if no other recipients.
7491
7492 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7493
7494         * tls.el (tls-certtool-program): Fix custom type.
7495
7496 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7499         and point-at-eol instead of line-(beginning|end)-position.
7500
7501         * assistant.el (assistant-parse-buffer): Ditto.
7502
7503         * netrc.el (netrc-parse-services): Ditto.
7504
7505 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7506
7507         * mml2015.el (mml2015-epg-find-usable-key): New function.
7508         (mml2015-epg-sign): Use it.
7509         (mml2015-epg-encrypt): Use it.
7510
7511 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * message.el (message-make-in-reply-to): Quote name containing
7514         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7515         if there are special characters.  Reported by NAKAJI Hiroyuki
7516         <nakaji@jp.freebsd.org>.
7517
7518 2007-02-27  Didier Verna  <didier@xemacs.org>
7519
7520         Include the group parameters as well as the topic ones in the
7521         inheritance filter process.
7522         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7523         argument GROUP-PARAMS-LIST.
7524         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7525
7526 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * nntp.el (nntp-never-echoes-commands)
7529         (nntp-open-connection-functions-never-echo-commands): New variables.
7530         (nntp-send-command): Use them.
7531
7532 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7533
7534         * mml2015.el (mml2015-epg-verify): Simplified.
7535
7536 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * mml.el (mml-content-disposition-alist): New user option.
7539         (mml-content-disposition): New function.
7540         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7541         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7542
7543 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7544
7545         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7546         verification.
7547
7548 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7549
7550         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7551         articles posted in the last 24 hours.
7552
7553 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7554
7555         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7556
7557 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7558
7559         * nntp.el (nntp-send-command): Don't wait for echoes when
7560         nntp-open-ssl-stream is used.
7561
7562 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7565         (gnus-message-add-citation-keywords)
7566         (gnus-message-remove-citation-keywords): Remove.
7567         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7568         directly, make the variables in font-lock-defaults buffer-local, add
7569         gnus-message-citation-keywords to them and then update the value of
7570         font-lock-keywords.
7571
7572 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * message.el (message-cite-original-1): Don't call
7575         gnus-article-highlight-citation.
7576
7577         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7578         citations; fix line count.
7579
7580 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7583         (gnus-message-add-citation-keywords)
7584         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7585         versions of font-lock-add-keywords and font-lock-remove-keywords to
7586         work with XEmacs correctly.
7587
7588 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-cite.el (gnus-cite-face-list): Set the values of
7591         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7592         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7593         (gnus-message-cite-prefix-regexp): New variable.
7594         (gnus-message-search-citation-line): Use it; protect against long
7595         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7596         the 0th match data for Emacs.
7597         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7598         (gnus-message-add-citation-keywords): Append keywords rather than
7599         prepending; emulate font-lock-add-keywords if it is not available.
7600         (gnus-message-remove-citation-keywords): Emulate
7601         font-lock-remove-keywords if it is not available.
7602
7603         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7604
7605         * message.el (message-cite-prefix-regexp): Set the value of
7606         gnus-message-cite-prefix-regexp.
7607
7608 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7609
7610         * nnweb.el (nnweb-google-parse-1): Update parser.
7611
7612 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7613
7614         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7615
7616 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7617
7618         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7619         regexp.
7620
7621 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7624         string-to-multibyte.
7625         (uudecode-decode-region-internal): Use it.
7626
7627         * lpath.el: Fbind string-as-multibyte for XEmacs.
7628
7629 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7630
7631         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7632         custom choice.
7633
7634         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7635
7636 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7637
7638         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7639
7640         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7641         `write-region' to respect `mm-inhibit-file-name-handlers'.
7642
7643 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7646         Use gnus-home-directory instead of "~/" or "$HOME".
7647
7648 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7649
7650         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7651         to mention filename.
7652         Add comments at beginning regarding usage.
7653         (encrypt-write-file-contents): Change interactive so a string is
7654         acceptable.  If the file has no associated model, show an error instead
7655         of a nonsense prompt.
7656
7657 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7658
7659         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7660         Thanks to Yoshihiko Yamada for kind notification of this typo.
7661
7662 2007-01-12  Kenichi Handa  <handa@m17n.org>
7663
7664         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7665         multibyte buffer.
7666
7667 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * gnus-score.el (gnus-score-fast-scoring): New variable.
7670         (gnus-score-headers): Use it.
7671
7672         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7673
7674         * message.el (message-cite-original-1): Call
7675         gnus-article-highlight-citation if requested.
7676         (message-make-from): Allow name and address as optional arguments.
7677
7678         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7679
7680         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7681         bugs to doc string.
7682         (gnus-button-alist): Add mid\\|message-id.
7683         (gnus-button-fetch-group): Extend for use in
7684         `browse-url-browser-function'.
7685         (gnus-button-url-regexp): Try to catch paired parentheses like in
7686         Wikipedia URLs.
7687
7688         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7689         Suggested by Simon Krahnke <overlord@gmx.li>.
7690
7691 2007-01-13  Romain Francoise  <romain@orebokech.com>
7692
7693         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7694         Update copyright.
7695
7696 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7697
7698         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7699
7700 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7701
7702         * gnus-registry.el (gnus-registry-unfollowed-groups)
7703         (gnus-registry-split-fancy-with-parent): Fix documentation.
7704
7705 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7706
7707         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7708         from nnweb groups.
7709
7710 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7713         Xref urls.  Erase buffer before requesting head.
7714
7715 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7718         customizable.
7719
7720 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7721
7722         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7723         no signing key is found.
7724         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7725         no encrypting and/or signing key is found.
7726
7727 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7730
7731 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7732
7733         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7734         headers read from disk with the ones newly found in the current search.
7735         This should no longer cause problems, because the article numbers in
7736         Gmane's `nov.php' output are ignored since the previous change.
7737
7738 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7739
7740         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7741
7742 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7745         replace-regexp-in-string; bind url-version; fbind display-images-p and
7746         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7747         find-face and set-itimer-function for Emacs; bind itimer-list for
7748         Emacs.
7749
7750         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7751
7752 2007-01-01  Romain Francoise  <romain@orebokech.com>
7753
7754         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7755
7756 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7757
7758         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7759         `define-minor-mode' macro definition expanded properly.
7760         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7761         exclude it there.
7762
7763         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7764         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7765         `fboundp' test.
7766         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7767         This is OK to autoload in (S)XEmacs now.
7768
7769 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7770
7771         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7772         keystroke.
7773         (gnus-summary-limit-to-singletons): Fix typo.
7774
7775         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7776         else fails.
7777
7778 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7779
7780         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7781         docstring.
7782
7783         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7784         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7785         (gnus-summary-insert-dormant-articles): Fix typo in message.
7786
7787 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7790         nil for XEmacs.
7791         (gnus-message-citation-mode): Don't autoload in XEmacs.
7792
7793         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7794
7795 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7796
7797         * nnimap.el (nnimap-expunge-search-string): Mention
7798         nnimap-search-uids-not-since-is-evil in docstring.
7799
7800 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * spam.el: Revert to make-obsolete-variable because
7803         define-obsolete-variable-alias is not supported in Emacs 21.
7804
7805         * spam.el (spam-ifile-path, spam-ifile-database-path)
7806         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7807         make-obsolete-variable.
7808         (spam-bsfilter-path, spam-bsfilter-program)
7809         (spam-spamassassin-path, spam-spamassassin-program)
7810         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7811         use "path" inappropriately.
7812         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7813         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7814         variable names.
7815
7816 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7819         summary buffer.
7820
7821         * password.el (password-cache-remove): Use clear-string to burn
7822         password, if available.
7823
7824 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7827
7828         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7829
7830         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7831         (gnus-message-highlight-citation): Move defcustom here from
7832         gnus-cite.el.
7833         (gnus-message-citation-mode): Autoload.
7834
7835         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7836         checks to make it compile with XEmacs.
7837         (gnus-message-citation-mode): New minor mode.
7838         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7839         (gnus-message-highlight-citation): New variables.
7840         (gnus-message-search-citation-line)
7841         (gnus-message-add-citation-keywords)
7842         (gnus-message-remove-citation-keywords)
7843         (turn-on-gnus-message-citation-mode)
7844         (turn-off-gnus-message-citation-mode): New functions.
7845
7846 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7847
7848         * gnus-cite.el: Enable highlighting of different citation levels in
7849         message-mode.
7850
7851 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7852
7853         * message.el (message-make-fqdn): Fix comment.
7854         (message-bogus-system-names): Add ".local".
7855
7856         * spam.el (spam-ifile-path, spam-ifile-program)
7857         (spam-ifile-database-path, spam-ifile-database)
7858         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7859         Don't use "path" inappropriately.
7860         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7861         strings.
7862         (spam-check-ifile, spam-ifile-register-with-ifile)
7863         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7864         new variable names.
7865
7866         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7867         (gnus-treat-display-smileys): Simplify using
7868         gnus-image-type-available-p.
7869
7870         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7871         available.
7872
7873         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7874         `display-images-p' if available.
7875
7876 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7879         one after turning on the buffer's multibyteness instead of decoding
7880         them directly in the unibyte buffer that causes unexpected conversion
7881         in Emacs 23 (unicode).
7882
7883 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7884
7885         * message.el (message-generate-hashcash): Fix custom type.
7886
7887 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7890
7891 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7894         disconnect icons.  Add help text.
7895
7896 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7897
7898         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7899         negated to be consistent with the others we handle.
7900
7901 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7904         version of gnus-summary-buffer to something, so that we can use two
7905         article buffers at the same time.
7906
7907 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7908
7909         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7910         trigger all the extra headers.
7911         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7912         sorting.
7913
7914 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7915
7916         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7917         solid groups.
7918
7919 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7920
7921         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7922
7923 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * legacy-gnus-agent.el: Add Copyright notice.
7926
7927 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7928
7929         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7930
7931 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7934
7935         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7936         to make it work reliably in CVS Emacs.
7937         (gnus-summary-limit-strange-charsets-predicate)
7938         (gnus-summary-limit-to-predicate): New functions.
7939
7940 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7941
7942         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7943         specifying array size.
7944         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7945         array if it is too small.
7946         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7947         (gnus-sort-threads-loop): New function.
7948
7949 2006-12-06  Chris Moore  <dooglus@gmail.com>
7950
7951         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7952         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7953
7954 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7955
7956         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7957         options.
7958
7959 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7960
7961         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7962         DOS-ing the recipient.
7963
7964         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7965         the headers when creating the mapping to avoid mismappings.
7966         (nnweb-gmane-create-mapping): Always nix out old mapping.
7967
7968 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7971         and mm-verify-option to never.
7972
7973 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * message.el (message-signed-or-encrypted-p): New function.
7976         (message-forward-make-body): Use it.
7977
7978         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7979         Replace encode-coding-string with mm-encode-coding-string.
7980
7981 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * nneething.el (nneething-decode-file-name): Replace
7984         decode-coding-string with mm-decode-coding-string.
7985
7986         * gnus-int.el (gnus-open-server): Say failed server's name.
7987
7988 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7989
7990         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7991         strings to a single string.  Quote `errors-file-name'.
7992         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7993         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7994         Adjust calls.  Use `shell-quote-argument'.
7995
7996 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7997
7998         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7999         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8000
8001         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8002         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8003         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8004         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8005         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8006         (gnus-subscribe-newsgroup, gnus-1):
8007         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8008         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8009         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8010         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8011
8012 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8015         keystroke.
8016         (gnus-summary-limit-to-bodies): Implement headersp.
8017
8018 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8021
8022 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8025
8026 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * message.el (message-generate-hashcash): Expand range of values to
8029         include `opportunistic'.
8030         (message-send-mail): Use it.
8031
8032 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8033
8034         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8035         and comment it.
8036
8037         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8038
8039 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-util.el (gnus-extract-address-components): Improve comment.
8042
8043 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-util.el (gnus-extract-address-components): Work with address in
8046         which the name portion contains @.
8047
8048         * lpath.el: Fbind custom-autoload.
8049
8050 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * gnus.el (gnus-start): Move custom group up.
8053         (gnus-select-method): Don't autoload, but make it available for
8054         `customize-variable'.
8055         (gnus-getenv-nntpserver): Don't autoload.
8056
8057 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8060
8061 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * message.el (message-sendmail-extra-arguments): New variable.
8064         (message-send-mail-with-sendmail): Use it.
8065
8066 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8069         mm-with-unibyte-current-buffer to make string unibyte.
8070
8071         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8072         mm-string-as-multibyte.
8073
8074 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8075
8076         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8077         Reported by Werner Koch <wk@gnupg.org>.
8078
8079 2006-11-14  Daiki Ueno  <ueno@p360>
8080
8081         * mml2015.el: Autoload epa-select-keys when compiling.
8082
8083 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8084
8085         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8086         message-options.
8087         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8088
8089 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8090
8091         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8092         EasyPG (< 0.0.6).
8093         (mml2015-always-trust): New user option.
8094         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8095         prompt.
8096
8097 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * nntp.el (nntp-authinfo-force): New variable.
8100         (nntp-send-authinfo): Use it.
8101
8102 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8105         decode encoded words.  Improve prompt.  Add comment about forwarding.
8106         (message-replacement-char): Move up.
8107
8108 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8109
8110         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8111         instead of gnus-intersection because arguments of gnus-sorted-nunion
8112         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8113
8114 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8117         (message-simplify-subject-functions): Enable
8118         message-strip-subject-encoded-words by default.
8119
8120 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * message.el (message-strip-subject-encoded-words): New function.
8123         (message-simplify-subject-functions): New variable.
8124         (message-simplify-subject): Use it.  Fix typo in doc string.
8125         Support message-strip-subject-encoded-words.
8126
8127 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8128
8129         * gnus-diary.el (gnus-diary-delay-format-function):
8130         * nndiary.el (nndiary-reminders):
8131         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8132
8133 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * gnus-art.el (article-hide-boring-headers): Fetch date from
8136         gnus-original-article-buffer to avoid problems with localized date
8137         strings.
8138
8139 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8142
8143 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8146         New variables.
8147         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8148         (mm-charset-synonym-alist): Move some entries to
8149         mm-codepage-iso-8859-list.
8150         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8151         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8152
8153 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8156
8157 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8160         with Emacs 21 and XEmacs.
8161
8162 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * spam.el (spam-parse-address): New function for better parsing,
8165         catching errors, etc.
8166         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8167
8168 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * mm-view.el: Add interactive arg to html2text autoload.
8171
8172 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8175
8176 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8179         variables.
8180         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8181         (mm-charset-synonym-alist): Move some entries to
8182         mm-codepage-iso-8859-list.
8183
8184         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8185
8186 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * message.el (message-citation-line-format)
8189         (message-insert-formated-citation-line): Fix implementation of %E, %N
8190         and %n according to the doc string.
8191
8192 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8195         car-safe to avoid bad parses.
8196
8197 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8200         names.
8201
8202         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8203
8204 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8207         header.
8208
8209         * message.el (message-draft-headers): Add Date.
8210         (message-headers-to-generate): Fix typo in docstring.
8211
8212         * nndraft.el (nndraft-required-headers): New variable.
8213         (nndraft-generate-headers): Use it.
8214
8215         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8216
8217 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8218
8219         * gnus-registry.el (gnus-registry-wash-for-keywords)
8220         (gnus-registry-find-keywords): New functions to allow easy searching of
8221         articles that are in the registry.
8222
8223 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8224
8225         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8226         ietf-drums-parse-address instead of gnus-extract-address-components.
8227         Reported by Damien Elmes <damien@repose.cx>.
8228
8229 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus.el (gnus-mime): Remove unused custom group.
8232
8233 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8234
8235         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8236         "blank line" when searching for end of armor headers.
8237
8238 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8239
8240         * gmm-utils.el (gmm-write-region): Fix variable name.
8241
8242 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * gmm-utils.el (gmm-write-region): New function based on compatibility
8245         code from `mm-make-temp-file'.
8246
8247         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8248
8249         * nnmaildir.el (nnmaildir--update-nov)
8250         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8251         Use `gmm-write-region'.
8252
8253 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8256         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8257
8258         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8259
8260         * message.el (message-replacement-char): New variable.
8261         (message-fix-before-sending): Use it.
8262         (message-simplify-subject): New function to remove duplicate code.
8263         (message-reply, message-followup): Use it.
8264
8265         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8266         gnus-summary-limit-to-articles.
8267
8268 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-util.el (gnus-with-local-quit): New macro.
8271
8272         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8273
8274 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8275
8276         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8277         ignore non-string data.
8278
8279 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8282         non-string data (needs to be done in the registry too).
8283
8284 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8287         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8288         (gnus-registry-split-fancy-with-parent)
8289         (gnus-registry-fetch-simplified-message-subject-fast)
8290         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8291         Remove text properties on ingress into the registry and when it's saved.
8292         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8293         registry from entries with no groups.
8294
8295 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8298         function to remove string properties.
8299
8300 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8301
8302         * gmm-utils.el (gmm): Adjust custom version.
8303
8304         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8305         custom version.
8306
8307         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8308
8309 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * gnus-art.el (gnus-insert-prev-page-button)
8312         (gnus-insert-next-page-button): Simplify.  Reformat.
8313
8314 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8315
8316         * gnus-art.el (gnus-insert-prev-page-button)
8317         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8318
8319 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8320
8321         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8322
8323 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8324
8325         * gnus-art.el (gnus-insert-mime-button)
8326         (gnus-insert-mime-security-button):
8327         Apply gnus-article-button-face to MIME and security buttons.
8328
8329 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8332         readable.
8333
8334 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8337
8338 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8339
8340         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8341         `browse-url-of-file' instead of `browse-url'.
8342
8343 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8344
8345         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8346         regexp.  Articles containing quotation were cut prematurely.
8347
8348 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * message.el (message-cite-original-1): Use nobody by default for the
8351         value of From header.
8352         (message-reply): Ditto.
8353
8354 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8355
8356         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8357         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8358         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8359
8360 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8363         mails in the doc string.  Add some URLs in comment.
8364         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8365
8366 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8369         backslashes handling and the way to find boundaries of quoted strings.
8370
8371 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8372
8373         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8374         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8375         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8376         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8377
8378 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8379
8380         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8381         doc string.
8382         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8383
8384 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * lpath.el: Fbind epg-check-configuration.
8387
8388 2006-09-06  Simon Josefsson  <jas@extundo.com>
8389
8390         * mml2015.el (mml2015-use): Doc fix, mention epg.
8391
8392 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8393
8394         * mml2015.el (mml2015-use): Default to epg, if available.
8395
8396 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8397
8398         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8399         message-sender.
8400         (mml1991-epg-encrypt): Ditto.
8401         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8402         message-sender.
8403         (mml2015-epg-encrypt): Ditto.
8404
8405 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8406
8407         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8408         several common directories.
8409
8410 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8411
8412         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8413         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8414
8415 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (article-decode-encoded-words): Make it fast.
8418
8419 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8422
8423         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8424         in quoted string into `\'.
8425
8426 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8429         Use standard-syntax-table.
8430
8431 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (gnus-decode-address-function): New variable.
8434         (article-decode-encoded-words): Use it to decode headers which are
8435         assumed to contain addresses.
8436         (gnus-mime-delete-part): Remove useless `or'.
8437
8438         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8439         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8440         (gnus-nov-parse-line): Use it to decode From header.
8441         (gnus-get-newsgroup-headers): Ditto.
8442         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8443
8444         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8445         (mail-decode-encoded-address-string): New alias.
8446
8447         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8448         New function.
8449         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8450         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8451         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8452         (rfc2047-decode-string): Ditto.
8453         (rfc2047-decode-address-region): New function.
8454         (rfc2047-decode-address-string): New function.
8455
8456 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * message.el (message-caesar-buffer-body): Allow rotating headers.
8459
8460         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8461
8462         * message.el (message-insert-formated-citation-line): Fix %f.
8463         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8464
8465 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8468         (gnus-bookmark-mouse-available-p): New macro.
8469         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8470         (gnus-bookmark-bmenu-show-infos): Use it.
8471         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8472         (gnus-bookmark-bmenu-hide-infos): Ditto.
8473         (gnus-bookmark-remove-properties): New function.
8474         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8475         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8476         (gnus-bookmark-write-file): Bind coding-system-for-write.
8477         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8478         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8479         group before selecting it.
8480         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8481         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8482         quit-window if it is not available; use gnus-mouse-2 and bind it to
8483         gnus-bookmark-bmenu-select-by-mouse.
8484         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8485         (gnus-bookmark-bmenu-select-by-mouse): New function.
8486
8487 2006-08-13  Romain Francoise  <romain@orebokech.com>
8488
8489         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8490         space.
8491
8492 2006-08-10  Romain Francoise  <romain@orebokech.com>
8493
8494         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8495         (dns-mode-soa-auto-increment-serial): New user option.
8496         (dns-mode-soa-maybe-increment-serial): New function.
8497         (dns-mode): Add the latter to `write-contents-functions'.
8498
8499 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * compface.el (uncompface): Use binary rather than raw-text-unix.
8502
8503 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * compface.el (uncompface): Make sure the eol conversion doesn't take
8506         place when communicating with the external programs.  Reported by
8507         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8508
8509 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8512
8513 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8514
8515         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8516         Make it more robust by parsing author and date independently.
8517
8518 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8521
8522 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8523
8524         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8525         first matching secret key.
8526         (mml2015-epg-encrypt): Ditto.
8527
8528         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8529         first matching secret key.
8530         (mml1991-epg-encrypt): Ditto.
8531
8532         * mml2015.el (mml2015-encrypt-to-self): New user option.
8533         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8534         mml2015-epg-encrypt-to-self is set.
8535
8536         * mml1991.el (mml1991-encrypt-to-self): New variable.
8537         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8538         mml1991-epg-encrypt-to-self is set.
8539
8540         * mml2015.el (mml2015-signers): New user option.
8541         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8542         (mml2015-epg-encrypt): Allow to select signing keys.
8543
8544         * mml1991.el (mml1991-signers): New variable.
8545         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8546         (mml1991-epg-encrypt): Allow to select signing keys.
8547
8548 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * nnheader.el (nnheader-insert-head): Make it work even if the file
8551         uses CRLF for the line-break code.
8552
8553 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8554
8555         * mml2015.el: Require mml-sec instead of password.
8556         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8557         (mml2015-cache-passphrase): Inherit the default value from
8558         mml-secure-cache-passphrase.
8559         (mml2015-passphrase-cache-expiry): Inherit the default value from
8560         mml-secure-passphrase-cache-expiry.
8561
8562         * mml1991.el: Require mml-sec instead of password.
8563         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8564         (mml1991-cache-passphrase): Inherit the default value from
8565         mml-secure-cache-passphrase.
8566         (mml1991-passphrase-cache-expiry): Inherit the default value from
8567         mml-secure-passphrase-cache-expiry.
8568
8569         * mml-sec.el: Require password.
8570         (mml-secure-verbose): New user option.
8571         (mml-secure-cache-passphrase): New user option.
8572         (mml-secure-passphrase-cache-expiry): New user option.
8573
8574 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8575
8576         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8577         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8578         andreas@altroot.de (Andreas Vögele).
8579
8580         FIXME: Use `tiny change'?
8581
8582 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8583
8584         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8585         workaround for the url package included with Emacs.
8586
8587         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8588
8589 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8592         correctly.  This fixes a bug caused by the 2006-05-12 change.
8593
8594 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8595
8596         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8597         some information about the error when saying that the `bogus' mail
8598         group will be used.
8599
8600 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8603         string.
8604
8605 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8606
8607         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8608
8609 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8610
8611         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8612
8613 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8614
8615         * mml1991.el (mml1991-function-alist): Add epg.
8616         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8617         (mml1991-epg-encrypt): New functions.
8618
8619 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8620
8621         * mml2015.el (mml2015-verbose): New variable.
8622         (mml2015-cache-passphrase): Ditto.
8623         (mml2015-passphrase-cache-expiry): Ditto.
8624         (mml2015-function-alist): Add epg.
8625         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8626         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8627         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8628         functions.
8629
8630 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8631
8632         * message.el (message-cite-original-1): Preserve region when removing
8633         quoted text due to X-No-Archive in order to avoid bogus attribution
8634         when citing multiple messages.
8635
8636 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8637
8638         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8639         Kenneth Jacker <khj@be.cs.appstate.edu>.
8640
8641 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * gnus-diary.el (gnus-user-format-function-d)
8644         (gnus-user-format-function-D): Autoload.
8645
8646         * imap.el (Commentary): Fix typo.
8647
8648         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8649         2006-04-22 contribution.
8650
8651 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8652
8653         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8654         It didn't really fix the bogosity I'm seeing with solid web groups.
8655
8656 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8657
8658         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8659         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8660         created using server names.  If we use the feature without declaring
8661         it, Gnus does not properly manage server and group state.
8662
8663         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8664         bound.
8665
8666 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8667
8668         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8669         looking up the method using GROUP's prefix before inventing a new one.
8670         It is used on killed/unknown groups in various places where returning
8671         an all-new method isn't expected by the caller.
8672
8673         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8674         and match semantics of gnus-group-real-prefix.
8675
8676 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * nnmail.el (nnmail-broken-references-mailers): New variable.
8679         (nnmail-ignore-broken-references): New function generalizing
8680         nnmail-fix-eudora-headers.
8681         (nnmail-fix-eudora-headers): Now obsolete.
8682
8683         * gnus-art.el (gnus-button-handle-custom): Support
8684         `customize-apropos*'.
8685
8686 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8689
8690         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8691         articles.
8692
8693 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-cite-reply-above): New variable.
8696         (message-yank-original): Use it.
8697
8698 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8701
8702 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8705         as read.
8706
8707         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8708
8709 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8712         (gnus-bookmark-default-file): Use gnus-directory.
8713         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8714         Remove "*" in doc string.
8715         (gnus-bookmark-write-file): Simplify.
8716         (gnus-bookmark-maybe-sort-alist): Use `when'.
8717         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8718         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8719         FIXME about Emacs 21 and XEmacs compatibility.
8720         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8721         compatibility.
8722         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8723         compatibility.
8724         (gnus-bookmark-menu-heading): Fix version.
8725
8726 2006-06-19  Bastien Guerry  <bzg@altern.org>
8727
8728         * gnus-bookmark.el: New file.
8729
8730 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * message.el (message-syntax-checks): Doc fix.
8733
8734 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8735
8736         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8737         unsubscribed groups as if they were killed ones.  It causes duplicate
8738         entries in gnus-newsrc-alist.
8739
8740 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * message.el (message-syntax-checks): Doc fix.
8743         (message-send-mail): Add check for continuation headers.
8744         (message-check-news-header-syntax): Fix regexp used to check for
8745         continuation headers.
8746
8747 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8750
8751 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8754
8755 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8758         default-truncate-lines.
8759
8760 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8763         to fill the utf-8 entry.
8764
8765         * lpath.el: Fbind unicode-precedence-list.
8766
8767 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8768
8769         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8770
8771 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8772
8773         * gnus-agent.el (directory-files-and-attributes): Move all the way
8774         forward (the third and final move).
8775         (gnus-agent-read-agentview): Trap reconstruction errors due to
8776         nonexistant directory.  Handle by returning nil.
8777
8778 2006-05-30  Didier Verna  <didier@xemacs.org>
8779
8780         * message.el (message-dont-reply-to-names): Update the custom type.
8781         * message.el (message-dont-reply-to-names): New defsubst: potentially
8782         convert a list of regexps into a single one.
8783         * message.el (message-get-reply-headers): Use it.
8784         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8785
8786 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-agent.el (directory-files-and-attributes): Move forward.
8789
8790 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus-ml.el (gnus-mailing-list-subscribe)
8793         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8794         (gnus-mailing-list-message): Fix doc strings.
8795
8796 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8797
8798         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8799         of doing it manually.
8800
8801 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8804         comment.
8805
8806 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8807
8808         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8809         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8810         (gnus-agent-read-local): All symbols allocated in my-obarray.
8811         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8812         (gnus-agent-regenerate-group): Check numeric names to see if they are
8813         messages or groups.
8814         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8815         better way of do this...)
8816
8817         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8818         'dummy.group' (there should be a better way of do this...)
8819
8820 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8823         (gnus-saved-headers): Ditto.
8824         (gnus-default-article-saver): Mention functions may have properties.
8825         (gnus-article-save): Override gnus-save-all-headers and
8826         gnus-saved-headers by :headers property which saver function may have.
8827         (gnus-summary-save-in-file): Add :headers property.
8828         (gnus-summary-write-to-file): Ditto.
8829
8830         * gnus-sum.el (gnus-summary-save-article): Bind
8831         gnus-prompt-before-saving to t when saving many articles in a file;
8832         always show all headers.
8833
8834         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8835
8836 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8839         marks.
8840
8841         * message.el (message-indent-citation): Add optional arguments to allow
8842         using it outside of message buffers.
8843
8844         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8845         (gnus-article-treat-unfold-headers): Use it.
8846         (gnus-article-truncate-lines): New variable.
8847         (gnus-article-mode): Use it.
8848         (gnus-article-toggle-truncate-lines): New function.
8849
8850         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8851         gnus-article-toggle-truncate-lines.
8852
8853         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8854         coding system in XEmacs, use binary.
8855
8856 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8859         after-load-alist.
8860
8861         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8862         this function should save decoded articles.
8863         (gnus-summary-write-to-file): Use property to specify this function
8864         should save decoded articles and specify gnus-summary-save-in-file
8865         should be used to save articles other than the first one when saving
8866         many articles.
8867         (gnus-summary-save-body-in-file): Use property to specify this
8868         function should save decoded articles.
8869         (gnus-summary-write-body-to-file): Use property to specify this
8870         function should save decoded articles and specify
8871         gnus-summary-save-body-in-file should be used to save articles other
8872         than the first one when saving many articles.
8873
8874         * gnus-sum.el (gnus-summary-save-article): Simplify.
8875
8876 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-art.el (gnus-default-article-saver): Add
8879         gnus-summary-write-body-to-file.
8880         (gnus-article-save-coding-system): Don't use coding system object
8881         in XEmacs.
8882         (gnus-read-save-file-name): Add optional `dir-var' argument which
8883         specifies directory in which files are saved; work even if optional
8884         `variable' argument is not specified.
8885         (gnus-summary-write-to-file): Read file name.
8886         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8887         (gnus-summary-write-body-to-file): New function.
8888
8889         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8890         (gnus-summary-local-variables): Add it.
8891         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8892         (gnus-summary-save-article): Remove optional `decode' argument;
8893         determine whether to decode articles by the value of
8894         gnus-default-article-saver; when saving many files using
8895         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8896         it first and use gnus-summary-save-in-file or
8897         gnus-summary-save-body-in-file thereafter unless
8898         gnus-prompt-before-saving is always; move point to article which
8899         will be saved.
8900         (gnus-summary-save-article-file): Revert.
8901         (gnus-summary-write-article-file): Revert.
8902         (gnus-summary-save-article-body-file): Revert.
8903         (gnus-summary-write-article-body-file): New function.
8904
8905 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * gnus-art.el (gnus-default-article-saver): Doc fix.
8908         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8909         from gnus-summary-save-article-coding-system, and default to a
8910         certain coding system.
8911         (gnus-output-to-file): Add coding cookie and encode text according
8912         to gnus-article-save-coding-system; don't use mm-append-to-file.
8913
8914         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8915         gnus-art.el and rename to gnus-article-save-coding-system.
8916         (gnus-summary-save-article): Require gnus-art; don't show all
8917         headers if it decodes articles; don't add coding cookie here;
8918         don't bind mm-text-coding-system-for-write.
8919         (gnus-summary-save-article-file): Save decoded articles.
8920         (gnus-summary-write-article-file): When saving many files, use
8921         gnus-summary-write-to-file first and gnus-summary-save-in-file
8922         thereafter unless gnus-prompt-before-saving is always.
8923         (gnus-summary-save-article-body-file): Save decoded articles.
8924
8925         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8926
8927 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * nnrss.el (nnrss-check-group): Bind hash-index.
8930
8931 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8932
8933         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8934         its hash index.  Store this hash in `nnrss-group-data'.
8935         (nnrss-read-group-data): Update accordingly.
8936
8937 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8940         entry.
8941
8942         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8943         gnus-article-browse-html-article.
8944
8945 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8946
8947         * gnus-sum.el (gnus-summary-mime-map): Add
8948         gnus-article-browse-html-article.
8949
8950         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8951
8952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8955         suitable coding systems in customize.
8956
8957 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * mail-source.el (mail-sources): Fix custom type.
8960
8961 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8964         (gnus-summary-expire-articles-now): Shorten prompt.
8965
8966         * gmm-utils.el (wid-edit): Require.
8967         (defun-gmm): Renamed from `gmm-defun-compat'.
8968         (gmm-image-search-load-path): Use it.
8969         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8970
8971 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8974         variable.
8975         (gnus-summary-save-article): Add optional `decode' argument.  If
8976         it is set and gnus-summary-save-article-coding-system is non-nil,
8977         save decoded article.
8978         (gnus-summary-write-article-file): Save decoded article if
8979         gnus-summary-save-article-coding-system is non-nil.
8980
8981         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8982         type.
8983
8984 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8987
8988 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8991         first to test gnus-single-article-buffer which may be buffer-local.
8992
8993         * gnus-sum.el (gnus-summary-setup-buffer): Make
8994         gnus-single-article-buffer buffer-local and nil in ephemeral
8995         group; make gnus-article-buffer, gnus-article-current, and
8996         gnus-original-article-buffer always buffer-local.
8997         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8998         group.
8999         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9000
9001 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * nnml.el (nnml-request-compact-group): Compressed files might not
9004         have .gz extension.
9005
9006 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9007
9008         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9009         (mm-copy-to-buffer): Use with-current-buffer.
9010         (mm-display-part): Simplify.
9011         (mm-inlinable-p): Add optional arg `type'.
9012
9013 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9014
9015         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9016         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9017         Try harder to show the attachment internally or externally using
9018         gnus-mime-view-part-as-type.
9019
9020 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * message.el (message-from-style, message-signature-separator)
9023         (message-user-organization-file, message-send-mail-function)
9024         (message-citation-line-function, message-yank-prefix)
9025         (message-indent-citation-function, message-signature)
9026         (message-signature-file, message-signature-insert-empty-line):
9027         Remove autoloads.
9028
9029         * gnus-art.el (gnus-buttonized-mime-types): Remove
9030         "multipart/signed".  Revert 2006-04-26 change.
9031
9032 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9033
9034         * gnus.el (gnus-version-number): Bump version.
9035
9036 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9037
9038         * gnus.el: No Gnus v0.5 is released.
9039
9040 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9041
9042         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9043         fetching articles by message-id.
9044
9045 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9046
9047         * message.el (hashcash): Require hashcash as normal.
9048
9049         * ecomplete.el (ecomplete-highlight-match-line): Use
9050         point-at-eol.
9051         (ecomplete-highlight-match-line): Use `highlight', because that
9052         face exists in both Emacs and XEmacs.
9053
9054         * message.el (message-display-abbrev): Use point-at-bol.
9055
9056         * mail-source.el: Don't require timer/timer-funcs.
9057
9058         * gnus-async.el: Ditto.
9059
9060         * password.el: Ditto.
9061
9062         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9063
9064         * mm-url.el: Ditto.
9065
9066         * gnus-xmas.el: Don't require timer-funcs.
9067
9068         * mm-util.el: Require timer/timer-funcs.
9069
9070 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9071
9072         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9073         Close.
9074
9075 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9078         unibyte after clear-decrypt function runs.
9079
9080         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9081         returns as a unibyte string.
9082
9083 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * lpath.el: Revert.
9086
9087         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9088         (pgg-gpg-process-sentinel): Revert.
9089
9090         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9091         (pgg-pgp-lookup-key): Revert.
9092
9093         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9094         (pgg-pgp5-lookup-key): Revert.
9095
9096         * pgg.el (pgg-fetch-key): Revert.
9097
9098 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * lpath.el: Fbind string-as-multibyte for XEmacs.
9101
9102         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9103         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9104         (mml1991-pgg-encrypt): Ditto.
9105
9106         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9107         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9108         a multibyte buffer.
9109
9110         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9111         (pgg-pgp-lookup-key): Ditto.
9112
9113         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9114         (pgg-pgp5-lookup-key): Ditto.
9115
9116         * pgg.el (pgg-fetch-key): Ditto.
9117
9118 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * message.el (message-user-organization-file): Check several
9121         locations of the organization file.
9122
9123         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9124         Add gnus-article-view-part-as-type.
9125
9126         * gnus-art.el (gnus-article-view-part-as-type): New function.
9127
9128         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9129         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9130
9131         * mml.el: Simplify autoload.
9132         (mml-mode): defvar dnd-protocol-alist instead of using
9133         symbol-value.
9134         (mml-default-directory): New variable.
9135         (mml-minibuffer-read-file): Use it.
9136         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9137
9138         * message.el (message-citation-line-format): New variable.
9139         (message-insert-formated-citation-line): New function.
9140         (message-citation-line-function): Add
9141         `message-insert-formated-citation-line' to custom type.
9142
9143         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9144         to doc string.
9145
9146         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9147         depending on mm-verify-option.
9148
9149 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9152         binding pgg-* variables; reimplement the section which prevents
9153         MIME header from being signed.
9154         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9155         pgg-text-mode; remove a blank line at the top of body.
9156
9157         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9158         lines at the top of body; use gnus-newsgroup-charset if there's no
9159         Charset header.
9160
9161 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * message.el (message-self-insert-commands): Doc fix.
9164
9165         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9166         (mm-uu-pgp-encrypted-test): Ditto.
9167         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9168         between header and body; return application/pgp-encrypted handle
9169         if decryption failed; decode decrypted body by charset.
9170
9171         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9172         element match to application/pgp-*.
9173
9174 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9175
9176         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9177         HTML.
9178
9179 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * mail-source.el (mail-source-call-script): Message the error
9182         string.
9183
9184 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * gnus-util.el (gnus-byte-compile): Use it.
9187
9188 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9189
9190         * gnus-util.el (kill-empty-logs): New function.
9191
9192 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * message.el (message-mail-alias-type): Doc fix.
9195         (message-mail-alias-type-p): New function.
9196         (message-send): Use it.
9197         (message-mode): Ditto.
9198         (message-strip-forbidden-properties): Ditto.
9199
9200         * ecomplete.el (ecomplete-database-file-coding-system): New
9201         variable.
9202         (ecomplete-save): Use it.
9203         (ecomplete-setup): Use it.
9204
9205 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * message.el (message-self-insert-commands): New variable.
9208         (message-strip-forbidden-properties): Use it.
9209
9210 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211
9212         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9213         that doesn't make XEmacs choke.
9214
9215 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-util.el (gnus-replace-in-string):
9218         Prefer replace-regexp-in-string over of replace-in-string.
9219
9220 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-util.el (gnus-select-frame-set-input-focus):
9223         Use select-frame-set-input-focus if it is available in XEmacs; use
9224         definition defined in Emacs 22 for old Emacsen.
9225
9226         * dgnushack.el: Autoload unmorse-region for XEmacs.
9227
9228         * lpath.el: Bind cursor-in-non-selected-windows and
9229         select-frame-set-input-focus for XEmacs.
9230
9231 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9234
9235 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9236
9237         * gnus-registry.el (gnus-registry-cache-save): Remove text
9238         properties when saving via the temp buffer.
9239
9240 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * message.el (message-generate-hashcash): Honor custom type.
9243
9244 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * message.el (message-generate-hashcash): Default to non-nil when
9247         hashcash is found.
9248
9249         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9250         (gnus-refer-thread-limit): Increase default to 500.
9251
9252         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9253
9254         * flow-fill.el (fill-flowed): Allow delete-space.
9255
9256 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9259         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9260         Remove autoloads.
9261
9262 2006-04-18  Simon Josefsson  <jas@extundo.com>
9263
9264         * message.el (message-generate-hashcash): Default to.
9265
9266 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9269         concatenating segments rather than before concatenating them.
9270
9271 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9274
9275 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9276
9277         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9278
9279         * message.el (message-forward-make-body-plain): Allow
9280         message-forward-ignored-headers to be a list.
9281         (message-remove-ignored-headers): Factor out into function.
9282         (message-forward-make-body-mml): Use it.
9283
9284         * imap.el (imap-quote-specials): New function.
9285         (imap-login-auth): Quote specials.
9286
9287         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9288         (rfc2231-parse-string): Allow concatanation of parameters that
9289         aren't contiguous.  The test case is
9290           (mail-header-parse-content-type "message/external-body;
9291             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9292             access-type=LOCAL-FILE;
9293             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9294
9295 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9296
9297         * nntp.el (nntp-accept-process-output): Return the value of
9298         `nnheader-accept-process-output'.
9299
9300 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9303         (gnus-button-alist): Recognize more diff formats.
9304         (gnus-button-patch): Strip directory.
9305
9306 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9309         Emacs 22 when setting focus.
9310
9311 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9312
9313         * gnus-art.el (gnus-article-treat-types): Do treatment of
9314         text/x-verbatim parts.
9315         (gnus-button-patch): New command.
9316
9317         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9318         addresses that contain invalid characters.
9319
9320 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * message.el (message-put-addresses-in-ecomplete): Use
9323         gnus-replace-in-string.
9324         (message-is-yours-p): Use the more correct
9325         mail-header-parse-address instead of
9326         mail-extract-address-components.
9327         (message-put-addresses-in-ecomplete): Fix typo.
9328
9329         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9330         keystroke.
9331
9332         * gnus-art.el (gnus-treatment-function-alist): Change order of
9333         newsgroups/generic header folding to avoid double-folding.
9334
9335         * message.el (message-hidden-headers): Add X-Draft-From.
9336
9337         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9338         command.
9339         (gnus-summary-repeat-search-article-backward): New command.
9340
9341         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9342         groups in the parent topic.
9343
9344 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9345
9346         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9347         (spam-extra-header-to-number): Return the CRM114 number as a
9348         number instead of a string.
9349
9350 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * gnus-art.el (gnus-face-properties-alist): Moved here from
9353         gnus-fun.
9354
9355         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9356
9357 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * message.el (message-strip-forbidden-properties): Only display on
9360         self-insert-command.
9361
9362         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9363         reindent.
9364         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9365
9366 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9367
9368         * smiley.el (smiley-style): Fix typo.
9369
9370 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * hashcash.el (hashcash-insert-payment-async-2): Use
9373         message-goto-eoh instead of doing it manually.
9374         (mail-add-payment): Use message-narrow-to-header instead of trying
9375         to do the same itself.
9376
9377         * message.el (message-hidden-headers): Add Face.
9378
9379         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9380         reparenting code.
9381         (gnus-summary-reparent-children): Refactored out code.
9382         (gnus-summary-thread-map): New keystroke.
9383         (gnus-summary-reparent-children): Make into command.
9384
9385         * smiley.el (smiley-style): Default to `medium' if using a large
9386         font.
9387
9388         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9389         does it itself.
9390
9391         * message.el (message-point-in-header-p): Simplify definition.
9392
9393 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * nnagent.el (nnagent-request-set-mark): Silence log file
9396         writing.
9397         (nnagent-request-set-mark): Use write-region instead of
9398         append-to-file.
9399
9400         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9401         strange select method.
9402
9403         * ecomplete.el (ecomplete-display-matches): Get highlightling
9404         right.
9405         (ecomplete-display-matches): Use literals.
9406         (ecomplete-display-matches): Disable message logging.
9407
9408         * message.el (message-display-abbrev): Small optimization.
9409
9410         * ecomplete.el (ecomplete-display-matches): Allow automatic
9411         display.
9412
9413         * message.el (message-strip-forbidden-properties): Display
9414         abbrevs.
9415         (message-display-abbrev): Get automatic display right.
9416
9417         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9418         keystrokes.
9419
9420 2006-04-13  Romain Francoise  <romain@orebokech.com>
9421
9422         TODO: Backport to v5-10!
9423
9424         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9425         Moved here (and renamed) from gnus-registry.el.
9426
9427         * gnus-registry.el: Require gnus-util.
9428         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9429
9430 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-group.el (gnus-group-catchup-current): Change
9433         if-then-else-if-then-else into cond.
9434         (gnus-group-catchup): Indent.
9435         (group-name-at-point): New function.
9436         (gnus-fetch-group): Provide default from thing at point.
9437
9438 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * message.el (message-display-abbrev): Fix regexp.
9441
9442         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9443         choosing.
9444         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9445         dead variables.
9446
9447         * message.el (message-newline-and-indent): Remove debugging.
9448         (message-display-abbrev): Use new implementation.
9449
9450 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * gnus-art.el (gnus-article-mode): Set
9453         cursor-in-non-selected-windows to nil.
9454
9455         * smiley.el: Revert previous change.
9456         (smiley-data-directory): defvar it before using it in the
9457         defcustom of `smiley-style'.
9458
9459 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * message.el (message-newline-and-indent): New function.
9462
9463         * ecomplete.el: Implement more bits.
9464
9465         * message.el (message-put-addresses-in-ecomplete): Clean up the
9466         string.
9467
9468         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9469
9470         * gnus-sum.el (gnus-summary-save-parts): Bind
9471         gnus-summary-save-parts-counter and use it to make unique file
9472         names.
9473
9474         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9475
9476         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9477         parameter to say whether to actually parse the individual
9478         addresses.
9479
9480         * message.el (message-put-addresses-in-ecomplete): New function.
9481         (ecomplete): Require.
9482         (message-mail-alias-type): Add ecomplete as an option.
9483
9484 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9485
9486         * flow-fill.el (fill-flowed): Remove trailing space from blank
9487         quoted lines.
9488
9489 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * smiley.el (smiley-style): Move definition later to avoid a
9492         compilation warning.
9493
9494 2006-04-12  Kenichi Handa  <handa@m17n.org>
9495
9496         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9497         buffer and then decode the buffer text if necessary.
9498         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9499         first, and after mm-encode-body, change the buffer to unibyte.
9500         Use mm-disable-multibyte instead of set-buffer-multibyte.
9501
9502 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9505         Content-Type header instead of Content-Disposition header.
9506         (gnus-mime-inline-part): Ditto.
9507         (gnus-mime-view-part-as-charset): Ignore charset that the part
9508         specifies.
9509
9510         * mm-decode.el (mm-display-part): Work with external parts and
9511         usual parts similarly.
9512
9513         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9514         instead of gnus-display-mime.
9515
9516         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9517         instead of with-temp-buffer.
9518
9519         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9520         tag to summarized topics part in order to encode non-ASCII text.
9521
9522 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * smiley.el (smiley-style): New variable.
9525         (smiley-directory): New function.
9526         (smiley-data-directory): Derive from `smiley-style' using
9527         `smiley-directory'.
9528         (smiley-regexp-alist): Add new entries.
9529
9530         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9531         (gnus-article-browse-delete-temp): Add :version.
9532
9533 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9534
9535         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9536         the sieve region.
9537
9538 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9539
9540         * gnus.el (gnus-version-number): Bump version.
9541
9542 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus.el: No Gnus v0.4 is released.
9545
9546 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9547
9548         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9549         layout.
9550
9551         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9552         unknown charset.
9553
9554         * message.el (message-header-synonyms): Add Original-To to the
9555         default.
9556
9557         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9558         optional parameter.
9559
9560 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * gnus-fun.el (gnus): Require it for gnus-directory.
9563
9564 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9567
9568 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9569
9570         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9571
9572 2006-04-05  Simon Josefsson  <jas@extundo.com>
9573
9574         * password.el (password-reset): New function.
9575
9576 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9577
9578         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9579         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9580
9581 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9582
9583         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9584         Some whitespace was matched into the url, which broke browsing hits
9585         > 100 when mm-url-use-external was nil.
9586
9587 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9590         gnus-extra-headers for 'Newsgroups.
9591
9592         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9593         bound.
9594
9595 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9596
9597         * pgg-gpg.el: Clean up process buffers every time gpg processes
9598         complete.
9599
9600 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9603         doc string.
9604
9605 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9606
9607         * pgg-gpg.el (pgg-gpg-process-filter)
9608         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9609
9610         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9611         lines, temporary fix.
9612
9613 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9616
9617 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9618
9619         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9620         default-enable-multibyte-characters.  This reverts the change from
9621         revision 6.17 which is no longer necessary because the passphrase
9622         is sent separately now.  GnuPG messages are unreadable under
9623         multibyte locales with default-enable-multibyte-characters set to
9624         nil.
9625
9626 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-tool-bar-gnome): Move "spell".
9629
9630 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9633         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9634         instead.
9635
9636 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9637
9638         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9639         newsgroups handling for NNTP overviews which don't include
9640         Newsgroups.
9641
9642 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9643
9644         * message.el (message-resend): Bind message-generate-hashcash to nil.
9645
9646 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9647
9648         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9649         when searching for already-paid recipients.
9650
9651 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9652
9653         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9654         passphrases when it is not needed.
9655         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9656         passphrase stuff from gpg, should only be necessary when you use
9657         gpg with a smartcard.
9658
9659 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * mml.el (mml-insert-mime): Ignore cached contents of
9662         message/external-body part.
9663
9664         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9665         (mm-insert-part): Ditto.
9666
9667 2006-03-23  Simon Josefsson  <jas@extundo.com>
9668
9669         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9670         Reiner.
9671         (pgg-gpg-use-agent-p): Use it again.
9672
9673 2006-03-23  Simon Josefsson  <jas@extundo.com>
9674
9675         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9676         older emacsen.
9677         (pgg-gpg-use-agent-p): Don't use it.
9678
9679 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9682         if we can.
9683
9684 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9685
9686         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9687         (pgg-gpg-update-agent): New function.
9688         (pgg-gpg-use-agent-p): New function.
9689         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9690         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9691         (pgg-gpg-sign-region): Use it.
9692
9693 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9696         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9697
9698 2006-03-21  Simon Josefsson  <jas@extundo.com>
9699
9700         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9701         <wilde@sha-bang.de>.
9702         (pgg-gpg-use-agent): New variable.
9703         (pgg-gpg-process-region): Use it.
9704         (pgg-gpg-encrypt-region): Likewise.
9705         (pgg-gpg-encrypt-symmetric-region): Likewise.
9706         (pgg-gpg-decrypt-region): Likewise.
9707         (pgg-gpg-sign-region): Likewise.
9708         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9709
9710 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9713
9714         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9715         Add comment on version.
9716
9717 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * smiley.el: Add missing test smiley.
9720
9721 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * mm-decode.el (mm-with-part): New macro.
9724         (mm-get-part): Use it; work with message/external-body as well.
9725         (mm-save-part): Treat name and filename equally.
9726
9727         * mm-extern.el (mm-extern-cache-contents): New function.
9728         (mm-inline-external-body): Use it; force the part to be displayed;
9729         move undisplayer added to the cached handle to the parent.
9730
9731         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9732         (gnus-mime-view-part-as-type): Work with message/external-body.
9733
9734         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9735
9736 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9739         images in image-load-path.  [Sync with image.el, revision 1.60, in
9740         Emacs.]
9741
9742 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9745         path rather than symbol.  Always return list of directories.
9746         Guarantee that image directory comes first.  [Sync with image.el,
9747         revision 1.59, in Emacs.]
9748
9749         * message.el (message-make-tool-bar): Adjust to new API of
9750         `gmm-image-load-path-for-library'.
9751
9752         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9753
9754         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9755
9756 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9757
9758         * gnus-art.el (gnus-article-only-boring-p):
9759         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9760         intangible text.
9761         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9762
9763 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9766         `defun' instead of `gmm-defun-compat'.
9767
9768 2006-03-14  Simon Josefsson  <jas@extundo.com>
9769
9770         * message.el (message-unique-id): Don't use message-number-base36
9771         if (user-uid) is a float.
9772         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9773
9774 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9777
9778         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9779         empty line between a part and a message part.
9780
9781 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * smiley.el: Add more test smileys.
9784         (smiley-data-directory, smiley-regexp-alist)
9785         (gnus-smiley-file-types): Fix doc strings.
9786         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9787         adding new elements.
9788         (smiley-mouse-map): Unused code.  Make it a comment.
9789
9790 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9793         scan latest NoCeM messages instead of old ones.
9794         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9795         delimiters that are recently used.
9796         (gnus-nocem-load-cache): Add autoload cookie.
9797
9798         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9799
9800         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9801         level which is larger than gnus-use-nocem is specified.
9802
9803         * gnus-group.el (gnus-group-get-new-news): Ditto.
9804
9805 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * gnus-util.el (gnus-tool-bar-update): New function.
9808
9809         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9810         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9811
9812         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9813
9814         * gnus-group.el (gnus-group-redraw-when-idle)
9815         (gnus-group-redraw-check): Remove.
9816         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9817
9818 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9821         if optional last element is specified in splits (FIELD VALUE...).
9822
9823 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9826         to gmm-image-load-path-for-library.  Call with no-error argument.
9827         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9828
9829         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9830
9831         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9832
9833         * gmm-utils.el (gmm-image-load-path): Remove alias.
9834
9835 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gmm-utils.el (gmm-image-load-path): Add alias.
9838
9839         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9840         nnml-generate-nov-databases-1.
9841         (nnml-generate-nov-databases): Use it.
9842         (nnml-generate-nov-databases-directory): Document no-active
9843         argument.
9844
9845         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9846         directory if path is t.  Add no-error.
9847
9848         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9849         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9850
9851         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9852         resetting gnus-article-browse-html-temp-list.
9853
9854         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9855         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9856         Add example to docstring.  Rename local variables.  Move error
9857         checks to default case in cond and simplify.
9858
9859 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9862         handle is multipart when calling it recursively.
9863         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9864
9865 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9866
9867         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9868         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9869
9870 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9873         is loaded.
9874
9875         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9876         loaded.
9877
9878 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9881         to "Emacs 23 (unicode)" in doc string.
9882
9883         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9884         "Emacs 23 (unicode)" in comment.
9885
9886 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9889
9890         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9891         characters 160 through 255 in Emacs 23.
9892
9893 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9896         gnus-article-browse-html-temp.
9897         (gnus-article-browse-delete-temp): Make it customizable.  Add
9898         `file'.  Adjust doc string.
9899         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9900         query for each file.  Adjust doc string.
9901         (gnus-article-browse-html-parts): Add
9902         `gnus-article-browse-delete-temp-files' to
9903         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9904
9905 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9906
9907         * gnus-art.el (gnus-article-browse-html-temp)
9908         (gnus-article-browse-delete-temp): New variables.
9909         (gnus-article-browse-delete-temp-files): New function.
9910         (gnus-article-browse-html-parts): Use it.
9911
9912 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9915
9916         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9917         string.
9918
9919         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9920         gnus-summary-insert-new-articles when unplugged.  Remove
9921         gnus-summary-search-article-forward.
9922
9923         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9924         display-visual-class instead of display-color-cells.
9925
9926 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * dgnushack.el: Autoload customize-group for XEmacs.
9929
9930         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9931         message/* containing non-ASCII text properly.
9932
9933 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * message.el: Require gmm-utils, remove autoloads.
9936         (message-tool-bar): Set default based on
9937         gmm-tool-bar-style.
9938         (message-tool-bar-gnome): Add gmm-customize-mode.
9939
9940         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9941         gmm-tool-bar-style.
9942         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9943
9944         * gnus-group.el (gnus-group-tool-bar): Set default based on
9945         gmm-tool-bar-style.
9946         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9947
9948         * gmm-utils.el (gmm-image-directory): Rename variable from
9949         gmm-image-load-path.
9950         (gmm-image-load-path): Use gmm-image-directory.
9951         (gmm-customize-mode): New function.
9952         (gmm-tool-bar-style): New variable.
9953
9954         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9955         gnus-group-redraw-line-number.
9956         (gnus-group-redraw-check): Simplify.
9957         (gnus-group-tool-bar-update): Remove redraw check.
9958         (gnus-group-make-tool-bar): Add redraw check.
9959
9960 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9961
9962         * gnus-art.el (gnus-button): Add missing parentheses.
9963
9964 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * lpath.el: Fbind line-number-at-pos.
9967
9968 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9971
9972 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gnus-art.el (gnus-button): New face.
9975         (gnus-article-button-face): Use it.
9976
9977         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9978         gnus-summary-next-page.  Re-order.
9979
9980         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9981         next-node are now included.
9982         (gnus-group-redraw-line-number): New internal variable.
9983         (gnus-group-redraw-check): Helper function for updating the tool
9984         bar.
9985         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9986
9987         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9988
9989         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9990         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9991         Use it to match format of Spamassassin 3.0 and later.  Reported by
9992         IRIE Tetsuya <irie@t.email.ne.jp>.
9993         (spam-check-bogofilter)
9994         (spam-bogofilter-register-with-bogofilter): Fix args of
9995         `gnus-error' calls.
9996
9997 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10000         unnecessary interaction when sending queued mails.  Reported by
10001         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10002
10003 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10006         first or last are nil.
10007
10008 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10011
10012 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10015
10016 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10017
10018         * dns.el (query-dns): Protect more against buggy tcp output.
10019
10020 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10023         nov.php.
10024
10025 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10026
10027         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10028         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10029         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10030         output on the server side.
10031         (nnweb-google-create-mapping): Update regexps and add some
10032         progress indication.
10033
10034 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10035
10036         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10037         gnus-agent-toggle-plugged.  Re-order icons.
10038         (gnus-group-tool-bar-gnome): Add
10039         gnus-group-{prev,next}-unread-group.
10040         (gnus-group-tool-bar-gnome): Re-order icons.
10041
10042         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10043         gnus-summary-insert-new-articles.
10044
10045         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10046         comments.
10047
10048         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10049         also available in Emacs 21.3.
10050
10051         * message.el (message-fix-before-sending): Change "Emacs 22" to
10052         "Emacs 23 (unicode)" in comment.
10053
10054         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10055         "Emacs 23 (unicode)" in comment.
10056
10057         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10058         comment.
10059         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10060
10061         * mm-view.el (mm-fill-flowed): Add :version.
10062
10063 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10066         and load-path.
10067
10068 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * message.el: Autoload gmm-image-load-path.
10071         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10072         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10073         consitency.
10074
10075         * gmm-utils.el (gmm-image-load-path): Also search in
10076         "../etc/images".  Don't set gmm-image-load-path if we don't find
10077         the image.
10078
10079 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gmm-utils.el (gmm-image-load-path): Don't make
10082         `gmm-image-load-path' include subdirectories which the second arg
10083         `image' might specify.
10084
10085         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10086         subdirectory to icon file names.
10087
10088         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10089
10090 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10093         gmm-image-load-path calls.
10094
10095         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10096
10097         * message.el (message-make-tool-bar): Ditto.
10098
10099         * mml.el (mml-preview): Added comment concerning tool bar icons.
10100
10101         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10102         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10103
10104         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10105         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10106
10107         * message.el (message-tool-bar-gnome): Use new icon names.
10108         (message-make-tool-bar): Use `gmm-image-load-path'.
10109
10110         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10111         functions from MH-E.
10112         (gmm-image-load-path): New variable from MH-E.
10113         (gmm-image-load-path): New function from MH-E.  Added arguments
10114         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10115         *-image-load-path-called-flag.
10116
10117 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10118
10119         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10120
10121 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10122
10123         * nnimap.el (nnimap-request-move-article): Change folder back to
10124         source group before deleting.
10125
10126 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10129
10130         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10131         mm-url.
10132
10133         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10134
10135 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10138         coding system which mm-charset-to-coding-system returns for a
10139         given charset is valid.
10140
10141 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10142
10143         * html2text.el (html2text-remove-tag-list):
10144         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10145
10146 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10147
10148         * gnus-cus.el: Revert 2005-10-17 change.
10149
10150 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-art.el (article-strip-banner): Call
10153         article-really-strip-banner only when the regexp match is made.
10154
10155 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-art.el (article-strip-banner): Use
10158         gnus-extract-address-components instead of
10159         mail-header-parse-addresses to make it work with non-ASCII text;
10160         remove mail-encode-encoded-word-string.
10161
10162         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10163         values which are surrounded with \"...\"; make it never cause a
10164         Lisp error; give up parsing of parameters if it failed in
10165         extracting type.
10166
10167 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10168
10169         * smime.el (smime-cert-by-ldap-1): Fix bug where
10170         `smime-ldap-search' returns results without userCertificates.
10171
10172 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10175
10176 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * spam.el (spam-check-spamassassin-headers): Adapt format for
10179         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10180         <ari@mbf.ocn.ne.jp>.
10181         (spam-list-of-processors): Add spam-use-gmane.
10182
10183 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10186         make-temp-file; make it work with XEmacs as well.
10187
10188         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10189         mm-make-temp-file.
10190
10191         * mm-decode.el (mm-display-external): Use the 3rd arg of
10192         mm-make-temp-file.
10193         (mm-create-image-xemacs): Ditto.
10194
10195 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10198         with message-narrow-to-headers.
10199         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10200         (gnus-draft-check-draft-articles): New function.
10201         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10202
10203 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * gnus-art.el (gnus-article-browse-html-parts):
10206         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10207         Don't use suffix argument for mm-make-temp-file for Emacs 21
10208         compatibility.  Remove useless `format'.
10209
10210 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10211
10212         * nnweb.el (nnweb-google-wash-article): Update regexps.
10213         (nnweb-group-alist): Use defvoo instead of defvar.
10214
10215 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10218         re-loading nn* modules.
10219
10220 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10223         for `tool-bar-mode' and don't check it's default-value.
10224
10225         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10226
10227         * message.el (message-make-tool-bar): Ditto.
10228
10229         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10230         `substring'.  Shorten tmp-file name.
10231
10232         * gnus.el: Remove bogus comment.
10233
10234 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10235
10236         * gnus-art.el (gnus-article-browse-html-parts): New function.
10237         (gnus-article-browse-html-article): New function for viewing html
10238         articles with a browser.
10239
10240 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10241
10242         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10243         in elisp.
10244         (pgg-gpg-encrypt-symmetric-region): Ditto.
10245         (pgg-gpg-sign-region): Ditto.
10246
10247         * pgg-def.el (pgg-text-mode): New variable.
10248
10249         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10250         (mml2015-pgg-encrypt): Ditto.
10251
10252         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10253         (mml1991-pgg-encrypt): Ditto.
10254
10255 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10258         message-make-date instead of current-time-string.
10259
10260         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10261         to gnus-decoded which mm-uu might set.
10262
10263 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10266         don't decode quoted parameters; remove misimported Emacs code.
10267         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10268         (rfc2231-decode-encoded-string): Don't use split-string which
10269         behaves differently according to Emacs version; use
10270         mm-decode-coding-region to convert charset to coding-system.
10271         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10272         (rfc2231-encode-string): Remove misimported Emacs code.
10273
10274 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10277         when calling mail-header-parse-content-type.
10278         (article-de-quoted-unreadable): Ditto.
10279         (article-de-base64-unreadable): Ditto.
10280         (article-wash-html): Ditto.
10281
10282         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10283         calling mail-header-parse-content-type and
10284         mail-header-parse-content-disposition.
10285         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10286         mail-header-parse-content-type.
10287
10288         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10289         insert charset and format parameters; encode description after
10290         inserting it to buffer.
10291         (mml-insert-parameter): Fold lines properly even if a parameter is
10292         segmented into two or more lines; change the max column to 76.
10293
10294         * rfc1843.el (rfc1843-decode-article-body): Don't use
10295         ignore-errors when calling mail-header-parse-content-type.
10296
10297         * rfc2231.el (rfc2231-parse-string): Return at least type if
10298         possible; don't cause an error even if it fails in parsing of
10299         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10300         (rfc2231-encode-string): Don't break lines at the beginning, leave
10301         it to mml-insert-parameter.
10302
10303         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10304         calling mail-header-parse-content-type.
10305
10306 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * spam-report.el (spam-report-gmane-use-article-number):
10309         Improve doc string.
10310         (spam-report-gmane-internal): Check if a suitable header was found
10311         in the article.
10312
10313 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10316         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10317
10318 2006-02-05  Romain Francoise  <romain@orebokech.com>
10319
10320         Update copyright notices of all files in the gnus directory.
10321
10322 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10323
10324         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10325
10326 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10329         segmented lines of parameter value to cope with Thunderbird 1.5
10330         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10331         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10332         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10333
10334 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10335
10336         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10337         parts.
10338
10339 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10340
10341         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10342         there's only one active file for all servers.
10343         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10344         solid groups.  Gnus might have used a FAST request to select the group.
10345         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10346         and nnweb-search redundantly in the active file.
10347         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10348         (nnweb-request-create-group): Don't use ARGS.
10349         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10350         initialisations.  Let nnoo do the work.
10351
10352 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10355         Say the part has been decoded.
10356
10357         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10358
10359 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10360
10361         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10362         mailcap-viewer-test-cache when there's no 'test clause, since that
10363         will invert the meaning of a "nil" test previously determined by
10364         mailcap-mailcap-entry-passes-test.
10365
10366 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10369         compiling.
10370
10371         * gnus-sum.el: Ditto.
10372
10373         * message.el: Don't bind tool-bar-map when compiling.
10374
10375 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10378
10379 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10380
10381         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10382         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10383         current Google Groups.
10384
10385 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10388         and tool-bar-mode.
10389
10390         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10391         and tool-bar-mode.
10392
10393         * message.el (message-tool-bar-update): Simplify.
10394         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10395
10396         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10397         gnus-summary-buffer.
10398         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10399         gnus-summary-reply.
10400
10401         * gmm-utils.el (gmm): Add :version.
10402
10403 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * Makefile.in (clean): New rule.
10406         (distclean): Use it.
10407
10408 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10409
10410         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10411         autoload.
10412
10413 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gmm-utils.el (gmm-verbose): Add :group.
10416
10417 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * message.el: Change some comments WRT tool-bars.
10420
10421         * gnus-sum.el (gnus-summary-tool-bar)
10422         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10423         (gnus-summary-tool-bar-zap-list): New variables.
10424         (gnus-summary-make-tool-bar): Complete rewrite using
10425         `gmm-tool-bar-from-list'.
10426
10427         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10428         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10429         variables.
10430         (gnus-group-make-tool-bar): Complete rewrite using
10431         `gmm-tool-bar-from-list'.
10432         (gnus-group-tool-bar-update): New function.
10433
10434         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10435
10436 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10439         is dissected into a single part of which the type is the same as
10440         the given one; decode charset.
10441
10442 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10443
10444         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10445         into alists as symbol not string, since that's what
10446         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10447         look for.
10448
10449 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10452         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10453
10454         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10455
10456 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10459         (gnus-xmas-mime-security-button-menu): New function.
10460
10461         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10462         (gnus-mime-security-button-menu): New definition.
10463         (gnus-mime-security-button-map): Use them.
10464         (gnus-mime-security-button-menu): New function.
10465         (gnus-insert-mime-security-button): Addition to help echo.
10466         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10467         (gnus-mime-security-pipe-part): New functions.
10468
10469         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10470         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10471
10472         * mm-decode.el (mm-handle-set-disposition): Remove.
10473         (mm-handle-set-description): Remove.
10474
10475 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10478         (mm-w3m-standalone-supports-m17n-p): New function.
10479         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10480         w3m usage.
10481
10482         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10483         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10484
10485 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10486
10487         * message.el (message-tool-bar-zap-list): Use
10488         gmm-tool-bar-zap-list as custom type.
10489         (message-tool-bar-update): New function.
10490         (message-tool-bar, message-tool-bar-gnome)
10491         (message-tool-bar-retro): Add message-tool-bar-update.
10492         (message-tool-bar-gnome): Add flyspell-buffer.
10493
10494         * gnus-util.el (gnus-error): Describe `args'.
10495
10496         * gmm-utils.el (gmm-error): Describe `args'.
10497         (gmm-tool-bar-zap-list): New widget.
10498         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10499
10500 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10503         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10504         the number of recursive calls.
10505
10506         * mm-decode.el (mm-handle-set-disposition): New macro.
10507         (mm-handle-set-description): New macro.
10508
10509 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10512         encoding.
10513
10514 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * message.el (message-tool-bar-zap-list, message-tool-bar)
10517         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10518         (message-tool-bar-local-item-from-menu): Remove.
10519         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10520         (message-make-tool-bar): New function.
10521         (message-mode): Use `message-make-tool-bar'.
10522
10523         * gmm-utils.el: New file.
10524         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10525         (gmm-lazy): New widget copied from `nnmail.el'.
10526         (gmm-tool-bar-from-list): New function for creating customizable
10527         tool bars.
10528         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10529         output.
10530         (gmm): Add :prefix to defgroup.
10531
10532 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10533
10534         * gmm-utils.el (gmm-widget-p): New function.
10535
10536 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * mml.el (mml-attach-file): Describe `description' in doc string.
10539         (mml-menu): Add Emacs MIME manual and PGG manual.
10540
10541 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10542
10543         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10544
10545 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10546
10547         * nntp.el (nntp-end-of-line): Doc fix.
10548
10549 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10550
10551         * imap.el (imap-open): Handle case where buffer is a buffer
10552         object.
10553
10554 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10555
10556         * gnus-delay.el (gnus-delay): Don't autoload.
10557         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10558         to be re-loaded when customizing the `gnus-delay' group.
10559
10560 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10561
10562         * message.el (message-insert-citation-line): Use newlines.
10563
10564 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10565
10566         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10567         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10568         these routines, so the passphrase can be managed externally and
10569         passed in to the system.
10570         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10571         pgg-add-passphrase-to-cache function.
10572
10573         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10574         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10575         these routines, so the passphrase can be managed externally and
10576         passed in to the system.
10577         (pgg-pgp5-sign-region): Use new name of
10578         pgg-add-passphrase-to-cache function.
10579
10580 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10581
10582         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10583         part of the decoded armor to find the key-identifier.
10584         (pgg-gpg-lookup-key-owner): New function to return the
10585         human-readable identifier of a key owner.
10586         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10587         itself.
10588         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10589         the key value) if we have a key and can match it against a secret
10590         key.  Also, added a note pointing out fact that the prompt only
10591         indicates the first matching key.
10592
10593         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10594         pgg-decrypt-region.
10595         (pgg-add-passphrase-to-cache): Rename from
10596         `pgg-add-passphrase-cache' to reduce confusion (all callers
10597         changed).
10598         (pgg-remove-passphrase-from-cache): Rename from
10599         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10600         changed).
10601         (pgg-read-passphrase, pgg-add-passphrase-cache)
10602         (pgg-remove-passphrase-cache): Add informative docstrings.
10603         (pgg-decrypt): Convey provided passphrase in subordinate call to
10604         pgg-decrypt-region.
10605
10606 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10607
10608         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10609         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10610         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10611         'passphrase' argument, so the passphrase can be managed externally
10612         and then passed in to the system.
10613
10614         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10615         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10616         so the passphrase cache can be used reliably with identifiers
10617         besides a pgp packet's key id.
10618
10619         * pgg-gpg.el (pgg-gpg-encrypt-region)
10620         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10621         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10622         these routines, so the passphrase can be managed externally and
10623         passed in to the system.
10624
10625         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10626         'notruncate' argument, so the passphrase cache can be used
10627         reliably with identifiers besides a pgp packet's key id.
10628
10629 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10630
10631         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10632         symmetric encryption.
10633         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10634         encrypted session key.
10635         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10636         message ask for the passphrase in a proper way.
10637
10638         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10639         New user commands for symmetric encryption.
10640
10641 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10644
10645         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10646
10647 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10648
10649         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10650
10651 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * mm-decode.el (mm-inlined-types): Add application/pgp.
10654         (mm-automatic-display): Ditto.
10655
10656         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10657         part as text.
10658
10659 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * nnrss.el: Update copyright.
10662         (nnrss-opml-import): Query whether to subscribe to each entry.
10663
10664         * gnus-art.el:
10665         * gnus-sum.el:
10666         * gnus-xmas.el:
10667         * messagexmas.el:
10668         * mm-uu.el:
10669         * mm-view.el: Update copyright.
10670
10671 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * message.el (message-info): New function.
10674         (message-mode-menu): Add it.
10675         Update copyright.
10676
10677         * ChangeLog: Fix and update copyright.
10678
10679 2006-01-13  Romain Francoise  <romain@orebokech.com>
10680
10681         * message.el (message-forward-subject-name-subject): Prefer the
10682         address to 'nowhere' if the sender has no name.
10683         Fix typo.  Update copyright year.
10684
10685 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * gnus-art.el (article-wash-html): Use
10688         gnus-summary-show-article-charset-alist if a numeric arg is given.
10689         (gnus-article-wash-html-with-w3m-standalone): New function.
10690
10691         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10692         mm-inline-text-html-render-with-w3m-standalone.
10693         (mm-text-html-washer-alist): Map w3m-standalone to
10694         gnus-article-wash-html-with-w3m-standalone.
10695         (mm-inline-text-html-render-with-w3m-standalone): New function.
10696
10697 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10700         Improve LaTeX.
10701
10702 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10705         (nnrss-request-article): Render text/plain parts as HTML.
10706
10707         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10708         the buffer.
10709
10710 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10713         custom definition of `gnus-posting-styles'.
10714
10715         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10716         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10717
10718 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10721         Use nntp for bug archive.
10722
10723 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10726         parts.
10727         (nnrss-normalize-date): New function converts ISO 8601 date into
10728         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10729         (nnrss-check-group): Use it.
10730
10731 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10734
10735         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10736         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10737         (nnrss-insert-w3): Ditto.
10738
10739 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10742         the articles to be forwarded including the case where neither a
10743         number of articles nor a region is specified.
10744
10745 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * nnrss.el (nnrss-request-article): Fix last change; fill
10748         text/plain parts.
10749
10750 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10753         in text/plain part.
10754         (nnrss-check-group): Don't add excessive newline to dc:subject.
10755
10756 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10757
10758         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10759         article.
10760
10761 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10764         (nnml-use-compressed-files, nnml-save-mail): Support other
10765         comression programs such as bzip2.
10766
10767 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * dns.el (query-dns): Make sure we check the buffer size before
10770         removing tcp headers.
10771
10772 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10775         remove MIME buttons associated with multipart/alternative parts.
10776         (gnus-mime-display-alternative): Tag buttons using `article-type'
10777         text property.
10778
10779         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10780         associated with multipart/alternative parts.
10781
10782         * gnus-art.el (gnus-signature-separator): Fix custom type.
10783
10784         * mm-decode.el (mm-inlined-types): Fix custom type.
10785         (mm-keep-viewer-alive-types): Ditto.
10786         (mm-automatic-display): Ditto.
10787         (mm-attachment-override-types): Ditto.
10788         (mm-inline-override-types): Ditto.
10789         (mm-automatic-external-display): Ditto.
10790
10791 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * spam-report.el (spam-report-user-mail-address)
10794         (spam-report-user-agent): New variables.
10795         (spam-report-url-ping-plain): Use spam-report-user-agent.
10796
10797 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10798
10799         * gnus-art.el (gnus-button-handle-custom): Do not just use
10800         `customize-apropos' for any "M-x customize-*" button but the
10801         function called for.  Accept both the function name and its
10802         argument in order to achieve this.
10803         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10804         function name to `gnus-button-handle-custom' in case of "M-x
10805         customize-*" buttons.
10806
10807 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10810         multipart/alternative and add xref to mm-discouraged-alternatives
10811         in doc string.
10812
10813         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10814         gnus-buttonized-mime-types in doc string.
10815
10816 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10819         Suggest image/.* in the doc string.
10820
10821 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10824         message-marks (Debian bug #342521).
10825
10826 2005-12-12  Simon Josefsson  <jas@extundo.com>
10827
10828         * password.el (password-read-from-cache): Add.
10829         (password-read): Use it.
10830
10831 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10834         us-ascii as a MIME charset.
10835
10836         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10837         against the case where the 2nd arg TYPE is nil.
10838
10839 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * pop3.el (pop3-stream-type): Fix custom version.
10842
10843         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10844
10845 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10846
10847         * mm-decode.el (mm-display-external): Add missing cdr.
10848
10849 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10852         RFC1524) if it is in mailcap or add a suffix according to
10853         mailcap-mime-extensions when generating a temp filename; postpone
10854         deleting a temp file for 2 seconds for some wrappers, shell
10855         scripts, and so on, which might exit right after having started a
10856         viewer command as a background job.
10857
10858 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * nntp.el (nntp-marks-directory): Fix custom group.
10861
10862         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10863         steps when < 10.
10864
10865         * gnus-start.el (gnus-no-server-1): Mention
10866         `gnus-level-default-subscribed' in doc string.
10867
10868 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10869
10870         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10871         parens.
10872
10873 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-xmas.el (gnus-use-toolbar): Revert.
10876         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10877         gnus-use-toolbar is default.
10878
10879         * messagexmas.el (message-use-toolbar): Revert.
10880         (message-setup-toolbar): Use global default-toolbar if
10881         message-use-toolbar is default.
10882
10883 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10886         according to default-toolbar-visible-p.
10887
10888         * messagexmas.el (message-use-toolbar): Ditto.
10889
10890 2005-11-26  Dave Love  <fx@gnu.org>
10891
10892         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10893         (tls-program, tls-success): Provide openssl alternative.
10894
10895         * starttls.el: Doc fixes.
10896         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10897         SERVICE to PORT.
10898
10899         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10900         port null or service name.
10901         (starttls-negotiate): Autoload.
10902
10903 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * message.el (message-kill-to-signature): Fix interactive spec.
10906
10907 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * pop3.el (pop3-open-server): Recognize a string as a service name.
10910
10911 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10912
10913         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10914
10915 2005-11-23  Dave Love  <fx@gnu.org>
10916
10917         Add pop3s, pop3/starttls.
10918
10919         * pop3.el (pop3-authentication-scheme): Clarify doc.
10920         (open-tls-stream, starttls-open-stream): Autoload.
10921         (pop3-stream-type): New.
10922         (pop3-open-server): Use it.
10923
10924         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10925         for POP.
10926         (mail-source-keyword-map): Add :stream for POP.
10927         (mail-source-fetch-pop): Use pop3-stream-type.
10928
10929 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10932         of current-time-string.
10933
10934 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10935
10936         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10937         date header.
10938
10939 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10940
10941         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10942         it can seriously impact performance as it bypasses the agent's
10943         local caches.
10944
10945 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10946
10947         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10948         must be explicitly online rather than "not explicitly offline" for
10949         its flags to be synchronized.
10950
10951         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10952         that gnus-uu-unmark-thread will function correctly.
10953
10954         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10955         1024K is instead displayed as 1M.
10956
10957 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10960
10961 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10962
10963         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10964
10965 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10966
10967         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10968         error message to display actual error condition.
10969         (gnus-agent-save-local): Avoid saving symbols that are bound to
10970         nil as they simply result in a warning message in
10971         gnus-agent-read-local.
10972
10973 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10976         rather than make-variable-buffer-local for file-precious-flag.
10977
10978 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10979
10980         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10981         for duplicates which are removed.  The invalid sort check then
10982         triggers a rescan after the sort as sorting may have moved
10983         duplicate entries such that they can be cheaply detected.
10984
10985 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10988
10989 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10990
10991         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10992         internal variable to a custom variable.  Changed default value
10993         from compressed(2) to uncompressed(1).
10994         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10995         support for uncompressed agentview files.  Taken together, reading
10996         the agentview file should now be 6-7 times faster.
10997
10998 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10999
11000         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11001         as a buffer-local variable.  This avoids creating truncated
11002         dribble files as a result of a hang up, eg.
11003
11004 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11005
11006         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11007         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11008         XEmacs.
11009
11010 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gnus-start.el (gnus-start-draft-setup): Enforce
11013         `gnus-draft-mode' for nndraft:drafts at startup.
11014
11015         * gnus.el (gnus-splash): Change custom group.
11016         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11017         allow-list argument.
11018
11019         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11020         string.
11021
11022 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * gnus-art.el (gnus-default-article-saver): Add user-defined
11025         `function' to custom type.
11026
11027 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11028
11029         * imap.el (imap-open): Handle case where buffer is a buffer
11030         object.
11031
11032 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11035         long lines.
11036         (gnus-cache-delete-group): Wrap doc strings.
11037
11038         * gnus-agent.el (gnus-agent-rename-group)
11039         (gnus-agent-delete-group): Wrap doc strings.
11040
11041 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * messagexmas.el (message-use-toolbar): Change the valid values
11044         into default, top, bottom, left, and right.
11045         (message-toolbar-thickness): New variable.
11046         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11047         well.
11048         (message-setup-toolbar): Make it work.
11049
11050         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11051         (gnus-use-toolbar): Change the valid values into default, top,
11052         bottom, left, and right.
11053         (gnus-toolbar-thickness): New variable.
11054         (gnus-xmas-setup-toolbar): New function.
11055         (gnus-xmas-setup-group-toolbar): Use it.
11056         (gnus-xmas-setup-summary-toolbar): Use it.
11057
11058 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus-start.el (gnus-1): Add "native" to
11061         gnus-predefined-server-alist.
11062
11063         * gnus.el (gnus-method-to-server): Don't add "native" to the
11064         lists here, because that leads to problems when
11065         gnus-select-method is bound.
11066
11067 2005-11-09  Simon Josefsson  <jas@extundo.com>
11068
11069         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11070         use (not sort-by-date) instead.
11071
11072 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11073
11074         * gnus-delay.el (gnus-delay-group): Don't autoload.
11075         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11076         to be re-loaded when customizing the `gnus-delay' group.
11077
11078 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11079
11080         * message.el: Revert last changes.
11081         (message-insert-citation-line): Use newlines.
11082
11083 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11084
11085         * message.el (message-courtesy-message)
11086         (message-mark-insert-begin, message-mark-insert-end)
11087         (message-elide-ellipsis, message-cancel-message)
11088         (message-add-header, message-change-subject)
11089         (message-cross-post-followup-to-header)
11090         (message-cross-post-insert-note, message-reduce-to-to-cc)
11091         (message-widen-reply, message-delete-not-region)
11092         (message-kill-to-signature, message-insert-signature)
11093         (message-insert-importance-high, message-insert-importance-low)
11094         (message-insert-or-toggle-importance)
11095         (message-insert-disposition-notification-to)
11096         (message-indent-citation, message-yank-original)
11097         (message-cite-original-without-signature, message-cite-original)
11098         (message-insert-citation-line, message-position-on-field)
11099         (message-fix-before-sending, message-send-mail-partially)
11100         (message-send-mail, message-send-mail-with-sendmail)
11101         (message-send-mail-with-qmail, message-send-news)
11102         (message-check-news-header-syntax, message-generate-headers)
11103         (message-insert-courtesy-copy, message-fill-address)
11104         (message-fill-header, message-shorten-references)
11105         (message-setup-1, message-cancel-news)
11106         (message-forward-make-body-plain, message-forward-make-body-mime)
11107         (message-forward-make-body-mml, message-encode-message-body)
11108         (message-forward-make-body-digest-plain)
11109         (message-forward-make-body-digest-mime)
11110         (message-use-alternative-email-as-from): Insert `hard-newline'
11111         instead of ordinary newlines.
11112
11113 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * message.el (message-generate-headers): Downcase the argument
11116         given to message-check-element.
11117
11118 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11119
11120         * nntp.el (nntp-authinfo-rejected): New error condition.
11121         (nntp-wait-for): Use new error condition to signal authentication
11122         error.
11123         (nntp-retrieve-data): Rethrow new error condition to break out of
11124         recursive call to nntp-send-authinfo.
11125
11126 2005-11-08  Romain Francoise  <romain@orebokech.com>
11127
11128         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11129         (gnus-summary-exit-map): Bind to `Z p'.
11130         (gnus-summary-make-menu-bar): Add menu item.
11131
11132 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11135         (gnus-treat-*): Add `first' in all doc strings.
11136
11137         * gnus-group.el (gnus-group-compact-group): Fix typo.
11138
11139 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus.el (gnus-parameters-case-fold-search): New variable.
11142         (gnus-parameters-get-parameter): Use it.
11143
11144         * gnus-score.el (gnus-home-score-file): Doc fix.
11145
11146 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11147
11148         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11149
11150 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * mm-util.el (mm-special-display-p): New function.
11153
11154         * mml.el (mml-preview): Use it; doc fix.
11155
11156 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11157
11158         * imap.el (imap-open): Handle case where buffer is a buffer object.
11159
11160 2005-10-29  Romain Francoise  <romain@orebokech.com>
11161
11162         * message.el (message-fix-before-sending): Fix comment.
11163
11164 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11165
11166         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11167
11168 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11169
11170         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11171         Used in gnus-score.el.
11172
11173 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11176
11177 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11180         whitespace removed in revision 7.8.  Use concatenated string to
11181         protect trailing whitespace.
11182
11183 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11184
11185         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11186         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11187         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11188         Courier IMAP ("some version from 2004").  Mostly based on similar
11189         code in the same function.
11190
11191 2005-10-26  Didier Verna  <didier@xemacs.org>
11192
11193         * gnus-group.el (gnus-group-compact-group): Invalidate original
11194         article buffer.
11195         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11196         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11197         NOV database and in article itself.
11198         Invalidate article backlog.
11199
11200 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11203
11204 2005-10-26  Simon Josefsson  <jas@extundo.com>
11205
11206         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11207         part of 2004-07-25 change.
11208
11209 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * message.el (message-display-completion-list): New function.
11212         (message-expand-group): Use it; make sure the Completions buffer
11213         is modifiable.
11214 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11215
11216         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11217         user-mail-name is an empty string.
11218
11219 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11222         depending on gnus-score-decay-constant.
11223
11224         * encrypt.el (encrypt-insert-file-contents)
11225         (encrypt-write-file-contents): Don't use `gnus-message'.
11226
11227         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11228         arguments.
11229         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11230         arguments to mm-uu-verbatim-marks-extract.
11231         (mm-uu-hide-markers): New variable.
11232         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11233
11234         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11235         (gnus-convert-image-to-face-command): Use "convert" by default to
11236         allow other input image formats.
11237         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11238         accordingly.
11239
11240 2005-10-23  Simon Josefsson  <jas@extundo.com>
11241
11242         * imap.el (imap-gssapi-program): Align command line parameters
11243         with latest GNU SASL.
11244         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11245
11246 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11249         HTML.
11250         (nnslashdot-request-article): Ditto.
11251
11252         * lpath.el (featurep): Add nobreak-char-display.
11253
11254 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11255
11256         * mail-source.el (mail-source-fetch-pop): Require pop3.
11257         (mail-source-check-pop): Ditto.
11258
11259 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11262         errors.
11263
11264 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11267         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11268
11269         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11270
11271         * mm-bodies.el (mm-decode-string): Call
11272         `mm-charset-to-coding-system' with allow-override argument.
11273
11274 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11277         (rfc2047-charset-to-coding-system): New function.
11278         (rfc2047-decode-encoded-words): New function.
11279         (rfc2047-decode-region): Use them.
11280         (rfc2047-decode-cte): Remove.
11281         (rfc2047-parse-and-decode): Remove.
11282         (rfc2047-decode): Remove.
11283
11284 2005-10-15  Kenichi Handa  <handa@m17n.org>
11285
11286         * rfc2047.el (rfc2047-decode-cte): New function.
11287         (rfc2047-decode-region): Change the way to decode successive
11288         encoded-words: decode B- or Q-encoding in each encoded-word,
11289         concatenate them, and decode it as charset.
11290
11291 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11292
11293         * lpath.el: Fbind codepage-setup for XEmacs.
11294
11295 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11296
11297         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11298         widget-move-and-invoke.
11299         (gnus-custom-mode): Use gnus-custom-map.
11300
11301 2005-10-15  Bill Wohler  <wohler@newt.com>
11302
11303         * message.el (message-tool-bar-map): Renamed image file from
11304         mail_send to mail/send.
11305
11306 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11307
11308         * message.el (message-expand-group): Pass the common
11309         prefix substring of completion to `display-completion-list'.
11310
11311 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * mml-sec.el (mml-secure-method): New internal variable.
11314         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11315         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11316         functions using mml-secure-method.
11317
11318         * mml.el (mml-mode-map): Add key bindings for those functions.
11319         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11320         Harder <harder@myrealbox.com>.
11321         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11322         end of message if point is the headers of the message.
11323
11324         * message.el (message-in-body-p): New function.
11325
11326         * assistant.el: Autoload gnus-util and netrc.
11327
11328         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11329         Use `mm-charset-override-alist' only when decoding.
11330
11331         * mm-bodies.el (mm-decode-body): Call
11332         `mm-charset-to-coding-system' with allow-override argument.
11333
11334         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11335         `filename' from Content-Disposition if Content-Type doesn't
11336         provide `name'.
11337         (gnus-mime-view-part-as-type): Set default instead of
11338         initial-input.
11339
11340 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11341
11342         * format-spec.el (format-spec): Propagate text properties of % spec.
11343
11344 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gnus-art.el (gnus-treat-predicate): Add `first'.
11347
11348 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11351         (mm-charset-override-alist): New variable.
11352         (mm-charset-to-coding-system): Use it.
11353         (mm-codepage-setup): New helper function.
11354         (mm-charset-eval-alist): New variable.
11355         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11356         about unknown charsets.
11357
11358         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11359
11360 2005-10-04  David Hansen  <david.hansen@gmx.net>
11361
11362         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11363         (nnrss-check-group): Ditto.
11364
11365 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11368         Rename x-gnus-verbatim to x-verbatim.
11369         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11370
11371         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11372         x-verbatim.
11373
11374         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11375
11376         * gnus-util.el (gnus-remove-duplicates): Remove.
11377
11378         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11379         instead of gnus-remove-duplicates.
11380
11381         * message.el (message-remove-duplicates): Remove.
11382         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11383         message-remove-duplicates.
11384
11385         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11386         available, else use implementation from `delete-dups'.
11387
11388         * message.el (message-insert-expires): New function.
11389         (message-mode-map): Add key binding.
11390         (message-mode-field-menu): Add menu entry.
11391         (message-mode): Document it.
11392         (message-make-expires-date): Use `message-make-date'.
11393
11394 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11395
11396         * message.el (message-make-expires-date): New function.
11397
11398 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * Makefile.in (list-installed-shadows): New entry.
11401         (install): Use it.
11402         (remove-installed-shadows): New entry.
11403
11404         * dgnushack.el (dgnushack-default-load-path): New variable.
11405         (dgnushack-find-lisp-shadows): New function.
11406         (dgnushack-remove-lisp-shadows): New function.
11407
11408 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * Makefile.in (install-el-elc): New entry.
11411         (install): Use it so that .el files are necessarily installed.
11412
11413 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11416
11417 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11418
11419         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11420         function rather than the diff-mode.el package.
11421         (mm-display-external): Use with-current-buffer.
11422         (mm-viewer-completion-map, mm-viewer-completion-map):
11423         Move initialization inside declaration.
11424
11425 2005-09-29  Simon Josefsson  <jas@extundo.com>
11426
11427         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11428         autoload mail-check-payment.
11429         (spam-check-hashcash): Define unconditionally, since hashcash.el
11430         is part of Gnus now.  Ignore errors from payment checking.
11431
11432 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * message.el (message-bold-region, message-unbold-region): Rename
11435         from `bold-region' and `unbold-region'.
11436
11437         * message.el: Remove useless autoloads.
11438
11439 2005-09-28  Simon Josefsson  <jas@extundo.com>
11440
11441         * message.el (message-use-idna): Default to t.
11442         (message-use-idna): Test whether encoding works too.  Doc fix.
11443
11444 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * nntp.el (nntp-warn-about-losing-connection): Remove.
11447
11448 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11451         customizable.  Change default value.
11452         (mm-uu-diff-groups-regexp): Change default value.
11453         (mm-uu-type-alist): Add doc string.
11454         (mm-uu-configure): Add doc string.  Make it interactive.
11455         (mm-uu-tex-groups-regexp): New variable.
11456         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11457         (mm-uu-type-alist): Add LaTeX documents.
11458         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11459         of "text/verbatim".
11460         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11461
11462         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11463         instead of "text/verbatim".
11464
11465         * message.el (message-mark-inserted-region)
11466         (message-mark-insert-file): Use slrn style marks when called with
11467         prefix argument.
11468
11469 2005-09-27  Simon Josefsson  <jas@extundo.com>
11470
11471         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11472
11473 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11474
11475         * message.el (message-remove-duplicates): New function.
11476         Implementation borrowed from `gnus-remove-duplicates'.
11477         (message-idna-to-ascii-rhs): Also encode idna addresses in
11478         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11479         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11480         only ask about the same idna domain once per header and also tell
11481         in what header to replace the idna domain.
11482
11483         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11484         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11485         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11486         a header is decoded and not just the last one.
11487
11488 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11491         has been decoded.
11492
11493         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11494         (mm-insert-part): Don't modify text if it has been decoded.
11495
11496         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11497         decoded.
11498
11499         * mm-view.el (mm-inline-text): Don't strip text props unless
11500         decoding enriched or richtext parts.
11501
11502 2005-09-25  Romain Francoise  <romain@orebokech.com>
11503
11504         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11505         * gnus-start.el (gnus-subscribe-interactively):
11506         * gnus-uu.el (gnus-uu-grab-articles):
11507         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11508         space.
11509
11510 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11511
11512         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11513         * mm-view.el (mm-view-pkcs7-decrypt):
11514         * gnus-sum.el (gnus-summary-limit-to-extra)
11515         (gnus-summary-respool-article, gnus-read-move-group-name):
11516         * gnus-score.el (gnus-summary-increase-score):
11517         * gnus-util.el (gnus-completing-read-with-default):
11518         * gnus-art.el (gnus-read-save-file-name)
11519         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11520         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11521         * message.el (message-check-news-header-syntax):
11522         Follow convention for reading with the minibuffer.
11523
11524 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * spam-report.el (spam-report-url-ping-plain):
11527         Use gnus-extended-version as User-Agent.
11528
11529         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11530         default value is nil.
11531
11532         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11533         (mm-uu-verbatim-marks-extract): New function.
11534         (mm-uu-extract): New face.
11535         (mm-uu-copy-to-buffer): Use it.
11536
11537         * spam-report.el (spam-report-gmane-ham): Renamed from
11538         `spam-report-gmane-unspam'.
11539         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11540         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11541
11542         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11543         Autoload.
11544         (spam-report-gmane-unregister-routine): Renamed
11545         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11546
11547 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11548
11549         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11550         (spam-report-gmane-unregister-routine): Add support for gmane
11551         unregistration.
11552
11553         * spam-report.el (spam-report-gmane-unspam)
11554         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11555         (spam-report-gmane): Change to take a single article and do unspam
11556         registration.
11557
11558 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11559
11560         * mm-url.el (mm-url-decode-entities): Fix regexp.
11561
11562 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11563
11564         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11565         default to nil, to be able to use Gnus at all.  If the default
11566         switches to something else, then the function should be fixed not
11567         be exceedingly slow.
11568
11569 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11570
11571         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11572         fail hard.
11573
11574         * spam-report.el: Add better Keywords line.
11575
11576         * spam.el: Add Maintainer and better Keywords line.
11577
11578 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-art.el (gnus-article-replace-part)
11581         (gnus-mime-replace-part): New functions.
11582         (gnus-mime-action-alist, gnus-mime-button-commands)
11583         (gnus-mime-save-part-and-strip): Added file argument.
11584         (gnus-article-part-wrapper): Added interactive argument.
11585
11586         * gnus-sum.el (gnus-summary-mime-map): Add
11587         `gnus-article-replace-part'.
11588
11589 2005-09-19  Didier Verna  <didier@xemacs.org>
11590
11591         The nnml compaction feature:
11592         * nnml.el (nnml-request-compact-group): New function.
11593         * nnml.el (nnml-request-compact): New function.
11594         * gnus-int.el (gnus-request-compact-group): New function.
11595         * gnus-int.el (gnus-request-compact): New function.
11596         * gnus-group.el (gnus-group-compact-group): New function.
11597         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11598         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11599         * gnus-srvr.el (gnus-server-compact-server): New function.
11600         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11601         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11602
11603 2005-09-18  Deepak Goel  <deego@gnufans.org>
11604
11605         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11606         format spec.
11607
11608 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11611
11612 2005-09-15  Romain Francoise  <romain@orebokech.com>
11613
11614         * message.el (message-fill-paragraph): Clarify docstring.
11615
11616 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11617
11618         * gnus-art.el (gnus-mime-display-part): Protect against broken
11619         MIME messages.
11620
11621 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11624         before parsing header.
11625
11626 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11627
11628         * html2text.el (html2text-replace-list): Add new entities.
11629
11630 2005-09-11  Romain Francoise  <romain@orebokech.com>
11631
11632         * message.el (message-alternative-emails): Improve docstring.
11633         (message-setup-1): Call `message-use-alternative-email-as-from'
11634         after `message-setup-hook' to give it precedence over posting
11635         styles, etc.
11636         (message-use-alternative-email-as-from): Add docstring.  Remove
11637         the original From header if present.
11638
11639         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11640         (nnml-save-mail): Use it.
11641
11642         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11643         articles.  Add new argument `silent'.
11644         (gnus-uu-mark-all): Report the total number of marked articles.
11645
11646 2005-09-10  Romain Francoise  <romain@orebokech.com>
11647
11648         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11649         (gnus-uu-mark-series): Likewise.
11650
11651 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * spam-report.el (spam-report-gmane): Fix generation of spam
11654         report URL.
11655
11656 2005-09-10  Simon Josefsson  <jas@extundo.com>
11657
11658         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11659         t, based on discussion on the ding list with Robert Epprecht
11660         <epprecht@solnet.ch>.
11661
11662 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * spam-report.el (spam-report-gmane): Make it work without
11665         X-Report-Spam header.  Gmane now only provides Archived-At.
11666         This is only used if `spam-report-gmane-use-article-number' is nil.
11667         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11668
11669         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11670         make `gnus-summary-sort-by-recipient' work with threading.
11671
11672         * nnweb.el (nnweb-google-wash-article): Print a message if article
11673         is not available.
11674
11675 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11676
11677         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11678         change.  Decode text/* parts content before displaying.
11679
11680 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11683
11684 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11687
11688         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11689         url-package-name, url-package-version,
11690         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11691         w3m-display-inline-images, and w3m-minor-mode-map.
11692
11693 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * message.el (message-tab-body-function): Fix mismatched custom type.
11696
11697         * gnus.el (gnus-group-change-level-function): Ditto.
11698
11699         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11700
11701         * gnus-art.el (gnus-signature-limit)
11702         (gnus-article-mime-part-function): Ditto.
11703
11704 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * mml.el (mml-mode): Silence the byte compiler.
11707
11708         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11709         using `(sit-for 0)' before moving the point to the specified part;
11710         skip unbuttonized parts.
11711         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11712         return to the summary window if gnus-auto-select-part is non-nil.
11713
11714 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11717         variables.
11718         (mml-dnd-attach-file, mml-mode): Use them.
11719
11720         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11721         Make fetching article by MID work again for Google Groups.  Added
11722         FIXME concerning gnus-group-make-web-group.
11723
11724         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11725         Don't depend on Gnus by using mail-extract-address-components if
11726         gnus-extract-address-components is not bound.
11727
11728 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * gnus-art.el (gnus-mime-display-security): Don't display the
11731         signature, but only the signed part.
11732
11733 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11736
11737         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11738         list, not listp.
11739
11740 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11741
11742         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11743         when encoding.
11744
11745         * mm-bodies.el (mm-decode-content-transfer-encoding):
11746         De-canonicalize CRLF for all text content types, not just
11747         text/plain.
11748
11749 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11752         valid article; point arrow and cursor at the MIME button.
11753
11754 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11757         Suggested by Dan Christensen <jdc@uwo.ca>.
11758
11759         * mm-decode.el (mm-save-part): Enable change of prompt.
11760
11761 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11762
11763         * gnus-msg.el (gnus-inews-add-send-actions): Made
11764         `message-post-method' lambda parameter ARG `&optional'.
11765
11766 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * gnus-sum.el (gnus-summary-mime-map): Added
11769         gnus-article-save-part-and-strip, gnus-article-delete-part and
11770         gnus-article-jump-to-part.
11771
11772         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11773         (gnus-article-edit-part): Use it.
11774         (gnus-article-part-wrapper): Added no-handle argument.
11775         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11776         functions.
11777
11778 2005-08-29  Romain Francoise  <romain@orebokech.com>
11779
11780         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11781         docstring.
11782         (gnus-face-from-file): Likewise.
11783
11784 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11787         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11788         non-nil.
11789         (gnus-auto-select-part): New variable.
11790         (gnus-article-jump-to-part): New function.
11791         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11792         (gnus-mime-delete-part): Allow selecting specified part after
11793         deleting or stripping parts.
11794         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11795         part if argument is bogus.
11796
11797 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11798
11799         * gnus-art.el (w3m-minor-mode-map):
11800         * gnus-spec.el (gnus-newsrc-file-version):
11801         * gnus-util.el (nnmail-active-file-coding-system)
11802         (gnus-original-article-buffer, gnus-user-agent):
11803         * gnus.el (gnus-ham-process-destinations)
11804         (gnus-parameter-ham-marks-alist)
11805         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11806         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11807         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11808         * mm-decode.el (gnus-current-window-configuration):
11809         * mm-extern.el (gnus-article-mime-handles):
11810         * mm-url.el (url-current-object, url-package-name)
11811         (url-package-version):
11812         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11813         (smime-keys, w3m-cid-retrieve-function-alist)
11814         (w3m-current-buffer, w3m-display-inline-images)
11815         (w3m-minor-mode-map):
11816         * mml-smime.el (gnus-extract-address-components):
11817         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11818         (gnus-newsrc-hashtb, message-default-charset)
11819         (message-deletable-headers, message-options)
11820         (message-posting-charset, message-required-mail-headers)
11821         (message-required-news-headers):
11822         * mml1991.el (mc-pgp-always-sign):
11823         * mml2015.el (mc-pgp-always-sign):
11824         * nnheader.el (nnmail-extra-headers):
11825         * rfc1843.el (gnus-decode-encoded-word-function)
11826         (gnus-decode-header-function, gnus-newsgroup-name):
11827         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11828
11829 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11830
11831         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11832         the end of the date treatments.
11833
11834 2005-08-15  Simon Josefsson  <jas@extundo.com>
11835
11836         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11837         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11838         Capello and Romain Francoise.
11839         (pgg-fetch-key-function): Removed, not used?
11840         (pgg-insert-url-with-w3): Require url, to get
11841         url-insert-file-contents regardless of where it is defined.
11842
11843 2005-08-13  Romain Francoise  <romain@orebokech.com>
11844
11845         * message.el (message-cite-original-1): New function.
11846         (message-cite-original): Use it.
11847         (message-cite-original-without-signature): Ditto.
11848
11849 2005-08-08  Romain Francoise  <romain@orebokech.com>
11850
11851         * message.el (message-yank-empty-prefix): New variable.
11852         (message-indent-citation): Use it.
11853         (message-cite-original-without-signature): Respect X-No-Archive.
11854
11855 2005-08-08  Simon Josefsson  <jas@extundo.com>
11856
11857         * pgg.el: Autoload url-insert-file-contents instead of loading
11858         w3/url.
11859         (pgg-insert-url-with-w3): Don't load url here.
11860
11861 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11862
11863         * message.el (message-kill-to-signature): Don't insert newline at
11864         bol.
11865         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11866
11867 2005-08-06  Romain Francoise  <romain@orebokech.com>
11868
11869         * message.el (message-user-fqdn): Fix typo in docstring.
11870
11871 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11872
11873         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11874
11875         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11876
11877 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mm-bodies.el (mm-encode-body): Use coding system rather than
11880         charset to encode text.
11881
11882         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11883         number of charsets if utf-8 is available (XEmacs).
11884
11885 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11888         taken from `gnus-button-mid-or-mail-regexp'.
11889         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11890         (gnus-button-alist): Improve regexp for domain part of the MIDs
11891         for news:localpart@domain buttons.
11892         (gnus-button-ctan-directory-regexp): Update.
11893
11894 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * sieve-manage.el (sieve-manage-interactive-login): Use
11897         make-local-variable rather than make-variable-buffer-local.
11898         (sieve-manage-open): Ditto.
11899         (sieve-manage-authenticate): Ditto.
11900
11901         * mml.el (mml-generate-mime-1): Make the content type default to
11902         text/plain if the filename is not specified.
11903
11904 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11907         instead of insert-buffer.
11908
11909         * message.el (message-yank-original): Ditto; set the mark at the
11910         end of the yanked message.
11911
11912 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11915         lines to scroll rather than to stop it.
11916
11917         * mml.el (mml-generate-default-type): Add doc string.
11918         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11919         default to application/octet-stream when determining the content
11920         type if it is not specified for the part or the mml contents; add
11921         a comment about mml-generate-default-type.
11922
11923 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11926         make it default to application/octet-stream when determining the
11927         content type if it is not specified for the external contents.
11928
11929 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11932         segmented parameter but also other parameters might be there.
11933
11934 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-decode.el (mm-display-external): Delete temp file, directory
11937         and buffer immediately if the external process is exited.
11938
11939 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11942         fewer lines than that of scroll-margin.
11943         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11944
11945 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * gnus-art.el (gnus-article-next-page): Revert.
11948         (gnus-article-beginning-of-window): New macro.
11949         (gnus-article-next-page-1): Use it.
11950         (gnus-article-prev-page): Ditto.
11951         (gnus-article-edit-part): Use insert-buffer-substring instead of
11952         insert-buffer.
11953         (gnus-article-edit-exit): Ditto.
11954
11955         * gnus-util.el (gnus-beginning-of-window): Remove.
11956         (gnus-end-of-window): Remove.
11957
11958         * lpath.el: Don't bind header-line-format and scroll-margin.
11959
11960 2005-07-25  Simon Josefsson  <jas@extundo.com>
11961
11962         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11963         to have the url package without w3.  Reported by Daiki Ueno
11964         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11965
11966 2005-07-20  Didier Verna  <didier@xemacs.org>
11967
11968         * gnus-diary.el: Remove the description comment (nndiary is now
11969         properly documented in the Gnus manual).
11970         Fix the spelling of "Back End".
11971         * nndiary.el: Ditto.
11972         Fix the copyright notice.
11973
11974 2005-07-18  Romain Francoise  <romain@orebokech.com>
11975
11976         * gnus-sum.el (gnus-summary-to-prefix)
11977         (gnus-summary-newsgroup-prefix): New variables.
11978         (gnus-summary-from-or-to-or-newsgroups): Use them.
11979
11980 2005-07-17  Romain Francoise  <romain@orebokech.com>
11981
11982         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11983         space as it's generally not especially interesting to the user.
11984
11985 2005-07-16  Romain Francoise  <romain@orebokech.com>
11986
11987         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11988         nil to avoid prompting and file modification if one of the
11989         messages at the top of the nnfolder file contains a copyright
11990         notice.
11991         Update copyright notice.
11992
11993         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11994         instead of `current-time-string' as the latter creates a time
11995         string that is not RFC 2822 compliant (it lacks the zone).
11996         Update copyright notice.
11997
11998 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11999
12000         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12001         for text/rtf.  Display default in prompt.  Pass default for M-n.
12002
12003         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12004
12005 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12006
12007         * gnus-msg.el (gnus-button-mailto): Remove
12008         save-selected-window-window hackery because it relies on
12009         save-selected-window internals.
12010
12011 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12014         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12015         (gnus-article-prev-page): Ditto.
12016
12017         * gnus-util.el (gnus-beginning-of-window): New function.
12018         (gnus-end-of-window): New function.
12019
12020         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12021
12022 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12023
12024         * gnus-score.el (gnus-score-edit-all-score): Set
12025         gnus-score-edit-exit-function to gnus-score-edit-done and call
12026         gnus-message.
12027
12028 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12029
12030         * gnus-msg.el (gnus-button-mailto): Remove
12031         save-selected-window-window hackery because it relies on
12032         save-selected-window internals.
12033
12034 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12035
12036         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12037         add-minor-mode.
12038         (gnus-binary-mode): Ditto.
12039
12040         * gnus-topic.el (gnus-topic-mode): Ditto.
12041
12042 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12043
12044         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12045         (gnus-article-prev-page): Take scroll-margin into consideration.
12046
12047 2005-07-04  Lute Kamstra  <lute@gnu.org>
12048
12049         Update FSF's address in GPL notices.
12050
12051 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12052
12053         * gnus.el (gnus-exit):
12054         * gnus-group.el (gnus-group-icons):
12055         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12056
12057         * gnus-nocem.el (gnus-nocem):
12058         * message.el (message-various, message-buffers, message-sending)
12059         (message-interface, message-forwarding, message-insertion)
12060         (message-headers, message-news, message-mail):
12061         * pgg-gpg.el (pgg-gpg):
12062         * pgg-parse.el (pgg-parse):
12063         * pgg-pgp.el (pgg-pgp):
12064         * pgg-pgp5.el (pgg-pgp5):
12065         * pop3.el (pop3): Finish `defgroup' description with period.
12066
12067 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-art.el (article-display-face): Improve the efficiency.
12070         (article-display-x-face): Ditto; remove grey x-face stuff.
12071
12072 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-art.el (article-display-face): Correct the position in
12075         which Faces are inserted.
12076
12077 2005-06-29  Didier Verna  <didier@xemacs.org>
12078
12079         * gnus-art.el (article-display-face): Display faces in correct
12080         order.
12081
12082 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12085         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12086         (gnus-nocem-check-article): Fetch the Type header.
12087         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12088         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12089         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12090         make sure gnus-nocem-hashtb is initialized.
12091         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12092         (gnus-nocem-unwanted-article-p): Ditto.
12093
12094         * pgg.el (pgg-verify): Return the verification result.
12095
12096 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12097
12098         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12099         is ascii.
12100
12101 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12102
12103         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12104         `show-nonbreak-escape'.
12105
12106 2005-06-23  Lute Kamstra  <lute@gnu.org>
12107
12108         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12109
12110         * dig.el (dig-mode):
12111         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12112
12113 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12114
12115         * nnimap.el (nnimap-split-download-body): Fix spellings.
12116
12117 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12118
12119         * gnus-art.el (gnus-article-encrypt-body):
12120         * gnus-cus.el (gnus-score-customize):
12121         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12122         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12123
12124 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12125
12126         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12127         header by looking for magic "MII" at the beginnig.
12128
12129 2005-06-16  Miles Bader  <miles@gnu.org>
12130
12131         * gnus-xmas.el (gnus-xmas-group-startup-message):
12132         Use renamed gnus-splash face.
12133
12134         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12135         (assistant-field-face): New backward-compatibility alias for renamed
12136         face.
12137         (assistant-render-text): Use renamed assistant-field face.
12138
12139         * spam.el (spam): Remove "-face" suffix from face name.
12140         (spam-face): New backward-compatibility alias for renamed face.
12141         (spam-face, spam-initialize): Use renamed spam face.
12142
12143         * message.el (message-header-to, message-header-cc)
12144         (message-header-subject, message-header-newsgroups)
12145         (message-header-other, message-header-name)
12146         (message-header-xheader, message-separator, message-cited-text)
12147         (message-mml): Remove "-face" suffix from face names.
12148         (message-header-to-face, message-header-cc-face)
12149         (message-header-subject-face, message-header-newsgroups-face)
12150         (message-header-other-face, message-header-name-face)
12151         (message-header-xheader-face, message-separator-face)
12152         (message-cited-text-face, message-mml-face):
12153         New backward-compatibility aliases for renamed faces.
12154         (message-font-lock-keywords): Use renamed message faces.
12155
12156         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12157         (sieve-test-commands, sieve-tagged-arguments):
12158         Remove "-face" suffix from face names.
12159         (sieve-control-commands-face, sieve-action-commands-face)
12160         (sieve-test-commands-face, sieve-tagged-arguments-face):
12161         New backward-compatibility aliases for renamed faces.
12162         (sieve-control-commands-face, sieve-action-commands-face)
12163         (sieve-test-commands-face, sieve-tagged-arguments-face):
12164         Use renamed sieve faces.
12165
12166         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12167         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12168         (gnus-group-news-3-empty, gnus-group-news-4)
12169         (gnus-group-news-4-empty, gnus-group-news-5)
12170         (gnus-group-news-5-empty, gnus-group-news-6)
12171         (gnus-group-news-6-empty, gnus-group-news-low)
12172         (gnus-group-news-low-empty, gnus-group-mail-1)
12173         (gnus-group-mail-1-empty, gnus-group-mail-2)
12174         (gnus-group-mail-2-empty, gnus-group-mail-3)
12175         (gnus-group-mail-3-empty, gnus-group-mail-low)
12176         (gnus-group-mail-low-empty, gnus-summary-selected)
12177         (gnus-summary-cancelled, gnus-summary-high-ticked)
12178         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12179         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12180         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12181         (gnus-summary-low-undownloaded)
12182         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12183         (gnus-summary-low-unread, gnus-summary-normal-unread)
12184         (gnus-summary-high-read, gnus-summary-low-read)
12185         (gnus-summary-normal-read, gnus-splash):
12186         Remove "-face" suffix from face names.
12187         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12188         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12189         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12190         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12191         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12192         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12193         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12194         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12195         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12196         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12197         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12198         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12199         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12200         (gnus-summary-normal-ticked-face)
12201         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12202         (gnus-summary-normal-ancient-face)
12203         (gnus-summary-high-undownloaded-face)
12204         (gnus-summary-low-undownloaded-face)
12205         (gnus-summary-normal-undownloaded-face)
12206         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12207         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12208         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12209         (gnus-splash-face):
12210         New backward-compatibility aliases for renamed faces.
12211         (gnus-group-startup-message): Use renamed gnus faces.
12212
12213         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12214         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12215         (gnus-server-agent): Remove "-face" suffix from face names.
12216         (gnus-server-agent-face, gnus-server-opened-face)
12217         (gnus-server-closed-face, gnus-server-denied-face)
12218         (gnus-server-offline-face):
12219         New backward-compatibility aliases for renamed faces.
12220         (gnus-server-agent-face, gnus-server-opened-face)
12221         (gnus-server-closed-face, gnus-server-denied-face)
12222         (gnus-server-offline-face): Use renamed gnus faces.
12223
12224         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12225         Remove "-face" suffix from face names.
12226         (gnus-picon-xbm-face, gnus-picon-face):
12227         New backward-compatibility aliases for renamed faces.
12228
12229         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12230         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12231         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12232         (gnus-cite-11): Remove "-face" suffix from face names.
12233         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12234         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12235         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12236         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12237         New backward-compatibility aliases for renamed faces.
12238         (gnus-cite-attribution-face, gnus-cite-face-list)
12239         (gnus-article-boring-faces): Use renamed gnus faces.
12240
12241         * gnus-art.el (gnus-signature, gnus-header-from)
12242         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12243         (gnus-header-content): Remove "-face" suffix from face names.
12244         (gnus-signature-face, gnus-header-from-face)
12245         (gnus-header-subject-face, gnus-header-newsgroups-face)
12246         (gnus-header-name-face, gnus-header-content-face):
12247         New backward-compatibility aliases for renamed faces.
12248         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12249
12250         * gnus-sum.el (gnus-summary-selected-face)
12251         (gnus-summary-highlight): Use renamed gnus faces.
12252         * gnus-group.el (gnus-group-highlight): Likewise.
12253
12254 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12255
12256         * gnus-sieve.el (gnus-sieve-article-add-rule):
12257         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12258         * spam-stat.el (spam-stat-buffer-change-to-spam)
12259         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12260
12261         * message.el (message-is-yours-p):
12262         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12263
12264 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * mm-view.el (mm-inline-text): Withdraw the last change.
12267
12268 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12271         executing enriched-decode.
12272
12273 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12276         charset of tar files.
12277
12278 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12279
12280         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12281
12282 2005-06-04  Lute Kamstra  <lute@gnu.org>
12283
12284         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12285         information is never recorded.
12286
12287 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12288
12289         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12290
12291 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * pop3.el (pop3-apop): Run md5 in the binary mode.
12294
12295         * starttls.el (starttls-set-process-query-on-exit-flag):
12296         Use eval-and-compile.
12297
12298 2005-05-31  Simon Josefsson  <jas@extundo.com>
12299
12300         * smime.el (smime-replace-in-string): Define.
12301         (smime-cert-by-ldap-1): Use it.
12302
12303 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-art.el (article-display-x-face): Replace
12306         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12307
12308         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12309         set-process-query-on-exit-flag or process-kill-without-query.
12310
12311         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12312         loop instead of replace-regexp.
12313
12314         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12315         instead of process-kill-without-query if it is available.
12316
12317         * lpath.el: Fbind ldap-search-entries.
12318
12319         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12320         instead of find-file-hooks if it is available.
12321
12322         * mml1991.el: Bind pgg-default-user-id when compiling.
12323
12324         * mml2015.el: Bind pgg-default-user-id when compiling.
12325
12326         * nndraft.el (nndraft-request-associate-buffer):
12327         Use write-contents-functions instead of write-contents-hooks if it is
12328         available.
12329
12330         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12331         instead of find-file-hooks if it is available.
12332
12333         * nntp.el (nntp-open-connection): Replace
12334         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12335         (nntp-open-ssl-stream): Ditto.
12336         (nntp-open-tls-stream): Ditto.
12337
12338         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12339         set-process-query-on-exit-flag or process-kill-without-query.
12340         (starttls-open-stream-gnutls): Use it instead of
12341         process-kill-without-query.
12342         (starttls-open-stream): Ditto.
12343
12344 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12345
12346         * smime.el (smime-cert-by-ldap-1): Don't use
12347         replace-regexp-in-string.
12348
12349 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12350
12351         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12352
12353         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12354         in PEM format.  Adjust to the XEmacs compability.
12355
12356 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12359         by `string-to-number'.
12360         * gnus-agent.el (gnus-agent-regenerate-group)
12361         (gnus-agent-fetch-articles): Ditto.
12362         * gnus-art.el (gnus-button-fetch-group): Ditto.
12363         * gnus-cache.el (gnus-cache-generate-active)
12364         (gnus-cache-articles-in-group): Ditto.
12365         * gnus-group.el (gnus-group-set-current-level)
12366         (gnus-group-insert-group-line): Ditto.
12367         * gnus-score.el (gnus-score-set-expunge-below)
12368         (gnus-score-set-mark-below, gnus-summary-score-effect)
12369         (gnus-summary-score-entry): Ditto.
12370         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12371         (gnus-soup-pack): Ditto.
12372         * gnus-spec.el (gnus-xmas-format): Ditto.
12373         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12374         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12375         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12376         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12377         * nndb.el (nndb-get-remote-expire-response): Ditto.
12378         * nndiary.el (nndiary-parse-schedule-value)
12379         (nndiary-string-to-number, nndiary-request-replace-article)
12380         (nndiary-request-article): Ditto.
12381         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12382         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12383         * nneething.el (nneething-make-head): Ditto.
12384         * nnfolder.el (nnfolder-request-article)
12385         (nnfolder-retrieve-headers): Ditto.
12386         * nnheader.el (nnheader-file-to-number): Ditto.
12387         * nnkiboze.el (nnkiboze-request-article): Ditto.
12388         * nnmail.el (nnmail-process-unix-mail-format)
12389         (nnmail-process-babyl-mail-format): Ditto.
12390         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12391         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12392         (nnmh-request-create-group, nnmh-request-list-1)
12393         (nnmh-request-group, nnmh-request-article): Ditto.
12394         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12395         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12396         * nnsoup.el (nnsoup-make-active): Ditto.
12397         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12398         * nntp.el (nntp-find-group-and-number)
12399         (nntp-retrieve-headers-with-xover): Ditto.
12400         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12401         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12402         (pgg-format-key-identifier): Ditto.
12403         * pop3.el (pop3-last, pop3-stat): Ditto.
12404         * qp.el (quoted-printable-decode-region): Ditto.
12405
12406         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12407         of concat.
12408
12409 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12412
12413         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12414
12415         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12416
12417         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12418
12419         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12420
12421         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12422
12423         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12424         (gnus-carpal-mode): Ditto.
12425
12426         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12427         (gnus-browse-mode): Ditto.
12428
12429         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12430
12431         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12432
12433 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12434
12435         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12436
12437 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-util.el (gnus-run-mode-hooks): New function.
12440
12441         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12442
12443         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12444         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12445
12446 2005-05-27  Lute Kamstra  <lute@gnu.org>
12447
12448         * dns-mode.el (dns-mode): Specify customization group.
12449
12450 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12451
12452         * gnus-agent.el (gnus-agent-make-mode-line-string):
12453         Use mode-line-highlight as mouse-face.
12454
12455 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * canlock.el (canlock): Change the parent group to news.
12458
12459         * deuglify.el (gnus-outlook-deuglify): Add :group.
12460
12461         * dig.el (dig): Add :group.
12462
12463         * dns-mode.el (dns-mode): Add :group.
12464
12465         * encrypt.el (encrypt): Add :group.
12466
12467         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12468         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12469         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12470         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12471         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12472
12473         * gnus-diary.el (gnus-diary): Add :group.
12474
12475         * gnus.el (gnus-group-news-1-face): Add :group.
12476         (gnus-group-news-1-empty-face): Ditto.
12477         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12478         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12479         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12480         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12481         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12482         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12483         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12484         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12485         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12486         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12487         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12488         (gnus-summary-high-ticked-face): Ditto.
12489         (gnus-summary-low-ticked-face): Ditto.
12490         (gnus-summary-normal-ticked-face): Ditto.
12491         (gnus-summary-high-ancient-face): Ditto.
12492         (gnus-summary-low-ancient-face): Ditto.
12493         (gnus-summary-normal-ancient-face): Ditto.
12494         (gnus-summary-high-undownloaded-face): Ditto.
12495         (gnus-summary-low-undownloaded-face): Ditto.
12496         (gnus-summary-normal-undownloaded-face): Ditto.
12497         (gnus-summary-high-unread-face): Ditto.
12498         (gnus-summary-low-unread-face): Ditto.
12499         (gnus-summary-normal-unread-face): Ditto.
12500         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12501         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12502
12503         * hashcash.el (hashcash): New custom group.
12504         (hashcash-default-payment): Add :group.
12505         (hashcash-payment-alist): Ditto.
12506         (hashcash-default-accept-payment): Ditto.
12507         (hashcash-accept-resources): Ditto.
12508         (hashcash-path): Ditto.
12509         (hashcash-extra-generate-parameters): Ditto.
12510         (hashcash-double-spend-database): Ditto.
12511         (hashcash-in-news): Ditto.
12512
12513         * message.el (message-minibuffer-local-map): Add :group.
12514
12515         * netrc.el (netrc): Add :group.
12516
12517         * sieve-manage.el (sieve-manage-log): Add :group.
12518         (sieve-manage-default-user): Diito.
12519         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12520         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12521         (sieve-manage-authenticators): Ditto.
12522         (sieve-manage-authenticator-alist): Ditto.
12523         (sieve-manage-default-port): Ditto.
12524
12525         * sieve-mode.el (sieve-control-commands-face): Add :group.
12526         (sieve-action-commands-face): Ditto.
12527         (sieve-test-commands-face): Ditto.
12528         (sieve-tagged-arguments-face): Ditto.
12529
12530         * smime.el (smime): Add :group.
12531
12532         * spam-report.el (spam-report): Add :group.
12533
12534         * spam.el (spam, spam-face): Add :group.
12535
12536 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12537
12538         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12539         return \n.\n.\n at the end of articles.  Protect against that.
12540         (nntp-with-open-group): Allow debugging.
12541
12542         * nnheader.el (mail-header-set-extra): Make into a function
12543         because I just could't understand how to quote the list properly.
12544
12545         * dns.el (query-dns-cached): New function.
12546
12547 2005-05-26  Lute Kamstra  <lute@gnu.org>
12548
12549         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12550
12551 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12554
12555         * gnus-art.el: Don't autoload mail-extract-address-components.
12556
12557         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12558         eval-and-compile to evaluate it.
12559
12560         * hashcash.el: Don't autoload executable-find.
12561
12562         * nndb.el: Don't declare the nndb back end two or more times; don't
12563         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12564
12565         * nntp.el: Autoload format-spec instead of format; use
12566         eval-and-compile to evaluate autoload forms.
12567
12568 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12569
12570         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12571
12572 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12573
12574         * gnus.el (gnus-version-number): Bump version.
12575
12576 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12577
12578         * gnus.el: No Gnus v0.3 is released.
12579
12580 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12581
12582         * lpath.el (featurep): Bind show-nonbreak-escape.
12583
12584 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-article-edit-part): Disable undo.
12587
12588 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12591         gnus-article-date-lapsed-new-header is t if date timer is active;
12592         skip headers in which the original date value is empty.
12593         (gnus-article-save-original-date): Redefine it as a macro.
12594         (gnus-display-mime): Use it.
12595
12596 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-art.el (article-date-ut): Support converting date in
12599         forwarded parts as well.
12600         (gnus-article-save-original-date): New function.
12601         (gnus-display-mime): Use it.
12602
12603 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12604
12605         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12606         enclosure element of <item>.
12607
12608 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * message.el (message-kill-buffer-query): Renamed from
12611         `message-kill-buffer-query-if-modified'.  Added :version.
12612
12613 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12616         window layout.
12617
12618 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mml.el: Autoload dnd when compiling.
12621
12622 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12625         x-dnd-*.
12626
12627 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * qp.el (quoted-printable-encode-region): Save excursion.
12630
12631 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12632
12633         * message.el (message-kill-buffer-query-if-modified): Add new variable
12634         so the user can kill a modified message buffer quickly.
12635         (message-kill-buffer): Use it.
12636
12637 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * lpath.el: Fbind display-time-event-handler; don't fbind
12640         string-to-multibyte.
12641
12642         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12643
12644 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12647         contained in text because xml.el decodes entities) with LFs.
12648
12649 2005-04-11  Lute Kamstra  <lute@gnu.org>
12650
12651         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12652         differently.
12653
12654 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12655
12656         * mm-util.el (mm-detect-coding-region): Typo.
12657
12658 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12661
12662 2005-04-06  Deepak Goel  <deego@gnufans.org>
12663
12664         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12665         user-function allow user modifications of the scores.
12666         (spam-stat-score-buffer-user): New function, to allow
12667         user-computed modifications to the score.
12668         (spam-stat-score-buffer-user-functions): List of additional
12669         scoring functions.
12670         (spam-stat-error-holder): Global temporary error holder.
12671         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12672         variable.
12673
12674 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12675
12676         * gnus-registry.el (gnus-registry-clean-empty-function)
12677         (gnus-registry-trim, gnus-registry-fetch-groups)
12678         (gnus-registry-delete-group): Groups that match
12679         `gnus-registry-ignored-groups' are removed from the registry
12680         entries, not just ignored for splitting.  This helps clean up the
12681         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12682         to get all the groups a message ID is in.
12683
12684         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12685         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12686         (spam-stat-score-buffer-user-functions): Add :number custom type.
12687
12688 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12691         argument in XEmacs.
12692
12693         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12694         (nnrss-request-group): Decode group name first.
12695         (nnrss-request-article): Make a text/plain article if mml-to-mime
12696         failed.
12697         (nnrss-get-encoding): Return a compatible encoding according to
12698         nnrss-compatible-encoding-alist.
12699         (nnrss-find-el): Use consp instead of listp.
12700         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12701
12702 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12705         which Emacs 20 doesn't support.
12706         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12707
12708 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12711         silence the byte compiler inside the defun.
12712
12713         * gnus-demon.el (parse-time-string): Add autoload.
12714
12715         * gnus-delay.el (parse-time-string): Add autoload.
12716
12717         * gnus-art.el (parse-time-string): Add autoload.
12718
12719         * nnultimate.el (parse-time): Require for `parse-time-string'.
12720
12721 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12724
12725         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12726
12727         * smime.el (smime-ldap-host-list): Add :version.
12728
12729 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12732         pass it to `gnus-browse-read-group'.
12733         (gnus-browse-read-group): Add NUMBER argument and pass it to
12734         `gnus-group-read-ephemeral-group'.
12735
12736         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12737         argument and pass it to `gnus-group-read-group'.
12738
12739 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12740
12741         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12742         mm-xemacs-find-mime-charset-1 if we have the mule feature
12743         available at runtime.
12744
12745 2005-03-25  Werner Lemberg  <wl@gnu.org>
12746
12747         * nnmaildir.el: Replace `illegal' with `invalid'.
12748
12749 2005-03-23  Lute Kamstra  <lute@gnu.org>
12750
12751         * time-date.el: Add comment on time value formats.
12752         Don't require parse-time.
12753         (with-decoded-time-value): New macro.
12754         (encode-time-value): New function.
12755         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12756         (days-to-time): Return a valid time value when arg is huge.
12757         (time-since): Use time-subtract.
12758         (time-to-number-of-days): Use time-to-seconds.
12759
12760 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12761
12762         * gnus-start.el (gnus-display-time-event-handler):
12763         Check display-time-timer at runtime rather than only at load time
12764         in case display-time-mode is turned off in the mean time.
12765
12766 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12769         used.
12770
12771         * nneething.el (nneething-map-file-directory): Derive from
12772         `gnus-directory'.
12773
12774         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12775         the To/Cc button.
12776
12777 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * nnmaildir.el (nnmaildir-request-accept-article):
12780         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12781
12782 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12783
12784         * gnus-async.el: Require timer-funcs at compile time when in
12785         XEmacs for `run-with-idle-timer'.
12786
12787 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12788
12789         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12790         autoloaded function.
12791
12792 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12793
12794         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12795
12796 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12797
12798         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12799
12800 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12801
12802         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12803         gnus-expert-user to default.
12804
12805 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12806
12807         * nnimap.el (nnimap-open-server): Ditto.
12808
12809         * imap.el (imap-authenticate): Fix typo.
12810
12811 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12812
12813         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12814         buffer (since IMAP server might return FETCH response out of
12815         order, and the nntp buffer must be sorted).
12816
12817 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12818
12819         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12820         comparison on string.
12821
12822         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12823         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12824         (gnus-agent-summary-fetch-series): Modified to protect against
12825         gnus-agent-summary-fetch-group clearing processable flags.
12826         (gnus-agent-synchronize-group-flags): Update live group buffer as
12827         synchronization may occur due to the user toggle the plugged
12828         status.
12829         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12830         successfully downloaded.
12831         (gnus-agent-expire-group-1): Avoid using markers when the overview
12832         is in ascending order; greatly improves performance.
12833         (gnus-agent-regenerate-group): Use
12834         gnus-agent-synchronize-group-flags to reset read status in both
12835         gnus and server.
12836         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12837
12838 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * message.el: Don't autoload former message-utils variables.
12841         (message-strip-subject-trailing-was): Change doc string.
12842
12843         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12844         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12845         (nnweb-google-search): Add "hl=en" here.
12846         (nnweb-google-parse-1, nnweb-google-create-mapping):
12847         Don't hardcode URL.
12848
12849 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * message.el (message-get-reply-headers, message-followup):
12852         Mention related variables `message-use-followup-to' and
12853         `message-use-mail-followup-to', in the information buffer.
12854
12855         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12856         of broken groups(-beta).google.com.
12857
12858 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12859
12860         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12861         parameter to invoked gnus-request-move-article; remove the
12862         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12863         all at once instead of once per article.
12864         (gnus-summary-remove-process-mark): Accept a list of articles as
12865         well as a single article for processing.
12866
12867         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12868         parameter.
12869
12870         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12871
12872         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12873
12874         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12875         parameter.
12876
12877         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12878         parameter.
12879
12880         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12881         parameter and remove the gnus-sum-hint-move-is-internal variable.
12882
12883         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12884         parameter.
12885
12886         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12887         parameter.
12888
12889         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12890         parameter.
12891
12892         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12893
12894         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12895         parameter.
12896
12897         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12898         parameter.
12899
12900 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12901
12902         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12903         a more conservative way.
12904
12905 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12906
12907         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12908         buffer, so it moves the window's cursor.
12909
12910 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12911
12912         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12913         `mm-dissect-multipart' and receive the from field as an (optional)
12914         argument from `mm-dissect-multipart'.
12915         (mm-dissect-multipart): Receive the from field as an argument and
12916         pass it on when we call `mm-dissect-buffer' on MIME parts.
12917         Fixes verification/decryption of signed/encrypted MIME parts.
12918
12919 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12920
12921         * gnus-sum.el (gnus-summary-move-article): Set
12922         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12923         whatever it calls (right now, only nnimap-request-move article
12924         respects it).
12925
12926         * nnimap.el (nnimap-request-move-article): When
12927         gnus-sum-hint-move-is-internal is set, don't do the extra
12928         nnimap-request-article.
12929
12930 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12933
12934         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12935         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12936
12937         * gnus-sum.el (gnus-summary-caesar-message):
12938         Apply `gnus-treat-article' after rotation.
12939
12940         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12941         doc string.
12942
12943 2005-02-22  Simon Josefsson  <jas@extundo.com>
12944
12945         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12946         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12947         <arne@arnested.dk>.
12948         (encrypt): Add password-cache and password-cache-expiry as group
12949         members.
12950
12951 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12952
12953         * smime.el (smime-ldap-host-list): Doc fix.
12954         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12955         cache) password.
12956         (smime-sign-region): Use it.
12957         (smime-decrypt-region): Use it.
12958         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12959         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12960         fails.
12961         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12962         certificate from DER to PEM format rather than calling openssl.
12963
12964         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12965
12966         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12967         for signing/encryption.
12968
12969         * mml.el (mml-parse-1): Use them.
12970
12971 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12972
12973         * nnrss.el (nnrss-verbose): Removed.
12974         (nnrss-request-group): Use `nnheader-message' instead.
12975
12976 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12977
12978         * nnrss.el (nnrss-verbose): New variable.
12979         (nnrss-request-group): Make it say nnrss is requesting a group.
12980
12981 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12984         Handle news URL with given port correctly.
12985
12986 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12989         containing special characters.
12990
12991         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12992
12993         * mml.el (mime-to-mml): Ditto.
12994
12995         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12996         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12997         (rfc2047-decode-region): Quote decoded words containing special
12998         characters when rfc2047-quote-decoded-words-containing-tspecials
12999         is non-nil.
13000
13001 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13002
13003         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13004
13005         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13006
13007 2005-02-15  Simon Josefsson  <jas@extundo.com>
13008
13009         * nnimap.el (nnimap-debug): Doc fix.
13010
13011         * imap.el (imap-debug): Doc fix.
13012
13013 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13016
13017 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * gnus.el (spam-contents): Improve docs for spam-contents
13020         parameter in its variable incarnation.
13021
13022 2005-02-14  Simon Josefsson  <jas@extundo.com>
13023
13024         * smime-ldap.el: Use require instead of load-library for ldap.
13025         (smime-ldap-search): Indent.
13026         (smime-ldap-search-internal): Shorten line.
13027
13028         * smime.el (smime-cert-by-dns): Add doc-string.
13029         (smime-cert-by-ldap-1): Indent.
13030
13031         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13032         mml-smime-get-dns-ldap.
13033         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13034
13035 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13036
13037         * smime.el: Require smime-ldap.
13038         (smime-ldap-host-list): New variable.
13039         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13040
13041         * mml-smime.el (mml-smime-encrypt-query): New function.
13042         (mml-smime-encrypt-query): Use it.
13043
13044         * smime-ldap.el: New file.
13045
13046 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13049
13050 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13053         argument in doc string.  Make query for type more clear.
13054
13055 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus.el (gnus-group-startup-message): Search for gnus images in
13058         etc/images/gnus.
13059         * mm-util.el (mm-image-load-path): Likewise.
13060         * smiley.el (smiley-data-directory): Search for smilies in
13061         etc/images/smilies.
13062
13063 2005-02-09  Kim F. Storm  <storm@cua.dk>
13064
13065         Change Emacs release version from 21.4 to 22.1 throughout.
13066         Change Emacs development version from 21.3.50 to 22.0.50.
13067
13068 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13071
13072         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13073         non-Mule XEmacs as well.
13074         (mm-decompress-buffer): Signal an error intentionally if it does
13075         not decompress compressed data because auto-compression-mode is
13076         disabled.
13077
13078 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13079
13080         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13081         an ID in the registry even if it has no groups.
13082
13083 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13086         merge it into mm-decompress-buffer.
13087         (gnus-mime-copy-part): Use the MIME part charset, the value which
13088         a user specified or gnus-newsgroup-charset for decoding, like
13089         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13090         save-buffer what was used.  Suggested by Kevin Ryde
13091         <user42@zip.com.au>.
13092         (gnus-mime-inline-part): Allow the name parameter as well as the
13093         filename parameter; force decompressing of compressed data; always
13094         display contents being not decoded as unibyte.
13095
13096         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13097         as well as the filename parameter.
13098
13099         * mm-util.el (mm-decompress-buffer): Merge
13100         gnus-mime-jka-compr-maybe-uncompress.
13101         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13102         of compressed data.
13103
13104 2005-02-08  Simon Josefsson  <jas@extundo.com>
13105
13106         * imap.el (imap-log): Doc fix.
13107
13108 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13111         the coding cookies; decompress compressed parts.
13112
13113         * mml.el (mml-generate-mime-1): Add the charset parameter according
13114         to the value which a user specified manually or the coding cookie.
13115
13116         * mm-util.el (mm-string-to-multibyte): New function.
13117         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13118         (mm-coding-system-to-mime-charset): New function.
13119         (mm-decompress-buffer): New function.
13120         (mm-find-buffer-file-coding-system): New function.
13121
13122         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13123         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13124         parts.
13125
13126 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13127
13128         * mm-view.el (mm-display-inline-fontify): Decode a part according
13129         to the charset parameter.
13130
13131 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13134         prefix arg is neither nil nor a number, as info specifies.
13135
13136 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13139         timestamps.
13140
13141 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13142
13143         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13144         groups error checking and notify user.
13145
13146 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13147
13148         * message.el (message-send-mail-function): Check existence of
13149         sendmail-program first before using default value
13150         `message-send-mail-with-sendmail'.  Otherwise use more generic
13151         `smtpmail-send-it'.
13152
13153 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * nntp.el (nntp-request-update-info): Always return nil.
13156
13157 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13158
13159         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13160
13161 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13162
13163         * message.el (message-beginning-of-line): Change the behavior when
13164         invoked between BOL and : so that it first moves backward.
13165
13166 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13169         article buffer when editing of the article is discarded.
13170         (gnus-article-prepare): Revert.
13171
13172 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-art.el (gnus-article-prepare):
13175         Remove message-strip-forbidden-properties from the local hook.
13176
13177 2005-01-27  Simon Josefsson  <jas@extundo.com>
13178
13179         * password.el (password-cache-add): Only start one timer per key.
13180         Reported by Derek Atkins <warlord@MIT.EDU>.
13181
13182 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13183
13184         * run-at-time.el: Removed.  It is no longer needed as
13185         timer-funcs.el in the xemacs-base package has a working version of
13186         `run-at-time'.
13187
13188         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13189
13190         * password.el: Require timer-funcs instead of run-at-time in
13191         XEmacs.
13192         Remove `password-run-at-time' macro.
13193         (password-cache-add): Use `run-at-time' instead of
13194         `password-run-at-time'.
13195
13196         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13197         Remove `nnheader-cancel-function-timers' alias,
13198         `cancel-function-timers' exists in XEmacs in timer-funcs.
13199
13200         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13201         for `run-with-idle-timer'.
13202
13203         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13204         for `run-at-time'.
13205
13206         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13207         for `with-timeout'.
13208
13209         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13210         the same as for XEmacs 21.4.
13211         No need to ignore `run-with-idle-timer', this function exists in
13212         XEmacs now in timer-funcs.el in the xemacs-base package.
13213         (dgnushack-compile): No need to delete
13214         run-at-time.el from the list of files to compile because it
13215         doesn't exist anymore.
13216
13217 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13220         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13221
13222 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13223
13224         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13225         sensitively.
13226
13227 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13228
13229         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13230
13231 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13234         which will be inserted according to the multibyteness of a buffer
13235         rather than the type of contents.  Suggested by ARISAWA Akihiro
13236         <ari@mbf.ocn.ne.jp>.
13237
13238         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13239         of string which old xml.el may return rather than a string.
13240
13241 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13244
13245 2005-01-16  Simon Josefsson  <jas@extundo.com>
13246
13247         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13248         idn/idna.el isn't available.
13249         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13250         <michael@waxrat.com>.
13251
13252         * hashcash.el: Remove non-FSF copyright header.
13253
13254         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13255         (hashcash-generate-payment): Use it.
13256         (hashcash-generate-payment-async): Use it.
13257
13258 2005-01-15  Simon Josefsson  <jas@extundo.com>
13259
13260         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13261         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13262
13263         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13264         gnus-summary-idna-message.
13265         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13266         (gnus-summary-idna-message): New function.
13267
13268 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13271         gnus-novice-user.
13272
13273 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * nnrss.el (nnrss-request-delete-group): Delete entries in
13276         nnrss-group-alist as well.
13277         (nnrss-save-server-data): Insert newline.
13278
13279 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * gnus.el (gnus-user-agent): Use list of symbols instead of
13282         symbols.  Display full version number for (S)XEmacs.  Optionally
13283         display (S)XEmacs codename.
13284
13285         * gnus-util.el (gnus-emacs-version): Update for new
13286         `gnus-user-agent'.
13287
13288         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13289         Gnus version.
13290
13291 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13294         which is unreadable in some setups.
13295
13296 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * gnus-spec.el (gnus-update-format-specifications): Flush the
13299         group format spec cache if it doesn't support decoded group names.
13300
13301 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13304         Allow to apply decay on score files matching a regexp.
13305
13306 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13309         compatibility in %g and %c.
13310
13311 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13314         name for only %g and %c.
13315         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13316         of gnus-tmp-group to decoded group name.
13317         (gnus-group-make-rss-group): Exclude `/'s from group names.
13318
13319 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * nnrss.el (nnrss-get-encoding): Fix regexp.
13322
13323 2004-12-27  Simon Josefsson  <jas@extundo.com>
13324
13325         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13326         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13327         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13328
13329 2004-12-17  Kim F. Storm  <storm@cua.dk>
13330
13331         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13332
13333         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13334
13335 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13336
13337         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13338
13339 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * nnrss.el: Require rfc2047 and mml.
13342         (nnrss-file-coding-system): New variable.
13343         (nnrss-format-string): Redefine it as an inline function.
13344         (nnrss-decode-group-name): New function.
13345         (nnrss-string-as-multibyte): Remove.
13346         (nnrss-retrieve-headers): Decode group name; don't use
13347         nnrss-format-string.
13348         (nnrss-request-group): Decode group name.
13349         (nnrss-request-article): Decode group name; allow a Message-ID as
13350         well as an article number; don't use nnrss-format-string; encode a
13351         Message-ID string which may contain non-ASCII characters; use
13352         mml-to-mime to compose a MIME article.
13353         (nnrss-request-expire-articles): Decode group name.
13354         (nnrss-request-delete-group): Decode group name.
13355         (nnrss-fetch): Clarify error message.
13356         (nnrss-read-server-data): Use insert-file-contents instead of load;
13357         bind file-name-coding-system; use multibyte buffer.
13358         (nnrss-save-server-data): Bind coding-system-for-write to the
13359         value of nnrss-file-coding-system; bind file-name-coding-system;
13360         add coding cookie.
13361         (nnrss-read-group-data): Use insert-file-contents instead of load;
13362         bind file-name-coding-system; use multibyte buffer.
13363         (nnrss-save-group-data): Bind coding-system-for-write to the
13364         value of nnrss-file-coding-system; bind file-name-coding-system.
13365         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13366         make it work with non-ASCII text.
13367         (nnrss-find-el): Make it work with old xml.el as well.
13368
13369 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13370
13371         * nnrss.el (nnrss-get-encoding): New function.
13372         (nnrss-fetch): Use unibyte buffer initially; bind
13373         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13374         decode contents according to the encoding attribute.
13375         (nnrss-save-group-data): Add coding cookie.
13376         (nnrss-mime-encode-string): New function.
13377         (nnrss-check-group): Use it to encode subject and author.
13378
13379 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13380
13381         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13382         imaginary variable.
13383
13384 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13387         correctly even if there are wide characters.
13388
13389 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13390
13391         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13392         downcased symbol names; make a new cache instead of reusing
13393         bbdb-hashtable.
13394
13395 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13398         concatenating segments rather than before concatenating them.
13399         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13400
13401         * message.el (message-get-reply-headers): Bind `extra'.
13402
13403 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * message.el (message-extra-wide-headers): New variable.
13406         (message-get-reply-headers): Use it.
13407
13408 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13411         (gnus-agent-group-pathname): Ditto.
13412
13413         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13414
13415         * gnus-group.el (gnus-group-make-group): Decode group name.
13416         (gnus-group-make-rss-group): Register the group data after opening
13417         the nnrss group.
13418
13419 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13420
13421         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13422         by expiry now get marked as read.
13423
13424 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13427
13428 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13429
13430         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13431         unify Latin characters in XEmacs.
13432         (mm-find-mime-charset-region): Use it.
13433
13434 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-util.el (gnus-delete-directory): New function.
13437
13438         * gnus-agent.el (gnus-agent-delete-group): Use it.
13439
13440         * gnus-cache.el (gnus-cache-delete-group): Use it.
13441
13442 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13445         names.
13446
13447 2004-12-16  Simon Josefsson  <jas@extundo.com>
13448
13449         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13450
13451 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13454
13455         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13456         (gnus-group-set-current-level): Decode group name.
13457
13458 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13459
13460         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13461         failed.
13462
13463 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * gnus-group.el (gnus-group-delete-group): Decode group name.
13466         (gnus-group-make-rss-group): Encode group name.
13467         (gnus-group-catchup-current): Decode group name.
13468         (gnus-group-kill-group): Decode group name.
13469
13470 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13471
13472         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13473
13474 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-group.el (gnus-group-make-rss-group):
13477         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13478
13479         * gnus-start.el (gnus-setup-news): Honor user's setting to
13480         gnus-message-archive-method.  Suggested by Lute Kamstra
13481         <lute@gnu.org>.
13482
13483 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13484
13485         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13486         global counterparts of the buffer-local variables.
13487
13488 2004-11-16  Romain Francoise  <romain@orebokech.com>
13489
13490         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13491         counterparts of the buffer-local variables.
13492
13493 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * message.el (message-forbidden-properties): Fixed typo in doc
13496         string.
13497
13498 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * gnus-util.el (gnus-replace-in-string): Added doc string.
13501
13502         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13503         to avoid problems when splitting mails with many recipients.
13504
13505 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13506
13507         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13508         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13509
13510 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13511
13512         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13513         if there is no hashtable in memory or file modification time is
13514         newer than cached timestamp.
13515
13516 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13519         not-matching option.
13520
13521 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13522
13523         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13524         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13525         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13526         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13527         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13528         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13529
13530 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * message.el (message-forward-make-body-mml): Remove headers
13533         according to message-forward-ignored-headers if a message is decoded.
13534
13535 2004-12-02  Romain Francoise  <romain@orebokech.com>
13536
13537         * message.el (message-forward-make-body-plain): Always remove
13538         headers according to message-forward-ignored-headers.
13539
13540 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * spam.el (spam-summary-prepare-exit): Remove the
13543         gnus-summary-limit pop for now, it has problems with ham marks for
13544         me.
13545
13546 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13547
13548         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13549         correctly.
13550
13551 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13552
13553         * format-spec.el (format-spec): Message the char.
13554
13555 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13556
13557         * gnus-art.el (gnus-split-methods): Reformat comments.
13558
13559         * spam.el (spam-summary-prepare-exit): Remove article limits
13560         before exiting the summary buffer.
13561
13562 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13565         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13566
13567         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13568         order to silence the byte compiler.
13569
13570         * spam.el: Fix the way to silence the byte compiler, which
13571         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13572         bbdb-search-simple, spam-BBDB-register-routine,
13573         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13574         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13575         spam-stat-buffer-is-spam, spam-stat-load,
13576         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13577         spam-stat-save and spam-stat-split-fancy.
13578
13579 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13582         which may confuse users.
13583         (canlock-password-for-verify): Ditto.
13584
13585         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13586
13587         * gnus-art.el (gnus-emphasis-alist): Ditto.
13588
13589         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13590
13591         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13592
13593         * gnus-start.el (gnus-save-killed-list): Ditto.
13594
13595         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13596         (gnus-sum-thread-tree-root): Ditto.
13597         (gnus-sum-thread-tree-false-root): Ditto.
13598         (gnus-sum-thread-tree-single-indent): Ditto.
13599
13600         * message.el (message-courtesy-message): Ditto.
13601         (message-archive-note): Ditto.
13602         (message-subscribed-address-file): Ditto.
13603         (message-user-fqdn): Ditto.
13604
13605         * spam-report.el (spam-report-gmane-regex): Ditto.
13606
13607         * spam.el (spam-blackhole-good-server-regex): Ditto.
13608
13609 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * mml.el (mml-preview): Widen the message buffer before copying
13612         the contents to the preview buffer; sort headers before previewing.
13613
13614         * message.el (message-hidden-headers): Fix the way to avoid a bug
13615         in the `repeat' widget in Emacs 21.3 or earlier.
13616
13617 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * message.el (message-hidden-headers): Default to "^References:".
13620         Improve customization type.  Suggested by Reiner Steib
13621         <Reiner.Steib@gmx.de>.
13622
13623 2004-11-25  Romain Francoise  <romain@orebokech.com>
13624
13625         * message.el (message-strip-forbidden-properties): Remove check for
13626         obsolete `message-hidden' text property, hidden headers are not
13627         accessible in the buffer anymore.
13628
13629 2004-11-22  Romain Francoise  <romain@orebokech.com>
13630
13631         * message.el (message-header-format-alist): Add `From' in list
13632         so that it can be sorted.
13633         (message-fix-before-sending): Widen and sort headers before
13634         sending.
13635         (message-hide-headers): Use narrowing to hide headers by moving
13636         them to the top of the buffer and narrowing to the region
13637         underneath.
13638
13639 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13640
13641         * message.el (message-strip-forbidden-properties): Bind
13642         buffer-read-only (etc) to nil.
13643
13644 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13647         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13648
13649 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13650
13651         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13652
13653 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13654
13655         * dns.el (query-dns): Use sit-for to time instead of
13656         accept-process-output, since that doesn't seem to work on udp
13657         sockets.
13658
13659 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13662
13663 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13664
13665         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13666         doc string.  Improve doc string.
13667
13668 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * nntp.el (nntp-request-update-info): Return nil if
13671         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13672         may not call gnus-activate-group which uselessly issues the GROUP
13673         commands for all nntp groups and wastes time.  Reported by Romain
13674         Francoise <romain@orebokech.com>.
13675
13676         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13677
13678 2004-11-15  Simon Josefsson  <jas@extundo.com>
13679
13680         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13681         headers separately.
13682         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13683         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13684
13685 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-start.el (gnus-convert-old-newsrc):
13688         Assign legacy-gnus-agent to 5.10.7.
13689
13690 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13691
13692         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13693         start of the lines.
13694
13695 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13696
13697         * hashcash.el (hashcash-default-payment): Change default to 20.
13698         (hashcash-default-accept-payment): Change default to 20.
13699         (hashcash-process-alist): New variable.
13700         (hashcash-generate-payment-async): Add.
13701         (hashcash-already-paid-p): Add.
13702         (hashcash-insert-payment): Don't generate payments twice.
13703         (hashcash-insert-payment-async): Add.
13704         (hashcash-insert-payment-async-2): Add.
13705         (hashcash-cancel-async): Add.
13706         (hashcash-wait-async): Add.
13707         (hashcash-processes-running-p): Add.
13708         (hashcash-wait-or-cancel): Add.
13709         (mail-add-payment): New optional argument.  Conditionally start
13710         asynchronous calculation.
13711         (mail-add-payment-async): Add.
13712
13713         * message.el (message-send-mail): Wait for asynchronous hashcash
13714         results.  Don't clobber existing X-Hashcash headers.
13715         (message-setup-1): Call mail-add-payment-async when
13716         message-generate-hashcash is non-nil.
13717
13718 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13719
13720         * message.el (message-use-alternative-email-as-from): Examine the
13721         From header as well; use message-make-from in order to include a
13722         user's full name.
13723
13724 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13727         default; improve customization type.
13728         (gnus-emphasis-custom-with-format): New macro.
13729         (gnus-emphasis-custom-value-to-external): New function.
13730         (gnus-emphasis-custom-value-to-internal): New function.
13731
13732 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13733
13734         * dns.el (query-dns): Resolve reverse addresses.
13735
13736 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737
13738         * gnus-group.el (gnus-group-get-new-news): Use it.
13739
13740         * gnus-start.el (gnus-check-reasonable-setup): New function.
13741
13742 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13745         "Args out of range" error.  Reported by Arnaud Giersch
13746         <arnaud.giersch@free.fr>.
13747
13748 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13749
13750         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13751
13752 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13753
13754         * spam.el (spam group): Add :version.
13755
13756         * pgg-def.el (pgg group): Add :version.
13757
13758 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * gnus-art.el (gnus-article-edit-article): Don't associate the
13761         article buffer with a draft file.  This is a temporary measure
13762         against the 2004-08-22 change to gnus-article-edit-mode.
13763
13764 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13767         (html2text-format-tags): Remove unused variable `attr'.
13768
13769 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13772
13773         * tls.el (tls-process-connection-type, tls-success)
13774         (tls-certtool-program): Add :version.
13775
13776         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13777         (starttls-extra-arguments, starttls-process-connection-type)
13778         (starttls-connect, starttls-failure, starttls-success): Add :version.
13779
13780         * spam-stat.el (spam-stat): Add :version.
13781
13782         * sieve.el (sieve): Add :version.
13783
13784         * sha1.el (sha1): Add :version.
13785         (sha1-use-external): Remove redundant version.
13786
13787         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13788         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13789         (nnmail-split-fancy-match-partial-words)
13790         (nnmail-split-lowercase-expanded): Add :version.
13791
13792         * nndiary.el (nndiary): Add :version.
13793
13794         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13795
13796         * mml-sec.el (mml-default-sign-method)
13797         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13798         Add :version.
13799
13800         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13801
13802         * mm-url.el (mm-url-use-external, mm-url-program)
13803         (mm-url-arguments): Add :version.
13804
13805         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13806         (mm-attachment-file-modes, mm-decrypt-option)
13807         (mm-w3m-safe-url-regexp): Add :version.
13808
13809         * message.el (message-cite-prefix-regexp)
13810         (message-sendmail-envelope-from, message-minibuffer-local-map)
13811         (message-user-fqdn, message-completion-alist): Add :version.
13812
13813         * gnus-win.el (gnus-configure-windows-hook)
13814         (gnus-use-frames-on-any-display): Add :version.
13815
13816         * gnus-art.el (gnus-article-address-banner-alist)
13817         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13818         (gnus-treat-from-picon, gnus-treat-mail-picon)
13819         (gnus-treat-x-pgp-sig): Add :version.
13820
13821         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13822         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13823         (gnus-summary-article-delete-hook)
13824         (gnus-summary-display-while-building): Add :version.
13825
13826         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13827         (gnus-get-top-new-news-hook): Add :version.
13828
13829         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13830         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13831
13832         * gnus-registry.el (gnus-registry): Add :version.
13833
13834         * gnus-spec.el (gnus-use-correct-string-widths)
13835         (gnus-make-format-preserve-properties): Add :version.
13836
13837         * gnus.el (gnus-group-charter-alist)
13838         (gnus-group-fetch-control-use-browse-url)
13839         (gnus-install-group-spam-parameters): Add :version.
13840
13841         * gnus-diary.el (gnus-diary): Add :version.
13842
13843         * gnus-delay.el (gnus-delay): Add :version.
13844
13845         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13846         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13847         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13848         Add :version.
13849
13850         * gnus-agent.el (gnus-agent-max-fetch-size)
13851         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13852         (gnus-agent-prompt-send-queue): Add :version.
13853
13854         * deuglify.el (gnus-outlook-deuglify): Add :version.
13855
13856         * html2text.el: Beautify code.  Improve doc strings.  Some
13857         checkdoc cleanup.
13858         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13859
13860 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13861
13862         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13863
13864 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13865
13866         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13867         when package is loaded.
13868
13869         * spam.el (spam-summary-score-preferred-header): Add global preference
13870         for people who want to override the default SpamAssassin over
13871         Bogofilter preference (when both are set).
13872         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13873         (spam-user-format-function-S): Check
13874         spam-summary-score-preferred-header.
13875         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13876         (spam-user-format-function-S): Format the score correctly.
13877
13878 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13881         signature file.  Suggested by Manoj Srivastava
13882         <srivasta@golden-gryphon.com>.
13883
13884         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13885         iso-2022-jp even in the Japanese language environment.
13886         Suggested by Jason Rumney <jasonr@gnu.org>.
13887
13888 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13891         use the same characters as the dummy marks; make it free from
13892         getting affected by the language environment.
13893         (gnus-summary-read-group-1): Update mark positions only when the
13894         format spec is updated.
13895
13896         * gnus-spec.el (gnus-update-format-specifications): Return a list
13897         of updated types.
13898
13899 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13902         of boundp to check if display-warning is available.
13903
13904 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13905
13906         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13907
13908 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * nnspool.el (nnspool-spool-directory): Use news-path if the
13911         news-directory variable is not bound.
13912
13913         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13914         function instead of display-warning if it is not available.
13915
13916 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13919         v5-10: Use `point-at-bol'.
13920
13921 2004-10-26  Simon Josefsson  <jas@extundo.com>
13922
13923         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13924         <chenggao@gmail.com>.
13925
13926 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13929         instead.
13930
13931 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13934         to remove a server from the nnimap-server-buffer-alist.
13935         (nnimap-open-connection, nnimap-close-server): Use it.
13936
13937         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13938
13939 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13942         running the major-mode function.
13943
13944 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13947         dummy marks in the right way.
13948
13949 2004-10-18  David Edmondson  <dme@dme.org>
13950
13951         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13952         excessively.
13953
13954 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * gnus-util.el (gnus-split-references): Accept a nil references
13957         string and go on blissfully.
13958
13959         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13960         cases where the references string is non-nil but has no references.
13961
13962         * encrypt.el: Add autoload tags.
13963
13964         * spam.el (spam-resolve-registrations-routine): Remove article
13965         from unregistration list too.  Reported by David Hanak
13966         <dhanak@isis.vanderbilt.edu>
13967
13968 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13971         nil.  Changed custom type.
13972
13973 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13976
13977         * gnus-sum.el (gnus-summary-move-article): Use it.
13978
13979 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13980
13981         * encrypt.el: Add autoload cookies.
13982
13983         * spam.el (spam-backend-article-list-property)
13984         (spam-backend-get-article-todo-list)
13985         (spam-backend-put-article-todo-list)
13986         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13987         Resolve registrations separately.
13988         (spam-register-routine): Format comments.
13989         (spam-unregister-routine, spam-register-routine): Always call with
13990         specific-articles, no default list.
13991         (spam-summary-prepare-exit): Use the spam-classifications function.
13992
13993         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13994         gnus-encrypt.el.
13995
13996         * encrypt.el: Copied from gnus-encrypt.el.
13997
13998         * gnus-encrypt.el: Commented that it's obsolete.
13999
14000 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14003         (gnus-score-save): Use it.
14004
14005         * message.el (message-bury): Use `window-dedicated-p'.
14006
14007 2004-10-15  Simon Josefsson  <jas@extundo.com>
14008
14009         * pop3.el (top-level): Don't require nnheader.
14010         (pop3-read-timeout): Add.
14011         (pop3-accept-process-output): Add.
14012         (pop3-read-response, pop3-retr): Use it.
14013
14014 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14015
14016         * spam.el (spam-register-routine): Move comment.
14017         (spam-verify-bogofilter): Use 'unknown for the initial
14018         spam-bogofilter-valid state, not 'never.
14019
14020         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14021         for netrc-machine.
14022
14023         * nnimap.el (nnimap-open-connection): Use
14024         netrc-machine-user-or-password.
14025
14026 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14027
14028         * gnus-registry.el (gnus-registry-unload-hook):
14029         Set as a variable with add-hook.
14030
14031         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14032         of news-path.
14033
14034         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14035
14036         * spam.el: Delete duplicate `provide'.
14037         (spam-unload-hook): Set as a variable with add-hook.
14038
14039 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14042         in the doc string.
14043
14044         * message.el (message-ignored-news-headers)
14045         (message-ignored-supersedes-headers)
14046         (message-ignored-resent-headers)
14047         (message-forward-ignored-headers): Improve custom type.
14048
14049 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * message.el (message-tokenize-header): Fix 2004-09-06 change
14052         which used point-min in the wrong place.
14053
14054 2004-10-12  Simon Josefsson  <jas@extundo.com>
14055
14056         * tls.el (tls-certtool-program): New variable.
14057         (tls-certificate-information): New function, based on
14058         ssl-certificate-information.
14059
14060 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * compface.el: Move the version of ELisp-based uncompface program
14063         to the contrib directory because of the copyright problem.
14064
14065 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * message.el (message-kill-buffer): Raise the current frame.
14068
14069 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14070
14071         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14072
14073         * gnus.el (message-y-or-n-p): Autoload.
14074
14075         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14076         (pop3-password-required, pop3-authentication-scheme)
14077         (pop3-leave-mail-on-server): Made customizable.
14078         (pop3): New custom group.
14079         (pop3-retr): Remove `sleep-for' statements.
14080         Suggested by Dave Love <fx@gnu.org>.
14081
14082         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14083         Windows/DOS.
14084
14085         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14086         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14087         Dave Love <fx@gnu.org>.
14088
14089         * mml.el (mml-minibuffer-read-disposition): Require match.
14090         Suggested by Dave Love <fx@gnu.org>.
14091
14092 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14093
14094         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14095         doc string.
14096
14097 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14100
14101 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14102
14103         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14104         instead of calling `mm-insert-inline', to decode text/* parts
14105         before displaying them.
14106
14107 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * mm-uu.el (mm-uu-text-plain-type): New variable.
14110         (mm-uu-pgp-signed-extract-1): Use it.
14111         (mm-uu-pgp-encrypted-extract-1): Use it.
14112         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14113         bind mm-uu-text-plain-type with that value.
14114         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14115         mm-uu-dissect.
14116
14117 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-group.el (gnus-update-group-mark-positions):
14120         * gnus-sum.el (gnus-update-summary-mark-positions):
14121         * message.el (message-check-news-body-syntax):
14122         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14123         of string-as-multibyte.
14124
14125 2004-10-05  Juri Linkov  <juri@jurta.org>
14126
14127         * gnus-group.el (gnus-update-group-mark-positions):
14128         * gnus-sum.el (gnus-update-summary-mark-positions):
14129         * message.el (message-check-news-body-syntax):
14130         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14131         8-bit unibyte values to a multibyte string for search functions.
14132
14133 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14136         (mm-uu-dissect-text-parts): New function.
14137
14138         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14139         dissect text parts.
14140
14141         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14142         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14143
14144         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14145
14146         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14147         gnus-current-topics instead of gnus-current-topic.
14148
14149 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14150
14151         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14152
14153 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14154
14155         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14156         where approriate.
14157
14158         * nnml.el (nnml-generate-active-info): do.
14159
14160         * nndiary.el (nndiary-generate-active-info): do.
14161
14162         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14163         (gnus-topic-move): do.
14164
14165         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14166         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14167
14168         * gnus-srvr.el (gnus-server-prepare)
14169         (gnus-server-open-all-servers): do.
14170
14171         * gnus-msg.el (gnus-summary-cancel-article)
14172         (gnus-summary-resend-message)
14173         (gnus-summary-mail-crosspost-complaint): do.
14174
14175         * gnus-move.el (gnus-change-server): do.
14176
14177         * gnus-group.el (gnus-group-unmark-all-groups)
14178         (gnus-group-set-current-level): do.
14179
14180 2004-10-04  Simon Josefsson  <jas@extundo.com>
14181
14182         * message.el (message-generate-hashcash): Doc fix.
14183
14184 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14185
14186         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14187         avoid infinite recursion via gnus-get-function.
14188
14189 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14190
14191         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14192
14193         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14194
14195         * nnmail.el (nnmail-split-history): do.
14196
14197         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14198         (nnml-request-delete-group): do.
14199
14200         * nnslashdot.el (nnslashdot-read-groups): do.
14201
14202         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14203         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14204
14205         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14206         (nnspool-sift-nov-with-sed): Use last.
14207         (nnspool-retrieve-headers-with-nov): Use mapc.
14208         (nnspool-request-newgroups): Use dolist.
14209         (nnspool-request-group): Use last.
14210
14211         * nntp.el (nntp-read-server-type): Use dolist.
14212
14213         * nnvirtual.el (nnvirtual-create-mapping)
14214         (nnvirtual-update-read-and-marked): Use dolist.
14215         (nnvirtual-convert-headers): Simplify.
14216
14217 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14218
14219         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14220         support for sync'ing tick marks.
14221
14222 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14225         there's no visible header.
14226
14227 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14228
14229         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14230         necessary, pass full group name to gnus-request-set-marks.
14231
14232 2004-10-01  Simon Josefsson  <jas@extundo.com>
14233
14234         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14235         acroread.
14236
14237 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14238
14239         * spam-report.el (spam-report-gmane): Fix interactive.
14240
14241         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14242
14243         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14244         when writing file.
14245         (gnus-agent-synchronize-flags): Don't default to being
14246         interactive.
14247
14248 2004-09-30  Simon Josefsson  <jas@extundo.com>
14249
14250         * message.el (message-generate-hashcash): Add.
14251         (message-send-mail): Use it, call mail-add-payment.
14252
14253 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14254
14255         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14256
14257 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14258
14259         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14260         gnus-requst-update-info with explicit code to sync the in-memory
14261         info read flags with the marks being sync'd to the backend.
14262
14263         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14264
14265 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14266
14267         * spam.el (spam-verify-bogofilter): Add new function.
14268         (spam-check-bogofilter)
14269         (spam-bogofilter-register-with-bogofilter): Use it.
14270         (spam-verify-bogofilter): Add small fixes.
14271
14272 2004-09-28  Simon Josefsson  <jas@extundo.com>
14273
14274         * hashcash.el (hashcash-generate-payment): Revert.
14275
14276 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14277
14278         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14279         gnus-extract-references instead of gnus-split-references.
14280
14281         * gnus-util.el (gnus-extract-references): Add new function, analogous
14282         to gnus-split-references but extracts only the message-ID without
14283         anything extra.
14284
14285         * hashcash.el (hashcash-generate-payment)
14286         (hashcash-check-payment): Do the right thing if hashcash-path is
14287         nil (because the hashcash program could not be found).
14288
14289         * spam.el (spam-use-hashcash): Remove comment.
14290
14291 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14292
14293         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14294         (gnus-cache-enter-article, gnus-cache-remove-article)
14295         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14296
14297         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14298
14299         * gnus-art.el (article-hide-boring-headers)
14300         (article-translate-strings, article-display-face)
14301         (gnus-article-mime-match-handle-first)
14302         (gnus-article-highlight-headers)
14303         (gnus-article-add-buttons-to-head): do.
14304
14305 2004-09-27  Simon Josefsson  <jas@extundo.com>
14306
14307         * hashcash.el: New version, from
14308         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14309         ../contrib/.
14310
14311 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14312
14313         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14314
14315 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14316
14317         * gnus-dup.el (gnus-dup-open): Use mapc.
14318         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14319
14320         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14321         Reported by Stefan Wiens <s.wi@gmx.net>.
14322
14323         * gnus.el (gnus-shutdown): Use dolist.
14324
14325         * gnus-undo.el (gnus-undo): Use mapc.
14326
14327         * nnrss.el (nnrss-generate-active): do.
14328
14329         * message.el (message-cite-original-without-signature)
14330         (message-cite-original): Use mapc.
14331         (message-do-actions, message-make-forward-subject): Use dolist.
14332
14333 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14334
14335         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14336         deletion to remove entire duplicate line.  Fixes merged article
14337         number bug.
14338
14339 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14340
14341         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14342         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14343         first ask if you want to open a server and then, even when you
14344         responded with no, asking if you want to synchronize the server's
14345         flags.
14346         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14347         multi-line expressions.
14348         (gnus-agent-synchronize-group-flags): New internal function.
14349         Updates marks in memory (in the info structure) AND in the
14350         backend.
14351
14352         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14353
14354         * nnagent.el (nnagent-request-set-mark): Use
14355         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14356         method, to ensure that synchronization updates marks in the
14357         backend and in the info (in memory) structure.
14358
14359 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14362         convention fully; don't miss the root article of a thread; make
14363         the X-Draft-From header with correct article numbers.
14364
14365 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14366
14367         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14368         unless plugged.  Disable the agent so that an open failure causes
14369         an error.
14370
14371         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14372         Reverted 2004-09-21 change.  The backend must be opened while
14373         synchronizing flags even when the backend stores the flags
14374         locally.
14375
14376 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14377
14378         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14379         in `header' match.  Reported by Svend Tollak Munkejord.
14380
14381         * message.el (message-cite-original): Fix use of
14382         `message-cite-articles-with-x-no-archive'.
14383
14384 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14387         (gnus-window-to-buffer): Ditto.
14388
14389         * mml.el (mml-preview-buffer): New variable.
14390         (mml-preview): Manage window layout with gnus-buffer-configuration.
14391
14392         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14393         X-Draft-From header even if those articles aren't quoted.
14394
14395 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14396
14397         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14398         (gnus-request-set-mark, gnus-request-update-mark): Use new
14399         g-s-t-u-l-m to decide to use backend even when unplugged.
14400
14401 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14404         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14405
14406 2004-09-20  Simon Josefsson  <jas@extundo.com>
14407
14408         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14409         "utf-16-le".
14410
14411 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14412
14413         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14414
14415 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * uudecode.el (uudecode-use-external): Add :version.
14418
14419         * smime.el (smime-CA-file, smime-encrypt-cipher)
14420         (smime-dns-server): Add :version.
14421
14422         * smiley.el (gnus-smiley-file-types): Add :version.
14423
14424         * sha1.el (sha1-use-external): Add :version.
14425
14426         * pgg-def.el (pgg-query-keyserver): Add :version.
14427
14428         * nnmail.el (nnmail-fancy-expiry-targets)
14429         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14430         Add :version.
14431
14432         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14433         (nnimap-retrieve-groups-asynchronous): Add :version.
14434         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14435
14436         * mml.el (mml-content-disposition-parameters)
14437         (mml-insert-mime-headers-always): Add :version.
14438
14439         * mm-util.el (mm-coding-system-priorities): Add :version.
14440
14441         * mm-decode.el (mm-inline-text-html-with-images)
14442         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14443         (mm-verify-option): Add :version.
14444         (mm-text-html-renderer): Change :version.
14445
14446         * message.el (message-fcc-externalize-attachments)
14447         (message-required-headers, message-draft-headers)
14448         (message-subject-trailing-was-query)
14449         (message-subject-trailing-was-ask-regexp)
14450         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14451         (message-mark-insert-end, message-archive-header)
14452         (message-archive-note, message-cross-post-default)
14453         (message-cross-post-note, message-followup-to-note)
14454         (message-cross-post-note-function, message-use-mail-followup-to)
14455         (message-subscribed-address-functions)
14456         (message-subscribed-address-file, message-subscribed-addresses)
14457         (message-subscribed-regexps, message-allow-no-recipients)
14458         (message-yank-cited-prefix, message-signature-insert-empty-line)
14459         (message-hidden-headers, message-hierarchical-addresses)
14460         (message-mail-user-agent, message-use-idna)
14461         (message-valid-fqdn-regexp)
14462         (message-strip-special-text-properties, message-header-synonyms)
14463         (message-beginning-of-line, message-tab-body-function): Add :version.
14464         (message-insert-canlock, message-wide-reply-confirm-recipients):
14465         Change :version.
14466
14467         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14468         and :version.
14469         (mail-source-delete-old-incoming-confirm)
14470         (mail-source-movemail-program): Add :version.
14471
14472         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14473         (gnus-agent-cache, gnus-agent): Change :version.
14474
14475         * gnus-util.el (gnus-use-byte-compile): Change :version.
14476
14477         * gnus-sum.el (gnus-summary-make-false-root-always)
14478         (gnus-summary-default-high-score)
14479         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14480         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14481         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14482         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14483         (gnus-sum-thread-tree-single-indent)
14484         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14485         (gnus-sum-thread-tree-leaf-with-other)
14486         (gnus-sum-thread-tree-single-leaf): Add :version.
14487         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14488         (gnus-article-loose-mime): Change :version.
14489
14490         * gnus-start.el (gnus-backup-startup-file)
14491         (gnus-save-startup-file-via-temp-buffer): Add :version.
14492
14493         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14494         (gnus-server-offline-face): Add :version.
14495
14496         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14497
14498         * gnus-msg.el (gnus-gcc-externalize-attachments)
14499         (gnus-debug-files, gnus-debug-exclude-variables)
14500         (gnus-discouraged-post-methods): Change :version.
14501         (gnus-confirm-mail-reply-to-news)
14502         (gnus-confirm-treat-mail-like-news): Add :version.
14503
14504         * gnus-int.el (gnus-server-unopen-status): Add :version.
14505
14506         * gnus-group.el (gnus-group-jump-to-group-prompt)
14507         (gnus-large-ephemeral-newsgroup)
14508         (gnus-fetch-old-ephemeral-headers): Add :version.
14509
14510         * gnus-fun.el (gnus-x-face-directory)
14511         (gnus-convert-pbm-to-x-face-command)
14512         (gnus-convert-image-to-x-face-command)
14513         (gnus-convert-image-to-face-command): Add :version.
14514
14515         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14516
14517         * gnus-cite.el (gnus-cite-blank-line-after-header)
14518         (gnus-article-boring-faces): Add :version.
14519
14520         * gnus-art.el (gnus-buttonized-mime-types)
14521         (gnus-inhibit-mime-unbuttonizing)
14522         (gnus-treat-display-face)
14523         (gnus-treat-body-boundary): Change :version.
14524         (gnus-body-boundary-delimiter, gnus-picon-databases)
14525         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14526         (gnus-treat-date-english, gnus-treat-fold-headers)
14527         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14528         (gnus-treat-mail-picon, gnus-treat-wash-html)
14529         (gnus-article-encrypt-protocol)
14530         (gnus-use-idna, gnus-article-over-scroll)
14531         (gnus-mime-display-multipart-alternative-as-mixed)
14532         (gnus-mime-display-multipart-related-as-mixed)
14533         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14534         (gnus-ctan-url, gnus-button-ctan-handler)
14535         (gnus-button-handle-ctan-bogus-regexp)
14536         (gnus-button-ctan-directory-regexp)
14537         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14538         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14539         (gnus-button-man-level, gnus-button-emacs-level)
14540         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14541
14542         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14543         (gnus-agent-go-online): Change :version.
14544         (gnus-agent-expire-unagentized-dirs)
14545         (gnus-agent-auto-agentize-methods): Add :version.
14546
14547         * flow-fill.el (fill-flowed-display-column)
14548         (fill-flowed-encode-column): Add :version.
14549
14550         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14551         (gnus-outlook-deuglify-unwrap-max)
14552         (gnus-outlook-deuglify-cite-marks)
14553         (gnus-outlook-deuglify-unwrap-stop-chars)
14554         (gnus-outlook-deuglify-no-wrap-chars)
14555         (gnus-outlook-deuglify-attrib-cut-regexp)
14556         (gnus-outlook-deuglify-attrib-verb-regexp)
14557         (gnus-outlook-deuglify-attrib-end-regexp)
14558         (gnus-outlook-display-hook): Add :version.
14559
14560         * binhex.el (binhex-use-external): Add :version.
14561
14562 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14565         and `invisible'.
14566
14567 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14568
14569         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14570         in gnus-registry-trim.
14571
14572 2004-09-13  Simon Josefsson  <jas@extundo.com>
14573
14574         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14575
14576         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14577
14578         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14579         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14580         <yamaoka@jpl.org>.
14581         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14582         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14583         <yamaoka@jpl.org>.
14584
14585         * sieve.el (sieve-manage-mode): Ditto.
14586
14587 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14590
14591 2004-09-11  Simon Josefsson  <jas@extundo.com>
14592
14593         * dns-mode.el: Add.
14594
14595         * mm-view.el (mm-display-dns-inline): Add.
14596
14597         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14598         (mm-automatic-display): Ditto.
14599
14600         * mailcap.el (mailcap-mime-data): Add text/dns.
14601         (mailcap-mime-extensions): Map .soa to text/dns.
14602
14603 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14604
14605         * gnus-art.el (article-decode-mime-words, article-babel)
14606         (gnus-article-highlight-signature, gnus-article-add-buttons)
14607         (gnus-signature-toggle): Remove unnecessary bindings of
14608         `inhibit-read-only' inherited from v5.10 merge.
14609
14610 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * nntp.el (nntp): New customization group.
14613         (nntp-authinfo-file): Add customization group.
14614
14615         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14616
14617         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14618
14619         * gnus.el (to-address, to-list, subscribed)
14620         (large-newsgroup-initial): Ditto.
14621
14622         * flow-fill.el (fill-flowed-display-column)
14623         (fill-flowed-encode-column): Ditto.
14624
14625 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14626
14627         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14628         Use point-min rather than 1.
14629         (message-send-mail): Use buffer-size rather than point-max.
14630
14631         * gnus-sum.el (gnus-summary-search-article-forward):
14632         Signal a specific `search-failed' rather than a generic `error'.
14633
14634         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14635         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14636         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14637
14638 2004-09-10  Simon Josefsson  <jas@extundo.com>
14639
14640         * nndb.el (require): Remove tcp and duplicate cl.
14641
14642 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-agent.el (directory-files-and-attributes): Move forward.
14645
14646 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14647
14648         * gnus-agent.el (directory-files-and-attributes): Optionally
14649         defined to support XEmacs.
14650
14651 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14652
14653         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14654         to avoid run-time CL dependencies.
14655         (gnus-agent-unfetch-articles): New function.
14656         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14657         article numbers even when local .overview file is missing.
14658         (gnus-agent-read-article-number): New function.  Only accepts
14659         27-bit article numbers.
14660         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14661         gnus-agent-read-article-number.
14662         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14663         from backend while recognizing that article numbers in .overview
14664         must be valid.
14665         (gnus-agent-update-files-total-fetched-for): Use
14666         directory-files-and-attributes to improve performance.
14667         * gnus-int.el (gnus-request-move-article): Use
14668         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14669         improve performance.
14670
14671         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14672         some users confused by references to .newsrc when they only have a
14673         .newsrc.eld file.
14674         (gnus-convert-mark-converter-prompt)
14675         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14676         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14677         New function.  Used internally to only display 'gnus converting
14678         files' message when actually necessary.
14679
14680         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14681         methods now autoloaded.
14682
14683 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14686         identifiers.
14687
14688 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * gnus-picon.el: Fix indentation and closing parenthesis.
14691
14692 2004-09-01  Simon Josefsson  <jas@extundo.com>
14693
14694         * message.el (message-canlock-generate): Require sha1, not
14695         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14696         to require within a function.  Sadly, if sha1.el isn't loaded, the
14697         let binding in m-c-g will hide the defcustom definition, which is
14698         bad.)
14699
14700         * canlock.el: Require sha1, not sha1-el.
14701
14702         * message.el: Don't autoload sha1 (there is a autoload cookie in
14703         sha1.el).
14704
14705         * sha1-el.el: Renamed to sha1.el.
14706
14707 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14708
14709         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14710
14711 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14712
14713         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14714
14715 2004-08-30  Kim F. Storm  <storm@cua.dk>
14716
14717         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14718
14719         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14720         Add :group 'nnimap.
14721
14722 2004-08-30  Andreas Schwab  <schwab@suse.de>
14723
14724         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14725         ?* and ?\;.
14726
14727         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14728         and ?\' to symbol instead of whitespace.
14729
14730 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14733
14734         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14735         instead of re-search-forward.
14736
14737         * gnus-uu.el (gnus-uu-save-article): Ditto.
14738         (gnus-uu-post-encode-uuencode): Ditto.
14739
14740         * html2text.el (html2text-clean-list-items): Ditto.
14741         (html2text-clean-dtdd): Ditto.
14742         (html2text-format-tags): Ditto.
14743
14744         * message.el (message-send-mail-with-sendmail): Fix regexp.
14745         (message-fill-field-general): Use search-forward instead of
14746         re-search-forward.
14747         (unbold-region): Ditto.
14748
14749         * nnrss.el (nnrss-request-article): Ditto.
14750
14751         * nnslashdot.el (nnslashdot-request-article): Ditto.
14752
14753         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14754
14755         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14756         "Unrecognized menu descriptor" error in XEmacs.
14757
14758 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14759
14760         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14761         parent article of a sparse article in the thread hashtb.
14762
14763 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14764
14765         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14766         (nnmail-expand-newtext): Lowercase expanded entries if
14767         nnmail-split-lowercase-expanded is non-nil.
14768
14769 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14772
14773         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14774         of gnus-tmp-news-method into string under XEmacs.  It will be
14775         passed to gnus-correct-length which takes only a string argument.
14776
14777 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-util.el (gnus-bind-print-variables): New macro.
14780         (gnus-prin1): Use it.
14781         (gnus-prin1-to-string): Use it.
14782         (gnus-pp): New function.
14783         (gnus-pp-to-string): New function.
14784
14785         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14786         Replace pp-to-string with gnus-pp-to-string.
14787         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14788         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14789         * gnus-msg.el (gnus-debug): Ditto.
14790         * gnus-score.el (gnus-score-save): Ditto.
14791         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14792         gnus-pp-to-string.
14793         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14794         with gnus-pp.
14795         * score-mode.el (gnus-score-pretty-print): Ditto.
14796         * webmail.el (webmail-debug): Ditto.
14797
14798 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-art.el (article-display-face, article-display-x-face):
14801         Use buffer-read-only.
14802
14803 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-art.el (article-hide-list-identifiers):
14806         Bind inhibit-read-only as t.
14807
14808 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14811
14812 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14813
14814         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14815         (gnus-narrow-to-page): Don't assume point-min == 1.
14816         (gnus-article-edit-mode): Derive from message-mode.
14817
14818         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14819         point-min == 1.
14820
14821         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14822         Disable incorrect use of `assert'.
14823
14824         * message.el (message-mode): Set comment-start-skip.
14825
14826
14827 2004-08-22  Sam Steingold  <sds@gnu.org>
14828
14829         * pop3.el (pop3-leave-mail-on-server): New user variable.
14830         (pop3-movemail): Delete mail only when it is nil.
14831
14832 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14833
14834         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14835
14836         * mml.el (mml-preview): Use `pop-to-buffer'.
14837
14838         * message.el (message-goto-mail-followup-to): Insert after "To".
14839         (message-carefully-insert-headers): Add comment.
14840
14841         * gnus.el: Remove unused variable `gnus-article-check-size'.
14842
14843         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14844
14845         * gnus-art.el (gnus-button-alist): Improve
14846         `gnus-button-handle-library' entry.
14847
14848 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14849
14850         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14851         downcase, since XEmacs capitalizes error messages differently.
14852
14853 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14854
14855         * nntp.el: Add (require 'gnus) due to reference to
14856         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14857
14858 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14859
14860         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14861         `mm-fill-flowed'.
14862
14863         * mm-decode.el (mm-dissect-singlepart): Check it.
14864
14865 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14866
14867         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14868         'imap' for netrc parsing.
14869
14870 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * mailcap.el (mailcap-mime-data): Mark as risky.
14873
14874 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14877         may be included in the encoded word.
14878         (rfc2047-encode): Don't append a space if the encoded word
14879         includes close parenthesis.
14880
14881 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14884         of text within parentheses.
14885
14886 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14887
14888         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14889         (gnus-encrypt-write-file-contents): Make the password key the file
14890         name PLUS the cipher, not just the cipher.  Also remove failed
14891         passwords from the cache.
14892
14893 2004-08-06  Simon Josefsson  <jas@extundo.com>
14894
14895         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14896         fix.
14897
14898 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14901         LWSP.
14902
14903 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14904
14905         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14906         to append in-reply-to: data to the references: header.
14907
14908         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14909         (netrc-parse): Use gnus-encrypt.el functions.
14910
14911         * gnus-encrypt.el: Add new file for encryption support; currently
14912         does only a few GPG ciphers and an internal XOR cipher.
14913
14914         * password.el: Add comments on using password-read-and-add.
14915         (password-read-and-add): Add function to read and add the
14916         password to the cache at once.
14917
14918 2004-07-28  Simon Josefsson  <jas@extundo.com>
14919
14920         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14921         parameter (but don't use it, for now).
14922
14923         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14924         instead of hard coding to nil.
14925
14926 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14929         as mm-inline-image-xemacs does.
14930
14931 2004-07-26  Simon Josefsson  <jas@extundo.com>
14932
14933         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14934         Revert part of 2004-07-17 change below.
14935
14936 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14939         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14940
14941 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942
14943         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14944         quotes that actually start with ">" at the beginning of the
14945         lines.
14946
14947 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * rfc2047.el (rfc2047-encode-region): Fix last change.
14950         (rfc2047-encode-parameter): Remove useless concat.
14951
14952 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14955         encode special characters; fix some kind of misconfigured headers;
14956         signal a real error if debug-on-quit or debug-on-error is non-nil.
14957         (rfc2047-encode-max-chars): New variable.
14958         (rfc2047-encode-1): Use it.
14959         (rfc2047-encode-parameter): New function.
14960
14961         * mml.el (mml-insert-parameter): Remove an excessive space.
14962
14963 2004-07-17  Simon Josefsson  <jas@extundo.com>
14964
14965         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14966         Kai Grossjohann <kai@emptydomain.de>.
14967         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14968         (gnus-group-make-menu-bar): Ditto.
14969
14970         * gnus-util.el (gnus-group-server): Add.
14971
14972 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * message.el (message-clone-locals): Clone sendmail and smtp
14975         variables.
14976
14977 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * rfc2047.el (rfc2047-encode-region): Fix last change.
14980
14981 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14984         characters as non-special.
14985
14986 2004-07-09  Simon Josefsson  <jas@extundo.com>
14987
14988         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14989         Users will lose all flag changes made while unplugged with
14990         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14991         good default.  See numerous reports on ding mailing list.
14992
14993 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14994
14995         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14996         add generate-head-function and generate-article-function to the
14997         rfc822-forward entry.
14998         (nndoc-rfc822-forward-generate-article): New function.
14999         (nndoc-rfc822-forward-generate-head): New function.
15000
15001         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15002
15003 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15004
15005         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15006         respect display group parameter and gnus-summary-expunge-below.
15007         (gnus-articles-to-read): Remove unused reference to display group
15008         parameter.
15009
15010 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15011
15012         * nnheader.el (nnheader-uniquify-message-id): New experimental
15013         variable.
15014         (nnheader-nov-read-message-id): Use it.
15015
15016         * spam-report.el (spam-report-gmane): Add interactive.
15017
15018 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15021         qp-or-base64 for the application/* types.
15022
15023 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15024
15025         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15026
15027 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15028
15029         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15030         trim value.
15031
15032 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15033
15034         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15035         New macro and function.
15036         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15037
15038 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15041         after-load-alist.
15042
15043 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15044
15045         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15046         update info that isn't there.
15047
15048 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15049
15050         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15051         entry.
15052
15053 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mm-view.el (mm-inline-render-with-function): Use multibyte
15056         buffer; decode html source by charset.
15057
15058         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15059
15060         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15061         Mule-UCS is loaded under XEmacs.
15062         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15063
15064 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15065
15066         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15067
15068 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * mm-util.el (mm-coding-system-p): Return a coding-system.
15071         (mm-mime-mule-charset-alist): Use shift_jis instead of
15072         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15073         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15074         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15075         instead of japanese-shift-jis and iso-latin-1 respectively in
15076         order to share the default value with both Emacs and XEmacs-mule.
15077         (mm-mule-charset-to-mime-charset): Make
15078         mm-coding-system-priorities effective.
15079         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15080         while predicating of candidates upon the priorities.
15081
15082 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15083
15084         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15085         gnus-uu-invert-processable.
15086
15087         * gnus.el: Autoload gnus-uu-invert-processable.
15088
15089 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * mm-util.el (mm-with-multibyte-buffer): New macro.
15092
15093         * rfc2047.el (rfc2047-encode-string): Use it.
15094         (rfc2047-encode-region): Move point to the end of the region after
15095         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15096
15097 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15100         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15101
15102 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15105         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15106         Karl Chen <quarl@nospam.quarl.org>.
15107
15108 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15111         invalid addresses.
15112
15113 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15114
15115         * spam.el: Change section markers, revise TODO list.
15116         (spam-backends): Make new master list of all installed backends.
15117         (spam-summary-exit-behavior): Add new variable to determine how
15118         messages moves are done at summary exit.
15119         (spam-move-spam-nonspam-groups-only)
15120         (spam-process-ham-in-nonham-groups)
15121         (spam-process-ham-in-spam-groups): Remove variables, the
15122         spam-summary-exit-behavior variable should be used to manage this
15123         behavior.
15124         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15125         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15126         and spam-old-spam-articles.
15127         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15128         Add empty variables, placeholders for the backends they represent.
15129         (spam-set-difference): Move, unchanged.
15130         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15131         unless the user has a processor variable.
15132         (spam-classifications, spam-classification-valid-p)
15133         (spam-backend-properties, spam-backend-property-valid-p)
15134         (spam-backend-function-type-valid-p)
15135         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15136         (spam-report-articles-gmane, spam-report-articles-resend):
15137         Remove functions, they are not needed.
15138         (spam-install-backend-super, spam-backend-list)
15139         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15140         (spam-backend-function, spam-backend-ham-registration-function)
15141         (spam-backend-spam-registration-function)
15142         (spam-backend-ham-unregistration-function)
15143         (spam-backend-spam-unregistration-function)
15144         (spam-backend-statistical-p, spam-backend-mover-p)
15145         (spam-install-backend-alias, spam-install-checkonly-backend)
15146         (spam-install-mover-backend, spam-install-nocheck-backend)
15147         (spam-install-backend, spam-install-statistical-backend)
15148         (spam-install-statistical-checkonly-backend): Add backend installation
15149         support.
15150         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15151         (spam-group-processor-p): Use the new backend code and respect the
15152         summary exit behavior.
15153         (spam-mark-spam-as-expired-and-move-routine): Remove.
15154         (spam-summary-prepare): Change to use the new spam-old-articles
15155         variable.
15156         (spam-copy-or-move-routine, spam-copy-spam-routine)
15157         (spam-move-spam-routine, spam-copy-ham-routine)
15158         (spam-move-ham-routine): Add code to copy/move ham or spam.
15159         (spam-fetch-field-fast): Improve doc and code, plus allow the
15160         'number request.
15161         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15162         variables.
15163         (spam-split, spam-find-spam): Use the new backend code.
15164         (spam-registration-functions): Remove variable.
15165         (spam-unregister-routine): Add convenience wrapper.
15166         (spam-log-undo-registration, spam-register-routine)
15167         (spam-log-processing-to-registry)
15168         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15169         where possible.
15170         (spam-check-gmane-xref, spam-check-regex-headers)
15171         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15172         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15173         (spam-check-bogofilter-headers, spam-check-spamoracle)
15174         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15175         (spam-check-crm114-headers): Use the spam-split-group that
15176         spam-split prepares, no need to determine it every time.
15177
15178         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15179         to the nnheader-parse-naked-head call.
15180
15181         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15182
15183         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15184         the nnheader-nov-read-message-id call.
15185
15186 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15189         gnus-activate-group twice.  Suggested by Markus Peter
15190         <warp@spin.de>.
15191
15192 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-art.el (gnus-article-time-format): Exchange the order of
15195         day and month in the default value; fix customization type.
15196         (article-date-ut): Use add-text-properties.
15197         (article-make-date-line): Use message-make-date instead of
15198         current-time-string.
15199
15200         * message.el (message-fetch-field): Don't use set-text-properties.
15201         (message-make-date): Simplify.
15202
15203         * messagexmas.el (message-xmas-make-date): New function.
15204         (message-xmas-redefine): Defalias message-make-date to it.
15205
15206 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15209         (rfc2047-encode-region): Treat text within parentheses as special;
15210         show the original text when error has occurred.
15211
15212         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15213         already-computed method to gnus-activate-group.
15214
15215         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15216         same select-methods identical Lisp objects.
15217
15218         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15219         object when modifying the info.
15220
15221 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15224         gnus-opened-servers since it has never been opened with the new
15225         configuration yet.
15226
15227 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15230         arg to nnheader-generate-fake-message-id.
15231
15232 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15235         number and build a fake message ID localized to a group and
15236         article number (so it's repeatable from that point on).
15237         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15238         ID format.
15239
15240         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15241         nnheader-generate-fake-message-id with the article number.
15242
15243 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15244
15245         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15246         end-of-buffer.
15247
15248 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15249
15250         * message.el (message-ignored-supersedes-headers): Add Approved.
15251
15252 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15255         goto-char.
15256         (rfc2047-encode): Fold the line before encoding.
15257
15258 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15261         folding -- not all headers can be folded, and this should be done
15262         by the message composition mode.  Probably.  I think.
15263
15264 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15267         fast.
15268
15269         * gnus-ems.el (gnus-remove-image): Don't use
15270         message-text-with-property; remove only the image found first.
15271
15272         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15273         found first.
15274
15275 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15276
15277         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15278
15279 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * message.el (message-text-with-property): Make it fast and accept
15282         optional arguments.
15283         (message-strip-forbidden-properties): Use it.
15284         (message-fix-before-sending): Follow the m-t-w-p change.
15285
15286         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15287
15288 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * gnus-art.el (article-hide-headers): Don't change the buffer
15291         mistakenly when performing mml-preview even if
15292         gnus-single-article-buffer is nil.
15293
15294 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15295
15296         * message.el (message-expand-name-databases): New user option.
15297         (message-expand-name): Use it.
15298
15299 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15300
15301         * spam.el (spam-report-articles-resend)
15302         (spam-report-resend-register-routine): Allow ham reporting.
15303         (spam-report-resend-register-ham-routine): Add wrapper.
15304         (spam-registration-functions): Add ham resending functions.
15305         (spam-list-of-processors): Add ham resend processor.
15306
15307         * gnus.el (ham-resend-to): Add new group parameter.
15308         (spam-process): Add ham resend option.
15309
15310         * spam-report.el (spam-report-resend): Allow reporting ham.
15311         (spam-report-resend-ham): Add wrapper.
15312
15313 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * message.el (message-cite-articles-with-x-no-archive): New
15316         variable.
15317         (message-cite-original): Use it.
15318
15319 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15320
15321         * message.el (message-cite-original): Respect X-No-Archive.
15322
15323 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-art.el (article-hide-headers): Refer to the values for
15326         gnus-ignored-headers and gnus-visible-headers in the summary
15327         buffer since a user may have set them as group parameters.
15328
15329 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15330
15331         * assistant.el (assistant-node-name): Add convenience function.
15332         (assistant-render-text, assistant-render-node): Add error handling,
15333         plus handle multiple next nodes.
15334         (assistant-find-next-node): Comment out for now.
15335         (assistant-find-next-nodes): Add function, returns list of next
15336         nodes.
15337
15338 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15339
15340         * mail-source.el (mail-source-directory): Fix doc-string.
15341
15342 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * assistant.el (assistant-render-text, assistant-eval): Add :set
15345         widget type, which is different because it takes and returns a
15346         list.  Much hilarity ensues.
15347
15348 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15351
15352         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15353         doc-string.
15354
15355         * gnus-start.el (gnus-activate-group): Added doc-string.
15356
15357 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15360
15361 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * assistant.el (assistant-render-text): Try to add a :set
15364         widget, more to come.
15365
15366         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15367         strings.
15368         (spam-report-articles-resend)
15369         (spam-register-routine): Do registration iff any articles warrant
15370         it.
15371         (spam-summary-prepare-exit): Change log message for nil group
15372         destinations.
15373
15374 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15375
15376         * spam.el (spam-report-resend-register-routine): Allow
15377         spam-report-resend-to to be a group parameter or a global value.
15378
15379 2004-05-26  Simon Josefsson  <jas@extundo.com>
15380
15381         * starttls.el: Merge with my GNUTLS based starttls.el.
15382         (starttls-gnutls-program, starttls-use-gnutls)
15383         (starttls-extra-arguments, starttls-process-connection-type)
15384         (starttls-connect, starttls-failure, starttls-success): New
15385         variables.
15386         (starttls-program, starttls-extra-args): Doc fix.
15387         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15388         functions.
15389         (starttls-negotiate, starttls-open-stream): Check
15390         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15391         function if it is set.
15392
15393 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15396         structured fields.
15397
15398 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15401
15402 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15403
15404         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15405         variable.
15406         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15407         assigning the spam-mark to new messages.
15408
15409 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15410
15411         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15412
15413 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15416
15417         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15418         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15419         default.
15420
15421 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15422
15423         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15424         correct data.
15425
15426 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15429         (spam-group-processor-p): Fix function.
15430         (spam-group-processor-multiple-p)
15431         (spam-group-spam-processor-report-gmane-p)
15432         (spam-group-spam-processor-report-resend-p)
15433         (spam-group-spam-processor-bogofilter-p)
15434         (spam-group-spam-processor-blacklist-p)
15435         (spam-group-spam-processor-ifile-p)
15436         (spam-group-ham-processor-ifile-p)
15437         (spam-group-spam-processor-spamoracle-p)
15438         (spam-group-spam-processor-crm114-p)
15439         (spam-group-ham-processor-bogofilter-p)
15440         (spam-group-spam-processor-stat-p)
15441         (spam-group-ham-processor-stat-p)
15442         (spam-group-ham-processor-whitelist-p)
15443         (spam-group-ham-processor-BBDB-p)
15444         (spam-group-ham-processor-spamoracle-p)
15445         (spam-group-ham-processor-copy-p): Remove functions with some
15446         prejudice against unneeded code.
15447         (spam-report-articles-resend)
15448         (spam-report-resend-register-routine): Allow the group/topic
15449         spam-resend-to value to override spam-report-resend-to.
15450         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15451         properly now.
15452
15453         * gnus.el (spam-resend-to): Add group/topic parameter.
15454         (spam-process): Move the OBSOLETE processors to the end of the
15455         choices.
15456
15457 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15458
15459         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15460         with resend-to set to nil, and then ask the user if necessary.
15461         (spam-report-resend): spam-report-resend takes a list of articles, not
15462         separate article numbers.
15463
15464 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15467         addition to emacs-w3m.
15468
15469 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15470
15471         * assistant.el (assistant-authinfo-data): New function.
15472         (assistant-eval): Eval for entire assistant.
15473
15474         * netrc.el (netrc-services-file): New variable.
15475         (netrc-parse-services): New function.
15476         (netrc-find-service-name): New function.
15477         (netrc-find-service-number): New function.
15478         (netrc-port-equal): New function.
15479         (netrc-machine): Use it.
15480
15481         * nnimap.el (nnimap-open-connection): Use netrc.
15482
15483         * gnus-util.el (gnus-netrc-get): Remove aliases.
15484
15485         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15486
15487         * assistant.el (wid-edit): Fix compilation.
15488
15489         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15490
15491 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15492
15493         * gnus-util.el (gnus-set-file-modes): New function.  (small
15494         patch).
15495
15496 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15497
15498         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15499
15500         * assistant.el (assistant-render-node): Fix up rendering and
15501         read-only text.
15502         (assistant-render-node): Reset.
15503         (assistant-make-read-only): Not sticky.
15504
15505 2004-05-20  Danny Siu  <dsiu@adobe.com>
15506
15507         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15508         centered even when gnus-auto-center-summary is t.
15509
15510 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15511
15512         * dns.el (dns-get-txt-answer): New function.
15513         (dns-read-txt): Ditto.
15514         (query-dns): Use it.
15515
15516 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15519         active for foreign groups even if the group level is higher than
15520         the specified value.
15521
15522 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15525         non-active groups.
15526
15527         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15528
15529 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15530
15531         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15532
15533 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15536         (spam-crm114-header, spam-crm114-spam-switch)
15537         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15538         (spam-crm114-positive-spam-header)
15539         (spam-crm114-database-directory, spam-list-of-processors)
15540         (spam-group-spam-processor-crm114-p)
15541         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15542         (spam-generic-score, spam-list-of-checks)
15543         (spam-list-of-statistical-checks, spam-registration-functions)
15544         (spam-check-crm114-headers, spam-crm114-score)
15545         (spam-check-crm114, spam-crm114-register-with-crm114)
15546         (spam-crm114-register-spam-routine)
15547         (spam-crm114-unregister-spam-routine)
15548         (spam-crm114-register-ham-routine)
15549         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15550         asjo@koldfront.dk (Adam Sjøgren).
15551
15552         * gnus.el: Add spam-use-crm114.
15553
15554         * spam.el (spam-list-of-processors, spam-registration-functions):
15555         Add spam-use-resend.
15556         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15557         (spam-report-articles-gmane): Add doc fix.
15558         (spam-report-articles-resend, spam-report-resend-register-routine):
15559         Add wrappers around spam-report-resend-to.
15560
15561         * spam-report.el (spam-report-resend-to, spam-report-resend):
15562         Add support for resending spam.
15563         (spam-report-gmane): Fix line length >80.
15564
15565         * gnus.el (spam-process): Add spam-use-resend.
15566
15567 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15568
15569         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15570         number of processed spam messages.
15571         (spam-ham-copy-or-move-routine): Return the number of processed
15572         ham messages.
15573         (spam-summary-prepare-exit): Use the above values to decide
15574         whether status messages shouled be displayed.
15575
15576 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15579         `rfc2047-encoding-function-alist' in order to avoid conflicting
15580         with the old version.
15581         (rfc2047-encode-region): Concatenate words containing non-ASCII
15582         characters in structured fields; don't encode space-delimited
15583         ASCII words even in unstructured fields; don't break words at
15584         char-category boundaries.
15585         (rfc2047-encode-1): New function.
15586         (rfc2047-encode): Use it; encode text so that it occupies the
15587         maximum width within 76-column; work correctly on Q encoding for
15588         iso-2022-* charsets.
15589         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15590         sure not to break a line just after the header name.
15591         (rfc2047-b-encode-region): Removed.
15592         (rfc2047-b-encode-string): New function.
15593         (rfc2047-q-encode-region): Removed.
15594         (rfc2047-q-encode-string): New function.
15595
15596         * mm-util.el (mm-replace-in-string): New function.
15597
15598 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15599
15600         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15601         get it right.
15602         (gnus-inews-make-draft): Really.
15603
15604 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15605
15606         * nnmh.el (nnmh-request-list-1): Don't check the link count
15607         before descending.  (small patch)
15608
15609 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15610
15611         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15612         stuff.
15613
15614         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15615         on real group name.
15616
15617         * gnus-art.el (gnus-signature-limit): Doc fix.
15618
15619         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15620
15621         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15622
15623 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15624
15625         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15626         isn't a string.
15627
15628 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15629
15630         * gnus-draft.el (gnus-draft-send): Bind
15631         rfc2047-encode-encoded-words.
15632
15633         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15634         (rfc2047-encodable-p): Say that =? needs encoding.
15635         (rfc2047-encode-encoded-words): New variable.
15636
15637         * gnus-group.el (gnus-group-select-group): Doc fix.
15638
15639         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15640
15641         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15642         to nil.
15643
15644         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15645
15646         * nnheader.el (nnheader-get-lines-and-char): New function.
15647
15648 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * gnus-msg.el (gnus-summary-followup-with-original): Document
15651         yanking of region when active.
15652
15653 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15656         groups if the group level is higher than the specified value.
15657
15658 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15659
15660         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15661         (gnus-group-jump-to-group): Added prefix argument using
15662         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15663         non-active group.
15664
15665         * compface.el (uncompface): Be verbose when changing
15666         `uncompface-use-external'.
15667
15668         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15669         handle manual section.
15670
15671 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15672
15673         * gnus-art.el (gnus-button-alist): Revert previous change.
15674
15675 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15678
15679 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15682         whether backend can accept message.
15683
15684         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15685
15686 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15687
15688         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15689         Avoid creating directory when nntp-marks-is-evil is true.
15690         Reported by Reiner Steib.
15691
15692 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15693
15694         * gnus-picon.el (gnus-picon-style): New variable.
15695         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15696         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15697         Jesper Harder <harder@ifa.au.dk>.
15698
15699 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15700
15701         * message.el (message-fill-field): Return point.
15702         (message-generate-headers): Go to end of field.
15703
15704         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15705         stuff for non-living groups.
15706
15707 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15708
15709         * gnus-art.el (gnus-article-followup-with-original)
15710         (gnus-article-reply-with-original): gnus-mark-active-p ->
15711         gnus-region-active-p.
15712
15713 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15716         only when there is spam or ham to be processed.
15717
15718 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15719
15720         * mail-source.el (mail-source-delete-crash-box): Refactor.
15721         (mail-source-fetch): Use it.
15722         (mail-source-fetch-file): Ditto.
15723         (mail-source-fetch-directory): Run postscript in loop.
15724         (mail-source-fetch-pop): Delete.
15725         (mail-source-fetch-maildir): Ditto.
15726         (mail-source-fetch-imap): Ditto.
15727
15728         * imap.el (imap-authenticators): Comment out sasl.
15729
15730         * message.el (message-skip-to-next-address): New function.
15731         (message-fill-header-address): Refactor.
15732         (message-fill-address): Use it.
15733         (message-delete-address): Use it.
15734         (message-fill-header-general): Refactor.
15735         (message-fill-field-address): Rename.
15736         (message-narrow-to-field): Find the start of the header.
15737         (message-header-format-alist): Don't pre-fill.
15738         (message-fill-header): Removed.
15739         (message-insert-header): New function.
15740         (message-shorten-references): Use it.
15741
15742         * rfc2047.el (rfc2047-field-value): Strip props.
15743
15744         * mail-parse.el (mail-header-make-address): New alias.
15745
15746         * ietf-drums.el (ietf-drums-make-address): New function.
15747
15748         * imap.el: Add compiler directives.
15749
15750         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15751
15752         * gnus-art.el (article-decode-idna-rhs): Don't use
15753         message-idna-inside-rhs-p.
15754
15755 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15756
15757         * message.el (message-idna-inside-rhs-p): Removed.
15758         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15759
15760         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15761         false positives.
15762
15763 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15764
15765         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15766
15767 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15768
15769         * nneething.el (nneething-file-name): Don't create spurious
15770         files.
15771
15772         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15773         (gnus-inews-do-gcc): Remove sleep.
15774
15775         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15776         part under point.
15777
15778         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15779         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15780
15781 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15782
15783         * spam.el (spam-summary-prepare-exit): Fixed (length).
15784
15785 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15786
15787         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15788         as expired without moving it" message when there are spam
15789         messages left.
15790
15791 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15792
15793         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15794         header is not nil.
15795
15796 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15797
15798         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15799         nntp-possibly-create-directory, not nntp-possibly-change-group.
15800         (nntp-marks-changed-p): New arg SERVER.
15801         (nntp-request-update-info): Adjust caller.
15802
15803 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15804
15805         * nntp.el (nntp-save-marks): Pass missing arg.
15806
15807 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15808
15809         * nntp.el: Support marks.
15810         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15811         (nntp-marks-modtime, nntp-marks-directory): New variables.
15812         (nntp-request-set-mark, nntp-request-update-info)
15813         (nntp-possibly-create-directory, nntp-marks-changed-p)
15814         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15815         functions.
15816
15817 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15818
15819         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15820         (gnus-xmas-redefine): Rename.
15821
15822         * gnus-score.el (gnus-score-insert-help): Use
15823         gnus-select-lowest-window.
15824
15825         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15826         appt-select-lowest-window and rename to gnus-select-lowest-window.
15827
15828         * gnus.el: do.
15829
15830 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15831
15832         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15833         encodings of MIME-encoded words, in order to improve
15834         interoperability with several broken MUAs.
15835
15836 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15837
15838         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15839         tags, only when charsets are not specified in headers.
15840         (mm-inline-text-html-render-with-w3m): Ditto.
15841
15842         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15843         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15844
15845 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15846
15847         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15848         instead of MIME-decoded from fields when checking
15849         `gnus-article-address-banner-alist'.
15850
15851 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15852
15853         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15854         description rather than subject.
15855
15856 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15857
15858         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15859
15860 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15861
15862         * gnus.el (gnus-version-number): Bump.
15863
15864 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15865
15866         * gnus.el: No Gnus v0.2 is released.
15867
15868 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15869
15870         * gnus-agent.el (gnus-agent-read-agentview): Inline
15871         gnus-uncompress-range.
15872
15873 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15874
15875         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15876         `exec-installed-p'.
15877
15878 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15879
15880         * gnus.el (spam-process, spam-autodetect-methods): Add
15881         bsfilter and bsfilter-headers.
15882
15883         * spam.el (spam-bsfilter): New customize group.
15884         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15885         (spam-bsfilter-header, spam-bsfilter-probability-header)
15886         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15887         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15888         (spam-bsfilter-database-directory): New options.
15889         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15890         (spam-list-of-statistical-checks, spam-registration-functions):
15891         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15892         (spam-bsfilter-score): New command.
15893         (spam-check-bsfilter-headers, spam-check-bsfilter)
15894         (spam-bsfilter-register-with-bsfilter)
15895         (spam-bsfilter-register-spam-routine)
15896         (spam-bsfilter-unregister-spam-routine)
15897         (spam-bsfilter-register-ham-routine)
15898         (spam-bsfilter-unregister-ham-routine): New functions.
15899         (spam-generic-score): Support bsfilter; Accept an optional argument
15900         to recalcurate spam score even if scoring header has already been
15901         added.
15902         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15903         optional argument to recalcurate spam score even if scoring header
15904         has already been added.
15905
15906 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15907
15908         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15909         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15910         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15911         link is missing.
15912
15913 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15914
15915         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15916         (html2text-get-attr): Rewrite.
15917
15918         * message.el (message-setup-1): Remove redundant put-text-property
15919         on mail-header-separator.
15920
15921 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15922
15923         * gnus-registry.el (gnus-registry-cache-whitespace)
15924         (gnus-registry-action, gnus-registry-spool-action)
15925         (gnus-registry-split-fancy-with-parent): Change message levels
15926         from 5 to 3 or 7, as needed.
15927
15928         * spam.el (spam-summary-prepare-exit)
15929         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15930         (spam-split, spam-find-spam, spam-log-undo-registration)
15931         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15932         level from 5 to 6.
15933
15934 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15937         2004-03-04 change).
15938
15939 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15940
15941         * sieve-manage.el (sieve-manage-open):
15942         * nnweb.el (nnweb-insert-html):
15943         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15944         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15945         * nnspool.el (nnspool-request-group):
15946         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15947         * nnml.el (nnml-request-update-info):
15948         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15949         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15950         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15951         (nnimap-request-set-mark):
15952         * nnfolder.el (nnfolder-request-update-info):
15953         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15954         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15955         * gnus-uu.el (gnus-uu-find-articles-matching):
15956         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15957         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15958         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15959         * gnus-nocem.el (gnus-nocem-scan-groups):
15960         * gnus-int.el (gnus-start-news-server):
15961         * gnus-group.el (gnus-group-make-kiboze-group)
15962         (gnus-group-browse-foreign-server):
15963         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15964         Use mapc when appropriate.
15965
15966 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15967
15968         FIXME: Make separate entries for each person.
15969
15970         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15971         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15972         <shields@msrl.com>:
15973
15974         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15975         may need for spam sorting and scoring.
15976         (spam-user-format-function-S): Add user format function suitable for
15977         general use.
15978         (spam-article-sort-by-spam-status): Add sorting function for summary
15979         sorting.
15980         (spam-extra-header-to-number): Add function to get a score from a
15981         header.
15982         (spam-summary-score): Add function to get a numeric score from the
15983         headers.
15984         (spam-generic-score): Fix function doc, was in wrong place.
15985         (spam-initialize): Take symbols when it's run, and install the
15986         extra headers that spam-necessary-extra-headers thinks we need.
15987
15988 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15989
15990         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15991         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15992
15993 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15994
15995         * gnus-sum.el (gnus-set-global-variables)
15996         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15997         (gnus-article-get-xrefs, gnus-summary-best-group)
15998         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15999         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16000         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16001         Use with-current-buffer.
16002
16003 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16004
16005         * spam.el (spam-summary-prepare-exit): Simplify logic.
16006         (spam-fetch-article-header): Read the article header if it's not
16007         available.
16008         (spam-list-articles): Simplify logic.
16009         (spam-filelist-register-routine): Fix bug with unregister-list.
16010
16011         * gnus-registry.el: Fix comments at beginning.
16012
16013 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16014
16015         * message.el (message-cater-to-broken-inn): Remove.
16016         (message-shorten-references): Make sure the total folded length of
16017         References is shorter than 998 characters to cater to a bug in INN
16018         2.3.  Also, don't pretend that references aren't folded -- this
16019         hasn't worked for a while.
16020
16021 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16022
16023         * gnus-agent.el (gnus-agentize):
16024         gnus-agent-send-mail-real-function no longer set to current value
16025         of message-send-mail-function but rather a lambda that calls
16026         message-send-mail-function.  The change makes the agent real-time
16027         responsive to user changes to message-send-mail-function.
16028
16029 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16030
16031         * legacy-gnus-agent.el
16032         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16033         help from Florian Weimer <fw@deneb.enyo.de>
16034
16035 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16036
16037         * nnmail.el (nnmail-cache-insert): Revert last change.
16038
16039 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * nnmail.el (nnmail-cache-insert): Always check whether
16042         nnmail-cache-ignore-groups matches a group name.
16043
16044 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16047         (spam-find-spam, spam-log-processing-to-registry)
16048         (spam-log-registered-p, spam-log-unregistration-needed-p)
16049         (spam-log-undo-registration): Use gnus-message instead of
16050         gnus-error, none of these errors are fatal.
16051
16052         * gnus-registry.el (gnus-registry-clean-empty-function)
16053         (gnus-registry-clean-empty): Remove only empty entries without
16054         extra data.
16055
16056 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * spam-stat.el (spam-stat-buffer-change-to-spam)
16059         (spam-stat-buffer-change-to-non-spam): Change (error) to
16060         (gnus-message 8) invocation.
16061
16062 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * nntp.el (nntp-via-netcat-command): New variable.
16065         (nntp-via-netcat-switches): New variable.
16066         (nntp-open-via-rlogin-and-netcat): New function.
16067         (nntp-open-connection-function): Doc fix.
16068         (nntp-telnet-command): Doc fix.
16069         (nntp-end-of-line): Doc fix.
16070         (nntp-via-rlogin-command): Doc fix.
16071         (nntp-via-user-name): Doc fix.
16072         (nntp-via-address): Doc fix.
16073
16074 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16077         error in Emacs 21.1.
16078
16079 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16082
16083 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16084
16085         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16086         (gnus-agent-with-refreshed-group): New macro.
16087         (gnus-agent-rename-group): New function.
16088         (gnus-agent-delete-group): New function.
16089         (gnus-agent-save-group-info): Use gnus-command-method when
16090         `method' parameter is nil.  Don't write nil entries into the
16091         active file.
16092         (gnus-agent-get-group-info): New function.
16093         (gnus-agent-fetch-articles): Use
16094         gnus-agent-update-files-total-fetched-for to increment disk space
16095         used.
16096         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16097         gnus-agent-update-view-total-fetched-for to increment disk space
16098         used.
16099         (gnus-agent-get-local): Added optional parameters to avoid calling
16100         gnus-group-real-name and gnus-find-method-for-group.
16101         (gnus-agent-set-local): Delete stored entry if either min, or max,
16102         are nil.
16103         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16104         quit, use gnus-agent-regenerate-group to record existance of any
16105         articles fetched to disk before the quit occurred.
16106         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16107         gnus-agent-update-view-total-fetched-for, and
16108         gnus-agent-update-files-total-fetched-for to decrement disk space
16109         used.
16110         (gnus-agent-retrieve-headers): Use
16111         gnus-agent-update-view-total-fetched-for to increment disk space
16112         used.
16113         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16114         with gnus-agent-update-files-total-fetched-for to decrement disk
16115         space and fresh group buffer.
16116         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16117         (gnus-agent-need-update-total-fetched-for): New variable.
16118         (gnus-agent-update-files-total-fetched-for): New function.
16119         (gnus-agent-update-view-total-fetched-for): New function.
16120         (gnus-agent-total-fetched-for): New function.
16121
16122         * gnus-cache.el (gnus-cache-save-buffers): Use
16123         gnus-cache-update-overview-total-fetched-for to change disk space
16124         used by this group.
16125         (gnus-cache-possibly-enter-article): Use
16126         gnus-cache-update-file-total-fetched-for to increment disk space
16127         used by this group.
16128         (gnus-cache-possibly-remove-article): Use
16129         gnus-cache-update-file-total-fetched-for to decrement disk space
16130         used by this group.
16131         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16132         (gnus-cache-rename-group): New function.
16133         (gnus-cache-delete-group): New function.
16134         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16135         (gnus-cache-need-update-total-fetched-for): New variable.
16136         (gnus-cache-with-refreshed-group): New macro.
16137         (gnus-cache-update-file-total-fetched-for): New function.
16138         (gnus-cache-update-overview-total-fetched-for): New function.
16139         (gnus-cache-rename-group-total-fetched-for): New function.
16140         (gnus-cache-delete-group-total-fetched-for): New function.
16141         (gnus-cache-total-fetched-for): New function.
16142
16143         * gnus-group.el: Require gnus-sum and autoload functions to
16144         resolve warnings when gnus-group.el compiled alone.
16145         (gnus-group-line-format): Documented new %F.
16146         (size of Fetched data) group line format; identifies disk space
16147         used by agent and cache.
16148         (gnus-group-line-format-alist): Defined new F format.
16149         (gnus-total-fetched-for): New function.
16150         (gnus-group-delete-group): No longer update
16151         gnus-cache-active-altered as gnus-request-delete-group now keeps
16152         the cache in sync.
16153         (gnus-group-list-active): Let the agent store a server's active
16154         list if currently plugged.
16155
16156         * gnus-int.el (gnus-request-delete-group):
16157         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16158         local disk in sync with the server.
16159         (gnus-request-rename-group):
16160         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16161         local disk in sync with the server.
16162
16163         * gnus-start.el (gnus-get-unread-articles):
16164         Cosmetic simplification to logic.
16165
16166         * gnus-util.el (gnus-rename-file): New function.
16167
16168 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16169
16170         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16171
16172 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16175         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16176
16177 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16178
16179         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16180         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16181
16182 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16183
16184         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16185
16186 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16187
16188         * spam.el (spam-set-difference): Add function to replace
16189         gnus-set-difference in spam.el.
16190         (spam-summary-prepare-exit): Use spam-set-difference.
16191
16192 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * gnus-registry.el (gnus-registry-cache-file): Update to use
16195         gnus-dribble-directory OR gnus-home-directory OR ~.
16196         (gnus-registry-split-fancy-with-parent): Fix doc.
16197
16198 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * message.el (message-exchange-point-and-mark): Use
16201         message-mark-active-p.  Suggested by Jesper Harder
16202         <harder@ifa.au.dk>.
16203
16204 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * message.el (message-exchange-point-and-mark): Don't activate
16207         region if it was inactive.  Suggested by Hiroshi Fujishima
16208         <pooh@nature.tsukuba.ac.jp>.
16209
16210 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-art.el (article-display-face): Display Faces in the same
16213         order as X-Faces.
16214
16215 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16218
16219 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16222         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16223         (gnus-article-mime-hierarchy): Remove.
16224         (gnus-article-mime-hierarchy-next): Remove.
16225         (gnus-article-mode): Revert 2004-03-19 change.
16226         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16227         (gnus-insert-mime-button): Revert 2004-03-19 change.
16228         (gnus-mime-accumulate-hierarchy): Remove.
16229         (gnus-mime-enter-multipart): Remove.
16230         (gnus-mime-leave-multipart): Remove.
16231         (gnus-mime-display-part): Revert 2004-03-19 change.
16232         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16233
16234         * mml.el (mml-preview): Revert 2004-03-19 change.
16235
16236 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16237
16238         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16239
16240 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16243         t while entering a file name using the mm-with-multibyte macro.
16244         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16245
16246         * mm-util.el (mm-with-multibyte): New macro.
16247
16248 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16251         user option.
16252         (gnus-mime-multipart-functions): Doc and customization fix.
16253         (gnus-article-mime-hierarchy): New variable.
16254         (gnus-article-mime-hierarchy-next): New variable.
16255         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16256         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16257         gnus-article-mime-hierarchy-next to nil.
16258         (gnus-insert-mime-button): Show hierarchy numbers.
16259         (gnus-mime-accumulate-hierarchy): New function.
16260         (gnus-mime-enter-multipart): New function.
16261         (gnus-mime-leave-multipart): New function.
16262         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16263         (gnus-mime-display-alternative): Show hierarchy numbers.
16264
16265         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16266         gnus-article-mime-hierarchy-next to nil.
16267
16268 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16269
16270         * dns.el: Don't require gnus-xmas.
16271
16272 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16273
16274         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16275         inline PGP.
16276         (mml-menu): Disable mml-quote-region if mark is inactive.
16277
16278 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16281         when the group's active is not available.
16282
16283 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16286         error.
16287
16288 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * imap.el (imap-store-password): New variable.
16291         (imap-interactive-login): Use it.
16292         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16293
16294 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16297         window-start and hscroll to summary window.
16298
16299 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16300
16301         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16302         conversion message to newsrc-dribble when an actual conversion is
16303         performed.
16304
16305 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16306
16307         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16308
16309 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * mm-decode.el (mm-complicated-handles): New function reviving
16312         former definition of mm-multiple-handles.
16313
16314         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16315         (gnus-mime-delete-part): Use it.
16316
16317 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16318
16319         * gnus-agent.el (gnus-agent-read-local): Bind
16320         nnheader-file-coding-system to gnus-agent-file-coding-system to
16321         avoid the implicit assumption that they will always be equal.
16322         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16323         coding-system-for-write, as the with-temp-file macro first prints
16324         to a buffer then saves the buffer.
16325
16326 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-art.el (gnus-article-edit-part): New function.
16329         (gnus-mime-save-part-and-strip): Use it; do query instead of
16330         signaling an error; don't use mm-multiple-handles.
16331         (gnus-mime-delete-part): Ditto.
16332
16333 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16334
16335         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16336         old file versions.
16337         (gnus-group-prepare-hook): Removed function that converted list
16338         form of gnus-agent-expire-days to group properties.
16339
16340         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16341         (gnus-request-accept-article): Re-indented.
16342
16343         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16344         converters to handle old agent file formats.  Added logic for a
16345         "backup before upgrading warning".
16346         (gnus-convert-mark-converter-prompt): Developers can mark
16347         functions as needing (default), or not needing,
16348         gnus-convert-old-newsrc's "backup before upgrading warning".
16349         (gnus-convert-converter-needs-prompt): Tests whether the user
16350         should be protected from potentially irreversable changes by the
16351         function.
16352
16353         * legacy-gnus-agent.el: New.  Provides converters that are only
16354         loaded when gnus-convert-old-newsrc needs to call them.
16355
16356 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * mail-source.el (mail-source-touch-pop): Doc fix.
16359
16360         * message.el (message-smtpmail-send-it): Doc fix.
16361
16362 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16363
16364         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16365
16366         * nnmail.el (nnmail-split-fancy): do.
16367
16368         * gnus-kill.el (gnus-kill, gnus-execute): do.
16369
16370 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16371
16372         * gnus-sum.el (gnus-widget-reversible-match)
16373         (gnus-widget-reversible-to-internal)
16374         (gnus-widget-reversible-to-external): New functions.
16375         (gnus-widget-reversible): New widget.
16376         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16377
16378 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16379
16380         * gnus-sum.el (gnus-thread-sort-functions)
16381         (gnus-article-sort-functions): Document `(not F)' items.
16382
16383 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16384
16385         * spam.el (spam-use-gmane-xref): Add new backend.
16386         (spam-gmane-xref-spam-group): Add variable to control the name of the
16387         Gmane spam group.
16388         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16389         (spam-regex-headers-spam, spam-regex-headers-ham)
16390         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16391         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16392         backends and checks.
16393         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16394
16395         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16396         an autodetect method.
16397
16398 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16399
16400         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16401         articles are being added to a group.
16402         (gnus-request-replace-article): Inform the agent that articles
16403         need to be uncached as the cached contents are no longer valid.
16404
16405 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * binhex.el: Don't autoload executable-find.
16408
16409         * canlock.el: Don't autoload mail-fetch-field.
16410
16411         * dgnushack.el: Autoload c-mode for XEmacs.
16412
16413         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16414
16415         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16416         rmail-dont-reply-to and rmail-output.
16417
16418         * gnus-score.el: Don't autoload ffap-string-at-point.
16419
16420         * gnus-setup.el: Don't autoload sc-cite-original.
16421
16422         * imap.el: Don't autoload base64-decode-string,
16423         base64-encode-string and md5.
16424
16425         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16426         and rmail-msg-restore-non-pruned-header.
16427
16428         * mm-decode.el: Don't autoload executable-find.
16429
16430         * mm-url.el: Don't autoload executable-find.
16431
16432         * mm-view.el: Don't autoload diff-mode.
16433
16434         * nndb.el: Don't autoload news-reply-mode, news-setup,
16435         cancel-timer and telnet.
16436
16437         * password.el: Don't autoload run-at-time for Emacs.
16438
16439         * sha1-el.el: Don't autoload executable-find.
16440
16441         * sieve-mode.el: Don't autoload c-mode.
16442
16443         * uudecode.el: Don't autoload executable-find.
16444
16445 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16446
16447         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16448         (gnus-agent-possibly-alter-active): Avoid null in numeric
16449         comparison.
16450         (gnus-agent-set-local): Refuse to save null in local object table.
16451         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16452         list of articles that will be marked as unread.
16453
16454 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16457
16458 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16461         language tags.
16462
16463 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16464
16465         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16466         Don't bind "obarray".
16467
16468         * gnus-sum.el (gnus-thread-sort-functions): Added
16469         `gnus-thread-sort-by-most-recent-number' and
16470         `gnus-thread-sort-by-most-recent-date'.
16471         Reported by Kai Grossjohann <kai@emptydomain.de>.
16472
16473 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16476
16477 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16478
16479         * gnus-cus.el (gnus-agent-customize-category): Removed
16480         ignore-errors macro reference that required cl to be loaded at
16481         run-time.
16482
16483         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16484         single-interval range of the form (min . max).  Previously the
16485         range had to look like ((min . max)).  Likewise, return
16486         (min . max) rather than ((min . max)).
16487         (gnus-range-map): Use gnus-range-normalize to accept
16488         single-interval range.
16489
16490         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16491         the cache, but not the agent, now appear with their usual face.
16492
16493         * dgnushack.el (loaddir): New variable that is bound to the
16494         directory containing the dgnushack.el file. Use loaddir, rather
16495         than srcdir, to update load-path. Change lets dgnushack compile
16496         code in directories other than GNUS/lisp.
16497
16498 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * lpath.el: Don't bind w3m-safe-url-regexp.
16501
16502         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16503         w3m-safe-url-regexp variable buffer-local.
16504
16505         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16506
16507 2004-02-27  Simon Josefsson  <jas@extundo.com>
16508
16509         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16510         gnus-group-real-prefix.
16511         (gnus-summary-move-article): Use it, instead of
16512         gnus-group-real-prefix.
16513
16514 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * lpath.el: Bind w3m-safe-url-regexp.
16517
16518         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16519         w3m-safe-url-regexp variable buffer-local and set it as the value
16520         of mm-w3m-safe-url-regexp.
16521
16522         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16523
16524         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16525         parsing gnus-posting-styles when the message is not for replying.
16526
16527         * dgnushack.el: Autoload sgml-mode for XEmacs.
16528
16529         * nnrss.el (nnrss-opml-export): Use
16530         mm-set-buffer-file-coding-system instead of
16531         set-buffer-file-coding-system.
16532
16533 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16534
16535         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16536         of checkdoc.el).
16537         * nnrss.el: do.
16538         * gnus-mlspl.el: do.
16539         * gnus-ml.el: do.
16540         * gnus-srvr.el: do.
16541
16542         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16543
16544 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16545
16546         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16547         Corrections to custom-manual links.
16548
16549         * gnus-art.el (gnus-article): Ditto.
16550
16551         * mm-decode.el (mime-display, mime-security): Ditto.
16552
16553 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * flow-fill.el: Typo.
16556
16557 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16558
16559         * spam-wash.el: New file.
16560
16561 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16562
16563         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16564
16565 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16568         to be run with new-articles as LIST1, not LIST2.
16569         (spam-registration-functions): Add spam-use-ham-copy as a nil
16570         registration backend.
16571
16572 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16573
16574         * spam-stat.el (spam-stat-washing-hook): New option.
16575         (spam-stat-buffer-words): Use it.
16576         (spam-stat-process-directory, spam-stat-test-directory): Use
16577         insert-file-contents-literally.
16578         (spam-stat-coding-system): New variable.
16579         (spam-stat-load, spam-stat-save): Use it.
16580
16581 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * spam-report.el (spam-report-plug-agent): Quote
16584         spam-report-url-to-file and spam-report-url-ping-plain.
16585
16586 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16587
16588         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16589         / in mailto URLs.
16590
16591 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16592
16593         * spam-report.el (spam-report-process-queue): Fix interactive use.
16594         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16595         (spam-report-unplug-agent): Doc fixes.
16596         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16597         (spam-report-agentize, spam-report-deagentize): Autoload.
16598
16599 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16602
16603         * message.el (message-setup-fill-variables): Add mml tags to
16604         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16605         <ajk@iu.edu>.
16606         (message-mode): Don't modify paragraph-separate there.
16607
16608 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * compface.el (uncompface-use-external): Default to undecided.
16611         (uncompface-use-external-threshold): New variable.
16612         (uncompface-float-time): New macro.
16613         (uncompface): Determine whether to use the external decoder if
16614         uncompface-use-external is undecided.
16615
16616 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16617
16618         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16619         after images.
16620
16621         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16622
16623 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16624
16625         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16626
16627         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16628
16629         * gnus-sum.el (gnus-summary-limit-to-age)
16630         (gnus-summary-limit-children): do.
16631
16632         * gnus-int.el (gnus-request-scan): do.
16633
16634         * gnus-group.el (gnus-group-suspend): do.
16635
16636         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16637
16638         * gnus-cite.el (gnus-cite-parse-attributions): do.
16639
16640         * gnus-agent.el (gnus-summary-set-agent-mark)
16641         (gnus-agent-regenerate-group): do.
16642
16643         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16644
16645         * binhex.el (binhex-decode-region-internal): do.
16646
16647 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-fun.el (gnus-face-properties-alist): New user option.
16650         (gnus-display-x-face-in-from): Use it.
16651
16652         * gnus-art.el (article-display-face): Ditto.
16653
16654         * compface.el (uncompface-use-external): Default to nil.
16655
16656 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16657
16658         * nntp.el (nntp-erase-buffer): New function.
16659         (nntp-retrieve-data, nntp-send-command)
16660         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16661         (nntp-possibly-change-group): Use it.
16662
16663         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16664         with-current-buffer.
16665
16666 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16667
16668         * compface.el: Merge the ELisp-based uncompface program.
16669         (compface): New customization group.
16670         (uncompface-use-external): New user option.
16671         (uncompface): Call uncompface-internal if uncompface-use-external
16672         is nil.
16673         (uncompface-internal): New function.  Note that there are also
16674         some other functions and variables added for this function.
16675
16676 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16677
16678         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16679         if necessary.
16680
16681 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * spam-report.el (spam-report-unplug-agent)
16684         (spam-report-plug-agent, spam-report-deagentize)
16685         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16686         Add support for the Agent in spam-report: when unplugged, report to a
16687         file; when plugged, submit all the requests.
16688
16689         * spam.el (spam-register-routine): Fix message about
16690         registration.
16691
16692 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16693
16694         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16695         dependencies.
16696         (rfc2047-encode): Use it.
16697
16698         * gnus-art.el (gnus-button-marker-list): Move before first
16699         reference.
16700
16701         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16702         (imap-parse-body): Fix format string mismatch.
16703
16704         * gnus-score.el (gnus-summary-increase-score): do.
16705
16706         * nnrss.el (nnrss-close): New function.
16707
16708 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16709
16710         * nnrss.el (nnrss-make-filename): New function.
16711         (nnrss-request-delete-group, nnrss-read-server-data)
16712         (nnrss-save-server-data, nnrss-read-group-data)
16713         (nnrss-save-group-data): Use it.
16714         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16715         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16716         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16717
16718 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16719
16720         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16721
16722 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16723
16724         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16725         files.
16726
16727         * message.el (message-generate-headers-first): Don't quote nil
16728         and t in docstrings.
16729
16730         * imap.el (imap-id): do.
16731
16732         * gnus-agent.el (gnus-agent-consider-all-articles)
16733         (gnus-agent-queue-mail): do.
16734
16735 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * spam-report.el (spam-report-process-queue): New function.
16738         Process requests from `spam-report-requests-file'.
16739         (spam-report-process-queue): Doc fix.
16740
16741 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16742
16743         * spam.el (spam-register-routine)
16744         (spam-log-processing-to-registry, spam-log-registered-p)
16745         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16746         Change "check" to "spam-check" for semi-clarity.
16747
16748 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * pop3.el: Require nnheader.
16751
16752         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16753
16754         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16755
16756         * gnus-picon.el: Require cl.
16757
16758         * gnus-fun.el: Require gnus-ems and gnus-util.
16759
16760         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16761
16762         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16763
16764         * gnus-art.el (gnus-article-edit-mode): Define before first
16765         reference.
16766
16767 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16768
16769         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16770         (gnus-uu-post-encoded): Use point-at-bol.
16771
16772         * gnus-topic.el (gnus-group-active-topic-p): do.
16773
16774         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16775
16776         * gnus-group.el (gnus-group-kill-region): do.
16777
16778         * gnus-art.el (article-date-ut): do.
16779
16780         * message.el (message-fetch-field): Remove redundant
16781         case-fold-search binding.
16782         (message-narrow-to-field): Simplify.
16783
16784 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16785
16786         * spam.el (spam-directory): Derive from `gnus-directory'.
16787
16788         * spam-report.el (spam-report-url-to-file)
16789         (spam-report-requests-file): New function and variable for offline
16790         reporting.
16791         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16792         and user defined function.
16793         (spam-report-url-ping-mm-url): Remove doubled slash.
16794
16795 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16796
16797         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16798
16799 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16800
16801         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16802         format string mismatch.
16803
16804         * sieve.el (sieve-deactivate-all): do.
16805
16806         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16807
16808         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16809
16810         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16811
16812         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16813
16814 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16817         the list of checks.
16818
16819 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16820
16821         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16822         padding.
16823
16824 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16825
16826         * mm-view.el (mm-fill-flowed): New variable.
16827         (mm-inline-text): Use it.
16828
16829 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * spam.el (spam-spamassassin-register-ham-routine)
16832         (spam-spamassassin-register-spam-routine): Fix function names.
16833
16834 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus.el (gnus-tmp-grouplens): Remove.
16837         (gnus-summary-line-format): Remove grouplens.
16838
16839         * gnus-group.el (gnus-group-line-format): Ditto.
16840
16841         * gnus-spec.el (gnus-format-specs): Ditto.
16842         (gnus-update-format-specifications): Flush the group format spec
16843         cache if there's the grouplens stuff.
16844         (gnus-parse-simple-format): Replace %l with the empty string.
16845
16846 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16847
16848         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16849         omission.
16850
16851 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16854         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16855
16856 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16857
16858         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16859         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16860         New macros and functions.
16861         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16862         Handle > NLINK_MAX messages.
16863         * nnmaildir.el (nnmaildir-request-set-mark): Use
16864         nnmaildir--emlink-p and nnmaildir--eexist-p.
16865
16866 2004-01-25  Alex Schroeder  <alex@gnu.org>
16867
16868         * spam-stat.el (spam-stat-process-directory-age): New option.
16869         (spam-stat-process-directory): Use it.
16870
16871 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16872
16873         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16874         (spam-stat-save): Accept prefix argument.
16875
16876 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16877
16878         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16879         links" error.
16880
16881 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16884         the rest of the and/or forms.
16885
16886 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16887
16888         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16889         compatibility with old .newsrc.eld files.
16890
16891         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16892
16893         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16894
16895         * gnus-start.el (gnus-1): do.
16896
16897         * gnus-group.el (gnus-group-line-format-alist): do.
16898
16899         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16900
16901         * gnus-gl.el: Remove.
16902
16903 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16904
16905         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16906         marks consisting of a single range {for example, (3 . 5)} rather
16907         than a list of a single range { ((3 . 5)) }.
16908
16909 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16912         with-current-buffer.
16913         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16914         avoid consing a string.
16915
16916         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16917         Remove obsolete entries for big5 and gb2312.
16918
16919 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16920
16921         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16922         uncompressed list.
16923
16924 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16925
16926         * spam-stat.el (spam-stat-strip-xref): New function.
16927         (spam-stat-process-directory): Use it.
16928
16929         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16930         here -- it's done in message-fetch-field.
16931
16932 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16933
16934         * gnus-agent.el (gnus-agent-queue-mail)
16935         (gnus-agent-prompt-send-queue): New variables.
16936         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16937         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16938         "nndraft:queue" along to gnus-draft-send.  Use
16939         gnus-agent-prompt-send-queue.
16940         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16941         is "nndraft:queue".  Suggested by Gaute Strokkenes
16942         <gs234@srcf.ucam.org>
16943
16944         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16945         (agent-enable-undownloaded-faces): Added.
16946         (gnus-agent-cat-groups): Use eval-and-compile, not
16947         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16948         method of gnus-agent-cat-groups even when the buffer has been
16949         evaled.
16950         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16951         delete gnus-agent-save-active-1.
16952         (gnus-agent-save-groups): Deleted.  Identical to
16953         gnus-agent-save-active.
16954         (gnus-agent-write-active): No longer adjust agent's copy of active
16955         file as agent's adjustments are now stored in their own
16956         file.  Removed optional parameter.
16957         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16958         servers.  Add use of min/max range limits from server's local
16959         file.
16960         (gnus-agent-save-alist): Removed unused optional argument.
16961         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16962         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16963         (gnus-agent-set-local): A per-server file that keeps min/max range
16964         limits for articles known to the agent.  Provides a fast mechanism
16965         for altering many active ranges.
16966         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16967         active file (local makes it unnecessary).
16968         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16969
16970         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16971         (agent-enable-undownloaded-faces): Added.
16972
16973         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16974         disable it when sending to "nndraft:queue".
16975         (gnus-group-send-queue): Add safety check to avoid sending queue
16976         when unplugged.
16977
16978         * gnus-group.el (gnus-group-catchup): Use new
16979         gnus-sequence-of-unread-articles, not
16980         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16981         numbers of articles.  Use gnus-range-map to avoid having to
16982         uncompress the unread list.
16983         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16984         Fixed invalid ange-ftp reference.
16985
16986         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16987         (gnus-sorted-range-intersection): Intersection of two ranges
16988         without requiring that they first be uncompressed.
16989
16990         * gnus-start.el (gnus-activate-group): Unless blocked by the
16991         caller, possibly expand the active range to include both cached
16992         and agentized articles.
16993         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16994         multiple version-dependent converters.
16995         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16996         gnus-agent-save-active.
16997         (gnus-save-newsrc-file): Save dirty agent range limits.
16998
16999         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17000         gnus-agent-possibly-alter-active.
17001         (gnus-adjust-marked-articles): Faster handling of simple lists.
17002
17003 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * spam-stat.el (spam-stat-test-directory): New optional argument
17006         displays a list of files detected.  Suggested by Andrew Cohen
17007         <cohen@andy.bu.edu>.
17008         (spam-stat-buffer-words-with-scores): Don't narrow and change
17009         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17010
17011 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17012
17013         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17014         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17015         (spam-spamassassin-arguments)
17016         (spam-spamassassin-spam-flag-header)
17017         (spam-spamassassin-positive-spam-flag-header)
17018         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17019         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17020         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17021         (spam-list-of-processors, spam-list-of-checks)
17022         (spam-list-of-statistical-checks, spam-registration-functions)
17023         (spam-check-spamassassin-headers, spam-check-spamassassin)
17024         (spam-spamassassin-score)
17025         (spam-spamassassin-register-with-sa-learn)
17026         (spam-spamassassin-register-spam-routine)
17027         (spam-spamassassin-register-ham-routine)
17028         (spam-assassin-register-spam-routine)
17029         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17030         (spam-bogofilter-score): Fix to show article before scoring.
17031
17032 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17033
17034         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17035         default scoring function.
17036         (spam-generic-score): Call spam-spamassassin-score if
17037         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17038         spam-bogofilter-score otherwise.
17039
17040         * gnus.el (spam-process, spam-autodetect-methods): Add
17041         spamassassin and spamassassin-headers.
17042
17043 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17044
17045         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17046         Suppress unnecessary messages.
17047
17048 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17049
17050         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17051         make-hash-table.
17052
17053 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * canlock.el (base64-encode-string): Don't autoload it.
17056
17057 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * run-at-time.el: Remove useless (require 'itimer),
17060         eval-and-compile and (featurep 'xemacs).
17061
17062 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17063
17064         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17065         GROUP is a virtual group.
17066
17067 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17068
17069         * gnus.el: Autoload `message-y-or-n-p'.
17070
17071 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17072
17073         * pgg-parse.el: Remove unnecessary (require 'custom).
17074
17075         * pgg-def.el: do.
17076
17077         * nnmail.el: do.
17078
17079         * gnus-undo.el: do.
17080
17081         * gnus-picon.el: do.
17082
17083         * gnus-util.el: do.
17084
17085 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17086
17087         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17088
17089 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17092         handle, as well as a list.
17093
17094         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17095         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17096         (mm-w3m-cid-retrieve): Simplify.
17097
17098 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17099
17100         * message.el (message-kill-to-signature): Allow prefix arg to
17101         specify number of lines to keep before signature.
17102
17103 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17104
17105         * message.el (message-kill-to-signature): Change docstring.
17106
17107 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * canlock.el: Always require sha1-el.
17110         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17111
17112         * message.el: Autoload sha1 only when compiling.
17113
17114         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17115         eudc-expand-inline for XEmacs.
17116
17117 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * message.el (message-canlock-generate): Require sha1-el.
17120
17121 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17122
17123         * message.el (message-expand-name): Silence the byte compiler.
17124
17125         * lpath.el: Add detect-coding-system.
17126
17127         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17128         cus-edit.
17129
17130 2004-01-13  Simon Josefsson  <jas@extundo.com>
17131
17132         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17133         Invoke gnus-score-mode.  Reported by
17134         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17135
17136         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17137         Jim Blandy <jimb@redhat.com> (tiny change).
17138
17139 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17140
17141         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17142
17143 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17144
17145         * spam.el (spam-get-article-as-string): Update to use
17146         gnus-request-article-this-buffer, much simpler.
17147         (spam-get-article-as-buffer): Remove.
17148
17149 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17150
17151         * message.el (message-expand-name): Use EUDC if the user uses that.
17152
17153 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17154
17155         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17156         character for the encoding to avoid consing a string.
17157
17158         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17159         unnecessarily.
17160
17161         * mm-util.el (mm-replace-chars-in-string): Remove.
17162
17163         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17164         of mm-replace-chars-in-string.
17165
17166 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17167
17168         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17169
17170         * mm-util.el (mm-subst-char-in-string): Support inplace.
17171
17172         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17173         a new string in every iteration.  Use shy groups.
17174
17175 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17176
17177         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17178         * gnus-soup.el (gnus-soup-group-brew):
17179         * gnus-msg.el (gnus-put-message):
17180         * gnus-move.el (gnus-group-move-group-to-server):
17181         * gnus-kill.el (gnus-batch-score):
17182         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17183         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17184         (gnus-group-update-group, gnus-group-read-group)
17185         (gnus-group-make-group, gnus-group-make-help-group)
17186         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17187         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17188         (gnus-group-sort-by-unread, gnus-group-catchup)
17189         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17190         (gnus-group-yank-group, gnus-group-set-info)
17191         (gnus-group-list-groups):
17192         * gnus.el (gnus-generate-new-group-name):
17193         * gnus-delay.el (gnus-delay-send-queue):
17194         * nnvirtual.el (nnvirtual-catchup-group):
17195         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17196         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17197         (gnus-group-prepare-topics, gnus-topic-check-topology):
17198         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17199         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17200         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17201         (gnus-group-make-articles-read):
17202         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17203         (gnus-group-change-level, gnus-kill-newsgroup)
17204         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17205         (gnus-get-unread-articles, gnus-make-articles-unread)
17206         (gnus-make-ascending-articles-unread): Use accessor
17207         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17208         to get group information for improved readability.
17209
17210
17211 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * gnus-art.el (article-decode-mime-words, article-babel)
17214         (gnus-article-highlight-signature, gnus-article-add-buttons)
17215         (gnus-signature-toggle): Use gnus-with-article-buffer.
17216
17217         * gnus-art.el (gnus-article-highlight-headers)
17218         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17219
17220         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17221         (gnus-article-set-globals, gnus-request-article-this-buffer)
17222         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17223         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17224         (gnus-mime-display-alternative): Use with-current-buffer.
17225
17226 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17227
17228         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17229         also under 80 char limit, and call gnus-error if needed.
17230         (spam-fetch-article-header): Fix - it was a
17231         buffer-local variable (gnus-newsgroup-data).
17232         (spam-find-spam): Use spam-generate-fake-headers, forget about
17233         spam-insert-fake-headers.
17234         (spam-insert-fake-headers): Remove.
17235
17236 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * deuglify.el (gnus-article-outlook-unwrap-lines)
17239         (gnus-outlook-rearrange-article)
17240         (gnus-outlook-repair-attribution-outlook)
17241         (gnus-outlook-repair-attribution-block)
17242         (gnus-outlook-repair-attribution-other): Remove redundant
17243         save-excursion.
17244
17245 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17246
17247         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17248         (spam-fetch-field-subject-fast)
17249         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17250         (spam-fetch-article-header): Add functions to deal with Gnus
17251         internals for fast retrieval of article header data.
17252         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17253
17254 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17255
17256         * pop3.el (pop3-md5): Remove.
17257         (pop3-apop): Replace pop3-md5 with md5.
17258
17259         * mm-bodies.el: base64 is always built-in.
17260
17261         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17262         with-current-buffer.
17263
17264 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * canlock.el (canlock-insert-header): Remove excessive grouping in
17267         regexp.
17268
17269         * gnus-sum.el (gnus-summary-read-document): Ditto.
17270
17271         * gnus-uu.el (gnus-uu-part-number): Ditto.
17272
17273         * html2text.el (html2text-remove-tags): Ditto.
17274         (html2text-format-tags): Ditto.
17275         (html2text-format-single-elements): Ditto.
17276
17277         * mml.el (mml-parse-1): Ditto.
17278
17279 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17282
17283         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17284
17285         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17286
17287         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17288
17289 2003-11-15  Simon Josefsson  <jas@extundo.com>
17290
17291         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17292         (pgg-gpg-lookup-key): Use regexp match instead of
17293         split-string (split-string is different between emacs 21.2 and
17294         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17295
17296 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * gnus-art.el (gnus-mime-view-all-parts)
17299         (gnus-article-part-wrapper, gnus-article-view-part): Use
17300         with-current-buffer.
17301
17302 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-disable-spam-split-during-ham-respool)
17305         (spam-spamoracle-database, spam-cache-lookups)
17306         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17307         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17308         (spam-group-ham-marks, spam-group-spam-marks)
17309         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17310         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17311         also add spam-use-blackholes to the statistical checks.
17312         (spam-fetch-field-fast): Add interface to fetching fields, may
17313         become a macro.
17314         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17315         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17316         (spam-insert-fake-headers): Fake an article when needed.
17317         (spam-find-spam): Fake article when possible.
17318         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17319         (spam-check-bogofilter-headers): Use message-fetch-field instead
17320         of nnmail-fetch-field.
17321
17322 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17323
17324         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17325
17326 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * spam.el (spam-split): Do not require spam-use-CHECK to be
17329         enabled if that check is passed to spam-split explicitly; also
17330         fix so 'spam doesn't get converted to spam-split-group when
17331         spam-split-symbolic-return is t.
17332         (spam-find-spam): Find registrations of the article and use those
17333         instead of re-running spam-split to find the spam/ham
17334         classification of the article.
17335         (spam-log-processing-to-registry, spam-log-registered-p)
17336         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17337         Use gnus-error instead of gnus-message.
17338         (spam-log-registration-type): Add function to determine the
17339         classification of a message based on registry entries; will
17340         return nil if both 'spam and 'ham are found.
17341         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17342         a reasonably fast local cache without the loading errors.
17343         (spam-cache-lookups): Set to t by default.
17344         (spam-find-spam): Don't try to guess spam-cache-lookups.
17345         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17346         spam-caches entry.
17347         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17348         caching of whitelist/blacklist entries.
17349         (spam-check-whitelist, spam-check-blacklist): Invoke
17350         spam-from-listed-p with a type, not a cache variable.
17351         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17352
17353 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17356
17357         * nnmail.el (nnmail-split-fancy): do.
17358
17359         * mml.el (mml-parse): do.
17360
17361         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17362         (gnus-score-adaptive): do.
17363
17364 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17367         (gnus-mime-button-map): Don't set keymap parent.
17368         (gnus-button-ctan-directory-regexp): Use shy grouping.
17369         (gnus-prev-page-map): Don't set keymap parent.
17370         (gnus-prev-page-map): Remove duplicated one.
17371         (gnus-next-page-map): Don't set keymap parent.
17372         (gnus-mime-security-button-map): Ditto.
17373
17374         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17375         version number.
17376
17377         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17378
17379 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * canlock.el (canlock-sha1-function): Remove.
17382         (canlock-sha1-function-for-verify): Remove.
17383         (canlock-openssl-program): Remove.
17384         (canlock-openssl-args): Remove.
17385         (canlock-ignore-errors): Remove.
17386         (canlock-sha1-with-openssl): Remove.
17387         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17388         (canlock-verify): Don't use canlock-ignore-errors.
17389
17390         * sha1-el.el (sha1-string-external): Make it can return a string
17391         in binary form.
17392         (sha1-region-external): Ditto.
17393         (sha1-string-internal): Ditto.
17394         (sha1-region-internal): Ditto.
17395         (sha1-region): Ditto.
17396         (sha1-string): Ditto.
17397         (sha1): Ditto.
17398
17399 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17400
17401         * spam.el (spam-report-articles-gmane): New command.
17402
17403 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17406
17407         * run-at-time.el (run-at-time-saved): Remove.
17408         (run-at-time): Doc fix.
17409
17410 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17411
17412         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17413         (gnus-summary-limit-map): Add it.
17414         (gnus-summary-make-menu-bar): do.
17415
17416 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17417
17418         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17419         Make attempt at some caching support (done for BBDB only now).
17420         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17421         addresses to be checked.
17422         (spam-clear-cache-BBDB): Add function, to be invoked by
17423         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17424         (spam-check-BBDB): Check and use the caches, if
17425         spam-cache-lookups is on, remove superfluous (provide).
17426
17427 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17428
17429         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17430
17431 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17432
17433         * run-at-time.el (run-at-time-saved): Move to after the definition
17434         of `run-at-time'.
17435
17436         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17437
17438 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17441         mm-w3m-local-map-property.
17442
17443         * mm-view.el (mm-w3m-mode-map): Remove.
17444         (mm-w3m-local-map-property): Remove.
17445         (mm-inline-text-html-render-with-w3m): Don't use
17446         mm-w3m-local-map-property.
17447
17448 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17449
17450         * run-at-time.el: New file.
17451
17452         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17453         under Emacs.
17454
17455         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17456         of gnus-set-text-properties.
17457
17458         * gnus-uu.el (gnus-uu-save-article): Ditto.
17459
17460         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17461
17462         * gnus-cite.el (gnus-cite-parse): Ditto.
17463
17464         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17465         of gnus-.
17466
17467         * gnus-xmas.el (run-at-time): Require run-at-time.
17468
17469         * gnus.el: Changed calls to nnheader-run-at-time and
17470         password-run-at-time throughout to use run-at-time directly.
17471
17472         * password.el: Removed definition of run-at-time.
17473
17474         * nnheaderxm.el: Remove definition of run-at-time.
17475
17476 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17477
17478         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17479         in prompt.
17480
17481 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17482
17483         * messagexmas.el (message-xmas-redefine): Alias
17484         `message-make-caesar-translation-table' to
17485         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17486         version.
17487
17488         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17489         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17490         `gnus-xmas-set-text-properties'.
17491         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17492         `gnus-xmas-completing-read'.
17493         (gnus-xmas-completing-read): Removed.
17494         (gnus-xmas-open-network-stream): Removed.
17495
17496         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17497         XEmacs version.
17498
17499         * dns.el (dns-make-network-process): Use `open-network-stream'
17500         instead of `gnus-xmas-open-network-stream'.
17501
17502         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17503
17504         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17505
17506 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17507
17508         * gnus-art.el (gnus-mime-display-alternative)
17509         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17510         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17511         Don't use gnus-local-map-property.
17512
17513         * gnus-util.el (gnus-local-map-property): Remove.
17514
17515         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17516         gnus-completing-read-maybe-default with completing-read.
17517
17518         * gnus-util.el (gnus-completing-read): do.
17519         (gnus-completing-read-maybe-default): Remove.
17520
17521 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17522
17523         * password.el: Only autoload `run-at-time' if not XEmacs.
17524         Only autoload the itimer functions if XEmacs.
17525
17526 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17529         XEmacsen.
17530
17531         * dgnushack.el: Autoload executable-find for XEmacs.
17532
17533 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17534
17535         * gnus-art.el (gnus-read-string): Remove.
17536         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17537         read-string.
17538
17539 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17540
17541         * netrc.el: Autoload password-read.
17542         (netrc): Add configuration group.
17543         (netrc-encoding-method, netrc-openssl-path): Add
17544         variables for encoding and decoding of files with symmetric
17545         ciphers.
17546         (netrc-encode): Add assistant function to encode a file with
17547         netrc-encoding-method.
17548         (netrc-parse): Add interactive parameter, added optional
17549         decoding if netrc-encoding-method is non-nil but otherwise
17550         behavior is standard.
17551         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17552         Do s/encode/encrypt/ everywhere.
17553
17554         * spam.el: Remove executable-find autoload.
17555
17556 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17557
17558         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17559
17560         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17561
17562 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * gnus-art.el (gnus-treat-ansi-sequences)
17565         (article-treat-ansi-sequences): New variable and function.
17566         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17567
17568         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17569         Use it.
17570
17571 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * mm-util.el (mm-quote-arg): Remove.
17574
17575         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17576         shell-quote-argument.
17577
17578         * gnus-uu.el (gnus-uu-command): do.
17579
17580         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17581
17582         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17583         with make-char.
17584
17585         * mm-util.el (mm-make-char): Remove.
17586
17587         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17588         add-minor-mode.
17589
17590         * gnus-undo.el (gnus-undo-mode): do.
17591
17592         * gnus-topic.el (gnus-topic-mode): do.
17593
17594         * gnus-sum.el (gnus-dead-summary-mode): do.
17595
17596         * gnus-start.el (gnus-slave-mode): do.
17597
17598         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17599
17600         * gnus-ml.el (gnus-mailing-list-mode): do.
17601
17602         * gnus-gl.el (gnus-grouplens-mode): do.
17603
17604         * gnus-draft.el (gnus-draft-mode): do.
17605
17606         * gnus-dired.el (gnus-dired-mode): do.
17607
17608         * gnus-ems.el (gnus-add-minor-mode): Remove.
17609
17610         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17611         Replace gnus-char-width with char-width.
17612
17613         * gnus-ems.el (gnus-char-width): Remove.
17614
17615         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17616         Replace gnus-char-width with char-width.
17617
17618         * gnus-ems.el (gnus-char-width): Remove.
17619
17620         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17621         definition.
17622         Remove Emacs 20 hash table compatibility code.
17623
17624         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17625         20 compatibility code.
17626
17627         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17628
17629         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17630
17631         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17632         with point-at-{eol,bol}.
17633
17634         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17635
17636         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17637
17638         * flow-fill.el (fill-flowed-point-at-bol)
17639         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17640
17641         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17642         Replace with point-at-{eol,bol} throughout all files.
17643
17644 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * ntlm.el (ntlm-string-as-unibyte): New macro.
17647         (ntlm-build-auth-response): Use it.
17648
17649         Remove Emacs 20 stuff:
17650         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17651         (butlast, mapc, remove): Remove the compiler macros.
17652         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17653         of delq and copy-sequence.
17654         * gnus-art.el (popup-menu): Remove the compiler macro.
17655         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17656         Emacs 20.
17657
17658 2004-01-05  Simon Josefsson  <jas@extundo.com>
17659
17660         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17661         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17662         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17663         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17664         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17665         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17666         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17667         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17668         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17669         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17670         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17671         string-xor into ntlm-string-xor.  Suggested by
17672         Jesper Harder <harder@myrealbox.com>.
17673
17674         * ntlm.el: Don't include poem.
17675
17676         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17677         Jesper Harder <harder@myrealbox.com>.
17678
17679         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17680
17681         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17682         probably breaks emacs with DL patch, but do we care? Is anyone
17683         still using the DL stuff?)
17684
17685         * sieve-manage.el: Use the password package.
17686         (sieve-manage-read-passwd): Remove.
17687         (sieve-manage-interactive-login): Use password.  Re-add
17688         condition-case around loop.
17689
17690         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17691         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17692         the password package.
17693
17694 2003-02-19  Simon Josefsson  <jas@extundo.com>
17695
17696         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17697         token.
17698
17699 2002-08-07  Simon Josefsson  <jas@extundo.com>
17700
17701         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17702         (sieve-manage-authenticators):
17703         (sieve-manage-authenticator-alist): Add some SASL mechs.
17704         (sieve-sasl-auth): New function.
17705         (sieve-manage-cram-md5-auth):
17706         (sieve-manage-plain-auth): Rewrite using SASL library.
17707         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17708         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17709         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17710         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17711
17712 2004-01-05  Simon Josefsson  <jas@extundo.com>
17713
17714         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17715         New files.
17716
17717 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17718
17719         * gnus-group.el (gnus-no-groups-message): Update.
17720
17721         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17722
17723 2003-11-09  Simon Josefsson  <jas@extundo.com>
17724
17725         * imap.el: Support for ID IMAP extension (RFC 2971).
17726         (imap-local-variables): Add imap-id.
17727         (imap-id): New variable.
17728         (imap-id): New function.
17729         (imap-parse-response): Parse untagged ID response.
17730         * nnimap.el (nnimap-id): New variable.
17731         (nnimap-open-connection): Use it.
17732
17733 2003-12-28  Simon Josefsson  <jas@extundo.com>
17734
17735         * gnus-score.el (gnus-score-edit-all-score): New.
17736         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17737
17738 2004-01-04  Simon Josefsson  <jas@extundo.com>
17739
17740         * password.el: Add.
17741
17742 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17743
17744         * dns.el (dns-query-types): Fix typo.
17745         (dns-query-types): New function.
17746         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17747         PTR and SOA replies, see RFC 1035.
17748
17749 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17750
17751         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17752
17753         * Moved to Changelog.2.
17754
17755 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756
17757         * gnus.el (gnus-version-number): Bump version.
17758
17759 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17760
17761         * gnus.el: No Gnus v0.1 is released.
17762
17763 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17764
17765         * gnus.el: No Gnus v0.0 is released.
17766
17767 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17768
17769         * gnus.el (gnus-version-number): Bump.
17770         (gnus-version): No.
17771
17772 See ChangeLog.2 for earlier changes.
17773
17774     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17775       Free Software Foundation, Inc.
17776
17777   This file is part of GNU Emacs.
17778
17779   GNU Emacs is free software: you can redistribute it and/or modify
17780   it under the terms of the GNU General Public License as published by
17781   the Free Software Foundation, either version 3 of the License, or
17782   (at your option) any later version.
17783
17784   GNU Emacs is distributed in the hope that it will be useful,
17785   but WITHOUT ANY WARRANTY; without even the implied warranty of
17786   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17787   GNU General Public License for more details.
17788
17789   You should have received a copy of the GNU General Public License
17790   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17791
17792 ;; Local Variables:
17793 ;; coding: utf-8
17794 ;; fill-column: 79
17795 ;; add-log-time-zone-rule: t
17796 ;; End: