(nnimap-close-server): Implement.
[gnus] / lisp / ChangeLog
1 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4         (nnimap-close-server): Implement.
5
6         * dgnushack.el (iswitchb): Require to shut up the compiler.
7
8         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9         (shr-insert): Tweak line breaking.
10         (shr-insert): Handle <pre> better.
11         (shr-tag-li): Get <li> indentation right.
12         (shr-tag-li): Get <li> indentation even righter.
13         (shr-tag-blockquote): Ensure paragraph start.
14         (shr-make-table): Tweak table generation.
15         (shr-make-table): Fix typo.
16
17         * shr.el: Implement table rendering.
18
19 2010-10-04  Julien Danjou  <julien@danjou.info>
20
21         * gnus-html.el (gnus-html-put-image): Fix resize image code.
22
23 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * shr.el (shr-insert): Use string anchors instead of line anchors.
26
27 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * shr.el: Add headings.
30         (shr-ensure-paragraph): Actually work.
31         (shr-tag-li): Make <ul> prettier.
32         (shr-insert): Get white space at the beginning/end of elements right.
33         (shr-tag-p): Collapse subsequent <p>s.
34         (shr-ensure-paragraph): Don't insert double line feeds after blank
35         lines.
36         (shr-insert): \t is also space.
37         (shr-tag-s): Fix "s" tag name function.
38         (shr-tag-s): Fix face prop name.
39
40 2010-10-03  Julien Danjou  <julien@danjou.info>
41
42         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
43
44         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
45         gnus-window-inside-pixel-edges.
46
47         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
48         gnus-ems.
49
50         * mm-view.el (mm-inline-image-emacs): Support image resizing.
51
52         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
53         function.
54
55         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
56         resize choice.
57
58 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
61         beginning of the buffer.
62
63         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
64         article buffer again.
65
66         * shr.el (shr-tag-p): Don't insert newlines at the start of the
67         buffer.
68
69         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
70         when it's at the start of the buffer.
71
72         * shr.el (shr-tag-blockquote): Convert name.
73         (shr-rescale-image): Use the right image-size variant.
74
75         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
76         buffer isn't shown, then select the current article first instead of
77         bugging out.
78         (gnus-summary-select-article-buffer): Show both the article and summary
79         buffers again.
80
81         * shr.el (shr-fontize-cont): Protect against regions with no text.
82         Rename tag functions to shr-tag-* for enhanced security.
83         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
84
85 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
86
87         * shr.el (shr-insert):
88         * pop3.el (pop3-movemail):
89         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
90         loaded.
91
92 2010-10-03  Glenn Morris  <rgm@gnu.org>
93
94         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
95
96         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
97
98         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
99
100         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
101
102         * gnus-util.el (gnus-make-local-hook): Simplify.
103
104 2010-10-02  Julien Danjou  <julien@danjou.info>
105
106         * gnus-util.el (gnus-iswitchb-completing-read): New function.
107         (gnus-ido-completing-read): New function.
108         (gnus-emacs-completing-read): New function.
109         (gnus-completing-read): Use gnus-completing-read-function.
110         Add gnus-completing-read-function.
111
112 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * shr.el (shr-insert-document): Autoload.
115         (shr-img): Be silent.
116         (shr-insert): Add a newline after every picture before text.
117         (shr-add-font): Use overlays for combining faces.
118         (shr-insert): Pass upwards the text start point.
119
120         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
121         possible.
122         (mm-shr): New function.
123
124 2010-10-02  Julien Danjou  <julien@danjou.info>
125
126         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
127         should go backward.
128
129 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
130
131         * shr.el (shr): Fix typo in provide call.
132
133 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * shr.el: New file.
136
137         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
138
139         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
140         completing read.
141
142 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
145         we're being queried about.  Suggested by Dan Jacobson.
146
147         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
148         by Jason Eisner.
149
150         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
151         table, too.  Suggested by Stefan Wiens.
152         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
153         the table unnecessary.  Suggested by Stefan Wiens.
154
155         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
156         longer needed, and probably doesn't work either, as pointed out by
157         Stefan Wiens.
158         (gnus-summary-exit): Remove call to the clearing function.
159         (gnus-summary-exit-no-update): Ditto.
160
161         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
162         instead of gnus-eval-in-buffer-window to avoid popping up frames.
163         Reported by Stefan Monnier.
164         (gnus-summary-save-in-rmail): Ditto.
165
166         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
167         article buffer, instead of both the article buffer and the summary
168         buffer.  Sort of suggested by Dan Jacobson.
169
170         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
171
172         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
173         Suggested by Dan Jacobson.
174
175         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
176         documentation clearer.
177
178         * message.el (message-shorten-references): Comment on the number "21".
179         Suggested by Stefan Monnier.
180
181         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
182         Suggested by Dan Jacobson.
183
184         * gnus.el (gnus-large-newsgroup): Mention
185         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
186
187         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
188         externalize attachments.  Bug reported by Steve Wen.
189
190         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
191         really message anything to the user.
192
193         * nnmail.el (nnmail-article-group): Allow using the fancy split method
194         directly.
195
196         * nnimap.el (nnimap-request-group): Low higher than high to signal no
197         messages in empty groups.
198
199 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
200
201         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
202         non-UIDNEXT group.
203
204 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
207         not the value from the collection.
208
209         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
210         values.  This sometimes happens on some groups that have no info.
211         (nnimap-request-newgroups): New function.
212
213 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
216         check into `gnus-registry-initialize'.
217         (gnus-registry-initialize): Ditto.
218         Fix and extend header docs.
219
220 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
223         regexp backtrace overflows.
224
225         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
226         for starttls that tls.el implements; i.e. openssl.
227
228         * tls.el (tls-starttls-switches): Give up on using starttls with
229         gnutls-cli.
230         (tls-program): Add --insecure to be consistent with the defaults from
231         openssl s_client.  Now all three commands are insecure.
232
233 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * lpath.el: Bind completion-styles-alist for XEmacs.
236
237         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
238         (gravatar-create-image): New function that's an alias to
239         gnus-xmas-create-image, gnus-create-image, or create-image.
240         (gravatar-data->image): Use it.
241
242 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
243
244         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
245         install the nnregistry refer method.
246         (gnus-registry-install-hooks): Use it.
247         (gnus-registry-unfollowed-groups): Add nnmairix to the default
248         unfollowed groups.
249
250 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
251
252         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
253         expanding threads.
254
255 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * nnir.el: Use the server names without suffixes (bug #7009).
258
259         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
260         unencrypted to STARTTLS, if possible.
261
262 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
263
264         * message.el (message-ignored-supersedes-headers): Strip Injection-*
265         headers before superseding.
266
267 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * nnrss.el (nnrss-use-local): Add documentation.
270
271         * nnimap.el (nnimap-extend-tls-programs): New function.
272         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
273         (nnimap-wait-for-connection): Accept the greeting from the stupid
274         output from openssl s_client -starttls, too.
275
276         * tls.el (tls-starttls-switches): New variable.
277         (tls-find-starttls-argument): Use it.
278         (open-tls-stream): Ditto.
279
280         * netrc.el (netrc-credentials): Return the value of the "default"
281         entry.
282         (netrc-machine): Ditto.
283
284         * nnimap.el (nnimap-find-article-by-message-id): Really return the
285         article number.
286         (nnimap-split-fancy): New variable.
287         (nnimap-split-incoming-mail): Use it.
288
289         * nntp.el (nntp-server-list-active-group): Document.
290
291         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
292         SELECT to get the message-id.
293
294         * mail-source.el (mail-sources): Removed webmail support.
295         (defvar): Ditto.
296         (mail-source-fetcher-alist): Ditto.
297         (mail-source-fetch-webmail): Removed.
298
299         * webmail.el: Removed -- doesn't seem relevant any more.
300
301         * gnus.el: Fix up make-obsolete-variable declarations throughout.
302
303         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
304         the \r.
305
306 2010-09-30  Julien Danjou  <julien@danjou.info>
307
308         * gnus-agent.el (gnus-agent-add-group): Fix call to
309         gnus-completing-read.
310
311 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * nndoc.el (nndoc-retrieve-groups): New function.
314
315         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
316         `default', use nnmail-split-methods.
317         (nnimap-request-article): Downcase the NILs so that they are nil.
318
319         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
320         symbol.
321
322         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
323         code, since if the user has requested network, that's what they ought
324         to get.
325         (nnimap-request-set-mark): Erase the buffer before issuing commands.
326         (nnimap-split-rule): Mark as obsolete.
327
328         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
329         variable.
330
331         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
332         correct slot, too.
333
334 2010-09-29  Julien Danjou  <julien@danjou.info>
335
336         * gnus.el (gnus-local-domain): Declare variable obsolete.
337
338         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
339         computing.
340         (gnus-ido-completing-read): Require ido.
341
342 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-registry.el: Don't prompt on load, which makes it impossible to
345         build Gnus.
346
347         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
348         when interpreting the structures.
349         (nnimap-request-accept-article): Add \r\n to the lines to make this
350         work with Cyrus.
351
352         * nndraft.el (nndraft-request-expire-articles): Use the group name
353         instead if "nndraft".  Fix found by Nils Ackermann.
354
355 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
356
357         * nnregistry.el: Added.
358
359 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
360
361         * nnmail.el (group, group-art-list, group-art):
362         Remove unneeded directives.
363
364 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
367         (mm-mime-charset)
368         * rfc2047.el (rfc2047-syntax-table)
369         * utf7.el (utf7-utf-16-coding-system): Comment fix.
370
371         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
372         rather than `insert-file-contents' and `eval-region'.
373
374         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
375         construction.
376
377         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
378
379         * time-date.el: No need to require cl for Emacs 21.
380
381 2010-09-29  Julien Danjou  <julien@danjou.info>
382
383         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
384         replacement of `gnus-gravatar-relief' to mimic
385         `gnus-faces-properties-alist'.
386         Add :version property.
387
388 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * mail-source.el (mail-source-report-new-mail)
391         * message.el (message-default-mail-headers)
392         * mm-decode.el (mm-valid-image-format-p): Comment fix.
393
394         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
395
396 2010-09-28  Julien Danjou  <julien@danjou.info>
397
398         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
399         mail-address contains the same string as real-name.
400
401         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
402         non-blank in header, otherwise it'll get stripped.
403
404         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
405         real-name, and then for mail address rather than doing : or , search.
406
407 2010-09-27  Julien Danjou  <julien@danjou.info>
408
409         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
410         (gnus-server-goto-server): Use gnus-completing-read.
411
412         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
413
414         * mm-util.el (defalias): Use gnus-completing-read.
415         (mm-codepage-setup): Use gnus-completing-read.
416
417         * smime.el (smime-sign-buffer): Use gnus-completing-read.
418         (smime-decrypt-buffer): Use gnus-completing-read.
419
420         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
421
422         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
423         (mml-minibuffer-read-disposition): Use gnus-completing-read.
424         (mml-insert-multipart): Use gnus-completing-read.
425
426         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
427
428         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
429
430         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
431
432         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
433
434         * gnus.el (gnus-read-method): Use gnus-completing-read.
435
436         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
437
438         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
439         (gnus-mime-action-on-part): Use gnus-completing-read.
440         (gnus-article-encrypt-body): Use gnus-completing-read.
441
442         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
443         (gnus-topic-move-matching): Use gnus-completing-read.
444         (gnus-topic-copy-matching): Use gnus-completing-read.
445         (gnus-topic-sort-topics): Use gnus-completing-read.
446         (gnus-topic-move): Use gnus-completing-read.
447
448         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
449         (gnus-agent-add-group): Use gnus-completing-read.
450
451         * nnmairix.el (nnmairix-create-server-and-default-group): Use
452         gnus-completing-read.
453         (nnmairix-update-groups): Use gnus-completing-read.
454         (nnmairix-get-server): Use gnus-completing-read.
455         (nnmairix-backend-to-server): Use gnus-completing-read.
456         (nnmairix-goto-original-article): Use gnus-completing-read.
457         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
458
459         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
460
461         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
462         (gnus-group-make-useful-group): Use gnus-completing-read.
463         (gnus-group-make-web-group): Use gnus-completing-read.
464         (gnus-group-add-to-virtual): Use gnus-completing-read.
465         (gnus-group-browse-foreign-server): Use gnus-completing-read.
466
467         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
468         (gnus-summary-limit-to-extra): Use gnus-completing-read.
469         (gnus-summary-execute-command): Use gnus-completing-read.
470         (gnus-summary-respool-article): Use gnus-completing-read.
471         (gnus-read-move-group-name): Use gnus-completing-read.
472
473         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
474         (gnus-summary-score-effect): Use gnus-completing-read.
475
476         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
477
478         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
479         right completing-read function.
480         (gnus-use-ido): New variable
481         (gnus-completing-read-with-default): Remove.
482
483 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
486         x-focus-frame.
487
488         * nnimap.el (auth-source-forget-user-or-password)
489         (auth-source-user-or-password): Autoload.
490
491         * message.el (message-from-style, message-interactive)
492         (message-cite-prefix-regexp, message-sendmail-envelope-from)
493         (message-yank-prefix, message-indentation-spaces, message-signature)
494         (message-signature-file): Add comment.
495
496 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
499         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
500         new articles.
501
502         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
503         parts.
504         (nnimap-request-article): Work with the t setting, too.
505
506         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
507         that you don't get flashes of other buffers.
508         (gnus-summary-show-complete-article): Intern before setting.
509
510 2010-09-27  David Engster  <dengste@eml.cc>
511
512         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
513         well as HEADERS.
514         (nnmairix-retrieve-headers): Provide new argument for the above.
515
516 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-sum.el (gnus-summary-move-article): Don't alter
519         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
520         group.
521
522         * nnimap.el (nnimap-update-info): Don't destructively alter active.
523
524         * message.el (message-cite-prefix-regexp): Revert my last edit.
525
526         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
527         variable instead of the Gnus variable.
528
529         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
530
531         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
532         again.
533
534         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
535         since some servers don't like it.
536         (nnimap-open-connection): Forget credentials if the server says the
537         password was wrong.
538         (nnimap-parse-line): Protect against invalid data.
539
540         * gnus-sum.el (gnus-summary-move-article): Add comment.
541         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
542         nothing alters it while scanning for new messages.
543
544         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
545         which may or may not help.
546         (nnimap-open-connection): If we're doing a stream connection, and then
547         discover we're on a STARTTLS-capable server, then open a STARTTLS
548         connection instead.
549
550 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * nnimap.el (utf7): Required.
553
554         * message.el (message-cite-prefix-regexp): Remove "}" from citation
555         prefix.
556
557 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
558
559         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
560
561 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562
563         * nnimap.el (nnimap-request-accept-article): Message the error on
564         error.
565
566 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
569
570 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * nndoc.el (nndoc-request-list): Return success always.
573
574         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
575         `fetch-old' -- we only want to fetch the articles we've requested.  The
576         rest are in the agent, probably.
577         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
578         disappeared server" to something low.  It's not important.
579
580         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
581         arrived before the FETCH data.
582
583         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
584         target here, because we don't know the Gnus name of the group.
585
586         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
587         for the correct group.
588
589         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
590
591         * gnus.el (gnus): Give a final warning after startup.
592
593         * gnus-util.el (gnus-action-message-log): New variable.
594         (gnus-message): Use it.
595         (gnus-final-warning): New function.
596
597         * nnimap.el (nnimap-open-connection): Record the greeting.
598         (nnimap): Add greeting.
599
600 2010-09-26  Julien Danjou  <julien@danjou.info>
601
602         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
603         arguments.
604         (gnus-html-wash-images): Fix spec computing to include start/end.
605
606         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
607
608 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
611         deletion.
612         (nnimap-retrieve-headers): Don't select the group, because that's
613         already done by nnimap-possibly-change-group.
614
615         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
616         (gnus-picon-transform-address): Use it.
617
618         * mail-source.el (mail-source-value): Revert previous patch.
619
620         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
621         on failure.
622         (nnimap-open-connection): Look up both virtual and physical server name
623         credentials.
624
625         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
626
627 2009-02-07  Dave Love  <fx@gnu.org>
628
629         * tls.el (open-tls-stream): Don't query killing process.
630
631 2009-02-08  Dave Love  <fx@gnu.org>
632
633         * gnus-win.el (gnus-window-to-buffer-helper,
634         gnus-all-windows-visible-p): Function needn't be a symbol.
635
636         * mail-source.el (mail-source-value): Function needn't be a symbol.
637
638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * message.el (message-cite-prefix-regexp): Remove } from the cite
641         prefix.
642
643         * gnus-art.el (gnus-treatment-function-alist): Do picons before
644         highlight again, so that the highlight is correct.
645
646         * gnus-picon.el (gnus-picon): Remove again.
647         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
648
649         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
650         doing the header highlightling, so that the background colour of the
651         picon is correct.
652
653         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
654         (gnus-picon): Ditto.
655         (gnus-picon): Reinstate.  The background colour for picons is white.
656         (gnus-picon-insert-glyph): Make the background white.
657
658         * nnml.el (nnml-open-nov): Don't return dead buffers.
659
660         * auth-source.el (auth-source-create): Query the user for whether to
661         store the credentials.
662
663         * netrc.el (netrc-store-data): New function.
664
665         * auth-source.el (auth-source-user-or-password): Use the existing auth
666         sources, if any, for creation.
667
668         * gnus.el (gnus-group-fast-parameter): Return the last matching
669         parameter instead of the first matching parameter.
670
671 2010-09-26  Julien Danjou  <julien@danjou.info>
672
673         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
674
675 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * mml2015.el (mml2015-use): Remove gpg support.
678
679         * mml1991.el (mml1991-function-alist): Remove gpg function.
680         (mml1991-gpg-sign): Removed.
681
682 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
683
684         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
685         (gnus-browse-unsubscribe-current-group): Document it.
686         (gnus-browse-unsubscribe-group): Use it.
687
688 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
691         address to the To list for easier response.
692
693         * gnus.el (gnus-play-startup-jingle): Removed.
694         (gnus-splash): Don't play jingle.
695         (gnus): Silence gnus-load message.
696
697         * gnus-art.el (gnus-treat-play-sounds): Removed.
698
699         * gnus.el (gnus-play-jingle): Remove audio support.
700
701         * gnus-cus.el (gnus-score-customize): Remove audio reference.
702
703         * earcon.el: Removed -- no users.
704
705         * gnus-audio.el: Removed -- no users of this package.
706
707         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
708
709         * gnus-start.el (gnus-setup-news): Remove nocem support.
710
711         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
712
713         * gnus.el (gnus-use-nocem): Removed.
714
715         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
716         Removed.
717
718         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
719         uses NoCeM any more.
720
721         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
722         (gnus-button-ctan-handler): Ditto.
723         (gnus-button-handle-ctan-bogus-regexp): Ditto.
724         (gnus-button-ctan-directory-regexp): Ditto.
725         (gnus-button-handle-ctan): Ditto.
726         (gnus-button-tex-level): Ditto.
727         (gnus-button-alist): Removed CTAN stuff.
728
729 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
732         nnimap-streaming test.
733
734         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
735         servers twice.
736
737         * nnimap.el (nnimap-open-connection): Add more error reporting when
738         nnimap fails early.
739
740         * nnheader.el (nnheader-get-report-string): New function.
741         (nnheader-get-report): Use it.
742
743         * gnus-int.el (gnus-check-server): Say what the error was when opening
744         failed.
745
746         * nnimap.el (nnimap-wait-for-response): Search further when we're not
747         using streaming.
748
749 2010-09-25  Julien Danjou  <julien@danjou.info>
750
751         * gnus-html.el (gnus-html-rescale-image): Use our defalias
752         gnus-window-inside-pixel-edges.
753
754 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
757
758         * mm-decode.el (mm-save-part): Allow saving to other directories the
759         normal Emacs way.
760
761         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
762         by Jay Berkenbilt.
763
764         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
765         there isn't a single byte.
766
767         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
768         just do it.  It doesn't really seem to matter what the user responds
769         here, I think, so it's just a confusing question.
770
771         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
772         non-streaming case.
773
774         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
775         (gnus-article-encrypt-body): Use it.
776
777         * gnus-sum.el (gnus-summary-show-complete-article): New command and
778         keystroke.
779
780         * nnimap.el (nnimap-find-wanted-parts-1): Use
781         gnus-fetch-partial-articles.
782
783         * gnus-art.el (gnus-fetch-partial-articles): New variable.
784
785         * nnimap.el (nnimap-insert-partial-structure): New function.
786         (nnimap-get-partial-article): New function.
787         (nnimap-request-article): Use it.
788         (nnimap-wait-for-response): Return whether the wait was successful.
789         (nnimap-finish-retrieve-group-infos): Don't do anything if the
790         retrieval wasn't successful.
791         (nnimap-retrieve-group-data-early): Allow throttling servers.
792         (nnimap-streaming): New variable.
793         (nnimap-fetch-partial-articles): Removed.
794
795         * mm-decode.el (mm-with-part): Protect against killed buffers.
796
797         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
798         for prettier summary display.
799
800 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
801
802         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
803         directly.
804
805 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
808         apparently third-party libraries depend on it.
809
810         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
811         before starting negotiation.
812
813         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
814         privacy reasons.
815         (gnus-treat-mail-gravatar): Ditto.
816
817         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
818         buffer when inserting images.  Inserting text into the headers, for
819         instance, can make them invalid.
820
821 2010-09-25  Julien Danjou  <julien@danjou.info>
822
823         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
824         variables.
825
826         * nnheader.el: Remove useless variables news-reply-yank-from and
827         news-reply-yank-message-id.
828
829         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
830         variables.
831
832         * mml1991.el: Remove useless mml1991-verbose.
833
834         * gnus.el: Remove useless variable gnus-use-generic-from.
835         Remove obsolete variable gnus-topic-indentation.
836
837         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
838
839         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
840
841         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
842
843         * gnus-group.el: Remove useless gnus-group-icon-cache.
844         Remove useless gnus-ephemeral-group-server.
845
846         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
847
848         * mml2015.el: Remove useless mml2015-verbose.
849
850         * mml-smime.el: Remove useless mml-smime-verbose.
851
852         * gnus.el: Remove useless gnus-local-domain.
853
854         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
855         gnus-gravatar-size.
856
857         * gnus-art.el: Remove useless gnus-treat-translate.
858
859 2010-09-24  Julien Danjou  <julien@danjou.info>
860
861         * gnus-sum.el: Add support for Gravatars.
862
863         * gnus-art.el: Add support for Gravatars.
864
865         * gnus-gravatar.el: Add this file.
866
867         * gravatar.el: Add this file.
868
869 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
872
873         * gnus-group.el (gnus-group-fetch-faq): Removed.
874
875         * gnus.el (gnus-group-faq-directory): Removed.
876
877         * gnus-group.el (gnus-group-fetch-charter): Removed.
878
879         * gnus.el (gnus-group-charter-alist): Removed.
880
881         * gnus-group.el (gnus-group-archive-directory): Removed.
882         (gnus-group-recent-archive-directory): Ditto.
883         (gnus-group-make-archive-group): Removed.
884
885         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
886
887         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
888         use the same article number for all the cached articles.
889
890         * nnimap.el (nnimap-command): Register the last command time so
891         that we can use it for idling NOOPs.
892         (nnimap-open-connection): Start the keeplive timer.
893         (nnimap-make-process-buffer): Store all the process buffers.
894         (nnimap-keepalive): New function.
895
896         * starttls.el: (starttls-open-stream): Add autoload cookie.
897
898 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
899
900         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
901         handling.
902
903 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
906         its data structures.
907
908         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
909         instead of the cl.el copy-list.
910         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
911         equalp.
912
913 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
916         and tool-bar-local-item-from-menu.
917
918         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
919         mode-line-highlight face for Emacs.
920
921         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
922         loading gnus-sum.elc; fix comment for canlock-verify.
923         (gnus-article-jump-to-part): Use read-number.
924         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
925         Emacs pre-21 compatible code for help-echo.
926         (gnus-article-next-page-1): No need to adjust the number of lines.
927         (gnus-article-describe-bindings): Always use help-buffer.
928
929         * gnus-audio.el (gnus-audio-inline-sound)
930         * gnus-cus.el (gnus-custom-mode)
931         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
932
933         * gnus-sum.el (gnus-remove-overlays): Doc fix.
934
935         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
936         compatible code.
937
938 2010-09-24  Glenn Morris  <rgm@gnu.org>
939
940         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
941         visiting the fcc file in rmail-mode.
942
943         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
944
945 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * nnir.el: Silence the byte compiler.
948
949         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
950         alias to browse-url-url-encode-chars if any.
951         (gnus-html-encode-url): Use it.
952
953 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * gnus-start.el (gnus-use-backend-marks): New variable.
956         (gnus-get-unread-articles-in-group): Use it.
957
958         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
959         makeover.
960
961 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
962
963         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
964
965 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
968         Removed.
969         (gnus-setup-news-hook): Removed
970         gnus-fixup-nnimap-unread-after-getting-new-news.
971
972         * gnus-int.el (gnus-request-update-info): Protect against backends not
973         having the function.
974
975         * nnimap.el (nnimap-stream): Mention starttls.
976         (nnimap-open-connection): Add starttls support.
977
978 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
979
980         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
981
982 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
985         BODYSTRUCTUREs.
986         (nnimap-transform-headers): Unfold quoted {42} headers.
987
988         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
989         the info.
990         (gnus-get-unread-articles): Only call updatep on backends that support
991         it.
992
993         * nnweb.el (nnweb-request-update-info): NOOP.
994
995         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
996
997         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
998         since it only deals with marks.
999
1000         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1001         gnus-request-marks, and make a new gnus-request-update-info.
1002
1003         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1004         the active instead of the high number, which is usually too low.
1005
1006 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1007
1008         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1009         * encrypt.el: Removed.
1010
1011 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012
1013         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1014         server in symbolic form.
1015
1016         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1017         0.9.
1018
1019 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1022         (nnimap-update-info): Fix up code slightly.
1023
1024         * gnus-int.el (gnus-open-server): Add tracing for performance
1025         debugging.
1026
1027         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1028         (gnus-group-insert-group-line): Pass the real group name so that it
1029         gets the right data.
1030
1031         * gnus-start.el (gnus-get-unread-articles): Don't have
1032         `gnus-get-unread-articles-in-group' update info, since that can be
1033         really slow and doesn't seem to be needed?
1034
1035 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1036
1037         * time-date.el (date-to-time): Try using parse-time-string first before
1038         using the slower timezone-make-date-arpa-standard.
1039
1040 2010-09-22  Julien Danjou  <julien@danjou.info>
1041
1042         * gnus-group.el (gnus-group-insert-group-line): Call
1043         gnus-group-highlight-line.
1044         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1045         default hook list.
1046         (gnus-group-update-eval-form): Add new function.
1047         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1048         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1049
1050 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1053         immediate, then expire all articles.
1054         (nnimap-update-info): Fix off-by-one errors.
1055         (nnimap-flags-to-marks): Would return no marks lists for group with no
1056         flags.  Instead return the other data.
1057
1058 2010-09-22  Julien Danjou  <julien@danjou.info>
1059
1060         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1061         Only return an icon.
1062         (gnus-group-insert-group-line): Compute icon to return.
1063
1064         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1065         variable.
1066         (gnus-html-image-fetched): Only cache if
1067         gnus-html-image-automatic-caching is set.
1068         (gnus-html-image-fetched): Check for errors.
1069
1070 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1073         once per method on `g'.  This ensures that backends like nnfolder don't
1074         open all their folders.
1075
1076         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1077         (nnimap-request-list): Nix out group in the correct buffer.
1078         (nnimap-parse-flags): Implement by using `read' instead of
1079         hand-parsing.
1080         (nnimap-flags-to-marks): Pass on permanent-flags.
1081         (nnimap-make-process-buffer): Record the server name.
1082         (nnimap-parse-flags): Fix typo.
1083         (nnimap-request-scan): Run split on the server in general, not just a
1084         single group.
1085
1086         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1087         parameter, and propagate this downwards.
1088
1089         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1090         since EXAMINE changes it on the server.
1091
1092         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1093         this command might take a while.
1094
1095 2010-09-22  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1098         harmful if you have 2 images side-by-side, they can't be properly
1099         update on text deletion.  Using text-property is safer here.
1100         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1101         data.
1102
1103 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * nnimap.el (nnimap-expunge-inbox): Removed.
1106         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1107         (nnimap-expunge): Flip default to t.
1108
1109         * gnus.el (gnus-method-to-server): Don't push things to the cache
1110         unless it's unique.
1111         (gnus-server-to-method): Ditto.
1112
1113 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1114
1115         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1116
1117 2010-09-22  Julien Danjou  <julien@danjou.info>
1118
1119         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1120         get the start of data.
1121         (gnus-html-encode-url): Add this function to encode special chars in
1122         URL.
1123         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1124         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1125
1126         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1127         default.
1128         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1129
1130         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1131         images alt-text.
1132         (gnus-html-put-image): Put alt-text as help-echo.
1133
1134 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1137         * mm-util.el (mm-decompress-buffer)
1138         * nnir.el (nnir-run-find-grep)
1139         * pop3.el (pop3-list): Use 3rd arg of split-string.
1140
1141         * time-date.el (format-seconds): Comment fix.
1142
1143         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1144         and byte-optimize-form-code-walker.
1145         (dgnushack-make-auto-load): Don't advise make-autoload.
1146
1147         * lpath.el: Remove Emacs 21 stuff.
1148
1149 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1152         outside the active range.  Suggested by Dan Christensen.
1153
1154         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1155         slightly later to avoid double-getting it.
1156
1157         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1158         previous patch.
1159
1160         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1161
1162 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1163
1164         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1165
1166 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-int.el (gnus-open-server): Give a better error message in the
1169         "go offline" case.
1170
1171         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1172         marks for nnimap, which is seldom the right thing to do.
1173
1174         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1175         (gnus-same-method-different-name): New function.
1176
1177         * nnimap.el (parse-time): Require.
1178
1179         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1180         method in the presence of many similar methods.
1181
1182         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1183
1184         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1185         nnml-inhibit-expiry.
1186
1187         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1188         find out whether methods are equal.
1189
1190         * nnimap.el (nnimap-find-expired-articles): New function.
1191         (nnimap-process-expiry-targets): New function.
1192         (nnimap-request-move-article): Request the article before looking at
1193         what the Message-ID is.  Fix found by Andrew Cohen.
1194         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1195
1196         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1197         for oldness in addition to being a predicate.
1198
1199         * nnimap.el (nnimap-request-group): When we have zero articles, return
1200         the right data to Gnus.
1201         (nnimap-request-expire-articles): Only delete articles immediately if
1202         the target is 'delete.
1203
1204         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1205         method, this would bug out.
1206
1207         * gnus-group.el (gnus-group-expunge-group): Renamed from
1208         gnus-group-nnimap-expunge, and implemented as a normal interface
1209         function.
1210
1211         * gnus-int.el (gnus-request-expunge-group): New function.
1212
1213         * nnimap.el (nnimap-request-create-group): Implement.
1214         (nnimap-request-expunge-group): New function.
1215
1216 2010-09-21  Julien Danjou  <julien@danjou.info>
1217
1218         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1219         (gnus-html-cache-expired): Add new function.
1220         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1221         wethever we should display image for fetch it.
1222         Compute alt-text earlier to pass it to the fetching function too.
1223         (gnus-html-schedule-image-fetching): Change function argument to only
1224         get one image at a time, not a list.
1225         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1226         cache.
1227         (gnus-html-get-image-data): New function to retrieve image data from
1228         cache.
1229         (gnus-html-put-image): Change buffer argument to use image data rather
1230         than file, and place image above region rather than inserting a new
1231         one. Do not take alt-text as argument, since it's useless now: we place
1232         the image above alt-text.
1233         (gnus-html-prune-cache): Remove.
1234         (gnus-html-show-images): Start to fetch image when we find one, do not
1235         push into a temporary list.
1236         (gnus-html-prefetch-images): Only fetch image if they have expired.
1237         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1238         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1239
1240 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1241
1242         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1243
1244 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1247         spec inser "*" if the group isn't active instead of 0.
1248
1249         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1250         opening the server.
1251         (nnimap-request-delete-group): Implement group deletion.
1252         (nnimap-transform-headers): Return the size of the entire message in
1253         the Bytes header, not just the size of the first part.
1254         (nnimap-request-move-article): When moving an article from nnimap,
1255         request the article first so the accepting form has an article to
1256         accept.  Reported by Dan Christensen.
1257         (nnimap-command): Make sure that the error message doesn't error out.
1258
1259 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1260
1261         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1262         we haven't requested anything.
1263
1264 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1267         "".  Fix found by Andrew Cohen.
1268
1269         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1270         instead of -encode-string.
1271
1272 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1275
1276         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1277         by mm-subst-char-in-string.
1278
1279 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1282         waiting for the connection string.
1283
1284         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1285         arriving.
1286
1287         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1288         bogus characters.  This allows selecting certain Gmail groups.
1289
1290         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1291         (nnimap-fetch-partial-articles): New variable.
1292         (nnimap-open-connection): When looking for credentials, also use the
1293         nnimap-server-port.
1294         (nnimap-request-article): Return the group/article number, so that Gnus
1295         `^' works as expected.
1296         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1297         them.
1298
1299         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1300         comments.
1301         (gnus-methods-sloppily-equal): New function.
1302         (gnus): When using the development version of Gnus, load the gnus-load
1303         file.
1304
1305         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1306         `gnus-open-server' on each method before trying to scan them etc.  This
1307         ensures that all the backend parameters are set correctly.
1308
1309         * nnimap.el (nnimap-authenticator): New variable.
1310         (nnimap-open-connection): Allow anonymous login.
1311         (nnimap-transform-headers): The chars header is called Chars not
1312         Bytes.
1313         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1314         drops.
1315
1316         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1317         patch, found by Knut Anders Hatlen.
1318
1319 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1320
1321         * gnus-agent.el (gnus-agent-batch-confirmation)
1322         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1323         to gnus-message.
1324         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1325         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1326         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1327         * gnus-int.el (gnus-open-server): Likewise.
1328         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1329         (gnus-score-check-syntax): Likewise.
1330         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1331         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1332         Likewise.
1333         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1334
1335 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1338         calling conventions so that prefetch doesn't bug out.
1339
1340 2010-09-19  Julien Danjou  <julien@danjou.info>
1341
1342         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1343         rather than `subst-char-in-region' in order to be able to replace ASCII
1344         char by UTF-8 ones.
1345
1346         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1347         than curl.
1348         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1349         the right URL and ALT text on images.
1350         (gnus-html-wash-tags): Fix tag case.
1351         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1352         (gnus-article-html): Add -o display_ins_del=2 option.
1353         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1354
1355 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1358         the extra mail headers, which sometimes seem to happen for unknown
1359         reasons.
1360
1361         * mail-parse.el (mail-header-encode-parameter): Define as
1362         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1363         (or most, perhaps?) mail readers don't understand the latter, but do
1364         understand the former.
1365
1366         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1367         to nil, so that no methods are automatically agentized.  I think this
1368         is probably what most users want.
1369
1370         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1371         from url-retrieve, for instance about invalid URLs.
1372
1373         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1374         groups that have no articles.
1375         (nnimap-request-article): Check that we really got an article when we
1376         requested one.
1377
1378         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1379         doesn't exist.
1380
1381         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1382         nntp buffer so the agent can save it.
1383         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1384         that CRLF doesn't get translated to \n.
1385         (nnimap-open-connection): Don't make 'shell commands only send \n.
1386
1387 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1388
1389         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1390         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1391         Update var name.
1392         (nnml-generate-nov-file): Use dolist.
1393         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1394         Use with-current-buffer.
1395
1396 2010-09-18  Julien Danjou  <julien@danjou.info>
1397
1398         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1399         parallel.
1400
1401 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1404         the range update right.
1405         (nnimap-request-group): Don't make `M-g' bug out on group with no
1406         marks.
1407         (nnoo): Required, so that other packages can require nnimap.
1408         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1409         command we're looking for.  This helps when the server sends more
1410         responses after we've gotten everything we expected.
1411         (nnimap): Add a `newlinep' field to keep track of end-of-line
1412         conventions.
1413         Don't send CRLF to things that don't want it.
1414         (nnimap-request-accept-article): Ditto.
1415
1416 2010-09-18  Julien Danjou  <julien@danjou.info>
1417
1418         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1419         than curl to retrieve images.
1420
1421 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1424         the marks.
1425         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1426         (nnimap-wait-for-connection): New function.
1427         (nnimap-open-connection): If we have PREAUTH, don't query for login
1428         credentials.
1429         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1430         when doing a partial update.
1431
1432 2010-09-18  Julien Danjou  <julien@danjou.info>
1433
1434         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1435         tags.
1436
1437 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnimap.el (nnimap-credentials): New function.
1440         (nnimap-open-connection): Use the new function to look for credentials
1441         also on the numeric equivalents of "imap" and "imaps".
1442
1443         * gnus-start.el (gnus-activate-group): Send the info to
1444         gnus-request-group.
1445
1446         * nnimap.el (nnimap-request-group): Have the "check" version of the
1447         function parse flags and update the info, so that a `M-g' get a total
1448         resync of all flags from the group.
1449
1450         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1451         to allow backends to alter the info on group selection.  Also alter all
1452         the backend -request-group functions to take the parameter.
1453
1454         * nnimap.el (nnimap-store-info): New function.
1455         (nnimap-update-info): Store the info for later usage.
1456         (nnimap-request-group): Use the stored info for the dont-check case, so
1457         that we don't retrieve all marks when we enter a group.
1458
1459         * nnimap.el: Use deffoo instead of defun for interface functions.
1460
1461         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1462         update the group info.  This makes the nndraft groups, for instance, go
1463         back to their old behaviour.
1464
1465         * gnus-sum.el (gnus-select-newsgroup): Indent.
1466
1467         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1468         in.
1469         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1470         nothing.
1471
1472         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1473         from methods that are denied.
1474
1475         * gnus-int.el (gnus-method-denied-p): New function.
1476
1477         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1478         store the password instead of netrc.
1479         (nnimap-open-connection): Don't error out when we can't make a
1480         connections.
1481
1482         * auth-source.el (auth-source-create): In the password prompt, say what
1483         we're querying for.  Also prompt for user name if that hasn't been
1484         given.
1485
1486         * nnimap.el (nnimap-with-process-buffer): Removed.
1487
1488 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1491         method when we're reading from the agent.
1492
1493         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1494
1495         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1496         that's probably most useful for users.
1497
1498         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1499         "failed" all the time.
1500
1501         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1502         ...)) with (with-current-buffer ... ).
1503
1504         * nntp.el (nntp-open-server): Return whether the open was successful or
1505         not.
1506
1507         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1508         select an unread unseen article first.
1509
1510         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1511         /etc/services, supply some sensible port defaults.
1512
1513         * dgnushack.el: Define netrc-credentials.
1514
1515 2010-09-17  Julien Danjou  <julien@danjou.info>
1516
1517         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1518
1519 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1520
1521         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1522         doesn't have any parameters.
1523
1524 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1527         only upcased checks.
1528
1529         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1530
1531         * nnimap.el (nnimap-open-shell-stream): New function.
1532         (nnimap-open-connection): Use it.
1533         (nnimap-transform-headers): Get the number of lines in each message.
1534         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1535         number of lines.
1536         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1537         problem.
1538
1539         * utf7.el (utf7-encode): Autoload.
1540
1541         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1542         to allow the mail splitting to not return a default group.  This is
1543         useful for nnimap, which will leave unmatched mail in the inbox.
1544
1545         * nnimap.el: Rewritten.
1546
1547         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1548         nnimap usage.
1549
1550         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1551         if the move is internal, so that nnimap can do fast internal moves.
1552
1553         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1554         data.
1555         (gnus-read-active-for-groups): Support finishing the early retrieval of
1556         data.
1557
1558         * gnus-range.el (gnus-range-nconcat): New function.
1559
1560         * gnus-int.el (gnus-finish-retrieve-group-infos)
1561         (gnus-retrieve-group-data-early): New functions.
1562
1563 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1564
1565         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1566         (nnrss-retrieve-groups):
1567         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1568         (pop3-quit): Use with-current-buffer.
1569
1570 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1573         instead of nnheader-accept-process-output.
1574
1575         * dgnushack.el (dgnushack-compile): Add comment.
1576
1577         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1578
1579         * gnus-html.el (gnus-html-schedule-image-fetching)
1580         (gnus-html-prefetch-images): Replace process-kill-without-query by
1581         gnus-set-process-query-on-exit-flag.
1582
1583 2010-09-16  Romain Francoise  <romain@orebokech.com>
1584
1585         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1586
1587 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1590         parameter to unintern is mandatory-ish in Emacs 24.
1591
1592         * gnus-html.el (gnus-html-schedule-image-fetching)
1593         (gnus-html-prefetch-images): Check for curl before using it.
1594
1595         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1596         depend on curl, which isn't essential.
1597
1598         * imap.el: Revert back to version
1599         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1600         seem problematic.
1601
1602 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1603
1604         * gnus-registry.el (gnus-registry-install-shortcuts):
1605         Explicitly pass `obarray' to `unintern' to avoid a warning.
1606
1607 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1610         change.
1611
1612         * nnrss.el (nnrss-request-list): Removed this function and related
1613         functions, including the moreover stuff.
1614
1615 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * nnrss.el (nnrss-retrieve-groups): New function.
1618
1619 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1620
1621         * .dir-locals.el: Add no-byte-compile cookie.
1622
1623 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * time-date.el (format-seconds): Comment fix.
1626
1627         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1628         for back end that doesn't support request-scan.
1629
1630 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1633         then do request scans from the backends.
1634
1635         * netrc.el (netrc-credentials): New conveniency function.
1636
1637         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1638         avoid running a hook per line, since this takes a lot of time,
1639         profiling shows.
1640         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1641         directly if gnus-visual-p is true.
1642
1643 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1646         groups; replace mapcar with dolist which is a bit faster; pass groups
1647         info to gnus-read-active-file-1.
1648         (gnus-read-active-file-1): Scan only specified groups if the new
1649         optional arg `infos' is given.
1650
1651 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1654
1655         * pop3.el (pop3-movemail): Removed.
1656         (pop3-streaming-movemail): Renamed to pop3-movemail.
1657
1658         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1659         don't restrict end-tag searches to the end of the line.
1660
1661 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1662
1663         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1664         articles of every unchecked group to t, which means unknown since the
1665         server has never been opened.
1666
1667 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-html.el (gnus-html-show-alt-text): New command.
1670         (gnus-html-browse-image): Ditto.
1671         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1672         to browse the image directly.
1673         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1674         better.
1675
1676         * gnus-async.el (gnus-async-article-callback): Call
1677         `gnus-html-prefetch-images' unconditionally.
1678
1679         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1680         before feeding URLs to curl.
1681
1682 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1685         internal images as deletable by `W D D'.
1686
1687         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1688         (gnus-async-article-callback): Fix typo.
1689
1690 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1693         current line to work around bugs in the output from w3m.
1694
1695         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1696         for groups that want that.
1697
1698         * nntp.el (nntp-wait-for-string): Supply a timeout for
1699         accept-process-output to ensure progress.
1700
1701         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1702         level to get unread articles from, then use that for foreign groups,
1703         too.
1704
1705         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1706         confuses the rest of the function.
1707
1708         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1709         for the methods that support -retrieve-groups, too.
1710
1711         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1712
1713 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1716         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1717
1718         * pop3.el: Require cl when compiling.
1719         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1720
1721 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1724         that aren't going to be activated.
1725         (gnus-get-unread-articles): Fix up the last commit.
1726
1727         * gnus-html.el (gnus-article-html): Allow calling without specifying
1728         the handle.  In that case, dissect the buffer first.
1729
1730         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1731
1732         * nnimap.el (nnimap-open-connection): Revert the change that would look
1733         into authinfo for imaps instead of imap.
1734
1735         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1736         say that you don't want to call gnus-request-group with don-check, but
1737         do check the reponse.  This is for virtual groups only.
1738         (gnus-get-unread-articles): Count the archive groups as secondary, so
1739         that they're activated the same way as before.
1740
1741         * imap.el (imap-message-map): Removed optional buffer parameter, since
1742         no callers use it.
1743         (imap-message-get): Ditto.
1744         (imap-message-put): Ditto.
1745         (imap-mailbox-map): Ditto.
1746         (imap-mailbox-put): Ditto.
1747         (imap-mailbox-get): Ditto.
1748         (imap-mailbox-get): Revert last change for this function.
1749
1750         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1751         case-insensitively.
1752         (nnimap-debug): Removed.
1753
1754         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1755         to use `imap-fetch' instead.  According to the comments, this should be
1756         safe, since all other IMAP clients use the 1:* syntax.
1757         (imap-enable-exchange-bug-workaround): Removed.
1758         (imap-debug): Removed -- doesn't seem very useful.
1759
1760         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1761         mail from a file, and the file doesn't exist.
1762
1763         * imap.el (imap-log): New convenience function used throughout instead
1764         of repeating the same code all over the place.
1765
1766         * pop3.el (pop3-streaming-movemail): Return t for success.
1767
1768         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1769         .authinfo if we're using ssl connection.
1770
1771         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1772         already have if we're in a main Gnus `g' run.
1773
1774         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1775
1776 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1779
1780         * nnmh.el (nnmh-request-list-1): Bind `file'.
1781
1782         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1783         alias to set-process-query-on-exit-flag or process-kill-without-query.
1784         (pop3-open-server): Use it.
1785
1786 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1789         box to the Incoming file.  Fixes mistake in previous checkin.
1790
1791         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1792         request loop (for debugging purposes) removed.
1793
1794         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1795         culprit is more visible.
1796         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1797         (nnml-add-incremental-nov): New functions to do "incremental" nov
1798         updates, where we just append to the end of the existing nov files
1799         without reading/writing them in full.
1800
1801         * mail-source.el (mail-source-delete-crash-box): Really only check the
1802         incoming files once in a while.
1803
1804         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1805
1806         * mail-source.el (mail-source-delete-crash-box): Only check the
1807         incoming files for deletion once per day to save a lot of file
1808         accesses.
1809
1810         * pop3.el (pop3-logon): Fix up unbound variable typo.
1811
1812         * mail-source.el (pop3-streaming-movemail): Autoload.
1813
1814         * pop3.el (pop3-streaming-movemail): Respect
1815         pop3-leave-mail-on-server.
1816
1817         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1818         retrieval.
1819
1820         * pop3.el (pop3-process-filter): Removed unused function.
1821         (pop3-streaming-movemail, pop3-send-streaming-command)
1822         (pop3-wait-for-messages, pop3-write-to-file)
1823         (pop3-number-of-responses): New functions for streaming pop3
1824         retrieval.
1825
1826         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1827         come from no known methods.
1828         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1829         list.
1830
1831         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1832         message sizes.
1833         (pop3-movemail): Use erase-buffer instead of looping and deleting
1834         regions, which seems rather odd.
1835
1836         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1837         file once per `g' run.
1838
1839         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1840         directories.  This makes the draft queue directory work.
1841
1842         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1843         data from the backends, so that we only request the list of groups from
1844         each method once.  This should speed things up considerably.
1845
1846         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1847         detect that it's not implemented.
1848
1849         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1850         we actually do recurse down into the tree, but don't stat all leaf
1851         nodes.
1852
1853         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1854         then say so instead of bugging out.
1855
1856         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1857         files exist before trying to read them.
1858
1859         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1860         around <pre_int>.
1861
1862         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1863
1864         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1865
1866 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * mm-util.el (mm-image-load-path): Just return the image directories,
1869         not all directories in the path in addition to the image directories.
1870         (mm-image-load-path): Maintain a cache of the image directories so that
1871         the `g' command in Gnus doesn't have to stat dozens of directories each
1872         time.
1873
1874         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1875         (gnus-html-wash-tags): Add a new `i' command to insert images.
1876         (gnus-html-insert-image): New command and keystroke.
1877         (gnus-html-redisplay-with-images): New command and keystroke.
1878         (gnus-html-show-images): Renamed command.
1879         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1880         spacers.
1881         (gnus-html-wash-tags): Decode entities at the end, so that entities
1882         inside the tags don't mess up the rest of the "parsing".
1883
1884         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1885         so that nnimap methods aren't agentized by default.  There's apparently
1886         many problems related to agent/imap behaviour.
1887
1888         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1889
1890         * gnus-html.el: Doc fix.
1891
1892 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1895         specifier-spec-list for Emacs 21.
1896
1897         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1898         glyph-width and glyph-height instead of display-graphic-p and
1899         image-size; make avoidance of displaying small images work for XEmacs.
1900
1901         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1902         for XEmacs.
1903
1904         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1905         of symbol that holds plist data.
1906         (gnus-process-plist): Remove plist of process after getting it.
1907
1908 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * message.el (message-generate-hashcash): Change default to
1911         'opportunistic if hashcash is installed.
1912
1913         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1914         (gnus-html-put-image): Only call image-size once, since it's somewhat
1915         time-consuming on remote X servers.
1916
1917 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1920         type on data, not a file name.
1921
1922         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1923         window-pixel-edges for Emacs 21.
1924
1925         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1926         decoded contents.
1927         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1928
1929 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1932         group line format, since it isn't very interesting.
1933
1934         * gnus-agent.el (gnus-agent-short-article),
1935         (gnus-agent-long-article): Increase values for these two variables,
1936         since most people are likely to have more network connection and
1937         storage than before.
1938
1939         * gnus.el (gnus-refer-article-method): Change default to 'current.
1940         When referring an article, the common behaviour is to refer it from the
1941         current select method, not the native select method.  The chances of
1942         the native select method having the message in question is rather slim
1943         these days.
1944
1945         * gnus-sum.el (gnus-auto-select-subject): Change default to
1946         `unseen-or-unread'.  I think it's likely that most people want to
1947         select an unseen article over a previously seen, but unread one.
1948
1949         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1950         means that in the article buffer none of the minor mode elements will
1951         be shown, usually, and this is not desirable in most cases.
1952
1953         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1954         that commands like `d' (and the like) go to the next line in the
1955         buffer, instead of the next unread article.  I think this is the
1956         behaviour that is most natural for most users.
1957         (gnus-single-article-buffer): Change default to nil, so that people can
1958         have as many article buffers open as they have summary buffer.  I think
1959         this is the most natural way for the groups to behave.
1960
1961         * message.el (message-generate-new-buffers): Change default to
1962         `unsent', so that all new message buffers start their names with the
1963         string "*unsent", and it's easier to find the buffers if you move from
1964         them.
1965
1966 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1969         small.  They're probably tracking images.
1970         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1971         (gnus-html-rescale-image): Yet another try at getting the image sizing
1972         right.
1973
1974         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1975         nntp-marks-file-name is nil.
1976
1977 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * gnus-html.el (gnus-html-wash-tags)
1980         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1981         Better logging.
1982
1983 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1986
1987         * gnus-html.el (gnus-html-wash-tags): Check the value of
1988         gnus-blocked-images in the summary buffer.
1989
1990 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1993
1994 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1997         like "a", it seems like.
1998         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1999         since it needs to be picked from the correct buffer.
2000
2001         * nnwfm.el: Removed.
2002
2003         * nnlistserv.el: Removed.
2004
2005 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2006
2007         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2008         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2009
2010 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * nnkiboze.el: Removed.
2013
2014         * nndb.el: Removed.
2015
2016         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2017         alt text.
2018         (gnus-html-rescale-image): Try to get the rescaling logic right for
2019         images that are just wide and not tall.
2020
2021         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2022         overshadow variable bindings.
2023
2024 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         * gnus-html.el (gnus-html-wash-tags)
2027         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2028         extra logging.
2029
2030 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2033         (gnus-max-image-proportion): New variable.
2034         (gnus-html-rescale-image): New function.
2035         (gnus-html-put-image): Rescale images.
2036
2037 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2038
2039         Fix up some byte-compiler warnings.
2040         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2041         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2042         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2043         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2044         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2045         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2046         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2047
2048 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-html.el (gnus-article-html): Decode contents by charset.
2051
2052 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2055         (gnus-html-frame-width, gnus-blocked-images)
2056         * message.el (message-prune-recipient-rules): Add custom version.
2057         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2058
2059         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2060         functions.
2061
2062         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2063         gnus-process-get.
2064
2065 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2066
2067         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2068         instead of lsub directly.
2069
2070 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * nnwarchive.el: Removed.
2073
2074         * gnus-soup.el: Removed.
2075
2076         * nnsoup.el: Removed.
2077
2078         * nnultimate.el: Removed.
2079
2080         * gnus-html.el (gnus-blocked-images): New variable.
2081
2082         * message.el (message-prune-recipients): New function.
2083         (message-prune-recipient-rules): New variable.
2084
2085         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2086         guess whether a long line is natural text or not.
2087
2088         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2089         gnus-process-plist and friends for compatibility.
2090
2091 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2092
2093         * gnus-html.el: Require packages that define macros used in this file.
2094         (gnus-article-mouse-face): Declare to silence byte-compiler.
2095         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2096         process-get.
2097         (gnus-html-put-image): Use plist-get to avoid getf.
2098         (gnus-html-prefetch-images): Use with-current-buffer.
2099
2100 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gnus-ems.el: Provide compatibility functions for
2103         gnus-set-process-plist.
2104
2105         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2106         header-line-format for XEmacs 21.4.
2107
2108         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2109         * gnus.el (gnus-valid-select-methods)
2110         * message.el (message-send-mail-partially-limit)
2111         * mm-decode.el (mm-text-html-renderer)
2112         * mml.el (mml-insert-mime-headers-always)
2113         * smiley.el (smiley-regexp-alist): Bump custom version.
2114
2115 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-html.el: require mm-url.
2118         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2119         with the url to `url'.
2120         (gnus-html-wash-tags): Support cid: URLs/images.
2121
2122 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2123
2124         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2125         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2126         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2127
2128         * gnus-move.el: Removed file, since it doesn't really work.
2129
2130         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2131         UTF-8.  This seems to fix problems with some German web feeds.
2132
2133         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2134         at the top so that the proper colours are applied.
2135
2136         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2137         don't have dots in their names.
2138
2139         * gnus-art.el (gnus-article-view-part): Doc fix.
2140
2141         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2142         XEmacs-compatible.
2143         (gnus-html-put-image): Don't do images on non-graphic displays.
2144
2145         * nnslashdot.el: Removed this unused backend.
2146
2147         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2148         actions.
2149         (gnus-undo-register-1): Revert last change.
2150
2151         * gnus-group.el (gnus-group-completing-read): Protect against not
2152         having completion-styles bound.
2153
2154         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2155         make broken recipients happier.
2156
2157         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2158
2159         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2160         point parameter.
2161
2162         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2163
2164         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2165         completion-styles for group selection.
2166
2167 2009-02-04  Andreas Schwab  <schwab@suse.de>
2168
2169         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2170         headers and regexp-quote the match if necessary.
2171
2172 2009-03-24  Miles Bader  <miles@gnu.org>
2173
2174         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2175         the blinking smiley.
2176
2177 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2178
2179         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2180         blink smiley.
2181
2182 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2185         where the dribbel file lives exists.
2186
2187         * message.el (message-send-mail-partially-limit): Change the default to
2188         nil, since most people don't want this.
2189
2190         * mm-url.el (mm-url-decode-entities): Also decode entities like
2191         &#x3212.
2192
2193 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2194
2195         * gnus-sum.el (gnus-summary-idna-message):
2196         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2197         Hyperlink urls in docstrings with URL `...'.
2198
2199 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2200
2201         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2202         functions.
2203
2204 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2207         say what the mouseover text should be.
2208
2209         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2210         version of the mm-w3m-safe-url-regexp variable to only download images
2211         in the groups where we want that to happen.
2212
2213         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2214
2215         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2216         easier debugging.
2217         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2218         big pictures in the article buffer.
2219
2220         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2221         gnus-article-html.
2222         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2223         w3m.
2224
2225         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2226
2227 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2230         which doesn't exist.
2231
2232         * message.el (message-inhibit-ecomplete): New variable to allow some
2233         function to inhibit ecomplete address storage.
2234         (message-resend): Disable ecomplete message storage when resending
2235         messages.
2236
2237         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2238
2239 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2242         Save excursion while copying, moving, and deleting articles in order to
2243         prevent the cursor from jumping to unforeseen place.
2244
2245 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * lpath.el: No need to bind bookmark-current-buffer,
2248         bookmark-yank-point and bookmark-make-record-function.
2249
2250 2010-08-17  Glenn Morris  <rgm@gnu.org>
2251
2252         * gnus-sync.el: Require gnus components whose functions are used.
2253
2254         * gnus-art.el (bookmark-make-record-function):
2255         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2256         Declare for compiler.
2257
2258         * mm-url.el (mml-compute-boundary): Autoload.
2259
2260 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2263
2264 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2265
2266         Typo fix "hoo4a" -> "hook".
2267
2268         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2269
2270 2010-08-14  Glenn Morris  <rgm@gnu.org>
2271
2272         * gnus-sync.el (gnus-sync): Fix defgroup version.
2273
2274 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2275
2276         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2277
2278         * gnus-sync.el: Fix docs.
2279         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2280         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2281
2282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         Optimizations for gnus-sync.el.
2285
2286         * gnus-sync.el: Add docs about gnus-sync-backend
2287         possibilities.
2288         (gnus-sync-save): Remove unnecessary message.
2289         (gnus-sync-read): Optimize and show what groups were skipped.
2290
2291 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2292
2293         Minor bug fixes for gnus-sync.el.
2294
2295         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2296         read the sync on get-new-news.
2297
2298         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2299         quiet.
2300
2301         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2302
2303 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2304
2305         Make saving and restoring of hidden threads work with overlays.
2306         Patch applied by Ted Zlatanov.
2307
2308         * gnus-sum.el (gnus-hidden-threads-configuration)
2309         (gnus-restore-hidden-threads-configuration): Update to deal with text
2310         properties, rather than searching for a magic character.
2311
2312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         New gnus-sync.el library for synchronization of marks.
2315
2316         * gnus-sync.el: New library for synchronization of marks.
2317
2318         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2319         renamed from `gnus-registry-grep-in-list'.
2320
2321         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2322
2323         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2324
2325 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2328         determining charset of text fails.
2329
2330 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * nnmail.el (nnmail-get-new-mail-1): Revert.
2333
2334         * nnml.el (nnml-active-number): Make sure names of newly created groups
2335         in nnml-group-alist are encoded.
2336
2337 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2340         containing non-ASCII characters in active file for nnml back end.
2341
2342 2010-07-24  David Engster  <dengste@eml.cc>
2343
2344         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2345         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2346
2347 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2348
2349         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2350         tag (Bug#6654).
2351
2352 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2355         the article buffer, not the summary buffer.
2356
2357 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2360         Emacs 23 as well.
2361
2362 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2365         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2366
2367 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2368
2369         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2370         Patch applied by Karl Fogel.
2371
2372         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2373         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2374
2375 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2376
2377         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2378         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2379         C-w still not working correctly from Article buffers; Thierry's
2380         patch to fix that will be applied after this.
2381
2382         * gnus-art.el (bookmark-make-record-function): New local variable.
2383
2384         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2385         article buffer.
2386         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2387
2388 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2389
2390         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2391         on changes in bookmark.el.
2392
2393 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2396         `no-log' instead of message not to log prompt string.
2397
2398 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2399
2400         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2401         the *other* type of HTML form submission.
2402
2403 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2404
2405         * auth-source.el (auth-source-pick): If choice does not contain a
2406         questioned keyword, set the check to t.
2407
2408 2010-06-12  Romain Francoise  <romain@orebokech.com>
2409
2410         * gnus-util.el (gnus-date-get-time): Move up before first use.
2411
2412 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2415         (gnus-article-edit-part): Bind it to make last part that is substituted
2416         or deleted visible.
2417         (gnus-mime-display-single): Buttonize part of which id equals to
2418         gnus-mime-buttonized-part-id.
2419
2420 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2421
2422         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2423         (gnus-dd-mmm): Use gnus-date-get-time.
2424         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2425         simplify logic.
2426         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2427         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2428
2429 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2430
2431         * auth-source.el (top): Autoload `secrets-list-collections',
2432         `secrets-create-item', `secrets-delete-item'.
2433         (auth-sources): Fix tag string.
2434         (auth-get-source, auth-source-retrieve, auth-source-create)
2435         (auth-source-delete): New defuns.
2436         (auth-source-pick): Rewrite in order to avoid 2 passes.
2437         (auth-source-forget-user-or-password): New parameter USERNAME.
2438         (auth-source-user-or-password): New parameters CREATE-MISSING and
2439         DELETE-EXISTING.  Retrieve password interactively, if needed.
2440
2441 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2442
2443         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2444         deleting unused directories when gnus-expert-user is t.
2445
2446 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2449         for each temp file when gnus-article-browse-delete-temp is ask.
2450
2451 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2452
2453         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2454         Lisp calls to delete-backward-char by calls to delete-char.
2455
2456 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2457
2458         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2459
2460 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2461
2462         * password-cache.el (password-cache-remove): Fix docstring.
2463
2464 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2467         article unless decoding article to be saved.
2468
2469 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2472         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2473         generated within the mm-with-unibyte-current-buffer macro.
2474
2475 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2478         to nil when we're in a mml-preview buffer and no group is selected.
2479
2480 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2481
2482         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2483         when catching the `C-g'.  Reported by "Leo".
2484
2485 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * message.el (message-forward-make-body-plain)
2488         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2489         multibyte-string-p.
2490
2491         * lpath.el: Revert.
2492
2493 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * message.el (message-forward-make-body-mml): Assume original message
2496         is multibyte string; error on unibyte.
2497         (message-forward-make-body-plain): Ditto; don't add excessive newline
2498         in body end.
2499
2500         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2501
2502 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2503
2504         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2505         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2506
2507 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * mm-extern.el (mm-extern-url): Don't use
2510         mm-with-unibyte-current-buffer.
2511         (mm-extern-cache-contents): Use with-current-buffer instead of
2512         save-excursion + set-buffer.
2513
2514 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * mm-util.el (mm-emacs-mule): Remove.
2517
2518 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2519
2520         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2521         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2522         change.
2523
2524 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2527         bind the default value of enable-multibyte-characters to nil.
2528
2529 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * message.el (message-forward-make-body-plain)
2532         (message-forward-make-body-mml):
2533         Don't use mm-with-unibyte-current-buffer.
2534
2535 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2536
2537         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2538
2539 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2540
2541         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2542         (Bug#5592).
2543
2544 2010-05-07  Julien Danjou  <julien@danjou.info>
2545
2546         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2547         it to mm-pipe-part.
2548
2549         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2550         it is given.
2551
2552 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * binhex.el (binhex-decode-region-internal)
2555         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2556         (dns-query)
2557         * nnweb.el (nnweb-gmane-search)
2558         * pgg-parse.el (pgg-parse-armor)
2559         * pgg.el (pgg-verify-region)
2560         * sha1.el (sha1-string-external)
2561         * uudecode.el (uudecode-decode-region-internal)
2562         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2563         XEmacs.
2564
2565         * gnus-art.el (gnus-article-browse-html-parts)
2566         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2567         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2568         make-temp-file.
2569
2570         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2571         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2572         compiling.
2573
2574         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2575         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2576         XEmacs when compiling.
2577
2578         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2579         gnus-pick-mode-off-hook for XEmacs when compiling.
2580         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2581         gnus-binary-mode-off-hook for XEmacs when compiling.
2582
2583         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2584         nil if char-charset is not available.
2585
2586         * imap.el (imap-disable-multibyte)
2587         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2588         macros.
2589
2590         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2591         instead of encode-coding-string.
2592
2593         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2594         'xemacs) instead of mm-emacs-mule to switch function definitions.
2595         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2596
2597         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2598         bind temporary-file-directory for XEmacs;
2599         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2600         timer-set-function for XEmacs 21.4 and SXEmacs;
2601         bind timer-list for XEmacs 21.4 and SXEmacs;
2602         fbind char-charset and find-charset-region for non-Mule XEmacs;
2603         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2604         encode-coding-region and encode-coding-string for XEmacs having no
2605         file-coding feature.
2606
2607 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2608
2609         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2610
2611 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2614         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2615
2616 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2617
2618         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2619         alias `jka-compr-delete-temp-file' no longer exists.
2620
2621 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2622
2623         Use define-minor-mode in Gnus where applicable.
2624         * mml.el (mml-mode): Use define-minor-mode.
2625         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2626         (gnus-undo-mode): Use define-minor-mode.
2627         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2628         (gnus-dead-summary-mode): Use define-minor-mode.
2629         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2630         Initialize in declaration.
2631         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2632         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2633         (gnus-mailing-list-mode): Use define-minor-mode.
2634         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2635         (gnus-draft-mode): Use define-minor-mode.
2636         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2637         (gnus-dired-mode): Use define-minor-mode.
2638
2639 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2640
2641         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2642         handles on recursive mml-to-mime translation and check them for
2643         boundary delimiter collisions.  Reported by Greg Troxel.
2644
2645 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2648
2649 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2650
2651         * mm-util.el (mm-find-buffer-file-coding-system):
2652         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2653
2654 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2655
2656         * message.el (message-generate-headers): Record insertion of optional
2657         headers as well.  Otherwise the check to prevent repeated insertion of
2658         optional headers is a no-op.
2659
2660 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         * smime.el: Don't mention CVS.
2663
2664         * nnrss.el (nnrss-fetch): Don't mention CVS.
2665
2666         * nnir.el: Don't mention CVS.
2667
2668 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2669
2670         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2671
2672 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * lpath.el: Fbind bookmark-default-handler,
2675         bookmark-get-bookmark-record, bookmark-make-record-default,
2676         bookmark-prop-get for Emacs <23 and XEmacs.
2677
2678 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2679
2680         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2681         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2682         Use with-current-buffer to silence the byte-compiler.
2683         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2684         bother to require `gnus'.
2685         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2686
2687 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2688
2689         * gnus-sum.el (gnus-summary-bookmark-make-record)
2690         (gnus-summary-bookmark-jump): New functions.
2691         (gnus-summary-mode): Setup bookmark support.
2692
2693 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2694
2695         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2696         if set.
2697
2698 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2701         gnus-article-browse-html-save-cid-image; make it work recursively for
2702         forwarded messages as well.
2703         (gnus-article-browse-html-parts): Work when prefix arg is given.
2704         (gnus-article-browse-html-article): Doc fix.
2705
2706 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2707
2708         * message.el (message-default-mail-headers):
2709         (message-default-headers): Carry the value mail-default-headers over
2710         into message-default-mail-headers, rather than message-default-headers.
2711
2712 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2713
2714         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2715         charset.
2716
2717         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2718         charset into the <meta> tag when the article is encoded to utf-8.
2719
2720 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2723         directories as well.
2724         (gnus-article-browse-html-parts): Work for images that do not specify
2725         file names; delete temp directory when quitting; insert header at the
2726         right place; use file: scheme for image files.
2727
2728 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2729
2730         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2731         (gnus-article-browse-html-parts): Use it to make temporary cid image
2732         files in addition to html file so that browser may display them.
2733
2734 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2735
2736         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2737
2738 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2741
2742 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2743
2744         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2745         about Secret Service API sources.  Improve Customize options.
2746         (auth-source-pick): Change to accept any number of search parameters.
2747         Implement fallbacks iteratively, not recursively.  Add scoring on the
2748         second pass and sort by score.  Call Secret Service API when needed.
2749         (auth-source-user-or-password): Use it.  Call Secret Service API
2750         directly when needed to get the user name and the password.
2751
2752 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2753
2754         * message.el (message-interactive): Doc fix.
2755         (message-qmail-inject-args): Reflow.
2756         (message-kill-to-signature): Fix typo in docstring.
2757
2758         * smiley.el (smiley-buffer): Fix typo in docstring.
2759
2760 2010-03-24  Glenn Morris  <rgm@gnu.org>
2761
2762         * mail-source.el (gnus-message): Declare.
2763         (mail-source-delete-old-incoming): Require gnus-util.
2764
2765 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2768
2769         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2770
2771         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2772         password-cache's default if it is not bound.
2773         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2774         password-cache-expiry's default if it is not bound.
2775
2776         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2777         available in Emacs 21.
2778
2779         * lpath.el: Suppress compiler warnings for:
2780         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2781         XEmacs;
2782         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2783         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2784         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2785
2786 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2787
2788         * auth-source.el (auth-sources): Fix up definition so extra parameters
2789         are always inline.
2790
2791 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2792
2793         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2794         wasn't updated after mismatch.  Clear cached mailbox info correctly
2795         when uidvalidity changes.
2796         (nnimap-group-prefixed-name): New function to avoid some code
2797         duplication.
2798         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2799         (nnimap-request-group): Use it.
2800         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2801         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2802         with many imap folders.  This is done by caching the group status from
2803         the imap server persistently in a group parameter `imap-status'.  (This
2804         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2805         but not persistently, so every Gnus startup was still very slow.)
2806
2807 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2810         delete the extra newline.  Otherwise editing of :string and :number
2811         types don't work.
2812
2813 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2816         secrets.el dependency.
2817         (auth-sources): Add optional user name.  Add secrets.el configuration
2818         choice (unused right now).
2819
2820 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2821
2822         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2823         `gnus-registry-install-shortcuts' fill in the functions.
2824
2825         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2826         warnings.
2827         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2828         (gnus-registry-install-shortcuts): Populate and use it in a
2829         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2830
2831 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2832
2833         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2834         In-place substitutions for the group name encoding/decoding.
2835         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2836         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2837         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2838         (nnimap-update-unseen, nnimap-request-list)
2839         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2840         (nnimap-request-set-mark, nnimap-split-to-groups)
2841         (nnimap-split-articles, nnimap-request-newgroups)
2842         (nnimap-request-create-group, nnimap-request-accept-article)
2843         (nnimap-request-delete-group, nnimap-request-rename-group)
2844         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2845         `encoded-mbx' for consistency.
2846         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2847         variable `imap-current-mailbox'.
2848
2849         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2850         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2851
2852 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2853
2854         * pop3.el (pop3-display-message-size-flag): Display message size byte
2855         counts during POP3 download.
2856         (pop3-movemail): Use it.
2857         (pop3-list): Implement listing of available messages.
2858
2859 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2860
2861         * nnir.el (nnir-get-article-nov-override-function): New function to
2862         override the normal NOV retrieval.
2863         (nnir-retrieve-headers): Use it.
2864
2865 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2866
2867         * auth-source.el (netrc-machine-user-or-password): Autoload.
2868
2869 2010-03-19  Glenn Morris  <rgm@gnu.org>
2870
2871         Stop message.el from loading about 40 libraries it doesn't always need.
2872         The general approach is to autoload rather than require, and to
2873         require in the specific functions rather than the file.  (Bug#5642)
2874
2875         * gmm-utils.el: Don't require wid-edit.
2876         (widget-create-child-value, widget-convert, widget-default-get):
2877         Autoload.
2878
2879         * gnus-util.el: Don't require time-date, netrc.
2880         (message-fetch-field, gnus-group-name-decode): Declare rather than
2881         autoloading.
2882         (gnus-fetch-field): Require message.
2883         (gnus-decode-newsgroups): Require gnus-group.
2884
2885         * ietf-drums.el: Don't require time-date.
2886
2887         * message.el: Don't require hashcash, canlock, ecomplete.
2888         Do require mail-utils.  Require nnheader only when compiling.
2889         (smtpmail-default-smtp-server): Remove declaration.
2890         (message-send-mail-function): Check smtpmail-default-smtp-server
2891         is bound rather than requiring smtpmail.
2892         (message-auto-save-directory, message-insert-signature): Use
2893         expand-file-name rather than nnheader-concat.
2894         (nnheader-insert-file-contents): Autoload.
2895         (hashcash-wait-async): Declare.
2896         (message-send-mail): Only call gnus-setup-posting-charset if
2897         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2898         (message-send-mail-with-sendmail): Require sendmail.
2899         (canlock-password, canlock-password-for-verify): Declare.
2900         (message-canlock-password): Require canlock.
2901         (nnheader-get-report): Autoload.
2902         (gnus-setup-posting-charset): Declare.
2903         (message-send-news): Require gnus-msg.
2904         (message-make-references, message-make-in-reply-to): Use mail-header-id
2905         rather than the alias mail-header-message-id.
2906         (ecomplete-add-item, ecomplete-save): Declare.
2907         (message-put-addresses-in-ecomplete): Require ecomplete.
2908         (ecomplete-display-matches): Autoload.
2909
2910         * mm-decode.el: Don't require mailcap, gnus-util.
2911         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2912         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2913         Autoload.
2914         (mailcap-mime-extensions): Declare.
2915
2916         * mm-encode.el: Don't require mailcap.
2917         (mailcap-extension-to-mime): Autoload.
2918
2919         * mml-sec.el: Don't require password-cache.
2920
2921         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2922         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2923         (mml-minibuffer-read-type): Require mailcap.
2924         (mml-preview): Require gnus-msg.
2925
2926         * mml1991.el: Require password-cache.
2927         (password-cache-expiry): Remove declaration.
2928
2929         * mml2015.el: Require password-cache.
2930         (password-cache-expiry): Remove declaration.
2931
2932         * nneething.el (mailcap): Require mailcap.
2933
2934         * nnheader.el (declare-function): Add compatibility stub.
2935         (message-remove-header): Declare rather than autoload.
2936         (nnheader-replace-header): Require message.
2937
2938         * nnimap.el (declare-function): Add compatibility stub.
2939         (netrc-parse, netrc-machine-user-or-password): Declare.
2940         (nnimap-open-connection): Require netrc.
2941
2942         * nntp.el (declare-function): Add compatibility stub.
2943         (netrc-parse, netrc-machine, netrc-get): Declare.
2944         (nntp-send-authinfo): Require netrc.
2945
2946         * rfc2047.el: Don't require qp.
2947         (quoted-printable-encode-region, quoted-printable-decode-string):
2948         Autoload.
2949
2950         * sieve-mode.el: Don't require easymenu.
2951         (easy-menu-add-item): Autoload it.
2952
2953         * spam-stat.el (time-to-number-of-days): Autoload it.
2954
2955 2010-03-19  Glenn Morris  <rgm@gnu.org>
2956
2957         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2958
2959 2010-03-18  Glenn Morris  <rgm@gnu.org>
2960
2961         * hashcash.el (declare-function): Remove duplicate definition.
2962
2963 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2964
2965         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2966         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2967         value if any backslash escapes).
2968
2969 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2972         if it is available.  (bug#5647)
2973
2974         * lpath.el: Suppress compiler warning for coding-system-from-name for
2975         Emacs 21 and XEmacs.
2976
2977 2010-03-14  Juri Linkov  <juri@jurta.org>
2978
2979         * hmac-def.el:
2980         * hmac-md5.el:
2981         * netrc.el: Fix keywords.
2982
2983 2010-02-26  Glenn Morris  <rgm@gnu.org>
2984
2985         * message.el (message-send-mail-function): Change the default, so that
2986         it inherits from a customized send-mail-function.  (Bug#5643)
2987
2988 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2989
2990         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2991         shell-command-to-string signals an error (bug#5299).
2992
2993 2010-02-24  Glenn Morris  <rgm@gnu.org>
2994
2995         * message.el (message-smtpmail-send-it)
2996         (message-send-mail-with-mailclient): Doc fixes.
2997
2998 2010-02-16  Glenn Morris  <rgm@gnu.org>
2999
3000         * message.el (message-default-mail-headers): Change the default value
3001         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3002
3003 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3006         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3007
3008 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3009
3010         * time-date.el (date-to-time): Doc fix (Bug#5408).
3011
3012 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3013
3014         * message.el (message-mail): Just pass yank-action on to message-setup.
3015         (message-setup): Handle (FUN . ARGS) form of yank-action.
3016         (message-with-reply-buffer, message-widen-reply)
3017         (message-yank-original): Handle non-buffer values of
3018         message-reply-buffer (Bug#4080).
3019         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3020
3021 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3022
3023         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3024         Fix typo in docstring.
3025
3026 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3027
3028         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3029         response.
3030
3031 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3034
3035         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3036
3037         * message.el (message-check-news-header-syntax): Protect against a
3038         string that `rfc822-addresses' returns when parsing fails.
3039
3040 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3043         (gnus-previous-char-property-change): New functions.
3044
3045         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3046
3047 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3048
3049         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3050         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3051
3052 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3053
3054         * message.el (message-exchange-point-and-mark): Rework last change to
3055         avoid using optional arg of exchange-point-and-mark, for backward
3056         compatibility.
3057
3058 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3059
3060         * message.el (message-exchange-point-and-mark): Call
3061         exchange-point-and-mark with an argument rather than setting
3062         mark-active by hand (Bug#5175).
3063
3064 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * nntp.el (nntp-service-to-port): Work for service expressed with
3067         numeric string; replace [:digit:] with [0-9] for XEmacs.
3068
3069 2009-12-17  Glenn Morris  <rgm@gnu.org>
3070
3071         * gnus-group.el (gnus-bug-group-download-format-alist):
3072         Change emacs entry to debbugs.gnu.org.  Bump :version.
3073
3074 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3077
3078 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3079
3080         * message.el (message-info): Explain why we use `Info-goto-node'.
3081
3082 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3085
3086 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         * message.el (message-completion-in-region): New compatibility function.
3089         (message-expand-group): Use it.
3090
3091 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3094         with no unread article should be listed if the 2nd arg `predicate' is
3095         given.
3096
3097 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3100
3101 2009-11-29  Juri Linkov  <juri@jurta.org>
3102
3103         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3104         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3105         on `gnus-recenter'. (Bug#4698, Bug#4981)
3106
3107 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3108
3109         * sha1.el (sha1-string-external): default-directory "/" in case
3110         otherwise non-existent.  process-connection-type pipe for touch of
3111         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3112
3113 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3114
3115         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3116         it's comms related and sgml-mode.el has "comm" on that basis too.
3117
3118 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3121         containing tspecial characters if they have been already quoted.
3122
3123 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3124
3125         * dns-mode.el (auto-mode-alist): Purecopy string.
3126
3127 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3128
3129         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3130
3131 2009-10-24  Glenn Morris  <rgm@gnu.org>
3132
3133         * gnus-art.el (help-xref-stack-item): Define for compiler.
3134
3135 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3136
3137         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3138
3139 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3142
3143 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3144
3145         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3146         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3147
3148 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3151         (gnus-overlays-in): New alias to overlays-in.
3152
3153         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3154         gnus-overlay-get, and gnus-delete-overlay.
3155         (gnus-summary-show-thread): Make it work as well for systems in which
3156         next-single-char-property-change is not available.
3157         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3158
3159         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3160         (gnus-overlay-get): New alias to extent-property.
3161         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3162
3163         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3164         SXEmacs.
3165
3166         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3167         SXEmacs.
3168
3169 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3170
3171         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3172
3173 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3174
3175         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3176         and XEmacs that don't have `remove-overlays'.
3177
3178 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3179
3180         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3181         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3182         selective display.  Use overlays instead.
3183
3184 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3185
3186         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3187
3188 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3189
3190         * spam-stat.el (spam-stat-load): Fix typo in message.
3191
3192 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3193
3194         * dig.el (dig-invoke): Fix typo in docstring.
3195         (query-dig): Reflow docstring.
3196
3197 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3198
3199         * gnus-art.el (gnus-article-encrypt-body):
3200         * message.el (message-check-recipients):
3201         * mm-util.el (mm-codepage-setup):
3202         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3203         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3204
3205 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3206
3207         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3208         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3209         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3210         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3211         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3212
3213 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3214
3215         * dig.el: Add "Keywords: comm", as per net-utils.el.
3216
3217 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3218
3219         * dig.el (dig-mode): Use define-derived-mode.
3220
3221 2009-09-19  Glenn Morris  <rgm@gnu.org>
3222
3223         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3224
3225 2009-09-18  Glenn Morris  <rgm@gnu.org>
3226
3227         * gnus-diary.el (gnus-diary-check-message):
3228         * message.el (message-insert-formatted-citation-line):
3229         * nnbabyl.el (top-level):
3230         * nndiary.el (nndiary-schedule):
3231         Fix typos in condition-case handlers.
3232
3233 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3236         configuration that provides the sole article window in a frame;
3237         position point correctly after deleting a part.
3238
3239 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3240
3241         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3242         (spam-resolve-registrations-routine): Use it to unregister articles
3243         that change status.
3244
3245 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3248         with XEmacs.
3249         (parse-time-string-chars): Use it.
3250
3251 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3252
3253         * imap.el (imap-interactive-login): Better messages.
3254         (imap-open): Fix bug with renamed buffer on reconnect.
3255         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3256         for easier debugging and cleaner code.  On successful (guessed based on
3257         server capabilities) secondary authentication, set imap-state
3258         correctly.
3259         (imap-last-authenticator): Define imap-last-authenticator as a variable
3260         to avoid warnings.
3261
3262 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * nnrss.el (nnrss-request-article): Remove binding of
3265         default-enable-multibyte-characters that has gotten needless by
3266         the 2007-07-13 change in rfc2047-encode-message-header.
3267
3268         * mml.el (mml-insert-multipart): Error on the message header.
3269         (mml-insert-part): Error on the message header; position point at
3270         the end of a MIME tag.
3271
3272 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * time-date.el (autoload): Expand define-obsolete-function-alias into
3275         defalias and make-obsolete for old Emacsen that Gnus supports.
3276         (with-no-warnings): Define it for old Emacsen.
3277         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3278         is available.
3279         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3280         float-time is available; suppress compile warning for time-to-seconds.
3281
3282         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3283         (gnus-float-time): Alias to float-time if it exists.
3284
3285         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3286         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3287         float-time is available; suppress compile warning for time-to-seconds.
3288
3289         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3290         XEmacs.
3291
3292 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3293
3294         * imap.el (imap-message-map): Docstring fix.
3295
3296 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3299         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3300         Add the optional argument `encoding' that overrides the default.
3301
3302         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3303         mm-encode-buffer.
3304
3305 2009-09-04  Glenn Morris  <rgm@gnu.org>
3306
3307         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3308         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3309         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3310         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3311         * mm-util.el (mm-with-unibyte-current-buffer)
3312         (mm-find-buffer-file-coding-system):
3313         * yenc.el (yenc-decode-region): Use default-value rather than
3314         default-enable-multibyte-characters.
3315
3316 2009-09-03  Glenn Morris  <rgm@gnu.org>
3317
3318         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3319         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3320         than default-enable-multibyte-characters.
3321
3322 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3323
3324         * gnus-art.el (gnus-article-read-summary-keys):
3325         Fix gnus-buffer-configuration's value temporarily used.
3326
3327 2009-09-02  Glenn Morris  <rgm@gnu.org>
3328
3329         * gnus-util.el (gnus-float-time): New function.
3330         * gnus-delay.el (gnus-delay-article):
3331         * gnus-sum.el (gnus-thread-latest-date):
3332         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3333         * nnspool.el (nnspool-request-newgroups):
3334         Use gnus-float-time rather than time-to-seconds.
3335         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3336
3337         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3338         (gnus-header-subject-face, gnus-header-newsgroups-face)
3339         (gnus-header-name-face, gnus-header-content-face):
3340         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3341         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3342         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3343         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3344         (gnus-cite-face-11):
3345         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3346         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3347         (gnus-server-closed-face, gnus-server-denied-face)
3348         (gnus-server-offline-face):
3349         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3350         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3351         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3352         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3353         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3354         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3355         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3356         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3357         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3358         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3359         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3360         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3361         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3362         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3363         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3364         (gnus-summary-high-undownloaded-face)
3365         (gnus-summary-low-undownloaded-face)
3366         (gnus-summary-normal-undownloaded-face)
3367         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3368         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3369         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3370         (gnus-splash-face):
3371         * message.el (message-header-to-face, message-header-cc-face)
3372         (message-header-subject-face, message-header-newsgroups-face)
3373         (message-header-other-face, message-header-name-face)
3374         (message-header-xheader-face, message-separator-face)
3375         (message-cited-text-face, message-mml-face):
3376         * sieve-mode.el (sieve-control-commands-face)
3377         (sieve-action-commands-face, sieve-test-commands-face)
3378         (sieve-tagged-arguments-face):
3379         * spam.el (spam-face):
3380         Mark face aliases with "-face" in the name as obsolete.
3381
3382 2009-09-01  Glenn Morris  <rgm@gnu.org>
3383
3384         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3385         than goto-line.
3386
3387 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3390         Don't move point if the command is invoked inside the message header.
3391
3392 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3393
3394         * imap.el (imap-send-command): Simplify.
3395         (imap-wait-for-tag): point-max -> buffer-size.
3396
3397 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3398
3399         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3400         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3401         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3402         * nnir.el (nnir-swish-e-index-file):
3403         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3404         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3405         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3406         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3407         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3408         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3409
3410 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3411
3412         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3413         Don't save excursion.
3414
3415 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3416
3417         * nnheader.el (nnheader-find-file-noselect):
3418         * mm-util.el (mm-insert-file-contents):
3419         Use (default-value 'major-mode) instead of default-major-mode.
3420
3421 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3422
3423         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3424
3425 2009-08-26  Glenn Morris  <rgm@gnu.org>
3426
3427         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3428         than placing in files.el.
3429
3430 2009-08-25  Glenn Morris  <rgm@gnu.org>
3431
3432         * nnir.el (top-level): Don't require cl at run-time.
3433         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3434         Replace cl-function substitute with gnus-replace-in-string.
3435         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3436         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3437         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3438         simplified expansions.
3439
3440 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3441
3442         * dig.el (dig): Add autoload cookie.
3443
3444 2009-08-22  Glenn Morris  <rgm@gnu.org>
3445
3446         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3447         goto-line.
3448
3449 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3450
3451         * parse-time.el (parse-time-string-chars): Save match data.
3452
3453 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3454
3455         * parse-time.el (parse-time-string-chars): Compute using character
3456         classes, to handle non-ascii characters (Bug#3190).
3457
3458 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3461
3462         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3463         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3464         (gnus-mm-display-part, gnus-mime-display-single)
3465         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3466         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3467
3468         * gnus-sum.el
3469         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3470         (gnus-summary-move-article): Add expirable mark to articles copied or
3471         moved to group that has auto-expire turned on if the option is non-nil.
3472
3473 2009-07-24  Glenn Morris  <rgm@gnu.org>
3474
3475         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3476         Fix typo.  (Bug#3903)
3477
3478 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3481         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3482         that should not be used for draft articles.
3483         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3484         that has no concern in minor mode keys.
3485         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3486         Abolish.
3487
3488 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3491         article without making inquiry to a user for unknown encoding.
3492
3493         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3494         (nnmaildir--scan): Assume i-node and device number that file-attributes
3495         returns might be cons-cell.
3496
3497         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3498
3499         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3500
3501 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * auth-source.el: Remove docs now in auth.texi.  Don't use
3504         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3505         `auth-source-hide-passwords' and use them.
3506
3507 2009-07-15  Glenn Morris  <rgm@gnu.org>
3508
3509         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3510
3511 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3514         excessive whitespace from the default values of title and description.
3515
3516 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3519         mail-fetch-field to fetch Content-Description header in order to
3520         exclude newlines.
3521
3522 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3523
3524         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3525         format used by GnuPG 2.0.11.
3526
3527 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3530         to deleted part.
3531
3532 2009-05-30  David Engster  <dengste@eml.cc>
3533
3534         * nnmairix.el: Remove old documentation in the commentary block.
3535         (nnmairix-request-group): Do not update active file for nnml back ends.
3536         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3537         end so that overview files are ignored.
3538         (nnmairix-update-groups): Make updating the groups more robust by using
3539         marks.
3540         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3541         with dollar characters in message-id.
3542
3543 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3546         2008-12-25 in dns.el.
3547
3548 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3549
3550         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3551         could happen if the text is only composed of spaces and/or tabs.
3552
3553 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3554
3555         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3556         when sending a queued message to avoid extra mml tags.
3557
3558 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3561
3562 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3565         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3566         rmail-toggle-header for XEmacs;
3567         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3568
3569 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-dired.el: Remove autoload for gnus-setup-message.
3572         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3573         displaying Gnus logo; always use compose-mail.
3574
3575 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3578
3579 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3582         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3583         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3584         available.
3585         (gnus-nocem-epg-verify): New function.
3586
3587 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3588
3589         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3590
3591 2009-02-15  Glenn Morris  <rgm@gnu.org>
3592
3593         * gnus-util.el (rmail-insert-rmail-file-header)
3594         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3595         autoloads.
3596         (rmail-default-rmail-file): Remove unnecessary declaration.
3597         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3598
3599 2009-02-14  Glenn Morris  <rgm@gnu.org>
3600
3601         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3602         variable (only used in gnus-util, which declares it anyway).
3603         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3604         which was only needed by gnus-art (changed to not use it any more).
3605         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3606         only used in gnus-util, which autoloads it itself.
3607         (rmail-update-summary): Fix autoload.
3608
3609         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3610         rather than rmail-output-to-rmail-file.
3611
3612 2009-02-07  Glenn Morris  <rgm@gnu.org>
3613
3614         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3615         autoload of function that no longer exists.
3616         (rmail-toggle-header): Declare.
3617         (message-forward-rmail-make-body): Handle mbox Rmail.
3618
3619 2009-01-31  Glenn Morris  <rgm@gnu.org>
3620
3621         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3622         2009-01-09 change.
3623
3624 2009-01-31  Dave Love  <fx@gnu.org>
3625
3626         * imap.el (imap-fetch-safe): Bind debug-on-error.
3627         (imap-debug): Add imap-fetch-safe.
3628
3629 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3630
3631         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3632         (auth-source-forget-all-cached): New convenience function.
3633         (auth-source-user-or-password): Accept list of modes or a single mode.
3634
3635         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3636         auth-source modes.
3637
3638         * netrc.el (netrc-machine-user-or-password): Use list of
3639         auth-source modes.
3640
3641         * nnimap.el (nnimap-open-connection): Use list of
3642         auth-source modes.
3643
3644         * nntp.el (nntp-send-authinfo): Use list of
3645         auth-source modes.
3646
3647 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3648
3649         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3650         now.
3651
3652 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3655         coding system in XEmacs; add a workaround for XEmacs.
3656
3657         * lpath.el: Fbind coding-system-aliasee.
3658
3659 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3662         of current-language-environment.
3663
3664 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3665
3666         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3667         available at runtime.
3668
3669 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3672
3673 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3674
3675         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3676         the greatest positive fixnum value doesn't work under an XEmacs with
3677         bignum support; use the most-positive-fixnum constant instead,
3678         available since Emacs 21.1 with cl and XEmacs 21.1.
3679
3680 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3683         XEmacs gets not to work.
3684
3685 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * mm-util.el (mm-coding-system-priorities): Allow the value like
3688         "Japanese (UTF-8)" of current-language-environment.
3689
3690 2009-01-09  Glenn Morris  <rgm@gnu.org>
3691
3692         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3693         with last-command-event.
3694
3695 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3698         in the doc string.
3699
3700         * message.el (message-fix-before-sending): Amend comment.
3701
3702 2009-01-08  Dave Love  <fx@gnu.org>
3703
3704         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3705
3706 2009-01-07  David Engster  <dengste@eml.cc>
3707
3708         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3709         simplified server definitions by converting it via
3710         gnus-server-to-method.
3711
3712 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3715         parameter's operands.
3716
3717 2009-01-06  David Engster  <dengste@eml.cc>
3718
3719         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3720         primary select method (for gnus-group-mark-article-as-read).
3721
3722 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3723
3724         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3725         `(gnus)Face', not `(gnus)X-Face'.
3726
3727 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * mm-util.el (mm-ucs-to-char): New function.
3730
3731         * mm-url.el (mm-url-decode-entities): Use it.
3732
3733         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3734         unicode-to-char.
3735
3736 2009-01-05  Dave Love  <fx@gnu.org>
3737
3738         * time-date.el: Require cl for `declare'.
3739
3740 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3741
3742         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3743         Dave Love.
3744
3745 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3746
3747         * message.el (message-fix-before-sending): Add `eight-bit' to
3748         illegible-text check.
3749
3750 2009-01-03  Michael Olson  <mwolson@gnu.org>
3751
3752         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3753         `headers' is nil.  This can occur if the IMAP server does not have
3754         permissions to read messages from a folder, but can write new messages
3755         to the folder.
3756         (nnimap-request-article-part): Do not insert `data' if it is nil.
3757
3758         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3759         characters which will confuse `read', so skip past them.
3760
3761 2009-01-01  Dave Love  <fx@gnu.org>
3762
3763         * imap.el (imap-string-to-integer): Fix typo.
3764         (imap-fetch-safe): New function.
3765         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3766
3767         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3768
3769         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3770         (imap-parse-greeting): Fix doc strings.
3771         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3772         (imap-parse-flag-list): Make messages unique.
3773         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3774
3775         * nnimap.el: Fix author email.
3776         (nnimap-split-rule): Add FIXME comment.
3777         (nnimap-debug): Fix doc string.
3778
3779 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3780
3781         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3782
3783 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3784
3785         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3786         nslookup if resolv.conf isn't available.
3787         (dns-query): Rename from query-dns.
3788         (dns-query-cached): Rename from query-dns-cached.
3789
3790 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3793         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3794         to check if those variables exist (first appeared in Emacs 18.50).
3795
3796 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * mm-util.el (mm-line-number-at-pos): New function.
3799
3800         * spam-report.el (spam-report-process-queue): Use it.
3801
3802 2008-12-24  David Engster  <dengste@eml.cc>
3803
3804         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3805         parameters that haven't existed as variables as buffer-local variables.
3806
3807 2008-12-23  Dave Love  <fx@gnu.org>
3808
3809         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3810         cadar.
3811
3812         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3813         imap-starttls-p.
3814         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3815
3816 2008-12-22  Dave Love  <fx@gnu.org>
3817
3818         * imap.el: Fix author email.  Doc fixes.
3819         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3820         reply.
3821
3822 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * spam-report.el (spam-report-gmane-max-requests): New constant.
3825         (spam-report-gmane-wait): New variable.
3826         (spam-report-gmane-ham, spam-report-gmane-spam)
3827         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3828         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3829         the server.
3830
3831         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3832         Add explanations.
3833
3834         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3835         nnheader-accept-process-output and nnheader-read-timeout if available.
3836         (pop3-movemail): Use it.
3837
3838         * message.el (message-check-news-body-syntax): Fix signature check if
3839         there's an attachment.
3840
3841 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * mm-util.el: Add comments to the mm- emulating functions.
3844
3845 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3848         by Stephen Berman <stephen.berman@gmx.net>.
3849
3850 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * mm-util.el (mm-substring-no-properties): New function.
3853         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3854         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3855         (mm-string-to-multibyte): Doc fix.
3856
3857         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3858
3859 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * mml.el (mml-attach-file): Strip text properties from file name.
3862         (Bug#1574)
3863
3864 2008-12-16  Glenn Morris  <rgm@gnu.org>
3865
3866         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3867
3868 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3871         knows since the charset specified might be a bogus alias that
3872         mm-charset-synonym-alist provides.
3873
3874 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3875
3876         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3877         "ISO_8859-1".
3878
3879         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3880
3881 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * mm-util.el (mm-charset-eval-alist):
3884         Define it before mm-charset-to-coding-system.
3885         (mm-charset-to-coding-system): Add optional argument `silent';
3886         define it before mm-charset-override-alist.
3887         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3888         default value if it can be used in Emacs currently running;
3889         silence mm-charset-to-coding-system.
3890
3891 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3894         `allow-override' which says whether to use `mm-charset-override-alist'.
3895         (rfc2047-decode-encoded-words): Use it.
3896
3897         * mm-util.el (mm-charset-override-alist): Fix custom type;
3898         add `(gb2312 . gbk)' to choices.
3899
3900 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3903         fast.
3904
3905         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3906
3907         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3908
3909 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3910
3911         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3912         on links.
3913
3914         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3915
3916 2008-12-03  Lute Kamstra  <lute@gnu.org>
3917
3918         * sha1.el: Remove leading * from docstrings of defcustoms,
3919         deffaces, defconsts and defuns.
3920
3921 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3924         users' addresses that don't have domain parts.
3925         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3926         rather than message-narrow-to-head since there will be the message
3927         header separator.
3928
3929 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3930
3931         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3932         since the result is inserted in a unibyte buffer anyway.
3933         (nnimap-demule-use-string-to-multibyte): Remove.
3934         (nnimap-demule): Alias it to mm-string-to-multibyte.
3935
3936 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3939         variable for debugging bug#464 and bug#1174.
3940         (nnimap-demule): Use it.
3941
3942 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3945         score calculation correctly.
3946
3947 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3948
3949         * message.el (message-send-mail): Just set the buffer to unibyte
3950         rather than use mm-with-unibyte-current-buffer which does a lot more.
3951         (message-send-mail-partially): Don't bother with
3952         mm-with-unibyte-current-buffer since it's already been made unibyte by
3953         message-send-mail.
3954
3955 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3956
3957         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3958
3959 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3960
3961         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3962
3963 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3966         require itself and to remove `with-no-warnings'.
3967
3968 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3969
3970         * starttls.el (starttls-any-program-available): Get the name of the
3971         available TLS layer program.
3972         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3973         well as the host name in the "opening" message.
3974
3975         * auth-source.el (auth-source-cache, auth-source-do-cache)
3976         (auth-source-user-or-password): Cache passwords and logins by default,
3977         allow override with `auth-source-do-cache'.
3978         (auth-source-forget-user-or-password): Allow users to remove cache
3979         entries if needed.
3980
3981 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3982
3983         * md4.el (md4-buffer): Fix typo in docstring.
3984         (md4, md4-64): Doc fixes.
3985         (md4-pack-int32): Reflow docstring.
3986
3987 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3988
3989         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3990         condition-case to only the forward-sexp call.
3991
3992 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3993
3994         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3995         quotes contained.  Make it more robust regardless by an extra
3996         condition-case wrapper.
3997
3998 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4001
4002 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * nnml.el (nnml-request-expire-articles): Check if the function set to
4005         `nnmail-expiry-target' returns the symbol `delete'.
4006
4007         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4008
4009         * nnmail.el (nnmail-expiry-target): Fix custom type.
4010
4011 2008-10-02  Glenn Morris  <rgm@gnu.org>
4012
4013         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4014         Silence compiler warning.
4015
4016 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4017
4018         * tls.el (open-tls-stream): Show the actual command being
4019         executed, instead of the format string.
4020
4021 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * lpath.el: Fbind codepage-setup for Emacs 23.
4024
4025 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4026
4027         * mml.el (mml-menu): Don't assume mml2015 is bound.
4028
4029 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4032         exists.
4033
4034 2008-09-27  Glenn Morris  <rgm@gnu.org>
4035
4036         * gnus-util.el (mail-header-remove-comments): Autoload it.
4037
4038 2008-09-27  Andreas Schwab  <schwab@suse.de>
4039
4040         * gnus-util.el (gnus-split-references): Strip comments.
4041         (gnus-parent-id): Likewise.
4042
4043 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * message.el (message-confirm-send): Fix version.
4046
4047 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * message.el (message-idna-to-ascii-rhs-1): Use
4050         mail-extract-address-components rather than mail-header-parse-addresses
4051         that is an alias by default to ietf-drums-parse-addresses that does not
4052         support non-ASCII names in headers' contents.
4053
4054 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4055
4056         * message.el (message-confirm-send): Fixed variable documentation to
4057         avoid the "y/n" wording.
4058
4059 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4060
4061         * message.el (message-set-auto-save-file-name): Save to a different
4062         filename so multiple messages (especially drafts) can be recovered.
4063
4064 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4065
4066         * message.el (message-confirm-send): Add appropriate version.
4067
4068 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4069
4070         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4071         defvar.
4072
4073 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4074
4075         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4076         (mm-pkcs7-enveloped-magic): Ditto.
4077
4078 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4079
4080         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4081         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4082
4083 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4084
4085         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4086         default, it's better.
4087
4088 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4089
4090         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4091         summary line gnus-number property and ignore them (with a warning
4092         message).
4093
4094 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4097         macro caddr in the interactive form since it won't be expanded.
4098
4099 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4102         `charset'; fix name of function called recursively.
4103         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4104
4105 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4108         (gnus-mime-set-charset-parameters): New function.
4109         (gnus-mime-view-part-as-charset): Use it to correctly display part
4110         specifying wrong charset.
4111
4112 2008-09-08  David Engster  <dengste@eml.cc>
4113
4114         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4115         in completing-read for back end server.
4116
4117 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4118
4119         * message.el (message-confirm-send): New variable to confirm sending a
4120         message.
4121         (message-send): Use it.
4122
4123 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4124
4125         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4126
4127 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4130
4131 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4132
4133         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4134         prevent tracking too many groups.
4135         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4136         Use it.
4137
4138 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4139
4140         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4141         moving point to the bottom of the window in order to avoid recentering.
4142
4143 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4146
4147         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4148         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4149         (gnus-article-beginning-of-window): Fix calculation.
4150
4151 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-msg.el (gnus-summary-supersede-article)
4154         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4155         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4156         message header.
4157
4158 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4159
4160         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4161         pending output coming after the status change.
4162
4163 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4164
4165         * message.el:
4166         * gnus-start.el:
4167         * gnus-registry.el: Remove VMS support.
4168
4169 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4172         macro.
4173         (rfc2104-hash): Use it.
4174
4175 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4176
4177         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4178         (gnus-summary-sort-by-most-recent-date): New commands.
4179         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4180         and menu entries.
4181
4182 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4185         don't redisplay article for raw contents; remove plural articles stuff.
4186
4187         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4188         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4189         on gnus-summary-save-article; display results properly.
4190
4191 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * lpath.el: No need to fbind ns-focus-frame.
4194
4195 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4198
4199 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4202         gnus-save-all-headers.
4203
4204 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4205
4206         * gnus-util.el (ns-focus-frame): Remove declaration.
4207         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4208         like x.
4209
4210 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4211
4212         * rfc2104.el (rfc2104-zero): Delete defconst.
4213         (rfc2104-hex-alist): Likewise.
4214         (rfc2104-hex-to-int): Delete func.
4215         (rfc2104-hexstring-to-bitstring): Likewise.
4216         (rfc2104-nybbles): New defconst.
4217         (rfc2104-hash): Rewrite for speed.
4218
4219 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * tls.el (open-tls-stream): Make it work with the 2nd argument
4222         BUFFER that is a string but does not exist as a buffer object, as
4223         mentioned in the doc-string.
4224
4225 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4228         SXEmacs.
4229
4230 2008-07-16  Glenn Morris  <rgm@gnu.org>
4231
4232         * gnus-util.el (ns-focus-frame): Declare for compiler.
4233
4234 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4237         set as a group parameter.
4238         (gnus-summary-save-in-pipe): Work when it is called independently.
4239         (gnus-summary-pipe-to-muttprint): Don't modify
4240         gnus-summary-pipe-output-default-command.
4241
4242 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4243
4244         * message.el (message-send-mail-with-sendmail):
4245         Display the error message.
4246
4247 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * gnus-art.el (gnus-default-article-saver):
4250         Add gnus-summary-save-in-pipe to choices.
4251         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4252         gnus-summary-pipe-output-default-command as the default command.
4253         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4254         instead of gnus-last-shell-command.
4255
4256         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4257         New user option.
4258         (gnus-summary-muttprint-program): Mention the value will be changed.
4259         (gnus-summary-save-article): Force showing of all headers.
4260         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4261
4262 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4263
4264         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4265
4266 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4267
4268         * nnimap.el (nnimap-id):
4269         * sieve-manage.el (sieve-manage-open): Doc fixes.
4270
4271 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4272
4273         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4274         if available.
4275
4276 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4277
4278         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4279
4280         * nnkiboze.el (nnkiboze-generate-group):
4281         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4282
4283         * nnmairix.el: Require CL.
4284
4285 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * dgnushack.el: Autoload get-display-table and put-display-table for
4288         XEmacs 21.5.
4289
4290         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4291         21.4 and SXEmacs.
4292
4293 2008-06-15  David Engster  <dengste@eml.cc>
4294
4295         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4296
4297 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4298
4299         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4300         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4301         runtime choice under XEmacs.
4302
4303         * gnus-sum.el (gnus-summary-set-display-table):
4304         Use `gnus-put-display-table', `gnus-get-display-table',
4305         `gnus-set-display-table' for the display table, instead of `aset'.
4306
4307         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4308         Use `gnus-put-display-table', `gnus-get-display-table',
4309         `gnus-set-display-table' for the display table.
4310
4311 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4312
4313         * nnmairix.el: Add autoloads.
4314
4315 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * nnmairix.el (nnmairix-delete-recreate-group)
4318         (nnmairix-update-and-clear-marks): Fix error messages.
4319
4320 2008-06-14  David Engster  <dengste@eml.cc>
4321
4322         * nnmairix.el: Upgrade to version 0.6.
4323         (nnmairix-group-toggle-propmarks-this-group)
4324         (nnmairix-group-toggle-readmarks-this-group)
4325         (nnmairix-group-delete-recreate-this-group)
4326         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4327         (nnmairix-remove-tick-mark-original-article): New commands.
4328         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4329         (nnmairix-propagate-marks-to-nnmairix-groups)
4330         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4331         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4332         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4333         functions needed for marks propagation and manipulation of read marks.
4334         (nnmairix-update-groups): New function.
4335         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4336         (nnmairix-determine-original-group-from-registry)
4337         (nnmairix-determine-original-group-from-path)
4338         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4339         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4340         New helper functions.
4341         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4342         keystrokes for new commands.
4343         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4344         (nnmairix-request-group): Check allow-fast group parameter.
4345         (nnmairix-request-create-group): Set allow-fast group parameter if
4346         nnmairix-allowfast-default is set.
4347         (nnmairix-close-group): Propagate marks upon closing if needed.
4348         (nnmairix-group-toggle-threads-this-group): Use new.
4349         nnmairix-group-toggle-parameter helper function.
4350         (nnmairix-search): Better check for empty search result.
4351         (nnmairix-goto-original-article): Use new helper functions for
4352         determining original article.
4353         (nnmairix-show-original-article): Make sure message-id is in brackets.
4354         (nnmairix-call-mairix-binary): Change variable name.
4355         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4356         helper function.
4357         (nnmairix-widget-toggle-activate): Fix doc string.
4358
4359 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * nnir.el: Require edmacro when compiling with XEmacs.
4362         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4363         available in Emacs 21.
4364
4365 2008-06-11  Glenn Morris  <rgm@gnu.org>
4366
4367         * gnus-util.el (x-focus-frame):
4368         * gnus.el (image-size):
4369         * mm-decode.el (image-size): Declare.
4370
4371         * gnus-picon.el (declare-function): Add compat definition.
4372         (image-size): Declare.
4373
4374         * gnus-group.el (tool-bar-map):
4375         * gnus-sum.el (tool-bar-map): Define for compiler.
4376
4377         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4378
4379         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4380
4381         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4382         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4383         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4384         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4385         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4386         * sieve-manage.el, spam-report.el, spam.el:
4387         Remove unnecessary eval-and-compile of autoloads.
4388
4389 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4390
4391         * auth-source.el: Precise Tramp doc.
4392
4393 2008-06-07  Glenn Morris  <rgm@gnu.org>
4394
4395         * nnmairix.el: Remove unnecessary eval-when-compile.
4396
4397 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * lpath.el: Fbind propertize for XEmacs 21.4.
4400
4401 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * nnir.el: Move here from ../contrib.
4404
4405 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4406
4407         * gnus-util.el (gnus-read-shell-command): New function.
4408         * mm-decode.el (mm-pipe-part):
4409         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4410
4411 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4414
4415 2008-06-03  Glenn Morris  <rgm@gnu.org>
4416
4417         * pop3.el (nnheader-accept-process-output): Autoload it.
4418
4419 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4422         are not 2-digit hexadecimal characters that follow `%'s.
4423
4424 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4425
4426         * message.el (message-bogus-recipient-p): Fix type in doc string.
4427         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4428         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4429         Improve custom options.
4430         (message-bogus-recipient-p): Adjust accordingly.
4431
4432 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4433
4434         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4435         long-form month and day names.
4436
4437 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * dgnushack.el: Autoload debug, eudc-expand-inline and
4440         pgg-snarf-keys-region for XEmacs.
4441
4442         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4443
4444         * nnmairix.el: Require edmacro when compiling with XEmacs.
4445
4446 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4447
4448         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4449         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4450
4451 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * auth-source.el: Add more docs.
4454
4455         * netrc.el (netrc-machine): Always match if the port is not given.
4456
4457 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4460         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4461         retrieval faster in some cases, but might make CPU usage larger.  If
4462         this has any bad side effects, we might revert this change.
4463
4464         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4465         seems to make mail retrieval much, much faster.
4466         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4467         unconditionally.
4468
4469         * gnus-draft.el (gnus-group-send-queue): Bind
4470         message-send-mail-partially-limit to nil to avoid being prompted.
4471
4472 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4473
4474         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4475
4476         * message.el (message-bogus-address-regexp): Fix and improve custom
4477         type.
4478         (message-setup-hook): Add message-check-recipients as custom option.
4479
4480 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * message.el (message-cite-function): Remove bogus autoload which crept
4483         in during merge from v5-10.
4484
4485 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4488
4489         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4490
4491         * auth-source.el: Preliminary Tramp docs.
4492         (auth-sources): Change the default auth-sources to use
4493         EPA .gpg files.
4494
4495 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4496
4497         * nntp.el: Autoload `auth-source-user-or-password'.
4498         (nntp-send-authinfo): Use it.
4499
4500         * nnimap.el: Autoload `auth-source-user-or-password'.
4501         (nnimap-open-connection): Use it.
4502
4503         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4504         for the gnus-message function.
4505         (auth-source-user-or-password): Use it.
4506
4507 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4508
4509         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4510         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4511         (rfc2104-hash): Use it.
4512
4513 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4514
4515         * gnus-art.el (gnus-article-toggle-truncate-lines):
4516         Don't use `iff' in docstring.
4517
4518 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4519
4520         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4521
4522         * gnus-util.el (gnus-extract-address-component-name)
4523         (gnus-extract-address-component-email): Convenience functions around
4524         `gnus-extract-address-components'.
4525
4526         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4527         Use `gnus-extract-address-component-email' to fix bug of comparing full
4528         sender name to `user-mail-address'.
4529
4530 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4533         catch/throw to optimize.
4534         (gnus-registry-find-keywords): Just use member to find a keyword.
4535
4536 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4539         is current before calling gnus-server-prepare.
4540         (gnus-server-setup-buffer, gnus-server-update-server)
4541         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4542
4543 2008-05-04  Juri Linkov  <juri@jurta.org>
4544
4545         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4546         (mailcap-file-default-commands): Use mailcap-replace-in-string
4547         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4548         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4549
4550 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4551
4552         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4553
4554 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4555
4556         * gnus.el: Bump version to 0.11.
4557
4558 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4559
4560         * gnus.el: No Gnus v0.10 is released.
4561
4562 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4563
4564         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4565         hooks.
4566         (gnus-update-read-articles): Speed up non-marks-using users.
4567         (gnus-use-marks): Define gnus-use-marks.
4568         (gnus-propagate-marks): Rename variable to something more sensible.
4569
4570 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4571
4572         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4573         (gmm-image-load-path-for-library): Fix typos in docstrings.
4574         (gmm-message): Reflow docstring.
4575
4576 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * mail-source.el (mail-source-set-1, mail-source-bind):
4579         Move auth-source code out of the macro to clean it up and fix bugs.
4580
4581 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4584         by sender if it's equal to user-mail-address, it's likely to be
4585         useless.
4586
4587         * mail-source.el (mail-source-bind): Don't use user or password if they
4588         are not bound.  Unintern them if they are nil.  Don't use server unless
4589         it's bound, and default it to empty string otherwise.
4590
4591 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * mail-source.el: Load auth-source.el.
4594         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4595         get user name or password, if auth-sources is set up.
4596
4597         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4598         strategy of splitting with parent.
4599         (gnus-registry-split-fancy-with-parent)
4600         (gnus-registry-post-process-groups): Use it and fix prior
4601         bug (returning a list as the split result).
4602
4603         * auth-source.el (auth-sources): Remove server parameter.
4604         (auth-source-pick, auth-source-user-or-password)
4605         (auth-source-user-or-password-imap)
4606         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4607         (auth-source-user-or-password-sftp)
4608         (auth-source-user-or-password-smtp): Remove server parameter.
4609
4610 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4611
4612         * smime.el (smime-sign-region, smime-encrypt-region)
4613         (smime-decrypt-region):
4614         Remove redundant calls to `generate-new-buffer-name'.
4615
4616 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4617
4618         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4619         Don't use QP for message/rfc822.
4620         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4621
4622 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4623
4624         * sieve-manage.el (sieve-string-bytes): Remove.
4625         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4626         correct byte-length only if the process's coding-system is the same as
4627         the one used internally by Emacs to represent strings.
4628
4629 2008-04-22  Juri Linkov  <juri@jurta.org>
4630
4631         * mailcap.el (mailcap-file-default-commands): New function.
4632
4633 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4634
4635         * message.el (message-signature-separator, message-cite-function):
4636         Change custom version.
4637
4638 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4639
4640         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4641         commands.
4642         (tls-checktrust): Ditto.
4643
4644 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4645
4646         * mm-decode.el (mm-display-external): Make temp file read-only.
4647
4648 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4651         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4652         `C-c C-f d'.
4653
4654 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4655
4656         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4657
4658 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4659
4660         * gnus.el: Bump version to 0.9.
4661
4662 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4663
4664         * gnus.el: No Gnus v0.8 is released.
4665
4666 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4667
4668         * mail-source.el (mail-source-value):
4669         Prefer fboundp to functionp so it works with macros as well.
4670
4671 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4672
4673         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4674         Fix last change in case the element is not even a symbol.
4675
4676 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4677
4678         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4679         Prefer fboundp to functionp so it works with macros as well.
4680
4681 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4682
4683         * auth-source.el: Added docs.
4684         (auth-sources): Modify format to support server.
4685         (auth-source-pick, auth-source-user-or-password)
4686         (auth-source-user-or-password-imap)
4687         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4688         (auth-source-user-or-password-sftp)
4689         (auth-source-user-or-password-smtp): Add server parameter.
4690
4691 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * gnus-registry.el: Initialize the registry when gnus-registry-install
4694         is t.
4695
4696 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * compface.el (uncompface): Make buffer unibyte.
4699
4700 2008-04-05  Glenn Morris  <rgm@gnu.org>
4701
4702         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4703
4704 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4705
4706         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4707         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4708
4709         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4710         multibyteness after rather than before erasing it.
4711
4712         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4713         mm-with-multibyte.
4714         (gnus-request-article-this-buffer): Make sure the proper decoding is
4715         used if gnus-original-article-buffer happens to be unibyte.
4716
4717         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4718         default-enable-multibyte-characters.
4719
4720         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4721         default-enable-multibyte-characters.
4722
4723         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4724
4725         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4726
4727 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4728
4729         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4730         (imap-message-copyuid-1): Use it.
4731         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4732         J. Williams in
4733         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4734
4735         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4736         imap-enable-exchange-bug-workaround.
4737         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4738
4739 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4740
4741         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4742         a 100 byte status-checks into a 2-3MB transfer for each group.
4743         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4744         to enable bug workaround or not.
4745         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4746
4747 2008-03-31  Glenn Morris  <rgm@gnu.org>
4748
4749         * message.el (mml2015-use): Declare for compiler.
4750         (message-info): Require mml2015 when appropriate.
4751
4752 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4755         whitespace.
4756
4757 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4758
4759         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4760         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4761         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4762         (nntp-service-to-port): New function.
4763         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4764         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4765         (nntp-open-netcat-stream): New function.
4766         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4767
4768 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4769
4770         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4771
4772 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4773
4774         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4775
4776 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4777
4778         * dns.el (dns-write): Use set-buffer-multibyte.
4779
4780 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4781
4782         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4783
4784 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4785
4786         * message.el (message-signature-separator): Change default.
4787         Improve custom type.
4788         (message-cite-function): Change default to
4789         message-cite-original-without-signature.
4790
4791         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4792         toggle.
4793
4794         * message.el (message-check-news-body-syntax): Fix signature check.
4795         (message-setup-1): Mark buffer as unmodified _after_ running
4796         message-setup-hook and handling message-alternative-emails.
4797         (message-shorten-references): Be more strict when building list of
4798         valid references to comply with GNKSA.
4799
4800         * gnus-group.el (gnus-read-ephemeral-bug-group)
4801         (gnus-read-ephemeral-debian-bug-group)
4802         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4803
4804         * message.el (message-info): Don't use booleanp which isn't supported
4805         in Emacs 21 and XEmacs.
4806
4807 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4810         gnus-group-gmane-group-download-format.
4811         (gnus-group-read-ephemeral-gmane-group): Rename from
4812         gnus-group-read-ephemeral-gmane-group.
4813         (gnus-read-ephemeral-gmane-group-url): Rename from
4814         gnus-group-read-ephemeral-gmane-group-url.
4815         (gnus-bug-group-download-format-alist): New variable.
4816         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4817         (gnus-read-ephemeral-emacs-bug-group): New commands.
4818
4819 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4820
4821         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4822         (gnus-visible-headers): Improve custom type.
4823
4824 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * mml.el (mml-menu): Add workarounds for XEmacs.
4827
4828         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4829         X-Boundary header.
4830
4831         * message.el (message-simplify-recipients): Fix previous commit.
4832
4833 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4834
4835         * mm-util.el (mm-set-buffer-multibyte): New function.
4836         * mm-decode.el (mm-copy-to-buffer): Use it.
4837
4838 2008-03-19  Glenn Morris  <rgm@gnu.org>
4839
4840         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4841         Accidentally removed in the sync process with Emacs.
4842
4843 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * message.el (message-alter-recipients-discard-bogus-full-name):
4846         New function.
4847         (message-alter-recipients-function): New variable.
4848         (message-get-reply-headers): Use it.
4849         (message-replace-header): New helper function.
4850         (message-recipients-without-full-name): New variable.
4851         (message-simplify-recipients): New command.
4852
4853         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4854
4855         * message.el (message-info): Handle EasyPG manual.
4856
4857         * mml.el (mml-menu): Add entry for EasyPG.
4858
4859 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4860
4861         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4862         parameter.
4863
4864         * message.el (message-disassociate-draft): Specify drafts group name
4865         fully.
4866
4867 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4870         unnecessary duplicates from the match list.
4871
4872 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4875
4876         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4877
4878         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4879         args of `how-many' of which the XEmacs version doesn't take; declare
4880         Info-index-next as function.
4881
4882 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-score.el (gnus-score-headers): Fix handling of
4885         gnus-inhibit-slow-scoring.
4886
4887         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4888         string.
4889         (gnus-button-url-regexp): Improve handling of parenthesis.
4890         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4891         (gnus-button-handle-info-keystrokes): Handle index entries.
4892
4893 2008-03-15  Glenn Morris  <rgm@gnu.org>
4894
4895         * parse-time.el (parse-time-string): Simplify.
4896
4897 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4900         Incoming* files.
4901
4902 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4905         (auth-source-pick): Use it.
4906
4907 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4908
4909         * binhex.el (binhex-decode-region-internal):
4910         * uudecode.el (uudecode-decode-region-internal):
4911         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4912         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4913         setting default-enable-multibyte-characters.
4914
4915 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4916
4917         * auth-source.el (auth-source-protocols)
4918         (auth-source-protocols-customize, auth-source-choices): Added and
4919         modified variable customizations and defaults.
4920         (auth-source-pick, auth-source-user-or-password)
4921         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4922         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4923         (auth-source-user-or-password-sftp)
4924         (auth-source-user-or-password-smtp): Use new variables and provide an
4925         interface to netrc.el.
4926
4927 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4930         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4931         Make sure the nntp port to specify is a string.
4932
4933 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4934
4935         * nntp.el: Use with-current-buffer.
4936         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4937         dubious mm-with-unibyte-current-buffer.
4938         (nntp-with-open-group-function): New function extracted from
4939         nntp-with-open-group macro.
4940         (nntp-with-open-group): Use the function, so it's easier to debug.
4941         Add indentation and debugging info.
4942         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4943         the use of the netcat alternatives.
4944
4945         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4946         Avoid mm-string-as-multibyte as well.
4947
4948         * nnweb.el (nnweb-insert-html):
4949         Remove use of nnheader-string-as-multibyte.
4950
4951         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4952         (nnheader-string-as-multibyte): Remove.
4953
4954         * mm-view.el: Use inhibit-read-only.
4955         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4956         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4957         or unibyte-string.
4958
4959         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4960         (mm-uu-yenc-extract): Use with-current-buffer.
4961
4962         * gnus-soup.el (gnus-soup-send-packet): Don't use
4963         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4964
4965         * nnmh.el: Use with-current-buffer.
4966         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4967         mm-string-as-multibyte on the output of mm-encode-coding-string.
4968
4969         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4970         (nnimap-request-move-article): Use with-current-buffer.
4971
4972         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4973         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4974         conversion uses string-make-unibyte rather than string-as-unibyte.
4975
4976         * gnus-msg.el: Use with-current-buffer.
4977
4978         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4979
4980 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4981
4982         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4983         string for caching if it is 'PIN.
4984
4985 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * lpath.el: Consider the case without Emacs/W3.
4988
4989 2008-03-08  Glenn Morris  <rgm@gnu.org>
4990
4991         * time-date.el (date-to-time, time-subtract, time-add)
4992         (safe-date-to-time): Doc fixes.
4993
4994 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * mail-source.el (mail-source-delete-old-incoming-confirm):
4997         Change default to nil.
4998         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4999
5000 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * lpath.el: Rearrange.
5003
5004         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5005         (gnus-article-goto-prev-page): Work for articles having ^L's.
5006
5007         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5008
5009         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5010
5011 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5012
5013         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5014         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5015         (gnus-bookmark-jump): Adjust some variable names.
5016
5017 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5018
5019         * auth-source.el: New package.
5020         (auth-source-choices): Add customization entry point variable.
5021
5022         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5023         bug.
5024
5025 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5026
5027         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5028         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5029         (gnus-registry-install-shortcuts): Rename from
5030         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5031         the `gnus-registry-mark-map' keymap dynamically from
5032         `gnus-registry-marks'.  The generated functions update the summary line
5033         when a registry mark is added or deleted, and will call
5034         `gnus-registry-install-p' (see the comments in the code).
5035         (gnus-registry-user-format-function-M): Use concat intelligently.
5036
5037         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5038         the registry mark functions.
5039
5040 2008-03-05  Glenn Morris  <rgm@gnu.org>
5041
5042         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5043         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5044         gnus-art.
5045         (top-level): No need to load own source when compiling.
5046
5047 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5050         Suggested by <chris.anderton@zetnet.co.uk>.
5051
5052 2008-03-04  Glenn Morris  <rgm@gnu.org>
5053
5054         * gnus-sum.el (top-level): No need to require gnus when compiling,
5055         since unconditionally required near start of file.
5056         (gnus-summary-display-while-building): Move definition before use.
5057
5058 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5061         formatting function.
5062
5063 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5064
5065         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5066         with plists.
5067         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5068         Use new format.
5069
5070 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5073         `where-is-internal' that returns a range of key sequences.
5074
5075 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5076
5077         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5078
5079         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5080         (gnus-summary-jump-to-group): Consider windows on other displayed
5081         frames as well.  Similar changes might be needed elsewhere, but that's
5082         the one I've bumped into during my use.
5083
5084         * nndoc.el (nndoc-oe-dbx-type-p):
5085         * gnus-msg.el (gnus-debug):
5086         * gnus-group.el (gnus-update-group-mark-positions):
5087         Use mm-string-to-multibyte.
5088
5089 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5092         doesn't handle NotDashEscaped.
5093
5094         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5095         (mml-dnd-attach-options): Fix typo in custom choice.
5096
5097         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5098         nndoc-article-type to mbox.
5099         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5100
5101         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5102         to nil, instead of html2text.
5103
5104         * imap.el (imap-debug): Add `imap-ping-server'.
5105
5106         * gnus-bookmark.el: Add FIXMEs.
5107
5108         * message.el (message-form-letter-separator)
5109         (message-send-form-letter-delay): New variables.
5110         (message-send-form-letter): Use them.  New command to send form
5111         letters.  Requested by Uwe Siart.
5112         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5113
5114 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * Update copyright years.
5117
5118 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         Sync from EMACS_22_BASE.
5121
5122         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5123
5124 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5125
5126         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5127         empty author.
5128
5129 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * gnus-registry.el (gnus-registry-marks): Add variable for
5132         customization of marks and their appearance.
5133         (gnus-registry-read-mark): Use it.
5134         (gnus-registry-do-marks): Add utility function to loop through
5135         `gnus-registry-marks'.
5136         (gnus-registry-install-shortcuts-and-menus): Add function to install
5137         shortcuts and menus.
5138         (gnus-registry-initialize): Use it.
5139         (gnus-registry-default-mark): Clarify documentation.
5140
5141 2008-02-29  Glenn Morris  <rgm@gnu.org>
5142
5143         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5144         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5145         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5146         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5147         Change defcustom :version from 23.0 to 23.1.
5148
5149 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-registry.el (gnus-registry-follow-group-p)
5152         (gnus-registry-post-process-groups): Add functions to aid registry
5153         splitting and improve logging.  Clarify behavior in function
5154         documentation.
5155         (gnus-registry-split-fancy-with-parent): Use them.
5156
5157 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5158
5159         * gnus-art.el: Use with-current-buffer.
5160
5161 2008-02-27  David Engster  <dengste@eml.cc>
5162
5163         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5164         Express real group name in the response.
5165
5166 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5169         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5170         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5171         autoload gnus-registry-fetch-group when compiling.
5172         (nnmairix-request-group-with-article-number-correction): Remove
5173         unreferenced argument passed to nnmairix-call-backend.
5174
5175 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5178         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5179         Wilde.
5180
5181 2008-02-27  Glenn Morris  <rgm@gnu.org>
5182
5183         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5184         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5185         variables to defconsts.  Convert comments to doc-strings.
5186         (nnmairix-last-server, nnmairix-current-server): Convert from free
5187         variables to defvars.  Convert comments to doc-strings.
5188         (gnus-registry-fetch-group): Autoload.
5189         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5190         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5191         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5192         caddr.
5193         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5194         nnmairix-request-group-with-article-number-correction call.
5195         (nnmairix-fast, nnmairix-group): New, less general names, for free
5196         variables passed from nnmairix-request-group to
5197         nnmairix-request-group-with-article-number-correction.  Declare.
5198         (nnmairix-request-group-with-article-number-correction):
5199         Use nnmairix-fast, nnmairix-group rather than fast, group.
5200
5201 2008-02-26  David Engster  <dengste@eml.cc>
5202
5203         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5204         version 0.5.
5205
5206 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5209         instead of making an extra function call.  Don't add the current group
5210         to articles only when they have the group.  Use
5211         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5212         Reported by David <de_bb@arcor.de>.
5213
5214 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5217         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5218
5219 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5220
5221         * mail-source.el (mail-source-delete-incoming): Change default.
5222         Supplement doc string.
5223
5224         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5225
5226 2008-02-14  Glenn Morris  <rgm@gnu.org>
5227
5228         * time-date.el (format-seconds): New function.
5229
5230 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * nnmail.el (nnmail-message-id-cache-file): Derive from
5233         `gnus-home-directory'.
5234
5235 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5238         Document negative prefix.
5239
5240         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5241
5242 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * message.el (message-unsent-separator): Add the Exim bounce
5245         separator.
5246
5247 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5248
5249         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5250         list.
5251         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5252         recipient/signer list.
5253
5254 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * Makefile.in (datarootdir): Define.
5257         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5258         name that might contain whitespace.
5259
5260 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5263         fbound (Emacs 23 unicode), signal an error.
5264
5265 2008-02-08  Glenn Morris  <rgm@gnu.org>
5266
5267         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5268
5269 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5270
5271         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5272         ports to the calls to `netrc-machine-user-or-password' in addition to
5273         "imap" and "imaps".
5274
5275 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5276
5277         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5278
5279         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5280
5281 2008-02-01  Kenichi Handa  <handa@m17n.org>
5282
5283         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5284         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5285         (rfc2104-hash): Convert the result of concat to unibyte string.
5286
5287 2008-02-01  Dave Love  <fx@gnu.org>
5288
5289         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5290         coding-system-for-read.
5291         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5292
5293 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5294
5295         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5296         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5297         <hanche@math.ntnu.no>.
5298
5299 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5302
5303         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5304
5305 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5306
5307         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5308         * message.el (message-beginning-of-line): Use featurep instead of bound
5309         tests in order to resolve conditionals at compile time.
5310
5311 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5312
5313         * mail-source.el (mail-sources): Add `group' choice.
5314
5315         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5316         parameter `in-group' to control into which group the articles go.
5317         Add treatment of `group' mail-source.
5318
5319 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5322
5323         * mm-decode.el (mm-dissect-buffer): Decode description.
5324
5325         * mml.el (mml-to-mime): Encode message header first.
5326
5327 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5330         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5331
5332         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5333         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5334
5335 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5336
5337         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5338
5339 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5342         prefix keys.
5343         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5344         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5345         gnus-xmas.el.
5346
5347         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5348         (gnus-xmas-article-describe-bindings): New function.
5349         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5350         gnus-xmas-article-describe-bindings.
5351
5352         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5353
5354 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5355
5356         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5357         Add new variables for article mark management.
5358         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5359         list of extra data entries which, when present, will indicate that the
5360         article ID should not be trimmed from the registry.
5361         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5362         functions.
5363         (gnus-registry-read-mark): New function to read a mark name from the
5364         user.
5365         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5366         (gnus-registry-set-article-mark-internal): New functions to add and
5367         remove marks.
5368         (gnus-registry-get-article-marks): New function to show the marks for
5369         an article, or retrieve them for further use.
5370
5371 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5374         keys when no argument is given.
5375
5376 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * imap.el (imap-ping-server): New variable.
5379         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5380         (imap-ping-server): Minor doc string fixes.
5381
5382 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5383
5384         * imap.el (imap-ping-server): New function.
5385         (imap-opened): Call imap-ping-server.
5386
5387 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * gnus-sum.el (gnus-article-sort-by-random)
5390         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5391         jidanni@jidanni.org.
5392
5393 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-art.el (gnus-article-describe-bindings): New function.
5396         (gnus-article-read-summary-keys): Use it.
5397         (gnus-article-mode-map): Bind `C-h b' to it.
5398
5399 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5402         XEmacs.
5403         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5404         against non-character events.
5405
5406         * lpath.el: Fbind map-keymap for Emacs 21.
5407
5408 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5411         command.
5412         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5413         instead of END.  Change name of the temp file.
5414         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5415         customizable.
5416
5417 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5420         bind `S W' to gnus-article-wide-reply-with-original; set default
5421         binding to gnus-article-read-summary-send-keys.
5422         (gnus-article-read-summary-keys): Fix the order of keys; display
5423         continuation keys correctly in the echo area; describe bindings
5424         correctly when keys end with `C-h'.
5425         (gnus-article-read-summary-send-keys): New function.
5426         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5427         for gnus-article-read-summary-send-keys; display continuation keys
5428         correctly in the echo area.
5429         (gnus-article-reply-with-original): Ignore prefix argument.
5430         (gnus-article-wide-reply-with-original): New function.
5431
5432         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5433         Emacs 21.
5434
5435 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5438         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5439
5440 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5441
5442         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5443         (gnus-group-read-ephemeral-gmane-group): New command.
5444
5445 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5446
5447         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5448
5449 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * message.el (message-send-mail-function): Increase custom version.
5452
5453         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5454         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5455
5456 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5459         for the cases where imap-authenticate is called with a nil buffer
5460         parameter.
5461
5462 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5465         html parts correctly; support forwarded messages.
5466         (gnus-article-browse-html-article): Remove work buffers.
5467
5468         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5469         compiling.
5470         (netrc-bound-and-true-p): New macro.
5471         (netrc-parse): Use it instead of bound-and-true-p that is not available
5472         in XEmacs 21.4.
5473
5474 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * gnus-registry.el (gnus-registry-mark-article)
5477         (gnus-registry-article-marks): Add functionality to mark articles
5478         through the Gnus registry.
5479
5480         * encrypt.el: Clarify documentation for the new pgg method.
5481         (encrypt-file-alist): Add PGG option.
5482         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5483         functionality.  Abstract password key and messaging to external
5484         functions.
5485         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5486         (encrypt-message-method-and-cipher): Add new convenience external
5487         functions.
5488         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5489         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5490
5491         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5492         (netrc-parse): Use encrypt-file-alist to determine if
5493         encrypt-find-model or encrypt-insert-file-contents should be used.
5494
5495         * encrypt.el: Clarify documentation.  Load password-cache or
5496         password, whichever one is found first, instead of autoloading.
5497
5498 2007-12-19  Glenn Morris  <rgm@gnu.org>
5499
5500         * mml.el (message-options-set, message-narrow-to-head)
5501         (message-in-body-p, message-mail-p, message-encode-message-body):
5502         Autoload.
5503         (message-remove-header, message-narrow-to-headers-or-head)
5504         (message-subscribed-p, message-make-mail-followup-to)
5505         (message-position-on-field, message-news-p)
5506         (message-options-set-recipient, message-generate-headers)
5507         (message-sort-headers): Declare as functions.
5508
5509 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5512         convention in doc string.
5513
5514 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5517         title to html parts.
5518         (gnus-article-browse-html-article): Pass message header to it.
5519
5520         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5521
5522 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5525         or password compatible with XEmacs.
5526
5527 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5530         format document.
5531         (gnus-mime-delete-part): Don't write description line if empty.
5532         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5533
5534 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5535
5536         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5537         (gnus-summary-mark-read-and-unread-as-read)
5538         (gnus-summary-mark-current-read-and-unread-as-read)
5539         (gnus-summary-mark-unread-as-ticked): Doc fix.
5540         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5541
5542 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5545         Christoph Conrad <christoph.conrad@gmx.de>.
5546
5547 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5550         yes-or-no-p.
5551
5552 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mm-decode.el (mm-add-meta-html-tag): New function.
5555         (mm-save-part-to-file, mm-pipe-part): Use it.
5556
5557         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5558         gnus-y-or-n-p instead of y-or-n-p.
5559         (gnus-article-browse-html-parts): Work with message/external-body; use
5560         mm-add-meta-html-tag.
5561
5562 2007-12-11  Glenn Morris  <rgm@gnu.org>
5563
5564         * gnus-cache.el: Require gnus-sum not just when compiling.
5565
5566         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5567
5568         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5569         definitions before use.
5570
5571         * mm-decode.el: Require gnus-util.
5572         (mm-remove-part): Only call delete-annotation on XEmacs.
5573
5574         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5575
5576         * nnmail.el: Require gnus-int.
5577
5578         * spam.el: Move `require's before `eval-when-compile's.
5579
5580         * gnus-ems.el (gnus-alive-p):
5581         * gnus-fun.el (message-goto-eoh):
5582         * gnus-util.el (gnus-group-name-decode):
5583         * mail-source.el (gnus-compress-sequence):
5584         * message.el (Info-goto-node, format-spec):
5585         * mm-bodies.el (message-options-get):
5586         * mm-decode.el (mm-view-pkcs7):
5587         * mm-util.el (gmm-write-region):
5588         * mml-smime.el (mml-compute-boundary)
5589         (gnus-completing-read-with-default):
5590         * mml.el (widget-button-press, gnus-make-hashtable):
5591         * mml1991.el (mm-decode-content-transfer-encoding)
5592         (mm-encode-content-transfer-encoding)
5593         (message-options-get, message-options-set):
5594         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5595         * nnfolder.el (gnus-request-group):
5596         * nnheader.el (ietf-drums-unfold-fws):
5597         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5598         * smime.el (gnus-run-mode-hooks):
5599         * spam-stat.el (gnus-message): Autoload.
5600
5601         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5602         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5603         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5604         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5605         Add declare-function compatibility definition.
5606
5607         * gnus-cache.el (nnvirtual-find-group-art):
5608         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5609         (gnus-add-image, gnus-add-wash-type):
5610         * gnus-group.el (nnkiboze-score-file):
5611         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5612         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5613         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5614         (message-tokenize-header, gnus-get-buffer-create)
5615         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5616         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5617         * gnus.el (gnus-group-decoded-name):
5618         * mail-source.el (imap-capability):
5619         * mm-bodies.el (message-options-set):
5620         * mm-decode.el (gnus-configure-windows):
5621         * mm-extern.el (message-goto-body):
5622         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5623         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5624         (epg-sub-key-validity, message-options-set):
5625         * mml.el (widget-event-point, gnus-configure-windows):
5626         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5627         * mml2015.el (epg-check-configuration, epg-configuration)
5628         (message-options-set):
5629         * nndb.el (nndb-request-article):
5630         * nnfolder.el (gnus-request-create-group):
5631         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5632         * nnmaildir.el (gnus-group-mark-article-read):
5633         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5634         * rfc1843.el (message-fetch-field):
5635         * spam.el (gnus-extract-address-components):
5636         Declare as functions.
5637
5638 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5641
5642         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5643
5644         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5645         bind show-trailing-whitespace for XEmacs.
5646
5647 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5650         new no-op macro for backward compatibility.
5651
5652         * imap.el (imap-string-to-integer): New function.
5653
5654 2007-12-09  Glenn Morris  <rgm@gnu.org>
5655
5656         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5657
5658         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5659         * message.el, mm-view.el, sieve-manage.el, smime.el:
5660         Add declare-function compatibility definition.
5661
5662         * gnus-art.el (w3-region, w3m-region, Info-menu):
5663         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5664         * gnus-sum.el (gnus-get-predicate):
5665         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5666         * message.el (mail-abbrev-in-expansion-header-p):
5667         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5668         (w3m-detect-meta-charset, w3m-region):
5669         * sieve-manage.el (password-read, password-cache-add)
5670         (password-cache-remove):
5671         * smime.el (password-read-and-add): Declare as functions.
5672
5673 2007-12-08  David Kastrup  <dak@gnu.org>
5674
5675         * gnus-sum.el (gnus-summary-simplify-subject-query):
5676         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5677         `message'.
5678
5679 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5682         it to bind idna-program, installation-directory, defined-colors, and
5683         face-attribute for XEmacs of the version that compiles defcustom forms.
5684
5685 2007-12-07  Glenn Morris  <rgm@gnu.org>
5686
5687         * gnus-art.el (article-make-date-line): Revert previous change.
5688
5689 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5692
5693 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5694
5695         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5696         Call gnus-add-to-range ranges only once with a prepared article-list.
5697
5698 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5699
5700         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5701         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5702         group names with backslashes.  Reported by Tassilo Horn
5703         <tassilo@member.fsf.org>.
5704
5705 2007-12-06  Deepak Goel  <deego3@gmail.com>
5706
5707         * gnus-art.el (article-make-date-line):
5708         * gnus-start.el (gnus-load):
5709         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5710
5711 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * gnus-art.el (gnus-use-idna)
5714         * gnus-start.el (gnus-site-init-file)
5715         * message.el (message-use-idna)
5716         * mm-uu.el (mm-uu-hide-markers)
5717         * smiley.el (smiley-style): Revert changes that suppress warnings.
5718
5719 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5722         specify charset to html source.  Reported by Christoph Conrad
5723         <christoph.conrad@gmx.de>.
5724
5725 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5728         idna-program in order to suppress byte compile warning issued by XEmacs
5729         that came to byte compile the default value section of defcustom forms
5730         recently.
5731
5732         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5733         value of installation-directory.
5734
5735         * message.el (message-use-idna): Don't directly refer to the value of
5736         idna-program.
5737
5738         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5739
5740         * smiley.el (smiley-style): Don't directly call face-attribute.
5741
5742 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5745
5746         * gnus-dired.el: Reduce Gnus dependencies.
5747         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5748         require.  Use autoloads instead.
5749         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5750         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5751         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5752         (gnus-dired-mode): Adjust doc string.
5753         (gnus-dired-mail-mode): New variable.
5754         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5755         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5756         (gnus-dired-mail-buffers): New function.  Return mail or message
5757         composition buffers.
5758         (gnus-dired-attach): Use it.
5759         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5760         NO-DECODE.
5761         (gnus-dired-print): Use `gnus-print-buffer' depending on
5762         `gnus-dired-mail-mode'.
5763
5764 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * rfc2047.el (rfc2047-encoded-word-regexp)
5767         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5768         explaining what regexp patterns are for.
5769
5770 2007-12-04  Glenn Morris  <rgm@gnu.org>
5771
5772         * password.el: Move to password-cache.el.
5773
5774         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5775         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5776         * mml-smime.el (password-read, password-cache-add)
5777         (password-cache-remove):
5778         No need to autoload, since mml-sec requires password.
5779
5780         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5781         * message.el (gnus-extract-address-components):
5782         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5783
5784         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5785         password.
5786
5787 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * mailcap.el: Reduce dependencies.
5790         (mail-header-parse-content-type): Autoload.
5791         (mailcap-delete-duplicates): New alias.
5792         (mailcap-mime-info): Add optional argument NO-DECODE.
5793         (mailcap-mime-types): Use mailcap-delete-duplicates.
5794
5795         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5796
5797 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5798
5799         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5800         (imap-parse-status): Upcase status-att for servers that sends them
5801         lower-case (e.g., MS Exchange 2007).
5802
5803 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5806         function.
5807
5808         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5809         (gnus-uu-yenc-article): New function.
5810
5811         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5812
5813         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5814         buffer.
5815
5816 2007-12-02  Glenn Morris  <rgm@gnu.org>
5817
5818         * binhex.el (binhex): New custom group.
5819         (binhex-decoder-program, binhex-decoder-switches)
5820         (binhex-use-external): Move to the binhex custom group.
5821
5822         * uudecode.el (uudecode): New custom group.
5823         (uudecode-decoder-program, uudecode-decoder-switches)
5824         (uudecode-use-external): Move to the uudecode custom group.
5825
5826         * netrc.el (top-level): Don't load `encrypt' features.
5827         (netrc-parse): Don't use encrypt.
5828         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5829
5830         * encrypt.el: Remove file.
5831
5832 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5835         matches on patches.
5836
5837         * gnus-art.el (gnus-article-browse-html-article): Mention
5838         `mm-text-html-renderer' in the doc string.
5839
5840         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5841         string.  Add comments.
5842
5843         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5844         if rhs is ASCII.
5845
5846 2007-12-01  Glenn Morris  <rgm@gnu.org>
5847
5848         * mail-source.el (top-level): Require format-spec before
5849         eval-when-compile.
5850
5851 2007-11-30  Glenn Morris  <rgm@gnu.org>
5852
5853         * encrypt.el: Require password, rather than autoloading password-read.
5854
5855 2007-11-29  Glenn Morris  <rgm@gnu.org>
5856
5857         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5858         (sasl-make-client, sasl-next-step, sasl-step-data)
5859         (sasl-step-set-data): Declare as functions.
5860
5861 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5862
5863         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5864
5865 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5866
5867         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5868         certs should be verified and what is to be done in the event of a
5869         verification failure.
5870
5871         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5872         caller can indicate whether the cache should be disregarded for this
5873         call.  This way the result of the call is reproducible at all times and
5874         can be considered a canonical server name for the supplied method.
5875         (gnus-agent-method-p): Canonicalize server names by pushing their
5876         method through `gnus-method-to-server' using the no-cache argument.
5877
5878         * gnus-srvr.el (gnus-server-insert-server-line): Call
5879         `gnus-method-to-server' with `no-cache' argument.
5880
5881         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5882         gnus-agent-possibly-synchronize-flags as this should be called when the
5883         server is actually being opened.
5884         (gnus-agent-possibly-synchronize-flags)
5885         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5886         flags file of an agentized server to the latter function.
5887
5888         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5889         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5890         after a connection has been established successfully.
5891
5892 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (article-display-face): Force to display face if called
5895         interactively; check if gnus-article-x-face-too-ugly matches author.
5896         (article-display-x-face): Display face even if From header is missing
5897         as article-display-face does.
5898
5899 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5900
5901         * hashcash.el (message-narrow-to-headers-or-head)
5902         (message-fetch-field, message-goto-eoh)
5903         (message-narrow-to-headers): Declare as functions.
5904
5905 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * mail-source.el (mail-sources): Default to fetch from file for
5908         compatibility with default of nnmail-spool-file.
5909
5910 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5913         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5914         to look for encoded word that should be encoded again.
5915         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5916         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5917         encoding pattern.
5918         (rfc2047-decode-region): Switch strict regexp and loose one according
5919         to rfc2047-allow-irregular-q-encoded-words.
5920
5921 2007-11-25  Romain Francoise  <romain@orebokech.com>
5922
5923         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5924
5925 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * tls.el (tls-program): Provide more custom choices from
5928         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5929         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5930
5931 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5934         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5935
5936         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5937         `nnmail-spool-file'.
5938
5939         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5940         `nnmail-spool-file'.
5941
5942         * gnus-move.el (gnus-change-server): Ditto.
5943
5944         * gnus-kill.el (gnus-batch-score): Ditto.
5945
5946         * gnus-cache.el (gnus-jog-cache): Ditto.
5947
5948         * gnus-msg.el (gnus-summary-reply):
5949         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5950
5951 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5952
5953         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5954         version.  Minor improvement to doc strings.
5955         (tls-program): Add comment.
5956
5957 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5958
5959         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5960         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5961         mismatch between the hostname provided in the certificate and the name
5962         of the host connnecting to.
5963         (open-tls-stream): Use them.  Check certificates against trusted root
5964         certificates.
5965
5966 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5967
5968         * gnus-cache.el (gnus-cache-generate-nov-databases):
5969         Use nnml-generate-nov-databases-directory instead of
5970         nnml-generate-nov-databases-1.
5971
5972 2007-11-24  Glenn Morris  <rgm@gnu.org>
5973
5974         * message.el (message-tool-bar-retro): Update for rename
5975         mail_send.xpm->mail-send.xpm.
5976
5977 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5980         `smime-ldap-search' for Emacs 22 and up.
5981
5982 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5983
5984         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5985
5986         * message.el (message-send-mail-function): Fix error convention.
5987         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5988         (message-widen-reply, message-send-mail, message-talkative-question)
5989         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5990         (message-clone-locals, message-send-news): Use with-current-buffer.
5991         (message-insert-or-toggle-importance): Remove unused var `valid'.
5992         (message-make-references): Remove unused var `new-references'.
5993         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5994
5995 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5996
5997         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5998         (spam-split-symbolic-return-positive): Reflow docstring.
5999         (spam-backends, spam-summary-exit-behavior)
6000         (spam-mark-ham-unread-before-move-from-spam-group)
6001         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6002         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6003         (spam-clear-cache, spam-backend-check, spam-install-backend)
6004         (spam-install-statistical-backend, spam-list-of-processors)
6005         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6006         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6007         (spam-check-crm114, spam-initialize, spam-unload-hook):
6008         Fix typos in docstrings.
6009
6010 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6013         been checked if they have never been read and those group levels are
6014         higher than the one that a user specified.
6015
6016 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6019         foreign groups unless a group level is specified by a user.
6020         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6021
6022 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6023
6024         * message.el (message-send-mail-function): Require sendmail.
6025
6026 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6027
6028         * message.el (message-send-mail-function): Check for smtpmail too.
6029
6030         * utf7.el (utf7-encode, utf7-decode): Use coding system
6031         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6032
6033         * message.el (message-send-mail-function): New function.
6034         (message-send-mail-function): Set default using
6035         message-send-mail-function.  Adjust doc string.
6036         (message-send-mail-with-mailclient): New function.
6037
6038 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6039
6040         * smime.el (from):
6041         * rfc2047.el (message-posting-charset):
6042         * qp.el (mm-use-ultra-safe-encoding):
6043         * pop3.el (parse-time-months):
6044         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6045         * nnml.el (files):
6046         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6047         (jka-compr-compression-info-list, ange-ftp-path-format)
6048         (efs-path-regexp):
6049         * nndiary.el (files):
6050         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6051         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6052         (epg-digest-algorithm-alist, inhibit-redisplay)
6053         (password-cache-expiry):
6054         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6055         (pgg-output-buffer, password-cache-expiry):
6056         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6057         (efs-path-regexp):
6058         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6059         (inhibit-redisplay):
6060         * mm-uu.el (file-name, start-point, end-point, entry)
6061         (gnus-newsgroup-name, gnus-newsgroup-charset):
6062         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6063         (latin-unity-ucs-list):
6064         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6065         (mm-uu-binhex-decode-function):
6066         * message.el (gnus-message-group-art, gnus-list-identifiers)
6067         (rmail-enable-mime-composing, gnus-local-organization)
6068         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6069         (gnus-read-active-file, facemenu-add-face-function)
6070         (facemenu-remove-face-function, gnus-article-decoded-p)
6071         (tool-bar-mode):
6072         * mail-source.el (display-time-mail-function):
6073         * gnus-util.el (nnmail-pathname-coding-system)
6074         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6075         (gnus-original-article-buffer, gnus-user-agent)
6076         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6077         (xemacs-codename, sxemacs-codename, emacs-program-version):
6078         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6079         * gnus-start.el (gnus-agent-covered-methods)
6080         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6081         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6082         (gnus-newsgroup-headers, gnus-group-list-mode)
6083         (gnus-group-mark-positions, gnus-newsgroup-data)
6084         (gnus-newsgroup-unreads, nnoo-state-alist)
6085         (gnus-current-select-method, mail-sources)
6086         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6087         (nnmail-spool-file, gnus-cache-active-hashtb):
6088         * gnus-mh.el (mh-lib-progs):
6089         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6090         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6091         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6092         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6093         (gnus-group-buffer):
6094         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6095         (font-lock-set-defaults):
6096         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6097         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6098         (gnus-summary-post-menu, total-parts, type, condition, length):
6099         * gnus-agent.el (gnus-agent-read-agentview):
6100         * flow-fill.el (show-trailing-whitespace):
6101         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6102         eval-and-compile wrappers for byte compiler pacifiers.
6103
6104         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6105         (mm-display-inline-fontify): Check for featurep 'xemacs not
6106         extent-list.
6107
6108         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6109         itimer-list.
6110         (mm-create-image-xemacs): Only do something for XEmacs.
6111         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6112
6113         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6114
6115         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6116         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6117
6118 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6119
6120         * nnimap.el (nnimap-split-download-body):
6121         * gnus-demon.el (gnus-demon):
6122         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6123
6124 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6127         macros.
6128         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6129         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6130         copy data from unibyte buffer to multibyte current buffer.
6131         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6132         to copy data from unibyte current buffer to multibyte buffer.
6133         (nntp-make-process-buffer): Make process buffer unibyte.
6134
6135         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6136
6137 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6138
6139         * pop3.el (pop3-open-server): Accept and process data more robustly at
6140         connexion start to avoid spurious "POP SSL connexion failed" errors.
6141
6142 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6145         read group names.
6146
6147 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6150
6151 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6154         (nnmail-save-active): Use a unibyte buffer when saving active file,
6155         which may contain non-ASCII group names.
6156
6157         * nnml.el (nnml-request-group): Decode group names in messages.
6158
6159 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * message.el (message-citation-line-function)
6162         (message-insert-formatted-citation-line): Fix spelling of
6163         `message-insert-formated-citation-line'.
6164
6165 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6168
6169 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6172         nnmail-pathname-coding-system.
6173
6174         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6175         that a user enters; decode group names in messages.
6176
6177         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6178
6179 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6182
6183         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6184
6185         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6186         risky local variable.
6187
6188         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6189
6190 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * encrypt.el: Improve documentation to fix function name typo.
6193         Reported by Daiki Ueno <ueno@unixuser.org>.
6194
6195 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6198         even if the point is not in the last page of an article.
6199         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6200         back to the previous page.
6201
6202 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6205
6206 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6209
6210 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6211
6212         * message.el (message-check-news-body-syntax): Avoid
6213         mm-string-as-multibyte.
6214         (message-hide-headers): Don't assume (point-min)==1.
6215
6216 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * message.el (message-remove-blank-cited-lines): Fix if remove is
6219         given.
6220         (message-bogus-address-regexp): New variable.
6221         (message-bogus-recipient-p): New function.
6222         (message-check-recipients): New command.
6223         (message-syntax-checks): Add `bogus-recipient'.
6224         (message-fix-before-sending): Add `bogus-recipient'.
6225
6226         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6227         (gnus-treat-body-boundary): Don't test window-system.
6228
6229 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6230
6231         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6232
6233 2007-10-28  Miles Bader  <miles@gnu.org>
6234
6235         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6236         at compile-time too.
6237
6238 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6239
6240         * gnus-msg.el (gnus-message-setup-hook): Add
6241         `message-remove-blank-cited-lines' to options.
6242
6243 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * message.el (message-remove-blank-cited-lines): New function.
6246         Suggested by Karl Plästerer.
6247
6248 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6249
6250         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6251         mapc.
6252
6253         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6254         (top-level): Use mapc to set functions to be traced for debugging.
6255
6256         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6257         called for effect with while loop.
6258
6259         * message.el (message-talkative-question): Replace mapcar called for
6260         effect with mapc.
6261
6262         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6263         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6264         called for effect with dolist.
6265
6266         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6267
6268         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6269         gnus-extra-headers and nnmail-extra-headers.
6270
6271         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6272         called for effect with dolist.
6273         (top-level): Use mapc to set functions to be traced for debugging.
6274
6275         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6276         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6277         dolist.
6278
6279         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6280         Replace mapcar called for effect with mapc.
6281         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6282         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6283         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6284         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6285
6286         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6287         remove-if that's a cl function.
6288
6289         * webmail.el (webmail-debug): Replace mapcar called for effect with
6290         dolist.
6291
6292         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6293         with mapc.
6294
6295 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6298         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6299         with while loop.
6300
6301         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6302         functions from article-* functions.
6303         (gnus-multi-decode-header): Replace mapcar called for effect with
6304         dolist.
6305
6306         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6307         (gnus-bookmark-show-details): Replace mapcar called for effect with
6308         while loop.
6309
6310         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6311         called for effect with while loop.
6312
6313         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6314         with dolist.
6315
6316         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6317         mapcar called for effect with dolist.
6318
6319         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6320
6321         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6322         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6323         Replace mapcar called for effect with dolist.
6324         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6325         mapc.
6326
6327         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6328         Replace mapcar called for effect with dolist.
6329         (gnus-topic-list): Replace mapcar called for effect with mapc.
6330
6331         * gnus.el: Use mapc instead of mapcar to add autoloads.
6332
6333 2007-10-23  Richard Stallman  <rms@gnu.org>
6334
6335         * gnus-group.el (gnus-group-highlight): Mark as risky.
6336
6337 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus.el (gnus-server-to-method): Return method found first in
6340         gnus-newsrc-alist.
6341
6342         * gnus-art.el (gnus-article-highlight-signature)
6343         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6344         button overlay without the front stickiness.
6345
6346 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6347
6348         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6349         overview buffer needed a catch to receive its throw.
6350         (gnus-agent-flush-cache): Declared as interactive to make this function
6351         easier to use.
6352
6353 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6356         `next-line'.
6357
6358 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6361         exclude address matching message-dont-reply-to-names.
6362
6363 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * gnus-util.el (gnus-string<): New function.
6366
6367         * gnus-sum.el (gnus-article-sort-by-author)
6368         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6369
6370 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6373         the frame-focus tag is set in gnus-buffer-configuration.
6374
6375 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6378         the front stickiness.
6379
6380 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6383         url pattern; remove duplicate one.
6384         (gnus-article-extend-url-button): New function.
6385         (gnus-article-add-buttons): Use it.
6386         (gnus-button-push): Use concatenated url that it makes.
6387
6388 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6389
6390         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6391
6392 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6393
6394         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6395         Don't hardcode point-min==1.
6396
6397 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6400         Fix comment about "iso8859-1".
6401
6402 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6403
6404         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6405         ones returned from the verify-function.
6406
6407         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6408         mml2015-extract-cleartext-signature if extraction failed.
6409
6410 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6411
6412         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6413         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6414         failed.
6415
6416 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6419
6420 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6423         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6424         recommends to use EasyPG instead of PGG.
6425
6426         * pgg.el: Revert to revision 6.23.2.16.
6427
6428         * pgg-def.el: Revert to revision 6.6.2.14.
6429
6430         * pgg-gpg.el: Revert to revision 6.23.2.34.
6431
6432 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6435         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6436         thread for both the null and zero (kill/expire thread) universal prefix
6437         cases.
6438         (gnus-summary-expire-thread): Add new function to expire a thread,
6439         using gnus-summary-kill-thread.
6440         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6441         shortcuts for gnus-summary-expire-thread.
6442         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6443         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6444
6445 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6448         extras value, so an extras entry can be deleted.
6449         (gnus-registry-delete-extra-entry): Use it.
6450         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6451         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6452         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6453         storage through the gnus-registry, and provide an appropriate API for
6454         it.
6455
6456 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6459         Suggested by Leo <sdl.web@gmail.com>.
6460
6461         * gnus.el: Do.
6462
6463 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6466         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6467
6468         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6469
6470         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6471         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6472
6473 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6476         newline.
6477         (nnmbox-request-accept-article): Don't change article in source buffer;
6478         narrow to header to use message-fetch-field rather than
6479         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6480         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6481         as delimiters; make sure article ends with newline.
6482         (nnmbox-delete-mail): Correct last position of article to be deleted;
6483         ignore X-Gnus-Newsgroup header in article body.
6484         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6485         positions; make sure article ends with newline.
6486
6487         * message.el (message-display-abbrev): Don't infloop when a user
6488         inserts SPC in the beginning of header.
6489
6490         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6491         coding-system-for-read and coding-system-for-write for XEmacs having no
6492         file-coding feature.
6493
6494         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6495
6496 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6499         list of groups not followed by default.  Fix type to be regexp.
6500         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6501
6502 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6503
6504         * hmac-def.el (define-hmac-function): Switch from old-style to
6505         new-style backquotes.
6506
6507         * md4.el (md4-make-step): Likewise.
6508
6509 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6512         raw-text coding system when saving .newsrc file, which may contain
6513         non-ASCII group names.
6514
6515 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-cus.el (gnus-score-extra): New widget.
6518         (gnus-score-extra-convert): New function.
6519         (gnus-score-customize): Use it for Extra.
6520
6521 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6522
6523         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6524         (mml2015-mailcrypt-clear-verify): Use it.
6525         (mml2015-gpg-clear-verify): Use it.
6526         (mml2015-pgg-clear-verify): Use it.
6527         (mml2015-epg-clear-verify): Replace the current part with the output
6528         from GnuPG; don't extract the plaintext by itself.
6529
6530         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6531         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6532         mml2015-clear-verify-function; don't touch the armor headers or
6533         dash-escaped text here.
6534
6535 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6538         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6539         parts, or application/octet-stream as a last resort.
6540         (gnus-mime-view-part-as-type): Don't toggle display.
6541         (gnus-mime-view-part-as-charset): Don't turn off display before
6542         querying charset.
6543
6544         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6545         stuff to undisplayer function in Emacs.
6546         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6547
6548         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6549         text/calendar parts.
6550
6551 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6554         decoding text/calendar parts.
6555
6556         * message.el (message-forward-make-body-mime): Always mark body as
6557         having no illegible text; remove signed-or-encrypted argument.
6558         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6559
6560         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6561         (mml-generate-mime-1): Don't encode body if it is specified to be in
6562         raw form; don't make buffer be unibyte when inserting multibyte string.
6563
6564 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6565
6566         * sha1.el: Fix up comment style.
6567         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6568         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6569
6570         * hex-util.el: Fix up comment style.
6571         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6572
6573         * gnus-salt.el: Use with-current-buffer.
6574         (gnus-pick-setup-message): Fix long-standing typo.
6575
6576 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * imap.el (imap-logout-timeout): New variable.
6579         (imap-logout, imap-logout-wait): New functions.
6580         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6581
6582         * nnimap.el (nnimap-logout-timeout): New server variable.
6583         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6584         nnimap-logout-timeout.
6585
6586         * gnus-art.el (gnus-article-summary-command-nosave)
6587         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6588
6589 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus.el (gnus-maximum-newsgroup): New variable.
6592
6593         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6594         according to gnus-maximum-newsgroup.
6595
6596         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6597         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6598         Limit the range of articles according to gnus-maximum-newsgroup.
6599
6600 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6601
6602         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6603         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6604         Don't perform gnus-configure-windows here; reuse existing sticky
6605         article buffer.
6606
6607         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6608         it doesn't exist in gnus-article-mode.
6609
6610 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6613         (gnus-agent-decoded-group-name): New function.
6614         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6615         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6616
6617 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6618
6619         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6620         Add binding for gnus-sticky-article.
6621         (gnus-summary-exit): Don't kill sticky article buffers.
6622
6623         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6624         article buffer.
6625         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6626         (gnus-kill-sticky-article-buffers): New commands.
6627
6628 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * nntp.el (nntp-xref-number-is-evil): New server variable.
6631         (nntp-find-group-and-number): If it is non-nil, don't trust article
6632         numbers in the Xref header.
6633
6634 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-agent.el (gnus-agent-read-group): New function.
6637         (gnus-agent-flush-group, gnus-agent-expire-group)
6638         (gnus-agent-regenerate-group): Use it.
6639         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6640         nnmail-pathname-coding-system.
6641
6642 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6645
6646         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6647         that are unread as unread, and also as selected so that information of
6648         marks having been changed by a user may be updated when exiting group.
6649
6650 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6653         calculated ignoring signature parts to gnus-treat-article.
6654
6655 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6658         a point here in order to keep the window start.
6659         (gnus-insert-mime-security-button): Make a button overlay without the
6660         front stickiness.
6661         (gnus-mime-display-security): Goto the end of a button.
6662
6663         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6664
6665 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6668         group-name-at-point.
6669         (gnus-group-completing-read): New function that offers decoded
6670         non-ASCII group names for completion.
6671         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6672         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6673         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6674         (gnus-group-fetch-control): Use it.
6675         (gnus-fetch-group): Use group-name-at-point for the initial value
6676         rather than the default value; use gnus-alive-p.
6677
6678         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6679         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6680         (gnus-summary-post-news): Use gnus-group-completing-read.
6681
6682         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6683         (gnus-read-move-group-name): Decode group name for completion.
6684
6685 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6686
6687         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6688         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6689         Yamaoka slightly modified the code).
6690
6691 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6694         (nnmail-split-incoming): Bind it.
6695
6696         * nnml.el (nnml-group-name-charset): New function.
6697         (nnml-decoded-group-name): Use it; don't decode group name if
6698         nnmail-group-names-not-encoded-p is non-nil.
6699         (nnml-encoded-group-name): New function.
6700         (nnml-group-pathname): Inline nnml-decoded-group-name.
6701         (nnml-request-expire-articles): Decode group name in message.
6702         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6703         nnmail-pathname-coding-system.
6704         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6705         not decoded ones according to nnmail-group-names-not-encoded-p.
6706         (nnml-generate-active-info): Use nnml-encoded-group-name.
6707
6708 2007-08-08  Glenn Morris  <rgm@gnu.org>
6709
6710         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6711         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6712         doc-strings and comments.
6713
6714 2007-07-25  Glenn Morris  <rgm@gnu.org>
6715
6716         * Relicense all FSF files to GPLv3 or later.
6717
6718 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-sum.el (gnus-summary-move-article): Make
6721         gnus-summary-respool-article work.
6722
6723 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6726         string.
6727
6728 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6729
6730         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6731         that should be ignored when comparing distant RSS articles with local
6732         ones.
6733         (nnrss-make-hash-index): New function.  Create a hash index according
6734         to the ignored fields.
6735         (nnrss-check-group): Use it.
6736
6737 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6740
6741         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6742
6743         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6744         the new optional argument ENCODED is non-nil.
6745         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6746         coding system for encoding group name.
6747         (gnus-group-make-rss-group): Pass un-encoded group name to
6748         gnus-group-make-group.
6749         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6750         encoded.
6751
6752         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6753         Encode group name to which articles are moved or copied.
6754         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6755         coding system for encoding Newsgroup, Followup-To and Xref headers.
6756
6757         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6758         marks; use nnheader-file-coding-system to write a file.
6759         (nnagent-retrieve-headers): Bind file-name-coding-system to
6760         nnmail-pathname-coding-system.
6761
6762         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6763
6764         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6765         (nnml-request-article, nnml-request-create-group)
6766         (nnml-request-rename-group, nnml-find-id)
6767         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6768         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6769         (nnml-save-marks): Use nnml-group-pathname instead of
6770         nnmail-group-pathname.
6771
6772         (nnml-request-create-group, nnml-request-expire-articles)
6773         (nnml-request-move-article, nnml-request-delete-group)
6774         (nnml-deletable-article-p, nnml-possibly-create-directory)
6775         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6776         (nnml-open-marks): Bind file-name-coding-system to
6777         nnmail-pathname-coding-system.
6778
6779         (nnml-request-article): Pass server argument to nnml-find-group-number.
6780         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6781         server argument to nnml-possibly-create-directory.
6782         (nnml-request-accept-article): Pass server argument to
6783         nnml-active-number and nnml-save-mail.
6784         (nnml-find-group-number): Pass server argument to nnml-find-id.
6785         (nnml-request-update-info): Pass server argument to
6786         nnml-marks-changed-p.
6787
6788         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6789         (nnml-save-mail, nnml-active-number): Add server argument.
6790
6791         (nnml-request-delete-group): Warn if group is missing.
6792         (nnml-get-nov-buffer): Decode group name.
6793         (nnml-generate-active-info): Encode group name.
6794         (nnml-open-marks): Decode group name in messages.
6795
6796 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6799         if it is not specified.
6800         (gnus-article-pipe-part, gnus-article-save-part)
6801         (gnus-article-interactively-view-part, gnus-article-copy-part)
6802         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6803         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6804         (gnus-article-replace-part, gnus-article-delete-part)
6805         (gnus-article-view-part-as-type): Pass raw prefix argument to
6806         gnus-article-part-wrapper.
6807
6808 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-agent.el (gnus-agent-save-active): Bind
6811         nnheader-file-coding-system to gnus-agent-file-coding-system.
6812
6813         * gnus-cache.el (gnus-cache-save-buffers)
6814         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6815         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6816         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6817         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6818         (gnus-cache-generate-active, gnus-cache-rename-group)
6819         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6820         (gnus-cache-update-overview-total-fetched-for): Bind
6821         file-name-coding-system to nnmail-pathname-coding-system.
6822         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6823         variables.
6824         (gnus-cache-decoded-group-name): New function.
6825         (gnus-cache-file-name): Use it.
6826         (gnus-cache-generate-active): Use non-decoded group name for active.
6827
6828         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6829         right place.
6830         (gnus-write-active-file): Don't break non-ASCII group names.
6831
6832         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6833         nnmail-pathname-coding-system.
6834
6835         * lpath.el: Bind default-file-name-coding-system,
6836         file-name-coding-system and language-info-alist for XEmacs.
6837
6838         * gnus-uu.el (gnus-uu-decode-save): Typo.
6839
6840 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6843
6844 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6847         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6848         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6849         (gnus-agent-flush-group, gnus-agent-flush-cache)
6850         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6851         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6852         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6853         (gnus-agent-regenerate-group)
6854         (gnus-agent-update-files-total-fetched-for)
6855         (gnus-agent-update-view-total-fetched-for): Bind
6856         file-name-coding-system to nnmail-pathname-coding-system.
6857         (gnus-agent-group-pathname): Don't encode file names by
6858         nnmail-pathname-coding-system.
6859         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6860         coding-system-for-write instead of buffer-file-coding-system to
6861         gnus-agent-file-coding-system.
6862
6863         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6864         Decode group name.
6865
6866         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6867
6868         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6869         (gnus-read-newsrc-el-file): Make group names unibyte.
6870
6871         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6872         nnmail-pathname-coding-system.
6873
6874         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6875         (nnrss-request-delete-group): Bind file-name-coding-system to
6876         nnmail-pathname-coding-system.
6877         (nnrss-read-server-data, nnrss-read-group-data): Bind
6878         file-name-coding-system correctly.
6879         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6880
6881         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6882         (nntp-server-to-method-cache): New variable.
6883         (nntp-group-pathname): New function that decodes non-ASCII group names.
6884         (nntp-possibly-create-directory, nntp-marks-changed-p)
6885         (nntp-save-marks, nntp-open-marks): Use it.
6886         (nntp-possibly-create-directory, nntp-open-marks):
6887         Bind file-name-coding-system to nnmail-pathname-coding-system.
6888         (nntp-open-marks): Decode group names when bootstrapping marks.
6889
6890         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6891         Newsgroups and Folowup-To headers.
6892
6893 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6896         (gnus-server-closed-face, gnus-server-denied-face)
6897         (gnus-server-offline-face): Remove variable.
6898         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6899
6900         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6901         of modifying message-stack directly for XEmacs.
6902
6903         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6904         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6905         if the coding-system argument is nil for XEmacs.
6906
6907         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6908         mm-charset-override-alist.
6909
6910         * rfc2047.el: Don't require base64; require rfc2045 for the function
6911         rfc2045-encode-string.
6912         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6913         to quote the parameter value.
6914
6915 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6918         form in gnus-group-name-charset-method-alist.
6919
6920         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6921         overrides the default layout edit-form.
6922
6923         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6924
6925         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6926
6927 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6930         as unfetched articles.
6931
6932 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6935
6936 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6939         original back end that keeps marks in the local system.
6940
6941 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6944         arg of pop-to-buffer for XEmacs.
6945         (gnus-article-read-summary-keys): Ditto; don't restore window
6946         configuration if summary command ends up with neither article buffer
6947         nor summary buffer; describe bindings if summary keys end with C-h.
6948
6949 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * message.el (message-fix-before-sending): Skip raw message part to be
6952         forwarded while checking illegible text.
6953         (message-forward-make-body-mime, message-forward-make-body): Mark
6954         signed or encrypted raw message as having no illegible text.
6955
6956 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6959         (gnus-message-with-timestamp-1): New macro.
6960         (gnus-message-with-timestamp): New function.
6961         (gnus-message): Use them.
6962
6963         * nnheader.el (nnheader-message): Use them.
6964
6965 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6968         .newsrc.eld file.
6969
6970 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-agent.el (gnus-agent-fetch-headers)
6973         (gnus-agent-retrieve-headers): Bind
6974         gnus-decode-encoded-address-function to identity.
6975
6976         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6977         available also when the server returns simply a dot.
6978
6979         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6980
6981 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6984
6985 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-ems.el (gnus-x-splash): Make it work.
6988
6989         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6990         from being used.
6991
6992         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6993
6994 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6997         4th and the 5th arguments.
6998
6999         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7000         the front stickiness.
7001         (gnus-article-summary-command-nosave): Correct the order of the
7002         arguments passed to pop-to-buffer.
7003         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7004         summary command ends up with the article buffer.
7005
7006         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7007         the same faces.
7008
7009 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7010
7011         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7012
7013 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7014
7015         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7016         * gnus-sum.el (gnus-summary-highlight):
7017         * pgg.el (pgg-sign-region, pgg-sign):
7018         * mail-source.el (mail-source-delete-old-incoming-confirm):
7019         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7020
7021 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-art.el (gnus-mime-view-part-externally)
7024         (gnus-mime-view-part-internally): Fix predicate function passed to
7025         completing-read.
7026
7027         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7028
7029         * gnus.el (gnus-update-message-archive-method): Add :version.
7030
7031 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus.el (gnus-update-message-archive-method): New variable.
7034
7035         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7036         according to gnus-message-archive-method if
7037         gnus-update-message-archive-method is non-nil.
7038
7039 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7042         by Loic Dachary <loic@dachary.org>.
7043         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7044
7045 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * message.el (message-pop-to-buffer): Add switch-function argument.
7048         (message-mail): Pass switch-function argument to it.
7049
7050 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7053         Improve doc string.
7054
7055 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7058         (gnus-header-content)
7059         * gnus-cite.el (gnus-cite-10)
7060         * gnus-srvr.el (gnus-server-closed)
7061         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7062         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7063         (gnus-group-mail-3-empty, gnus-group-mail-low)
7064         (gnus-group-mail-low-empty, gnus-splash)
7065         * message.el (message-header-to, message-header-cc)
7066         (message-header-subject, message-header-other, message-header-name)
7067         (message-header-xheader, message-separator, message-cited-text)
7068         (message-mml): Lighten colors of faces used for dark background.
7069
7070 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7071
7072         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7073         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7074
7075 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * message.el (message-narrow-to-headers-or-head):
7078         Ignore mail-header-separator in the body.
7079
7080 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7083         same as window size.
7084
7085 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7086
7087         * message.el (message-font-lock-keywords): Use message-header-xheader
7088         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7089         ahead of the anything pattern, to get it recognised.
7090
7091 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7094         spam.el loads uses it in the compiled defadvice form.
7095
7096 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7097
7098         * gnus-sum.el (gnus-articles-to-read)
7099         (gnus-summary-insert-old-articles): Don't truncate group name for
7100         `read-string'.
7101
7102         * gnus-util.el (gnus-limit-string): Delete this function.
7103
7104         * gnus-sum.el (gnus-simplify-subject-fully): Use
7105         `truncate-string-to-width' instead.
7106
7107 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7108
7109         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7110         if, on summary exit, the next group has to be selected.
7111         (gnus-summary-exit): Use it.
7112
7113 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7116         non-break space.
7117
7118 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7121         Check if group is not a directory.
7122         (nnfolder-request-expire-articles): Don't delete articles if the target
7123         group is not available.
7124
7125         * nnml.el (nnml-request-create-group): Properly check if group is not a
7126         file.
7127         (nnml-request-expire-articles): Don't delete articles if the target
7128         group is not available.
7129
7130         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7131         Don't quote characters that are within parentheses.
7132
7133 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7136         (gnus-handle-ephemeral-exit): Select article according to it.
7137
7138 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * message.el (message-insert-formated-citation-line): Remove newline.
7141         (message-citation-line-format): Add final \n here so that the user can
7142         avoid a blank line.
7143
7144 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7145
7146         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7147         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7148         Update lanl/arXiv support.
7149
7150 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * gnus.el: Bump version number.
7153
7154 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7155
7156         * gnus.el (gnus-version-number): Bump version.
7157
7158 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7159
7160         * gnus.el: No Gnus v0.6 is released.
7161
7162 2007-04-27  Didier Verna  <didier@xemacs.org>
7163
7164         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7165         * gmm-utils.el (gmm-regexp-concat): here.
7166         * message.el: Don't require 'gnus-util.
7167         (message-dont-reply-to-names): Handle name change above.
7168         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7169
7170 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7173         since the initial value varies according to the system.
7174
7175 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7178
7179 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7180
7181         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7182
7183 2007-04-24  Didier Verna  <didier@xemacs.org>
7184
7185         Improve the type of gnus-ignored-from-addresses.
7186         * gnus-util.el (gnus-orify-regexp): New function.
7187         * message.el (gnus-util): Require it.
7188         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7189         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7190         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7191
7192 2007-04-24  Didier Verna  <didier@xemacs.org>
7193
7194         * gnus-sum.el:
7195         * gnus-utils.el: Fix some trailing whitespaces.
7196
7197 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7200         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7201         article's Message-ID; refer parent article in summary buffer.
7202
7203         * message.el (message-bounce): Call mime-to-mml.
7204
7205         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7206         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7207         optimize and/or forms properly.
7208
7209 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7210
7211         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7212         URL.
7213
7214 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7217
7218 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7221         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7222         displayed of multipart/alternative part if it is invoked from summary
7223         buffer.
7224
7225         * mm-view.el (mm-inline-text-html-render-with-w3m)
7226         (mm-inline-text-html-render-with-w3m-standalone)
7227         (mm-inline-render-with-function): Use mail-parse-charset by default.
7228
7229 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7230
7231         * parse-time.el (parse-time-string-chars): Check if CHAR
7232         is less than the length of parse-time-syntax.
7233
7234 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7237         from gnus-newsgroup-processable.
7238
7239 2007-04-16  Didier Verna  <didier@xemacs.org>
7240
7241         * gnus-msg.el (gnus-configure-posting-styles): Handle
7242         message-signature-directory properly with :file syntax.  Reported by
7243         "Leo".
7244
7245 2007-04-11  Didier Verna  <didier@xemacs.org>
7246
7247         New user option: message-signature-directory.
7248         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7249         * message.el (message-insert-signature): Ditto.
7250         * message.el (message-signature-file): Doc update.
7251         * message.el (message-signature-directory): New.
7252
7253 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-msg.el (gnus-inews-yank-articles): Use
7256         message-exchange-point-and-mark instead of exchange-point-and-mark.
7257
7258 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * message.el (message-yank-original): Make sure cited text ends with
7261         newline; don't exchange point and mark.
7262
7263 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7264
7265         * tls.el (open-tls-stream): Properly handle case where there
7266         is no associated buffer.
7267
7268 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7269
7270         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7271         message-yank-original, make sure (< mark TEXT point).
7272
7273 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7274
7275         * message.el (message-fill-column): New variable.
7276         (message-mode): Use it.  Add comment on a possible new hook.
7277
7278         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7279         (nnmail-get-new-mail): Reformat.
7280
7281         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7282
7283         * gmm-utils.el: Fix Commentary.
7284         (gmm-tool-bar-from-list): Fix typo in doc string.
7285
7286 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7287
7288         * message.el (message-yank-original): Don't switch point and mark
7289         unnecessarily to put point and mark as documented.
7290
7291 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7294         from the message heads.
7295
7296 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7297
7298         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7299         article buffer does not have a window.  This may not be the best
7300         solution but is certainly better than setting the start of the null,
7301         that is the current, window.
7302
7303 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7306         (gnus-draft-setup): Run it.
7307
7308         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7309         gnus-score-fast-scoring.  Allow regexp.
7310         (gnus-score-headers): Use it.
7311
7312         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7313         XEmacs.
7314
7315         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7316         string.
7317         (gnus-button-alist): Also catch `<f1> k ...'.
7318         (gnus-treat-display-x-face): Fix doc string.
7319
7320 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7321
7322         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7323         evaluation of gnus-extended-version to ensure correct generation of the
7324         User-Agent header when message-generate-headers-first is used.
7325
7326 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7327
7328         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7329         hashcash-path is nil.  Don't call callback with incorrect number of
7330         parameters if val is 0.
7331
7332 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7333
7334         * message.el (message-required-news-headers):
7335         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7336
7337 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7338
7339         * tls.el (open-tls-stream): In handshake-waiting loop,
7340         don't wait more if there is output available to process.
7341
7342 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7343
7344         * tls.el (tls-program): Doc fix.
7345
7346 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * message.el (message-generate-new-buffers): Change the meaning of the
7349         nil value; add `standard' to the choices; treat t as `unique'; improve
7350         doc string.
7351         (gnus-select-frame-set-input-focus): Autoload.
7352         (message-buffer-name): Search for the existing message buffer if
7353         message-generate-new-buffers is nil or `standard'; treat the value t of
7354         message-generate-new-buffers as `unique'.
7355         (message-pop-to-buffer): Raise the frame already displaying the message
7356         buffer; clear the echo area after querying.
7357         (message-setup): Pass the `continue' argument to compose-mail.
7358         (message-mail): Prefer `switch-function' if it is given; search for the
7359         existing message buffer if the `continue' argument is non-nil; pass
7360         continue and switch-function arguments to compose-mail by way of
7361         message-setup.
7362         (message-mail-other-window): Adjust argument of message-setup.
7363         (message-mail-other-frame): Ditto.
7364
7365 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7368         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7369         to turn font-lock on when turning gnus-message-citation-mode on.
7370
7371 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7372
7373         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7374         (mml-smime-function-alist): New variable; add epg as the backend.
7375         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7376         mml-smime- functions instead.
7377         * mm-view.el: Require smime.
7378
7379 2007-03-05  Didier Verna  <didier@xemacs.org>
7380
7381         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7382         instead of just inheritance for posting styles.
7383         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7384
7385 2007-02-24  Chris Moore  <dooglus@gmail.com>
7386
7387         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7388         * pgg-pgp.el (pgg-pgp-encrypt-region):
7389         * pgg-gpg.el (pgg-gpg-encrypt-region):
7390         Check pgg-encrypt-for-me if no other recipients.
7391
7392 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7393
7394         * tls.el (tls-certtool-program): Fix custom type.
7395
7396 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7399         and point-at-eol instead of line-(beginning|end)-position.
7400
7401         * assistant.el (assistant-parse-buffer): Ditto.
7402
7403         * netrc.el (netrc-parse-services): Ditto.
7404
7405 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7406
7407         * mml2015.el (mml2015-epg-find-usable-key): New function.
7408         (mml2015-epg-sign): Use it.
7409         (mml2015-epg-encrypt): Use it.
7410
7411 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * message.el (message-make-in-reply-to): Quote name containing
7414         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7415         if there are special characters.  Reported by NAKAJI Hiroyuki
7416         <nakaji@jp.freebsd.org>.
7417
7418 2007-02-27  Didier Verna  <didier@xemacs.org>
7419
7420         Include the group parameters as well as the topic ones in the
7421         inheritance filter process.
7422         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7423         argument GROUP-PARAMS-LIST.
7424         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7425
7426 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * nntp.el (nntp-never-echoes-commands)
7429         (nntp-open-connection-functions-never-echo-commands): New variables.
7430         (nntp-send-command): Use them.
7431
7432 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7433
7434         * mml2015.el (mml2015-epg-verify): Simplified.
7435
7436 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * mml.el (mml-content-disposition-alist): New user option.
7439         (mml-content-disposition): New function.
7440         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7441         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7442
7443 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7444
7445         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7446         verification.
7447
7448 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7449
7450         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7451         articles posted in the last 24 hours.
7452
7453 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7454
7455         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7456
7457 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7458
7459         * nntp.el (nntp-send-command): Don't wait for echoes when
7460         nntp-open-ssl-stream is used.
7461
7462 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7465         (gnus-message-add-citation-keywords)
7466         (gnus-message-remove-citation-keywords): Remove.
7467         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7468         directly, make the variables in font-lock-defaults buffer-local, add
7469         gnus-message-citation-keywords to them and then update the value of
7470         font-lock-keywords.
7471
7472 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * message.el (message-cite-original-1): Don't call
7475         gnus-article-highlight-citation.
7476
7477         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7478         citations; fix line count.
7479
7480 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7483         (gnus-message-add-citation-keywords)
7484         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7485         versions of font-lock-add-keywords and font-lock-remove-keywords to
7486         work with XEmacs correctly.
7487
7488 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gnus-cite.el (gnus-cite-face-list): Set the values of
7491         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7492         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7493         (gnus-message-cite-prefix-regexp): New variable.
7494         (gnus-message-search-citation-line): Use it; protect against long
7495         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7496         the 0th match data for Emacs.
7497         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7498         (gnus-message-add-citation-keywords): Append keywords rather than
7499         prepending; emulate font-lock-add-keywords if it is not available.
7500         (gnus-message-remove-citation-keywords): Emulate
7501         font-lock-remove-keywords if it is not available.
7502
7503         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7504
7505         * message.el (message-cite-prefix-regexp): Set the value of
7506         gnus-message-cite-prefix-regexp.
7507
7508 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7509
7510         * nnweb.el (nnweb-google-parse-1): Update parser.
7511
7512 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7513
7514         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7515
7516 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7517
7518         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7519         regexp.
7520
7521 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7524         string-to-multibyte.
7525         (uudecode-decode-region-internal): Use it.
7526
7527         * lpath.el: Fbind string-as-multibyte for XEmacs.
7528
7529 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7532         custom choice.
7533
7534         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7535
7536 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7537
7538         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7539
7540         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7541         `write-region' to respect `mm-inhibit-file-name-handlers'.
7542
7543 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7546         Use gnus-home-directory instead of "~/" or "$HOME".
7547
7548 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7549
7550         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7551         to mention filename.
7552         Add comments at beginning regarding usage.
7553         (encrypt-write-file-contents): Change interactive so a string is
7554         acceptable.  If the file has no associated model, show an error instead
7555         of a nonsense prompt.
7556
7557 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7558
7559         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7560         Thanks to Yoshihiko Yamada for kind notification of this typo.
7561
7562 2007-01-12  Kenichi Handa  <handa@m17n.org>
7563
7564         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7565         multibyte buffer.
7566
7567 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-score.el (gnus-score-fast-scoring): New variable.
7570         (gnus-score-headers): Use it.
7571
7572         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7573
7574         * message.el (message-cite-original-1): Call
7575         gnus-article-highlight-citation if requested.
7576         (message-make-from): Allow name and address as optional arguments.
7577
7578         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7579
7580         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7581         bugs to doc string.
7582         (gnus-button-alist): Add mid\\|message-id.
7583         (gnus-button-fetch-group): Extend for use in
7584         `browse-url-browser-function'.
7585         (gnus-button-url-regexp): Try to catch paired parentheses like in
7586         Wikipedia URLs.
7587
7588         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7589         Suggested by Simon Krahnke <overlord@gmx.li>.
7590
7591 2007-01-13  Romain Francoise  <romain@orebokech.com>
7592
7593         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7594         Update copyright.
7595
7596 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7597
7598         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7599
7600 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7601
7602         * gnus-registry.el (gnus-registry-unfollowed-groups)
7603         (gnus-registry-split-fancy-with-parent): Fix documentation.
7604
7605 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606
7607         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7608         from nnweb groups.
7609
7610 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7613         Xref urls.  Erase buffer before requesting head.
7614
7615 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7618         customizable.
7619
7620 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7621
7622         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7623         no signing key is found.
7624         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7625         no encrypting and/or signing key is found.
7626
7627 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7630
7631 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7632
7633         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7634         headers read from disk with the ones newly found in the current search.
7635         This should no longer cause problems, because the article numbers in
7636         Gmane's `nov.php' output are ignored since the previous change.
7637
7638 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7639
7640         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7641
7642 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7645         replace-regexp-in-string; bind url-version; fbind display-images-p and
7646         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7647         find-face and set-itimer-function for Emacs; bind itimer-list for
7648         Emacs.
7649
7650         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7651
7652 2007-01-01  Romain Francoise  <romain@orebokech.com>
7653
7654         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7655
7656 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7657
7658         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7659         `define-minor-mode' macro definition expanded properly.
7660         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7661         exclude it there.
7662
7663         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7664         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7665         `fboundp' test.
7666         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7667         This is OK to autoload in (S)XEmacs now.
7668
7669 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7672         keystroke.
7673         (gnus-summary-limit-to-singletons): Fix typo.
7674
7675         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7676         else fails.
7677
7678 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7679
7680         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7681         docstring.
7682
7683         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7684         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7685         (gnus-summary-insert-dormant-articles): Fix typo in message.
7686
7687 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7690         nil for XEmacs.
7691         (gnus-message-citation-mode): Don't autoload in XEmacs.
7692
7693         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7694
7695 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7696
7697         * nnimap.el (nnimap-expunge-search-string): Mention
7698         nnimap-search-uids-not-since-is-evil in docstring.
7699
7700 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * spam.el: Revert to make-obsolete-variable because
7703         define-obsolete-variable-alias is not supported in Emacs 21.
7704
7705         * spam.el (spam-ifile-path, spam-ifile-database-path)
7706         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7707         make-obsolete-variable.
7708         (spam-bsfilter-path, spam-bsfilter-program)
7709         (spam-spamassassin-path, spam-spamassassin-program)
7710         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7711         use "path" inappropriately.
7712         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7713         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7714         variable names.
7715
7716 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7719         summary buffer.
7720
7721         * password.el (password-cache-remove): Use clear-string to burn
7722         password, if available.
7723
7724 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7727
7728         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7729
7730         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7731         (gnus-message-highlight-citation): Move defcustom here from
7732         gnus-cite.el.
7733         (gnus-message-citation-mode): Autoload.
7734
7735         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7736         checks to make it compile with XEmacs.
7737         (gnus-message-citation-mode): New minor mode.
7738         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7739         (gnus-message-highlight-citation): New variables.
7740         (gnus-message-search-citation-line)
7741         (gnus-message-add-citation-keywords)
7742         (gnus-message-remove-citation-keywords)
7743         (turn-on-gnus-message-citation-mode)
7744         (turn-off-gnus-message-citation-mode): New functions.
7745
7746 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7747
7748         * gnus-cite.el: Enable highlighting of different citation levels in
7749         message-mode.
7750
7751 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * message.el (message-make-fqdn): Fix comment.
7754         (message-bogus-system-names): Add ".local".
7755
7756         * spam.el (spam-ifile-path, spam-ifile-program)
7757         (spam-ifile-database-path, spam-ifile-database)
7758         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7759         Don't use "path" inappropriately.
7760         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7761         strings.
7762         (spam-check-ifile, spam-ifile-register-with-ifile)
7763         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7764         new variable names.
7765
7766         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7767         (gnus-treat-display-smileys): Simplify using
7768         gnus-image-type-available-p.
7769
7770         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7771         available.
7772
7773         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7774         `display-images-p' if available.
7775
7776 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7779         one after turning on the buffer's multibyteness instead of decoding
7780         them directly in the unibyte buffer that causes unexpected conversion
7781         in Emacs 23 (unicode).
7782
7783 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7784
7785         * message.el (message-generate-hashcash): Fix custom type.
7786
7787 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7790
7791 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7794         disconnect icons.  Add help text.
7795
7796 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7797
7798         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7799         negated to be consistent with the others we handle.
7800
7801 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7802
7803         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7804         version of gnus-summary-buffer to something, so that we can use two
7805         article buffers at the same time.
7806
7807 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7808
7809         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7810         trigger all the extra headers.
7811         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7812         sorting.
7813
7814 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7815
7816         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7817         solid groups.
7818
7819 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7820
7821         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7822
7823 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * legacy-gnus-agent.el: Add Copyright notice.
7826
7827 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7828
7829         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7830
7831 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7834
7835         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7836         to make it work reliably in CVS Emacs.
7837         (gnus-summary-limit-strange-charsets-predicate)
7838         (gnus-summary-limit-to-predicate): New functions.
7839
7840 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7841
7842         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7843         specifying array size.
7844         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7845         array if it is too small.
7846         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7847         (gnus-sort-threads-loop): New function.
7848
7849 2006-12-06  Chris Moore  <dooglus@gmail.com>
7850
7851         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7852         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7853
7854 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7855
7856         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7857         options.
7858
7859 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7860
7861         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7862         DOS-ing the recipient.
7863
7864         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7865         the headers when creating the mapping to avoid mismappings.
7866         (nnweb-gmane-create-mapping): Always nix out old mapping.
7867
7868 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7871         and mm-verify-option to never.
7872
7873 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * message.el (message-signed-or-encrypted-p): New function.
7876         (message-forward-make-body): Use it.
7877
7878         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7879         Replace encode-coding-string with mm-encode-coding-string.
7880
7881 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * nneething.el (nneething-decode-file-name): Replace
7884         decode-coding-string with mm-decode-coding-string.
7885
7886         * gnus-int.el (gnus-open-server): Say failed server's name.
7887
7888 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7889
7890         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7891         strings to a single string.  Quote `errors-file-name'.
7892         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7893         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7894         Adjust calls.  Use `shell-quote-argument'.
7895
7896 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7897
7898         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7899         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7900
7901         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7902         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7903         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7904         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7905         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7906         (gnus-subscribe-newsgroup, gnus-1):
7907         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7908         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7909         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7910         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7911
7912 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7915         keystroke.
7916         (gnus-summary-limit-to-bodies): Implement headersp.
7917
7918 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7921
7922 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7925
7926 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * message.el (message-generate-hashcash): Expand range of values to
7929         include `opportunistic'.
7930         (message-send-mail): Use it.
7931
7932 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7933
7934         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7935         and comment it.
7936
7937         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7938
7939 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-util.el (gnus-extract-address-components): Improve comment.
7942
7943 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7944
7945         * gnus-util.el (gnus-extract-address-components): Work with address in
7946         which the name portion contains @.
7947
7948         * lpath.el: Fbind custom-autoload.
7949
7950 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * gnus.el (gnus-start): Move custom group up.
7953         (gnus-select-method): Don't autoload, but make it available for
7954         `customize-variable'.
7955         (gnus-getenv-nntpserver): Don't autoload.
7956
7957 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7958
7959         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7960
7961 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * message.el (message-sendmail-extra-arguments): New variable.
7964         (message-send-mail-with-sendmail): Use it.
7965
7966 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7969         mm-with-unibyte-current-buffer to make string unibyte.
7970
7971         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7972         mm-string-as-multibyte.
7973
7974 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7975
7976         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7977         Reported by Werner Koch <wk@gnupg.org>.
7978
7979 2006-11-14  Daiki Ueno  <ueno@p360>
7980
7981         * mml2015.el: Autoload epa-select-keys when compiling.
7982
7983 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7984
7985         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7986         message-options.
7987         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7988
7989 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7990
7991         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7992         EasyPG (< 0.0.6).
7993         (mml2015-always-trust): New user option.
7994         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7995         prompt.
7996
7997 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * nntp.el (nntp-authinfo-force): New variable.
8000         (nntp-send-authinfo): Use it.
8001
8002 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8005         decode encoded words.  Improve prompt.  Add comment about forwarding.
8006         (message-replacement-char): Move up.
8007
8008 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8009
8010         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8011         instead of gnus-intersection because arguments of gnus-sorted-nunion
8012         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8013
8014 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8017         (message-simplify-subject-functions): Enable
8018         message-strip-subject-encoded-words by default.
8019
8020 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * message.el (message-strip-subject-encoded-words): New function.
8023         (message-simplify-subject-functions): New variable.
8024         (message-simplify-subject): Use it.  Fix typo in doc string.
8025         Support message-strip-subject-encoded-words.
8026
8027 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8028
8029         * gnus-diary.el (gnus-diary-delay-format-function):
8030         * nndiary.el (nndiary-reminders):
8031         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8032
8033 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-art.el (article-hide-boring-headers): Fetch date from
8036         gnus-original-article-buffer to avoid problems with localized date
8037         strings.
8038
8039 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8042
8043 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8046         New variables.
8047         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8048         (mm-charset-synonym-alist): Move some entries to
8049         mm-codepage-iso-8859-list.
8050         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8051         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8052
8053 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8056
8057 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8060         with Emacs 21 and XEmacs.
8061
8062 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8063
8064         * spam.el (spam-parse-address): New function for better parsing,
8065         catching errors, etc.
8066         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8067
8068 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * mm-view.el: Add interactive arg to html2text autoload.
8071
8072 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8075
8076 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8079         variables.
8080         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8081         (mm-charset-synonym-alist): Move some entries to
8082         mm-codepage-iso-8859-list.
8083
8084         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8085
8086 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * message.el (message-citation-line-format)
8089         (message-insert-formated-citation-line): Fix implementation of %E, %N
8090         and %n according to the doc string.
8091
8092 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8095         car-safe to avoid bad parses.
8096
8097 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8100         names.
8101
8102         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8103
8104 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8107         header.
8108
8109         * message.el (message-draft-headers): Add Date.
8110         (message-headers-to-generate): Fix typo in docstring.
8111
8112         * nndraft.el (nndraft-required-headers): New variable.
8113         (nndraft-generate-headers): Use it.
8114
8115         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8116
8117 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8118
8119         * gnus-registry.el (gnus-registry-wash-for-keywords)
8120         (gnus-registry-find-keywords): New functions to allow easy searching of
8121         articles that are in the registry.
8122
8123 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8124
8125         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8126         ietf-drums-parse-address instead of gnus-extract-address-components.
8127         Reported by Damien Elmes <damien@repose.cx>.
8128
8129 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * gnus.el (gnus-mime): Remove unused custom group.
8132
8133 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8134
8135         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8136         "blank line" when searching for end of armor headers.
8137
8138 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gmm-utils.el (gmm-write-region): Fix variable name.
8141
8142 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gmm-utils.el (gmm-write-region): New function based on compatibility
8145         code from `mm-make-temp-file'.
8146
8147         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8148
8149         * nnmaildir.el (nnmaildir--update-nov)
8150         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8151         Use `gmm-write-region'.
8152
8153 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8156         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8157
8158         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8159
8160         * message.el (message-replacement-char): New variable.
8161         (message-fix-before-sending): Use it.
8162         (message-simplify-subject): New function to remove duplicate code.
8163         (message-reply, message-followup): Use it.
8164
8165         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8166         gnus-summary-limit-to-articles.
8167
8168 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-util.el (gnus-with-local-quit): New macro.
8171
8172         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8173
8174 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8177         ignore non-string data.
8178
8179 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8182         non-string data (needs to be done in the registry too).
8183
8184 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8185
8186         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8187         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8188         (gnus-registry-split-fancy-with-parent)
8189         (gnus-registry-fetch-simplified-message-subject-fast)
8190         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8191         Remove text properties on ingress into the registry and when it's saved.
8192         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8193         registry from entries with no groups.
8194
8195 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8196
8197         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8198         function to remove string properties.
8199
8200 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * gmm-utils.el (gmm): Adjust custom version.
8203
8204         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8205         custom version.
8206
8207         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8208
8209 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * gnus-art.el (gnus-insert-prev-page-button)
8212         (gnus-insert-next-page-button): Simplify.  Reformat.
8213
8214 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8215
8216         * gnus-art.el (gnus-insert-prev-page-button)
8217         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8218
8219 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8220
8221         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8222
8223 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8224
8225         * gnus-art.el (gnus-insert-mime-button)
8226         (gnus-insert-mime-security-button):
8227         Apply gnus-article-button-face to MIME and security buttons.
8228
8229 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8232         readable.
8233
8234 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8237
8238 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8239
8240         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8241         `browse-url-of-file' instead of `browse-url'.
8242
8243 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8244
8245         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8246         regexp.  Articles containing quotation were cut prematurely.
8247
8248 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * message.el (message-cite-original-1): Use nobody by default for the
8251         value of From header.
8252         (message-reply): Ditto.
8253
8254 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8255
8256         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8257         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8258         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8259
8260 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8263         mails in the doc string.  Add some URLs in comment.
8264         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8265
8266 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8269         backslashes handling and the way to find boundaries of quoted strings.
8270
8271 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8272
8273         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8274         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8275         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8276         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8277
8278 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8281         doc string.
8282         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8283
8284 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * lpath.el: Fbind epg-check-configuration.
8287
8288 2006-09-06  Simon Josefsson  <jas@extundo.com>
8289
8290         * mml2015.el (mml2015-use): Doc fix, mention epg.
8291
8292 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8293
8294         * mml2015.el (mml2015-use): Default to epg, if available.
8295
8296 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8297
8298         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8299         message-sender.
8300         (mml1991-epg-encrypt): Ditto.
8301         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8302         message-sender.
8303         (mml2015-epg-encrypt): Ditto.
8304
8305 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8306
8307         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8308         several common directories.
8309
8310 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8311
8312         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8313         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8314
8315 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-art.el (article-decode-encoded-words): Make it fast.
8318
8319 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8322
8323         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8324         in quoted string into `\'.
8325
8326 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8329         Use standard-syntax-table.
8330
8331 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (gnus-decode-address-function): New variable.
8334         (article-decode-encoded-words): Use it to decode headers which are
8335         assumed to contain addresses.
8336         (gnus-mime-delete-part): Remove useless `or'.
8337
8338         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8339         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8340         (gnus-nov-parse-line): Use it to decode From header.
8341         (gnus-get-newsgroup-headers): Ditto.
8342         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8343
8344         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8345         (mail-decode-encoded-address-string): New alias.
8346
8347         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8348         New function.
8349         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8350         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8351         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8352         (rfc2047-decode-string): Ditto.
8353         (rfc2047-decode-address-region): New function.
8354         (rfc2047-decode-address-string): New function.
8355
8356 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * message.el (message-caesar-buffer-body): Allow rotating headers.
8359
8360         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8361
8362         * message.el (message-insert-formated-citation-line): Fix %f.
8363         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8364
8365 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8368         (gnus-bookmark-mouse-available-p): New macro.
8369         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8370         (gnus-bookmark-bmenu-show-infos): Use it.
8371         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8372         (gnus-bookmark-bmenu-hide-infos): Ditto.
8373         (gnus-bookmark-remove-properties): New function.
8374         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8375         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8376         (gnus-bookmark-write-file): Bind coding-system-for-write.
8377         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8378         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8379         group before selecting it.
8380         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8381         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8382         quit-window if it is not available; use gnus-mouse-2 and bind it to
8383         gnus-bookmark-bmenu-select-by-mouse.
8384         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8385         (gnus-bookmark-bmenu-select-by-mouse): New function.
8386
8387 2006-08-13  Romain Francoise  <romain@orebokech.com>
8388
8389         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8390         space.
8391
8392 2006-08-10  Romain Francoise  <romain@orebokech.com>
8393
8394         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8395         (dns-mode-soa-auto-increment-serial): New user option.
8396         (dns-mode-soa-maybe-increment-serial): New function.
8397         (dns-mode): Add the latter to `write-contents-functions'.
8398
8399 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * compface.el (uncompface): Use binary rather than raw-text-unix.
8402
8403 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * compface.el (uncompface): Make sure the eol conversion doesn't take
8406         place when communicating with the external programs.  Reported by
8407         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8408
8409 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8412
8413 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8414
8415         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8416         Make it more robust by parsing author and date independently.
8417
8418 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8421
8422 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8423
8424         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8425         first matching secret key.
8426         (mml2015-epg-encrypt): Ditto.
8427
8428         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8429         first matching secret key.
8430         (mml1991-epg-encrypt): Ditto.
8431
8432         * mml2015.el (mml2015-encrypt-to-self): New user option.
8433         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8434         mml2015-epg-encrypt-to-self is set.
8435
8436         * mml1991.el (mml1991-encrypt-to-self): New variable.
8437         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8438         mml1991-epg-encrypt-to-self is set.
8439
8440         * mml2015.el (mml2015-signers): New user option.
8441         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8442         (mml2015-epg-encrypt): Allow to select signing keys.
8443
8444         * mml1991.el (mml1991-signers): New variable.
8445         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8446         (mml1991-epg-encrypt): Allow to select signing keys.
8447
8448 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * nnheader.el (nnheader-insert-head): Make it work even if the file
8451         uses CRLF for the line-break code.
8452
8453 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8454
8455         * mml2015.el: Require mml-sec instead of password.
8456         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8457         (mml2015-cache-passphrase): Inherit the default value from
8458         mml-secure-cache-passphrase.
8459         (mml2015-passphrase-cache-expiry): Inherit the default value from
8460         mml-secure-passphrase-cache-expiry.
8461
8462         * mml1991.el: Require mml-sec instead of password.
8463         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8464         (mml1991-cache-passphrase): Inherit the default value from
8465         mml-secure-cache-passphrase.
8466         (mml1991-passphrase-cache-expiry): Inherit the default value from
8467         mml-secure-passphrase-cache-expiry.
8468
8469         * mml-sec.el: Require password.
8470         (mml-secure-verbose): New user option.
8471         (mml-secure-cache-passphrase): New user option.
8472         (mml-secure-passphrase-cache-expiry): New user option.
8473
8474 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8475
8476         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8477         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8478         andreas@altroot.de (Andreas Vögele).
8479
8480         FIXME: Use `tiny change'?
8481
8482 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8483
8484         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8485         workaround for the url package included with Emacs.
8486
8487         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8488
8489 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8492         correctly.  This fixes a bug caused by the 2006-05-12 change.
8493
8494 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8495
8496         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8497         some information about the error when saying that the `bogus' mail
8498         group will be used.
8499
8500 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8503         string.
8504
8505 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8506
8507         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8508
8509 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8510
8511         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8512
8513 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8514
8515         * mml1991.el (mml1991-function-alist): Add epg.
8516         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8517         (mml1991-epg-encrypt): New functions.
8518
8519 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8520
8521         * mml2015.el (mml2015-verbose): New variable.
8522         (mml2015-cache-passphrase): Ditto.
8523         (mml2015-passphrase-cache-expiry): Ditto.
8524         (mml2015-function-alist): Add epg.
8525         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8526         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8527         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8528         functions.
8529
8530 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8531
8532         * message.el (message-cite-original-1): Preserve region when removing
8533         quoted text due to X-No-Archive in order to avoid bogus attribution
8534         when citing multiple messages.
8535
8536 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8537
8538         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8539         Kenneth Jacker <khj@be.cs.appstate.edu>.
8540
8541 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * gnus-diary.el (gnus-user-format-function-d)
8544         (gnus-user-format-function-D): Autoload.
8545
8546         * imap.el (Commentary): Fix typo.
8547
8548         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8549         2006-04-22 contribution.
8550
8551 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8552
8553         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8554         It didn't really fix the bogosity I'm seeing with solid web groups.
8555
8556 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8557
8558         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8559         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8560         created using server names.  If we use the feature without declaring
8561         it, Gnus does not properly manage server and group state.
8562
8563         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8564         bound.
8565
8566 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8567
8568         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8569         looking up the method using GROUP's prefix before inventing a new one.
8570         It is used on killed/unknown groups in various places where returning
8571         an all-new method isn't expected by the caller.
8572
8573         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8574         and match semantics of gnus-group-real-prefix.
8575
8576 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * nnmail.el (nnmail-broken-references-mailers): New variable.
8579         (nnmail-ignore-broken-references): New function generalizing
8580         nnmail-fix-eudora-headers.
8581         (nnmail-fix-eudora-headers): Now obsolete.
8582
8583         * gnus-art.el (gnus-button-handle-custom): Support
8584         `customize-apropos*'.
8585
8586 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8587
8588         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8589
8590         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8591         articles.
8592
8593 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * message.el (message-cite-reply-above): New variable.
8596         (message-yank-original): Use it.
8597
8598 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8601
8602 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8605         as read.
8606
8607         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8608
8609 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8612         (gnus-bookmark-default-file): Use gnus-directory.
8613         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8614         Remove "*" in doc string.
8615         (gnus-bookmark-write-file): Simplify.
8616         (gnus-bookmark-maybe-sort-alist): Use `when'.
8617         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8618         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8619         FIXME about Emacs 21 and XEmacs compatibility.
8620         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8621         compatibility.
8622         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8623         compatibility.
8624         (gnus-bookmark-menu-heading): Fix version.
8625
8626 2006-06-19  Bastien Guerry  <bzg@altern.org>
8627
8628         * gnus-bookmark.el: New file.
8629
8630 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * message.el (message-syntax-checks): Doc fix.
8633
8634 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8635
8636         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8637         unsubscribed groups as if they were killed ones.  It causes duplicate
8638         entries in gnus-newsrc-alist.
8639
8640 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * message.el (message-syntax-checks): Doc fix.
8643         (message-send-mail): Add check for continuation headers.
8644         (message-check-news-header-syntax): Fix regexp used to check for
8645         continuation headers.
8646
8647 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8650
8651 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8654
8655 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8658         default-truncate-lines.
8659
8660 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8663         to fill the utf-8 entry.
8664
8665         * lpath.el: Fbind unicode-precedence-list.
8666
8667 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8668
8669         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8670
8671 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8672
8673         * gnus-agent.el (directory-files-and-attributes): Move all the way
8674         forward (the third and final move).
8675         (gnus-agent-read-agentview): Trap reconstruction errors due to
8676         nonexistant directory.  Handle by returning nil.
8677
8678 2006-05-30  Didier Verna  <didier@xemacs.org>
8679
8680         * message.el (message-dont-reply-to-names): Update the custom type.
8681         * message.el (message-dont-reply-to-names): New defsubst: potentially
8682         convert a list of regexps into a single one.
8683         * message.el (message-get-reply-headers): Use it.
8684         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8685
8686 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-agent.el (directory-files-and-attributes): Move forward.
8689
8690 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus-ml.el (gnus-mailing-list-subscribe)
8693         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8694         (gnus-mailing-list-message): Fix doc strings.
8695
8696 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8697
8698         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8699         of doing it manually.
8700
8701 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8704         comment.
8705
8706 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8707
8708         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8709         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8710         (gnus-agent-read-local): All symbols allocated in my-obarray.
8711         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8712         (gnus-agent-regenerate-group): Check numeric names to see if they are
8713         messages or groups.
8714         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8715         better way of do this...)
8716
8717         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8718         'dummy.group' (there should be a better way of do this...)
8719
8720 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8723         (gnus-saved-headers): Ditto.
8724         (gnus-default-article-saver): Mention functions may have properties.
8725         (gnus-article-save): Override gnus-save-all-headers and
8726         gnus-saved-headers by :headers property which saver function may have.
8727         (gnus-summary-save-in-file): Add :headers property.
8728         (gnus-summary-write-to-file): Ditto.
8729
8730         * gnus-sum.el (gnus-summary-save-article): Bind
8731         gnus-prompt-before-saving to t when saving many articles in a file;
8732         always show all headers.
8733
8734         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8735
8736 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8739         marks.
8740
8741         * message.el (message-indent-citation): Add optional arguments to allow
8742         using it outside of message buffers.
8743
8744         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8745         (gnus-article-treat-unfold-headers): Use it.
8746         (gnus-article-truncate-lines): New variable.
8747         (gnus-article-mode): Use it.
8748         (gnus-article-toggle-truncate-lines): New function.
8749
8750         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8751         gnus-article-toggle-truncate-lines.
8752
8753         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8754         coding system in XEmacs, use binary.
8755
8756 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8759         after-load-alist.
8760
8761         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8762         this function should save decoded articles.
8763         (gnus-summary-write-to-file): Use property to specify this function
8764         should save decoded articles and specify gnus-summary-save-in-file
8765         should be used to save articles other than the first one when saving
8766         many articles.
8767         (gnus-summary-save-body-in-file): Use property to specify this
8768         function should save decoded articles.
8769         (gnus-summary-write-body-to-file): Use property to specify this
8770         function should save decoded articles and specify
8771         gnus-summary-save-body-in-file should be used to save articles other
8772         than the first one when saving many articles.
8773
8774         * gnus-sum.el (gnus-summary-save-article): Simplify.
8775
8776 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-art.el (gnus-default-article-saver): Add
8779         gnus-summary-write-body-to-file.
8780         (gnus-article-save-coding-system): Don't use coding system object
8781         in XEmacs.
8782         (gnus-read-save-file-name): Add optional `dir-var' argument which
8783         specifies directory in which files are saved; work even if optional
8784         `variable' argument is not specified.
8785         (gnus-summary-write-to-file): Read file name.
8786         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8787         (gnus-summary-write-body-to-file): New function.
8788
8789         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8790         (gnus-summary-local-variables): Add it.
8791         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8792         (gnus-summary-save-article): Remove optional `decode' argument;
8793         determine whether to decode articles by the value of
8794         gnus-default-article-saver; when saving many files using
8795         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8796         it first and use gnus-summary-save-in-file or
8797         gnus-summary-save-body-in-file thereafter unless
8798         gnus-prompt-before-saving is always; move point to article which
8799         will be saved.
8800         (gnus-summary-save-article-file): Revert.
8801         (gnus-summary-write-article-file): Revert.
8802         (gnus-summary-save-article-body-file): Revert.
8803         (gnus-summary-write-article-body-file): New function.
8804
8805 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (gnus-default-article-saver): Doc fix.
8808         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8809         from gnus-summary-save-article-coding-system, and default to a
8810         certain coding system.
8811         (gnus-output-to-file): Add coding cookie and encode text according
8812         to gnus-article-save-coding-system; don't use mm-append-to-file.
8813
8814         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8815         gnus-art.el and rename to gnus-article-save-coding-system.
8816         (gnus-summary-save-article): Require gnus-art; don't show all
8817         headers if it decodes articles; don't add coding cookie here;
8818         don't bind mm-text-coding-system-for-write.
8819         (gnus-summary-save-article-file): Save decoded articles.
8820         (gnus-summary-write-article-file): When saving many files, use
8821         gnus-summary-write-to-file first and gnus-summary-save-in-file
8822         thereafter unless gnus-prompt-before-saving is always.
8823         (gnus-summary-save-article-body-file): Save decoded articles.
8824
8825         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8826
8827 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * nnrss.el (nnrss-check-group): Bind hash-index.
8830
8831 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8832
8833         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8834         its hash index.  Store this hash in `nnrss-group-data'.
8835         (nnrss-read-group-data): Update accordingly.
8836
8837 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8840         entry.
8841
8842         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8843         gnus-article-browse-html-article.
8844
8845 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8846
8847         * gnus-sum.el (gnus-summary-mime-map): Add
8848         gnus-article-browse-html-article.
8849
8850         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8851
8852 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8855         suitable coding systems in customize.
8856
8857 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * mail-source.el (mail-sources): Fix custom type.
8860
8861 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8862
8863         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8864         (gnus-summary-expire-articles-now): Shorten prompt.
8865
8866         * gmm-utils.el (wid-edit): Require.
8867         (defun-gmm): Renamed from `gmm-defun-compat'.
8868         (gmm-image-search-load-path): Use it.
8869         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8870
8871 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8874         variable.
8875         (gnus-summary-save-article): Add optional `decode' argument.  If
8876         it is set and gnus-summary-save-article-coding-system is non-nil,
8877         save decoded article.
8878         (gnus-summary-write-article-file): Save decoded article if
8879         gnus-summary-save-article-coding-system is non-nil.
8880
8881         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8882         type.
8883
8884 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8887
8888 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8891         first to test gnus-single-article-buffer which may be buffer-local.
8892
8893         * gnus-sum.el (gnus-summary-setup-buffer): Make
8894         gnus-single-article-buffer buffer-local and nil in ephemeral
8895         group; make gnus-article-buffer, gnus-article-current, and
8896         gnus-original-article-buffer always buffer-local.
8897         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8898         group.
8899         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8900
8901 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * nnml.el (nnml-request-compact-group): Compressed files might not
8904         have .gz extension.
8905
8906 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8907
8908         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8909         (mm-copy-to-buffer): Use with-current-buffer.
8910         (mm-display-part): Simplify.
8911         (mm-inlinable-p): Add optional arg `type'.
8912
8913 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8914
8915         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8916         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8917         Try harder to show the attachment internally or externally using
8918         gnus-mime-view-part-as-type.
8919
8920 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * message.el (message-from-style, message-signature-separator)
8923         (message-user-organization-file, message-send-mail-function)
8924         (message-citation-line-function, message-yank-prefix)
8925         (message-indent-citation-function, message-signature)
8926         (message-signature-file, message-signature-insert-empty-line):
8927         Remove autoloads.
8928
8929         * gnus-art.el (gnus-buttonized-mime-types): Remove
8930         "multipart/signed".  Revert 2006-04-26 change.
8931
8932 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933
8934         * gnus.el (gnus-version-number): Bump version.
8935
8936 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8937
8938         * gnus.el: No Gnus v0.5 is released.
8939
8940 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8941
8942         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8943         fetching articles by message-id.
8944
8945 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * message.el (hashcash): Require hashcash as normal.
8948
8949         * ecomplete.el (ecomplete-highlight-match-line): Use
8950         point-at-eol.
8951         (ecomplete-highlight-match-line): Use `highlight', because that
8952         face exists in both Emacs and XEmacs.
8953
8954         * message.el (message-display-abbrev): Use point-at-bol.
8955
8956         * mail-source.el: Don't require timer/timer-funcs.
8957
8958         * gnus-async.el: Ditto.
8959
8960         * password.el: Ditto.
8961
8962         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8963
8964         * mm-url.el: Ditto.
8965
8966         * gnus-xmas.el: Don't require timer-funcs.
8967
8968         * mm-util.el: Require timer/timer-funcs.
8969
8970 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8971
8972         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8973         Close.
8974
8975 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8978         unibyte after clear-decrypt function runs.
8979
8980         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8981         returns as a unibyte string.
8982
8983 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * lpath.el: Revert.
8986
8987         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8988         (pgg-gpg-process-sentinel): Revert.
8989
8990         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8991         (pgg-pgp-lookup-key): Revert.
8992
8993         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8994         (pgg-pgp5-lookup-key): Revert.
8995
8996         * pgg.el (pgg-fetch-key): Revert.
8997
8998 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * lpath.el: Fbind string-as-multibyte for XEmacs.
9001
9002         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9003         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9004         (mml1991-pgg-encrypt): Ditto.
9005
9006         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9007         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9008         a multibyte buffer.
9009
9010         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9011         (pgg-pgp-lookup-key): Ditto.
9012
9013         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9014         (pgg-pgp5-lookup-key): Ditto.
9015
9016         * pgg.el (pgg-fetch-key): Ditto.
9017
9018 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * message.el (message-user-organization-file): Check several
9021         locations of the organization file.
9022
9023         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9024         Add gnus-article-view-part-as-type.
9025
9026         * gnus-art.el (gnus-article-view-part-as-type): New function.
9027
9028         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9029         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9030
9031         * mml.el: Simplify autoload.
9032         (mml-mode): defvar dnd-protocol-alist instead of using
9033         symbol-value.
9034         (mml-default-directory): New variable.
9035         (mml-minibuffer-read-file): Use it.
9036         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9037
9038         * message.el (message-citation-line-format): New variable.
9039         (message-insert-formated-citation-line): New function.
9040         (message-citation-line-function): Add
9041         `message-insert-formated-citation-line' to custom type.
9042
9043         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9044         to doc string.
9045
9046         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9047         depending on mm-verify-option.
9048
9049 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9052         binding pgg-* variables; reimplement the section which prevents
9053         MIME header from being signed.
9054         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9055         pgg-text-mode; remove a blank line at the top of body.
9056
9057         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9058         lines at the top of body; use gnus-newsgroup-charset if there's no
9059         Charset header.
9060
9061 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * message.el (message-self-insert-commands): Doc fix.
9064
9065         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9066         (mm-uu-pgp-encrypted-test): Ditto.
9067         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9068         between header and body; return application/pgp-encrypted handle
9069         if decryption failed; decode decrypted body by charset.
9070
9071         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9072         element match to application/pgp-*.
9073
9074 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9075
9076         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9077         HTML.
9078
9079 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9080
9081         * mail-source.el (mail-source-call-script): Message the error
9082         string.
9083
9084 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus-util.el (gnus-byte-compile): Use it.
9087
9088 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9089
9090         * gnus-util.el (kill-empty-logs): New function.
9091
9092 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9093
9094         * message.el (message-mail-alias-type): Doc fix.
9095         (message-mail-alias-type-p): New function.
9096         (message-send): Use it.
9097         (message-mode): Ditto.
9098         (message-strip-forbidden-properties): Ditto.
9099
9100         * ecomplete.el (ecomplete-database-file-coding-system): New
9101         variable.
9102         (ecomplete-save): Use it.
9103         (ecomplete-setup): Use it.
9104
9105 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * message.el (message-self-insert-commands): New variable.
9108         (message-strip-forbidden-properties): Use it.
9109
9110 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9111
9112         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9113         that doesn't make XEmacs choke.
9114
9115 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-util.el (gnus-replace-in-string):
9118         Prefer replace-regexp-in-string over of replace-in-string.
9119
9120 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-util.el (gnus-select-frame-set-input-focus):
9123         Use select-frame-set-input-focus if it is available in XEmacs; use
9124         definition defined in Emacs 22 for old Emacsen.
9125
9126         * dgnushack.el: Autoload unmorse-region for XEmacs.
9127
9128         * lpath.el: Bind cursor-in-non-selected-windows and
9129         select-frame-set-input-focus for XEmacs.
9130
9131 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9134
9135 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9136
9137         * gnus-registry.el (gnus-registry-cache-save): Remove text
9138         properties when saving via the temp buffer.
9139
9140 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * message.el (message-generate-hashcash): Honor custom type.
9143
9144 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * message.el (message-generate-hashcash): Default to non-nil when
9147         hashcash is found.
9148
9149         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9150         (gnus-refer-thread-limit): Increase default to 500.
9151
9152         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9153
9154         * flow-fill.el (fill-flowed): Allow delete-space.
9155
9156 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9159         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9160         Remove autoloads.
9161
9162 2006-04-18  Simon Josefsson  <jas@extundo.com>
9163
9164         * message.el (message-generate-hashcash): Default to.
9165
9166 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9169         concatenating segments rather than before concatenating them.
9170
9171 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9174
9175 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9178
9179         * message.el (message-forward-make-body-plain): Allow
9180         message-forward-ignored-headers to be a list.
9181         (message-remove-ignored-headers): Factor out into function.
9182         (message-forward-make-body-mml): Use it.
9183
9184         * imap.el (imap-quote-specials): New function.
9185         (imap-login-auth): Quote specials.
9186
9187         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9188         (rfc2231-parse-string): Allow concatanation of parameters that
9189         aren't contiguous.  The test case is
9190           (mail-header-parse-content-type "message/external-body;
9191             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9192             access-type=LOCAL-FILE;
9193             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9194
9195 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9196
9197         * nntp.el (nntp-accept-process-output): Return the value of
9198         `nnheader-accept-process-output'.
9199
9200 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9201
9202         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9203         (gnus-button-alist): Recognize more diff formats.
9204         (gnus-button-patch): Strip directory.
9205
9206 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9209         Emacs 22 when setting focus.
9210
9211 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212
9213         * gnus-art.el (gnus-article-treat-types): Do treatment of
9214         text/x-verbatim parts.
9215         (gnus-button-patch): New command.
9216
9217         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9218         addresses that contain invalid characters.
9219
9220 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * message.el (message-put-addresses-in-ecomplete): Use
9223         gnus-replace-in-string.
9224         (message-is-yours-p): Use the more correct
9225         mail-header-parse-address instead of
9226         mail-extract-address-components.
9227         (message-put-addresses-in-ecomplete): Fix typo.
9228
9229         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9230         keystroke.
9231
9232         * gnus-art.el (gnus-treatment-function-alist): Change order of
9233         newsgroups/generic header folding to avoid double-folding.
9234
9235         * message.el (message-hidden-headers): Add X-Draft-From.
9236
9237         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9238         command.
9239         (gnus-summary-repeat-search-article-backward): New command.
9240
9241         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9242         groups in the parent topic.
9243
9244 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9245
9246         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9247         (spam-extra-header-to-number): Return the CRM114 number as a
9248         number instead of a string.
9249
9250 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * gnus-art.el (gnus-face-properties-alist): Moved here from
9253         gnus-fun.
9254
9255         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9256
9257 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * message.el (message-strip-forbidden-properties): Only display on
9260         self-insert-command.
9261
9262         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9263         reindent.
9264         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9265
9266 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9267
9268         * smiley.el (smiley-style): Fix typo.
9269
9270 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271
9272         * hashcash.el (hashcash-insert-payment-async-2): Use
9273         message-goto-eoh instead of doing it manually.
9274         (mail-add-payment): Use message-narrow-to-header instead of trying
9275         to do the same itself.
9276
9277         * message.el (message-hidden-headers): Add Face.
9278
9279         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9280         reparenting code.
9281         (gnus-summary-reparent-children): Refactored out code.
9282         (gnus-summary-thread-map): New keystroke.
9283         (gnus-summary-reparent-children): Make into command.
9284
9285         * smiley.el (smiley-style): Default to `medium' if using a large
9286         font.
9287
9288         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9289         does it itself.
9290
9291         * message.el (message-point-in-header-p): Simplify definition.
9292
9293 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * nnagent.el (nnagent-request-set-mark): Silence log file
9296         writing.
9297         (nnagent-request-set-mark): Use write-region instead of
9298         append-to-file.
9299
9300         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9301         strange select method.
9302
9303         * ecomplete.el (ecomplete-display-matches): Get highlightling
9304         right.
9305         (ecomplete-display-matches): Use literals.
9306         (ecomplete-display-matches): Disable message logging.
9307
9308         * message.el (message-display-abbrev): Small optimization.
9309
9310         * ecomplete.el (ecomplete-display-matches): Allow automatic
9311         display.
9312
9313         * message.el (message-strip-forbidden-properties): Display
9314         abbrevs.
9315         (message-display-abbrev): Get automatic display right.
9316
9317         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9318         keystrokes.
9319
9320 2006-04-13  Romain Francoise  <romain@orebokech.com>
9321
9322         TODO: Backport to v5-10!
9323
9324         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9325         Moved here (and renamed) from gnus-registry.el.
9326
9327         * gnus-registry.el: Require gnus-util.
9328         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9329
9330 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331
9332         * gnus-group.el (gnus-group-catchup-current): Change
9333         if-then-else-if-then-else into cond.
9334         (gnus-group-catchup): Indent.
9335         (group-name-at-point): New function.
9336         (gnus-fetch-group): Provide default from thing at point.
9337
9338 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * message.el (message-display-abbrev): Fix regexp.
9341
9342         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9343         choosing.
9344         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9345         dead variables.
9346
9347         * message.el (message-newline-and-indent): Remove debugging.
9348         (message-display-abbrev): Use new implementation.
9349
9350 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9351
9352         * gnus-art.el (gnus-article-mode): Set
9353         cursor-in-non-selected-windows to nil.
9354
9355         * smiley.el: Revert previous change.
9356         (smiley-data-directory): defvar it before using it in the
9357         defcustom of `smiley-style'.
9358
9359 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * message.el (message-newline-and-indent): New function.
9362
9363         * ecomplete.el: Implement more bits.
9364
9365         * message.el (message-put-addresses-in-ecomplete): Clean up the
9366         string.
9367
9368         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9369
9370         * gnus-sum.el (gnus-summary-save-parts): Bind
9371         gnus-summary-save-parts-counter and use it to make unique file
9372         names.
9373
9374         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9375
9376         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9377         parameter to say whether to actually parse the individual
9378         addresses.
9379
9380         * message.el (message-put-addresses-in-ecomplete): New function.
9381         (ecomplete): Require.
9382         (message-mail-alias-type): Add ecomplete as an option.
9383
9384 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9385
9386         * flow-fill.el (fill-flowed): Remove trailing space from blank
9387         quoted lines.
9388
9389 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * smiley.el (smiley-style): Move definition later to avoid a
9392         compilation warning.
9393
9394 2006-04-12  Kenichi Handa  <handa@m17n.org>
9395
9396         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9397         buffer and then decode the buffer text if necessary.
9398         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9399         first, and after mm-encode-body, change the buffer to unibyte.
9400         Use mm-disable-multibyte instead of set-buffer-multibyte.
9401
9402 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9405         Content-Type header instead of Content-Disposition header.
9406         (gnus-mime-inline-part): Ditto.
9407         (gnus-mime-view-part-as-charset): Ignore charset that the part
9408         specifies.
9409
9410         * mm-decode.el (mm-display-part): Work with external parts and
9411         usual parts similarly.
9412
9413         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9414         instead of gnus-display-mime.
9415
9416         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9417         instead of with-temp-buffer.
9418
9419         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9420         tag to summarized topics part in order to encode non-ASCII text.
9421
9422 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * smiley.el (smiley-style): New variable.
9425         (smiley-directory): New function.
9426         (smiley-data-directory): Derive from `smiley-style' using
9427         `smiley-directory'.
9428         (smiley-regexp-alist): Add new entries.
9429
9430         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9431         (gnus-article-browse-delete-temp): Add :version.
9432
9433 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9434
9435         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9436         the sieve region.
9437
9438 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * gnus.el (gnus-version-number): Bump version.
9441
9442 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gnus.el: No Gnus v0.4 is released.
9445
9446 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9449         layout.
9450
9451         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9452         unknown charset.
9453
9454         * message.el (message-header-synonyms): Add Original-To to the
9455         default.
9456
9457         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9458         optional parameter.
9459
9460 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * gnus-fun.el (gnus): Require it for gnus-directory.
9463
9464 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9467
9468 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9469
9470         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9471
9472 2006-04-05  Simon Josefsson  <jas@extundo.com>
9473
9474         * password.el (password-reset): New function.
9475
9476 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9477
9478         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9479         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9480
9481 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9482
9483         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9484         Some whitespace was matched into the url, which broke browsing hits
9485         > 100 when mm-url-use-external was nil.
9486
9487 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9490         gnus-extra-headers for 'Newsgroups.
9491
9492         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9493         bound.
9494
9495 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9496
9497         * pgg-gpg.el: Clean up process buffers every time gpg processes
9498         complete.
9499
9500 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9503         doc string.
9504
9505 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9506
9507         * pgg-gpg.el (pgg-gpg-process-filter)
9508         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9509
9510         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9511         lines, temporary fix.
9512
9513 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9516
9517 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9518
9519         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9520         default-enable-multibyte-characters.  This reverts the change from
9521         revision 6.17 which is no longer necessary because the passphrase
9522         is sent separately now.  GnuPG messages are unreadable under
9523         multibyte locales with default-enable-multibyte-characters set to
9524         nil.
9525
9526 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * message.el (message-tool-bar-gnome): Move "spell".
9529
9530 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9533         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9534         instead.
9535
9536 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9537
9538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9539         newsgroups handling for NNTP overviews which don't include
9540         Newsgroups.
9541
9542 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9543
9544         * message.el (message-resend): Bind message-generate-hashcash to nil.
9545
9546 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9547
9548         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9549         when searching for already-paid recipients.
9550
9551 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9552
9553         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9554         passphrases when it is not needed.
9555         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9556         passphrase stuff from gpg, should only be necessary when you use
9557         gpg with a smartcard.
9558
9559 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9560
9561         * mml.el (mml-insert-mime): Ignore cached contents of
9562         message/external-body part.
9563
9564         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9565         (mm-insert-part): Ditto.
9566
9567 2006-03-23  Simon Josefsson  <jas@extundo.com>
9568
9569         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9570         Reiner.
9571         (pgg-gpg-use-agent-p): Use it again.
9572
9573 2006-03-23  Simon Josefsson  <jas@extundo.com>
9574
9575         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9576         older emacsen.
9577         (pgg-gpg-use-agent-p): Don't use it.
9578
9579 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9582         if we can.
9583
9584 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9585
9586         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9587         (pgg-gpg-update-agent): New function.
9588         (pgg-gpg-use-agent-p): New function.
9589         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9590         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9591         (pgg-gpg-sign-region): Use it.
9592
9593 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9596         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9597
9598 2006-03-21  Simon Josefsson  <jas@extundo.com>
9599
9600         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9601         <wilde@sha-bang.de>.
9602         (pgg-gpg-use-agent): New variable.
9603         (pgg-gpg-process-region): Use it.
9604         (pgg-gpg-encrypt-region): Likewise.
9605         (pgg-gpg-encrypt-symmetric-region): Likewise.
9606         (pgg-gpg-decrypt-region): Likewise.
9607         (pgg-gpg-sign-region): Likewise.
9608         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9609
9610 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9613
9614         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9615         Add comment on version.
9616
9617 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * smiley.el: Add missing test smiley.
9620
9621 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * mm-decode.el (mm-with-part): New macro.
9624         (mm-get-part): Use it; work with message/external-body as well.
9625         (mm-save-part): Treat name and filename equally.
9626
9627         * mm-extern.el (mm-extern-cache-contents): New function.
9628         (mm-inline-external-body): Use it; force the part to be displayed;
9629         move undisplayer added to the cached handle to the parent.
9630
9631         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9632         (gnus-mime-view-part-as-type): Work with message/external-body.
9633
9634         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9635
9636 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9639         images in image-load-path.  [Sync with image.el, revision 1.60, in
9640         Emacs.]
9641
9642 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9645         path rather than symbol.  Always return list of directories.
9646         Guarantee that image directory comes first.  [Sync with image.el,
9647         revision 1.59, in Emacs.]
9648
9649         * message.el (message-make-tool-bar): Adjust to new API of
9650         `gmm-image-load-path-for-library'.
9651
9652         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9653
9654         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9655
9656 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9657
9658         * gnus-art.el (gnus-article-only-boring-p):
9659         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9660         intangible text.
9661         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9662
9663 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9666         `defun' instead of `gmm-defun-compat'.
9667
9668 2006-03-14  Simon Josefsson  <jas@extundo.com>
9669
9670         * message.el (message-unique-id): Don't use message-number-base36
9671         if (user-uid) is a float.
9672         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9673
9674 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9677
9678         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9679         empty line between a part and a message part.
9680
9681 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * smiley.el: Add more test smileys.
9684         (smiley-data-directory, smiley-regexp-alist)
9685         (gnus-smiley-file-types): Fix doc strings.
9686         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9687         adding new elements.
9688         (smiley-mouse-map): Unused code.  Make it a comment.
9689
9690 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9693         scan latest NoCeM messages instead of old ones.
9694         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9695         delimiters that are recently used.
9696         (gnus-nocem-load-cache): Add autoload cookie.
9697
9698         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9699
9700         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9701         level which is larger than gnus-use-nocem is specified.
9702
9703         * gnus-group.el (gnus-group-get-new-news): Ditto.
9704
9705 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9706
9707         * gnus-util.el (gnus-tool-bar-update): New function.
9708
9709         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9710         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9711
9712         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9713
9714         * gnus-group.el (gnus-group-redraw-when-idle)
9715         (gnus-group-redraw-check): Remove.
9716         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9717
9718 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9721         if optional last element is specified in splits (FIELD VALUE...).
9722
9723 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9726         to gmm-image-load-path-for-library.  Call with no-error argument.
9727         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9728
9729         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9730
9731         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9732
9733         * gmm-utils.el (gmm-image-load-path): Remove alias.
9734
9735 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gmm-utils.el (gmm-image-load-path): Add alias.
9738
9739         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9740         nnml-generate-nov-databases-1.
9741         (nnml-generate-nov-databases): Use it.
9742         (nnml-generate-nov-databases-directory): Document no-active
9743         argument.
9744
9745         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9746         directory if path is t.  Add no-error.
9747
9748         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9749         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9750
9751         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9752         resetting gnus-article-browse-html-temp-list.
9753
9754         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9755         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9756         Add example to docstring.  Rename local variables.  Move error
9757         checks to default case in cond and simplify.
9758
9759 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9762         handle is multipart when calling it recursively.
9763         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9764
9765 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9766
9767         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9768         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9769
9770 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9773         is loaded.
9774
9775         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9776         loaded.
9777
9778 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9781         to "Emacs 23 (unicode)" in doc string.
9782
9783         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9784         "Emacs 23 (unicode)" in comment.
9785
9786 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9789
9790         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9791         characters 160 through 255 in Emacs 23.
9792
9793 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9796         gnus-article-browse-html-temp.
9797         (gnus-article-browse-delete-temp): Make it customizable.  Add
9798         `file'.  Adjust doc string.
9799         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9800         query for each file.  Adjust doc string.
9801         (gnus-article-browse-html-parts): Add
9802         `gnus-article-browse-delete-temp-files' to
9803         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9804
9805 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9806
9807         * gnus-art.el (gnus-article-browse-html-temp)
9808         (gnus-article-browse-delete-temp): New variables.
9809         (gnus-article-browse-delete-temp-files): New function.
9810         (gnus-article-browse-html-parts): Use it.
9811
9812 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9815
9816         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9817         string.
9818
9819         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9820         gnus-summary-insert-new-articles when unplugged.  Remove
9821         gnus-summary-search-article-forward.
9822
9823         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9824         display-visual-class instead of display-color-cells.
9825
9826 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * dgnushack.el: Autoload customize-group for XEmacs.
9829
9830         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9831         message/* containing non-ASCII text properly.
9832
9833 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * message.el: Require gmm-utils, remove autoloads.
9836         (message-tool-bar): Set default based on
9837         gmm-tool-bar-style.
9838         (message-tool-bar-gnome): Add gmm-customize-mode.
9839
9840         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9841         gmm-tool-bar-style.
9842         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9843
9844         * gnus-group.el (gnus-group-tool-bar): Set default based on
9845         gmm-tool-bar-style.
9846         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9847
9848         * gmm-utils.el (gmm-image-directory): Rename variable from
9849         gmm-image-load-path.
9850         (gmm-image-load-path): Use gmm-image-directory.
9851         (gmm-customize-mode): New function.
9852         (gmm-tool-bar-style): New variable.
9853
9854         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9855         gnus-group-redraw-line-number.
9856         (gnus-group-redraw-check): Simplify.
9857         (gnus-group-tool-bar-update): Remove redraw check.
9858         (gnus-group-make-tool-bar): Add redraw check.
9859
9860 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9861
9862         * gnus-art.el (gnus-button): Add missing parentheses.
9863
9864 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * lpath.el: Fbind line-number-at-pos.
9867
9868 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9871
9872 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gnus-art.el (gnus-button): New face.
9875         (gnus-article-button-face): Use it.
9876
9877         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9878         gnus-summary-next-page.  Re-order.
9879
9880         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9881         next-node are now included.
9882         (gnus-group-redraw-line-number): New internal variable.
9883         (gnus-group-redraw-check): Helper function for updating the tool
9884         bar.
9885         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9886
9887         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9888
9889         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9890         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9891         Use it to match format of Spamassassin 3.0 and later.  Reported by
9892         IRIE Tetsuya <irie@t.email.ne.jp>.
9893         (spam-check-bogofilter)
9894         (spam-bogofilter-register-with-bogofilter): Fix args of
9895         `gnus-error' calls.
9896
9897 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9900         unnecessary interaction when sending queued mails.  Reported by
9901         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9902
9903 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9904
9905         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9906         first or last are nil.
9907
9908 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9909
9910         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9911
9912 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913
9914         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9915
9916 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * dns.el (query-dns): Protect more against buggy tcp output.
9919
9920 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9923         nov.php.
9924
9925 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9926
9927         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9928         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9929         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9930         output on the server side.
9931         (nnweb-google-create-mapping): Update regexps and add some
9932         progress indication.
9933
9934 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9937         gnus-agent-toggle-plugged.  Re-order icons.
9938         (gnus-group-tool-bar-gnome): Add
9939         gnus-group-{prev,next}-unread-group.
9940         (gnus-group-tool-bar-gnome): Re-order icons.
9941
9942         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9943         gnus-summary-insert-new-articles.
9944
9945         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9946         comments.
9947
9948         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9949         also available in Emacs 21.3.
9950
9951         * message.el (message-fix-before-sending): Change "Emacs 22" to
9952         "Emacs 23 (unicode)" in comment.
9953
9954         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9955         "Emacs 23 (unicode)" in comment.
9956
9957         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9958         comment.
9959         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9960
9961         * mm-view.el (mm-fill-flowed): Add :version.
9962
9963 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9966         and load-path.
9967
9968 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * message.el: Autoload gmm-image-load-path.
9971         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9972         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9973         consitency.
9974
9975         * gmm-utils.el (gmm-image-load-path): Also search in
9976         "../etc/images".  Don't set gmm-image-load-path if we don't find
9977         the image.
9978
9979 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gmm-utils.el (gmm-image-load-path): Don't make
9982         `gmm-image-load-path' include subdirectories which the second arg
9983         `image' might specify.
9984
9985         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9986         subdirectory to icon file names.
9987
9988         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9989
9990 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9993         gmm-image-load-path calls.
9994
9995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9996
9997         * message.el (message-make-tool-bar): Ditto.
9998
9999         * mml.el (mml-preview): Added comment concerning tool bar icons.
10000
10001         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10002         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10003
10004         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10005         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10006
10007         * message.el (message-tool-bar-gnome): Use new icon names.
10008         (message-make-tool-bar): Use `gmm-image-load-path'.
10009
10010         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10011         functions from MH-E.
10012         (gmm-image-load-path): New variable from MH-E.
10013         (gmm-image-load-path): New function from MH-E.  Added arguments
10014         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10015         *-image-load-path-called-flag.
10016
10017 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10018
10019         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10020
10021 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10022
10023         * nnimap.el (nnimap-request-move-article): Change folder back to
10024         source group before deleting.
10025
10026 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10029
10030         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10031         mm-url.
10032
10033         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10034
10035 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10038         coding system which mm-charset-to-coding-system returns for a
10039         given charset is valid.
10040
10041 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10042
10043         * html2text.el (html2text-remove-tag-list):
10044         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10045
10046 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10047
10048         * gnus-cus.el: Revert 2005-10-17 change.
10049
10050 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-art.el (article-strip-banner): Call
10053         article-really-strip-banner only when the regexp match is made.
10054
10055 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-art.el (article-strip-banner): Use
10058         gnus-extract-address-components instead of
10059         mail-header-parse-addresses to make it work with non-ASCII text;
10060         remove mail-encode-encoded-word-string.
10061
10062         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10063         values which are surrounded with \"...\"; make it never cause a
10064         Lisp error; give up parsing of parameters if it failed in
10065         extracting type.
10066
10067 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10068
10069         * smime.el (smime-cert-by-ldap-1): Fix bug where
10070         `smime-ldap-search' returns results without userCertificates.
10071
10072 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10075
10076 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * spam.el (spam-check-spamassassin-headers): Adapt format for
10079         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10080         <ari@mbf.ocn.ne.jp>.
10081         (spam-list-of-processors): Add spam-use-gmane.
10082
10083 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10086         make-temp-file; make it work with XEmacs as well.
10087
10088         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10089         mm-make-temp-file.
10090
10091         * mm-decode.el (mm-display-external): Use the 3rd arg of
10092         mm-make-temp-file.
10093         (mm-create-image-xemacs): Ditto.
10094
10095 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10098         with message-narrow-to-headers.
10099         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10100         (gnus-draft-check-draft-articles): New function.
10101         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10102
10103 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-art.el (gnus-article-browse-html-parts):
10106         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10107         Don't use suffix argument for mm-make-temp-file for Emacs 21
10108         compatibility.  Remove useless `format'.
10109
10110 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10111
10112         * nnweb.el (nnweb-google-wash-article): Update regexps.
10113         (nnweb-group-alist): Use defvoo instead of defvar.
10114
10115 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10118         re-loading nn* modules.
10119
10120 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10121
10122         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10123         for `tool-bar-mode' and don't check it's default-value.
10124
10125         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10126
10127         * message.el (message-make-tool-bar): Ditto.
10128
10129         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10130         `substring'.  Shorten tmp-file name.
10131
10132         * gnus.el: Remove bogus comment.
10133
10134 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10135
10136         * gnus-art.el (gnus-article-browse-html-parts): New function.
10137         (gnus-article-browse-html-article): New function for viewing html
10138         articles with a browser.
10139
10140 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10141
10142         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10143         in elisp.
10144         (pgg-gpg-encrypt-symmetric-region): Ditto.
10145         (pgg-gpg-sign-region): Ditto.
10146
10147         * pgg-def.el (pgg-text-mode): New variable.
10148
10149         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10150         (mml2015-pgg-encrypt): Ditto.
10151
10152         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10153         (mml1991-pgg-encrypt): Ditto.
10154
10155 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10158         message-make-date instead of current-time-string.
10159
10160         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10161         to gnus-decoded which mm-uu might set.
10162
10163 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10166         don't decode quoted parameters; remove misimported Emacs code.
10167         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10168         (rfc2231-decode-encoded-string): Don't use split-string which
10169         behaves differently according to Emacs version; use
10170         mm-decode-coding-region to convert charset to coding-system.
10171         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10172         (rfc2231-encode-string): Remove misimported Emacs code.
10173
10174 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10177         when calling mail-header-parse-content-type.
10178         (article-de-quoted-unreadable): Ditto.
10179         (article-de-base64-unreadable): Ditto.
10180         (article-wash-html): Ditto.
10181
10182         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10183         calling mail-header-parse-content-type and
10184         mail-header-parse-content-disposition.
10185         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10186         mail-header-parse-content-type.
10187
10188         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10189         insert charset and format parameters; encode description after
10190         inserting it to buffer.
10191         (mml-insert-parameter): Fold lines properly even if a parameter is
10192         segmented into two or more lines; change the max column to 76.
10193
10194         * rfc1843.el (rfc1843-decode-article-body): Don't use
10195         ignore-errors when calling mail-header-parse-content-type.
10196
10197         * rfc2231.el (rfc2231-parse-string): Return at least type if
10198         possible; don't cause an error even if it fails in parsing of
10199         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10200         (rfc2231-encode-string): Don't break lines at the beginning, leave
10201         it to mml-insert-parameter.
10202
10203         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10204         calling mail-header-parse-content-type.
10205
10206 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * spam-report.el (spam-report-gmane-use-article-number):
10209         Improve doc string.
10210         (spam-report-gmane-internal): Check if a suitable header was found
10211         in the article.
10212
10213 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10216         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10217
10218 2006-02-05  Romain Francoise  <romain@orebokech.com>
10219
10220         Update copyright notices of all files in the gnus directory.
10221
10222 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10223
10224         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10225
10226 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10229         segmented lines of parameter value to cope with Thunderbird 1.5
10230         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10231         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10232         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10233
10234 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10235
10236         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10237         parts.
10238
10239 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10240
10241         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10242         there's only one active file for all servers.
10243         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10244         solid groups.  Gnus might have used a FAST request to select the group.
10245         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10246         and nnweb-search redundantly in the active file.
10247         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10248         (nnweb-request-create-group): Don't use ARGS.
10249         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10250         initialisations.  Let nnoo do the work.
10251
10252 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10255         Say the part has been decoded.
10256
10257         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10258
10259 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10260
10261         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10262         mailcap-viewer-test-cache when there's no 'test clause, since that
10263         will invert the meaning of a "nil" test previously determined by
10264         mailcap-mailcap-entry-passes-test.
10265
10266 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10269         compiling.
10270
10271         * gnus-sum.el: Ditto.
10272
10273         * message.el: Don't bind tool-bar-map when compiling.
10274
10275 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10278
10279 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10280
10281         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10282         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10283         current Google Groups.
10284
10285 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10288         and tool-bar-mode.
10289
10290         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10291         and tool-bar-mode.
10292
10293         * message.el (message-tool-bar-update): Simplify.
10294         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10295
10296         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10297         gnus-summary-buffer.
10298         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10299         gnus-summary-reply.
10300
10301         * gmm-utils.el (gmm): Add :version.
10302
10303 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * Makefile.in (clean): New rule.
10306         (distclean): Use it.
10307
10308 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10309
10310         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10311         autoload.
10312
10313 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gmm-utils.el (gmm-verbose): Add :group.
10316
10317 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * message.el: Change some comments WRT tool-bars.
10320
10321         * gnus-sum.el (gnus-summary-tool-bar)
10322         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10323         (gnus-summary-tool-bar-zap-list): New variables.
10324         (gnus-summary-make-tool-bar): Complete rewrite using
10325         `gmm-tool-bar-from-list'.
10326
10327         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10328         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10329         variables.
10330         (gnus-group-make-tool-bar): Complete rewrite using
10331         `gmm-tool-bar-from-list'.
10332         (gnus-group-tool-bar-update): New function.
10333
10334         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10335
10336 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10339         is dissected into a single part of which the type is the same as
10340         the given one; decode charset.
10341
10342 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10343
10344         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10345         into alists as symbol not string, since that's what
10346         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10347         look for.
10348
10349 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10352         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10353
10354         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10355
10356 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10359         (gnus-xmas-mime-security-button-menu): New function.
10360
10361         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10362         (gnus-mime-security-button-menu): New definition.
10363         (gnus-mime-security-button-map): Use them.
10364         (gnus-mime-security-button-menu): New function.
10365         (gnus-insert-mime-security-button): Addition to help echo.
10366         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10367         (gnus-mime-security-pipe-part): New functions.
10368
10369         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10370         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10371
10372         * mm-decode.el (mm-handle-set-disposition): Remove.
10373         (mm-handle-set-description): Remove.
10374
10375 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10378         (mm-w3m-standalone-supports-m17n-p): New function.
10379         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10380         w3m usage.
10381
10382         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10383         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10384
10385 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * message.el (message-tool-bar-zap-list): Use
10388         gmm-tool-bar-zap-list as custom type.
10389         (message-tool-bar-update): New function.
10390         (message-tool-bar, message-tool-bar-gnome)
10391         (message-tool-bar-retro): Add message-tool-bar-update.
10392         (message-tool-bar-gnome): Add flyspell-buffer.
10393
10394         * gnus-util.el (gnus-error): Describe `args'.
10395
10396         * gmm-utils.el (gmm-error): Describe `args'.
10397         (gmm-tool-bar-zap-list): New widget.
10398         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10399
10400 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10403         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10404         the number of recursive calls.
10405
10406         * mm-decode.el (mm-handle-set-disposition): New macro.
10407         (mm-handle-set-description): New macro.
10408
10409 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10412         encoding.
10413
10414 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * message.el (message-tool-bar-zap-list, message-tool-bar)
10417         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10418         (message-tool-bar-local-item-from-menu): Remove.
10419         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10420         (message-make-tool-bar): New function.
10421         (message-mode): Use `message-make-tool-bar'.
10422
10423         * gmm-utils.el: New file.
10424         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10425         (gmm-lazy): New widget copied from `nnmail.el'.
10426         (gmm-tool-bar-from-list): New function for creating customizable
10427         tool bars.
10428         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10429         output.
10430         (gmm): Add :prefix to defgroup.
10431
10432 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10433
10434         * gmm-utils.el (gmm-widget-p): New function.
10435
10436 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * mml.el (mml-attach-file): Describe `description' in doc string.
10439         (mml-menu): Add Emacs MIME manual and PGG manual.
10440
10441 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10442
10443         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10444
10445 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10446
10447         * nntp.el (nntp-end-of-line): Doc fix.
10448
10449 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10450
10451         * imap.el (imap-open): Handle case where buffer is a buffer
10452         object.
10453
10454 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10455
10456         * gnus-delay.el (gnus-delay): Don't autoload.
10457         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10458         to be re-loaded when customizing the `gnus-delay' group.
10459
10460 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10461
10462         * message.el (message-insert-citation-line): Use newlines.
10463
10464 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10465
10466         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10467         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10468         these routines, so the passphrase can be managed externally and
10469         passed in to the system.
10470         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10471         pgg-add-passphrase-to-cache function.
10472
10473         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10474         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10475         these routines, so the passphrase can be managed externally and
10476         passed in to the system.
10477         (pgg-pgp5-sign-region): Use new name of
10478         pgg-add-passphrase-to-cache function.
10479
10480 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10481
10482         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10483         part of the decoded armor to find the key-identifier.
10484         (pgg-gpg-lookup-key-owner): New function to return the
10485         human-readable identifier of a key owner.
10486         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10487         itself.
10488         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10489         the key value) if we have a key and can match it against a secret
10490         key.  Also, added a note pointing out fact that the prompt only
10491         indicates the first matching key.
10492
10493         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10494         pgg-decrypt-region.
10495         (pgg-add-passphrase-to-cache): Rename from
10496         `pgg-add-passphrase-cache' to reduce confusion (all callers
10497         changed).
10498         (pgg-remove-passphrase-from-cache): Rename from
10499         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10500         changed).
10501         (pgg-read-passphrase, pgg-add-passphrase-cache)
10502         (pgg-remove-passphrase-cache): Add informative docstrings.
10503         (pgg-decrypt): Convey provided passphrase in subordinate call to
10504         pgg-decrypt-region.
10505
10506 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10507
10508         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10509         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10510         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10511         'passphrase' argument, so the passphrase can be managed externally
10512         and then passed in to the system.
10513
10514         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10515         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10516         so the passphrase cache can be used reliably with identifiers
10517         besides a pgp packet's key id.
10518
10519         * pgg-gpg.el (pgg-gpg-encrypt-region)
10520         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10521         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10522         these routines, so the passphrase can be managed externally and
10523         passed in to the system.
10524
10525         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10526         'notruncate' argument, so the passphrase cache can be used
10527         reliably with identifiers besides a pgp packet's key id.
10528
10529 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10530
10531         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10532         symmetric encryption.
10533         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10534         encrypted session key.
10535         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10536         message ask for the passphrase in a proper way.
10537
10538         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10539         New user commands for symmetric encryption.
10540
10541 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10544
10545         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10546
10547 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10548
10549         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10550
10551 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * mm-decode.el (mm-inlined-types): Add application/pgp.
10554         (mm-automatic-display): Ditto.
10555
10556         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10557         part as text.
10558
10559 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * nnrss.el: Update copyright.
10562         (nnrss-opml-import): Query whether to subscribe to each entry.
10563
10564         * gnus-art.el:
10565         * gnus-sum.el:
10566         * gnus-xmas.el:
10567         * messagexmas.el:
10568         * mm-uu.el:
10569         * mm-view.el: Update copyright.
10570
10571 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10572
10573         * message.el (message-info): New function.
10574         (message-mode-menu): Add it.
10575         Update copyright.
10576
10577         * ChangeLog: Fix and update copyright.
10578
10579 2006-01-13  Romain Francoise  <romain@orebokech.com>
10580
10581         * message.el (message-forward-subject-name-subject): Prefer the
10582         address to 'nowhere' if the sender has no name.
10583         Fix typo.  Update copyright year.
10584
10585 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-art.el (article-wash-html): Use
10588         gnus-summary-show-article-charset-alist if a numeric arg is given.
10589         (gnus-article-wash-html-with-w3m-standalone): New function.
10590
10591         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10592         mm-inline-text-html-render-with-w3m-standalone.
10593         (mm-text-html-washer-alist): Map w3m-standalone to
10594         gnus-article-wash-html-with-w3m-standalone.
10595         (mm-inline-text-html-render-with-w3m-standalone): New function.
10596
10597 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10600         Improve LaTeX.
10601
10602 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10605         (nnrss-request-article): Render text/plain parts as HTML.
10606
10607         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10608         the buffer.
10609
10610 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10613         custom definition of `gnus-posting-styles'.
10614
10615         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10616         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10617
10618 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10621         Use nntp for bug archive.
10622
10623 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10626         parts.
10627         (nnrss-normalize-date): New function converts ISO 8601 date into
10628         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10629         (nnrss-check-group): Use it.
10630
10631 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10634
10635         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10636         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10637         (nnrss-insert-w3): Ditto.
10638
10639 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10642         the articles to be forwarded including the case where neither a
10643         number of articles nor a region is specified.
10644
10645 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * nnrss.el (nnrss-request-article): Fix last change; fill
10648         text/plain parts.
10649
10650 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10653         in text/plain part.
10654         (nnrss-check-group): Don't add excessive newline to dc:subject.
10655
10656 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10657
10658         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10659         article.
10660
10661 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10664         (nnml-use-compressed-files, nnml-save-mail): Support other
10665         comression programs such as bzip2.
10666
10667 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * dns.el (query-dns): Make sure we check the buffer size before
10670         removing tcp headers.
10671
10672 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10675         remove MIME buttons associated with multipart/alternative parts.
10676         (gnus-mime-display-alternative): Tag buttons using `article-type'
10677         text property.
10678
10679         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10680         associated with multipart/alternative parts.
10681
10682         * gnus-art.el (gnus-signature-separator): Fix custom type.
10683
10684         * mm-decode.el (mm-inlined-types): Fix custom type.
10685         (mm-keep-viewer-alive-types): Ditto.
10686         (mm-automatic-display): Ditto.
10687         (mm-attachment-override-types): Ditto.
10688         (mm-inline-override-types): Ditto.
10689         (mm-automatic-external-display): Ditto.
10690
10691 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * spam-report.el (spam-report-user-mail-address)
10694         (spam-report-user-agent): New variables.
10695         (spam-report-url-ping-plain): Use spam-report-user-agent.
10696
10697 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10698
10699         * gnus-art.el (gnus-button-handle-custom): Do not just use
10700         `customize-apropos' for any "M-x customize-*" button but the
10701         function called for.  Accept both the function name and its
10702         argument in order to achieve this.
10703         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10704         function name to `gnus-button-handle-custom' in case of "M-x
10705         customize-*" buttons.
10706
10707 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10710         multipart/alternative and add xref to mm-discouraged-alternatives
10711         in doc string.
10712
10713         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10714         gnus-buttonized-mime-types in doc string.
10715
10716 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10719         Suggest image/.* in the doc string.
10720
10721 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10724         message-marks (Debian bug #342521).
10725
10726 2005-12-12  Simon Josefsson  <jas@extundo.com>
10727
10728         * password.el (password-read-from-cache): Add.
10729         (password-read): Use it.
10730
10731 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10734         us-ascii as a MIME charset.
10735
10736         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10737         against the case where the 2nd arg TYPE is nil.
10738
10739 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10740
10741         * pop3.el (pop3-stream-type): Fix custom version.
10742
10743         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10744
10745 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10746
10747         * mm-decode.el (mm-display-external): Add missing cdr.
10748
10749 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10752         RFC1524) if it is in mailcap or add a suffix according to
10753         mailcap-mime-extensions when generating a temp filename; postpone
10754         deleting a temp file for 2 seconds for some wrappers, shell
10755         scripts, and so on, which might exit right after having started a
10756         viewer command as a background job.
10757
10758 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * nntp.el (nntp-marks-directory): Fix custom group.
10761
10762         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10763         steps when < 10.
10764
10765         * gnus-start.el (gnus-no-server-1): Mention
10766         `gnus-level-default-subscribed' in doc string.
10767
10768 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10769
10770         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10771         parens.
10772
10773 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-xmas.el (gnus-use-toolbar): Revert.
10776         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10777         gnus-use-toolbar is default.
10778
10779         * messagexmas.el (message-use-toolbar): Revert.
10780         (message-setup-toolbar): Use global default-toolbar if
10781         message-use-toolbar is default.
10782
10783 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10786         according to default-toolbar-visible-p.
10787
10788         * messagexmas.el (message-use-toolbar): Ditto.
10789
10790 2005-11-26  Dave Love  <fx@gnu.org>
10791
10792         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10793         (tls-program, tls-success): Provide openssl alternative.
10794
10795         * starttls.el: Doc fixes.
10796         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10797         SERVICE to PORT.
10798
10799         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10800         port null or service name.
10801         (starttls-negotiate): Autoload.
10802
10803 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * message.el (message-kill-to-signature): Fix interactive spec.
10806
10807 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * pop3.el (pop3-open-server): Recognize a string as a service name.
10810
10811 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10812
10813         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10814
10815 2005-11-23  Dave Love  <fx@gnu.org>
10816
10817         Add pop3s, pop3/starttls.
10818
10819         * pop3.el (pop3-authentication-scheme): Clarify doc.
10820         (open-tls-stream, starttls-open-stream): Autoload.
10821         (pop3-stream-type): New.
10822         (pop3-open-server): Use it.
10823
10824         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10825         for POP.
10826         (mail-source-keyword-map): Add :stream for POP.
10827         (mail-source-fetch-pop): Use pop3-stream-type.
10828
10829 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10832         of current-time-string.
10833
10834 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10835
10836         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10837         date header.
10838
10839 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10840
10841         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10842         it can seriously impact performance as it bypasses the agent's
10843         local caches.
10844
10845 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10846
10847         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10848         must be explicitly online rather than "not explicitly offline" for
10849         its flags to be synchronized.
10850
10851         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10852         that gnus-uu-unmark-thread will function correctly.
10853
10854         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10855         1024K is instead displayed as 1M.
10856
10857 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10858
10859         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10860
10861 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10862
10863         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10864
10865 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10866
10867         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10868         error message to display actual error condition.
10869         (gnus-agent-save-local): Avoid saving symbols that are bound to
10870         nil as they simply result in a warning message in
10871         gnus-agent-read-local.
10872
10873 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10876         rather than make-variable-buffer-local for file-precious-flag.
10877
10878 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10879
10880         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10881         for duplicates which are removed.  The invalid sort check then
10882         triggers a rescan after the sort as sorting may have moved
10883         duplicate entries such that they can be cheaply detected.
10884
10885 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10888
10889 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10890
10891         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10892         internal variable to a custom variable.  Changed default value
10893         from compressed(2) to uncompressed(1).
10894         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10895         support for uncompressed agentview files.  Taken together, reading
10896         the agentview file should now be 6-7 times faster.
10897
10898 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10899
10900         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10901         as a buffer-local variable.  This avoids creating truncated
10902         dribble files as a result of a hang up, eg.
10903
10904 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10905
10906         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10907         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10908         XEmacs.
10909
10910 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-start.el (gnus-start-draft-setup): Enforce
10913         `gnus-draft-mode' for nndraft:drafts at startup.
10914
10915         * gnus.el (gnus-splash): Change custom group.
10916         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10917         allow-list argument.
10918
10919         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10920         string.
10921
10922 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * gnus-art.el (gnus-default-article-saver): Add user-defined
10925         `function' to custom type.
10926
10927 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10928
10929         * imap.el (imap-open): Handle case where buffer is a buffer
10930         object.
10931
10932 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10935         long lines.
10936         (gnus-cache-delete-group): Wrap doc strings.
10937
10938         * gnus-agent.el (gnus-agent-rename-group)
10939         (gnus-agent-delete-group): Wrap doc strings.
10940
10941 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * messagexmas.el (message-use-toolbar): Change the valid values
10944         into default, top, bottom, left, and right.
10945         (message-toolbar-thickness): New variable.
10946         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10947         well.
10948         (message-setup-toolbar): Make it work.
10949
10950         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10951         (gnus-use-toolbar): Change the valid values into default, top,
10952         bottom, left, and right.
10953         (gnus-toolbar-thickness): New variable.
10954         (gnus-xmas-setup-toolbar): New function.
10955         (gnus-xmas-setup-group-toolbar): Use it.
10956         (gnus-xmas-setup-summary-toolbar): Use it.
10957
10958 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * gnus-start.el (gnus-1): Add "native" to
10961         gnus-predefined-server-alist.
10962
10963         * gnus.el (gnus-method-to-server): Don't add "native" to the
10964         lists here, because that leads to problems when
10965         gnus-select-method is bound.
10966
10967 2005-11-09  Simon Josefsson  <jas@extundo.com>
10968
10969         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10970         use (not sort-by-date) instead.
10971
10972 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10973
10974         * gnus-delay.el (gnus-delay-group): Don't autoload.
10975         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10976         to be re-loaded when customizing the `gnus-delay' group.
10977
10978 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10979
10980         * message.el: Revert last changes.
10981         (message-insert-citation-line): Use newlines.
10982
10983 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10984
10985         * message.el (message-courtesy-message)
10986         (message-mark-insert-begin, message-mark-insert-end)
10987         (message-elide-ellipsis, message-cancel-message)
10988         (message-add-header, message-change-subject)
10989         (message-cross-post-followup-to-header)
10990         (message-cross-post-insert-note, message-reduce-to-to-cc)
10991         (message-widen-reply, message-delete-not-region)
10992         (message-kill-to-signature, message-insert-signature)
10993         (message-insert-importance-high, message-insert-importance-low)
10994         (message-insert-or-toggle-importance)
10995         (message-insert-disposition-notification-to)
10996         (message-indent-citation, message-yank-original)
10997         (message-cite-original-without-signature, message-cite-original)
10998         (message-insert-citation-line, message-position-on-field)
10999         (message-fix-before-sending, message-send-mail-partially)
11000         (message-send-mail, message-send-mail-with-sendmail)
11001         (message-send-mail-with-qmail, message-send-news)
11002         (message-check-news-header-syntax, message-generate-headers)
11003         (message-insert-courtesy-copy, message-fill-address)
11004         (message-fill-header, message-shorten-references)
11005         (message-setup-1, message-cancel-news)
11006         (message-forward-make-body-plain, message-forward-make-body-mime)
11007         (message-forward-make-body-mml, message-encode-message-body)
11008         (message-forward-make-body-digest-plain)
11009         (message-forward-make-body-digest-mime)
11010         (message-use-alternative-email-as-from): Insert `hard-newline'
11011         instead of ordinary newlines.
11012
11013 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * message.el (message-generate-headers): Downcase the argument
11016         given to message-check-element.
11017
11018 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11019
11020         * nntp.el (nntp-authinfo-rejected): New error condition.
11021         (nntp-wait-for): Use new error condition to signal authentication
11022         error.
11023         (nntp-retrieve-data): Rethrow new error condition to break out of
11024         recursive call to nntp-send-authinfo.
11025
11026 2005-11-08  Romain Francoise  <romain@orebokech.com>
11027
11028         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11029         (gnus-summary-exit-map): Bind to `Z p'.
11030         (gnus-summary-make-menu-bar): Add menu item.
11031
11032 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11035         (gnus-treat-*): Add `first' in all doc strings.
11036
11037         * gnus-group.el (gnus-group-compact-group): Fix typo.
11038
11039 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus.el (gnus-parameters-case-fold-search): New variable.
11042         (gnus-parameters-get-parameter): Use it.
11043
11044         * gnus-score.el (gnus-home-score-file): Doc fix.
11045
11046 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11047
11048         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11049
11050 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-util.el (mm-special-display-p): New function.
11053
11054         * mml.el (mml-preview): Use it; doc fix.
11055
11056 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11057
11058         * imap.el (imap-open): Handle case where buffer is a buffer object.
11059
11060 2005-10-29  Romain Francoise  <romain@orebokech.com>
11061
11062         * message.el (message-fix-before-sending): Fix comment.
11063
11064 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11065
11066         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11067
11068 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11069
11070         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11071         Used in gnus-score.el.
11072
11073 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11076
11077 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11080         whitespace removed in revision 7.8.  Use concatenated string to
11081         protect trailing whitespace.
11082
11083 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11084
11085         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11086         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11087         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11088         Courier IMAP ("some version from 2004").  Mostly based on similar
11089         code in the same function.
11090
11091 2005-10-26  Didier Verna  <didier@xemacs.org>
11092
11093         * gnus-group.el (gnus-group-compact-group): Invalidate original
11094         article buffer.
11095         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11096         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11097         NOV database and in article itself.
11098         Invalidate article backlog.
11099
11100 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11103
11104 2005-10-26  Simon Josefsson  <jas@extundo.com>
11105
11106         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11107         part of 2004-07-25 change.
11108
11109 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * message.el (message-display-completion-list): New function.
11112         (message-expand-group): Use it; make sure the Completions buffer
11113         is modifiable.
11114 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11115
11116         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11117         user-mail-name is an empty string.
11118
11119 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11122         depending on gnus-score-decay-constant.
11123
11124         * encrypt.el (encrypt-insert-file-contents)
11125         (encrypt-write-file-contents): Don't use `gnus-message'.
11126
11127         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11128         arguments.
11129         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11130         arguments to mm-uu-verbatim-marks-extract.
11131         (mm-uu-hide-markers): New variable.
11132         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11133
11134         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11135         (gnus-convert-image-to-face-command): Use "convert" by default to
11136         allow other input image formats.
11137         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11138         accordingly.
11139
11140 2005-10-23  Simon Josefsson  <jas@extundo.com>
11141
11142         * imap.el (imap-gssapi-program): Align command line parameters
11143         with latest GNU SASL.
11144         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11145
11146 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11147
11148         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11149         HTML.
11150         (nnslashdot-request-article): Ditto.
11151
11152         * lpath.el (featurep): Add nobreak-char-display.
11153
11154 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11155
11156         * mail-source.el (mail-source-fetch-pop): Require pop3.
11157         (mail-source-check-pop): Ditto.
11158
11159 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11162         errors.
11163
11164 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11165
11166         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11167         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11168
11169         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11170
11171         * mm-bodies.el (mm-decode-string): Call
11172         `mm-charset-to-coding-system' with allow-override argument.
11173
11174 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11177         (rfc2047-charset-to-coding-system): New function.
11178         (rfc2047-decode-encoded-words): New function.
11179         (rfc2047-decode-region): Use them.
11180         (rfc2047-decode-cte): Remove.
11181         (rfc2047-parse-and-decode): Remove.
11182         (rfc2047-decode): Remove.
11183
11184 2005-10-15  Kenichi Handa  <handa@m17n.org>
11185
11186         * rfc2047.el (rfc2047-decode-cte): New function.
11187         (rfc2047-decode-region): Change the way to decode successive
11188         encoded-words: decode B- or Q-encoding in each encoded-word,
11189         concatenate them, and decode it as charset.
11190
11191 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * lpath.el: Fbind codepage-setup for XEmacs.
11194
11195 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11196
11197         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11198         widget-move-and-invoke.
11199         (gnus-custom-mode): Use gnus-custom-map.
11200
11201 2005-10-15  Bill Wohler  <wohler@newt.com>
11202
11203         * message.el (message-tool-bar-map): Renamed image file from
11204         mail_send to mail/send.
11205
11206 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11207
11208         * message.el (message-expand-group): Pass the common
11209         prefix substring of completion to `display-completion-list'.
11210
11211 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * mml-sec.el (mml-secure-method): New internal variable.
11214         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11215         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11216         functions using mml-secure-method.
11217
11218         * mml.el (mml-mode-map): Add key bindings for those functions.
11219         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11220         Harder <harder@myrealbox.com>.
11221         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11222         end of message if point is the headers of the message.
11223
11224         * message.el (message-in-body-p): New function.
11225
11226         * assistant.el: Autoload gnus-util and netrc.
11227
11228         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11229         Use `mm-charset-override-alist' only when decoding.
11230
11231         * mm-bodies.el (mm-decode-body): Call
11232         `mm-charset-to-coding-system' with allow-override argument.
11233
11234         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11235         `filename' from Content-Disposition if Content-Type doesn't
11236         provide `name'.
11237         (gnus-mime-view-part-as-type): Set default instead of
11238         initial-input.
11239
11240 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11241
11242         * format-spec.el (format-spec): Propagate text properties of % spec.
11243
11244 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * gnus-art.el (gnus-treat-predicate): Add `first'.
11247
11248 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11251         (mm-charset-override-alist): New variable.
11252         (mm-charset-to-coding-system): Use it.
11253         (mm-codepage-setup): New helper function.
11254         (mm-charset-eval-alist): New variable.
11255         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11256         about unknown charsets.
11257
11258         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11259
11260 2005-10-04  David Hansen  <david.hansen@gmx.net>
11261
11262         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11263         (nnrss-check-group): Ditto.
11264
11265 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11268         Rename x-gnus-verbatim to x-verbatim.
11269         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11270
11271         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11272         x-verbatim.
11273
11274         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11275
11276         * gnus-util.el (gnus-remove-duplicates): Remove.
11277
11278         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11279         instead of gnus-remove-duplicates.
11280
11281         * message.el (message-remove-duplicates): Remove.
11282         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11283         message-remove-duplicates.
11284
11285         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11286         available, else use implementation from `delete-dups'.
11287
11288         * message.el (message-insert-expires): New function.
11289         (message-mode-map): Add key binding.
11290         (message-mode-field-menu): Add menu entry.
11291         (message-mode): Document it.
11292         (message-make-expires-date): Use `message-make-date'.
11293
11294 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11295
11296         * message.el (message-make-expires-date): New function.
11297
11298 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * Makefile.in (list-installed-shadows): New entry.
11301         (install): Use it.
11302         (remove-installed-shadows): New entry.
11303
11304         * dgnushack.el (dgnushack-default-load-path): New variable.
11305         (dgnushack-find-lisp-shadows): New function.
11306         (dgnushack-remove-lisp-shadows): New function.
11307
11308 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * Makefile.in (install-el-elc): New entry.
11311         (install): Use it so that .el files are necessarily installed.
11312
11313 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11316
11317 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11318
11319         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11320         function rather than the diff-mode.el package.
11321         (mm-display-external): Use with-current-buffer.
11322         (mm-viewer-completion-map, mm-viewer-completion-map):
11323         Move initialization inside declaration.
11324
11325 2005-09-29  Simon Josefsson  <jas@extundo.com>
11326
11327         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11328         autoload mail-check-payment.
11329         (spam-check-hashcash): Define unconditionally, since hashcash.el
11330         is part of Gnus now.  Ignore errors from payment checking.
11331
11332 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * message.el (message-bold-region, message-unbold-region): Rename
11335         from `bold-region' and `unbold-region'.
11336
11337         * message.el: Remove useless autoloads.
11338
11339 2005-09-28  Simon Josefsson  <jas@extundo.com>
11340
11341         * message.el (message-use-idna): Default to t.
11342         (message-use-idna): Test whether encoding works too.  Doc fix.
11343
11344 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * nntp.el (nntp-warn-about-losing-connection): Remove.
11347
11348 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11351         customizable.  Change default value.
11352         (mm-uu-diff-groups-regexp): Change default value.
11353         (mm-uu-type-alist): Add doc string.
11354         (mm-uu-configure): Add doc string.  Make it interactive.
11355         (mm-uu-tex-groups-regexp): New variable.
11356         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11357         (mm-uu-type-alist): Add LaTeX documents.
11358         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11359         of "text/verbatim".
11360         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11361
11362         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11363         instead of "text/verbatim".
11364
11365         * message.el (message-mark-inserted-region)
11366         (message-mark-insert-file): Use slrn style marks when called with
11367         prefix argument.
11368
11369 2005-09-27  Simon Josefsson  <jas@extundo.com>
11370
11371         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11372
11373 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11374
11375         * message.el (message-remove-duplicates): New function.
11376         Implementation borrowed from `gnus-remove-duplicates'.
11377         (message-idna-to-ascii-rhs): Also encode idna addresses in
11378         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11379         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11380         only ask about the same idna domain once per header and also tell
11381         in what header to replace the idna domain.
11382
11383         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11384         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11385         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11386         a header is decoded and not just the last one.
11387
11388 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11391         has been decoded.
11392
11393         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11394         (mm-insert-part): Don't modify text if it has been decoded.
11395
11396         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11397         decoded.
11398
11399         * mm-view.el (mm-inline-text): Don't strip text props unless
11400         decoding enriched or richtext parts.
11401
11402 2005-09-25  Romain Francoise  <romain@orebokech.com>
11403
11404         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11405         * gnus-start.el (gnus-subscribe-interactively):
11406         * gnus-uu.el (gnus-uu-grab-articles):
11407         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11408         space.
11409
11410 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11411
11412         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11413         * mm-view.el (mm-view-pkcs7-decrypt):
11414         * gnus-sum.el (gnus-summary-limit-to-extra)
11415         (gnus-summary-respool-article, gnus-read-move-group-name):
11416         * gnus-score.el (gnus-summary-increase-score):
11417         * gnus-util.el (gnus-completing-read-with-default):
11418         * gnus-art.el (gnus-read-save-file-name)
11419         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11420         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11421         * message.el (message-check-news-header-syntax):
11422         Follow convention for reading with the minibuffer.
11423
11424 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * spam-report.el (spam-report-url-ping-plain):
11427         Use gnus-extended-version as User-Agent.
11428
11429         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11430         default value is nil.
11431
11432         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11433         (mm-uu-verbatim-marks-extract): New function.
11434         (mm-uu-extract): New face.
11435         (mm-uu-copy-to-buffer): Use it.
11436
11437         * spam-report.el (spam-report-gmane-ham): Renamed from
11438         `spam-report-gmane-unspam'.
11439         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11440         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11441
11442         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11443         Autoload.
11444         (spam-report-gmane-unregister-routine): Renamed
11445         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11446
11447 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11450         (spam-report-gmane-unregister-routine): Add support for gmane
11451         unregistration.
11452
11453         * spam-report.el (spam-report-gmane-unspam)
11454         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11455         (spam-report-gmane): Change to take a single article and do unspam
11456         registration.
11457
11458 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * mm-url.el (mm-url-decode-entities): Fix regexp.
11461
11462 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11465         default to nil, to be able to use Gnus at all.  If the default
11466         switches to something else, then the function should be fixed not
11467         be exceedingly slow.
11468
11469 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11470
11471         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11472         fail hard.
11473
11474         * spam-report.el: Add better Keywords line.
11475
11476         * spam.el: Add Maintainer and better Keywords line.
11477
11478 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11479
11480         * gnus-art.el (gnus-article-replace-part)
11481         (gnus-mime-replace-part): New functions.
11482         (gnus-mime-action-alist, gnus-mime-button-commands)
11483         (gnus-mime-save-part-and-strip): Added file argument.
11484         (gnus-article-part-wrapper): Added interactive argument.
11485
11486         * gnus-sum.el (gnus-summary-mime-map): Add
11487         `gnus-article-replace-part'.
11488
11489 2005-09-19  Didier Verna  <didier@xemacs.org>
11490
11491         The nnml compaction feature:
11492         * nnml.el (nnml-request-compact-group): New function.
11493         * nnml.el (nnml-request-compact): New function.
11494         * gnus-int.el (gnus-request-compact-group): New function.
11495         * gnus-int.el (gnus-request-compact): New function.
11496         * gnus-group.el (gnus-group-compact-group): New function.
11497         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11498         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11499         * gnus-srvr.el (gnus-server-compact-server): New function.
11500         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11501         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11502
11503 2005-09-18  Deepak Goel  <deego@gnufans.org>
11504
11505         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11506         format spec.
11507
11508 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11511
11512 2005-09-15  Romain Francoise  <romain@orebokech.com>
11513
11514         * message.el (message-fill-paragraph): Clarify docstring.
11515
11516 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-mime-display-part): Protect against broken
11519         MIME messages.
11520
11521 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11524         before parsing header.
11525
11526 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11527
11528         * html2text.el (html2text-replace-list): Add new entities.
11529
11530 2005-09-11  Romain Francoise  <romain@orebokech.com>
11531
11532         * message.el (message-alternative-emails): Improve docstring.
11533         (message-setup-1): Call `message-use-alternative-email-as-from'
11534         after `message-setup-hook' to give it precedence over posting
11535         styles, etc.
11536         (message-use-alternative-email-as-from): Add docstring.  Remove
11537         the original From header if present.
11538
11539         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11540         (nnml-save-mail): Use it.
11541
11542         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11543         articles.  Add new argument `silent'.
11544         (gnus-uu-mark-all): Report the total number of marked articles.
11545
11546 2005-09-10  Romain Francoise  <romain@orebokech.com>
11547
11548         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11549         (gnus-uu-mark-series): Likewise.
11550
11551 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * spam-report.el (spam-report-gmane): Fix generation of spam
11554         report URL.
11555
11556 2005-09-10  Simon Josefsson  <jas@extundo.com>
11557
11558         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11559         t, based on discussion on the ding list with Robert Epprecht
11560         <epprecht@solnet.ch>.
11561
11562 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * spam-report.el (spam-report-gmane): Make it work without
11565         X-Report-Spam header.  Gmane now only provides Archived-At.
11566         This is only used if `spam-report-gmane-use-article-number' is nil.
11567         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11568
11569         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11570         make `gnus-summary-sort-by-recipient' work with threading.
11571
11572         * nnweb.el (nnweb-google-wash-article): Print a message if article
11573         is not available.
11574
11575 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11576
11577         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11578         change.  Decode text/* parts content before displaying.
11579
11580 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11583
11584 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11587
11588         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11589         url-package-name, url-package-version,
11590         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11591         w3m-display-inline-images, and w3m-minor-mode-map.
11592
11593 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * message.el (message-tab-body-function): Fix mismatched custom type.
11596
11597         * gnus.el (gnus-group-change-level-function): Ditto.
11598
11599         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11600
11601         * gnus-art.el (gnus-signature-limit)
11602         (gnus-article-mime-part-function): Ditto.
11603
11604 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * mml.el (mml-mode): Silence the byte compiler.
11607
11608         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11609         using `(sit-for 0)' before moving the point to the specified part;
11610         skip unbuttonized parts.
11611         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11612         return to the summary window if gnus-auto-select-part is non-nil.
11613
11614 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11617         variables.
11618         (mml-dnd-attach-file, mml-mode): Use them.
11619
11620         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11621         Make fetching article by MID work again for Google Groups.  Added
11622         FIXME concerning gnus-group-make-web-group.
11623
11624         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11625         Don't depend on Gnus by using mail-extract-address-components if
11626         gnus-extract-address-components is not bound.
11627
11628 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629
11630         * gnus-art.el (gnus-mime-display-security): Don't display the
11631         signature, but only the signed part.
11632
11633 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11636
11637         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11638         list, not listp.
11639
11640 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11641
11642         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11643         when encoding.
11644
11645         * mm-bodies.el (mm-decode-content-transfer-encoding):
11646         De-canonicalize CRLF for all text content types, not just
11647         text/plain.
11648
11649 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11652         valid article; point arrow and cursor at the MIME button.
11653
11654 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11657         Suggested by Dan Christensen <jdc@uwo.ca>.
11658
11659         * mm-decode.el (mm-save-part): Enable change of prompt.
11660
11661 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11662
11663         * gnus-msg.el (gnus-inews-add-send-actions): Made
11664         `message-post-method' lambda parameter ARG `&optional'.
11665
11666 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * gnus-sum.el (gnus-summary-mime-map): Added
11669         gnus-article-save-part-and-strip, gnus-article-delete-part and
11670         gnus-article-jump-to-part.
11671
11672         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11673         (gnus-article-edit-part): Use it.
11674         (gnus-article-part-wrapper): Added no-handle argument.
11675         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11676         functions.
11677
11678 2005-08-29  Romain Francoise  <romain@orebokech.com>
11679
11680         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11681         docstring.
11682         (gnus-face-from-file): Likewise.
11683
11684 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11685
11686         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11687         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11688         non-nil.
11689         (gnus-auto-select-part): New variable.
11690         (gnus-article-jump-to-part): New function.
11691         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11692         (gnus-mime-delete-part): Allow selecting specified part after
11693         deleting or stripping parts.
11694         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11695         part if argument is bogus.
11696
11697 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11698
11699         * gnus-art.el (w3m-minor-mode-map):
11700         * gnus-spec.el (gnus-newsrc-file-version):
11701         * gnus-util.el (nnmail-active-file-coding-system)
11702         (gnus-original-article-buffer, gnus-user-agent):
11703         * gnus.el (gnus-ham-process-destinations)
11704         (gnus-parameter-ham-marks-alist)
11705         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11706         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11707         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11708         * mm-decode.el (gnus-current-window-configuration):
11709         * mm-extern.el (gnus-article-mime-handles):
11710         * mm-url.el (url-current-object, url-package-name)
11711         (url-package-version):
11712         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11713         (smime-keys, w3m-cid-retrieve-function-alist)
11714         (w3m-current-buffer, w3m-display-inline-images)
11715         (w3m-minor-mode-map):
11716         * mml-smime.el (gnus-extract-address-components):
11717         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11718         (gnus-newsrc-hashtb, message-default-charset)
11719         (message-deletable-headers, message-options)
11720         (message-posting-charset, message-required-mail-headers)
11721         (message-required-news-headers):
11722         * mml1991.el (mc-pgp-always-sign):
11723         * mml2015.el (mc-pgp-always-sign):
11724         * nnheader.el (nnmail-extra-headers):
11725         * rfc1843.el (gnus-decode-encoded-word-function)
11726         (gnus-decode-header-function, gnus-newsgroup-name):
11727         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11728
11729 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11730
11731         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11732         the end of the date treatments.
11733
11734 2005-08-15  Simon Josefsson  <jas@extundo.com>
11735
11736         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11737         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11738         Capello and Romain Francoise.
11739         (pgg-fetch-key-function): Removed, not used?
11740         (pgg-insert-url-with-w3): Require url, to get
11741         url-insert-file-contents regardless of where it is defined.
11742
11743 2005-08-13  Romain Francoise  <romain@orebokech.com>
11744
11745         * message.el (message-cite-original-1): New function.
11746         (message-cite-original): Use it.
11747         (message-cite-original-without-signature): Ditto.
11748
11749 2005-08-08  Romain Francoise  <romain@orebokech.com>
11750
11751         * message.el (message-yank-empty-prefix): New variable.
11752         (message-indent-citation): Use it.
11753         (message-cite-original-without-signature): Respect X-No-Archive.
11754
11755 2005-08-08  Simon Josefsson  <jas@extundo.com>
11756
11757         * pgg.el: Autoload url-insert-file-contents instead of loading
11758         w3/url.
11759         (pgg-insert-url-with-w3): Don't load url here.
11760
11761 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11762
11763         * message.el (message-kill-to-signature): Don't insert newline at
11764         bol.
11765         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11766
11767 2005-08-06  Romain Francoise  <romain@orebokech.com>
11768
11769         * message.el (message-user-fqdn): Fix typo in docstring.
11770
11771 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11772
11773         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11774
11775         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11776
11777 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * mm-bodies.el (mm-encode-body): Use coding system rather than
11780         charset to encode text.
11781
11782         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11783         number of charsets if utf-8 is available (XEmacs).
11784
11785 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11788         taken from `gnus-button-mid-or-mail-regexp'.
11789         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11790         (gnus-button-alist): Improve regexp for domain part of the MIDs
11791         for news:localpart@domain buttons.
11792         (gnus-button-ctan-directory-regexp): Update.
11793
11794 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * sieve-manage.el (sieve-manage-interactive-login): Use
11797         make-local-variable rather than make-variable-buffer-local.
11798         (sieve-manage-open): Ditto.
11799         (sieve-manage-authenticate): Ditto.
11800
11801         * mml.el (mml-generate-mime-1): Make the content type default to
11802         text/plain if the filename is not specified.
11803
11804 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11807         instead of insert-buffer.
11808
11809         * message.el (message-yank-original): Ditto; set the mark at the
11810         end of the yanked message.
11811
11812 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11815         lines to scroll rather than to stop it.
11816
11817         * mml.el (mml-generate-default-type): Add doc string.
11818         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11819         default to application/octet-stream when determining the content
11820         type if it is not specified for the part or the mml contents; add
11821         a comment about mml-generate-default-type.
11822
11823 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11826         make it default to application/octet-stream when determining the
11827         content type if it is not specified for the external contents.
11828
11829 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11832         segmented parameter but also other parameters might be there.
11833
11834 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * mm-decode.el (mm-display-external): Delete temp file, directory
11837         and buffer immediately if the external process is exited.
11838
11839 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11842         fewer lines than that of scroll-margin.
11843         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11844
11845 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11846
11847         * gnus-art.el (gnus-article-next-page): Revert.
11848         (gnus-article-beginning-of-window): New macro.
11849         (gnus-article-next-page-1): Use it.
11850         (gnus-article-prev-page): Ditto.
11851         (gnus-article-edit-part): Use insert-buffer-substring instead of
11852         insert-buffer.
11853         (gnus-article-edit-exit): Ditto.
11854
11855         * gnus-util.el (gnus-beginning-of-window): Remove.
11856         (gnus-end-of-window): Remove.
11857
11858         * lpath.el: Don't bind header-line-format and scroll-margin.
11859
11860 2005-07-25  Simon Josefsson  <jas@extundo.com>
11861
11862         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11863         to have the url package without w3.  Reported by Daiki Ueno
11864         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11865
11866 2005-07-20  Didier Verna  <didier@xemacs.org>
11867
11868         * gnus-diary.el: Remove the description comment (nndiary is now
11869         properly documented in the Gnus manual).
11870         Fix the spelling of "Back End".
11871         * nndiary.el: Ditto.
11872         Fix the copyright notice.
11873
11874 2005-07-18  Romain Francoise  <romain@orebokech.com>
11875
11876         * gnus-sum.el (gnus-summary-to-prefix)
11877         (gnus-summary-newsgroup-prefix): New variables.
11878         (gnus-summary-from-or-to-or-newsgroups): Use them.
11879
11880 2005-07-17  Romain Francoise  <romain@orebokech.com>
11881
11882         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11883         space as it's generally not especially interesting to the user.
11884
11885 2005-07-16  Romain Francoise  <romain@orebokech.com>
11886
11887         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11888         nil to avoid prompting and file modification if one of the
11889         messages at the top of the nnfolder file contains a copyright
11890         notice.
11891         Update copyright notice.
11892
11893         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11894         instead of `current-time-string' as the latter creates a time
11895         string that is not RFC 2822 compliant (it lacks the zone).
11896         Update copyright notice.
11897
11898 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11899
11900         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11901         for text/rtf.  Display default in prompt.  Pass default for M-n.
11902
11903         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11904
11905 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906
11907         * gnus-msg.el (gnus-button-mailto): Remove
11908         save-selected-window-window hackery because it relies on
11909         save-selected-window internals.
11910
11911 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11914         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11915         (gnus-article-prev-page): Ditto.
11916
11917         * gnus-util.el (gnus-beginning-of-window): New function.
11918         (gnus-end-of-window): New function.
11919
11920         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11921
11922 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11923
11924         * gnus-score.el (gnus-score-edit-all-score): Set
11925         gnus-score-edit-exit-function to gnus-score-edit-done and call
11926         gnus-message.
11927
11928 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11929
11930         * gnus-msg.el (gnus-button-mailto): Remove
11931         save-selected-window-window hackery because it relies on
11932         save-selected-window internals.
11933
11934 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11937         add-minor-mode.
11938         (gnus-binary-mode): Ditto.
11939
11940         * gnus-topic.el (gnus-topic-mode): Ditto.
11941
11942 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11943
11944         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11945         (gnus-article-prev-page): Take scroll-margin into consideration.
11946
11947 2005-07-04  Lute Kamstra  <lute@gnu.org>
11948
11949         Update FSF's address in GPL notices.
11950
11951 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11952
11953         * gnus.el (gnus-exit):
11954         * gnus-group.el (gnus-group-icons):
11955         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11956
11957         * gnus-nocem.el (gnus-nocem):
11958         * message.el (message-various, message-buffers, message-sending)
11959         (message-interface, message-forwarding, message-insertion)
11960         (message-headers, message-news, message-mail):
11961         * pgg-gpg.el (pgg-gpg):
11962         * pgg-parse.el (pgg-parse):
11963         * pgg-pgp.el (pgg-pgp):
11964         * pgg-pgp5.el (pgg-pgp5):
11965         * pop3.el (pop3): Finish `defgroup' description with period.
11966
11967 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-art.el (article-display-face): Improve the efficiency.
11970         (article-display-x-face): Ditto; remove grey x-face stuff.
11971
11972 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus-art.el (article-display-face): Correct the position in
11975         which Faces are inserted.
11976
11977 2005-06-29  Didier Verna  <didier@xemacs.org>
11978
11979         * gnus-art.el (article-display-face): Display faces in correct
11980         order.
11981
11982 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11985         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11986         (gnus-nocem-check-article): Fetch the Type header.
11987         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11988         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11989         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11990         make sure gnus-nocem-hashtb is initialized.
11991         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11992         (gnus-nocem-unwanted-article-p): Ditto.
11993
11994         * pgg.el (pgg-verify): Return the verification result.
11995
11996 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11997
11998         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11999         is ascii.
12000
12001 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12002
12003         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12004         `show-nonbreak-escape'.
12005
12006 2005-06-23  Lute Kamstra  <lute@gnu.org>
12007
12008         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12009
12010         * dig.el (dig-mode):
12011         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12012
12013 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12014
12015         * nnimap.el (nnimap-split-download-body): Fix spellings.
12016
12017 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12018
12019         * gnus-art.el (gnus-article-encrypt-body):
12020         * gnus-cus.el (gnus-score-customize):
12021         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12022         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12023
12024 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12025
12026         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12027         header by looking for magic "MII" at the beginnig.
12028
12029 2005-06-16  Miles Bader  <miles@gnu.org>
12030
12031         * gnus-xmas.el (gnus-xmas-group-startup-message):
12032         Use renamed gnus-splash face.
12033
12034         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12035         (assistant-field-face): New backward-compatibility alias for renamed
12036         face.
12037         (assistant-render-text): Use renamed assistant-field face.
12038
12039         * spam.el (spam): Remove "-face" suffix from face name.
12040         (spam-face): New backward-compatibility alias for renamed face.
12041         (spam-face, spam-initialize): Use renamed spam face.
12042
12043         * message.el (message-header-to, message-header-cc)
12044         (message-header-subject, message-header-newsgroups)
12045         (message-header-other, message-header-name)
12046         (message-header-xheader, message-separator, message-cited-text)
12047         (message-mml): Remove "-face" suffix from face names.
12048         (message-header-to-face, message-header-cc-face)
12049         (message-header-subject-face, message-header-newsgroups-face)
12050         (message-header-other-face, message-header-name-face)
12051         (message-header-xheader-face, message-separator-face)
12052         (message-cited-text-face, message-mml-face):
12053         New backward-compatibility aliases for renamed faces.
12054         (message-font-lock-keywords): Use renamed message faces.
12055
12056         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12057         (sieve-test-commands, sieve-tagged-arguments):
12058         Remove "-face" suffix from face names.
12059         (sieve-control-commands-face, sieve-action-commands-face)
12060         (sieve-test-commands-face, sieve-tagged-arguments-face):
12061         New backward-compatibility aliases for renamed faces.
12062         (sieve-control-commands-face, sieve-action-commands-face)
12063         (sieve-test-commands-face, sieve-tagged-arguments-face):
12064         Use renamed sieve faces.
12065
12066         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12067         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12068         (gnus-group-news-3-empty, gnus-group-news-4)
12069         (gnus-group-news-4-empty, gnus-group-news-5)
12070         (gnus-group-news-5-empty, gnus-group-news-6)
12071         (gnus-group-news-6-empty, gnus-group-news-low)
12072         (gnus-group-news-low-empty, gnus-group-mail-1)
12073         (gnus-group-mail-1-empty, gnus-group-mail-2)
12074         (gnus-group-mail-2-empty, gnus-group-mail-3)
12075         (gnus-group-mail-3-empty, gnus-group-mail-low)
12076         (gnus-group-mail-low-empty, gnus-summary-selected)
12077         (gnus-summary-cancelled, gnus-summary-high-ticked)
12078         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12079         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12080         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12081         (gnus-summary-low-undownloaded)
12082         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12083         (gnus-summary-low-unread, gnus-summary-normal-unread)
12084         (gnus-summary-high-read, gnus-summary-low-read)
12085         (gnus-summary-normal-read, gnus-splash):
12086         Remove "-face" suffix from face names.
12087         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12088         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12089         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12090         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12091         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12092         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12093         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12094         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12095         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12096         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12097         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12098         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12099         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12100         (gnus-summary-normal-ticked-face)
12101         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12102         (gnus-summary-normal-ancient-face)
12103         (gnus-summary-high-undownloaded-face)
12104         (gnus-summary-low-undownloaded-face)
12105         (gnus-summary-normal-undownloaded-face)
12106         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12107         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12108         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12109         (gnus-splash-face):
12110         New backward-compatibility aliases for renamed faces.
12111         (gnus-group-startup-message): Use renamed gnus faces.
12112
12113         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12114         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12115         (gnus-server-agent): Remove "-face" suffix from face names.
12116         (gnus-server-agent-face, gnus-server-opened-face)
12117         (gnus-server-closed-face, gnus-server-denied-face)
12118         (gnus-server-offline-face):
12119         New backward-compatibility aliases for renamed faces.
12120         (gnus-server-agent-face, gnus-server-opened-face)
12121         (gnus-server-closed-face, gnus-server-denied-face)
12122         (gnus-server-offline-face): Use renamed gnus faces.
12123
12124         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12125         Remove "-face" suffix from face names.
12126         (gnus-picon-xbm-face, gnus-picon-face):
12127         New backward-compatibility aliases for renamed faces.
12128
12129         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12130         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12131         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12132         (gnus-cite-11): Remove "-face" suffix from face names.
12133         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12134         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12135         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12136         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12137         New backward-compatibility aliases for renamed faces.
12138         (gnus-cite-attribution-face, gnus-cite-face-list)
12139         (gnus-article-boring-faces): Use renamed gnus faces.
12140
12141         * gnus-art.el (gnus-signature, gnus-header-from)
12142         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12143         (gnus-header-content): Remove "-face" suffix from face names.
12144         (gnus-signature-face, gnus-header-from-face)
12145         (gnus-header-subject-face, gnus-header-newsgroups-face)
12146         (gnus-header-name-face, gnus-header-content-face):
12147         New backward-compatibility aliases for renamed faces.
12148         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12149
12150         * gnus-sum.el (gnus-summary-selected-face)
12151         (gnus-summary-highlight): Use renamed gnus faces.
12152         * gnus-group.el (gnus-group-highlight): Likewise.
12153
12154 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12155
12156         * gnus-sieve.el (gnus-sieve-article-add-rule):
12157         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12158         * spam-stat.el (spam-stat-buffer-change-to-spam)
12159         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12160
12161         * message.el (message-is-yours-p):
12162         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12163
12164 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-view.el (mm-inline-text): Withdraw the last change.
12167
12168 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12171         executing enriched-decode.
12172
12173 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12176         charset of tar files.
12177
12178 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12179
12180         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12181
12182 2005-06-04  Lute Kamstra  <lute@gnu.org>
12183
12184         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12185         information is never recorded.
12186
12187 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12188
12189         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12190
12191 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * pop3.el (pop3-apop): Run md5 in the binary mode.
12194
12195         * starttls.el (starttls-set-process-query-on-exit-flag):
12196         Use eval-and-compile.
12197
12198 2005-05-31  Simon Josefsson  <jas@extundo.com>
12199
12200         * smime.el (smime-replace-in-string): Define.
12201         (smime-cert-by-ldap-1): Use it.
12202
12203 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-art.el (article-display-x-face): Replace
12206         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12207
12208         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12209         set-process-query-on-exit-flag or process-kill-without-query.
12210
12211         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12212         loop instead of replace-regexp.
12213
12214         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12215         instead of process-kill-without-query if it is available.
12216
12217         * lpath.el: Fbind ldap-search-entries.
12218
12219         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12220         instead of find-file-hooks if it is available.
12221
12222         * mml1991.el: Bind pgg-default-user-id when compiling.
12223
12224         * mml2015.el: Bind pgg-default-user-id when compiling.
12225
12226         * nndraft.el (nndraft-request-associate-buffer):
12227         Use write-contents-functions instead of write-contents-hooks if it is
12228         available.
12229
12230         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12231         instead of find-file-hooks if it is available.
12232
12233         * nntp.el (nntp-open-connection): Replace
12234         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12235         (nntp-open-ssl-stream): Ditto.
12236         (nntp-open-tls-stream): Ditto.
12237
12238         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12239         set-process-query-on-exit-flag or process-kill-without-query.
12240         (starttls-open-stream-gnutls): Use it instead of
12241         process-kill-without-query.
12242         (starttls-open-stream): Ditto.
12243
12244 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12245
12246         * smime.el (smime-cert-by-ldap-1): Don't use
12247         replace-regexp-in-string.
12248
12249 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12250
12251         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12252
12253         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12254         in PEM format.  Adjust to the XEmacs compability.
12255
12256 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12259         by `string-to-number'.
12260         * gnus-agent.el (gnus-agent-regenerate-group)
12261         (gnus-agent-fetch-articles): Ditto.
12262         * gnus-art.el (gnus-button-fetch-group): Ditto.
12263         * gnus-cache.el (gnus-cache-generate-active)
12264         (gnus-cache-articles-in-group): Ditto.
12265         * gnus-group.el (gnus-group-set-current-level)
12266         (gnus-group-insert-group-line): Ditto.
12267         * gnus-score.el (gnus-score-set-expunge-below)
12268         (gnus-score-set-mark-below, gnus-summary-score-effect)
12269         (gnus-summary-score-entry): Ditto.
12270         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12271         (gnus-soup-pack): Ditto.
12272         * gnus-spec.el (gnus-xmas-format): Ditto.
12273         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12274         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12275         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12276         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12277         * nndb.el (nndb-get-remote-expire-response): Ditto.
12278         * nndiary.el (nndiary-parse-schedule-value)
12279         (nndiary-string-to-number, nndiary-request-replace-article)
12280         (nndiary-request-article): Ditto.
12281         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12282         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12283         * nneething.el (nneething-make-head): Ditto.
12284         * nnfolder.el (nnfolder-request-article)
12285         (nnfolder-retrieve-headers): Ditto.
12286         * nnheader.el (nnheader-file-to-number): Ditto.
12287         * nnkiboze.el (nnkiboze-request-article): Ditto.
12288         * nnmail.el (nnmail-process-unix-mail-format)
12289         (nnmail-process-babyl-mail-format): Ditto.
12290         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12291         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12292         (nnmh-request-create-group, nnmh-request-list-1)
12293         (nnmh-request-group, nnmh-request-article): Ditto.
12294         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12295         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12296         * nnsoup.el (nnsoup-make-active): Ditto.
12297         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12298         * nntp.el (nntp-find-group-and-number)
12299         (nntp-retrieve-headers-with-xover): Ditto.
12300         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12301         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12302         (pgg-format-key-identifier): Ditto.
12303         * pop3.el (pop3-last, pop3-stat): Ditto.
12304         * qp.el (quoted-printable-decode-region): Ditto.
12305
12306         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12307         of concat.
12308
12309 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12312
12313         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12314
12315         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12316
12317         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12318
12319         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12320
12321         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12322
12323         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12324         (gnus-carpal-mode): Ditto.
12325
12326         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12327         (gnus-browse-mode): Ditto.
12328
12329         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12330
12331         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12332
12333 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12334
12335         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12336
12337 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gnus-util.el (gnus-run-mode-hooks): New function.
12340
12341         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12342
12343         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12344         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12345
12346 2005-05-27  Lute Kamstra  <lute@gnu.org>
12347
12348         * dns-mode.el (dns-mode): Specify customization group.
12349
12350 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12351
12352         * gnus-agent.el (gnus-agent-make-mode-line-string):
12353         Use mode-line-highlight as mouse-face.
12354
12355 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * canlock.el (canlock): Change the parent group to news.
12358
12359         * deuglify.el (gnus-outlook-deuglify): Add :group.
12360
12361         * dig.el (dig): Add :group.
12362
12363         * dns-mode.el (dns-mode): Add :group.
12364
12365         * encrypt.el (encrypt): Add :group.
12366
12367         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12368         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12369         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12370         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12371         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12372
12373         * gnus-diary.el (gnus-diary): Add :group.
12374
12375         * gnus.el (gnus-group-news-1-face): Add :group.
12376         (gnus-group-news-1-empty-face): Ditto.
12377         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12378         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12379         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12380         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12381         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12382         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12383         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12384         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12385         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12386         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12387         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12388         (gnus-summary-high-ticked-face): Ditto.
12389         (gnus-summary-low-ticked-face): Ditto.
12390         (gnus-summary-normal-ticked-face): Ditto.
12391         (gnus-summary-high-ancient-face): Ditto.
12392         (gnus-summary-low-ancient-face): Ditto.
12393         (gnus-summary-normal-ancient-face): Ditto.
12394         (gnus-summary-high-undownloaded-face): Ditto.
12395         (gnus-summary-low-undownloaded-face): Ditto.
12396         (gnus-summary-normal-undownloaded-face): Ditto.
12397         (gnus-summary-high-unread-face): Ditto.
12398         (gnus-summary-low-unread-face): Ditto.
12399         (gnus-summary-normal-unread-face): Ditto.
12400         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12401         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12402
12403         * hashcash.el (hashcash): New custom group.
12404         (hashcash-default-payment): Add :group.
12405         (hashcash-payment-alist): Ditto.
12406         (hashcash-default-accept-payment): Ditto.
12407         (hashcash-accept-resources): Ditto.
12408         (hashcash-path): Ditto.
12409         (hashcash-extra-generate-parameters): Ditto.
12410         (hashcash-double-spend-database): Ditto.
12411         (hashcash-in-news): Ditto.
12412
12413         * message.el (message-minibuffer-local-map): Add :group.
12414
12415         * netrc.el (netrc): Add :group.
12416
12417         * sieve-manage.el (sieve-manage-log): Add :group.
12418         (sieve-manage-default-user): Diito.
12419         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12420         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12421         (sieve-manage-authenticators): Ditto.
12422         (sieve-manage-authenticator-alist): Ditto.
12423         (sieve-manage-default-port): Ditto.
12424
12425         * sieve-mode.el (sieve-control-commands-face): Add :group.
12426         (sieve-action-commands-face): Ditto.
12427         (sieve-test-commands-face): Ditto.
12428         (sieve-tagged-arguments-face): Ditto.
12429
12430         * smime.el (smime): Add :group.
12431
12432         * spam-report.el (spam-report): Add :group.
12433
12434         * spam.el (spam, spam-face): Add :group.
12435
12436 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12437
12438         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12439         return \n.\n.\n at the end of articles.  Protect against that.
12440         (nntp-with-open-group): Allow debugging.
12441
12442         * nnheader.el (mail-header-set-extra): Make into a function
12443         because I just could't understand how to quote the list properly.
12444
12445         * dns.el (query-dns-cached): New function.
12446
12447 2005-05-26  Lute Kamstra  <lute@gnu.org>
12448
12449         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12450
12451 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12454
12455         * gnus-art.el: Don't autoload mail-extract-address-components.
12456
12457         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12458         eval-and-compile to evaluate it.
12459
12460         * hashcash.el: Don't autoload executable-find.
12461
12462         * nndb.el: Don't declare the nndb back end two or more times; don't
12463         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12464
12465         * nntp.el: Autoload format-spec instead of format; use
12466         eval-and-compile to evaluate autoload forms.
12467
12468 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12469
12470         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12471
12472 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12473
12474         * gnus.el (gnus-version-number): Bump version.
12475
12476 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12477
12478         * gnus.el: No Gnus v0.3 is released.
12479
12480 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12481
12482         * lpath.el (featurep): Bind show-nonbreak-escape.
12483
12484 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * gnus-art.el (gnus-article-edit-part): Disable undo.
12487
12488 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12491         gnus-article-date-lapsed-new-header is t if date timer is active;
12492         skip headers in which the original date value is empty.
12493         (gnus-article-save-original-date): Redefine it as a macro.
12494         (gnus-display-mime): Use it.
12495
12496 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * gnus-art.el (article-date-ut): Support converting date in
12499         forwarded parts as well.
12500         (gnus-article-save-original-date): New function.
12501         (gnus-display-mime): Use it.
12502
12503 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12504
12505         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12506         enclosure element of <item>.
12507
12508 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12509
12510         * message.el (message-kill-buffer-query): Renamed from
12511         `message-kill-buffer-query-if-modified'.  Added :version.
12512
12513 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12516         window layout.
12517
12518 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * mml.el: Autoload dnd when compiling.
12521
12522 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12525         x-dnd-*.
12526
12527 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * qp.el (quoted-printable-encode-region): Save excursion.
12530
12531 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12532
12533         * message.el (message-kill-buffer-query-if-modified): Add new variable
12534         so the user can kill a modified message buffer quickly.
12535         (message-kill-buffer): Use it.
12536
12537 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * lpath.el: Fbind display-time-event-handler; don't fbind
12540         string-to-multibyte.
12541
12542         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12543
12544 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12547         contained in text because xml.el decodes entities) with LFs.
12548
12549 2005-04-11  Lute Kamstra  <lute@gnu.org>
12550
12551         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12552         differently.
12553
12554 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12555
12556         * mm-util.el (mm-detect-coding-region): Typo.
12557
12558 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12561
12562 2005-04-06  Deepak Goel  <deego@gnufans.org>
12563
12564         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12565         user-function allow user modifications of the scores.
12566         (spam-stat-score-buffer-user): New function, to allow
12567         user-computed modifications to the score.
12568         (spam-stat-score-buffer-user-functions): List of additional
12569         scoring functions.
12570         (spam-stat-error-holder): Global temporary error holder.
12571         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12572         variable.
12573
12574 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * gnus-registry.el (gnus-registry-clean-empty-function)
12577         (gnus-registry-trim, gnus-registry-fetch-groups)
12578         (gnus-registry-delete-group): Groups that match
12579         `gnus-registry-ignored-groups' are removed from the registry
12580         entries, not just ignored for splitting.  This helps clean up the
12581         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12582         to get all the groups a message ID is in.
12583
12584         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12585         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12586         (spam-stat-score-buffer-user-functions): Add :number custom type.
12587
12588 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12591         argument in XEmacs.
12592
12593         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12594         (nnrss-request-group): Decode group name first.
12595         (nnrss-request-article): Make a text/plain article if mml-to-mime
12596         failed.
12597         (nnrss-get-encoding): Return a compatible encoding according to
12598         nnrss-compatible-encoding-alist.
12599         (nnrss-find-el): Use consp instead of listp.
12600         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12601
12602 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12605         which Emacs 20 doesn't support.
12606         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12607
12608 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12611         silence the byte compiler inside the defun.
12612
12613         * gnus-demon.el (parse-time-string): Add autoload.
12614
12615         * gnus-delay.el (parse-time-string): Add autoload.
12616
12617         * gnus-art.el (parse-time-string): Add autoload.
12618
12619         * nnultimate.el (parse-time): Require for `parse-time-string'.
12620
12621 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12624
12625         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12626
12627         * smime.el (smime-ldap-host-list): Add :version.
12628
12629 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12630
12631         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12632         pass it to `gnus-browse-read-group'.
12633         (gnus-browse-read-group): Add NUMBER argument and pass it to
12634         `gnus-group-read-ephemeral-group'.
12635
12636         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12637         argument and pass it to `gnus-group-read-group'.
12638
12639 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12640
12641         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12642         mm-xemacs-find-mime-charset-1 if we have the mule feature
12643         available at runtime.
12644
12645 2005-03-25  Werner Lemberg  <wl@gnu.org>
12646
12647         * nnmaildir.el: Replace `illegal' with `invalid'.
12648
12649 2005-03-23  Lute Kamstra  <lute@gnu.org>
12650
12651         * time-date.el: Add comment on time value formats.
12652         Don't require parse-time.
12653         (with-decoded-time-value): New macro.
12654         (encode-time-value): New function.
12655         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12656         (days-to-time): Return a valid time value when arg is huge.
12657         (time-since): Use time-subtract.
12658         (time-to-number-of-days): Use time-to-seconds.
12659
12660 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12661
12662         * gnus-start.el (gnus-display-time-event-handler):
12663         Check display-time-timer at runtime rather than only at load time
12664         in case display-time-mode is turned off in the mean time.
12665
12666 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12669         used.
12670
12671         * nneething.el (nneething-map-file-directory): Derive from
12672         `gnus-directory'.
12673
12674         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12675         the To/Cc button.
12676
12677 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * nnmaildir.el (nnmaildir-request-accept-article):
12680         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12681
12682 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12683
12684         * gnus-async.el: Require timer-funcs at compile time when in
12685         XEmacs for `run-with-idle-timer'.
12686
12687 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12688
12689         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12690         autoloaded function.
12691
12692 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12693
12694         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12695
12696 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12697
12698         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12699
12700 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701
12702         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12703         gnus-expert-user to default.
12704
12705 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12706
12707         * nnimap.el (nnimap-open-server): Ditto.
12708
12709         * imap.el (imap-authenticate): Fix typo.
12710
12711 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12712
12713         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12714         buffer (since IMAP server might return FETCH response out of
12715         order, and the nntp buffer must be sorted).
12716
12717 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12718
12719         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12720         comparison on string.
12721
12722         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12723         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12724         (gnus-agent-summary-fetch-series): Modified to protect against
12725         gnus-agent-summary-fetch-group clearing processable flags.
12726         (gnus-agent-synchronize-group-flags): Update live group buffer as
12727         synchronization may occur due to the user toggle the plugged
12728         status.
12729         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12730         successfully downloaded.
12731         (gnus-agent-expire-group-1): Avoid using markers when the overview
12732         is in ascending order; greatly improves performance.
12733         (gnus-agent-regenerate-group): Use
12734         gnus-agent-synchronize-group-flags to reset read status in both
12735         gnus and server.
12736         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12737
12738 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * message.el: Don't autoload former message-utils variables.
12741         (message-strip-subject-trailing-was): Change doc string.
12742
12743         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12744         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12745         (nnweb-google-search): Add "hl=en" here.
12746         (nnweb-google-parse-1, nnweb-google-create-mapping):
12747         Don't hardcode URL.
12748
12749 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * message.el (message-get-reply-headers, message-followup):
12752         Mention related variables `message-use-followup-to' and
12753         `message-use-mail-followup-to', in the information buffer.
12754
12755         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12756         of broken groups(-beta).google.com.
12757
12758 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12759
12760         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12761         parameter to invoked gnus-request-move-article; remove the
12762         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12763         all at once instead of once per article.
12764         (gnus-summary-remove-process-mark): Accept a list of articles as
12765         well as a single article for processing.
12766
12767         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12768         parameter.
12769
12770         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12771
12772         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12773
12774         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12775         parameter.
12776
12777         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12778         parameter.
12779
12780         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12781         parameter and remove the gnus-sum-hint-move-is-internal variable.
12782
12783         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12784         parameter.
12785
12786         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12787         parameter.
12788
12789         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12790         parameter.
12791
12792         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12793
12794         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12795         parameter.
12796
12797         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12798         parameter.
12799
12800 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12801
12802         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12803         a more conservative way.
12804
12805 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12806
12807         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12808         buffer, so it moves the window's cursor.
12809
12810 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12811
12812         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12813         `mm-dissect-multipart' and receive the from field as an (optional)
12814         argument from `mm-dissect-multipart'.
12815         (mm-dissect-multipart): Receive the from field as an argument and
12816         pass it on when we call `mm-dissect-buffer' on MIME parts.
12817         Fixes verification/decryption of signed/encrypted MIME parts.
12818
12819 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12820
12821         * gnus-sum.el (gnus-summary-move-article): Set
12822         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12823         whatever it calls (right now, only nnimap-request-move article
12824         respects it).
12825
12826         * nnimap.el (nnimap-request-move-article): When
12827         gnus-sum-hint-move-is-internal is set, don't do the extra
12828         nnimap-request-article.
12829
12830 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12833
12834         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12835         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12836
12837         * gnus-sum.el (gnus-summary-caesar-message):
12838         Apply `gnus-treat-article' after rotation.
12839
12840         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12841         doc string.
12842
12843 2005-02-22  Simon Josefsson  <jas@extundo.com>
12844
12845         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12846         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12847         <arne@arnested.dk>.
12848         (encrypt): Add password-cache and password-cache-expiry as group
12849         members.
12850
12851 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12852
12853         * smime.el (smime-ldap-host-list): Doc fix.
12854         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12855         cache) password.
12856         (smime-sign-region): Use it.
12857         (smime-decrypt-region): Use it.
12858         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12859         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12860         fails.
12861         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12862         certificate from DER to PEM format rather than calling openssl.
12863
12864         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12865
12866         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12867         for signing/encryption.
12868
12869         * mml.el (mml-parse-1): Use them.
12870
12871 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12872
12873         * nnrss.el (nnrss-verbose): Removed.
12874         (nnrss-request-group): Use `nnheader-message' instead.
12875
12876 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12877
12878         * nnrss.el (nnrss-verbose): New variable.
12879         (nnrss-request-group): Make it say nnrss is requesting a group.
12880
12881 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12884         Handle news URL with given port correctly.
12885
12886 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12889         containing special characters.
12890
12891         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12892
12893         * mml.el (mime-to-mml): Ditto.
12894
12895         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12896         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12897         (rfc2047-decode-region): Quote decoded words containing special
12898         characters when rfc2047-quote-decoded-words-containing-tspecials
12899         is non-nil.
12900
12901 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12902
12903         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12904
12905         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12906
12907 2005-02-15  Simon Josefsson  <jas@extundo.com>
12908
12909         * nnimap.el (nnimap-debug): Doc fix.
12910
12911         * imap.el (imap-debug): Doc fix.
12912
12913 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12916
12917 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12918
12919         * gnus.el (spam-contents): Improve docs for spam-contents
12920         parameter in its variable incarnation.
12921
12922 2005-02-14  Simon Josefsson  <jas@extundo.com>
12923
12924         * smime-ldap.el: Use require instead of load-library for ldap.
12925         (smime-ldap-search): Indent.
12926         (smime-ldap-search-internal): Shorten line.
12927
12928         * smime.el (smime-cert-by-dns): Add doc-string.
12929         (smime-cert-by-ldap-1): Indent.
12930
12931         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12932         mml-smime-get-dns-ldap.
12933         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12934
12935 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12936
12937         * smime.el: Require smime-ldap.
12938         (smime-ldap-host-list): New variable.
12939         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12940
12941         * mml-smime.el (mml-smime-encrypt-query): New function.
12942         (mml-smime-encrypt-query): Use it.
12943
12944         * smime-ldap.el: New file.
12945
12946 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12949
12950 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12953         argument in doc string.  Make query for type more clear.
12954
12955 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gnus.el (gnus-group-startup-message): Search for gnus images in
12958         etc/images/gnus.
12959         * mm-util.el (mm-image-load-path): Likewise.
12960         * smiley.el (smiley-data-directory): Search for smilies in
12961         etc/images/smilies.
12962
12963 2005-02-09  Kim F. Storm  <storm@cua.dk>
12964
12965         Change Emacs release version from 21.4 to 22.1 throughout.
12966         Change Emacs development version from 21.3.50 to 22.0.50.
12967
12968 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12971
12972         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12973         non-Mule XEmacs as well.
12974         (mm-decompress-buffer): Signal an error intentionally if it does
12975         not decompress compressed data because auto-compression-mode is
12976         disabled.
12977
12978 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12979
12980         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12981         an ID in the registry even if it has no groups.
12982
12983 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12986         merge it into mm-decompress-buffer.
12987         (gnus-mime-copy-part): Use the MIME part charset, the value which
12988         a user specified or gnus-newsgroup-charset for decoding, like
12989         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12990         save-buffer what was used.  Suggested by Kevin Ryde
12991         <user42@zip.com.au>.
12992         (gnus-mime-inline-part): Allow the name parameter as well as the
12993         filename parameter; force decompressing of compressed data; always
12994         display contents being not decoded as unibyte.
12995
12996         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12997         as well as the filename parameter.
12998
12999         * mm-util.el (mm-decompress-buffer): Merge
13000         gnus-mime-jka-compr-maybe-uncompress.
13001         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13002         of compressed data.
13003
13004 2005-02-08  Simon Josefsson  <jas@extundo.com>
13005
13006         * imap.el (imap-log): Doc fix.
13007
13008 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13011         the coding cookies; decompress compressed parts.
13012
13013         * mml.el (mml-generate-mime-1): Add the charset parameter according
13014         to the value which a user specified manually or the coding cookie.
13015
13016         * mm-util.el (mm-string-to-multibyte): New function.
13017         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13018         (mm-coding-system-to-mime-charset): New function.
13019         (mm-decompress-buffer): New function.
13020         (mm-find-buffer-file-coding-system): New function.
13021
13022         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13023         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13024         parts.
13025
13026 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13027
13028         * mm-view.el (mm-display-inline-fontify): Decode a part according
13029         to the charset parameter.
13030
13031 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13034         prefix arg is neither nil nor a number, as info specifies.
13035
13036 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13039         timestamps.
13040
13041 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13042
13043         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13044         groups error checking and notify user.
13045
13046 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13047
13048         * message.el (message-send-mail-function): Check existence of
13049         sendmail-program first before using default value
13050         `message-send-mail-with-sendmail'.  Otherwise use more generic
13051         `smtpmail-send-it'.
13052
13053 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * nntp.el (nntp-request-update-info): Always return nil.
13056
13057 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13058
13059         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13060
13061 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13062
13063         * message.el (message-beginning-of-line): Change the behavior when
13064         invoked between BOL and : so that it first moves backward.
13065
13066 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13069         article buffer when editing of the article is discarded.
13070         (gnus-article-prepare): Revert.
13071
13072 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-art.el (gnus-article-prepare):
13075         Remove message-strip-forbidden-properties from the local hook.
13076
13077 2005-01-27  Simon Josefsson  <jas@extundo.com>
13078
13079         * password.el (password-cache-add): Only start one timer per key.
13080         Reported by Derek Atkins <warlord@MIT.EDU>.
13081
13082 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13083
13084         * run-at-time.el: Removed.  It is no longer needed as
13085         timer-funcs.el in the xemacs-base package has a working version of
13086         `run-at-time'.
13087
13088         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13089
13090         * password.el: Require timer-funcs instead of run-at-time in
13091         XEmacs.
13092         Remove `password-run-at-time' macro.
13093         (password-cache-add): Use `run-at-time' instead of
13094         `password-run-at-time'.
13095
13096         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13097         Remove `nnheader-cancel-function-timers' alias,
13098         `cancel-function-timers' exists in XEmacs in timer-funcs.
13099
13100         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13101         for `run-with-idle-timer'.
13102
13103         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13104         for `run-at-time'.
13105
13106         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13107         for `with-timeout'.
13108
13109         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13110         the same as for XEmacs 21.4.
13111         No need to ignore `run-with-idle-timer', this function exists in
13112         XEmacs now in timer-funcs.el in the xemacs-base package.
13113         (dgnushack-compile): No need to delete
13114         run-at-time.el from the list of files to compile because it
13115         doesn't exist anymore.
13116
13117 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13120         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13121
13122 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13123
13124         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13125         sensitively.
13126
13127 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13128
13129         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13130
13131 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13134         which will be inserted according to the multibyteness of a buffer
13135         rather than the type of contents.  Suggested by ARISAWA Akihiro
13136         <ari@mbf.ocn.ne.jp>.
13137
13138         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13139         of string which old xml.el may return rather than a string.
13140
13141 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13144
13145 2005-01-16  Simon Josefsson  <jas@extundo.com>
13146
13147         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13148         idn/idna.el isn't available.
13149         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13150         <michael@waxrat.com>.
13151
13152         * hashcash.el: Remove non-FSF copyright header.
13153
13154         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13155         (hashcash-generate-payment): Use it.
13156         (hashcash-generate-payment-async): Use it.
13157
13158 2005-01-15  Simon Josefsson  <jas@extundo.com>
13159
13160         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13161         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13162
13163         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13164         gnus-summary-idna-message.
13165         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13166         (gnus-summary-idna-message): New function.
13167
13168 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13169
13170         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13171         gnus-novice-user.
13172
13173 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * nnrss.el (nnrss-request-delete-group): Delete entries in
13176         nnrss-group-alist as well.
13177         (nnrss-save-server-data): Insert newline.
13178
13179 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus.el (gnus-user-agent): Use list of symbols instead of
13182         symbols.  Display full version number for (S)XEmacs.  Optionally
13183         display (S)XEmacs codename.
13184
13185         * gnus-util.el (gnus-emacs-version): Update for new
13186         `gnus-user-agent'.
13187
13188         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13189         Gnus version.
13190
13191 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13194         which is unreadable in some setups.
13195
13196 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * gnus-spec.el (gnus-update-format-specifications): Flush the
13199         group format spec cache if it doesn't support decoded group names.
13200
13201 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13204         Allow to apply decay on score files matching a regexp.
13205
13206 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13209         compatibility in %g and %c.
13210
13211 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13214         name for only %g and %c.
13215         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13216         of gnus-tmp-group to decoded group name.
13217         (gnus-group-make-rss-group): Exclude `/'s from group names.
13218
13219 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * nnrss.el (nnrss-get-encoding): Fix regexp.
13222
13223 2004-12-27  Simon Josefsson  <jas@extundo.com>
13224
13225         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13226         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13227         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13228
13229 2004-12-17  Kim F. Storm  <storm@cua.dk>
13230
13231         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13232
13233         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13234
13235 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13236
13237         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13238
13239 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * nnrss.el: Require rfc2047 and mml.
13242         (nnrss-file-coding-system): New variable.
13243         (nnrss-format-string): Redefine it as an inline function.
13244         (nnrss-decode-group-name): New function.
13245         (nnrss-string-as-multibyte): Remove.
13246         (nnrss-retrieve-headers): Decode group name; don't use
13247         nnrss-format-string.
13248         (nnrss-request-group): Decode group name.
13249         (nnrss-request-article): Decode group name; allow a Message-ID as
13250         well as an article number; don't use nnrss-format-string; encode a
13251         Message-ID string which may contain non-ASCII characters; use
13252         mml-to-mime to compose a MIME article.
13253         (nnrss-request-expire-articles): Decode group name.
13254         (nnrss-request-delete-group): Decode group name.
13255         (nnrss-fetch): Clarify error message.
13256         (nnrss-read-server-data): Use insert-file-contents instead of load;
13257         bind file-name-coding-system; use multibyte buffer.
13258         (nnrss-save-server-data): Bind coding-system-for-write to the
13259         value of nnrss-file-coding-system; bind file-name-coding-system;
13260         add coding cookie.
13261         (nnrss-read-group-data): Use insert-file-contents instead of load;
13262         bind file-name-coding-system; use multibyte buffer.
13263         (nnrss-save-group-data): Bind coding-system-for-write to the
13264         value of nnrss-file-coding-system; bind file-name-coding-system.
13265         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13266         make it work with non-ASCII text.
13267         (nnrss-find-el): Make it work with old xml.el as well.
13268
13269 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13270
13271         * nnrss.el (nnrss-get-encoding): New function.
13272         (nnrss-fetch): Use unibyte buffer initially; bind
13273         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13274         decode contents according to the encoding attribute.
13275         (nnrss-save-group-data): Add coding cookie.
13276         (nnrss-mime-encode-string): New function.
13277         (nnrss-check-group): Use it to encode subject and author.
13278
13279 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13282         imaginary variable.
13283
13284 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13287         correctly even if there are wide characters.
13288
13289 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13290
13291         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13292         downcased symbol names; make a new cache instead of reusing
13293         bbdb-hashtable.
13294
13295 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13298         concatenating segments rather than before concatenating them.
13299         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13300
13301         * message.el (message-get-reply-headers): Bind `extra'.
13302
13303 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13304
13305         * message.el (message-extra-wide-headers): New variable.
13306         (message-get-reply-headers): Use it.
13307
13308 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13311         (gnus-agent-group-pathname): Ditto.
13312
13313         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13314
13315         * gnus-group.el (gnus-group-make-group): Decode group name.
13316         (gnus-group-make-rss-group): Register the group data after opening
13317         the nnrss group.
13318
13319 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13320
13321         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13322         by expiry now get marked as read.
13323
13324 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13327
13328 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13329
13330         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13331         unify Latin characters in XEmacs.
13332         (mm-find-mime-charset-region): Use it.
13333
13334 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * gnus-util.el (gnus-delete-directory): New function.
13337
13338         * gnus-agent.el (gnus-agent-delete-group): Use it.
13339
13340         * gnus-cache.el (gnus-cache-delete-group): Use it.
13341
13342 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13345         names.
13346
13347 2004-12-16  Simon Josefsson  <jas@extundo.com>
13348
13349         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13350
13351 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13354
13355         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13356         (gnus-group-set-current-level): Decode group name.
13357
13358 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13359
13360         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13361         failed.
13362
13363 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * gnus-group.el (gnus-group-delete-group): Decode group name.
13366         (gnus-group-make-rss-group): Encode group name.
13367         (gnus-group-catchup-current): Decode group name.
13368         (gnus-group-kill-group): Decode group name.
13369
13370 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13371
13372         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13373
13374 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-group.el (gnus-group-make-rss-group):
13377         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13378
13379         * gnus-start.el (gnus-setup-news): Honor user's setting to
13380         gnus-message-archive-method.  Suggested by Lute Kamstra
13381         <lute@gnu.org>.
13382
13383 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13384
13385         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13386         global counterparts of the buffer-local variables.
13387
13388 2004-11-16  Romain Francoise  <romain@orebokech.com>
13389
13390         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13391         counterparts of the buffer-local variables.
13392
13393 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13394
13395         * message.el (message-forbidden-properties): Fixed typo in doc
13396         string.
13397
13398 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13399
13400         * gnus-util.el (gnus-replace-in-string): Added doc string.
13401
13402         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13403         to avoid problems when splitting mails with many recipients.
13404
13405 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13406
13407         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13408         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13409
13410 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13411
13412         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13413         if there is no hashtable in memory or file modification time is
13414         newer than cached timestamp.
13415
13416 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13419         not-matching option.
13420
13421 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13424         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13425         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13426         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13427         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13428         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13429
13430 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * message.el (message-forward-make-body-mml): Remove headers
13433         according to message-forward-ignored-headers if a message is decoded.
13434
13435 2004-12-02  Romain Francoise  <romain@orebokech.com>
13436
13437         * message.el (message-forward-make-body-plain): Always remove
13438         headers according to message-forward-ignored-headers.
13439
13440 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13441
13442         * spam.el (spam-summary-prepare-exit): Remove the
13443         gnus-summary-limit pop for now, it has problems with ham marks for
13444         me.
13445
13446 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13447
13448         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13449         correctly.
13450
13451 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13452
13453         * format-spec.el (format-spec): Message the char.
13454
13455 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13456
13457         * gnus-art.el (gnus-split-methods): Reformat comments.
13458
13459         * spam.el (spam-summary-prepare-exit): Remove article limits
13460         before exiting the summary buffer.
13461
13462 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13465         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13466
13467         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13468         order to silence the byte compiler.
13469
13470         * spam.el: Fix the way to silence the byte compiler, which
13471         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13472         bbdb-search-simple, spam-BBDB-register-routine,
13473         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13474         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13475         spam-stat-buffer-is-spam, spam-stat-load,
13476         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13477         spam-stat-save and spam-stat-split-fancy.
13478
13479 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13482         which may confuse users.
13483         (canlock-password-for-verify): Ditto.
13484
13485         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13486
13487         * gnus-art.el (gnus-emphasis-alist): Ditto.
13488
13489         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13490
13491         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13492
13493         * gnus-start.el (gnus-save-killed-list): Ditto.
13494
13495         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13496         (gnus-sum-thread-tree-root): Ditto.
13497         (gnus-sum-thread-tree-false-root): Ditto.
13498         (gnus-sum-thread-tree-single-indent): Ditto.
13499
13500         * message.el (message-courtesy-message): Ditto.
13501         (message-archive-note): Ditto.
13502         (message-subscribed-address-file): Ditto.
13503         (message-user-fqdn): Ditto.
13504
13505         * spam-report.el (spam-report-gmane-regex): Ditto.
13506
13507         * spam.el (spam-blackhole-good-server-regex): Ditto.
13508
13509 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * mml.el (mml-preview): Widen the message buffer before copying
13512         the contents to the preview buffer; sort headers before previewing.
13513
13514         * message.el (message-hidden-headers): Fix the way to avoid a bug
13515         in the `repeat' widget in Emacs 21.3 or earlier.
13516
13517 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * message.el (message-hidden-headers): Default to "^References:".
13520         Improve customization type.  Suggested by Reiner Steib
13521         <Reiner.Steib@gmx.de>.
13522
13523 2004-11-25  Romain Francoise  <romain@orebokech.com>
13524
13525         * message.el (message-strip-forbidden-properties): Remove check for
13526         obsolete `message-hidden' text property, hidden headers are not
13527         accessible in the buffer anymore.
13528
13529 2004-11-22  Romain Francoise  <romain@orebokech.com>
13530
13531         * message.el (message-header-format-alist): Add `From' in list
13532         so that it can be sorted.
13533         (message-fix-before-sending): Widen and sort headers before
13534         sending.
13535         (message-hide-headers): Use narrowing to hide headers by moving
13536         them to the top of the buffer and narrowing to the region
13537         underneath.
13538
13539 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13540
13541         * message.el (message-strip-forbidden-properties): Bind
13542         buffer-read-only (etc) to nil.
13543
13544 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13547         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13548
13549 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13550
13551         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13552
13553 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * dns.el (query-dns): Use sit-for to time instead of
13556         accept-process-output, since that doesn't seem to work on udp
13557         sockets.
13558
13559 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13562
13563 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13564
13565         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13566         doc string.  Improve doc string.
13567
13568 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * nntp.el (nntp-request-update-info): Return nil if
13571         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13572         may not call gnus-activate-group which uselessly issues the GROUP
13573         commands for all nntp groups and wastes time.  Reported by Romain
13574         Francoise <romain@orebokech.com>.
13575
13576         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13577
13578 2004-11-15  Simon Josefsson  <jas@extundo.com>
13579
13580         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13581         headers separately.
13582         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13583         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13584
13585 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-start.el (gnus-convert-old-newsrc):
13588         Assign legacy-gnus-agent to 5.10.7.
13589
13590 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13593         start of the lines.
13594
13595 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13596
13597         * hashcash.el (hashcash-default-payment): Change default to 20.
13598         (hashcash-default-accept-payment): Change default to 20.
13599         (hashcash-process-alist): New variable.
13600         (hashcash-generate-payment-async): Add.
13601         (hashcash-already-paid-p): Add.
13602         (hashcash-insert-payment): Don't generate payments twice.
13603         (hashcash-insert-payment-async): Add.
13604         (hashcash-insert-payment-async-2): Add.
13605         (hashcash-cancel-async): Add.
13606         (hashcash-wait-async): Add.
13607         (hashcash-processes-running-p): Add.
13608         (hashcash-wait-or-cancel): Add.
13609         (mail-add-payment): New optional argument.  Conditionally start
13610         asynchronous calculation.
13611         (mail-add-payment-async): Add.
13612
13613         * message.el (message-send-mail): Wait for asynchronous hashcash
13614         results.  Don't clobber existing X-Hashcash headers.
13615         (message-setup-1): Call mail-add-payment-async when
13616         message-generate-hashcash is non-nil.
13617
13618 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13619
13620         * message.el (message-use-alternative-email-as-from): Examine the
13621         From header as well; use message-make-from in order to include a
13622         user's full name.
13623
13624 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13627         default; improve customization type.
13628         (gnus-emphasis-custom-with-format): New macro.
13629         (gnus-emphasis-custom-value-to-external): New function.
13630         (gnus-emphasis-custom-value-to-internal): New function.
13631
13632 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13633
13634         * dns.el (query-dns): Resolve reverse addresses.
13635
13636 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13637
13638         * gnus-group.el (gnus-group-get-new-news): Use it.
13639
13640         * gnus-start.el (gnus-check-reasonable-setup): New function.
13641
13642 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13645         "Args out of range" error.  Reported by Arnaud Giersch
13646         <arnaud.giersch@free.fr>.
13647
13648 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13649
13650         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13651
13652 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13653
13654         * spam.el (spam group): Add :version.
13655
13656         * pgg-def.el (pgg group): Add :version.
13657
13658 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13659
13660         * gnus-art.el (gnus-article-edit-article): Don't associate the
13661         article buffer with a draft file.  This is a temporary measure
13662         against the 2004-08-22 change to gnus-article-edit-mode.
13663
13664 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13667         (html2text-format-tags): Remove unused variable `attr'.
13668
13669 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13672
13673         * tls.el (tls-process-connection-type, tls-success)
13674         (tls-certtool-program): Add :version.
13675
13676         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13677         (starttls-extra-arguments, starttls-process-connection-type)
13678         (starttls-connect, starttls-failure, starttls-success): Add :version.
13679
13680         * spam-stat.el (spam-stat): Add :version.
13681
13682         * sieve.el (sieve): Add :version.
13683
13684         * sha1.el (sha1): Add :version.
13685         (sha1-use-external): Remove redundant version.
13686
13687         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13688         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13689         (nnmail-split-fancy-match-partial-words)
13690         (nnmail-split-lowercase-expanded): Add :version.
13691
13692         * nndiary.el (nndiary): Add :version.
13693
13694         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13695
13696         * mml-sec.el (mml-default-sign-method)
13697         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13698         Add :version.
13699
13700         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13701
13702         * mm-url.el (mm-url-use-external, mm-url-program)
13703         (mm-url-arguments): Add :version.
13704
13705         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13706         (mm-attachment-file-modes, mm-decrypt-option)
13707         (mm-w3m-safe-url-regexp): Add :version.
13708
13709         * message.el (message-cite-prefix-regexp)
13710         (message-sendmail-envelope-from, message-minibuffer-local-map)
13711         (message-user-fqdn, message-completion-alist): Add :version.
13712
13713         * gnus-win.el (gnus-configure-windows-hook)
13714         (gnus-use-frames-on-any-display): Add :version.
13715
13716         * gnus-art.el (gnus-article-address-banner-alist)
13717         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13718         (gnus-treat-from-picon, gnus-treat-mail-picon)
13719         (gnus-treat-x-pgp-sig): Add :version.
13720
13721         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13722         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13723         (gnus-summary-article-delete-hook)
13724         (gnus-summary-display-while-building): Add :version.
13725
13726         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13727         (gnus-get-top-new-news-hook): Add :version.
13728
13729         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13730         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13731
13732         * gnus-registry.el (gnus-registry): Add :version.
13733
13734         * gnus-spec.el (gnus-use-correct-string-widths)
13735         (gnus-make-format-preserve-properties): Add :version.
13736
13737         * gnus.el (gnus-group-charter-alist)
13738         (gnus-group-fetch-control-use-browse-url)
13739         (gnus-install-group-spam-parameters): Add :version.
13740
13741         * gnus-diary.el (gnus-diary): Add :version.
13742
13743         * gnus-delay.el (gnus-delay): Add :version.
13744
13745         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13746         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13747         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13748         Add :version.
13749
13750         * gnus-agent.el (gnus-agent-max-fetch-size)
13751         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13752         (gnus-agent-prompt-send-queue): Add :version.
13753
13754         * deuglify.el (gnus-outlook-deuglify): Add :version.
13755
13756         * html2text.el: Beautify code.  Improve doc strings.  Some
13757         checkdoc cleanup.
13758         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13759
13760 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13761
13762         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13763
13764 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13765
13766         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13767         when package is loaded.
13768
13769         * spam.el (spam-summary-score-preferred-header): Add global preference
13770         for people who want to override the default SpamAssassin over
13771         Bogofilter preference (when both are set).
13772         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13773         (spam-user-format-function-S): Check
13774         spam-summary-score-preferred-header.
13775         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13776         (spam-user-format-function-S): Format the score correctly.
13777
13778 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13781         signature file.  Suggested by Manoj Srivastava
13782         <srivasta@golden-gryphon.com>.
13783
13784         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13785         iso-2022-jp even in the Japanese language environment.
13786         Suggested by Jason Rumney <jasonr@gnu.org>.
13787
13788 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13791         use the same characters as the dummy marks; make it free from
13792         getting affected by the language environment.
13793         (gnus-summary-read-group-1): Update mark positions only when the
13794         format spec is updated.
13795
13796         * gnus-spec.el (gnus-update-format-specifications): Return a list
13797         of updated types.
13798
13799 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13800
13801         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13802         of boundp to check if display-warning is available.
13803
13804 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13805
13806         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13807
13808 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * nnspool.el (nnspool-spool-directory): Use news-path if the
13811         news-directory variable is not bound.
13812
13813         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13814         function instead of display-warning if it is not available.
13815
13816 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13817
13818         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13819         v5-10: Use `point-at-bol'.
13820
13821 2004-10-26  Simon Josefsson  <jas@extundo.com>
13822
13823         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13824         <chenggao@gmail.com>.
13825
13826 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13827
13828         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13829         instead.
13830
13831 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13832
13833         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13834         to remove a server from the nnimap-server-buffer-alist.
13835         (nnimap-open-connection, nnimap-close-server): Use it.
13836
13837         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13838
13839 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13842         running the major-mode function.
13843
13844 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13847         dummy marks in the right way.
13848
13849 2004-10-18  David Edmondson  <dme@dme.org>
13850
13851         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13852         excessively.
13853
13854 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * gnus-util.el (gnus-split-references): Accept a nil references
13857         string and go on blissfully.
13858
13859         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13860         cases where the references string is non-nil but has no references.
13861
13862         * encrypt.el: Add autoload tags.
13863
13864         * spam.el (spam-resolve-registrations-routine): Remove article
13865         from unregistration list too.  Reported by David Hanak
13866         <dhanak@isis.vanderbilt.edu>
13867
13868 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13871         nil.  Changed custom type.
13872
13873 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13876
13877         * gnus-sum.el (gnus-summary-move-article): Use it.
13878
13879 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13880
13881         * encrypt.el: Add autoload cookies.
13882
13883         * spam.el (spam-backend-article-list-property)
13884         (spam-backend-get-article-todo-list)
13885         (spam-backend-put-article-todo-list)
13886         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13887         Resolve registrations separately.
13888         (spam-register-routine): Format comments.
13889         (spam-unregister-routine, spam-register-routine): Always call with
13890         specific-articles, no default list.
13891         (spam-summary-prepare-exit): Use the spam-classifications function.
13892
13893         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13894         gnus-encrypt.el.
13895
13896         * encrypt.el: Copied from gnus-encrypt.el.
13897
13898         * gnus-encrypt.el: Commented that it's obsolete.
13899
13900 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13903         (gnus-score-save): Use it.
13904
13905         * message.el (message-bury): Use `window-dedicated-p'.
13906
13907 2004-10-15  Simon Josefsson  <jas@extundo.com>
13908
13909         * pop3.el (top-level): Don't require nnheader.
13910         (pop3-read-timeout): Add.
13911         (pop3-accept-process-output): Add.
13912         (pop3-read-response, pop3-retr): Use it.
13913
13914 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13915
13916         * spam.el (spam-register-routine): Move comment.
13917         (spam-verify-bogofilter): Use 'unknown for the initial
13918         spam-bogofilter-valid state, not 'never.
13919
13920         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13921         for netrc-machine.
13922
13923         * nnimap.el (nnimap-open-connection): Use
13924         netrc-machine-user-or-password.
13925
13926 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13927
13928         * gnus-registry.el (gnus-registry-unload-hook):
13929         Set as a variable with add-hook.
13930
13931         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13932         of news-path.
13933
13934         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13935
13936         * spam.el: Delete duplicate `provide'.
13937         (spam-unload-hook): Set as a variable with add-hook.
13938
13939 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13940
13941         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13942         in the doc string.
13943
13944         * message.el (message-ignored-news-headers)
13945         (message-ignored-supersedes-headers)
13946         (message-ignored-resent-headers)
13947         (message-forward-ignored-headers): Improve custom type.
13948
13949 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * message.el (message-tokenize-header): Fix 2004-09-06 change
13952         which used point-min in the wrong place.
13953
13954 2004-10-12  Simon Josefsson  <jas@extundo.com>
13955
13956         * tls.el (tls-certtool-program): New variable.
13957         (tls-certificate-information): New function, based on
13958         ssl-certificate-information.
13959
13960 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * compface.el: Move the version of ELisp-based uncompface program
13963         to the contrib directory because of the copyright problem.
13964
13965 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13966
13967         * message.el (message-kill-buffer): Raise the current frame.
13968
13969 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13972
13973         * gnus.el (message-y-or-n-p): Autoload.
13974
13975         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13976         (pop3-password-required, pop3-authentication-scheme)
13977         (pop3-leave-mail-on-server): Made customizable.
13978         (pop3): New custom group.
13979         (pop3-retr): Remove `sleep-for' statements.
13980         Suggested by Dave Love <fx@gnu.org>.
13981
13982         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13983         Windows/DOS.
13984
13985         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13986         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13987         Dave Love <fx@gnu.org>.
13988
13989         * mml.el (mml-minibuffer-read-disposition): Require match.
13990         Suggested by Dave Love <fx@gnu.org>.
13991
13992 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13995         doc string.
13996
13997 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14000
14001 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14002
14003         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14004         instead of calling `mm-insert-inline', to decode text/* parts
14005         before displaying them.
14006
14007 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * mm-uu.el (mm-uu-text-plain-type): New variable.
14010         (mm-uu-pgp-signed-extract-1): Use it.
14011         (mm-uu-pgp-encrypted-extract-1): Use it.
14012         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14013         bind mm-uu-text-plain-type with that value.
14014         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14015         mm-uu-dissect.
14016
14017 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-group.el (gnus-update-group-mark-positions):
14020         * gnus-sum.el (gnus-update-summary-mark-positions):
14021         * message.el (message-check-news-body-syntax):
14022         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14023         of string-as-multibyte.
14024
14025 2004-10-05  Juri Linkov  <juri@jurta.org>
14026
14027         * gnus-group.el (gnus-update-group-mark-positions):
14028         * gnus-sum.el (gnus-update-summary-mark-positions):
14029         * message.el (message-check-news-body-syntax):
14030         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14031         8-bit unibyte values to a multibyte string for search functions.
14032
14033 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14036         (mm-uu-dissect-text-parts): New function.
14037
14038         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14039         dissect text parts.
14040
14041         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14042         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14043
14044         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14045
14046         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14047         gnus-current-topics instead of gnus-current-topic.
14048
14049 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14050
14051         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14052
14053 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14054
14055         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14056         where approriate.
14057
14058         * nnml.el (nnml-generate-active-info): do.
14059
14060         * nndiary.el (nndiary-generate-active-info): do.
14061
14062         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14063         (gnus-topic-move): do.
14064
14065         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14066         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14067
14068         * gnus-srvr.el (gnus-server-prepare)
14069         (gnus-server-open-all-servers): do.
14070
14071         * gnus-msg.el (gnus-summary-cancel-article)
14072         (gnus-summary-resend-message)
14073         (gnus-summary-mail-crosspost-complaint): do.
14074
14075         * gnus-move.el (gnus-change-server): do.
14076
14077         * gnus-group.el (gnus-group-unmark-all-groups)
14078         (gnus-group-set-current-level): do.
14079
14080 2004-10-04  Simon Josefsson  <jas@extundo.com>
14081
14082         * message.el (message-generate-hashcash): Doc fix.
14083
14084 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14085
14086         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14087         avoid infinite recursion via gnus-get-function.
14088
14089 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14090
14091         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14092
14093         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14094
14095         * nnmail.el (nnmail-split-history): do.
14096
14097         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14098         (nnml-request-delete-group): do.
14099
14100         * nnslashdot.el (nnslashdot-read-groups): do.
14101
14102         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14103         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14104
14105         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14106         (nnspool-sift-nov-with-sed): Use last.
14107         (nnspool-retrieve-headers-with-nov): Use mapc.
14108         (nnspool-request-newgroups): Use dolist.
14109         (nnspool-request-group): Use last.
14110
14111         * nntp.el (nntp-read-server-type): Use dolist.
14112
14113         * nnvirtual.el (nnvirtual-create-mapping)
14114         (nnvirtual-update-read-and-marked): Use dolist.
14115         (nnvirtual-convert-headers): Simplify.
14116
14117 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14118
14119         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14120         support for sync'ing tick marks.
14121
14122 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14125         there's no visible header.
14126
14127 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14128
14129         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14130         necessary, pass full group name to gnus-request-set-marks.
14131
14132 2004-10-01  Simon Josefsson  <jas@extundo.com>
14133
14134         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14135         acroread.
14136
14137 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14138
14139         * spam-report.el (spam-report-gmane): Fix interactive.
14140
14141         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14142
14143         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14144         when writing file.
14145         (gnus-agent-synchronize-flags): Don't default to being
14146         interactive.
14147
14148 2004-09-30  Simon Josefsson  <jas@extundo.com>
14149
14150         * message.el (message-generate-hashcash): Add.
14151         (message-send-mail): Use it, call mail-add-payment.
14152
14153 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14154
14155         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14156
14157 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14158
14159         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14160         gnus-requst-update-info with explicit code to sync the in-memory
14161         info read flags with the marks being sync'd to the backend.
14162
14163         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14164
14165 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * spam.el (spam-verify-bogofilter): Add new function.
14168         (spam-check-bogofilter)
14169         (spam-bogofilter-register-with-bogofilter): Use it.
14170         (spam-verify-bogofilter): Add small fixes.
14171
14172 2004-09-28  Simon Josefsson  <jas@extundo.com>
14173
14174         * hashcash.el (hashcash-generate-payment): Revert.
14175
14176 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14177
14178         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14179         gnus-extract-references instead of gnus-split-references.
14180
14181         * gnus-util.el (gnus-extract-references): Add new function, analogous
14182         to gnus-split-references but extracts only the message-ID without
14183         anything extra.
14184
14185         * hashcash.el (hashcash-generate-payment)
14186         (hashcash-check-payment): Do the right thing if hashcash-path is
14187         nil (because the hashcash program could not be found).
14188
14189         * spam.el (spam-use-hashcash): Remove comment.
14190
14191 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14192
14193         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14194         (gnus-cache-enter-article, gnus-cache-remove-article)
14195         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14196
14197         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14198
14199         * gnus-art.el (article-hide-boring-headers)
14200         (article-translate-strings, article-display-face)
14201         (gnus-article-mime-match-handle-first)
14202         (gnus-article-highlight-headers)
14203         (gnus-article-add-buttons-to-head): do.
14204
14205 2004-09-27  Simon Josefsson  <jas@extundo.com>
14206
14207         * hashcash.el: New version, from
14208         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14209         ../contrib/.
14210
14211 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14214
14215 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14216
14217         * gnus-dup.el (gnus-dup-open): Use mapc.
14218         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14219
14220         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14221         Reported by Stefan Wiens <s.wi@gmx.net>.
14222
14223         * gnus.el (gnus-shutdown): Use dolist.
14224
14225         * gnus-undo.el (gnus-undo): Use mapc.
14226
14227         * nnrss.el (nnrss-generate-active): do.
14228
14229         * message.el (message-cite-original-without-signature)
14230         (message-cite-original): Use mapc.
14231         (message-do-actions, message-make-forward-subject): Use dolist.
14232
14233 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14234
14235         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14236         deletion to remove entire duplicate line.  Fixes merged article
14237         number bug.
14238
14239 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14240
14241         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14242         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14243         first ask if you want to open a server and then, even when you
14244         responded with no, asking if you want to synchronize the server's
14245         flags.
14246         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14247         multi-line expressions.
14248         (gnus-agent-synchronize-group-flags): New internal function.
14249         Updates marks in memory (in the info structure) AND in the
14250         backend.
14251
14252         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14253
14254         * nnagent.el (nnagent-request-set-mark): Use
14255         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14256         method, to ensure that synchronization updates marks in the
14257         backend and in the info (in memory) structure.
14258
14259 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14262         convention fully; don't miss the root article of a thread; make
14263         the X-Draft-From header with correct article numbers.
14264
14265 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14266
14267         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14268         unless plugged.  Disable the agent so that an open failure causes
14269         an error.
14270
14271         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14272         Reverted 2004-09-21 change.  The backend must be opened while
14273         synchronizing flags even when the backend stores the flags
14274         locally.
14275
14276 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14279         in `header' match.  Reported by Svend Tollak Munkejord.
14280
14281         * message.el (message-cite-original): Fix use of
14282         `message-cite-articles-with-x-no-archive'.
14283
14284 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14287         (gnus-window-to-buffer): Ditto.
14288
14289         * mml.el (mml-preview-buffer): New variable.
14290         (mml-preview): Manage window layout with gnus-buffer-configuration.
14291
14292         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14293         X-Draft-From header even if those articles aren't quoted.
14294
14295 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14296
14297         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14298         (gnus-request-set-mark, gnus-request-update-mark): Use new
14299         g-s-t-u-l-m to decide to use backend even when unplugged.
14300
14301 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14302
14303         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14304         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14305
14306 2004-09-20  Simon Josefsson  <jas@extundo.com>
14307
14308         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14309         "utf-16-le".
14310
14311 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14312
14313         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14314
14315 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * uudecode.el (uudecode-use-external): Add :version.
14318
14319         * smime.el (smime-CA-file, smime-encrypt-cipher)
14320         (smime-dns-server): Add :version.
14321
14322         * smiley.el (gnus-smiley-file-types): Add :version.
14323
14324         * sha1.el (sha1-use-external): Add :version.
14325
14326         * pgg-def.el (pgg-query-keyserver): Add :version.
14327
14328         * nnmail.el (nnmail-fancy-expiry-targets)
14329         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14330         Add :version.
14331
14332         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14333         (nnimap-retrieve-groups-asynchronous): Add :version.
14334         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14335
14336         * mml.el (mml-content-disposition-parameters)
14337         (mml-insert-mime-headers-always): Add :version.
14338
14339         * mm-util.el (mm-coding-system-priorities): Add :version.
14340
14341         * mm-decode.el (mm-inline-text-html-with-images)
14342         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14343         (mm-verify-option): Add :version.
14344         (mm-text-html-renderer): Change :version.
14345
14346         * message.el (message-fcc-externalize-attachments)
14347         (message-required-headers, message-draft-headers)
14348         (message-subject-trailing-was-query)
14349         (message-subject-trailing-was-ask-regexp)
14350         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14351         (message-mark-insert-end, message-archive-header)
14352         (message-archive-note, message-cross-post-default)
14353         (message-cross-post-note, message-followup-to-note)
14354         (message-cross-post-note-function, message-use-mail-followup-to)
14355         (message-subscribed-address-functions)
14356         (message-subscribed-address-file, message-subscribed-addresses)
14357         (message-subscribed-regexps, message-allow-no-recipients)
14358         (message-yank-cited-prefix, message-signature-insert-empty-line)
14359         (message-hidden-headers, message-hierarchical-addresses)
14360         (message-mail-user-agent, message-use-idna)
14361         (message-valid-fqdn-regexp)
14362         (message-strip-special-text-properties, message-header-synonyms)
14363         (message-beginning-of-line, message-tab-body-function): Add :version.
14364         (message-insert-canlock, message-wide-reply-confirm-recipients):
14365         Change :version.
14366
14367         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14368         and :version.
14369         (mail-source-delete-old-incoming-confirm)
14370         (mail-source-movemail-program): Add :version.
14371
14372         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14373         (gnus-agent-cache, gnus-agent): Change :version.
14374
14375         * gnus-util.el (gnus-use-byte-compile): Change :version.
14376
14377         * gnus-sum.el (gnus-summary-make-false-root-always)
14378         (gnus-summary-default-high-score)
14379         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14380         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14381         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14382         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14383         (gnus-sum-thread-tree-single-indent)
14384         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14385         (gnus-sum-thread-tree-leaf-with-other)
14386         (gnus-sum-thread-tree-single-leaf): Add :version.
14387         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14388         (gnus-article-loose-mime): Change :version.
14389
14390         * gnus-start.el (gnus-backup-startup-file)
14391         (gnus-save-startup-file-via-temp-buffer): Add :version.
14392
14393         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14394         (gnus-server-offline-face): Add :version.
14395
14396         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14397
14398         * gnus-msg.el (gnus-gcc-externalize-attachments)
14399         (gnus-debug-files, gnus-debug-exclude-variables)
14400         (gnus-discouraged-post-methods): Change :version.
14401         (gnus-confirm-mail-reply-to-news)
14402         (gnus-confirm-treat-mail-like-news): Add :version.
14403
14404         * gnus-int.el (gnus-server-unopen-status): Add :version.
14405
14406         * gnus-group.el (gnus-group-jump-to-group-prompt)
14407         (gnus-large-ephemeral-newsgroup)
14408         (gnus-fetch-old-ephemeral-headers): Add :version.
14409
14410         * gnus-fun.el (gnus-x-face-directory)
14411         (gnus-convert-pbm-to-x-face-command)
14412         (gnus-convert-image-to-x-face-command)
14413         (gnus-convert-image-to-face-command): Add :version.
14414
14415         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14416
14417         * gnus-cite.el (gnus-cite-blank-line-after-header)
14418         (gnus-article-boring-faces): Add :version.
14419
14420         * gnus-art.el (gnus-buttonized-mime-types)
14421         (gnus-inhibit-mime-unbuttonizing)
14422         (gnus-treat-display-face)
14423         (gnus-treat-body-boundary): Change :version.
14424         (gnus-body-boundary-delimiter, gnus-picon-databases)
14425         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14426         (gnus-treat-date-english, gnus-treat-fold-headers)
14427         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14428         (gnus-treat-mail-picon, gnus-treat-wash-html)
14429         (gnus-article-encrypt-protocol)
14430         (gnus-use-idna, gnus-article-over-scroll)
14431         (gnus-mime-display-multipart-alternative-as-mixed)
14432         (gnus-mime-display-multipart-related-as-mixed)
14433         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14434         (gnus-ctan-url, gnus-button-ctan-handler)
14435         (gnus-button-handle-ctan-bogus-regexp)
14436         (gnus-button-ctan-directory-regexp)
14437         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14438         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14439         (gnus-button-man-level, gnus-button-emacs-level)
14440         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14441
14442         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14443         (gnus-agent-go-online): Change :version.
14444         (gnus-agent-expire-unagentized-dirs)
14445         (gnus-agent-auto-agentize-methods): Add :version.
14446
14447         * flow-fill.el (fill-flowed-display-column)
14448         (fill-flowed-encode-column): Add :version.
14449
14450         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14451         (gnus-outlook-deuglify-unwrap-max)
14452         (gnus-outlook-deuglify-cite-marks)
14453         (gnus-outlook-deuglify-unwrap-stop-chars)
14454         (gnus-outlook-deuglify-no-wrap-chars)
14455         (gnus-outlook-deuglify-attrib-cut-regexp)
14456         (gnus-outlook-deuglify-attrib-verb-regexp)
14457         (gnus-outlook-deuglify-attrib-end-regexp)
14458         (gnus-outlook-display-hook): Add :version.
14459
14460         * binhex.el (binhex-use-external): Add :version.
14461
14462 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14465         and `invisible'.
14466
14467 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14468
14469         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14470         in gnus-registry-trim.
14471
14472 2004-09-13  Simon Josefsson  <jas@extundo.com>
14473
14474         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14475
14476         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14477
14478         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14479         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14480         <yamaoka@jpl.org>.
14481         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14482         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14483         <yamaoka@jpl.org>.
14484
14485         * sieve.el (sieve-manage-mode): Ditto.
14486
14487 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14490
14491 2004-09-11  Simon Josefsson  <jas@extundo.com>
14492
14493         * dns-mode.el: Add.
14494
14495         * mm-view.el (mm-display-dns-inline): Add.
14496
14497         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14498         (mm-automatic-display): Ditto.
14499
14500         * mailcap.el (mailcap-mime-data): Add text/dns.
14501         (mailcap-mime-extensions): Map .soa to text/dns.
14502
14503 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14504
14505         * gnus-art.el (article-decode-mime-words, article-babel)
14506         (gnus-article-highlight-signature, gnus-article-add-buttons)
14507         (gnus-signature-toggle): Remove unnecessary bindings of
14508         `inhibit-read-only' inherited from v5.10 merge.
14509
14510 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * nntp.el (nntp): New customization group.
14513         (nntp-authinfo-file): Add customization group.
14514
14515         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14516
14517         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14518
14519         * gnus.el (to-address, to-list, subscribed)
14520         (large-newsgroup-initial): Ditto.
14521
14522         * flow-fill.el (fill-flowed-display-column)
14523         (fill-flowed-encode-column): Ditto.
14524
14525 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14526
14527         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14528         Use point-min rather than 1.
14529         (message-send-mail): Use buffer-size rather than point-max.
14530
14531         * gnus-sum.el (gnus-summary-search-article-forward):
14532         Signal a specific `search-failed' rather than a generic `error'.
14533
14534         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14535         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14536         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14537
14538 2004-09-10  Simon Josefsson  <jas@extundo.com>
14539
14540         * nndb.el (require): Remove tcp and duplicate cl.
14541
14542 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * gnus-agent.el (directory-files-and-attributes): Move forward.
14545
14546 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14547
14548         * gnus-agent.el (directory-files-and-attributes): Optionally
14549         defined to support XEmacs.
14550
14551 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14552
14553         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14554         to avoid run-time CL dependencies.
14555         (gnus-agent-unfetch-articles): New function.
14556         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14557         article numbers even when local .overview file is missing.
14558         (gnus-agent-read-article-number): New function.  Only accepts
14559         27-bit article numbers.
14560         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14561         gnus-agent-read-article-number.
14562         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14563         from backend while recognizing that article numbers in .overview
14564         must be valid.
14565         (gnus-agent-update-files-total-fetched-for): Use
14566         directory-files-and-attributes to improve performance.
14567         * gnus-int.el (gnus-request-move-article): Use
14568         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14569         improve performance.
14570
14571         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14572         some users confused by references to .newsrc when they only have a
14573         .newsrc.eld file.
14574         (gnus-convert-mark-converter-prompt)
14575         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14576         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14577         New function.  Used internally to only display 'gnus converting
14578         files' message when actually necessary.
14579
14580         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14581         methods now autoloaded.
14582
14583 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14586         identifiers.
14587
14588 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * gnus-picon.el: Fix indentation and closing parenthesis.
14591
14592 2004-09-01  Simon Josefsson  <jas@extundo.com>
14593
14594         * message.el (message-canlock-generate): Require sha1, not
14595         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14596         to require within a function.  Sadly, if sha1.el isn't loaded, the
14597         let binding in m-c-g will hide the defcustom definition, which is
14598         bad.)
14599
14600         * canlock.el: Require sha1, not sha1-el.
14601
14602         * message.el: Don't autoload sha1 (there is a autoload cookie in
14603         sha1.el).
14604
14605         * sha1-el.el: Renamed to sha1.el.
14606
14607 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14608
14609         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14610
14611 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14612
14613         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14614
14615 2004-08-30  Kim F. Storm  <storm@cua.dk>
14616
14617         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14618
14619         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14620         Add :group 'nnimap.
14621
14622 2004-08-30  Andreas Schwab  <schwab@suse.de>
14623
14624         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14625         ?* and ?\;.
14626
14627         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14628         and ?\' to symbol instead of whitespace.
14629
14630 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14633
14634         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14635         instead of re-search-forward.
14636
14637         * gnus-uu.el (gnus-uu-save-article): Ditto.
14638         (gnus-uu-post-encode-uuencode): Ditto.
14639
14640         * html2text.el (html2text-clean-list-items): Ditto.
14641         (html2text-clean-dtdd): Ditto.
14642         (html2text-format-tags): Ditto.
14643
14644         * message.el (message-send-mail-with-sendmail): Fix regexp.
14645         (message-fill-field-general): Use search-forward instead of
14646         re-search-forward.
14647         (unbold-region): Ditto.
14648
14649         * nnrss.el (nnrss-request-article): Ditto.
14650
14651         * nnslashdot.el (nnslashdot-request-article): Ditto.
14652
14653         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14654
14655         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14656         "Unrecognized menu descriptor" error in XEmacs.
14657
14658 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14659
14660         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14661         parent article of a sparse article in the thread hashtb.
14662
14663 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14664
14665         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14666         (nnmail-expand-newtext): Lowercase expanded entries if
14667         nnmail-split-lowercase-expanded is non-nil.
14668
14669 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14672
14673         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14674         of gnus-tmp-news-method into string under XEmacs.  It will be
14675         passed to gnus-correct-length which takes only a string argument.
14676
14677 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14678
14679         * gnus-util.el (gnus-bind-print-variables): New macro.
14680         (gnus-prin1): Use it.
14681         (gnus-prin1-to-string): Use it.
14682         (gnus-pp): New function.
14683         (gnus-pp-to-string): New function.
14684
14685         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14686         Replace pp-to-string with gnus-pp-to-string.
14687         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14688         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14689         * gnus-msg.el (gnus-debug): Ditto.
14690         * gnus-score.el (gnus-score-save): Ditto.
14691         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14692         gnus-pp-to-string.
14693         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14694         with gnus-pp.
14695         * score-mode.el (gnus-score-pretty-print): Ditto.
14696         * webmail.el (webmail-debug): Ditto.
14697
14698 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-art.el (article-display-face, article-display-x-face):
14701         Use buffer-read-only.
14702
14703 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-art.el (article-hide-list-identifiers):
14706         Bind inhibit-read-only as t.
14707
14708 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14711
14712 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14713
14714         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14715         (gnus-narrow-to-page): Don't assume point-min == 1.
14716         (gnus-article-edit-mode): Derive from message-mode.
14717
14718         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14719         point-min == 1.
14720
14721         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14722         Disable incorrect use of `assert'.
14723
14724         * message.el (message-mode): Set comment-start-skip.
14725
14726
14727 2004-08-22  Sam Steingold  <sds@gnu.org>
14728
14729         * pop3.el (pop3-leave-mail-on-server): New user variable.
14730         (pop3-movemail): Delete mail only when it is nil.
14731
14732 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14735
14736         * mml.el (mml-preview): Use `pop-to-buffer'.
14737
14738         * message.el (message-goto-mail-followup-to): Insert after "To".
14739         (message-carefully-insert-headers): Add comment.
14740
14741         * gnus.el: Remove unused variable `gnus-article-check-size'.
14742
14743         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14744
14745         * gnus-art.el (gnus-button-alist): Improve
14746         `gnus-button-handle-library' entry.
14747
14748 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14749
14750         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14751         downcase, since XEmacs capitalizes error messages differently.
14752
14753 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14754
14755         * nntp.el: Add (require 'gnus) due to reference to
14756         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14757
14758 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14759
14760         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14761         `mm-fill-flowed'.
14762
14763         * mm-decode.el (mm-dissect-singlepart): Check it.
14764
14765 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14766
14767         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14768         'imap' for netrc parsing.
14769
14770 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * mailcap.el (mailcap-mime-data): Mark as risky.
14773
14774 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14777         may be included in the encoded word.
14778         (rfc2047-encode): Don't append a space if the encoded word
14779         includes close parenthesis.
14780
14781 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14784         of text within parentheses.
14785
14786 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14787
14788         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14789         (gnus-encrypt-write-file-contents): Make the password key the file
14790         name PLUS the cipher, not just the cipher.  Also remove failed
14791         passwords from the cache.
14792
14793 2004-08-06  Simon Josefsson  <jas@extundo.com>
14794
14795         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14796         fix.
14797
14798 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14801         LWSP.
14802
14803 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14804
14805         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14806         to append in-reply-to: data to the references: header.
14807
14808         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14809         (netrc-parse): Use gnus-encrypt.el functions.
14810
14811         * gnus-encrypt.el: Add new file for encryption support; currently
14812         does only a few GPG ciphers and an internal XOR cipher.
14813
14814         * password.el: Add comments on using password-read-and-add.
14815         (password-read-and-add): Add function to read and add the
14816         password to the cache at once.
14817
14818 2004-07-28  Simon Josefsson  <jas@extundo.com>
14819
14820         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14821         parameter (but don't use it, for now).
14822
14823         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14824         instead of hard coding to nil.
14825
14826 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14829         as mm-inline-image-xemacs does.
14830
14831 2004-07-26  Simon Josefsson  <jas@extundo.com>
14832
14833         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14834         Revert part of 2004-07-17 change below.
14835
14836 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14839         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14840
14841 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14842
14843         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14844         quotes that actually start with ">" at the beginning of the
14845         lines.
14846
14847 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * rfc2047.el (rfc2047-encode-region): Fix last change.
14850         (rfc2047-encode-parameter): Remove useless concat.
14851
14852 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14855         encode special characters; fix some kind of misconfigured headers;
14856         signal a real error if debug-on-quit or debug-on-error is non-nil.
14857         (rfc2047-encode-max-chars): New variable.
14858         (rfc2047-encode-1): Use it.
14859         (rfc2047-encode-parameter): New function.
14860
14861         * mml.el (mml-insert-parameter): Remove an excessive space.
14862
14863 2004-07-17  Simon Josefsson  <jas@extundo.com>
14864
14865         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14866         Kai Grossjohann <kai@emptydomain.de>.
14867         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14868         (gnus-group-make-menu-bar): Ditto.
14869
14870         * gnus-util.el (gnus-group-server): Add.
14871
14872 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14873
14874         * message.el (message-clone-locals): Clone sendmail and smtp
14875         variables.
14876
14877 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * rfc2047.el (rfc2047-encode-region): Fix last change.
14880
14881 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14884         characters as non-special.
14885
14886 2004-07-09  Simon Josefsson  <jas@extundo.com>
14887
14888         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14889         Users will lose all flag changes made while unplugged with
14890         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14891         good default.  See numerous reports on ding mailing list.
14892
14893 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14896         add generate-head-function and generate-article-function to the
14897         rfc822-forward entry.
14898         (nndoc-rfc822-forward-generate-article): New function.
14899         (nndoc-rfc822-forward-generate-head): New function.
14900
14901         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14902
14903 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14904
14905         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14906         respect display group parameter and gnus-summary-expunge-below.
14907         (gnus-articles-to-read): Remove unused reference to display group
14908         parameter.
14909
14910 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14911
14912         * nnheader.el (nnheader-uniquify-message-id): New experimental
14913         variable.
14914         (nnheader-nov-read-message-id): Use it.
14915
14916         * spam-report.el (spam-report-gmane): Add interactive.
14917
14918 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14921         qp-or-base64 for the application/* types.
14922
14923 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14924
14925         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14926
14927 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14928
14929         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14930         trim value.
14931
14932 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14933
14934         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14935         New macro and function.
14936         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14937
14938 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14941         after-load-alist.
14942
14943 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14944
14945         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14946         update info that isn't there.
14947
14948 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14949
14950         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14951         entry.
14952
14953 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * mm-view.el (mm-inline-render-with-function): Use multibyte
14956         buffer; decode html source by charset.
14957
14958         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14959
14960         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14961         Mule-UCS is loaded under XEmacs.
14962         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14963
14964 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14965
14966         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14967
14968 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * mm-util.el (mm-coding-system-p): Return a coding-system.
14971         (mm-mime-mule-charset-alist): Use shift_jis instead of
14972         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14973         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14974         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14975         instead of japanese-shift-jis and iso-latin-1 respectively in
14976         order to share the default value with both Emacs and XEmacs-mule.
14977         (mm-mule-charset-to-mime-charset): Make
14978         mm-coding-system-priorities effective.
14979         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14980         while predicating of candidates upon the priorities.
14981
14982 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14983
14984         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14985         gnus-uu-invert-processable.
14986
14987         * gnus.el: Autoload gnus-uu-invert-processable.
14988
14989 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * mm-util.el (mm-with-multibyte-buffer): New macro.
14992
14993         * rfc2047.el (rfc2047-encode-string): Use it.
14994         (rfc2047-encode-region): Move point to the end of the region after
14995         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14996
14997 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15000         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15001
15002 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15005         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15006         Karl Chen <quarl@nospam.quarl.org>.
15007
15008 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15009
15010         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15011         invalid addresses.
15012
15013 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15014
15015         * spam.el: Change section markers, revise TODO list.
15016         (spam-backends): Make new master list of all installed backends.
15017         (spam-summary-exit-behavior): Add new variable to determine how
15018         messages moves are done at summary exit.
15019         (spam-move-spam-nonspam-groups-only)
15020         (spam-process-ham-in-nonham-groups)
15021         (spam-process-ham-in-spam-groups): Remove variables, the
15022         spam-summary-exit-behavior variable should be used to manage this
15023         behavior.
15024         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15025         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15026         and spam-old-spam-articles.
15027         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15028         Add empty variables, placeholders for the backends they represent.
15029         (spam-set-difference): Move, unchanged.
15030         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15031         unless the user has a processor variable.
15032         (spam-classifications, spam-classification-valid-p)
15033         (spam-backend-properties, spam-backend-property-valid-p)
15034         (spam-backend-function-type-valid-p)
15035         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15036         (spam-report-articles-gmane, spam-report-articles-resend):
15037         Remove functions, they are not needed.
15038         (spam-install-backend-super, spam-backend-list)
15039         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15040         (spam-backend-function, spam-backend-ham-registration-function)
15041         (spam-backend-spam-registration-function)
15042         (spam-backend-ham-unregistration-function)
15043         (spam-backend-spam-unregistration-function)
15044         (spam-backend-statistical-p, spam-backend-mover-p)
15045         (spam-install-backend-alias, spam-install-checkonly-backend)
15046         (spam-install-mover-backend, spam-install-nocheck-backend)
15047         (spam-install-backend, spam-install-statistical-backend)
15048         (spam-install-statistical-checkonly-backend): Add backend installation
15049         support.
15050         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15051         (spam-group-processor-p): Use the new backend code and respect the
15052         summary exit behavior.
15053         (spam-mark-spam-as-expired-and-move-routine): Remove.
15054         (spam-summary-prepare): Change to use the new spam-old-articles
15055         variable.
15056         (spam-copy-or-move-routine, spam-copy-spam-routine)
15057         (spam-move-spam-routine, spam-copy-ham-routine)
15058         (spam-move-ham-routine): Add code to copy/move ham or spam.
15059         (spam-fetch-field-fast): Improve doc and code, plus allow the
15060         'number request.
15061         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15062         variables.
15063         (spam-split, spam-find-spam): Use the new backend code.
15064         (spam-registration-functions): Remove variable.
15065         (spam-unregister-routine): Add convenience wrapper.
15066         (spam-log-undo-registration, spam-register-routine)
15067         (spam-log-processing-to-registry)
15068         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15069         where possible.
15070         (spam-check-gmane-xref, spam-check-regex-headers)
15071         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15072         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15073         (spam-check-bogofilter-headers, spam-check-spamoracle)
15074         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15075         (spam-check-crm114-headers): Use the spam-split-group that
15076         spam-split prepares, no need to determine it every time.
15077
15078         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15079         to the nnheader-parse-naked-head call.
15080
15081         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15082
15083         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15084         the nnheader-nov-read-message-id call.
15085
15086 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15089         gnus-activate-group twice.  Suggested by Markus Peter
15090         <warp@spin.de>.
15091
15092 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * gnus-art.el (gnus-article-time-format): Exchange the order of
15095         day and month in the default value; fix customization type.
15096         (article-date-ut): Use add-text-properties.
15097         (article-make-date-line): Use message-make-date instead of
15098         current-time-string.
15099
15100         * message.el (message-fetch-field): Don't use set-text-properties.
15101         (message-make-date): Simplify.
15102
15103         * messagexmas.el (message-xmas-make-date): New function.
15104         (message-xmas-redefine): Defalias message-make-date to it.
15105
15106 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15109         (rfc2047-encode-region): Treat text within parentheses as special;
15110         show the original text when error has occurred.
15111
15112         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15113         already-computed method to gnus-activate-group.
15114
15115         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15116         same select-methods identical Lisp objects.
15117
15118         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15119         object when modifying the info.
15120
15121 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15124         gnus-opened-servers since it has never been opened with the new
15125         configuration yet.
15126
15127 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15130         arg to nnheader-generate-fake-message-id.
15131
15132 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15133
15134         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15135         number and build a fake message ID localized to a group and
15136         article number (so it's repeatable from that point on).
15137         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15138         ID format.
15139
15140         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15141         nnheader-generate-fake-message-id with the article number.
15142
15143 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15144
15145         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15146         end-of-buffer.
15147
15148 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * message.el (message-ignored-supersedes-headers): Add Approved.
15151
15152 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15155         goto-char.
15156         (rfc2047-encode): Fold the line before encoding.
15157
15158 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15159
15160         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15161         folding -- not all headers can be folded, and this should be done
15162         by the message composition mode.  Probably.  I think.
15163
15164 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15167         fast.
15168
15169         * gnus-ems.el (gnus-remove-image): Don't use
15170         message-text-with-property; remove only the image found first.
15171
15172         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15173         found first.
15174
15175 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15176
15177         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15178
15179 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15180
15181         * message.el (message-text-with-property): Make it fast and accept
15182         optional arguments.
15183         (message-strip-forbidden-properties): Use it.
15184         (message-fix-before-sending): Follow the m-t-w-p change.
15185
15186         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15187
15188 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (article-hide-headers): Don't change the buffer
15191         mistakenly when performing mml-preview even if
15192         gnus-single-article-buffer is nil.
15193
15194 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15195
15196         * message.el (message-expand-name-databases): New user option.
15197         (message-expand-name): Use it.
15198
15199 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15200
15201         * spam.el (spam-report-articles-resend)
15202         (spam-report-resend-register-routine): Allow ham reporting.
15203         (spam-report-resend-register-ham-routine): Add wrapper.
15204         (spam-registration-functions): Add ham resending functions.
15205         (spam-list-of-processors): Add ham resend processor.
15206
15207         * gnus.el (ham-resend-to): Add new group parameter.
15208         (spam-process): Add ham resend option.
15209
15210         * spam-report.el (spam-report-resend): Allow reporting ham.
15211         (spam-report-resend-ham): Add wrapper.
15212
15213 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214
15215         * message.el (message-cite-articles-with-x-no-archive): New
15216         variable.
15217         (message-cite-original): Use it.
15218
15219 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220
15221         * message.el (message-cite-original): Respect X-No-Archive.
15222
15223 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * gnus-art.el (article-hide-headers): Refer to the values for
15226         gnus-ignored-headers and gnus-visible-headers in the summary
15227         buffer since a user may have set them as group parameters.
15228
15229 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * assistant.el (assistant-node-name): Add convenience function.
15232         (assistant-render-text, assistant-render-node): Add error handling,
15233         plus handle multiple next nodes.
15234         (assistant-find-next-node): Comment out for now.
15235         (assistant-find-next-nodes): Add function, returns list of next
15236         nodes.
15237
15238 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * mail-source.el (mail-source-directory): Fix doc-string.
15241
15242 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * assistant.el (assistant-render-text, assistant-eval): Add :set
15245         widget type, which is different because it takes and returns a
15246         list.  Much hilarity ensues.
15247
15248 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15249
15250         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15251
15252         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15253         doc-string.
15254
15255         * gnus-start.el (gnus-activate-group): Added doc-string.
15256
15257 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15260
15261 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15262
15263         * assistant.el (assistant-render-text): Try to add a :set
15264         widget, more to come.
15265
15266         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15267         strings.
15268         (spam-report-articles-resend)
15269         (spam-register-routine): Do registration iff any articles warrant
15270         it.
15271         (spam-summary-prepare-exit): Change log message for nil group
15272         destinations.
15273
15274 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15275
15276         * spam.el (spam-report-resend-register-routine): Allow
15277         spam-report-resend-to to be a group parameter or a global value.
15278
15279 2004-05-26  Simon Josefsson  <jas@extundo.com>
15280
15281         * starttls.el: Merge with my GNUTLS based starttls.el.
15282         (starttls-gnutls-program, starttls-use-gnutls)
15283         (starttls-extra-arguments, starttls-process-connection-type)
15284         (starttls-connect, starttls-failure, starttls-success): New
15285         variables.
15286         (starttls-program, starttls-extra-args): Doc fix.
15287         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15288         functions.
15289         (starttls-negotiate, starttls-open-stream): Check
15290         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15291         function if it is set.
15292
15293 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15294
15295         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15296         structured fields.
15297
15298 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15301
15302 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15303
15304         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15305         variable.
15306         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15307         assigning the spam-mark to new messages.
15308
15309 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15310
15311         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15312
15313 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15316
15317         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15318         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15319         default.
15320
15321 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15322
15323         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15324         correct data.
15325
15326 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15327
15328         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15329         (spam-group-processor-p): Fix function.
15330         (spam-group-processor-multiple-p)
15331         (spam-group-spam-processor-report-gmane-p)
15332         (spam-group-spam-processor-report-resend-p)
15333         (spam-group-spam-processor-bogofilter-p)
15334         (spam-group-spam-processor-blacklist-p)
15335         (spam-group-spam-processor-ifile-p)
15336         (spam-group-ham-processor-ifile-p)
15337         (spam-group-spam-processor-spamoracle-p)
15338         (spam-group-spam-processor-crm114-p)
15339         (spam-group-ham-processor-bogofilter-p)
15340         (spam-group-spam-processor-stat-p)
15341         (spam-group-ham-processor-stat-p)
15342         (spam-group-ham-processor-whitelist-p)
15343         (spam-group-ham-processor-BBDB-p)
15344         (spam-group-ham-processor-spamoracle-p)
15345         (spam-group-ham-processor-copy-p): Remove functions with some
15346         prejudice against unneeded code.
15347         (spam-report-articles-resend)
15348         (spam-report-resend-register-routine): Allow the group/topic
15349         spam-resend-to value to override spam-report-resend-to.
15350         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15351         properly now.
15352
15353         * gnus.el (spam-resend-to): Add group/topic parameter.
15354         (spam-process): Move the OBSOLETE processors to the end of the
15355         choices.
15356
15357 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15358
15359         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15360         with resend-to set to nil, and then ask the user if necessary.
15361         (spam-report-resend): spam-report-resend takes a list of articles, not
15362         separate article numbers.
15363
15364 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15367         addition to emacs-w3m.
15368
15369 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15370
15371         * assistant.el (assistant-authinfo-data): New function.
15372         (assistant-eval): Eval for entire assistant.
15373
15374         * netrc.el (netrc-services-file): New variable.
15375         (netrc-parse-services): New function.
15376         (netrc-find-service-name): New function.
15377         (netrc-find-service-number): New function.
15378         (netrc-port-equal): New function.
15379         (netrc-machine): Use it.
15380
15381         * nnimap.el (nnimap-open-connection): Use netrc.
15382
15383         * gnus-util.el (gnus-netrc-get): Remove aliases.
15384
15385         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15386
15387         * assistant.el (wid-edit): Fix compilation.
15388
15389         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15390
15391 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15392
15393         * gnus-util.el (gnus-set-file-modes): New function.  (small
15394         patch).
15395
15396 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15397
15398         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15399
15400         * assistant.el (assistant-render-node): Fix up rendering and
15401         read-only text.
15402         (assistant-render-node): Reset.
15403         (assistant-make-read-only): Not sticky.
15404
15405 2004-05-20  Danny Siu  <dsiu@adobe.com>
15406
15407         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15408         centered even when gnus-auto-center-summary is t.
15409
15410 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * dns.el (dns-get-txt-answer): New function.
15413         (dns-read-txt): Ditto.
15414         (query-dns): Use it.
15415
15416 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15419         active for foreign groups even if the group level is higher than
15420         the specified value.
15421
15422 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15425         non-active groups.
15426
15427         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15428
15429 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15430
15431         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15432
15433 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15434
15435         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15436         (spam-crm114-header, spam-crm114-spam-switch)
15437         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15438         (spam-crm114-positive-spam-header)
15439         (spam-crm114-database-directory, spam-list-of-processors)
15440         (spam-group-spam-processor-crm114-p)
15441         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15442         (spam-generic-score, spam-list-of-checks)
15443         (spam-list-of-statistical-checks, spam-registration-functions)
15444         (spam-check-crm114-headers, spam-crm114-score)
15445         (spam-check-crm114, spam-crm114-register-with-crm114)
15446         (spam-crm114-register-spam-routine)
15447         (spam-crm114-unregister-spam-routine)
15448         (spam-crm114-register-ham-routine)
15449         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15450         asjo@koldfront.dk (Adam Sjøgren).
15451
15452         * gnus.el: Add spam-use-crm114.
15453
15454         * spam.el (spam-list-of-processors, spam-registration-functions):
15455         Add spam-use-resend.
15456         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15457         (spam-report-articles-gmane): Add doc fix.
15458         (spam-report-articles-resend, spam-report-resend-register-routine):
15459         Add wrappers around spam-report-resend-to.
15460
15461         * spam-report.el (spam-report-resend-to, spam-report-resend):
15462         Add support for resending spam.
15463         (spam-report-gmane): Fix line length >80.
15464
15465         * gnus.el (spam-process): Add spam-use-resend.
15466
15467 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15468
15469         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15470         number of processed spam messages.
15471         (spam-ham-copy-or-move-routine): Return the number of processed
15472         ham messages.
15473         (spam-summary-prepare-exit): Use the above values to decide
15474         whether status messages shouled be displayed.
15475
15476 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15477
15478         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15479         `rfc2047-encoding-function-alist' in order to avoid conflicting
15480         with the old version.
15481         (rfc2047-encode-region): Concatenate words containing non-ASCII
15482         characters in structured fields; don't encode space-delimited
15483         ASCII words even in unstructured fields; don't break words at
15484         char-category boundaries.
15485         (rfc2047-encode-1): New function.
15486         (rfc2047-encode): Use it; encode text so that it occupies the
15487         maximum width within 76-column; work correctly on Q encoding for
15488         iso-2022-* charsets.
15489         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15490         sure not to break a line just after the header name.
15491         (rfc2047-b-encode-region): Removed.
15492         (rfc2047-b-encode-string): New function.
15493         (rfc2047-q-encode-region): Removed.
15494         (rfc2047-q-encode-string): New function.
15495
15496         * mm-util.el (mm-replace-in-string): New function.
15497
15498 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499
15500         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15501         get it right.
15502         (gnus-inews-make-draft): Really.
15503
15504 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15505
15506         * nnmh.el (nnmh-request-list-1): Don't check the link count
15507         before descending.  (small patch)
15508
15509 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15510
15511         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15512         stuff.
15513
15514         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15515         on real group name.
15516
15517         * gnus-art.el (gnus-signature-limit): Doc fix.
15518
15519         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15520
15521         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15522
15523 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15524
15525         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15526         isn't a string.
15527
15528 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15529
15530         * gnus-draft.el (gnus-draft-send): Bind
15531         rfc2047-encode-encoded-words.
15532
15533         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15534         (rfc2047-encodable-p): Say that =? needs encoding.
15535         (rfc2047-encode-encoded-words): New variable.
15536
15537         * gnus-group.el (gnus-group-select-group): Doc fix.
15538
15539         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15540
15541         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15542         to nil.
15543
15544         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15545
15546         * nnheader.el (nnheader-get-lines-and-char): New function.
15547
15548 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * gnus-msg.el (gnus-summary-followup-with-original): Document
15551         yanking of region when active.
15552
15553 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15556         groups if the group level is higher than the specified value.
15557
15558 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15559
15560         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15561         (gnus-group-jump-to-group): Added prefix argument using
15562         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15563         non-active group.
15564
15565         * compface.el (uncompface): Be verbose when changing
15566         `uncompface-use-external'.
15567
15568         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15569         handle manual section.
15570
15571 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15572
15573         * gnus-art.el (gnus-button-alist): Revert previous change.
15574
15575 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15578
15579 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15580
15581         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15582         whether backend can accept message.
15583
15584         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15585
15586 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15587
15588         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15589         Avoid creating directory when nntp-marks-is-evil is true.
15590         Reported by Reiner Steib.
15591
15592 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15593
15594         * gnus-picon.el (gnus-picon-style): New variable.
15595         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15596         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15597         Jesper Harder <harder@ifa.au.dk>.
15598
15599 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15600
15601         * message.el (message-fill-field): Return point.
15602         (message-generate-headers): Go to end of field.
15603
15604         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15605         stuff for non-living groups.
15606
15607 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15608
15609         * gnus-art.el (gnus-article-followup-with-original)
15610         (gnus-article-reply-with-original): gnus-mark-active-p ->
15611         gnus-region-active-p.
15612
15613 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15616         only when there is spam or ham to be processed.
15617
15618 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15619
15620         * mail-source.el (mail-source-delete-crash-box): Refactor.
15621         (mail-source-fetch): Use it.
15622         (mail-source-fetch-file): Ditto.
15623         (mail-source-fetch-directory): Run postscript in loop.
15624         (mail-source-fetch-pop): Delete.
15625         (mail-source-fetch-maildir): Ditto.
15626         (mail-source-fetch-imap): Ditto.
15627
15628         * imap.el (imap-authenticators): Comment out sasl.
15629
15630         * message.el (message-skip-to-next-address): New function.
15631         (message-fill-header-address): Refactor.
15632         (message-fill-address): Use it.
15633         (message-delete-address): Use it.
15634         (message-fill-header-general): Refactor.
15635         (message-fill-field-address): Rename.
15636         (message-narrow-to-field): Find the start of the header.
15637         (message-header-format-alist): Don't pre-fill.
15638         (message-fill-header): Removed.
15639         (message-insert-header): New function.
15640         (message-shorten-references): Use it.
15641
15642         * rfc2047.el (rfc2047-field-value): Strip props.
15643
15644         * mail-parse.el (mail-header-make-address): New alias.
15645
15646         * ietf-drums.el (ietf-drums-make-address): New function.
15647
15648         * imap.el: Add compiler directives.
15649
15650         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15651
15652         * gnus-art.el (article-decode-idna-rhs): Don't use
15653         message-idna-inside-rhs-p.
15654
15655 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15656
15657         * message.el (message-idna-inside-rhs-p): Removed.
15658         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15659
15660         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15661         false positives.
15662
15663 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15664
15665         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15666
15667 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15668
15669         * nneething.el (nneething-file-name): Don't create spurious
15670         files.
15671
15672         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15673         (gnus-inews-do-gcc): Remove sleep.
15674
15675         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15676         part under point.
15677
15678         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15679         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15680
15681 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * spam.el (spam-summary-prepare-exit): Fixed (length).
15684
15685 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15686
15687         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15688         as expired without moving it" message when there are spam
15689         messages left.
15690
15691 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15692
15693         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15694         header is not nil.
15695
15696 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15697
15698         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15699         nntp-possibly-create-directory, not nntp-possibly-change-group.
15700         (nntp-marks-changed-p): New arg SERVER.
15701         (nntp-request-update-info): Adjust caller.
15702
15703 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15704
15705         * nntp.el (nntp-save-marks): Pass missing arg.
15706
15707 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15708
15709         * nntp.el: Support marks.
15710         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15711         (nntp-marks-modtime, nntp-marks-directory): New variables.
15712         (nntp-request-set-mark, nntp-request-update-info)
15713         (nntp-possibly-create-directory, nntp-marks-changed-p)
15714         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15715         functions.
15716
15717 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15718
15719         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15720         (gnus-xmas-redefine): Rename.
15721
15722         * gnus-score.el (gnus-score-insert-help): Use
15723         gnus-select-lowest-window.
15724
15725         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15726         appt-select-lowest-window and rename to gnus-select-lowest-window.
15727
15728         * gnus.el: do.
15729
15730 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15731
15732         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15733         encodings of MIME-encoded words, in order to improve
15734         interoperability with several broken MUAs.
15735
15736 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15737
15738         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15739         tags, only when charsets are not specified in headers.
15740         (mm-inline-text-html-render-with-w3m): Ditto.
15741
15742         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15743         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15744
15745 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15746
15747         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15748         instead of MIME-decoded from fields when checking
15749         `gnus-article-address-banner-alist'.
15750
15751 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15752
15753         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15754         description rather than subject.
15755
15756 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15757
15758         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15759
15760 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15761
15762         * gnus.el (gnus-version-number): Bump.
15763
15764 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15765
15766         * gnus.el: No Gnus v0.2 is released.
15767
15768 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15769
15770         * gnus-agent.el (gnus-agent-read-agentview): Inline
15771         gnus-uncompress-range.
15772
15773 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15774
15775         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15776         `exec-installed-p'.
15777
15778 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15779
15780         * gnus.el (spam-process, spam-autodetect-methods): Add
15781         bsfilter and bsfilter-headers.
15782
15783         * spam.el (spam-bsfilter): New customize group.
15784         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15785         (spam-bsfilter-header, spam-bsfilter-probability-header)
15786         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15787         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15788         (spam-bsfilter-database-directory): New options.
15789         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15790         (spam-list-of-statistical-checks, spam-registration-functions):
15791         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15792         (spam-bsfilter-score): New command.
15793         (spam-check-bsfilter-headers, spam-check-bsfilter)
15794         (spam-bsfilter-register-with-bsfilter)
15795         (spam-bsfilter-register-spam-routine)
15796         (spam-bsfilter-unregister-spam-routine)
15797         (spam-bsfilter-register-ham-routine)
15798         (spam-bsfilter-unregister-ham-routine): New functions.
15799         (spam-generic-score): Support bsfilter; Accept an optional argument
15800         to recalcurate spam score even if scoring header has already been
15801         added.
15802         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15803         optional argument to recalcurate spam score even if scoring header
15804         has already been added.
15805
15806 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15807
15808         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15809         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15810         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15811         link is missing.
15812
15813 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15814
15815         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15816         (html2text-get-attr): Rewrite.
15817
15818         * message.el (message-setup-1): Remove redundant put-text-property
15819         on mail-header-separator.
15820
15821 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15822
15823         * gnus-registry.el (gnus-registry-cache-whitespace)
15824         (gnus-registry-action, gnus-registry-spool-action)
15825         (gnus-registry-split-fancy-with-parent): Change message levels
15826         from 5 to 3 or 7, as needed.
15827
15828         * spam.el (spam-summary-prepare-exit)
15829         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15830         (spam-split, spam-find-spam, spam-log-undo-registration)
15831         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15832         level from 5 to 6.
15833
15834 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15837         2004-03-04 change).
15838
15839 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15840
15841         * sieve-manage.el (sieve-manage-open):
15842         * nnweb.el (nnweb-insert-html):
15843         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15844         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15845         * nnspool.el (nnspool-request-group):
15846         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15847         * nnml.el (nnml-request-update-info):
15848         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15849         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15850         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15851         (nnimap-request-set-mark):
15852         * nnfolder.el (nnfolder-request-update-info):
15853         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15854         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15855         * gnus-uu.el (gnus-uu-find-articles-matching):
15856         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15857         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15858         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15859         * gnus-nocem.el (gnus-nocem-scan-groups):
15860         * gnus-int.el (gnus-start-news-server):
15861         * gnus-group.el (gnus-group-make-kiboze-group)
15862         (gnus-group-browse-foreign-server):
15863         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15864         Use mapc when appropriate.
15865
15866 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15867
15868         FIXME: Make separate entries for each person.
15869
15870         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15871         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15872         <shields@msrl.com>:
15873
15874         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15875         may need for spam sorting and scoring.
15876         (spam-user-format-function-S): Add user format function suitable for
15877         general use.
15878         (spam-article-sort-by-spam-status): Add sorting function for summary
15879         sorting.
15880         (spam-extra-header-to-number): Add function to get a score from a
15881         header.
15882         (spam-summary-score): Add function to get a numeric score from the
15883         headers.
15884         (spam-generic-score): Fix function doc, was in wrong place.
15885         (spam-initialize): Take symbols when it's run, and install the
15886         extra headers that spam-necessary-extra-headers thinks we need.
15887
15888 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15891         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15892
15893 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * gnus-sum.el (gnus-set-global-variables)
15896         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15897         (gnus-article-get-xrefs, gnus-summary-best-group)
15898         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15899         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15900         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15901         Use with-current-buffer.
15902
15903 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * spam.el (spam-summary-prepare-exit): Simplify logic.
15906         (spam-fetch-article-header): Read the article header if it's not
15907         available.
15908         (spam-list-articles): Simplify logic.
15909         (spam-filelist-register-routine): Fix bug with unregister-list.
15910
15911         * gnus-registry.el: Fix comments at beginning.
15912
15913 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15914
15915         * message.el (message-cater-to-broken-inn): Remove.
15916         (message-shorten-references): Make sure the total folded length of
15917         References is shorter than 998 characters to cater to a bug in INN
15918         2.3.  Also, don't pretend that references aren't folded -- this
15919         hasn't worked for a while.
15920
15921 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15922
15923         * gnus-agent.el (gnus-agentize):
15924         gnus-agent-send-mail-real-function no longer set to current value
15925         of message-send-mail-function but rather a lambda that calls
15926         message-send-mail-function.  The change makes the agent real-time
15927         responsive to user changes to message-send-mail-function.
15928
15929 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15930
15931         * legacy-gnus-agent.el
15932         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15933         help from Florian Weimer <fw@deneb.enyo.de>
15934
15935 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * nnmail.el (nnmail-cache-insert): Revert last change.
15938
15939 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * nnmail.el (nnmail-cache-insert): Always check whether
15942         nnmail-cache-ignore-groups matches a group name.
15943
15944 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15945
15946         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15947         (spam-find-spam, spam-log-processing-to-registry)
15948         (spam-log-registered-p, spam-log-unregistration-needed-p)
15949         (spam-log-undo-registration): Use gnus-message instead of
15950         gnus-error, none of these errors are fatal.
15951
15952         * gnus-registry.el (gnus-registry-clean-empty-function)
15953         (gnus-registry-clean-empty): Remove only empty entries without
15954         extra data.
15955
15956 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15957
15958         * spam-stat.el (spam-stat-buffer-change-to-spam)
15959         (spam-stat-buffer-change-to-non-spam): Change (error) to
15960         (gnus-message 8) invocation.
15961
15962 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15963
15964         * nntp.el (nntp-via-netcat-command): New variable.
15965         (nntp-via-netcat-switches): New variable.
15966         (nntp-open-via-rlogin-and-netcat): New function.
15967         (nntp-open-connection-function): Doc fix.
15968         (nntp-telnet-command): Doc fix.
15969         (nntp-end-of-line): Doc fix.
15970         (nntp-via-rlogin-command): Doc fix.
15971         (nntp-via-user-name): Doc fix.
15972         (nntp-via-address): Doc fix.
15973
15974 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15977         error in Emacs 21.1.
15978
15979 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15980
15981         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15982
15983 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15984
15985         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15986         (gnus-agent-with-refreshed-group): New macro.
15987         (gnus-agent-rename-group): New function.
15988         (gnus-agent-delete-group): New function.
15989         (gnus-agent-save-group-info): Use gnus-command-method when
15990         `method' parameter is nil.  Don't write nil entries into the
15991         active file.
15992         (gnus-agent-get-group-info): New function.
15993         (gnus-agent-fetch-articles): Use
15994         gnus-agent-update-files-total-fetched-for to increment disk space
15995         used.
15996         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15997         gnus-agent-update-view-total-fetched-for to increment disk space
15998         used.
15999         (gnus-agent-get-local): Added optional parameters to avoid calling
16000         gnus-group-real-name and gnus-find-method-for-group.
16001         (gnus-agent-set-local): Delete stored entry if either min, or max,
16002         are nil.
16003         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16004         quit, use gnus-agent-regenerate-group to record existance of any
16005         articles fetched to disk before the quit occurred.
16006         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16007         gnus-agent-update-view-total-fetched-for, and
16008         gnus-agent-update-files-total-fetched-for to decrement disk space
16009         used.
16010         (gnus-agent-retrieve-headers): Use
16011         gnus-agent-update-view-total-fetched-for to increment disk space
16012         used.
16013         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16014         with gnus-agent-update-files-total-fetched-for to decrement disk
16015         space and fresh group buffer.
16016         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16017         (gnus-agent-need-update-total-fetched-for): New variable.
16018         (gnus-agent-update-files-total-fetched-for): New function.
16019         (gnus-agent-update-view-total-fetched-for): New function.
16020         (gnus-agent-total-fetched-for): New function.
16021
16022         * gnus-cache.el (gnus-cache-save-buffers): Use
16023         gnus-cache-update-overview-total-fetched-for to change disk space
16024         used by this group.
16025         (gnus-cache-possibly-enter-article): Use
16026         gnus-cache-update-file-total-fetched-for to increment disk space
16027         used by this group.
16028         (gnus-cache-possibly-remove-article): Use
16029         gnus-cache-update-file-total-fetched-for to decrement disk space
16030         used by this group.
16031         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16032         (gnus-cache-rename-group): New function.
16033         (gnus-cache-delete-group): New function.
16034         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16035         (gnus-cache-need-update-total-fetched-for): New variable.
16036         (gnus-cache-with-refreshed-group): New macro.
16037         (gnus-cache-update-file-total-fetched-for): New function.
16038         (gnus-cache-update-overview-total-fetched-for): New function.
16039         (gnus-cache-rename-group-total-fetched-for): New function.
16040         (gnus-cache-delete-group-total-fetched-for): New function.
16041         (gnus-cache-total-fetched-for): New function.
16042
16043         * gnus-group.el: Require gnus-sum and autoload functions to
16044         resolve warnings when gnus-group.el compiled alone.
16045         (gnus-group-line-format): Documented new %F.
16046         (size of Fetched data) group line format; identifies disk space
16047         used by agent and cache.
16048         (gnus-group-line-format-alist): Defined new F format.
16049         (gnus-total-fetched-for): New function.
16050         (gnus-group-delete-group): No longer update
16051         gnus-cache-active-altered as gnus-request-delete-group now keeps
16052         the cache in sync.
16053         (gnus-group-list-active): Let the agent store a server's active
16054         list if currently plugged.
16055
16056         * gnus-int.el (gnus-request-delete-group):
16057         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16058         local disk in sync with the server.
16059         (gnus-request-rename-group):
16060         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16061         local disk in sync with the server.
16062
16063         * gnus-start.el (gnus-get-unread-articles):
16064         Cosmetic simplification to logic.
16065
16066         * gnus-util.el (gnus-rename-file): New function.
16067
16068 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16069
16070         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16071
16072 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16073
16074         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16075         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16076
16077 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16078
16079         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16080         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16081
16082 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16083
16084         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16085
16086 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16087
16088         * spam.el (spam-set-difference): Add function to replace
16089         gnus-set-difference in spam.el.
16090         (spam-summary-prepare-exit): Use spam-set-difference.
16091
16092 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16093
16094         * gnus-registry.el (gnus-registry-cache-file): Update to use
16095         gnus-dribble-directory OR gnus-home-directory OR ~.
16096         (gnus-registry-split-fancy-with-parent): Fix doc.
16097
16098 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * message.el (message-exchange-point-and-mark): Use
16101         message-mark-active-p.  Suggested by Jesper Harder
16102         <harder@ifa.au.dk>.
16103
16104 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * message.el (message-exchange-point-and-mark): Don't activate
16107         region if it was inactive.  Suggested by Hiroshi Fujishima
16108         <pooh@nature.tsukuba.ac.jp>.
16109
16110 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-art.el (article-display-face): Display Faces in the same
16113         order as X-Faces.
16114
16115 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16118
16119 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16120
16121         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16122         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16123         (gnus-article-mime-hierarchy): Remove.
16124         (gnus-article-mime-hierarchy-next): Remove.
16125         (gnus-article-mode): Revert 2004-03-19 change.
16126         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16127         (gnus-insert-mime-button): Revert 2004-03-19 change.
16128         (gnus-mime-accumulate-hierarchy): Remove.
16129         (gnus-mime-enter-multipart): Remove.
16130         (gnus-mime-leave-multipart): Remove.
16131         (gnus-mime-display-part): Revert 2004-03-19 change.
16132         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16133
16134         * mml.el (mml-preview): Revert 2004-03-19 change.
16135
16136 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16137
16138         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16139
16140 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16143         t while entering a file name using the mm-with-multibyte macro.
16144         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16145
16146         * mm-util.el (mm-with-multibyte): New macro.
16147
16148 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16149
16150         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16151         user option.
16152         (gnus-mime-multipart-functions): Doc and customization fix.
16153         (gnus-article-mime-hierarchy): New variable.
16154         (gnus-article-mime-hierarchy-next): New variable.
16155         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16156         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16157         gnus-article-mime-hierarchy-next to nil.
16158         (gnus-insert-mime-button): Show hierarchy numbers.
16159         (gnus-mime-accumulate-hierarchy): New function.
16160         (gnus-mime-enter-multipart): New function.
16161         (gnus-mime-leave-multipart): New function.
16162         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16163         (gnus-mime-display-alternative): Show hierarchy numbers.
16164
16165         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16166         gnus-article-mime-hierarchy-next to nil.
16167
16168 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16169
16170         * dns.el: Don't require gnus-xmas.
16171
16172 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16173
16174         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16175         inline PGP.
16176         (mml-menu): Disable mml-quote-region if mark is inactive.
16177
16178 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16181         when the group's active is not available.
16182
16183 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16186         error.
16187
16188 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * imap.el (imap-store-password): New variable.
16191         (imap-interactive-login): Use it.
16192         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16193
16194 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16197         window-start and hscroll to summary window.
16198
16199 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16200
16201         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16202         conversion message to newsrc-dribble when an actual conversion is
16203         performed.
16204
16205 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16206
16207         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16208
16209 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * mm-decode.el (mm-complicated-handles): New function reviving
16212         former definition of mm-multiple-handles.
16213
16214         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16215         (gnus-mime-delete-part): Use it.
16216
16217 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16218
16219         * gnus-agent.el (gnus-agent-read-local): Bind
16220         nnheader-file-coding-system to gnus-agent-file-coding-system to
16221         avoid the implicit assumption that they will always be equal.
16222         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16223         coding-system-for-write, as the with-temp-file macro first prints
16224         to a buffer then saves the buffer.
16225
16226 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-art.el (gnus-article-edit-part): New function.
16229         (gnus-mime-save-part-and-strip): Use it; do query instead of
16230         signaling an error; don't use mm-multiple-handles.
16231         (gnus-mime-delete-part): Ditto.
16232
16233 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16234
16235         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16236         old file versions.
16237         (gnus-group-prepare-hook): Removed function that converted list
16238         form of gnus-agent-expire-days to group properties.
16239
16240         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16241         (gnus-request-accept-article): Re-indented.
16242
16243         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16244         converters to handle old agent file formats.  Added logic for a
16245         "backup before upgrading warning".
16246         (gnus-convert-mark-converter-prompt): Developers can mark
16247         functions as needing (default), or not needing,
16248         gnus-convert-old-newsrc's "backup before upgrading warning".
16249         (gnus-convert-converter-needs-prompt): Tests whether the user
16250         should be protected from potentially irreversable changes by the
16251         function.
16252
16253         * legacy-gnus-agent.el: New.  Provides converters that are only
16254         loaded when gnus-convert-old-newsrc needs to call them.
16255
16256 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * mail-source.el (mail-source-touch-pop): Doc fix.
16259
16260         * message.el (message-smtpmail-send-it): Doc fix.
16261
16262 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16263
16264         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16265
16266         * nnmail.el (nnmail-split-fancy): do.
16267
16268         * gnus-kill.el (gnus-kill, gnus-execute): do.
16269
16270 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16271
16272         * gnus-sum.el (gnus-widget-reversible-match)
16273         (gnus-widget-reversible-to-internal)
16274         (gnus-widget-reversible-to-external): New functions.
16275         (gnus-widget-reversible): New widget.
16276         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16277
16278 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16279
16280         * gnus-sum.el (gnus-thread-sort-functions)
16281         (gnus-article-sort-functions): Document `(not F)' items.
16282
16283 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * spam.el (spam-use-gmane-xref): Add new backend.
16286         (spam-gmane-xref-spam-group): Add variable to control the name of the
16287         Gmane spam group.
16288         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16289         (spam-regex-headers-spam, spam-regex-headers-ham)
16290         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16291         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16292         backends and checks.
16293         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16294
16295         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16296         an autodetect method.
16297
16298 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16299
16300         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16301         articles are being added to a group.
16302         (gnus-request-replace-article): Inform the agent that articles
16303         need to be uncached as the cached contents are no longer valid.
16304
16305 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * binhex.el: Don't autoload executable-find.
16308
16309         * canlock.el: Don't autoload mail-fetch-field.
16310
16311         * dgnushack.el: Autoload c-mode for XEmacs.
16312
16313         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16314
16315         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16316         rmail-dont-reply-to and rmail-output.
16317
16318         * gnus-score.el: Don't autoload ffap-string-at-point.
16319
16320         * gnus-setup.el: Don't autoload sc-cite-original.
16321
16322         * imap.el: Don't autoload base64-decode-string,
16323         base64-encode-string and md5.
16324
16325         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16326         and rmail-msg-restore-non-pruned-header.
16327
16328         * mm-decode.el: Don't autoload executable-find.
16329
16330         * mm-url.el: Don't autoload executable-find.
16331
16332         * mm-view.el: Don't autoload diff-mode.
16333
16334         * nndb.el: Don't autoload news-reply-mode, news-setup,
16335         cancel-timer and telnet.
16336
16337         * password.el: Don't autoload run-at-time for Emacs.
16338
16339         * sha1-el.el: Don't autoload executable-find.
16340
16341         * sieve-mode.el: Don't autoload c-mode.
16342
16343         * uudecode.el: Don't autoload executable-find.
16344
16345 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16346
16347         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16348         (gnus-agent-possibly-alter-active): Avoid null in numeric
16349         comparison.
16350         (gnus-agent-set-local): Refuse to save null in local object table.
16351         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16352         list of articles that will be marked as unread.
16353
16354 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16357
16358 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16359
16360         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16361         language tags.
16362
16363 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16364
16365         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16366         Don't bind "obarray".
16367
16368         * gnus-sum.el (gnus-thread-sort-functions): Added
16369         `gnus-thread-sort-by-most-recent-number' and
16370         `gnus-thread-sort-by-most-recent-date'.
16371         Reported by Kai Grossjohann <kai@emptydomain.de>.
16372
16373 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16376
16377 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16378
16379         * gnus-cus.el (gnus-agent-customize-category): Removed
16380         ignore-errors macro reference that required cl to be loaded at
16381         run-time.
16382
16383         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16384         single-interval range of the form (min . max).  Previously the
16385         range had to look like ((min . max)).  Likewise, return
16386         (min . max) rather than ((min . max)).
16387         (gnus-range-map): Use gnus-range-normalize to accept
16388         single-interval range.
16389
16390         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16391         the cache, but not the agent, now appear with their usual face.
16392
16393         * dgnushack.el (loaddir): New variable that is bound to the
16394         directory containing the dgnushack.el file. Use loaddir, rather
16395         than srcdir, to update load-path. Change lets dgnushack compile
16396         code in directories other than GNUS/lisp.
16397
16398 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * lpath.el: Don't bind w3m-safe-url-regexp.
16401
16402         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16403         w3m-safe-url-regexp variable buffer-local.
16404
16405         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16406
16407 2004-02-27  Simon Josefsson  <jas@extundo.com>
16408
16409         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16410         gnus-group-real-prefix.
16411         (gnus-summary-move-article): Use it, instead of
16412         gnus-group-real-prefix.
16413
16414 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * lpath.el: Bind w3m-safe-url-regexp.
16417
16418         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16419         w3m-safe-url-regexp variable buffer-local and set it as the value
16420         of mm-w3m-safe-url-regexp.
16421
16422         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16423
16424         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16425         parsing gnus-posting-styles when the message is not for replying.
16426
16427         * dgnushack.el: Autoload sgml-mode for XEmacs.
16428
16429         * nnrss.el (nnrss-opml-export): Use
16430         mm-set-buffer-file-coding-system instead of
16431         set-buffer-file-coding-system.
16432
16433 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16434
16435         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16436         of checkdoc.el).
16437         * nnrss.el: do.
16438         * gnus-mlspl.el: do.
16439         * gnus-ml.el: do.
16440         * gnus-srvr.el: do.
16441
16442         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16443
16444 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16445
16446         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16447         Corrections to custom-manual links.
16448
16449         * gnus-art.el (gnus-article): Ditto.
16450
16451         * mm-decode.el (mime-display, mime-security): Ditto.
16452
16453 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16454
16455         * flow-fill.el: Typo.
16456
16457 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16458
16459         * spam-wash.el: New file.
16460
16461 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16462
16463         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16464
16465 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16468         to be run with new-articles as LIST1, not LIST2.
16469         (spam-registration-functions): Add spam-use-ham-copy as a nil
16470         registration backend.
16471
16472 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16473
16474         * spam-stat.el (spam-stat-washing-hook): New option.
16475         (spam-stat-buffer-words): Use it.
16476         (spam-stat-process-directory, spam-stat-test-directory): Use
16477         insert-file-contents-literally.
16478         (spam-stat-coding-system): New variable.
16479         (spam-stat-load, spam-stat-save): Use it.
16480
16481 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16482
16483         * spam-report.el (spam-report-plug-agent): Quote
16484         spam-report-url-to-file and spam-report-url-ping-plain.
16485
16486 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16489         / in mailto URLs.
16490
16491 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * spam-report.el (spam-report-process-queue): Fix interactive use.
16494         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16495         (spam-report-unplug-agent): Doc fixes.
16496         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16497         (spam-report-agentize, spam-report-deagentize): Autoload.
16498
16499 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16502
16503         * message.el (message-setup-fill-variables): Add mml tags to
16504         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16505         <ajk@iu.edu>.
16506         (message-mode): Don't modify paragraph-separate there.
16507
16508 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * compface.el (uncompface-use-external): Default to undecided.
16511         (uncompface-use-external-threshold): New variable.
16512         (uncompface-float-time): New macro.
16513         (uncompface): Determine whether to use the external decoder if
16514         uncompface-use-external is undecided.
16515
16516 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16517
16518         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16519         after images.
16520
16521         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16522
16523 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16524
16525         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16526
16527         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16528
16529         * gnus-sum.el (gnus-summary-limit-to-age)
16530         (gnus-summary-limit-children): do.
16531
16532         * gnus-int.el (gnus-request-scan): do.
16533
16534         * gnus-group.el (gnus-group-suspend): do.
16535
16536         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16537
16538         * gnus-cite.el (gnus-cite-parse-attributions): do.
16539
16540         * gnus-agent.el (gnus-summary-set-agent-mark)
16541         (gnus-agent-regenerate-group): do.
16542
16543         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16544
16545         * binhex.el (binhex-decode-region-internal): do.
16546
16547 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-fun.el (gnus-face-properties-alist): New user option.
16550         (gnus-display-x-face-in-from): Use it.
16551
16552         * gnus-art.el (article-display-face): Ditto.
16553
16554         * compface.el (uncompface-use-external): Default to nil.
16555
16556 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16557
16558         * nntp.el (nntp-erase-buffer): New function.
16559         (nntp-retrieve-data, nntp-send-command)
16560         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16561         (nntp-possibly-change-group): Use it.
16562
16563         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16564         with-current-buffer.
16565
16566 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16567
16568         * compface.el: Merge the ELisp-based uncompface program.
16569         (compface): New customization group.
16570         (uncompface-use-external): New user option.
16571         (uncompface): Call uncompface-internal if uncompface-use-external
16572         is nil.
16573         (uncompface-internal): New function.  Note that there are also
16574         some other functions and variables added for this function.
16575
16576 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16577
16578         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16579         if necessary.
16580
16581 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * spam-report.el (spam-report-unplug-agent)
16584         (spam-report-plug-agent, spam-report-deagentize)
16585         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16586         Add support for the Agent in spam-report: when unplugged, report to a
16587         file; when plugged, submit all the requests.
16588
16589         * spam.el (spam-register-routine): Fix message about
16590         registration.
16591
16592 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16593
16594         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16595         dependencies.
16596         (rfc2047-encode): Use it.
16597
16598         * gnus-art.el (gnus-button-marker-list): Move before first
16599         reference.
16600
16601         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16602         (imap-parse-body): Fix format string mismatch.
16603
16604         * gnus-score.el (gnus-summary-increase-score): do.
16605
16606         * nnrss.el (nnrss-close): New function.
16607
16608 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16609
16610         * nnrss.el (nnrss-make-filename): New function.
16611         (nnrss-request-delete-group, nnrss-read-server-data)
16612         (nnrss-save-server-data, nnrss-read-group-data)
16613         (nnrss-save-group-data): Use it.
16614         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16615         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16616         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16617
16618 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16619
16620         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16621
16622 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16625         files.
16626
16627         * message.el (message-generate-headers-first): Don't quote nil
16628         and t in docstrings.
16629
16630         * imap.el (imap-id): do.
16631
16632         * gnus-agent.el (gnus-agent-consider-all-articles)
16633         (gnus-agent-queue-mail): do.
16634
16635 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16636
16637         * spam-report.el (spam-report-process-queue): New function.
16638         Process requests from `spam-report-requests-file'.
16639         (spam-report-process-queue): Doc fix.
16640
16641 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16642
16643         * spam.el (spam-register-routine)
16644         (spam-log-processing-to-registry, spam-log-registered-p)
16645         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16646         Change "check" to "spam-check" for semi-clarity.
16647
16648 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16649
16650         * pop3.el: Require nnheader.
16651
16652         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16653
16654         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16655
16656         * gnus-picon.el: Require cl.
16657
16658         * gnus-fun.el: Require gnus-ems and gnus-util.
16659
16660         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16661
16662         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16663
16664         * gnus-art.el (gnus-article-edit-mode): Define before first
16665         reference.
16666
16667 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16668
16669         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16670         (gnus-uu-post-encoded): Use point-at-bol.
16671
16672         * gnus-topic.el (gnus-group-active-topic-p): do.
16673
16674         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16675
16676         * gnus-group.el (gnus-group-kill-region): do.
16677
16678         * gnus-art.el (article-date-ut): do.
16679
16680         * message.el (message-fetch-field): Remove redundant
16681         case-fold-search binding.
16682         (message-narrow-to-field): Simplify.
16683
16684 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * spam.el (spam-directory): Derive from `gnus-directory'.
16687
16688         * spam-report.el (spam-report-url-to-file)
16689         (spam-report-requests-file): New function and variable for offline
16690         reporting.
16691         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16692         and user defined function.
16693         (spam-report-url-ping-mm-url): Remove doubled slash.
16694
16695 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16696
16697         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16698
16699 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16700
16701         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16702         format string mismatch.
16703
16704         * sieve.el (sieve-deactivate-all): do.
16705
16706         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16707
16708         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16709
16710         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16711
16712         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16713
16714 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16715
16716         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16717         the list of checks.
16718
16719 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16720
16721         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16722         padding.
16723
16724 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16725
16726         * mm-view.el (mm-fill-flowed): New variable.
16727         (mm-inline-text): Use it.
16728
16729 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16730
16731         * spam.el (spam-spamassassin-register-ham-routine)
16732         (spam-spamassassin-register-spam-routine): Fix function names.
16733
16734 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * gnus.el (gnus-tmp-grouplens): Remove.
16737         (gnus-summary-line-format): Remove grouplens.
16738
16739         * gnus-group.el (gnus-group-line-format): Ditto.
16740
16741         * gnus-spec.el (gnus-format-specs): Ditto.
16742         (gnus-update-format-specifications): Flush the group format spec
16743         cache if there's the grouplens stuff.
16744         (gnus-parse-simple-format): Replace %l with the empty string.
16745
16746 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16747
16748         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16749         omission.
16750
16751 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16754         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16755
16756 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16757
16758         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16759         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16760         New macros and functions.
16761         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16762         Handle > NLINK_MAX messages.
16763         * nnmaildir.el (nnmaildir-request-set-mark): Use
16764         nnmaildir--emlink-p and nnmaildir--eexist-p.
16765
16766 2004-01-25  Alex Schroeder  <alex@gnu.org>
16767
16768         * spam-stat.el (spam-stat-process-directory-age): New option.
16769         (spam-stat-process-directory): Use it.
16770
16771 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16772
16773         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16774         (spam-stat-save): Accept prefix argument.
16775
16776 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16777
16778         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16779         links" error.
16780
16781 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16784         the rest of the and/or forms.
16785
16786 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16787
16788         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16789         compatibility with old .newsrc.eld files.
16790
16791         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16792
16793         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16794
16795         * gnus-start.el (gnus-1): do.
16796
16797         * gnus-group.el (gnus-group-line-format-alist): do.
16798
16799         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16800
16801         * gnus-gl.el: Remove.
16802
16803 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16804
16805         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16806         marks consisting of a single range {for example, (3 . 5)} rather
16807         than a list of a single range { ((3 . 5)) }.
16808
16809 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16810
16811         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16812         with-current-buffer.
16813         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16814         avoid consing a string.
16815
16816         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16817         Remove obsolete entries for big5 and gb2312.
16818
16819 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16820
16821         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16822         uncompressed list.
16823
16824 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16825
16826         * spam-stat.el (spam-stat-strip-xref): New function.
16827         (spam-stat-process-directory): Use it.
16828
16829         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16830         here -- it's done in message-fetch-field.
16831
16832 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16833
16834         * gnus-agent.el (gnus-agent-queue-mail)
16835         (gnus-agent-prompt-send-queue): New variables.
16836         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16837         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16838         "nndraft:queue" along to gnus-draft-send.  Use
16839         gnus-agent-prompt-send-queue.
16840         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16841         is "nndraft:queue".  Suggested by Gaute Strokkenes
16842         <gs234@srcf.ucam.org>
16843
16844         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16845         (agent-enable-undownloaded-faces): Added.
16846         (gnus-agent-cat-groups): Use eval-and-compile, not
16847         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16848         method of gnus-agent-cat-groups even when the buffer has been
16849         evaled.
16850         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16851         delete gnus-agent-save-active-1.
16852         (gnus-agent-save-groups): Deleted.  Identical to
16853         gnus-agent-save-active.
16854         (gnus-agent-write-active): No longer adjust agent's copy of active
16855         file as agent's adjustments are now stored in their own
16856         file.  Removed optional parameter.
16857         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16858         servers.  Add use of min/max range limits from server's local
16859         file.
16860         (gnus-agent-save-alist): Removed unused optional argument.
16861         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16862         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16863         (gnus-agent-set-local): A per-server file that keeps min/max range
16864         limits for articles known to the agent.  Provides a fast mechanism
16865         for altering many active ranges.
16866         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16867         active file (local makes it unnecessary).
16868         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16869
16870         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16871         (agent-enable-undownloaded-faces): Added.
16872
16873         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16874         disable it when sending to "nndraft:queue".
16875         (gnus-group-send-queue): Add safety check to avoid sending queue
16876         when unplugged.
16877
16878         * gnus-group.el (gnus-group-catchup): Use new
16879         gnus-sequence-of-unread-articles, not
16880         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16881         numbers of articles.  Use gnus-range-map to avoid having to
16882         uncompress the unread list.
16883         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16884         Fixed invalid ange-ftp reference.
16885
16886         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16887         (gnus-sorted-range-intersection): Intersection of two ranges
16888         without requiring that they first be uncompressed.
16889
16890         * gnus-start.el (gnus-activate-group): Unless blocked by the
16891         caller, possibly expand the active range to include both cached
16892         and agentized articles.
16893         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16894         multiple version-dependent converters.
16895         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16896         gnus-agent-save-active.
16897         (gnus-save-newsrc-file): Save dirty agent range limits.
16898
16899         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16900         gnus-agent-possibly-alter-active.
16901         (gnus-adjust-marked-articles): Faster handling of simple lists.
16902
16903 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16904
16905         * spam-stat.el (spam-stat-test-directory): New optional argument
16906         displays a list of files detected.  Suggested by Andrew Cohen
16907         <cohen@andy.bu.edu>.
16908         (spam-stat-buffer-words-with-scores): Don't narrow and change
16909         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16910
16911 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16912
16913         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16914         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16915         (spam-spamassassin-arguments)
16916         (spam-spamassassin-spam-flag-header)
16917         (spam-spamassassin-positive-spam-flag-header)
16918         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16919         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16920         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16921         (spam-list-of-processors, spam-list-of-checks)
16922         (spam-list-of-statistical-checks, spam-registration-functions)
16923         (spam-check-spamassassin-headers, spam-check-spamassassin)
16924         (spam-spamassassin-score)
16925         (spam-spamassassin-register-with-sa-learn)
16926         (spam-spamassassin-register-spam-routine)
16927         (spam-spamassassin-register-ham-routine)
16928         (spam-assassin-register-spam-routine)
16929         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16930         (spam-bogofilter-score): Fix to show article before scoring.
16931
16932 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16935         default scoring function.
16936         (spam-generic-score): Call spam-spamassassin-score if
16937         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16938         spam-bogofilter-score otherwise.
16939
16940         * gnus.el (spam-process, spam-autodetect-methods): Add
16941         spamassassin and spamassassin-headers.
16942
16943 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16944
16945         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16946         Suppress unnecessary messages.
16947
16948 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16949
16950         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16951         make-hash-table.
16952
16953 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * canlock.el (base64-encode-string): Don't autoload it.
16956
16957 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16958
16959         * run-at-time.el: Remove useless (require 'itimer),
16960         eval-and-compile and (featurep 'xemacs).
16961
16962 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16963
16964         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16965         GROUP is a virtual group.
16966
16967 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16968
16969         * gnus.el: Autoload `message-y-or-n-p'.
16970
16971 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16972
16973         * pgg-parse.el: Remove unnecessary (require 'custom).
16974
16975         * pgg-def.el: do.
16976
16977         * nnmail.el: do.
16978
16979         * gnus-undo.el: do.
16980
16981         * gnus-picon.el: do.
16982
16983         * gnus-util.el: do.
16984
16985 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16986
16987         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16988
16989 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16992         handle, as well as a list.
16993
16994         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16995         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16996         (mm-w3m-cid-retrieve): Simplify.
16997
16998 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16999
17000         * message.el (message-kill-to-signature): Allow prefix arg to
17001         specify number of lines to keep before signature.
17002
17003 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17004
17005         * message.el (message-kill-to-signature): Change docstring.
17006
17007 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * canlock.el: Always require sha1-el.
17010         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17011
17012         * message.el: Autoload sha1 only when compiling.
17013
17014         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17015         eudc-expand-inline for XEmacs.
17016
17017 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * message.el (message-canlock-generate): Require sha1-el.
17020
17021 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * message.el (message-expand-name): Silence the byte compiler.
17024
17025         * lpath.el: Add detect-coding-system.
17026
17027         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17028         cus-edit.
17029
17030 2004-01-13  Simon Josefsson  <jas@extundo.com>
17031
17032         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17033         Invoke gnus-score-mode.  Reported by
17034         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17035
17036         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17037         Jim Blandy <jimb@redhat.com> (tiny change).
17038
17039 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17040
17041         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17042
17043 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17044
17045         * spam.el (spam-get-article-as-string): Update to use
17046         gnus-request-article-this-buffer, much simpler.
17047         (spam-get-article-as-buffer): Remove.
17048
17049 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17050
17051         * message.el (message-expand-name): Use EUDC if the user uses that.
17052
17053 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17054
17055         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17056         character for the encoding to avoid consing a string.
17057
17058         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17059         unnecessarily.
17060
17061         * mm-util.el (mm-replace-chars-in-string): Remove.
17062
17063         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17064         of mm-replace-chars-in-string.
17065
17066 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17067
17068         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17069
17070         * mm-util.el (mm-subst-char-in-string): Support inplace.
17071
17072         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17073         a new string in every iteration.  Use shy groups.
17074
17075 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17076
17077         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17078         * gnus-soup.el (gnus-soup-group-brew):
17079         * gnus-msg.el (gnus-put-message):
17080         * gnus-move.el (gnus-group-move-group-to-server):
17081         * gnus-kill.el (gnus-batch-score):
17082         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17083         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17084         (gnus-group-update-group, gnus-group-read-group)
17085         (gnus-group-make-group, gnus-group-make-help-group)
17086         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17087         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17088         (gnus-group-sort-by-unread, gnus-group-catchup)
17089         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17090         (gnus-group-yank-group, gnus-group-set-info)
17091         (gnus-group-list-groups):
17092         * gnus.el (gnus-generate-new-group-name):
17093         * gnus-delay.el (gnus-delay-send-queue):
17094         * nnvirtual.el (nnvirtual-catchup-group):
17095         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17096         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17097         (gnus-group-prepare-topics, gnus-topic-check-topology):
17098         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17099         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17100         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17101         (gnus-group-make-articles-read):
17102         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17103         (gnus-group-change-level, gnus-kill-newsgroup)
17104         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17105         (gnus-get-unread-articles, gnus-make-articles-unread)
17106         (gnus-make-ascending-articles-unread): Use accessor
17107         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17108         to get group information for improved readability.
17109
17110
17111 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17112
17113         * gnus-art.el (article-decode-mime-words, article-babel)
17114         (gnus-article-highlight-signature, gnus-article-add-buttons)
17115         (gnus-signature-toggle): Use gnus-with-article-buffer.
17116
17117         * gnus-art.el (gnus-article-highlight-headers)
17118         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17119
17120         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17121         (gnus-article-set-globals, gnus-request-article-this-buffer)
17122         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17123         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17124         (gnus-mime-display-alternative): Use with-current-buffer.
17125
17126 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17127
17128         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17129         also under 80 char limit, and call gnus-error if needed.
17130         (spam-fetch-article-header): Fix - it was a
17131         buffer-local variable (gnus-newsgroup-data).
17132         (spam-find-spam): Use spam-generate-fake-headers, forget about
17133         spam-insert-fake-headers.
17134         (spam-insert-fake-headers): Remove.
17135
17136 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * deuglify.el (gnus-article-outlook-unwrap-lines)
17139         (gnus-outlook-rearrange-article)
17140         (gnus-outlook-repair-attribution-outlook)
17141         (gnus-outlook-repair-attribution-block)
17142         (gnus-outlook-repair-attribution-other): Remove redundant
17143         save-excursion.
17144
17145 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17148         (spam-fetch-field-subject-fast)
17149         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17150         (spam-fetch-article-header): Add functions to deal with Gnus
17151         internals for fast retrieval of article header data.
17152         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17153
17154 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * pop3.el (pop3-md5): Remove.
17157         (pop3-apop): Replace pop3-md5 with md5.
17158
17159         * mm-bodies.el: base64 is always built-in.
17160
17161         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17162         with-current-buffer.
17163
17164 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * canlock.el (canlock-insert-header): Remove excessive grouping in
17167         regexp.
17168
17169         * gnus-sum.el (gnus-summary-read-document): Ditto.
17170
17171         * gnus-uu.el (gnus-uu-part-number): Ditto.
17172
17173         * html2text.el (html2text-remove-tags): Ditto.
17174         (html2text-format-tags): Ditto.
17175         (html2text-format-single-elements): Ditto.
17176
17177         * mml.el (mml-parse-1): Ditto.
17178
17179 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17182
17183         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17184
17185         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17186
17187         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17188
17189 2003-11-15  Simon Josefsson  <jas@extundo.com>
17190
17191         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17192         (pgg-gpg-lookup-key): Use regexp match instead of
17193         split-string (split-string is different between emacs 21.2 and
17194         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17195
17196 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17197
17198         * gnus-art.el (gnus-mime-view-all-parts)
17199         (gnus-article-part-wrapper, gnus-article-view-part): Use
17200         with-current-buffer.
17201
17202 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * spam.el (spam-disable-spam-split-during-ham-respool)
17205         (spam-spamoracle-database, spam-cache-lookups)
17206         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17207         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17208         (spam-group-ham-marks, spam-group-spam-marks)
17209         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17210         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17211         also add spam-use-blackholes to the statistical checks.
17212         (spam-fetch-field-fast): Add interface to fetching fields, may
17213         become a macro.
17214         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17215         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17216         (spam-insert-fake-headers): Fake an article when needed.
17217         (spam-find-spam): Fake article when possible.
17218         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17219         (spam-check-bogofilter-headers): Use message-fetch-field instead
17220         of nnmail-fetch-field.
17221
17222 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17225
17226 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17227
17228         * spam.el (spam-split): Do not require spam-use-CHECK to be
17229         enabled if that check is passed to spam-split explicitly; also
17230         fix so 'spam doesn't get converted to spam-split-group when
17231         spam-split-symbolic-return is t.
17232         (spam-find-spam): Find registrations of the article and use those
17233         instead of re-running spam-split to find the spam/ham
17234         classification of the article.
17235         (spam-log-processing-to-registry, spam-log-registered-p)
17236         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17237         Use gnus-error instead of gnus-message.
17238         (spam-log-registration-type): Add function to determine the
17239         classification of a message based on registry entries; will
17240         return nil if both 'spam and 'ham are found.
17241         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17242         a reasonably fast local cache without the loading errors.
17243         (spam-cache-lookups): Set to t by default.
17244         (spam-find-spam): Don't try to guess spam-cache-lookups.
17245         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17246         spam-caches entry.
17247         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17248         caching of whitelist/blacklist entries.
17249         (spam-check-whitelist, spam-check-blacklist): Invoke
17250         spam-from-listed-p with a type, not a cache variable.
17251         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17252
17253 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17254
17255         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17256
17257         * nnmail.el (nnmail-split-fancy): do.
17258
17259         * mml.el (mml-parse): do.
17260
17261         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17262         (gnus-score-adaptive): do.
17263
17264 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17267         (gnus-mime-button-map): Don't set keymap parent.
17268         (gnus-button-ctan-directory-regexp): Use shy grouping.
17269         (gnus-prev-page-map): Don't set keymap parent.
17270         (gnus-prev-page-map): Remove duplicated one.
17271         (gnus-next-page-map): Don't set keymap parent.
17272         (gnus-mime-security-button-map): Ditto.
17273
17274         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17275         version number.
17276
17277         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17278
17279 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * canlock.el (canlock-sha1-function): Remove.
17282         (canlock-sha1-function-for-verify): Remove.
17283         (canlock-openssl-program): Remove.
17284         (canlock-openssl-args): Remove.
17285         (canlock-ignore-errors): Remove.
17286         (canlock-sha1-with-openssl): Remove.
17287         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17288         (canlock-verify): Don't use canlock-ignore-errors.
17289
17290         * sha1-el.el (sha1-string-external): Make it can return a string
17291         in binary form.
17292         (sha1-region-external): Ditto.
17293         (sha1-string-internal): Ditto.
17294         (sha1-region-internal): Ditto.
17295         (sha1-region): Ditto.
17296         (sha1-string): Ditto.
17297         (sha1): Ditto.
17298
17299 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17300
17301         * spam.el (spam-report-articles-gmane): New command.
17302
17303 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17306
17307         * run-at-time.el (run-at-time-saved): Remove.
17308         (run-at-time): Doc fix.
17309
17310 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17311
17312         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17313         (gnus-summary-limit-map): Add it.
17314         (gnus-summary-make-menu-bar): do.
17315
17316 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17317
17318         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17319         Make attempt at some caching support (done for BBDB only now).
17320         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17321         addresses to be checked.
17322         (spam-clear-cache-BBDB): Add function, to be invoked by
17323         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17324         (spam-check-BBDB): Check and use the caches, if
17325         spam-cache-lookups is on, remove superfluous (provide).
17326
17327 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17330
17331 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17332
17333         * run-at-time.el (run-at-time-saved): Move to after the definition
17334         of `run-at-time'.
17335
17336         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17337
17338 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17339
17340         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17341         mm-w3m-local-map-property.
17342
17343         * mm-view.el (mm-w3m-mode-map): Remove.
17344         (mm-w3m-local-map-property): Remove.
17345         (mm-inline-text-html-render-with-w3m): Don't use
17346         mm-w3m-local-map-property.
17347
17348 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17349
17350         * run-at-time.el: New file.
17351
17352         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17353         under Emacs.
17354
17355         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17356         of gnus-set-text-properties.
17357
17358         * gnus-uu.el (gnus-uu-save-article): Ditto.
17359
17360         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17361
17362         * gnus-cite.el (gnus-cite-parse): Ditto.
17363
17364         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17365         of gnus-.
17366
17367         * gnus-xmas.el (run-at-time): Require run-at-time.
17368
17369         * gnus.el: Changed calls to nnheader-run-at-time and
17370         password-run-at-time throughout to use run-at-time directly.
17371
17372         * password.el: Removed definition of run-at-time.
17373
17374         * nnheaderxm.el: Remove definition of run-at-time.
17375
17376 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17377
17378         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17379         in prompt.
17380
17381 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17382
17383         * messagexmas.el (message-xmas-redefine): Alias
17384         `message-make-caesar-translation-table' to
17385         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17386         version.
17387
17388         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17389         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17390         `gnus-xmas-set-text-properties'.
17391         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17392         `gnus-xmas-completing-read'.
17393         (gnus-xmas-completing-read): Removed.
17394         (gnus-xmas-open-network-stream): Removed.
17395
17396         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17397         XEmacs version.
17398
17399         * dns.el (dns-make-network-process): Use `open-network-stream'
17400         instead of `gnus-xmas-open-network-stream'.
17401
17402         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17403
17404         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17405
17406 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17407
17408         * gnus-art.el (gnus-mime-display-alternative)
17409         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17410         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17411         Don't use gnus-local-map-property.
17412
17413         * gnus-util.el (gnus-local-map-property): Remove.
17414
17415         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17416         gnus-completing-read-maybe-default with completing-read.
17417
17418         * gnus-util.el (gnus-completing-read): do.
17419         (gnus-completing-read-maybe-default): Remove.
17420
17421 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17422
17423         * password.el: Only autoload `run-at-time' if not XEmacs.
17424         Only autoload the itimer functions if XEmacs.
17425
17426 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17429         XEmacsen.
17430
17431         * dgnushack.el: Autoload executable-find for XEmacs.
17432
17433 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17434
17435         * gnus-art.el (gnus-read-string): Remove.
17436         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17437         read-string.
17438
17439 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * netrc.el: Autoload password-read.
17442         (netrc): Add configuration group.
17443         (netrc-encoding-method, netrc-openssl-path): Add
17444         variables for encoding and decoding of files with symmetric
17445         ciphers.
17446         (netrc-encode): Add assistant function to encode a file with
17447         netrc-encoding-method.
17448         (netrc-parse): Add interactive parameter, added optional
17449         decoding if netrc-encoding-method is non-nil but otherwise
17450         behavior is standard.
17451         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17452         Do s/encode/encrypt/ everywhere.
17453
17454         * spam.el: Remove executable-find autoload.
17455
17456 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17459
17460         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17461
17462 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * gnus-art.el (gnus-treat-ansi-sequences)
17465         (article-treat-ansi-sequences): New variable and function.
17466         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17467
17468         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17469         Use it.
17470
17471 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17472
17473         * mm-util.el (mm-quote-arg): Remove.
17474
17475         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17476         shell-quote-argument.
17477
17478         * gnus-uu.el (gnus-uu-command): do.
17479
17480         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17481
17482         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17483         with make-char.
17484
17485         * mm-util.el (mm-make-char): Remove.
17486
17487         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17488         add-minor-mode.
17489
17490         * gnus-undo.el (gnus-undo-mode): do.
17491
17492         * gnus-topic.el (gnus-topic-mode): do.
17493
17494         * gnus-sum.el (gnus-dead-summary-mode): do.
17495
17496         * gnus-start.el (gnus-slave-mode): do.
17497
17498         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17499
17500         * gnus-ml.el (gnus-mailing-list-mode): do.
17501
17502         * gnus-gl.el (gnus-grouplens-mode): do.
17503
17504         * gnus-draft.el (gnus-draft-mode): do.
17505
17506         * gnus-dired.el (gnus-dired-mode): do.
17507
17508         * gnus-ems.el (gnus-add-minor-mode): Remove.
17509
17510         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17511         Replace gnus-char-width with char-width.
17512
17513         * gnus-ems.el (gnus-char-width): Remove.
17514
17515         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17516         Replace gnus-char-width with char-width.
17517
17518         * gnus-ems.el (gnus-char-width): Remove.
17519
17520         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17521         definition.
17522         Remove Emacs 20 hash table compatibility code.
17523
17524         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17525         20 compatibility code.
17526
17527         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17528
17529         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17530
17531         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17532         with point-at-{eol,bol}.
17533
17534         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17535
17536         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17537
17538         * flow-fill.el (fill-flowed-point-at-bol)
17539         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17540
17541         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17542         Replace with point-at-{eol,bol} throughout all files.
17543
17544 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17545
17546         * ntlm.el (ntlm-string-as-unibyte): New macro.
17547         (ntlm-build-auth-response): Use it.
17548
17549         Remove Emacs 20 stuff:
17550         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17551         (butlast, mapc, remove): Remove the compiler macros.
17552         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17553         of delq and copy-sequence.
17554         * gnus-art.el (popup-menu): Remove the compiler macro.
17555         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17556         Emacs 20.
17557
17558 2004-01-05  Simon Josefsson  <jas@extundo.com>
17559
17560         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17561         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17562         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17563         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17564         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17565         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17566         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17567         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17568         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17569         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17570         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17571         string-xor into ntlm-string-xor.  Suggested by
17572         Jesper Harder <harder@myrealbox.com>.
17573
17574         * ntlm.el: Don't include poem.
17575
17576         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17577         Jesper Harder <harder@myrealbox.com>.
17578
17579         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17580
17581         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17582         probably breaks emacs with DL patch, but do we care? Is anyone
17583         still using the DL stuff?)
17584
17585         * sieve-manage.el: Use the password package.
17586         (sieve-manage-read-passwd): Remove.
17587         (sieve-manage-interactive-login): Use password.  Re-add
17588         condition-case around loop.
17589
17590         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17591         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17592         the password package.
17593
17594 2003-02-19  Simon Josefsson  <jas@extundo.com>
17595
17596         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17597         token.
17598
17599 2002-08-07  Simon Josefsson  <jas@extundo.com>
17600
17601         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17602         (sieve-manage-authenticators):
17603         (sieve-manage-authenticator-alist): Add some SASL mechs.
17604         (sieve-sasl-auth): New function.
17605         (sieve-manage-cram-md5-auth):
17606         (sieve-manage-plain-auth): Rewrite using SASL library.
17607         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17608         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17609         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17610         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17611
17612 2004-01-05  Simon Josefsson  <jas@extundo.com>
17613
17614         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17615         New files.
17616
17617 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17618
17619         * gnus-group.el (gnus-no-groups-message): Update.
17620
17621         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17622
17623 2003-11-09  Simon Josefsson  <jas@extundo.com>
17624
17625         * imap.el: Support for ID IMAP extension (RFC 2971).
17626         (imap-local-variables): Add imap-id.
17627         (imap-id): New variable.
17628         (imap-id): New function.
17629         (imap-parse-response): Parse untagged ID response.
17630         * nnimap.el (nnimap-id): New variable.
17631         (nnimap-open-connection): Use it.
17632
17633 2003-12-28  Simon Josefsson  <jas@extundo.com>
17634
17635         * gnus-score.el (gnus-score-edit-all-score): New.
17636         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17637
17638 2004-01-04  Simon Josefsson  <jas@extundo.com>
17639
17640         * password.el: Add.
17641
17642 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17643
17644         * dns.el (dns-query-types): Fix typo.
17645         (dns-query-types): New function.
17646         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17647         PTR and SOA replies, see RFC 1035.
17648
17649 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17650
17651         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17652
17653         * Moved to Changelog.2.
17654
17655 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17656
17657         * gnus.el (gnus-version-number): Bump version.
17658
17659 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17660
17661         * gnus.el: No Gnus v0.1 is released.
17662
17663 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17664
17665         * gnus.el: No Gnus v0.0 is released.
17666
17667 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * gnus.el (gnus-version-number): Bump.
17670         (gnus-version): No.
17671
17672 See ChangeLog.2 for earlier changes.
17673
17674     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17675       Free Software Foundation, Inc.
17676
17677   This file is part of GNU Emacs.
17678
17679   GNU Emacs is free software: you can redistribute it and/or modify
17680   it under the terms of the GNU General Public License as published by
17681   the Free Software Foundation, either version 3 of the License, or
17682   (at your option) any later version.
17683
17684   GNU Emacs is distributed in the hope that it will be useful,
17685   but WITHOUT ANY WARRANTY; without even the implied warranty of
17686   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17687   GNU General Public License for more details.
17688
17689   You should have received a copy of the GNU General Public License
17690   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17691
17692 ;; Local Variables:
17693 ;; coding: utf-8
17694 ;; fill-column: 79
17695 ;; add-log-time-zone-rule: t
17696 ;; End: