(spam-report-url-ping-plain): Don't query about killing the process.
[gnus] / lisp / ChangeLog
1 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * spam-report.el (spam-report-url-ping-plain): Don't query about
4         killing the process.
5
6         * shr.el (shr-render-td): Protect against too-wide text.
7
8 2010-10-04  Julien Danjou  <julien@danjou.info>
9
10         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
11         retrieved.
12
13 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * shr.el (browse-url): Required.
16         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
17         lines.
18         (shr-show-alt-text, shr-browse-image): New commands.
19         (shr-browse-url, shr-copy-url): New commands.
20
21         * gnus-sum.el (gnus-widen-article-window): New variable.
22         (gnus-summary-select-article-buffer): Use it.
23
24         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
25         without @ signs.
26
27 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
28
29         * nnir.el (nnir-run-imap): Remove spurious space in search string.
30
31 2010-10-04  Julien Danjou  <julien@danjou.info>
32
33         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
34         for XEmacs.
35
36 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
39
40         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
41         (nnimap-close-server): Implement.
42
43         * dgnushack.el (iswitchb): Require to shut up the compiler.
44
45         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
46         (shr-insert): Tweak line breaking.
47         (shr-insert): Handle <pre> better.
48         (shr-tag-li): Get <li> indentation right.
49         (shr-tag-li): Get <li> indentation even righter.
50         (shr-tag-blockquote): Ensure paragraph start.
51         (shr-make-table): Tweak table generation.
52         (shr-make-table): Fix typo.
53
54         * shr.el: Implement table rendering.
55
56 2010-10-04  Julien Danjou  <julien@danjou.info>
57
58         * gnus-html.el (gnus-html-put-image): Fix resize image code.
59
60 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
61
62         * shr.el (shr-insert): Use string anchors instead of line anchors.
63
64 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * shr.el: Add headings.
67         (shr-ensure-paragraph): Actually work.
68         (shr-tag-li): Make <ul> prettier.
69         (shr-insert): Get white space at the beginning/end of elements right.
70         (shr-tag-p): Collapse subsequent <p>s.
71         (shr-ensure-paragraph): Don't insert double line feeds after blank
72         lines.
73         (shr-insert): \t is also space.
74         (shr-tag-s): Fix "s" tag name function.
75         (shr-tag-s): Fix face prop name.
76
77 2010-10-03  Julien Danjou  <julien@danjou.info>
78
79         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
80
81         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
82         gnus-window-inside-pixel-edges.
83
84         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
85         gnus-ems.
86
87         * mm-view.el (mm-inline-image-emacs): Support image resizing.
88
89         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
90         function.
91
92         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
93         resize choice.
94
95 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
98         beginning of the buffer.
99
100         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
101         article buffer again.
102
103         * shr.el (shr-tag-p): Don't insert newlines at the start of the
104         buffer.
105
106         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
107         when it's at the start of the buffer.
108
109         * shr.el (shr-tag-blockquote): Convert name.
110         (shr-rescale-image): Use the right image-size variant.
111
112         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
113         buffer isn't shown, then select the current article first instead of
114         bugging out.
115         (gnus-summary-select-article-buffer): Show both the article and summary
116         buffers again.
117
118         * shr.el (shr-fontize-cont): Protect against regions with no text.
119         Rename tag functions to shr-tag-* for enhanced security.
120         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
121
122 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
123
124         * shr.el (shr-insert):
125         * pop3.el (pop3-movemail):
126         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
127         loaded.
128
129 2010-10-03  Glenn Morris  <rgm@gnu.org>
130
131         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
132
133         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
134
135         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
136
137         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
138
139         * gnus-util.el (gnus-make-local-hook): Simplify.
140
141 2010-10-02  Julien Danjou  <julien@danjou.info>
142
143         * gnus-util.el (gnus-iswitchb-completing-read): New function.
144         (gnus-ido-completing-read): New function.
145         (gnus-emacs-completing-read): New function.
146         (gnus-completing-read): Use gnus-completing-read-function.
147         Add gnus-completing-read-function.
148
149 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * shr.el (shr-insert-document): Autoload.
152         (shr-img): Be silent.
153         (shr-insert): Add a newline after every picture before text.
154         (shr-add-font): Use overlays for combining faces.
155         (shr-insert): Pass upwards the text start point.
156
157         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
158         possible.
159         (mm-shr): New function.
160
161 2010-10-02  Julien Danjou  <julien@danjou.info>
162
163         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
164         should go backward.
165
166 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
167
168         * shr.el (shr): Fix typo in provide call.
169
170 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * shr.el: New file.
173
174         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
175
176         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
177         completing read.
178
179 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
182         we're being queried about.  Suggested by Dan Jacobson.
183
184         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
185         by Jason Eisner.
186
187         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
188         table, too.  Suggested by Stefan Wiens.
189         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
190         the table unnecessary.  Suggested by Stefan Wiens.
191
192         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
193         longer needed, and probably doesn't work either, as pointed out by
194         Stefan Wiens.
195         (gnus-summary-exit): Remove call to the clearing function.
196         (gnus-summary-exit-no-update): Ditto.
197
198         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
199         instead of gnus-eval-in-buffer-window to avoid popping up frames.
200         Reported by Stefan Monnier.
201         (gnus-summary-save-in-rmail): Ditto.
202
203         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
204         article buffer, instead of both the article buffer and the summary
205         buffer.  Sort of suggested by Dan Jacobson.
206
207         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
208
209         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
210         Suggested by Dan Jacobson.
211
212         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
213         documentation clearer.
214
215         * message.el (message-shorten-references): Comment on the number "21".
216         Suggested by Stefan Monnier.
217
218         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
219         Suggested by Dan Jacobson.
220
221         * gnus.el (gnus-large-newsgroup): Mention
222         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
223
224         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
225         externalize attachments.  Bug reported by Steve Wen.
226
227         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
228         really message anything to the user.
229
230         * nnmail.el (nnmail-article-group): Allow using the fancy split method
231         directly.
232
233         * nnimap.el (nnimap-request-group): Low higher than high to signal no
234         messages in empty groups.
235
236 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
237
238         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
239         non-UIDNEXT group.
240
241 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
244         not the value from the collection.
245
246         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
247         values.  This sometimes happens on some groups that have no info.
248         (nnimap-request-newgroups): New function.
249
250 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
251
252         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
253         check into `gnus-registry-initialize'.
254         (gnus-registry-initialize): Ditto.
255         Fix and extend header docs.
256
257 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
260         regexp backtrace overflows.
261
262         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
263         for starttls that tls.el implements; i.e. openssl.
264
265         * tls.el (tls-starttls-switches): Give up on using starttls with
266         gnutls-cli.
267         (tls-program): Add --insecure to be consistent with the defaults from
268         openssl s_client.  Now all three commands are insecure.
269
270 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * lpath.el: Bind completion-styles-alist for XEmacs.
273
274         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
275         (gravatar-create-image): New function that's an alias to
276         gnus-xmas-create-image, gnus-create-image, or create-image.
277         (gravatar-data->image): Use it.
278
279 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
282         install the nnregistry refer method.
283         (gnus-registry-install-hooks): Use it.
284         (gnus-registry-unfollowed-groups): Add nnmairix to the default
285         unfollowed groups.
286
287 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
288
289         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
290         expanding threads.
291
292 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * nnir.el: Use the server names without suffixes (bug #7009).
295
296         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
297         unencrypted to STARTTLS, if possible.
298
299 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
300
301         * message.el (message-ignored-supersedes-headers): Strip Injection-*
302         headers before superseding.
303
304 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * nnrss.el (nnrss-use-local): Add documentation.
307
308         * nnimap.el (nnimap-extend-tls-programs): New function.
309         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
310         (nnimap-wait-for-connection): Accept the greeting from the stupid
311         output from openssl s_client -starttls, too.
312
313         * tls.el (tls-starttls-switches): New variable.
314         (tls-find-starttls-argument): Use it.
315         (open-tls-stream): Ditto.
316
317         * netrc.el (netrc-credentials): Return the value of the "default"
318         entry.
319         (netrc-machine): Ditto.
320
321         * nnimap.el (nnimap-find-article-by-message-id): Really return the
322         article number.
323         (nnimap-split-fancy): New variable.
324         (nnimap-split-incoming-mail): Use it.
325
326         * nntp.el (nntp-server-list-active-group): Document.
327
328         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
329         SELECT to get the message-id.
330
331         * mail-source.el (mail-sources): Removed webmail support.
332         (defvar): Ditto.
333         (mail-source-fetcher-alist): Ditto.
334         (mail-source-fetch-webmail): Removed.
335
336         * webmail.el: Removed -- doesn't seem relevant any more.
337
338         * gnus.el: Fix up make-obsolete-variable declarations throughout.
339
340         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
341         the \r.
342
343 2010-09-30  Julien Danjou  <julien@danjou.info>
344
345         * gnus-agent.el (gnus-agent-add-group): Fix call to
346         gnus-completing-read.
347
348 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * nndoc.el (nndoc-retrieve-groups): New function.
351
352         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
353         `default', use nnmail-split-methods.
354         (nnimap-request-article): Downcase the NILs so that they are nil.
355
356         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
357         symbol.
358
359         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
360         code, since if the user has requested network, that's what they ought
361         to get.
362         (nnimap-request-set-mark): Erase the buffer before issuing commands.
363         (nnimap-split-rule): Mark as obsolete.
364
365         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
366         variable.
367
368         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
369         correct slot, too.
370
371 2010-09-29  Julien Danjou  <julien@danjou.info>
372
373         * gnus.el (gnus-local-domain): Declare variable obsolete.
374
375         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
376         computing.
377         (gnus-ido-completing-read): Require ido.
378
379 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus-registry.el: Don't prompt on load, which makes it impossible to
382         build Gnus.
383
384         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
385         when interpreting the structures.
386         (nnimap-request-accept-article): Add \r\n to the lines to make this
387         work with Cyrus.
388
389         * nndraft.el (nndraft-request-expire-articles): Use the group name
390         instead if "nndraft".  Fix found by Nils Ackermann.
391
392 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
393
394         * nnregistry.el: Added.
395
396 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
397
398         * nnmail.el (group, group-art-list, group-art):
399         Remove unneeded directives.
400
401 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
404         (mm-mime-charset)
405         * rfc2047.el (rfc2047-syntax-table)
406         * utf7.el (utf7-utf-16-coding-system): Comment fix.
407
408         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
409         rather than `insert-file-contents' and `eval-region'.
410
411         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
412         construction.
413
414         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
415
416         * time-date.el: No need to require cl for Emacs 21.
417
418 2010-09-29  Julien Danjou  <julien@danjou.info>
419
420         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
421         replacement of `gnus-gravatar-relief' to mimic
422         `gnus-faces-properties-alist'.
423         Add :version property.
424
425 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * mail-source.el (mail-source-report-new-mail)
428         * message.el (message-default-mail-headers)
429         * mm-decode.el (mm-valid-image-format-p): Comment fix.
430
431         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
432
433 2010-09-28  Julien Danjou  <julien@danjou.info>
434
435         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
436         mail-address contains the same string as real-name.
437
438         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
439         non-blank in header, otherwise it'll get stripped.
440
441         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
442         real-name, and then for mail address rather than doing : or , search.
443
444 2010-09-27  Julien Danjou  <julien@danjou.info>
445
446         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
447         (gnus-server-goto-server): Use gnus-completing-read.
448
449         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
450
451         * mm-util.el (defalias): Use gnus-completing-read.
452         (mm-codepage-setup): Use gnus-completing-read.
453
454         * smime.el (smime-sign-buffer): Use gnus-completing-read.
455         (smime-decrypt-buffer): Use gnus-completing-read.
456
457         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
458
459         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
460         (mml-minibuffer-read-disposition): Use gnus-completing-read.
461         (mml-insert-multipart): Use gnus-completing-read.
462
463         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
464
465         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
466
467         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
468
469         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
470
471         * gnus.el (gnus-read-method): Use gnus-completing-read.
472
473         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
474
475         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
476         (gnus-mime-action-on-part): Use gnus-completing-read.
477         (gnus-article-encrypt-body): Use gnus-completing-read.
478
479         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
480         (gnus-topic-move-matching): Use gnus-completing-read.
481         (gnus-topic-copy-matching): Use gnus-completing-read.
482         (gnus-topic-sort-topics): Use gnus-completing-read.
483         (gnus-topic-move): Use gnus-completing-read.
484
485         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
486         (gnus-agent-add-group): Use gnus-completing-read.
487
488         * nnmairix.el (nnmairix-create-server-and-default-group): Use
489         gnus-completing-read.
490         (nnmairix-update-groups): Use gnus-completing-read.
491         (nnmairix-get-server): Use gnus-completing-read.
492         (nnmairix-backend-to-server): Use gnus-completing-read.
493         (nnmairix-goto-original-article): Use gnus-completing-read.
494         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
495
496         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
497
498         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
499         (gnus-group-make-useful-group): Use gnus-completing-read.
500         (gnus-group-make-web-group): Use gnus-completing-read.
501         (gnus-group-add-to-virtual): Use gnus-completing-read.
502         (gnus-group-browse-foreign-server): Use gnus-completing-read.
503
504         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
505         (gnus-summary-limit-to-extra): Use gnus-completing-read.
506         (gnus-summary-execute-command): Use gnus-completing-read.
507         (gnus-summary-respool-article): Use gnus-completing-read.
508         (gnus-read-move-group-name): Use gnus-completing-read.
509
510         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
511         (gnus-summary-score-effect): Use gnus-completing-read.
512
513         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
514
515         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
516         right completing-read function.
517         (gnus-use-ido): New variable
518         (gnus-completing-read-with-default): Remove.
519
520 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
521
522         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
523         x-focus-frame.
524
525         * nnimap.el (auth-source-forget-user-or-password)
526         (auth-source-user-or-password): Autoload.
527
528         * message.el (message-from-style, message-interactive)
529         (message-cite-prefix-regexp, message-sendmail-envelope-from)
530         (message-yank-prefix, message-indentation-spaces, message-signature)
531         (message-signature-file): Add comment.
532
533 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
536         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
537         new articles.
538
539         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
540         parts.
541         (nnimap-request-article): Work with the t setting, too.
542
543         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
544         that you don't get flashes of other buffers.
545         (gnus-summary-show-complete-article): Intern before setting.
546
547 2010-09-27  David Engster  <dengste@eml.cc>
548
549         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
550         well as HEADERS.
551         (nnmairix-retrieve-headers): Provide new argument for the above.
552
553 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-sum.el (gnus-summary-move-article): Don't alter
556         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
557         group.
558
559         * nnimap.el (nnimap-update-info): Don't destructively alter active.
560
561         * message.el (message-cite-prefix-regexp): Revert my last edit.
562
563         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
564         variable instead of the Gnus variable.
565
566         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
567
568         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
569         again.
570
571         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
572         since some servers don't like it.
573         (nnimap-open-connection): Forget credentials if the server says the
574         password was wrong.
575         (nnimap-parse-line): Protect against invalid data.
576
577         * gnus-sum.el (gnus-summary-move-article): Add comment.
578         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
579         nothing alters it while scanning for new messages.
580
581         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
582         which may or may not help.
583         (nnimap-open-connection): If we're doing a stream connection, and then
584         discover we're on a STARTTLS-capable server, then open a STARTTLS
585         connection instead.
586
587 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * nnimap.el (utf7): Required.
590
591         * message.el (message-cite-prefix-regexp): Remove "}" from citation
592         prefix.
593
594 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
595
596         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
597
598 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * nnimap.el (nnimap-request-accept-article): Message the error on
601         error.
602
603 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
606
607 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * nndoc.el (nndoc-request-list): Return success always.
610
611         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
612         `fetch-old' -- we only want to fetch the articles we've requested.  The
613         rest are in the agent, probably.
614         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
615         disappeared server" to something low.  It's not important.
616
617         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
618         arrived before the FETCH data.
619
620         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
621         target here, because we don't know the Gnus name of the group.
622
623         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
624         for the correct group.
625
626         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
627
628         * gnus.el (gnus): Give a final warning after startup.
629
630         * gnus-util.el (gnus-action-message-log): New variable.
631         (gnus-message): Use it.
632         (gnus-final-warning): New function.
633
634         * nnimap.el (nnimap-open-connection): Record the greeting.
635         (nnimap): Add greeting.
636
637 2010-09-26  Julien Danjou  <julien@danjou.info>
638
639         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
640         arguments.
641         (gnus-html-wash-images): Fix spec computing to include start/end.
642
643         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
644
645 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
648         deletion.
649         (nnimap-retrieve-headers): Don't select the group, because that's
650         already done by nnimap-possibly-change-group.
651
652         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
653         (gnus-picon-transform-address): Use it.
654
655         * mail-source.el (mail-source-value): Revert previous patch.
656
657         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
658         on failure.
659         (nnimap-open-connection): Look up both virtual and physical server name
660         credentials.
661
662         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
663
664 2009-02-07  Dave Love  <fx@gnu.org>
665
666         * tls.el (open-tls-stream): Don't query killing process.
667
668 2009-02-08  Dave Love  <fx@gnu.org>
669
670         * gnus-win.el (gnus-window-to-buffer-helper,
671         gnus-all-windows-visible-p): Function needn't be a symbol.
672
673         * mail-source.el (mail-source-value): Function needn't be a symbol.
674
675 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * message.el (message-cite-prefix-regexp): Remove } from the cite
678         prefix.
679
680         * gnus-art.el (gnus-treatment-function-alist): Do picons before
681         highlight again, so that the highlight is correct.
682
683         * gnus-picon.el (gnus-picon): Remove again.
684         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
685
686         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
687         doing the header highlightling, so that the background colour of the
688         picon is correct.
689
690         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
691         (gnus-picon): Ditto.
692         (gnus-picon): Reinstate.  The background colour for picons is white.
693         (gnus-picon-insert-glyph): Make the background white.
694
695         * nnml.el (nnml-open-nov): Don't return dead buffers.
696
697         * auth-source.el (auth-source-create): Query the user for whether to
698         store the credentials.
699
700         * netrc.el (netrc-store-data): New function.
701
702         * auth-source.el (auth-source-user-or-password): Use the existing auth
703         sources, if any, for creation.
704
705         * gnus.el (gnus-group-fast-parameter): Return the last matching
706         parameter instead of the first matching parameter.
707
708 2010-09-26  Julien Danjou  <julien@danjou.info>
709
710         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
711
712 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * mml2015.el (mml2015-use): Remove gpg support.
715
716         * mml1991.el (mml1991-function-alist): Remove gpg function.
717         (mml1991-gpg-sign): Removed.
718
719 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
720
721         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
722         (gnus-browse-unsubscribe-current-group): Document it.
723         (gnus-browse-unsubscribe-group): Use it.
724
725 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
728         address to the To list for easier response.
729
730         * gnus.el (gnus-play-startup-jingle): Removed.
731         (gnus-splash): Don't play jingle.
732         (gnus): Silence gnus-load message.
733
734         * gnus-art.el (gnus-treat-play-sounds): Removed.
735
736         * gnus.el (gnus-play-jingle): Remove audio support.
737
738         * gnus-cus.el (gnus-score-customize): Remove audio reference.
739
740         * earcon.el: Removed -- no users.
741
742         * gnus-audio.el: Removed -- no users of this package.
743
744         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
745
746         * gnus-start.el (gnus-setup-news): Remove nocem support.
747
748         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
749
750         * gnus.el (gnus-use-nocem): Removed.
751
752         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
753         Removed.
754
755         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
756         uses NoCeM any more.
757
758         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
759         (gnus-button-ctan-handler): Ditto.
760         (gnus-button-handle-ctan-bogus-regexp): Ditto.
761         (gnus-button-ctan-directory-regexp): Ditto.
762         (gnus-button-handle-ctan): Ditto.
763         (gnus-button-tex-level): Ditto.
764         (gnus-button-alist): Removed CTAN stuff.
765
766 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
769         nnimap-streaming test.
770
771         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
772         servers twice.
773
774         * nnimap.el (nnimap-open-connection): Add more error reporting when
775         nnimap fails early.
776
777         * nnheader.el (nnheader-get-report-string): New function.
778         (nnheader-get-report): Use it.
779
780         * gnus-int.el (gnus-check-server): Say what the error was when opening
781         failed.
782
783         * nnimap.el (nnimap-wait-for-response): Search further when we're not
784         using streaming.
785
786 2010-09-25  Julien Danjou  <julien@danjou.info>
787
788         * gnus-html.el (gnus-html-rescale-image): Use our defalias
789         gnus-window-inside-pixel-edges.
790
791 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
794
795         * mm-decode.el (mm-save-part): Allow saving to other directories the
796         normal Emacs way.
797
798         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
799         by Jay Berkenbilt.
800
801         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
802         there isn't a single byte.
803
804         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
805         just do it.  It doesn't really seem to matter what the user responds
806         here, I think, so it's just a confusing question.
807
808         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
809         non-streaming case.
810
811         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
812         (gnus-article-encrypt-body): Use it.
813
814         * gnus-sum.el (gnus-summary-show-complete-article): New command and
815         keystroke.
816
817         * nnimap.el (nnimap-find-wanted-parts-1): Use
818         gnus-fetch-partial-articles.
819
820         * gnus-art.el (gnus-fetch-partial-articles): New variable.
821
822         * nnimap.el (nnimap-insert-partial-structure): New function.
823         (nnimap-get-partial-article): New function.
824         (nnimap-request-article): Use it.
825         (nnimap-wait-for-response): Return whether the wait was successful.
826         (nnimap-finish-retrieve-group-infos): Don't do anything if the
827         retrieval wasn't successful.
828         (nnimap-retrieve-group-data-early): Allow throttling servers.
829         (nnimap-streaming): New variable.
830         (nnimap-fetch-partial-articles): Removed.
831
832         * mm-decode.el (mm-with-part): Protect against killed buffers.
833
834         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
835         for prettier summary display.
836
837 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
838
839         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
840         directly.
841
842 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
845         apparently third-party libraries depend on it.
846
847         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
848         before starting negotiation.
849
850         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
851         privacy reasons.
852         (gnus-treat-mail-gravatar): Ditto.
853
854         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
855         buffer when inserting images.  Inserting text into the headers, for
856         instance, can make them invalid.
857
858 2010-09-25  Julien Danjou  <julien@danjou.info>
859
860         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
861         variables.
862
863         * nnheader.el: Remove useless variables news-reply-yank-from and
864         news-reply-yank-message-id.
865
866         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
867         variables.
868
869         * mml1991.el: Remove useless mml1991-verbose.
870
871         * gnus.el: Remove useless variable gnus-use-generic-from.
872         Remove obsolete variable gnus-topic-indentation.
873
874         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
875
876         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
877
878         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
879
880         * gnus-group.el: Remove useless gnus-group-icon-cache.
881         Remove useless gnus-ephemeral-group-server.
882
883         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
884
885         * mml2015.el: Remove useless mml2015-verbose.
886
887         * mml-smime.el: Remove useless mml-smime-verbose.
888
889         * gnus.el: Remove useless gnus-local-domain.
890
891         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
892         gnus-gravatar-size.
893
894         * gnus-art.el: Remove useless gnus-treat-translate.
895
896 2010-09-24  Julien Danjou  <julien@danjou.info>
897
898         * gnus-sum.el: Add support for Gravatars.
899
900         * gnus-art.el: Add support for Gravatars.
901
902         * gnus-gravatar.el: Add this file.
903
904         * gravatar.el: Add this file.
905
906 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
909
910         * gnus-group.el (gnus-group-fetch-faq): Removed.
911
912         * gnus.el (gnus-group-faq-directory): Removed.
913
914         * gnus-group.el (gnus-group-fetch-charter): Removed.
915
916         * gnus.el (gnus-group-charter-alist): Removed.
917
918         * gnus-group.el (gnus-group-archive-directory): Removed.
919         (gnus-group-recent-archive-directory): Ditto.
920         (gnus-group-make-archive-group): Removed.
921
922         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
923
924         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
925         use the same article number for all the cached articles.
926
927         * nnimap.el (nnimap-command): Register the last command time so
928         that we can use it for idling NOOPs.
929         (nnimap-open-connection): Start the keeplive timer.
930         (nnimap-make-process-buffer): Store all the process buffers.
931         (nnimap-keepalive): New function.
932
933         * starttls.el: (starttls-open-stream): Add autoload cookie.
934
935 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
936
937         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
938         handling.
939
940 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
943         its data structures.
944
945         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
946         instead of the cl.el copy-list.
947         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
948         equalp.
949
950 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
953         and tool-bar-local-item-from-menu.
954
955         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
956         mode-line-highlight face for Emacs.
957
958         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
959         loading gnus-sum.elc; fix comment for canlock-verify.
960         (gnus-article-jump-to-part): Use read-number.
961         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
962         Emacs pre-21 compatible code for help-echo.
963         (gnus-article-next-page-1): No need to adjust the number of lines.
964         (gnus-article-describe-bindings): Always use help-buffer.
965
966         * gnus-audio.el (gnus-audio-inline-sound)
967         * gnus-cus.el (gnus-custom-mode)
968         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
969
970         * gnus-sum.el (gnus-remove-overlays): Doc fix.
971
972         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
973         compatible code.
974
975 2010-09-24  Glenn Morris  <rgm@gnu.org>
976
977         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
978         visiting the fcc file in rmail-mode.
979
980         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
981
982 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * nnir.el: Silence the byte compiler.
985
986         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
987         alias to browse-url-url-encode-chars if any.
988         (gnus-html-encode-url): Use it.
989
990 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-start.el (gnus-use-backend-marks): New variable.
993         (gnus-get-unread-articles-in-group): Use it.
994
995         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
996         makeover.
997
998 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
999
1000         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1001
1002 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1005         Removed.
1006         (gnus-setup-news-hook): Removed
1007         gnus-fixup-nnimap-unread-after-getting-new-news.
1008
1009         * gnus-int.el (gnus-request-update-info): Protect against backends not
1010         having the function.
1011
1012         * nnimap.el (nnimap-stream): Mention starttls.
1013         (nnimap-open-connection): Add starttls support.
1014
1015 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1016
1017         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1018
1019 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1022         BODYSTRUCTUREs.
1023         (nnimap-transform-headers): Unfold quoted {42} headers.
1024
1025         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1026         the info.
1027         (gnus-get-unread-articles): Only call updatep on backends that support
1028         it.
1029
1030         * nnweb.el (nnweb-request-update-info): NOOP.
1031
1032         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1033
1034         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1035         since it only deals with marks.
1036
1037         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1038         gnus-request-marks, and make a new gnus-request-update-info.
1039
1040         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1041         the active instead of the high number, which is usually too low.
1042
1043 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1044
1045         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1046         * encrypt.el: Removed.
1047
1048 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1051         server in symbolic form.
1052
1053         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1054         0.9.
1055
1056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1059         (nnimap-update-info): Fix up code slightly.
1060
1061         * gnus-int.el (gnus-open-server): Add tracing for performance
1062         debugging.
1063
1064         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1065         (gnus-group-insert-group-line): Pass the real group name so that it
1066         gets the right data.
1067
1068         * gnus-start.el (gnus-get-unread-articles): Don't have
1069         `gnus-get-unread-articles-in-group' update info, since that can be
1070         really slow and doesn't seem to be needed?
1071
1072 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1073
1074         * time-date.el (date-to-time): Try using parse-time-string first before
1075         using the slower timezone-make-date-arpa-standard.
1076
1077 2010-09-22  Julien Danjou  <julien@danjou.info>
1078
1079         * gnus-group.el (gnus-group-insert-group-line): Call
1080         gnus-group-highlight-line.
1081         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1082         default hook list.
1083         (gnus-group-update-eval-form): Add new function.
1084         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1085         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1086
1087 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1090         immediate, then expire all articles.
1091         (nnimap-update-info): Fix off-by-one errors.
1092         (nnimap-flags-to-marks): Would return no marks lists for group with no
1093         flags.  Instead return the other data.
1094
1095 2010-09-22  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1098         Only return an icon.
1099         (gnus-group-insert-group-line): Compute icon to return.
1100
1101         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1102         variable.
1103         (gnus-html-image-fetched): Only cache if
1104         gnus-html-image-automatic-caching is set.
1105         (gnus-html-image-fetched): Check for errors.
1106
1107 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1110         once per method on `g'.  This ensures that backends like nnfolder don't
1111         open all their folders.
1112
1113         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1114         (nnimap-request-list): Nix out group in the correct buffer.
1115         (nnimap-parse-flags): Implement by using `read' instead of
1116         hand-parsing.
1117         (nnimap-flags-to-marks): Pass on permanent-flags.
1118         (nnimap-make-process-buffer): Record the server name.
1119         (nnimap-parse-flags): Fix typo.
1120         (nnimap-request-scan): Run split on the server in general, not just a
1121         single group.
1122
1123         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1124         parameter, and propagate this downwards.
1125
1126         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1127         since EXAMINE changes it on the server.
1128
1129         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1130         this command might take a while.
1131
1132 2010-09-22  Julien Danjou  <julien@danjou.info>
1133
1134         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1135         harmful if you have 2 images side-by-side, they can't be properly
1136         update on text deletion.  Using text-property is safer here.
1137         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1138         data.
1139
1140 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * nnimap.el (nnimap-expunge-inbox): Removed.
1143         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1144         (nnimap-expunge): Flip default to t.
1145
1146         * gnus.el (gnus-method-to-server): Don't push things to the cache
1147         unless it's unique.
1148         (gnus-server-to-method): Ditto.
1149
1150 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1151
1152         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1153
1154 2010-09-22  Julien Danjou  <julien@danjou.info>
1155
1156         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1157         get the start of data.
1158         (gnus-html-encode-url): Add this function to encode special chars in
1159         URL.
1160         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1161         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1162
1163         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1164         default.
1165         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1166
1167         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1168         images alt-text.
1169         (gnus-html-put-image): Put alt-text as help-echo.
1170
1171 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1172
1173         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1174         * mm-util.el (mm-decompress-buffer)
1175         * nnir.el (nnir-run-find-grep)
1176         * pop3.el (pop3-list): Use 3rd arg of split-string.
1177
1178         * time-date.el (format-seconds): Comment fix.
1179
1180         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1181         and byte-optimize-form-code-walker.
1182         (dgnushack-make-auto-load): Don't advise make-autoload.
1183
1184         * lpath.el: Remove Emacs 21 stuff.
1185
1186 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1189         outside the active range.  Suggested by Dan Christensen.
1190
1191         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1192         slightly later to avoid double-getting it.
1193
1194         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1195         previous patch.
1196
1197         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1198
1199 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1200
1201         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1202
1203 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * gnus-int.el (gnus-open-server): Give a better error message in the
1206         "go offline" case.
1207
1208         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1209         marks for nnimap, which is seldom the right thing to do.
1210
1211         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1212         (gnus-same-method-different-name): New function.
1213
1214         * nnimap.el (parse-time): Require.
1215
1216         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1217         method in the presence of many similar methods.
1218
1219         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1220
1221         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1222         nnml-inhibit-expiry.
1223
1224         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1225         find out whether methods are equal.
1226
1227         * nnimap.el (nnimap-find-expired-articles): New function.
1228         (nnimap-process-expiry-targets): New function.
1229         (nnimap-request-move-article): Request the article before looking at
1230         what the Message-ID is.  Fix found by Andrew Cohen.
1231         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1232
1233         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1234         for oldness in addition to being a predicate.
1235
1236         * nnimap.el (nnimap-request-group): When we have zero articles, return
1237         the right data to Gnus.
1238         (nnimap-request-expire-articles): Only delete articles immediately if
1239         the target is 'delete.
1240
1241         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1242         method, this would bug out.
1243
1244         * gnus-group.el (gnus-group-expunge-group): Renamed from
1245         gnus-group-nnimap-expunge, and implemented as a normal interface
1246         function.
1247
1248         * gnus-int.el (gnus-request-expunge-group): New function.
1249
1250         * nnimap.el (nnimap-request-create-group): Implement.
1251         (nnimap-request-expunge-group): New function.
1252
1253 2010-09-21  Julien Danjou  <julien@danjou.info>
1254
1255         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1256         (gnus-html-cache-expired): Add new function.
1257         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1258         wethever we should display image for fetch it.
1259         Compute alt-text earlier to pass it to the fetching function too.
1260         (gnus-html-schedule-image-fetching): Change function argument to only
1261         get one image at a time, not a list.
1262         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1263         cache.
1264         (gnus-html-get-image-data): New function to retrieve image data from
1265         cache.
1266         (gnus-html-put-image): Change buffer argument to use image data rather
1267         than file, and place image above region rather than inserting a new
1268         one. Do not take alt-text as argument, since it's useless now: we place
1269         the image above alt-text.
1270         (gnus-html-prune-cache): Remove.
1271         (gnus-html-show-images): Start to fetch image when we find one, do not
1272         push into a temporary list.
1273         (gnus-html-prefetch-images): Only fetch image if they have expired.
1274         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1275         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1276
1277 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1280
1281 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1284         spec inser "*" if the group isn't active instead of 0.
1285
1286         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1287         opening the server.
1288         (nnimap-request-delete-group): Implement group deletion.
1289         (nnimap-transform-headers): Return the size of the entire message in
1290         the Bytes header, not just the size of the first part.
1291         (nnimap-request-move-article): When moving an article from nnimap,
1292         request the article first so the accepting form has an article to
1293         accept.  Reported by Dan Christensen.
1294         (nnimap-command): Make sure that the error message doesn't error out.
1295
1296 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1297
1298         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1299         we haven't requested anything.
1300
1301 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1304         "".  Fix found by Andrew Cohen.
1305
1306         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1307         instead of -encode-string.
1308
1309 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1312
1313         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1314         by mm-subst-char-in-string.
1315
1316 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1319         waiting for the connection string.
1320
1321         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1322         arriving.
1323
1324         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1325         bogus characters.  This allows selecting certain Gmail groups.
1326
1327         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1328         (nnimap-fetch-partial-articles): New variable.
1329         (nnimap-open-connection): When looking for credentials, also use the
1330         nnimap-server-port.
1331         (nnimap-request-article): Return the group/article number, so that Gnus
1332         `^' works as expected.
1333         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1334         them.
1335
1336         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1337         comments.
1338         (gnus-methods-sloppily-equal): New function.
1339         (gnus): When using the development version of Gnus, load the gnus-load
1340         file.
1341
1342         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1343         `gnus-open-server' on each method before trying to scan them etc.  This
1344         ensures that all the backend parameters are set correctly.
1345
1346         * nnimap.el (nnimap-authenticator): New variable.
1347         (nnimap-open-connection): Allow anonymous login.
1348         (nnimap-transform-headers): The chars header is called Chars not
1349         Bytes.
1350         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1351         drops.
1352
1353         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1354         patch, found by Knut Anders Hatlen.
1355
1356 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1357
1358         * gnus-agent.el (gnus-agent-batch-confirmation)
1359         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1360         to gnus-message.
1361         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1362         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1363         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1364         * gnus-int.el (gnus-open-server): Likewise.
1365         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1366         (gnus-score-check-syntax): Likewise.
1367         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1368         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1369         Likewise.
1370         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1371
1372 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1375         calling conventions so that prefetch doesn't bug out.
1376
1377 2010-09-19  Julien Danjou  <julien@danjou.info>
1378
1379         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1380         rather than `subst-char-in-region' in order to be able to replace ASCII
1381         char by UTF-8 ones.
1382
1383         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1384         than curl.
1385         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1386         the right URL and ALT text on images.
1387         (gnus-html-wash-tags): Fix tag case.
1388         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1389         (gnus-article-html): Add -o display_ins_del=2 option.
1390         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1391
1392 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1395         the extra mail headers, which sometimes seem to happen for unknown
1396         reasons.
1397
1398         * mail-parse.el (mail-header-encode-parameter): Define as
1399         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1400         (or most, perhaps?) mail readers don't understand the latter, but do
1401         understand the former.
1402
1403         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1404         to nil, so that no methods are automatically agentized.  I think this
1405         is probably what most users want.
1406
1407         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1408         from url-retrieve, for instance about invalid URLs.
1409
1410         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1411         groups that have no articles.
1412         (nnimap-request-article): Check that we really got an article when we
1413         requested one.
1414
1415         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1416         doesn't exist.
1417
1418         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1419         nntp buffer so the agent can save it.
1420         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1421         that CRLF doesn't get translated to \n.
1422         (nnimap-open-connection): Don't make 'shell commands only send \n.
1423
1424 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1425
1426         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1427         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1428         Update var name.
1429         (nnml-generate-nov-file): Use dolist.
1430         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1431         Use with-current-buffer.
1432
1433 2010-09-18  Julien Danjou  <julien@danjou.info>
1434
1435         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1436         parallel.
1437
1438 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1441         the range update right.
1442         (nnimap-request-group): Don't make `M-g' bug out on group with no
1443         marks.
1444         (nnoo): Required, so that other packages can require nnimap.
1445         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1446         command we're looking for.  This helps when the server sends more
1447         responses after we've gotten everything we expected.
1448         (nnimap): Add a `newlinep' field to keep track of end-of-line
1449         conventions.
1450         Don't send CRLF to things that don't want it.
1451         (nnimap-request-accept-article): Ditto.
1452
1453 2010-09-18  Julien Danjou  <julien@danjou.info>
1454
1455         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1456         than curl to retrieve images.
1457
1458 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1461         the marks.
1462         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1463         (nnimap-wait-for-connection): New function.
1464         (nnimap-open-connection): If we have PREAUTH, don't query for login
1465         credentials.
1466         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1467         when doing a partial update.
1468
1469 2010-09-18  Julien Danjou  <julien@danjou.info>
1470
1471         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1472         tags.
1473
1474 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1475
1476         * nnimap.el (nnimap-credentials): New function.
1477         (nnimap-open-connection): Use the new function to look for credentials
1478         also on the numeric equivalents of "imap" and "imaps".
1479
1480         * gnus-start.el (gnus-activate-group): Send the info to
1481         gnus-request-group.
1482
1483         * nnimap.el (nnimap-request-group): Have the "check" version of the
1484         function parse flags and update the info, so that a `M-g' get a total
1485         resync of all flags from the group.
1486
1487         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1488         to allow backends to alter the info on group selection.  Also alter all
1489         the backend -request-group functions to take the parameter.
1490
1491         * nnimap.el (nnimap-store-info): New function.
1492         (nnimap-update-info): Store the info for later usage.
1493         (nnimap-request-group): Use the stored info for the dont-check case, so
1494         that we don't retrieve all marks when we enter a group.
1495
1496         * nnimap.el: Use deffoo instead of defun for interface functions.
1497
1498         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1499         update the group info.  This makes the nndraft groups, for instance, go
1500         back to their old behaviour.
1501
1502         * gnus-sum.el (gnus-select-newsgroup): Indent.
1503
1504         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1505         in.
1506         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1507         nothing.
1508
1509         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1510         from methods that are denied.
1511
1512         * gnus-int.el (gnus-method-denied-p): New function.
1513
1514         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1515         store the password instead of netrc.
1516         (nnimap-open-connection): Don't error out when we can't make a
1517         connections.
1518
1519         * auth-source.el (auth-source-create): In the password prompt, say what
1520         we're querying for.  Also prompt for user name if that hasn't been
1521         given.
1522
1523         * nnimap.el (nnimap-with-process-buffer): Removed.
1524
1525 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1528         method when we're reading from the agent.
1529
1530         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1531
1532         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1533         that's probably most useful for users.
1534
1535         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1536         "failed" all the time.
1537
1538         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1539         ...)) with (with-current-buffer ... ).
1540
1541         * nntp.el (nntp-open-server): Return whether the open was successful or
1542         not.
1543
1544         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1545         select an unread unseen article first.
1546
1547         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1548         /etc/services, supply some sensible port defaults.
1549
1550         * dgnushack.el: Define netrc-credentials.
1551
1552 2010-09-17  Julien Danjou  <julien@danjou.info>
1553
1554         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1555
1556 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1557
1558         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1559         doesn't have any parameters.
1560
1561 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1564         only upcased checks.
1565
1566         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1567
1568         * nnimap.el (nnimap-open-shell-stream): New function.
1569         (nnimap-open-connection): Use it.
1570         (nnimap-transform-headers): Get the number of lines in each message.
1571         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1572         number of lines.
1573         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1574         problem.
1575
1576         * utf7.el (utf7-encode): Autoload.
1577
1578         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1579         to allow the mail splitting to not return a default group.  This is
1580         useful for nnimap, which will leave unmatched mail in the inbox.
1581
1582         * nnimap.el: Rewritten.
1583
1584         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1585         nnimap usage.
1586
1587         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1588         if the move is internal, so that nnimap can do fast internal moves.
1589
1590         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1591         data.
1592         (gnus-read-active-for-groups): Support finishing the early retrieval of
1593         data.
1594
1595         * gnus-range.el (gnus-range-nconcat): New function.
1596
1597         * gnus-int.el (gnus-finish-retrieve-group-infos)
1598         (gnus-retrieve-group-data-early): New functions.
1599
1600 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1601
1602         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1603         (nnrss-retrieve-groups):
1604         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1605         (pop3-quit): Use with-current-buffer.
1606
1607 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1610         instead of nnheader-accept-process-output.
1611
1612         * dgnushack.el (dgnushack-compile): Add comment.
1613
1614         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1615
1616         * gnus-html.el (gnus-html-schedule-image-fetching)
1617         (gnus-html-prefetch-images): Replace process-kill-without-query by
1618         gnus-set-process-query-on-exit-flag.
1619
1620 2010-09-16  Romain Francoise  <romain@orebokech.com>
1621
1622         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1623
1624 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1627         parameter to unintern is mandatory-ish in Emacs 24.
1628
1629         * gnus-html.el (gnus-html-schedule-image-fetching)
1630         (gnus-html-prefetch-images): Check for curl before using it.
1631
1632         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1633         depend on curl, which isn't essential.
1634
1635         * imap.el: Revert back to version
1636         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1637         seem problematic.
1638
1639 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1640
1641         * gnus-registry.el (gnus-registry-install-shortcuts):
1642         Explicitly pass `obarray' to `unintern' to avoid a warning.
1643
1644 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1647         change.
1648
1649         * nnrss.el (nnrss-request-list): Removed this function and related
1650         functions, including the moreover stuff.
1651
1652 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnrss.el (nnrss-retrieve-groups): New function.
1655
1656 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1657
1658         * .dir-locals.el: Add no-byte-compile cookie.
1659
1660 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * time-date.el (format-seconds): Comment fix.
1663
1664         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1665         for back end that doesn't support request-scan.
1666
1667 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1670         then do request scans from the backends.
1671
1672         * netrc.el (netrc-credentials): New conveniency function.
1673
1674         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1675         avoid running a hook per line, since this takes a lot of time,
1676         profiling shows.
1677         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1678         directly if gnus-visual-p is true.
1679
1680 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1681
1682         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1683         groups; replace mapcar with dolist which is a bit faster; pass groups
1684         info to gnus-read-active-file-1.
1685         (gnus-read-active-file-1): Scan only specified groups if the new
1686         optional arg `infos' is given.
1687
1688 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1691
1692         * pop3.el (pop3-movemail): Removed.
1693         (pop3-streaming-movemail): Renamed to pop3-movemail.
1694
1695         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1696         don't restrict end-tag searches to the end of the line.
1697
1698 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1701         articles of every unchecked group to t, which means unknown since the
1702         server has never been opened.
1703
1704 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * gnus-html.el (gnus-html-show-alt-text): New command.
1707         (gnus-html-browse-image): Ditto.
1708         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1709         to browse the image directly.
1710         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1711         better.
1712
1713         * gnus-async.el (gnus-async-article-callback): Call
1714         `gnus-html-prefetch-images' unconditionally.
1715
1716         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1717         before feeding URLs to curl.
1718
1719 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1722         internal images as deletable by `W D D'.
1723
1724         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1725         (gnus-async-article-callback): Fix typo.
1726
1727 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1730         current line to work around bugs in the output from w3m.
1731
1732         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1733         for groups that want that.
1734
1735         * nntp.el (nntp-wait-for-string): Supply a timeout for
1736         accept-process-output to ensure progress.
1737
1738         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1739         level to get unread articles from, then use that for foreign groups,
1740         too.
1741
1742         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1743         confuses the rest of the function.
1744
1745         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1746         for the methods that support -retrieve-groups, too.
1747
1748         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1749
1750 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1753         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1754
1755         * pop3.el: Require cl when compiling.
1756         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1757
1758 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1761         that aren't going to be activated.
1762         (gnus-get-unread-articles): Fix up the last commit.
1763
1764         * gnus-html.el (gnus-article-html): Allow calling without specifying
1765         the handle.  In that case, dissect the buffer first.
1766
1767         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1768
1769         * nnimap.el (nnimap-open-connection): Revert the change that would look
1770         into authinfo for imaps instead of imap.
1771
1772         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1773         say that you don't want to call gnus-request-group with don-check, but
1774         do check the reponse.  This is for virtual groups only.
1775         (gnus-get-unread-articles): Count the archive groups as secondary, so
1776         that they're activated the same way as before.
1777
1778         * imap.el (imap-message-map): Removed optional buffer parameter, since
1779         no callers use it.
1780         (imap-message-get): Ditto.
1781         (imap-message-put): Ditto.
1782         (imap-mailbox-map): Ditto.
1783         (imap-mailbox-put): Ditto.
1784         (imap-mailbox-get): Ditto.
1785         (imap-mailbox-get): Revert last change for this function.
1786
1787         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1788         case-insensitively.
1789         (nnimap-debug): Removed.
1790
1791         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1792         to use `imap-fetch' instead.  According to the comments, this should be
1793         safe, since all other IMAP clients use the 1:* syntax.
1794         (imap-enable-exchange-bug-workaround): Removed.
1795         (imap-debug): Removed -- doesn't seem very useful.
1796
1797         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1798         mail from a file, and the file doesn't exist.
1799
1800         * imap.el (imap-log): New convenience function used throughout instead
1801         of repeating the same code all over the place.
1802
1803         * pop3.el (pop3-streaming-movemail): Return t for success.
1804
1805         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1806         .authinfo if we're using ssl connection.
1807
1808         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1809         already have if we're in a main Gnus `g' run.
1810
1811         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1812
1813 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1816
1817         * nnmh.el (nnmh-request-list-1): Bind `file'.
1818
1819         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1820         alias to set-process-query-on-exit-flag or process-kill-without-query.
1821         (pop3-open-server): Use it.
1822
1823 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1826         box to the Incoming file.  Fixes mistake in previous checkin.
1827
1828         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1829         request loop (for debugging purposes) removed.
1830
1831         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1832         culprit is more visible.
1833         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1834         (nnml-add-incremental-nov): New functions to do "incremental" nov
1835         updates, where we just append to the end of the existing nov files
1836         without reading/writing them in full.
1837
1838         * mail-source.el (mail-source-delete-crash-box): Really only check the
1839         incoming files once in a while.
1840
1841         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1842
1843         * mail-source.el (mail-source-delete-crash-box): Only check the
1844         incoming files for deletion once per day to save a lot of file
1845         accesses.
1846
1847         * pop3.el (pop3-logon): Fix up unbound variable typo.
1848
1849         * mail-source.el (pop3-streaming-movemail): Autoload.
1850
1851         * pop3.el (pop3-streaming-movemail): Respect
1852         pop3-leave-mail-on-server.
1853
1854         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1855         retrieval.
1856
1857         * pop3.el (pop3-process-filter): Removed unused function.
1858         (pop3-streaming-movemail, pop3-send-streaming-command)
1859         (pop3-wait-for-messages, pop3-write-to-file)
1860         (pop3-number-of-responses): New functions for streaming pop3
1861         retrieval.
1862
1863         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1864         come from no known methods.
1865         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1866         list.
1867
1868         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1869         message sizes.
1870         (pop3-movemail): Use erase-buffer instead of looping and deleting
1871         regions, which seems rather odd.
1872
1873         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1874         file once per `g' run.
1875
1876         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1877         directories.  This makes the draft queue directory work.
1878
1879         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1880         data from the backends, so that we only request the list of groups from
1881         each method once.  This should speed things up considerably.
1882
1883         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1884         detect that it's not implemented.
1885
1886         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1887         we actually do recurse down into the tree, but don't stat all leaf
1888         nodes.
1889
1890         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1891         then say so instead of bugging out.
1892
1893         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1894         files exist before trying to read them.
1895
1896         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1897         around <pre_int>.
1898
1899         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1900
1901         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1902
1903 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * mm-util.el (mm-image-load-path): Just return the image directories,
1906         not all directories in the path in addition to the image directories.
1907         (mm-image-load-path): Maintain a cache of the image directories so that
1908         the `g' command in Gnus doesn't have to stat dozens of directories each
1909         time.
1910
1911         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1912         (gnus-html-wash-tags): Add a new `i' command to insert images.
1913         (gnus-html-insert-image): New command and keystroke.
1914         (gnus-html-redisplay-with-images): New command and keystroke.
1915         (gnus-html-show-images): Renamed command.
1916         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1917         spacers.
1918         (gnus-html-wash-tags): Decode entities at the end, so that entities
1919         inside the tags don't mess up the rest of the "parsing".
1920
1921         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1922         so that nnimap methods aren't agentized by default.  There's apparently
1923         many problems related to agent/imap behaviour.
1924
1925         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1926
1927         * gnus-html.el: Doc fix.
1928
1929 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1932         specifier-spec-list for Emacs 21.
1933
1934         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1935         glyph-width and glyph-height instead of display-graphic-p and
1936         image-size; make avoidance of displaying small images work for XEmacs.
1937
1938         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1939         for XEmacs.
1940
1941         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1942         of symbol that holds plist data.
1943         (gnus-process-plist): Remove plist of process after getting it.
1944
1945 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * message.el (message-generate-hashcash): Change default to
1948         'opportunistic if hashcash is installed.
1949
1950         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1951         (gnus-html-put-image): Only call image-size once, since it's somewhat
1952         time-consuming on remote X servers.
1953
1954 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1957         type on data, not a file name.
1958
1959         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1960         window-pixel-edges for Emacs 21.
1961
1962         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1963         decoded contents.
1964         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1965
1966 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1969         group line format, since it isn't very interesting.
1970
1971         * gnus-agent.el (gnus-agent-short-article),
1972         (gnus-agent-long-article): Increase values for these two variables,
1973         since most people are likely to have more network connection and
1974         storage than before.
1975
1976         * gnus.el (gnus-refer-article-method): Change default to 'current.
1977         When referring an article, the common behaviour is to refer it from the
1978         current select method, not the native select method.  The chances of
1979         the native select method having the message in question is rather slim
1980         these days.
1981
1982         * gnus-sum.el (gnus-auto-select-subject): Change default to
1983         `unseen-or-unread'.  I think it's likely that most people want to
1984         select an unseen article over a previously seen, but unread one.
1985
1986         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1987         means that in the article buffer none of the minor mode elements will
1988         be shown, usually, and this is not desirable in most cases.
1989
1990         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1991         that commands like `d' (and the like) go to the next line in the
1992         buffer, instead of the next unread article.  I think this is the
1993         behaviour that is most natural for most users.
1994         (gnus-single-article-buffer): Change default to nil, so that people can
1995         have as many article buffers open as they have summary buffer.  I think
1996         this is the most natural way for the groups to behave.
1997
1998         * message.el (message-generate-new-buffers): Change default to
1999         `unsent', so that all new message buffers start their names with the
2000         string "*unsent", and it's easier to find the buffers if you move from
2001         them.
2002
2003 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2006         small.  They're probably tracking images.
2007         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2008         (gnus-html-rescale-image): Yet another try at getting the image sizing
2009         right.
2010
2011         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2012         nntp-marks-file-name is nil.
2013
2014 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2015
2016         * gnus-html.el (gnus-html-wash-tags)
2017         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2018         Better logging.
2019
2020 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2023
2024         * gnus-html.el (gnus-html-wash-tags): Check the value of
2025         gnus-blocked-images in the summary buffer.
2026
2027 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2028
2029         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2030
2031 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2034         like "a", it seems like.
2035         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2036         since it needs to be picked from the correct buffer.
2037
2038         * nnwfm.el: Removed.
2039
2040         * nnlistserv.el: Removed.
2041
2042 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2045         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2046
2047 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * nnkiboze.el: Removed.
2050
2051         * nndb.el: Removed.
2052
2053         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2054         alt text.
2055         (gnus-html-rescale-image): Try to get the rescaling logic right for
2056         images that are just wide and not tall.
2057
2058         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2059         overshadow variable bindings.
2060
2061 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2062
2063         * gnus-html.el (gnus-html-wash-tags)
2064         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2065         extra logging.
2066
2067 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2070         (gnus-max-image-proportion): New variable.
2071         (gnus-html-rescale-image): New function.
2072         (gnus-html-put-image): Rescale images.
2073
2074 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2075
2076         Fix up some byte-compiler warnings.
2077         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2078         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2079         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2080         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2081         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2082         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2083         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2084
2085 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-html.el (gnus-article-html): Decode contents by charset.
2088
2089 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2092         (gnus-html-frame-width, gnus-blocked-images)
2093         * message.el (message-prune-recipient-rules): Add custom version.
2094         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2095
2096         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2097         functions.
2098
2099         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2100         gnus-process-get.
2101
2102 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2103
2104         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2105         instead of lsub directly.
2106
2107 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * nnwarchive.el: Removed.
2110
2111         * gnus-soup.el: Removed.
2112
2113         * nnsoup.el: Removed.
2114
2115         * nnultimate.el: Removed.
2116
2117         * gnus-html.el (gnus-blocked-images): New variable.
2118
2119         * message.el (message-prune-recipients): New function.
2120         (message-prune-recipient-rules): New variable.
2121
2122         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2123         guess whether a long line is natural text or not.
2124
2125         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2126         gnus-process-plist and friends for compatibility.
2127
2128 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2129
2130         * gnus-html.el: Require packages that define macros used in this file.
2131         (gnus-article-mouse-face): Declare to silence byte-compiler.
2132         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2133         process-get.
2134         (gnus-html-put-image): Use plist-get to avoid getf.
2135         (gnus-html-prefetch-images): Use with-current-buffer.
2136
2137 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * gnus-ems.el: Provide compatibility functions for
2140         gnus-set-process-plist.
2141
2142         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2143         header-line-format for XEmacs 21.4.
2144
2145         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2146         * gnus.el (gnus-valid-select-methods)
2147         * message.el (message-send-mail-partially-limit)
2148         * mm-decode.el (mm-text-html-renderer)
2149         * mml.el (mml-insert-mime-headers-always)
2150         * smiley.el (smiley-regexp-alist): Bump custom version.
2151
2152 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * gnus-html.el: require mm-url.
2155         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2156         with the url to `url'.
2157         (gnus-html-wash-tags): Support cid: URLs/images.
2158
2159 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2162         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2163         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2164
2165         * gnus-move.el: Removed file, since it doesn't really work.
2166
2167         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2168         UTF-8.  This seems to fix problems with some German web feeds.
2169
2170         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2171         at the top so that the proper colours are applied.
2172
2173         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2174         don't have dots in their names.
2175
2176         * gnus-art.el (gnus-article-view-part): Doc fix.
2177
2178         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2179         XEmacs-compatible.
2180         (gnus-html-put-image): Don't do images on non-graphic displays.
2181
2182         * nnslashdot.el: Removed this unused backend.
2183
2184         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2185         actions.
2186         (gnus-undo-register-1): Revert last change.
2187
2188         * gnus-group.el (gnus-group-completing-read): Protect against not
2189         having completion-styles bound.
2190
2191         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2192         make broken recipients happier.
2193
2194         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2195
2196         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2197         point parameter.
2198
2199         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2200
2201         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2202         completion-styles for group selection.
2203
2204 2009-02-04  Andreas Schwab  <schwab@suse.de>
2205
2206         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2207         headers and regexp-quote the match if necessary.
2208
2209 2009-03-24  Miles Bader  <miles@gnu.org>
2210
2211         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2212         the blinking smiley.
2213
2214 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2215
2216         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2217         blink smiley.
2218
2219 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2222         where the dribbel file lives exists.
2223
2224         * message.el (message-send-mail-partially-limit): Change the default to
2225         nil, since most people don't want this.
2226
2227         * mm-url.el (mm-url-decode-entities): Also decode entities like
2228         &#x3212.
2229
2230 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2231
2232         * gnus-sum.el (gnus-summary-idna-message):
2233         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2234         Hyperlink urls in docstrings with URL `...'.
2235
2236 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2237
2238         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2239         functions.
2240
2241 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242
2243         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2244         say what the mouseover text should be.
2245
2246         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2247         version of the mm-w3m-safe-url-regexp variable to only download images
2248         in the groups where we want that to happen.
2249
2250         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2251
2252         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2253         easier debugging.
2254         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2255         big pictures in the article buffer.
2256
2257         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2258         gnus-article-html.
2259         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2260         w3m.
2261
2262         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2263
2264 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2267         which doesn't exist.
2268
2269         * message.el (message-inhibit-ecomplete): New variable to allow some
2270         function to inhibit ecomplete address storage.
2271         (message-resend): Disable ecomplete message storage when resending
2272         messages.
2273
2274         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2275
2276 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2277
2278         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2279         Save excursion while copying, moving, and deleting articles in order to
2280         prevent the cursor from jumping to unforeseen place.
2281
2282 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2283
2284         * lpath.el: No need to bind bookmark-current-buffer,
2285         bookmark-yank-point and bookmark-make-record-function.
2286
2287 2010-08-17  Glenn Morris  <rgm@gnu.org>
2288
2289         * gnus-sync.el: Require gnus components whose functions are used.
2290
2291         * gnus-art.el (bookmark-make-record-function):
2292         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2293         Declare for compiler.
2294
2295         * mm-url.el (mml-compute-boundary): Autoload.
2296
2297 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2300
2301 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2302
2303         Typo fix "hoo4a" -> "hook".
2304
2305         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2306
2307 2010-08-14  Glenn Morris  <rgm@gnu.org>
2308
2309         * gnus-sync.el (gnus-sync): Fix defgroup version.
2310
2311 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2312
2313         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2314
2315         * gnus-sync.el: Fix docs.
2316         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2317         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2318
2319 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2320
2321         Optimizations for gnus-sync.el.
2322
2323         * gnus-sync.el: Add docs about gnus-sync-backend
2324         possibilities.
2325         (gnus-sync-save): Remove unnecessary message.
2326         (gnus-sync-read): Optimize and show what groups were skipped.
2327
2328 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2329
2330         Minor bug fixes for gnus-sync.el.
2331
2332         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2333         read the sync on get-new-news.
2334
2335         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2336         quiet.
2337
2338         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2339
2340 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2341
2342         Make saving and restoring of hidden threads work with overlays.
2343         Patch applied by Ted Zlatanov.
2344
2345         * gnus-sum.el (gnus-hidden-threads-configuration)
2346         (gnus-restore-hidden-threads-configuration): Update to deal with text
2347         properties, rather than searching for a magic character.
2348
2349 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         New gnus-sync.el library for synchronization of marks.
2352
2353         * gnus-sync.el: New library for synchronization of marks.
2354
2355         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2356         renamed from `gnus-registry-grep-in-list'.
2357
2358         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2359
2360         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2361
2362 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2365         determining charset of text fails.
2366
2367 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * nnmail.el (nnmail-get-new-mail-1): Revert.
2370
2371         * nnml.el (nnml-active-number): Make sure names of newly created groups
2372         in nnml-group-alist are encoded.
2373
2374 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2377         containing non-ASCII characters in active file for nnml back end.
2378
2379 2010-07-24  David Engster  <dengste@eml.cc>
2380
2381         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2382         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2383
2384 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2385
2386         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2387         tag (Bug#6654).
2388
2389 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2392         the article buffer, not the summary buffer.
2393
2394 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2397         Emacs 23 as well.
2398
2399 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2402         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2403
2404 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2405
2406         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2407         Patch applied by Karl Fogel.
2408
2409         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2410         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2411
2412 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2413
2414         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2415         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2416         C-w still not working correctly from Article buffers; Thierry's
2417         patch to fix that will be applied after this.
2418
2419         * gnus-art.el (bookmark-make-record-function): New local variable.
2420
2421         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2422         article buffer.
2423         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2424
2425 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2426
2427         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2428         on changes in bookmark.el.
2429
2430 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2431
2432         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2433         `no-log' instead of message not to log prompt string.
2434
2435 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2436
2437         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2438         the *other* type of HTML form submission.
2439
2440 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2441
2442         * auth-source.el (auth-source-pick): If choice does not contain a
2443         questioned keyword, set the check to t.
2444
2445 2010-06-12  Romain Francoise  <romain@orebokech.com>
2446
2447         * gnus-util.el (gnus-date-get-time): Move up before first use.
2448
2449 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2452         (gnus-article-edit-part): Bind it to make last part that is substituted
2453         or deleted visible.
2454         (gnus-mime-display-single): Buttonize part of which id equals to
2455         gnus-mime-buttonized-part-id.
2456
2457 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2458
2459         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2460         (gnus-dd-mmm): Use gnus-date-get-time.
2461         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2462         simplify logic.
2463         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2464         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2465
2466 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2467
2468         * auth-source.el (top): Autoload `secrets-list-collections',
2469         `secrets-create-item', `secrets-delete-item'.
2470         (auth-sources): Fix tag string.
2471         (auth-get-source, auth-source-retrieve, auth-source-create)
2472         (auth-source-delete): New defuns.
2473         (auth-source-pick): Rewrite in order to avoid 2 passes.
2474         (auth-source-forget-user-or-password): New parameter USERNAME.
2475         (auth-source-user-or-password): New parameters CREATE-MISSING and
2476         DELETE-EXISTING.  Retrieve password interactively, if needed.
2477
2478 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2479
2480         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2481         deleting unused directories when gnus-expert-user is t.
2482
2483 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2484
2485         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2486         for each temp file when gnus-article-browse-delete-temp is ask.
2487
2488 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2489
2490         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2491         Lisp calls to delete-backward-char by calls to delete-char.
2492
2493 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2494
2495         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2496
2497 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2498
2499         * password-cache.el (password-cache-remove): Fix docstring.
2500
2501 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2504         article unless decoding article to be saved.
2505
2506 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2509         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2510         generated within the mm-with-unibyte-current-buffer macro.
2511
2512 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2515         to nil when we're in a mml-preview buffer and no group is selected.
2516
2517 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2518
2519         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2520         when catching the `C-g'.  Reported by "Leo".
2521
2522 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * message.el (message-forward-make-body-plain)
2525         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2526         multibyte-string-p.
2527
2528         * lpath.el: Revert.
2529
2530 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * message.el (message-forward-make-body-mml): Assume original message
2533         is multibyte string; error on unibyte.
2534         (message-forward-make-body-plain): Ditto; don't add excessive newline
2535         in body end.
2536
2537         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2538
2539 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2540
2541         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2542         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2543
2544 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * mm-extern.el (mm-extern-url): Don't use
2547         mm-with-unibyte-current-buffer.
2548         (mm-extern-cache-contents): Use with-current-buffer instead of
2549         save-excursion + set-buffer.
2550
2551 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * mm-util.el (mm-emacs-mule): Remove.
2554
2555 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2556
2557         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2558         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2559         change.
2560
2561 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2564         bind the default value of enable-multibyte-characters to nil.
2565
2566 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * message.el (message-forward-make-body-plain)
2569         (message-forward-make-body-mml):
2570         Don't use mm-with-unibyte-current-buffer.
2571
2572 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2573
2574         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2575
2576 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2577
2578         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2579         (Bug#5592).
2580
2581 2010-05-07  Julien Danjou  <julien@danjou.info>
2582
2583         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2584         it to mm-pipe-part.
2585
2586         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2587         it is given.
2588
2589 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * binhex.el (binhex-decode-region-internal)
2592         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2593         (dns-query)
2594         * nnweb.el (nnweb-gmane-search)
2595         * pgg-parse.el (pgg-parse-armor)
2596         * pgg.el (pgg-verify-region)
2597         * sha1.el (sha1-string-external)
2598         * uudecode.el (uudecode-decode-region-internal)
2599         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2600         XEmacs.
2601
2602         * gnus-art.el (gnus-article-browse-html-parts)
2603         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2604         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2605         make-temp-file.
2606
2607         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2608         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2609         compiling.
2610
2611         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2612         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2613         XEmacs when compiling.
2614
2615         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2616         gnus-pick-mode-off-hook for XEmacs when compiling.
2617         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2618         gnus-binary-mode-off-hook for XEmacs when compiling.
2619
2620         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2621         nil if char-charset is not available.
2622
2623         * imap.el (imap-disable-multibyte)
2624         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2625         macros.
2626
2627         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2628         instead of encode-coding-string.
2629
2630         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2631         'xemacs) instead of mm-emacs-mule to switch function definitions.
2632         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2633
2634         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2635         bind temporary-file-directory for XEmacs;
2636         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2637         timer-set-function for XEmacs 21.4 and SXEmacs;
2638         bind timer-list for XEmacs 21.4 and SXEmacs;
2639         fbind char-charset and find-charset-region for non-Mule XEmacs;
2640         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2641         encode-coding-region and encode-coding-string for XEmacs having no
2642         file-coding feature.
2643
2644 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2645
2646         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2647
2648 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2651         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2652
2653 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2654
2655         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2656         alias `jka-compr-delete-temp-file' no longer exists.
2657
2658 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2659
2660         Use define-minor-mode in Gnus where applicable.
2661         * mml.el (mml-mode): Use define-minor-mode.
2662         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2663         (gnus-undo-mode): Use define-minor-mode.
2664         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2665         (gnus-dead-summary-mode): Use define-minor-mode.
2666         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2667         Initialize in declaration.
2668         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2669         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2670         (gnus-mailing-list-mode): Use define-minor-mode.
2671         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2672         (gnus-draft-mode): Use define-minor-mode.
2673         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2674         (gnus-dired-mode): Use define-minor-mode.
2675
2676 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2677
2678         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2679         handles on recursive mml-to-mime translation and check them for
2680         boundary delimiter collisions.  Reported by Greg Troxel.
2681
2682 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2685
2686 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2687
2688         * mm-util.el (mm-find-buffer-file-coding-system):
2689         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2690
2691 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2692
2693         * message.el (message-generate-headers): Record insertion of optional
2694         headers as well.  Otherwise the check to prevent repeated insertion of
2695         optional headers is a no-op.
2696
2697 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2698
2699         * smime.el: Don't mention CVS.
2700
2701         * nnrss.el (nnrss-fetch): Don't mention CVS.
2702
2703         * nnir.el: Don't mention CVS.
2704
2705 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2706
2707         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2708
2709 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * lpath.el: Fbind bookmark-default-handler,
2712         bookmark-get-bookmark-record, bookmark-make-record-default,
2713         bookmark-prop-get for Emacs <23 and XEmacs.
2714
2715 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2716
2717         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2718         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2719         Use with-current-buffer to silence the byte-compiler.
2720         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2721         bother to require `gnus'.
2722         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2723
2724 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2725
2726         * gnus-sum.el (gnus-summary-bookmark-make-record)
2727         (gnus-summary-bookmark-jump): New functions.
2728         (gnus-summary-mode): Setup bookmark support.
2729
2730 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2731
2732         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2733         if set.
2734
2735 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2738         gnus-article-browse-html-save-cid-image; make it work recursively for
2739         forwarded messages as well.
2740         (gnus-article-browse-html-parts): Work when prefix arg is given.
2741         (gnus-article-browse-html-article): Doc fix.
2742
2743 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2744
2745         * message.el (message-default-mail-headers):
2746         (message-default-headers): Carry the value mail-default-headers over
2747         into message-default-mail-headers, rather than message-default-headers.
2748
2749 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2750
2751         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2752         charset.
2753
2754         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2755         charset into the <meta> tag when the article is encoded to utf-8.
2756
2757 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2760         directories as well.
2761         (gnus-article-browse-html-parts): Work for images that do not specify
2762         file names; delete temp directory when quitting; insert header at the
2763         right place; use file: scheme for image files.
2764
2765 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2766
2767         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2768         (gnus-article-browse-html-parts): Use it to make temporary cid image
2769         files in addition to html file so that browser may display them.
2770
2771 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2774
2775 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2778
2779 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2780
2781         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2782         about Secret Service API sources.  Improve Customize options.
2783         (auth-source-pick): Change to accept any number of search parameters.
2784         Implement fallbacks iteratively, not recursively.  Add scoring on the
2785         second pass and sort by score.  Call Secret Service API when needed.
2786         (auth-source-user-or-password): Use it.  Call Secret Service API
2787         directly when needed to get the user name and the password.
2788
2789 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2790
2791         * message.el (message-interactive): Doc fix.
2792         (message-qmail-inject-args): Reflow.
2793         (message-kill-to-signature): Fix typo in docstring.
2794
2795         * smiley.el (smiley-buffer): Fix typo in docstring.
2796
2797 2010-03-24  Glenn Morris  <rgm@gnu.org>
2798
2799         * mail-source.el (gnus-message): Declare.
2800         (mail-source-delete-old-incoming): Require gnus-util.
2801
2802 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2805
2806         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2807
2808         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2809         password-cache's default if it is not bound.
2810         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2811         password-cache-expiry's default if it is not bound.
2812
2813         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2814         available in Emacs 21.
2815
2816         * lpath.el: Suppress compiler warnings for:
2817         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2818         XEmacs;
2819         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2820         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2821         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2822
2823 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2824
2825         * auth-source.el (auth-sources): Fix up definition so extra parameters
2826         are always inline.
2827
2828 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2829
2830         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2831         wasn't updated after mismatch.  Clear cached mailbox info correctly
2832         when uidvalidity changes.
2833         (nnimap-group-prefixed-name): New function to avoid some code
2834         duplication.
2835         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2836         (nnimap-request-group): Use it.
2837         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2838         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2839         with many imap folders.  This is done by caching the group status from
2840         the imap server persistently in a group parameter `imap-status'.  (This
2841         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2842         but not persistently, so every Gnus startup was still very slow.)
2843
2844 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2845
2846         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2847         delete the extra newline.  Otherwise editing of :string and :number
2848         types don't work.
2849
2850 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2853         secrets.el dependency.
2854         (auth-sources): Add optional user name.  Add secrets.el configuration
2855         choice (unused right now).
2856
2857 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2858
2859         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2860         `gnus-registry-install-shortcuts' fill in the functions.
2861
2862         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2863         warnings.
2864         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2865         (gnus-registry-install-shortcuts): Populate and use it in a
2866         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2867
2868 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2869
2870         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2871         In-place substitutions for the group name encoding/decoding.
2872         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2873         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2874         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2875         (nnimap-update-unseen, nnimap-request-list)
2876         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2877         (nnimap-request-set-mark, nnimap-split-to-groups)
2878         (nnimap-split-articles, nnimap-request-newgroups)
2879         (nnimap-request-create-group, nnimap-request-accept-article)
2880         (nnimap-request-delete-group, nnimap-request-rename-group)
2881         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2882         `encoded-mbx' for consistency.
2883         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2884         variable `imap-current-mailbox'.
2885
2886         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2887         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2888
2889 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2890
2891         * pop3.el (pop3-display-message-size-flag): Display message size byte
2892         counts during POP3 download.
2893         (pop3-movemail): Use it.
2894         (pop3-list): Implement listing of available messages.
2895
2896 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2897
2898         * nnir.el (nnir-get-article-nov-override-function): New function to
2899         override the normal NOV retrieval.
2900         (nnir-retrieve-headers): Use it.
2901
2902 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2903
2904         * auth-source.el (netrc-machine-user-or-password): Autoload.
2905
2906 2010-03-19  Glenn Morris  <rgm@gnu.org>
2907
2908         Stop message.el from loading about 40 libraries it doesn't always need.
2909         The general approach is to autoload rather than require, and to
2910         require in the specific functions rather than the file.  (Bug#5642)
2911
2912         * gmm-utils.el: Don't require wid-edit.
2913         (widget-create-child-value, widget-convert, widget-default-get):
2914         Autoload.
2915
2916         * gnus-util.el: Don't require time-date, netrc.
2917         (message-fetch-field, gnus-group-name-decode): Declare rather than
2918         autoloading.
2919         (gnus-fetch-field): Require message.
2920         (gnus-decode-newsgroups): Require gnus-group.
2921
2922         * ietf-drums.el: Don't require time-date.
2923
2924         * message.el: Don't require hashcash, canlock, ecomplete.
2925         Do require mail-utils.  Require nnheader only when compiling.
2926         (smtpmail-default-smtp-server): Remove declaration.
2927         (message-send-mail-function): Check smtpmail-default-smtp-server
2928         is bound rather than requiring smtpmail.
2929         (message-auto-save-directory, message-insert-signature): Use
2930         expand-file-name rather than nnheader-concat.
2931         (nnheader-insert-file-contents): Autoload.
2932         (hashcash-wait-async): Declare.
2933         (message-send-mail): Only call gnus-setup-posting-charset if
2934         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2935         (message-send-mail-with-sendmail): Require sendmail.
2936         (canlock-password, canlock-password-for-verify): Declare.
2937         (message-canlock-password): Require canlock.
2938         (nnheader-get-report): Autoload.
2939         (gnus-setup-posting-charset): Declare.
2940         (message-send-news): Require gnus-msg.
2941         (message-make-references, message-make-in-reply-to): Use mail-header-id
2942         rather than the alias mail-header-message-id.
2943         (ecomplete-add-item, ecomplete-save): Declare.
2944         (message-put-addresses-in-ecomplete): Require ecomplete.
2945         (ecomplete-display-matches): Autoload.
2946
2947         * mm-decode.el: Don't require mailcap, gnus-util.
2948         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2949         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2950         Autoload.
2951         (mailcap-mime-extensions): Declare.
2952
2953         * mm-encode.el: Don't require mailcap.
2954         (mailcap-extension-to-mime): Autoload.
2955
2956         * mml-sec.el: Don't require password-cache.
2957
2958         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2959         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2960         (mml-minibuffer-read-type): Require mailcap.
2961         (mml-preview): Require gnus-msg.
2962
2963         * mml1991.el: Require password-cache.
2964         (password-cache-expiry): Remove declaration.
2965
2966         * mml2015.el: Require password-cache.
2967         (password-cache-expiry): Remove declaration.
2968
2969         * nneething.el (mailcap): Require mailcap.
2970
2971         * nnheader.el (declare-function): Add compatibility stub.
2972         (message-remove-header): Declare rather than autoload.
2973         (nnheader-replace-header): Require message.
2974
2975         * nnimap.el (declare-function): Add compatibility stub.
2976         (netrc-parse, netrc-machine-user-or-password): Declare.
2977         (nnimap-open-connection): Require netrc.
2978
2979         * nntp.el (declare-function): Add compatibility stub.
2980         (netrc-parse, netrc-machine, netrc-get): Declare.
2981         (nntp-send-authinfo): Require netrc.
2982
2983         * rfc2047.el: Don't require qp.
2984         (quoted-printable-encode-region, quoted-printable-decode-string):
2985         Autoload.
2986
2987         * sieve-mode.el: Don't require easymenu.
2988         (easy-menu-add-item): Autoload it.
2989
2990         * spam-stat.el (time-to-number-of-days): Autoload it.
2991
2992 2010-03-19  Glenn Morris  <rgm@gnu.org>
2993
2994         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2995
2996 2010-03-18  Glenn Morris  <rgm@gnu.org>
2997
2998         * hashcash.el (declare-function): Remove duplicate definition.
2999
3000 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3001
3002         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3003         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3004         value if any backslash escapes).
3005
3006 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3009         if it is available.  (bug#5647)
3010
3011         * lpath.el: Suppress compiler warning for coding-system-from-name for
3012         Emacs 21 and XEmacs.
3013
3014 2010-03-14  Juri Linkov  <juri@jurta.org>
3015
3016         * hmac-def.el:
3017         * hmac-md5.el:
3018         * netrc.el: Fix keywords.
3019
3020 2010-02-26  Glenn Morris  <rgm@gnu.org>
3021
3022         * message.el (message-send-mail-function): Change the default, so that
3023         it inherits from a customized send-mail-function.  (Bug#5643)
3024
3025 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3026
3027         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3028         shell-command-to-string signals an error (bug#5299).
3029
3030 2010-02-24  Glenn Morris  <rgm@gnu.org>
3031
3032         * message.el (message-smtpmail-send-it)
3033         (message-send-mail-with-mailclient): Doc fixes.
3034
3035 2010-02-16  Glenn Morris  <rgm@gnu.org>
3036
3037         * message.el (message-default-mail-headers): Change the default value
3038         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3039
3040 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3043         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3044
3045 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3046
3047         * time-date.el (date-to-time): Doc fix (Bug#5408).
3048
3049 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3050
3051         * message.el (message-mail): Just pass yank-action on to message-setup.
3052         (message-setup): Handle (FUN . ARGS) form of yank-action.
3053         (message-with-reply-buffer, message-widen-reply)
3054         (message-yank-original): Handle non-buffer values of
3055         message-reply-buffer (Bug#4080).
3056         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3057
3058 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3059
3060         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3061         Fix typo in docstring.
3062
3063 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3064
3065         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3066         response.
3067
3068 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3071
3072         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3073
3074         * message.el (message-check-news-header-syntax): Protect against a
3075         string that `rfc822-addresses' returns when parsing fails.
3076
3077 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3080         (gnus-previous-char-property-change): New functions.
3081
3082         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3083
3084 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3085
3086         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3087         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3088
3089 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3090
3091         * message.el (message-exchange-point-and-mark): Rework last change to
3092         avoid using optional arg of exchange-point-and-mark, for backward
3093         compatibility.
3094
3095 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3096
3097         * message.el (message-exchange-point-and-mark): Call
3098         exchange-point-and-mark with an argument rather than setting
3099         mark-active by hand (Bug#5175).
3100
3101 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * nntp.el (nntp-service-to-port): Work for service expressed with
3104         numeric string; replace [:digit:] with [0-9] for XEmacs.
3105
3106 2009-12-17  Glenn Morris  <rgm@gnu.org>
3107
3108         * gnus-group.el (gnus-bug-group-download-format-alist):
3109         Change emacs entry to debbugs.gnu.org.  Bump :version.
3110
3111 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3112
3113         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3114
3115 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3116
3117         * message.el (message-info): Explain why we use `Info-goto-node'.
3118
3119 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3122
3123 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3124
3125         * message.el (message-completion-in-region): New compatibility function.
3126         (message-expand-group): Use it.
3127
3128 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3131         with no unread article should be listed if the 2nd arg `predicate' is
3132         given.
3133
3134 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3137
3138 2009-11-29  Juri Linkov  <juri@jurta.org>
3139
3140         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3141         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3142         on `gnus-recenter'. (Bug#4698, Bug#4981)
3143
3144 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3145
3146         * sha1.el (sha1-string-external): default-directory "/" in case
3147         otherwise non-existent.  process-connection-type pipe for touch of
3148         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3149
3150 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3151
3152         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3153         it's comms related and sgml-mode.el has "comm" on that basis too.
3154
3155 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3158         containing tspecial characters if they have been already quoted.
3159
3160 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3161
3162         * dns-mode.el (auto-mode-alist): Purecopy string.
3163
3164 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3165
3166         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3167
3168 2009-10-24  Glenn Morris  <rgm@gnu.org>
3169
3170         * gnus-art.el (help-xref-stack-item): Define for compiler.
3171
3172 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3173
3174         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3175
3176 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3179
3180 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3183         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3184
3185 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3188         (gnus-overlays-in): New alias to overlays-in.
3189
3190         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3191         gnus-overlay-get, and gnus-delete-overlay.
3192         (gnus-summary-show-thread): Make it work as well for systems in which
3193         next-single-char-property-change is not available.
3194         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3195
3196         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3197         (gnus-overlay-get): New alias to extent-property.
3198         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3199
3200         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3201         SXEmacs.
3202
3203         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3204         SXEmacs.
3205
3206 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3209
3210 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3211
3212         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3213         and XEmacs that don't have `remove-overlays'.
3214
3215 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3216
3217         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3218         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3219         selective display.  Use overlays instead.
3220
3221 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3222
3223         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3224
3225 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3226
3227         * spam-stat.el (spam-stat-load): Fix typo in message.
3228
3229 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3230
3231         * dig.el (dig-invoke): Fix typo in docstring.
3232         (query-dig): Reflow docstring.
3233
3234 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3235
3236         * gnus-art.el (gnus-article-encrypt-body):
3237         * message.el (message-check-recipients):
3238         * mm-util.el (mm-codepage-setup):
3239         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3240         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3241
3242 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3243
3244         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3245         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3246         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3247         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3248         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3249
3250 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3251
3252         * dig.el: Add "Keywords: comm", as per net-utils.el.
3253
3254 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3255
3256         * dig.el (dig-mode): Use define-derived-mode.
3257
3258 2009-09-19  Glenn Morris  <rgm@gnu.org>
3259
3260         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3261
3262 2009-09-18  Glenn Morris  <rgm@gnu.org>
3263
3264         * gnus-diary.el (gnus-diary-check-message):
3265         * message.el (message-insert-formatted-citation-line):
3266         * nnbabyl.el (top-level):
3267         * nndiary.el (nndiary-schedule):
3268         Fix typos in condition-case handlers.
3269
3270 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3273         configuration that provides the sole article window in a frame;
3274         position point correctly after deleting a part.
3275
3276 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3277
3278         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3279         (spam-resolve-registrations-routine): Use it to unregister articles
3280         that change status.
3281
3282 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3285         with XEmacs.
3286         (parse-time-string-chars): Use it.
3287
3288 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3289
3290         * imap.el (imap-interactive-login): Better messages.
3291         (imap-open): Fix bug with renamed buffer on reconnect.
3292         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3293         for easier debugging and cleaner code.  On successful (guessed based on
3294         server capabilities) secondary authentication, set imap-state
3295         correctly.
3296         (imap-last-authenticator): Define imap-last-authenticator as a variable
3297         to avoid warnings.
3298
3299 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * nnrss.el (nnrss-request-article): Remove binding of
3302         default-enable-multibyte-characters that has gotten needless by
3303         the 2007-07-13 change in rfc2047-encode-message-header.
3304
3305         * mml.el (mml-insert-multipart): Error on the message header.
3306         (mml-insert-part): Error on the message header; position point at
3307         the end of a MIME tag.
3308
3309 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * time-date.el (autoload): Expand define-obsolete-function-alias into
3312         defalias and make-obsolete for old Emacsen that Gnus supports.
3313         (with-no-warnings): Define it for old Emacsen.
3314         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3315         is available.
3316         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3317         float-time is available; suppress compile warning for time-to-seconds.
3318
3319         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3320         (gnus-float-time): Alias to float-time if it exists.
3321
3322         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3323         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3324         float-time is available; suppress compile warning for time-to-seconds.
3325
3326         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3327         XEmacs.
3328
3329 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * imap.el (imap-message-map): Docstring fix.
3332
3333 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3336         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3337         Add the optional argument `encoding' that overrides the default.
3338
3339         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3340         mm-encode-buffer.
3341
3342 2009-09-04  Glenn Morris  <rgm@gnu.org>
3343
3344         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3345         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3346         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3347         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3348         * mm-util.el (mm-with-unibyte-current-buffer)
3349         (mm-find-buffer-file-coding-system):
3350         * yenc.el (yenc-decode-region): Use default-value rather than
3351         default-enable-multibyte-characters.
3352
3353 2009-09-03  Glenn Morris  <rgm@gnu.org>
3354
3355         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3356         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3357         than default-enable-multibyte-characters.
3358
3359 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3360
3361         * gnus-art.el (gnus-article-read-summary-keys):
3362         Fix gnus-buffer-configuration's value temporarily used.
3363
3364 2009-09-02  Glenn Morris  <rgm@gnu.org>
3365
3366         * gnus-util.el (gnus-float-time): New function.
3367         * gnus-delay.el (gnus-delay-article):
3368         * gnus-sum.el (gnus-thread-latest-date):
3369         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3370         * nnspool.el (nnspool-request-newgroups):
3371         Use gnus-float-time rather than time-to-seconds.
3372         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3373
3374         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3375         (gnus-header-subject-face, gnus-header-newsgroups-face)
3376         (gnus-header-name-face, gnus-header-content-face):
3377         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3378         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3379         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3380         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3381         (gnus-cite-face-11):
3382         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3383         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3384         (gnus-server-closed-face, gnus-server-denied-face)
3385         (gnus-server-offline-face):
3386         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3387         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3388         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3389         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3390         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3391         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3392         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3393         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3394         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3395         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3396         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3397         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3398         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3399         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3400         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3401         (gnus-summary-high-undownloaded-face)
3402         (gnus-summary-low-undownloaded-face)
3403         (gnus-summary-normal-undownloaded-face)
3404         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3405         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3406         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3407         (gnus-splash-face):
3408         * message.el (message-header-to-face, message-header-cc-face)
3409         (message-header-subject-face, message-header-newsgroups-face)
3410         (message-header-other-face, message-header-name-face)
3411         (message-header-xheader-face, message-separator-face)
3412         (message-cited-text-face, message-mml-face):
3413         * sieve-mode.el (sieve-control-commands-face)
3414         (sieve-action-commands-face, sieve-test-commands-face)
3415         (sieve-tagged-arguments-face):
3416         * spam.el (spam-face):
3417         Mark face aliases with "-face" in the name as obsolete.
3418
3419 2009-09-01  Glenn Morris  <rgm@gnu.org>
3420
3421         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3422         than goto-line.
3423
3424 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3427         Don't move point if the command is invoked inside the message header.
3428
3429 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3430
3431         * imap.el (imap-send-command): Simplify.
3432         (imap-wait-for-tag): point-max -> buffer-size.
3433
3434 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3435
3436         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3437         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3438         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3439         * nnir.el (nnir-swish-e-index-file):
3440         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3441         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3442         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3443         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3444         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3445         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3446
3447 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3450         Don't save excursion.
3451
3452 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3453
3454         * nnheader.el (nnheader-find-file-noselect):
3455         * mm-util.el (mm-insert-file-contents):
3456         Use (default-value 'major-mode) instead of default-major-mode.
3457
3458 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3461
3462 2009-08-26  Glenn Morris  <rgm@gnu.org>
3463
3464         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3465         than placing in files.el.
3466
3467 2009-08-25  Glenn Morris  <rgm@gnu.org>
3468
3469         * nnir.el (top-level): Don't require cl at run-time.
3470         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3471         Replace cl-function substitute with gnus-replace-in-string.
3472         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3473         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3474         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3475         simplified expansions.
3476
3477 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3478
3479         * dig.el (dig): Add autoload cookie.
3480
3481 2009-08-22  Glenn Morris  <rgm@gnu.org>
3482
3483         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3484         goto-line.
3485
3486 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3487
3488         * parse-time.el (parse-time-string-chars): Save match data.
3489
3490 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3491
3492         * parse-time.el (parse-time-string-chars): Compute using character
3493         classes, to handle non-ascii characters (Bug#3190).
3494
3495 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3498
3499         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3500         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3501         (gnus-mm-display-part, gnus-mime-display-single)
3502         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3503         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3504
3505         * gnus-sum.el
3506         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3507         (gnus-summary-move-article): Add expirable mark to articles copied or
3508         moved to group that has auto-expire turned on if the option is non-nil.
3509
3510 2009-07-24  Glenn Morris  <rgm@gnu.org>
3511
3512         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3513         Fix typo.  (Bug#3903)
3514
3515 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3518         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3519         that should not be used for draft articles.
3520         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3521         that has no concern in minor mode keys.
3522         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3523         Abolish.
3524
3525 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3528         article without making inquiry to a user for unknown encoding.
3529
3530         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3531         (nnmaildir--scan): Assume i-node and device number that file-attributes
3532         returns might be cons-cell.
3533
3534         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3535
3536         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3537
3538 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * auth-source.el: Remove docs now in auth.texi.  Don't use
3541         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3542         `auth-source-hide-passwords' and use them.
3543
3544 2009-07-15  Glenn Morris  <rgm@gnu.org>
3545
3546         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3547
3548 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3551         excessive whitespace from the default values of title and description.
3552
3553 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3556         mail-fetch-field to fetch Content-Description header in order to
3557         exclude newlines.
3558
3559 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3560
3561         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3562         format used by GnuPG 2.0.11.
3563
3564 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3565
3566         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3567         to deleted part.
3568
3569 2009-05-30  David Engster  <dengste@eml.cc>
3570
3571         * nnmairix.el: Remove old documentation in the commentary block.
3572         (nnmairix-request-group): Do not update active file for nnml back ends.
3573         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3574         end so that overview files are ignored.
3575         (nnmairix-update-groups): Make updating the groups more robust by using
3576         marks.
3577         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3578         with dollar characters in message-id.
3579
3580 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3583         2008-12-25 in dns.el.
3584
3585 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3586
3587         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3588         could happen if the text is only composed of spaces and/or tabs.
3589
3590 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3591
3592         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3593         when sending a queued message to avoid extra mml tags.
3594
3595 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3598
3599 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3602         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3603         rmail-toggle-header for XEmacs;
3604         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3605
3606 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * gnus-dired.el: Remove autoload for gnus-setup-message.
3609         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3610         displaying Gnus logo; always use compose-mail.
3611
3612 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3615
3616 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3619         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3620         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3621         available.
3622         (gnus-nocem-epg-verify): New function.
3623
3624 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3625
3626         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3627
3628 2009-02-15  Glenn Morris  <rgm@gnu.org>
3629
3630         * gnus-util.el (rmail-insert-rmail-file-header)
3631         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3632         autoloads.
3633         (rmail-default-rmail-file): Remove unnecessary declaration.
3634         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3635
3636 2009-02-14  Glenn Morris  <rgm@gnu.org>
3637
3638         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3639         variable (only used in gnus-util, which declares it anyway).
3640         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3641         which was only needed by gnus-art (changed to not use it any more).
3642         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3643         only used in gnus-util, which autoloads it itself.
3644         (rmail-update-summary): Fix autoload.
3645
3646         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3647         rather than rmail-output-to-rmail-file.
3648
3649 2009-02-07  Glenn Morris  <rgm@gnu.org>
3650
3651         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3652         autoload of function that no longer exists.
3653         (rmail-toggle-header): Declare.
3654         (message-forward-rmail-make-body): Handle mbox Rmail.
3655
3656 2009-01-31  Glenn Morris  <rgm@gnu.org>
3657
3658         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3659         2009-01-09 change.
3660
3661 2009-01-31  Dave Love  <fx@gnu.org>
3662
3663         * imap.el (imap-fetch-safe): Bind debug-on-error.
3664         (imap-debug): Add imap-fetch-safe.
3665
3666 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3667
3668         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3669         (auth-source-forget-all-cached): New convenience function.
3670         (auth-source-user-or-password): Accept list of modes or a single mode.
3671
3672         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3673         auth-source modes.
3674
3675         * netrc.el (netrc-machine-user-or-password): Use list of
3676         auth-source modes.
3677
3678         * nnimap.el (nnimap-open-connection): Use list of
3679         auth-source modes.
3680
3681         * nntp.el (nntp-send-authinfo): Use list of
3682         auth-source modes.
3683
3684 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3685
3686         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3687         now.
3688
3689 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3692         coding system in XEmacs; add a workaround for XEmacs.
3693
3694         * lpath.el: Fbind coding-system-aliasee.
3695
3696 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3699         of current-language-environment.
3700
3701 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3704         available at runtime.
3705
3706 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3709
3710 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3711
3712         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3713         the greatest positive fixnum value doesn't work under an XEmacs with
3714         bignum support; use the most-positive-fixnum constant instead,
3715         available since Emacs 21.1 with cl and XEmacs 21.1.
3716
3717 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3720         XEmacs gets not to work.
3721
3722 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * mm-util.el (mm-coding-system-priorities): Allow the value like
3725         "Japanese (UTF-8)" of current-language-environment.
3726
3727 2009-01-09  Glenn Morris  <rgm@gnu.org>
3728
3729         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3730         with last-command-event.
3731
3732 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3733
3734         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3735         in the doc string.
3736
3737         * message.el (message-fix-before-sending): Amend comment.
3738
3739 2009-01-08  Dave Love  <fx@gnu.org>
3740
3741         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3742
3743 2009-01-07  David Engster  <dengste@eml.cc>
3744
3745         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3746         simplified server definitions by converting it via
3747         gnus-server-to-method.
3748
3749 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3752         parameter's operands.
3753
3754 2009-01-06  David Engster  <dengste@eml.cc>
3755
3756         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3757         primary select method (for gnus-group-mark-article-as-read).
3758
3759 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3760
3761         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3762         `(gnus)Face', not `(gnus)X-Face'.
3763
3764 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * mm-util.el (mm-ucs-to-char): New function.
3767
3768         * mm-url.el (mm-url-decode-entities): Use it.
3769
3770         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3771         unicode-to-char.
3772
3773 2009-01-05  Dave Love  <fx@gnu.org>
3774
3775         * time-date.el: Require cl for `declare'.
3776
3777 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3780         Dave Love.
3781
3782 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3783
3784         * message.el (message-fix-before-sending): Add `eight-bit' to
3785         illegible-text check.
3786
3787 2009-01-03  Michael Olson  <mwolson@gnu.org>
3788
3789         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3790         `headers' is nil.  This can occur if the IMAP server does not have
3791         permissions to read messages from a folder, but can write new messages
3792         to the folder.
3793         (nnimap-request-article-part): Do not insert `data' if it is nil.
3794
3795         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3796         characters which will confuse `read', so skip past them.
3797
3798 2009-01-01  Dave Love  <fx@gnu.org>
3799
3800         * imap.el (imap-string-to-integer): Fix typo.
3801         (imap-fetch-safe): New function.
3802         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3803
3804         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3805
3806         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3807         (imap-parse-greeting): Fix doc strings.
3808         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3809         (imap-parse-flag-list): Make messages unique.
3810         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3811
3812         * nnimap.el: Fix author email.
3813         (nnimap-split-rule): Add FIXME comment.
3814         (nnimap-debug): Fix doc string.
3815
3816 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3819
3820 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3823         nslookup if resolv.conf isn't available.
3824         (dns-query): Rename from query-dns.
3825         (dns-query-cached): Rename from query-dns-cached.
3826
3827 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3830         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3831         to check if those variables exist (first appeared in Emacs 18.50).
3832
3833 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * mm-util.el (mm-line-number-at-pos): New function.
3836
3837         * spam-report.el (spam-report-process-queue): Use it.
3838
3839 2008-12-24  David Engster  <dengste@eml.cc>
3840
3841         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3842         parameters that haven't existed as variables as buffer-local variables.
3843
3844 2008-12-23  Dave Love  <fx@gnu.org>
3845
3846         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3847         cadar.
3848
3849         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3850         imap-starttls-p.
3851         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3852
3853 2008-12-22  Dave Love  <fx@gnu.org>
3854
3855         * imap.el: Fix author email.  Doc fixes.
3856         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3857         reply.
3858
3859 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3860
3861         * spam-report.el (spam-report-gmane-max-requests): New constant.
3862         (spam-report-gmane-wait): New variable.
3863         (spam-report-gmane-ham, spam-report-gmane-spam)
3864         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3865         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3866         the server.
3867
3868         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3869         Add explanations.
3870
3871         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3872         nnheader-accept-process-output and nnheader-read-timeout if available.
3873         (pop3-movemail): Use it.
3874
3875         * message.el (message-check-news-body-syntax): Fix signature check if
3876         there's an attachment.
3877
3878 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * mm-util.el: Add comments to the mm- emulating functions.
3881
3882 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3883
3884         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3885         by Stephen Berman <stephen.berman@gmx.net>.
3886
3887 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * mm-util.el (mm-substring-no-properties): New function.
3890         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3891         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3892         (mm-string-to-multibyte): Doc fix.
3893
3894         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3895
3896 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * mml.el (mml-attach-file): Strip text properties from file name.
3899         (Bug#1574)
3900
3901 2008-12-16  Glenn Morris  <rgm@gnu.org>
3902
3903         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3904
3905 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3908         knows since the charset specified might be a bogus alias that
3909         mm-charset-synonym-alist provides.
3910
3911 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3912
3913         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3914         "ISO_8859-1".
3915
3916         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3917
3918 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * mm-util.el (mm-charset-eval-alist):
3921         Define it before mm-charset-to-coding-system.
3922         (mm-charset-to-coding-system): Add optional argument `silent';
3923         define it before mm-charset-override-alist.
3924         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3925         default value if it can be used in Emacs currently running;
3926         silence mm-charset-to-coding-system.
3927
3928 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3931         `allow-override' which says whether to use `mm-charset-override-alist'.
3932         (rfc2047-decode-encoded-words): Use it.
3933
3934         * mm-util.el (mm-charset-override-alist): Fix custom type;
3935         add `(gb2312 . gbk)' to choices.
3936
3937 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3940         fast.
3941
3942         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3943
3944         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3945
3946 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3947
3948         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3949         on links.
3950
3951         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3952
3953 2008-12-03  Lute Kamstra  <lute@gnu.org>
3954
3955         * sha1.el: Remove leading * from docstrings of defcustoms,
3956         deffaces, defconsts and defuns.
3957
3958 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3961         users' addresses that don't have domain parts.
3962         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3963         rather than message-narrow-to-head since there will be the message
3964         header separator.
3965
3966 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3967
3968         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3969         since the result is inserted in a unibyte buffer anyway.
3970         (nnimap-demule-use-string-to-multibyte): Remove.
3971         (nnimap-demule): Alias it to mm-string-to-multibyte.
3972
3973 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3976         variable for debugging bug#464 and bug#1174.
3977         (nnimap-demule): Use it.
3978
3979 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3982         score calculation correctly.
3983
3984 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3985
3986         * message.el (message-send-mail): Just set the buffer to unibyte
3987         rather than use mm-with-unibyte-current-buffer which does a lot more.
3988         (message-send-mail-partially): Don't bother with
3989         mm-with-unibyte-current-buffer since it's already been made unibyte by
3990         message-send-mail.
3991
3992 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3993
3994         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3995
3996 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3997
3998         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3999
4000 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4003         require itself and to remove `with-no-warnings'.
4004
4005 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * starttls.el (starttls-any-program-available): Get the name of the
4008         available TLS layer program.
4009         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4010         well as the host name in the "opening" message.
4011
4012         * auth-source.el (auth-source-cache, auth-source-do-cache)
4013         (auth-source-user-or-password): Cache passwords and logins by default,
4014         allow override with `auth-source-do-cache'.
4015         (auth-source-forget-user-or-password): Allow users to remove cache
4016         entries if needed.
4017
4018 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4019
4020         * md4.el (md4-buffer): Fix typo in docstring.
4021         (md4, md4-64): Doc fixes.
4022         (md4-pack-int32): Reflow docstring.
4023
4024 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4025
4026         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4027         condition-case to only the forward-sexp call.
4028
4029 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4032         quotes contained.  Make it more robust regardless by an extra
4033         condition-case wrapper.
4034
4035 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4038
4039 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * nnml.el (nnml-request-expire-articles): Check if the function set to
4042         `nnmail-expiry-target' returns the symbol `delete'.
4043
4044         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4045
4046         * nnmail.el (nnmail-expiry-target): Fix custom type.
4047
4048 2008-10-02  Glenn Morris  <rgm@gnu.org>
4049
4050         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4051         Silence compiler warning.
4052
4053 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4054
4055         * tls.el (open-tls-stream): Show the actual command being
4056         executed, instead of the format string.
4057
4058 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * lpath.el: Fbind codepage-setup for Emacs 23.
4061
4062 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4063
4064         * mml.el (mml-menu): Don't assume mml2015 is bound.
4065
4066 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4069         exists.
4070
4071 2008-09-27  Glenn Morris  <rgm@gnu.org>
4072
4073         * gnus-util.el (mail-header-remove-comments): Autoload it.
4074
4075 2008-09-27  Andreas Schwab  <schwab@suse.de>
4076
4077         * gnus-util.el (gnus-split-references): Strip comments.
4078         (gnus-parent-id): Likewise.
4079
4080 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4081
4082         * message.el (message-confirm-send): Fix version.
4083
4084 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * message.el (message-idna-to-ascii-rhs-1): Use
4087         mail-extract-address-components rather than mail-header-parse-addresses
4088         that is an alias by default to ietf-drums-parse-addresses that does not
4089         support non-ASCII names in headers' contents.
4090
4091 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4092
4093         * message.el (message-confirm-send): Fixed variable documentation to
4094         avoid the "y/n" wording.
4095
4096 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4097
4098         * message.el (message-set-auto-save-file-name): Save to a different
4099         filename so multiple messages (especially drafts) can be recovered.
4100
4101 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4102
4103         * message.el (message-confirm-send): Add appropriate version.
4104
4105 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4108         defvar.
4109
4110 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4111
4112         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4113         (mm-pkcs7-enveloped-magic): Ditto.
4114
4115 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4116
4117         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4118         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4119
4120 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4121
4122         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4123         default, it's better.
4124
4125 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4126
4127         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4128         summary line gnus-number property and ignore them (with a warning
4129         message).
4130
4131 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4134         macro caddr in the interactive form since it won't be expanded.
4135
4136 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4139         `charset'; fix name of function called recursively.
4140         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4141
4142 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4145         (gnus-mime-set-charset-parameters): New function.
4146         (gnus-mime-view-part-as-charset): Use it to correctly display part
4147         specifying wrong charset.
4148
4149 2008-09-08  David Engster  <dengste@eml.cc>
4150
4151         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4152         in completing-read for back end server.
4153
4154 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * message.el (message-confirm-send): New variable to confirm sending a
4157         message.
4158         (message-send): Use it.
4159
4160 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4163
4164 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4167
4168 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4171         prevent tracking too many groups.
4172         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4173         Use it.
4174
4175 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4176
4177         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4178         moving point to the bottom of the window in order to avoid recentering.
4179
4180 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4183
4184         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4185         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4186         (gnus-article-beginning-of-window): Fix calculation.
4187
4188 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * gnus-msg.el (gnus-summary-supersede-article)
4191         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4192         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4193         message header.
4194
4195 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4196
4197         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4198         pending output coming after the status change.
4199
4200 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4201
4202         * message.el:
4203         * gnus-start.el:
4204         * gnus-registry.el: Remove VMS support.
4205
4206 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4209         macro.
4210         (rfc2104-hash): Use it.
4211
4212 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4213
4214         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4215         (gnus-summary-sort-by-most-recent-date): New commands.
4216         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4217         and menu entries.
4218
4219 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4222         don't redisplay article for raw contents; remove plural articles stuff.
4223
4224         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4225         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4226         on gnus-summary-save-article; display results properly.
4227
4228 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * lpath.el: No need to fbind ns-focus-frame.
4231
4232 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4235
4236 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4239         gnus-save-all-headers.
4240
4241 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4242
4243         * gnus-util.el (ns-focus-frame): Remove declaration.
4244         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4245         like x.
4246
4247 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4248
4249         * rfc2104.el (rfc2104-zero): Delete defconst.
4250         (rfc2104-hex-alist): Likewise.
4251         (rfc2104-hex-to-int): Delete func.
4252         (rfc2104-hexstring-to-bitstring): Likewise.
4253         (rfc2104-nybbles): New defconst.
4254         (rfc2104-hash): Rewrite for speed.
4255
4256 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4257
4258         * tls.el (open-tls-stream): Make it work with the 2nd argument
4259         BUFFER that is a string but does not exist as a buffer object, as
4260         mentioned in the doc-string.
4261
4262 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4265         SXEmacs.
4266
4267 2008-07-16  Glenn Morris  <rgm@gnu.org>
4268
4269         * gnus-util.el (ns-focus-frame): Declare for compiler.
4270
4271 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4274         set as a group parameter.
4275         (gnus-summary-save-in-pipe): Work when it is called independently.
4276         (gnus-summary-pipe-to-muttprint): Don't modify
4277         gnus-summary-pipe-output-default-command.
4278
4279 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4280
4281         * message.el (message-send-mail-with-sendmail):
4282         Display the error message.
4283
4284 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-art.el (gnus-default-article-saver):
4287         Add gnus-summary-save-in-pipe to choices.
4288         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4289         gnus-summary-pipe-output-default-command as the default command.
4290         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4291         instead of gnus-last-shell-command.
4292
4293         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4294         New user option.
4295         (gnus-summary-muttprint-program): Mention the value will be changed.
4296         (gnus-summary-save-article): Force showing of all headers.
4297         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4298
4299 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4300
4301         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4302
4303 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4304
4305         * nnimap.el (nnimap-id):
4306         * sieve-manage.el (sieve-manage-open): Doc fixes.
4307
4308 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4309
4310         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4311         if available.
4312
4313 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4314
4315         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4316
4317         * nnkiboze.el (nnkiboze-generate-group):
4318         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4319
4320         * nnmairix.el: Require CL.
4321
4322 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * dgnushack.el: Autoload get-display-table and put-display-table for
4325         XEmacs 21.5.
4326
4327         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4328         21.4 and SXEmacs.
4329
4330 2008-06-15  David Engster  <dengste@eml.cc>
4331
4332         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4333
4334 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4335
4336         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4337         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4338         runtime choice under XEmacs.
4339
4340         * gnus-sum.el (gnus-summary-set-display-table):
4341         Use `gnus-put-display-table', `gnus-get-display-table',
4342         `gnus-set-display-table' for the display table, instead of `aset'.
4343
4344         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4345         Use `gnus-put-display-table', `gnus-get-display-table',
4346         `gnus-set-display-table' for the display table.
4347
4348 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * nnmairix.el: Add autoloads.
4351
4352 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * nnmairix.el (nnmairix-delete-recreate-group)
4355         (nnmairix-update-and-clear-marks): Fix error messages.
4356
4357 2008-06-14  David Engster  <dengste@eml.cc>
4358
4359         * nnmairix.el: Upgrade to version 0.6.
4360         (nnmairix-group-toggle-propmarks-this-group)
4361         (nnmairix-group-toggle-readmarks-this-group)
4362         (nnmairix-group-delete-recreate-this-group)
4363         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4364         (nnmairix-remove-tick-mark-original-article): New commands.
4365         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4366         (nnmairix-propagate-marks-to-nnmairix-groups)
4367         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4368         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4369         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4370         functions needed for marks propagation and manipulation of read marks.
4371         (nnmairix-update-groups): New function.
4372         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4373         (nnmairix-determine-original-group-from-registry)
4374         (nnmairix-determine-original-group-from-path)
4375         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4376         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4377         New helper functions.
4378         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4379         keystrokes for new commands.
4380         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4381         (nnmairix-request-group): Check allow-fast group parameter.
4382         (nnmairix-request-create-group): Set allow-fast group parameter if
4383         nnmairix-allowfast-default is set.
4384         (nnmairix-close-group): Propagate marks upon closing if needed.
4385         (nnmairix-group-toggle-threads-this-group): Use new.
4386         nnmairix-group-toggle-parameter helper function.
4387         (nnmairix-search): Better check for empty search result.
4388         (nnmairix-goto-original-article): Use new helper functions for
4389         determining original article.
4390         (nnmairix-show-original-article): Make sure message-id is in brackets.
4391         (nnmairix-call-mairix-binary): Change variable name.
4392         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4393         helper function.
4394         (nnmairix-widget-toggle-activate): Fix doc string.
4395
4396 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * nnir.el: Require edmacro when compiling with XEmacs.
4399         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4400         available in Emacs 21.
4401
4402 2008-06-11  Glenn Morris  <rgm@gnu.org>
4403
4404         * gnus-util.el (x-focus-frame):
4405         * gnus.el (image-size):
4406         * mm-decode.el (image-size): Declare.
4407
4408         * gnus-picon.el (declare-function): Add compat definition.
4409         (image-size): Declare.
4410
4411         * gnus-group.el (tool-bar-map):
4412         * gnus-sum.el (tool-bar-map): Define for compiler.
4413
4414         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4415
4416         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4417
4418         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4419         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4420         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4421         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4422         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4423         * sieve-manage.el, spam-report.el, spam.el:
4424         Remove unnecessary eval-and-compile of autoloads.
4425
4426 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4427
4428         * auth-source.el: Precise Tramp doc.
4429
4430 2008-06-07  Glenn Morris  <rgm@gnu.org>
4431
4432         * nnmairix.el: Remove unnecessary eval-when-compile.
4433
4434 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * lpath.el: Fbind propertize for XEmacs 21.4.
4437
4438 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * nnir.el: Move here from ../contrib.
4441
4442 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * gnus-util.el (gnus-read-shell-command): New function.
4445         * mm-decode.el (mm-pipe-part):
4446         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4447
4448 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4451
4452 2008-06-03  Glenn Morris  <rgm@gnu.org>
4453
4454         * pop3.el (nnheader-accept-process-output): Autoload it.
4455
4456 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4459         are not 2-digit hexadecimal characters that follow `%'s.
4460
4461 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * message.el (message-bogus-recipient-p): Fix type in doc string.
4464         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4465         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4466         Improve custom options.
4467         (message-bogus-recipient-p): Adjust accordingly.
4468
4469 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4470
4471         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4472         long-form month and day names.
4473
4474 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * dgnushack.el: Autoload debug, eudc-expand-inline and
4477         pgg-snarf-keys-region for XEmacs.
4478
4479         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4480
4481         * nnmairix.el: Require edmacro when compiling with XEmacs.
4482
4483 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4486         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4487
4488 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4489
4490         * auth-source.el: Add more docs.
4491
4492         * netrc.el (netrc-machine): Always match if the port is not given.
4493
4494 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4497         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4498         retrieval faster in some cases, but might make CPU usage larger.  If
4499         this has any bad side effects, we might revert this change.
4500
4501         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4502         seems to make mail retrieval much, much faster.
4503         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4504         unconditionally.
4505
4506         * gnus-draft.el (gnus-group-send-queue): Bind
4507         message-send-mail-partially-limit to nil to avoid being prompted.
4508
4509 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4510
4511         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4512
4513         * message.el (message-bogus-address-regexp): Fix and improve custom
4514         type.
4515         (message-setup-hook): Add message-check-recipients as custom option.
4516
4517 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4518
4519         * message.el (message-cite-function): Remove bogus autoload which crept
4520         in during merge from v5-10.
4521
4522 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4523
4524         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4525
4526         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4527
4528         * auth-source.el: Preliminary Tramp docs.
4529         (auth-sources): Change the default auth-sources to use
4530         EPA .gpg files.
4531
4532 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4533
4534         * nntp.el: Autoload `auth-source-user-or-password'.
4535         (nntp-send-authinfo): Use it.
4536
4537         * nnimap.el: Autoload `auth-source-user-or-password'.
4538         (nnimap-open-connection): Use it.
4539
4540         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4541         for the gnus-message function.
4542         (auth-source-user-or-password): Use it.
4543
4544 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4545
4546         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4547         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4548         (rfc2104-hash): Use it.
4549
4550 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4551
4552         * gnus-art.el (gnus-article-toggle-truncate-lines):
4553         Don't use `iff' in docstring.
4554
4555 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4556
4557         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4558
4559         * gnus-util.el (gnus-extract-address-component-name)
4560         (gnus-extract-address-component-email): Convenience functions around
4561         `gnus-extract-address-components'.
4562
4563         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4564         Use `gnus-extract-address-component-email' to fix bug of comparing full
4565         sender name to `user-mail-address'.
4566
4567 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4570         catch/throw to optimize.
4571         (gnus-registry-find-keywords): Just use member to find a keyword.
4572
4573 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4574
4575         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4576         is current before calling gnus-server-prepare.
4577         (gnus-server-setup-buffer, gnus-server-update-server)
4578         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4579
4580 2008-05-04  Juri Linkov  <juri@jurta.org>
4581
4582         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4583         (mailcap-file-default-commands): Use mailcap-replace-in-string
4584         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4585         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4586
4587 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4588
4589         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4590
4591 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4592
4593         * gnus.el: Bump version to 0.11.
4594
4595 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4596
4597         * gnus.el: No Gnus v0.10 is released.
4598
4599 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4602         hooks.
4603         (gnus-update-read-articles): Speed up non-marks-using users.
4604         (gnus-use-marks): Define gnus-use-marks.
4605         (gnus-propagate-marks): Rename variable to something more sensible.
4606
4607 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4608
4609         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4610         (gmm-image-load-path-for-library): Fix typos in docstrings.
4611         (gmm-message): Reflow docstring.
4612
4613 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * mail-source.el (mail-source-set-1, mail-source-bind):
4616         Move auth-source code out of the macro to clean it up and fix bugs.
4617
4618 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4621         by sender if it's equal to user-mail-address, it's likely to be
4622         useless.
4623
4624         * mail-source.el (mail-source-bind): Don't use user or password if they
4625         are not bound.  Unintern them if they are nil.  Don't use server unless
4626         it's bound, and default it to empty string otherwise.
4627
4628 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4629
4630         * mail-source.el: Load auth-source.el.
4631         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4632         get user name or password, if auth-sources is set up.
4633
4634         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4635         strategy of splitting with parent.
4636         (gnus-registry-split-fancy-with-parent)
4637         (gnus-registry-post-process-groups): Use it and fix prior
4638         bug (returning a list as the split result).
4639
4640         * auth-source.el (auth-sources): Remove server parameter.
4641         (auth-source-pick, auth-source-user-or-password)
4642         (auth-source-user-or-password-imap)
4643         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4644         (auth-source-user-or-password-sftp)
4645         (auth-source-user-or-password-smtp): Remove server parameter.
4646
4647 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4648
4649         * smime.el (smime-sign-region, smime-encrypt-region)
4650         (smime-decrypt-region):
4651         Remove redundant calls to `generate-new-buffer-name'.
4652
4653 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4654
4655         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4656         Don't use QP for message/rfc822.
4657         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4658
4659 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4660
4661         * sieve-manage.el (sieve-string-bytes): Remove.
4662         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4663         correct byte-length only if the process's coding-system is the same as
4664         the one used internally by Emacs to represent strings.
4665
4666 2008-04-22  Juri Linkov  <juri@jurta.org>
4667
4668         * mailcap.el (mailcap-file-default-commands): New function.
4669
4670 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * message.el (message-signature-separator, message-cite-function):
4673         Change custom version.
4674
4675 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4676
4677         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4678         commands.
4679         (tls-checktrust): Ditto.
4680
4681 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * mm-decode.el (mm-display-external): Make temp file read-only.
4684
4685 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4686
4687         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4688         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4689         `C-c C-f d'.
4690
4691 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4692
4693         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4694
4695 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * gnus.el: Bump version to 0.9.
4698
4699 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4700
4701         * gnus.el: No Gnus v0.8 is released.
4702
4703 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4704
4705         * mail-source.el (mail-source-value):
4706         Prefer fboundp to functionp so it works with macros as well.
4707
4708 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4709
4710         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4711         Fix last change in case the element is not even a symbol.
4712
4713 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4714
4715         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4716         Prefer fboundp to functionp so it works with macros as well.
4717
4718 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4719
4720         * auth-source.el: Added docs.
4721         (auth-sources): Modify format to support server.
4722         (auth-source-pick, auth-source-user-or-password)
4723         (auth-source-user-or-password-imap)
4724         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4725         (auth-source-user-or-password-sftp)
4726         (auth-source-user-or-password-smtp): Add server parameter.
4727
4728 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4729
4730         * gnus-registry.el: Initialize the registry when gnus-registry-install
4731         is t.
4732
4733 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * compface.el (uncompface): Make buffer unibyte.
4736
4737 2008-04-05  Glenn Morris  <rgm@gnu.org>
4738
4739         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4740
4741 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4742
4743         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4744         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4745
4746         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4747         multibyteness after rather than before erasing it.
4748
4749         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4750         mm-with-multibyte.
4751         (gnus-request-article-this-buffer): Make sure the proper decoding is
4752         used if gnus-original-article-buffer happens to be unibyte.
4753
4754         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4755         default-enable-multibyte-characters.
4756
4757         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4758         default-enable-multibyte-characters.
4759
4760         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4761
4762         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4763
4764 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4765
4766         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4767         (imap-message-copyuid-1): Use it.
4768         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4769         J. Williams in
4770         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4771
4772         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4773         imap-enable-exchange-bug-workaround.
4774         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4775
4776 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4777
4778         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4779         a 100 byte status-checks into a 2-3MB transfer for each group.
4780         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4781         to enable bug workaround or not.
4782         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4783
4784 2008-03-31  Glenn Morris  <rgm@gnu.org>
4785
4786         * message.el (mml2015-use): Declare for compiler.
4787         (message-info): Require mml2015 when appropriate.
4788
4789 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4792         whitespace.
4793
4794 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4795
4796         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4797         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4798         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4799         (nntp-service-to-port): New function.
4800         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4801         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4802         (nntp-open-netcat-stream): New function.
4803         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4804
4805 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4806
4807         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4808
4809 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4810
4811         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4812
4813 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4814
4815         * dns.el (dns-write): Use set-buffer-multibyte.
4816
4817 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4818
4819         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4820
4821 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4822
4823         * message.el (message-signature-separator): Change default.
4824         Improve custom type.
4825         (message-cite-function): Change default to
4826         message-cite-original-without-signature.
4827
4828         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4829         toggle.
4830
4831         * message.el (message-check-news-body-syntax): Fix signature check.
4832         (message-setup-1): Mark buffer as unmodified _after_ running
4833         message-setup-hook and handling message-alternative-emails.
4834         (message-shorten-references): Be more strict when building list of
4835         valid references to comply with GNKSA.
4836
4837         * gnus-group.el (gnus-read-ephemeral-bug-group)
4838         (gnus-read-ephemeral-debian-bug-group)
4839         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4840
4841         * message.el (message-info): Don't use booleanp which isn't supported
4842         in Emacs 21 and XEmacs.
4843
4844 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4847         gnus-group-gmane-group-download-format.
4848         (gnus-group-read-ephemeral-gmane-group): Rename from
4849         gnus-group-read-ephemeral-gmane-group.
4850         (gnus-read-ephemeral-gmane-group-url): Rename from
4851         gnus-group-read-ephemeral-gmane-group-url.
4852         (gnus-bug-group-download-format-alist): New variable.
4853         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4854         (gnus-read-ephemeral-emacs-bug-group): New commands.
4855
4856 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4859         (gnus-visible-headers): Improve custom type.
4860
4861 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * mml.el (mml-menu): Add workarounds for XEmacs.
4864
4865         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4866         X-Boundary header.
4867
4868         * message.el (message-simplify-recipients): Fix previous commit.
4869
4870 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4871
4872         * mm-util.el (mm-set-buffer-multibyte): New function.
4873         * mm-decode.el (mm-copy-to-buffer): Use it.
4874
4875 2008-03-19  Glenn Morris  <rgm@gnu.org>
4876
4877         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4878         Accidentally removed in the sync process with Emacs.
4879
4880 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * message.el (message-alter-recipients-discard-bogus-full-name):
4883         New function.
4884         (message-alter-recipients-function): New variable.
4885         (message-get-reply-headers): Use it.
4886         (message-replace-header): New helper function.
4887         (message-recipients-without-full-name): New variable.
4888         (message-simplify-recipients): New command.
4889
4890         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4891
4892         * message.el (message-info): Handle EasyPG manual.
4893
4894         * mml.el (mml-menu): Add entry for EasyPG.
4895
4896 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4897
4898         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4899         parameter.
4900
4901         * message.el (message-disassociate-draft): Specify drafts group name
4902         fully.
4903
4904 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4907         unnecessary duplicates from the match list.
4908
4909 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4912
4913         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4914
4915         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4916         args of `how-many' of which the XEmacs version doesn't take; declare
4917         Info-index-next as function.
4918
4919 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4920
4921         * gnus-score.el (gnus-score-headers): Fix handling of
4922         gnus-inhibit-slow-scoring.
4923
4924         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4925         string.
4926         (gnus-button-url-regexp): Improve handling of parenthesis.
4927         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4928         (gnus-button-handle-info-keystrokes): Handle index entries.
4929
4930 2008-03-15  Glenn Morris  <rgm@gnu.org>
4931
4932         * parse-time.el (parse-time-string): Simplify.
4933
4934 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4937         Incoming* files.
4938
4939 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4942         (auth-source-pick): Use it.
4943
4944 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4945
4946         * binhex.el (binhex-decode-region-internal):
4947         * uudecode.el (uudecode-decode-region-internal):
4948         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4949         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4950         setting default-enable-multibyte-characters.
4951
4952 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4953
4954         * auth-source.el (auth-source-protocols)
4955         (auth-source-protocols-customize, auth-source-choices): Added and
4956         modified variable customizations and defaults.
4957         (auth-source-pick, auth-source-user-or-password)
4958         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4959         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4960         (auth-source-user-or-password-sftp)
4961         (auth-source-user-or-password-smtp): Use new variables and provide an
4962         interface to netrc.el.
4963
4964 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4967         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4968         Make sure the nntp port to specify is a string.
4969
4970 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4971
4972         * nntp.el: Use with-current-buffer.
4973         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4974         dubious mm-with-unibyte-current-buffer.
4975         (nntp-with-open-group-function): New function extracted from
4976         nntp-with-open-group macro.
4977         (nntp-with-open-group): Use the function, so it's easier to debug.
4978         Add indentation and debugging info.
4979         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4980         the use of the netcat alternatives.
4981
4982         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4983         Avoid mm-string-as-multibyte as well.
4984
4985         * nnweb.el (nnweb-insert-html):
4986         Remove use of nnheader-string-as-multibyte.
4987
4988         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4989         (nnheader-string-as-multibyte): Remove.
4990
4991         * mm-view.el: Use inhibit-read-only.
4992         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4993         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4994         or unibyte-string.
4995
4996         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4997         (mm-uu-yenc-extract): Use with-current-buffer.
4998
4999         * gnus-soup.el (gnus-soup-send-packet): Don't use
5000         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5001
5002         * nnmh.el: Use with-current-buffer.
5003         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5004         mm-string-as-multibyte on the output of mm-encode-coding-string.
5005
5006         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5007         (nnimap-request-move-article): Use with-current-buffer.
5008
5009         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5010         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5011         conversion uses string-make-unibyte rather than string-as-unibyte.
5012
5013         * gnus-msg.el: Use with-current-buffer.
5014
5015         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5016
5017 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5018
5019         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5020         string for caching if it is 'PIN.
5021
5022 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * lpath.el: Consider the case without Emacs/W3.
5025
5026 2008-03-08  Glenn Morris  <rgm@gnu.org>
5027
5028         * time-date.el (date-to-time, time-subtract, time-add)
5029         (safe-date-to-time): Doc fixes.
5030
5031 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5032
5033         * mail-source.el (mail-source-delete-old-incoming-confirm):
5034         Change default to nil.
5035         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5036
5037 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * lpath.el: Rearrange.
5040
5041         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5042         (gnus-article-goto-prev-page): Work for articles having ^L's.
5043
5044         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5045
5046         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5047
5048 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5049
5050         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5051         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5052         (gnus-bookmark-jump): Adjust some variable names.
5053
5054 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * auth-source.el: New package.
5057         (auth-source-choices): Add customization entry point variable.
5058
5059         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5060         bug.
5061
5062 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5065         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5066         (gnus-registry-install-shortcuts): Rename from
5067         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5068         the `gnus-registry-mark-map' keymap dynamically from
5069         `gnus-registry-marks'.  The generated functions update the summary line
5070         when a registry mark is added or deleted, and will call
5071         `gnus-registry-install-p' (see the comments in the code).
5072         (gnus-registry-user-format-function-M): Use concat intelligently.
5073
5074         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5075         the registry mark functions.
5076
5077 2008-03-05  Glenn Morris  <rgm@gnu.org>
5078
5079         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5080         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5081         gnus-art.
5082         (top-level): No need to load own source when compiling.
5083
5084 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5087         Suggested by <chris.anderton@zetnet.co.uk>.
5088
5089 2008-03-04  Glenn Morris  <rgm@gnu.org>
5090
5091         * gnus-sum.el (top-level): No need to require gnus when compiling,
5092         since unconditionally required near start of file.
5093         (gnus-summary-display-while-building): Move definition before use.
5094
5095 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5098         formatting function.
5099
5100 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5101
5102         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5103         with plists.
5104         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5105         Use new format.
5106
5107 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5110         `where-is-internal' that returns a range of key sequences.
5111
5112 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5113
5114         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5115
5116         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5117         (gnus-summary-jump-to-group): Consider windows on other displayed
5118         frames as well.  Similar changes might be needed elsewhere, but that's
5119         the one I've bumped into during my use.
5120
5121         * nndoc.el (nndoc-oe-dbx-type-p):
5122         * gnus-msg.el (gnus-debug):
5123         * gnus-group.el (gnus-update-group-mark-positions):
5124         Use mm-string-to-multibyte.
5125
5126 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5129         doesn't handle NotDashEscaped.
5130
5131         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5132         (mml-dnd-attach-options): Fix typo in custom choice.
5133
5134         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5135         nndoc-article-type to mbox.
5136         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5137
5138         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5139         to nil, instead of html2text.
5140
5141         * imap.el (imap-debug): Add `imap-ping-server'.
5142
5143         * gnus-bookmark.el: Add FIXMEs.
5144
5145         * message.el (message-form-letter-separator)
5146         (message-send-form-letter-delay): New variables.
5147         (message-send-form-letter): Use them.  New command to send form
5148         letters.  Requested by Uwe Siart.
5149         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5150
5151 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5152
5153         * Update copyright years.
5154
5155 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         Sync from EMACS_22_BASE.
5158
5159         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5160
5161 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5162
5163         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5164         empty author.
5165
5166 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * gnus-registry.el (gnus-registry-marks): Add variable for
5169         customization of marks and their appearance.
5170         (gnus-registry-read-mark): Use it.
5171         (gnus-registry-do-marks): Add utility function to loop through
5172         `gnus-registry-marks'.
5173         (gnus-registry-install-shortcuts-and-menus): Add function to install
5174         shortcuts and menus.
5175         (gnus-registry-initialize): Use it.
5176         (gnus-registry-default-mark): Clarify documentation.
5177
5178 2008-02-29  Glenn Morris  <rgm@gnu.org>
5179
5180         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5181         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5182         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5183         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5184         Change defcustom :version from 23.0 to 23.1.
5185
5186 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * gnus-registry.el (gnus-registry-follow-group-p)
5189         (gnus-registry-post-process-groups): Add functions to aid registry
5190         splitting and improve logging.  Clarify behavior in function
5191         documentation.
5192         (gnus-registry-split-fancy-with-parent): Use them.
5193
5194 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5195
5196         * gnus-art.el: Use with-current-buffer.
5197
5198 2008-02-27  David Engster  <dengste@eml.cc>
5199
5200         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5201         Express real group name in the response.
5202
5203 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5206         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5207         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5208         autoload gnus-registry-fetch-group when compiling.
5209         (nnmairix-request-group-with-article-number-correction): Remove
5210         unreferenced argument passed to nnmairix-call-backend.
5211
5212 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5215         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5216         Wilde.
5217
5218 2008-02-27  Glenn Morris  <rgm@gnu.org>
5219
5220         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5221         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5222         variables to defconsts.  Convert comments to doc-strings.
5223         (nnmairix-last-server, nnmairix-current-server): Convert from free
5224         variables to defvars.  Convert comments to doc-strings.
5225         (gnus-registry-fetch-group): Autoload.
5226         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5227         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5228         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5229         caddr.
5230         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5231         nnmairix-request-group-with-article-number-correction call.
5232         (nnmairix-fast, nnmairix-group): New, less general names, for free
5233         variables passed from nnmairix-request-group to
5234         nnmairix-request-group-with-article-number-correction.  Declare.
5235         (nnmairix-request-group-with-article-number-correction):
5236         Use nnmairix-fast, nnmairix-group rather than fast, group.
5237
5238 2008-02-26  David Engster  <dengste@eml.cc>
5239
5240         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5241         version 0.5.
5242
5243 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5244
5245         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5246         instead of making an extra function call.  Don't add the current group
5247         to articles only when they have the group.  Use
5248         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5249         Reported by David <de_bb@arcor.de>.
5250
5251 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5254         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5255
5256 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * mail-source.el (mail-source-delete-incoming): Change default.
5259         Supplement doc string.
5260
5261         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5262
5263 2008-02-14  Glenn Morris  <rgm@gnu.org>
5264
5265         * time-date.el (format-seconds): New function.
5266
5267 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * nnmail.el (nnmail-message-id-cache-file): Derive from
5270         `gnus-home-directory'.
5271
5272 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5275         Document negative prefix.
5276
5277         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5278
5279 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5280
5281         * message.el (message-unsent-separator): Add the Exim bounce
5282         separator.
5283
5284 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5285
5286         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5287         list.
5288         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5289         recipient/signer list.
5290
5291 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * Makefile.in (datarootdir): Define.
5294         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5295         name that might contain whitespace.
5296
5297 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5300         fbound (Emacs 23 unicode), signal an error.
5301
5302 2008-02-08  Glenn Morris  <rgm@gnu.org>
5303
5304         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5305
5306 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5307
5308         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5309         ports to the calls to `netrc-machine-user-or-password' in addition to
5310         "imap" and "imaps".
5311
5312 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5313
5314         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5315
5316         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5317
5318 2008-02-01  Kenichi Handa  <handa@m17n.org>
5319
5320         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5321         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5322         (rfc2104-hash): Convert the result of concat to unibyte string.
5323
5324 2008-02-01  Dave Love  <fx@gnu.org>
5325
5326         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5327         coding-system-for-read.
5328         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5329
5330 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5331
5332         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5333         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5334         <hanche@math.ntnu.no>.
5335
5336 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5339
5340         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5341
5342 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5343
5344         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5345         * message.el (message-beginning-of-line): Use featurep instead of bound
5346         tests in order to resolve conditionals at compile time.
5347
5348 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5349
5350         * mail-source.el (mail-sources): Add `group' choice.
5351
5352         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5353         parameter `in-group' to control into which group the articles go.
5354         Add treatment of `group' mail-source.
5355
5356 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5359
5360         * mm-decode.el (mm-dissect-buffer): Decode description.
5361
5362         * mml.el (mml-to-mime): Encode message header first.
5363
5364 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5367         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5368
5369         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5370         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5371
5372 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5375
5376 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5379         prefix keys.
5380         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5381         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5382         gnus-xmas.el.
5383
5384         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5385         (gnus-xmas-article-describe-bindings): New function.
5386         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5387         gnus-xmas-article-describe-bindings.
5388
5389         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5390
5391 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5392
5393         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5394         Add new variables for article mark management.
5395         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5396         list of extra data entries which, when present, will indicate that the
5397         article ID should not be trimmed from the registry.
5398         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5399         functions.
5400         (gnus-registry-read-mark): New function to read a mark name from the
5401         user.
5402         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5403         (gnus-registry-set-article-mark-internal): New functions to add and
5404         remove marks.
5405         (gnus-registry-get-article-marks): New function to show the marks for
5406         an article, or retrieve them for further use.
5407
5408 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5411         keys when no argument is given.
5412
5413 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * imap.el (imap-ping-server): New variable.
5416         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5417         (imap-ping-server): Minor doc string fixes.
5418
5419 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5420
5421         * imap.el (imap-ping-server): New function.
5422         (imap-opened): Call imap-ping-server.
5423
5424 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-sum.el (gnus-article-sort-by-random)
5427         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5428         jidanni@jidanni.org.
5429
5430 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * gnus-art.el (gnus-article-describe-bindings): New function.
5433         (gnus-article-read-summary-keys): Use it.
5434         (gnus-article-mode-map): Bind `C-h b' to it.
5435
5436 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5439         XEmacs.
5440         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5441         against non-character events.
5442
5443         * lpath.el: Fbind map-keymap for Emacs 21.
5444
5445 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5448         command.
5449         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5450         instead of END.  Change name of the temp file.
5451         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5452         customizable.
5453
5454 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5457         bind `S W' to gnus-article-wide-reply-with-original; set default
5458         binding to gnus-article-read-summary-send-keys.
5459         (gnus-article-read-summary-keys): Fix the order of keys; display
5460         continuation keys correctly in the echo area; describe bindings
5461         correctly when keys end with `C-h'.
5462         (gnus-article-read-summary-send-keys): New function.
5463         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5464         for gnus-article-read-summary-send-keys; display continuation keys
5465         correctly in the echo area.
5466         (gnus-article-reply-with-original): Ignore prefix argument.
5467         (gnus-article-wide-reply-with-original): New function.
5468
5469         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5470         Emacs 21.
5471
5472 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5475         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5476
5477 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5480         (gnus-group-read-ephemeral-gmane-group): New command.
5481
5482 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5483
5484         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5485
5486 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * message.el (message-send-mail-function): Increase custom version.
5489
5490         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5491         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5492
5493 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5494
5495         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5496         for the cases where imap-authenticate is called with a nil buffer
5497         parameter.
5498
5499 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5502         html parts correctly; support forwarded messages.
5503         (gnus-article-browse-html-article): Remove work buffers.
5504
5505         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5506         compiling.
5507         (netrc-bound-and-true-p): New macro.
5508         (netrc-parse): Use it instead of bound-and-true-p that is not available
5509         in XEmacs 21.4.
5510
5511 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * gnus-registry.el (gnus-registry-mark-article)
5514         (gnus-registry-article-marks): Add functionality to mark articles
5515         through the Gnus registry.
5516
5517         * encrypt.el: Clarify documentation for the new pgg method.
5518         (encrypt-file-alist): Add PGG option.
5519         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5520         functionality.  Abstract password key and messaging to external
5521         functions.
5522         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5523         (encrypt-message-method-and-cipher): Add new convenience external
5524         functions.
5525         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5526         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5527
5528         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5529         (netrc-parse): Use encrypt-file-alist to determine if
5530         encrypt-find-model or encrypt-insert-file-contents should be used.
5531
5532         * encrypt.el: Clarify documentation.  Load password-cache or
5533         password, whichever one is found first, instead of autoloading.
5534
5535 2007-12-19  Glenn Morris  <rgm@gnu.org>
5536
5537         * mml.el (message-options-set, message-narrow-to-head)
5538         (message-in-body-p, message-mail-p, message-encode-message-body):
5539         Autoload.
5540         (message-remove-header, message-narrow-to-headers-or-head)
5541         (message-subscribed-p, message-make-mail-followup-to)
5542         (message-position-on-field, message-news-p)
5543         (message-options-set-recipient, message-generate-headers)
5544         (message-sort-headers): Declare as functions.
5545
5546 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5549         convention in doc string.
5550
5551 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5554         title to html parts.
5555         (gnus-article-browse-html-article): Pass message header to it.
5556
5557         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5558
5559 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5562         or password compatible with XEmacs.
5563
5564 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5567         format document.
5568         (gnus-mime-delete-part): Don't write description line if empty.
5569         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5570
5571 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5572
5573         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5574         (gnus-summary-mark-read-and-unread-as-read)
5575         (gnus-summary-mark-current-read-and-unread-as-read)
5576         (gnus-summary-mark-unread-as-ticked): Doc fix.
5577         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5578
5579 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5582         Christoph Conrad <christoph.conrad@gmx.de>.
5583
5584 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5587         yes-or-no-p.
5588
5589 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * mm-decode.el (mm-add-meta-html-tag): New function.
5592         (mm-save-part-to-file, mm-pipe-part): Use it.
5593
5594         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5595         gnus-y-or-n-p instead of y-or-n-p.
5596         (gnus-article-browse-html-parts): Work with message/external-body; use
5597         mm-add-meta-html-tag.
5598
5599 2007-12-11  Glenn Morris  <rgm@gnu.org>
5600
5601         * gnus-cache.el: Require gnus-sum not just when compiling.
5602
5603         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5604
5605         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5606         definitions before use.
5607
5608         * mm-decode.el: Require gnus-util.
5609         (mm-remove-part): Only call delete-annotation on XEmacs.
5610
5611         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5612
5613         * nnmail.el: Require gnus-int.
5614
5615         * spam.el: Move `require's before `eval-when-compile's.
5616
5617         * gnus-ems.el (gnus-alive-p):
5618         * gnus-fun.el (message-goto-eoh):
5619         * gnus-util.el (gnus-group-name-decode):
5620         * mail-source.el (gnus-compress-sequence):
5621         * message.el (Info-goto-node, format-spec):
5622         * mm-bodies.el (message-options-get):
5623         * mm-decode.el (mm-view-pkcs7):
5624         * mm-util.el (gmm-write-region):
5625         * mml-smime.el (mml-compute-boundary)
5626         (gnus-completing-read-with-default):
5627         * mml.el (widget-button-press, gnus-make-hashtable):
5628         * mml1991.el (mm-decode-content-transfer-encoding)
5629         (mm-encode-content-transfer-encoding)
5630         (message-options-get, message-options-set):
5631         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5632         * nnfolder.el (gnus-request-group):
5633         * nnheader.el (ietf-drums-unfold-fws):
5634         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5635         * smime.el (gnus-run-mode-hooks):
5636         * spam-stat.el (gnus-message): Autoload.
5637
5638         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5639         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5640         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5641         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5642         Add declare-function compatibility definition.
5643
5644         * gnus-cache.el (nnvirtual-find-group-art):
5645         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5646         (gnus-add-image, gnus-add-wash-type):
5647         * gnus-group.el (nnkiboze-score-file):
5648         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5649         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5650         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5651         (message-tokenize-header, gnus-get-buffer-create)
5652         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5653         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5654         * gnus.el (gnus-group-decoded-name):
5655         * mail-source.el (imap-capability):
5656         * mm-bodies.el (message-options-set):
5657         * mm-decode.el (gnus-configure-windows):
5658         * mm-extern.el (message-goto-body):
5659         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5660         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5661         (epg-sub-key-validity, message-options-set):
5662         * mml.el (widget-event-point, gnus-configure-windows):
5663         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5664         * mml2015.el (epg-check-configuration, epg-configuration)
5665         (message-options-set):
5666         * nndb.el (nndb-request-article):
5667         * nnfolder.el (gnus-request-create-group):
5668         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5669         * nnmaildir.el (gnus-group-mark-article-read):
5670         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5671         * rfc1843.el (message-fetch-field):
5672         * spam.el (gnus-extract-address-components):
5673         Declare as functions.
5674
5675 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5678
5679         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5680
5681         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5682         bind show-trailing-whitespace for XEmacs.
5683
5684 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5687         new no-op macro for backward compatibility.
5688
5689         * imap.el (imap-string-to-integer): New function.
5690
5691 2007-12-09  Glenn Morris  <rgm@gnu.org>
5692
5693         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5694
5695         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5696         * message.el, mm-view.el, sieve-manage.el, smime.el:
5697         Add declare-function compatibility definition.
5698
5699         * gnus-art.el (w3-region, w3m-region, Info-menu):
5700         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5701         * gnus-sum.el (gnus-get-predicate):
5702         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5703         * message.el (mail-abbrev-in-expansion-header-p):
5704         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5705         (w3m-detect-meta-charset, w3m-region):
5706         * sieve-manage.el (password-read, password-cache-add)
5707         (password-cache-remove):
5708         * smime.el (password-read-and-add): Declare as functions.
5709
5710 2007-12-08  David Kastrup  <dak@gnu.org>
5711
5712         * gnus-sum.el (gnus-summary-simplify-subject-query):
5713         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5714         `message'.
5715
5716 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5719         it to bind idna-program, installation-directory, defined-colors, and
5720         face-attribute for XEmacs of the version that compiles defcustom forms.
5721
5722 2007-12-07  Glenn Morris  <rgm@gnu.org>
5723
5724         * gnus-art.el (article-make-date-line): Revert previous change.
5725
5726 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5729
5730 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5731
5732         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5733         Call gnus-add-to-range ranges only once with a prepared article-list.
5734
5735 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5736
5737         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5738         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5739         group names with backslashes.  Reported by Tassilo Horn
5740         <tassilo@member.fsf.org>.
5741
5742 2007-12-06  Deepak Goel  <deego3@gmail.com>
5743
5744         * gnus-art.el (article-make-date-line):
5745         * gnus-start.el (gnus-load):
5746         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5747
5748 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-art.el (gnus-use-idna)
5751         * gnus-start.el (gnus-site-init-file)
5752         * message.el (message-use-idna)
5753         * mm-uu.el (mm-uu-hide-markers)
5754         * smiley.el (smiley-style): Revert changes that suppress warnings.
5755
5756 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5759         specify charset to html source.  Reported by Christoph Conrad
5760         <christoph.conrad@gmx.de>.
5761
5762 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5765         idna-program in order to suppress byte compile warning issued by XEmacs
5766         that came to byte compile the default value section of defcustom forms
5767         recently.
5768
5769         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5770         value of installation-directory.
5771
5772         * message.el (message-use-idna): Don't directly refer to the value of
5773         idna-program.
5774
5775         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5776
5777         * smiley.el (smiley-style): Don't directly call face-attribute.
5778
5779 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5782
5783         * gnus-dired.el: Reduce Gnus dependencies.
5784         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5785         require.  Use autoloads instead.
5786         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5787         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5788         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5789         (gnus-dired-mode): Adjust doc string.
5790         (gnus-dired-mail-mode): New variable.
5791         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5792         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5793         (gnus-dired-mail-buffers): New function.  Return mail or message
5794         composition buffers.
5795         (gnus-dired-attach): Use it.
5796         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5797         NO-DECODE.
5798         (gnus-dired-print): Use `gnus-print-buffer' depending on
5799         `gnus-dired-mail-mode'.
5800
5801 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * rfc2047.el (rfc2047-encoded-word-regexp)
5804         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5805         explaining what regexp patterns are for.
5806
5807 2007-12-04  Glenn Morris  <rgm@gnu.org>
5808
5809         * password.el: Move to password-cache.el.
5810
5811         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5812         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5813         * mml-smime.el (password-read, password-cache-add)
5814         (password-cache-remove):
5815         No need to autoload, since mml-sec requires password.
5816
5817         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5818         * message.el (gnus-extract-address-components):
5819         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5820
5821         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5822         password.
5823
5824 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * mailcap.el: Reduce dependencies.
5827         (mail-header-parse-content-type): Autoload.
5828         (mailcap-delete-duplicates): New alias.
5829         (mailcap-mime-info): Add optional argument NO-DECODE.
5830         (mailcap-mime-types): Use mailcap-delete-duplicates.
5831
5832         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5833
5834 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5835
5836         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5837         (imap-parse-status): Upcase status-att for servers that sends them
5838         lower-case (e.g., MS Exchange 2007).
5839
5840 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5843         function.
5844
5845         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5846         (gnus-uu-yenc-article): New function.
5847
5848         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5849
5850         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5851         buffer.
5852
5853 2007-12-02  Glenn Morris  <rgm@gnu.org>
5854
5855         * binhex.el (binhex): New custom group.
5856         (binhex-decoder-program, binhex-decoder-switches)
5857         (binhex-use-external): Move to the binhex custom group.
5858
5859         * uudecode.el (uudecode): New custom group.
5860         (uudecode-decoder-program, uudecode-decoder-switches)
5861         (uudecode-use-external): Move to the uudecode custom group.
5862
5863         * netrc.el (top-level): Don't load `encrypt' features.
5864         (netrc-parse): Don't use encrypt.
5865         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5866
5867         * encrypt.el: Remove file.
5868
5869 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5872         matches on patches.
5873
5874         * gnus-art.el (gnus-article-browse-html-article): Mention
5875         `mm-text-html-renderer' in the doc string.
5876
5877         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5878         string.  Add comments.
5879
5880         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5881         if rhs is ASCII.
5882
5883 2007-12-01  Glenn Morris  <rgm@gnu.org>
5884
5885         * mail-source.el (top-level): Require format-spec before
5886         eval-when-compile.
5887
5888 2007-11-30  Glenn Morris  <rgm@gnu.org>
5889
5890         * encrypt.el: Require password, rather than autoloading password-read.
5891
5892 2007-11-29  Glenn Morris  <rgm@gnu.org>
5893
5894         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5895         (sasl-make-client, sasl-next-step, sasl-step-data)
5896         (sasl-step-set-data): Declare as functions.
5897
5898 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5901
5902 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5903
5904         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5905         certs should be verified and what is to be done in the event of a
5906         verification failure.
5907
5908         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5909         caller can indicate whether the cache should be disregarded for this
5910         call.  This way the result of the call is reproducible at all times and
5911         can be considered a canonical server name for the supplied method.
5912         (gnus-agent-method-p): Canonicalize server names by pushing their
5913         method through `gnus-method-to-server' using the no-cache argument.
5914
5915         * gnus-srvr.el (gnus-server-insert-server-line): Call
5916         `gnus-method-to-server' with `no-cache' argument.
5917
5918         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5919         gnus-agent-possibly-synchronize-flags as this should be called when the
5920         server is actually being opened.
5921         (gnus-agent-possibly-synchronize-flags)
5922         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5923         flags file of an agentized server to the latter function.
5924
5925         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5926         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5927         after a connection has been established successfully.
5928
5929 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-art.el (article-display-face): Force to display face if called
5932         interactively; check if gnus-article-x-face-too-ugly matches author.
5933         (article-display-x-face): Display face even if From header is missing
5934         as article-display-face does.
5935
5936 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5937
5938         * hashcash.el (message-narrow-to-headers-or-head)
5939         (message-fetch-field, message-goto-eoh)
5940         (message-narrow-to-headers): Declare as functions.
5941
5942 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5943
5944         * mail-source.el (mail-sources): Default to fetch from file for
5945         compatibility with default of nnmail-spool-file.
5946
5947 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5950         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5951         to look for encoded word that should be encoded again.
5952         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5953         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5954         encoding pattern.
5955         (rfc2047-decode-region): Switch strict regexp and loose one according
5956         to rfc2047-allow-irregular-q-encoded-words.
5957
5958 2007-11-25  Romain Francoise  <romain@orebokech.com>
5959
5960         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5961
5962 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * tls.el (tls-program): Provide more custom choices from
5965         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5966         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5967
5968 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5971         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5972
5973         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5974         `nnmail-spool-file'.
5975
5976         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5977         `nnmail-spool-file'.
5978
5979         * gnus-move.el (gnus-change-server): Ditto.
5980
5981         * gnus-kill.el (gnus-batch-score): Ditto.
5982
5983         * gnus-cache.el (gnus-jog-cache): Ditto.
5984
5985         * gnus-msg.el (gnus-summary-reply):
5986         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5987
5988 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5991         version.  Minor improvement to doc strings.
5992         (tls-program): Add comment.
5993
5994 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5995
5996         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5997         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5998         mismatch between the hostname provided in the certificate and the name
5999         of the host connnecting to.
6000         (open-tls-stream): Use them.  Check certificates against trusted root
6001         certificates.
6002
6003 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * gnus-cache.el (gnus-cache-generate-nov-databases):
6006         Use nnml-generate-nov-databases-directory instead of
6007         nnml-generate-nov-databases-1.
6008
6009 2007-11-24  Glenn Morris  <rgm@gnu.org>
6010
6011         * message.el (message-tool-bar-retro): Update for rename
6012         mail_send.xpm->mail-send.xpm.
6013
6014 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6017         `smime-ldap-search' for Emacs 22 and up.
6018
6019 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6022
6023         * message.el (message-send-mail-function): Fix error convention.
6024         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6025         (message-widen-reply, message-send-mail, message-talkative-question)
6026         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6027         (message-clone-locals, message-send-news): Use with-current-buffer.
6028         (message-insert-or-toggle-importance): Remove unused var `valid'.
6029         (message-make-references): Remove unused var `new-references'.
6030         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6031
6032 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6033
6034         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6035         (spam-split-symbolic-return-positive): Reflow docstring.
6036         (spam-backends, spam-summary-exit-behavior)
6037         (spam-mark-ham-unread-before-move-from-spam-group)
6038         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6039         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6040         (spam-clear-cache, spam-backend-check, spam-install-backend)
6041         (spam-install-statistical-backend, spam-list-of-processors)
6042         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6043         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6044         (spam-check-crm114, spam-initialize, spam-unload-hook):
6045         Fix typos in docstrings.
6046
6047 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6050         been checked if they have never been read and those group levels are
6051         higher than the one that a user specified.
6052
6053 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6056         foreign groups unless a group level is specified by a user.
6057         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6058
6059 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * message.el (message-send-mail-function): Require sendmail.
6062
6063 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * message.el (message-send-mail-function): Check for smtpmail too.
6066
6067         * utf7.el (utf7-encode, utf7-decode): Use coding system
6068         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6069
6070         * message.el (message-send-mail-function): New function.
6071         (message-send-mail-function): Set default using
6072         message-send-mail-function.  Adjust doc string.
6073         (message-send-mail-with-mailclient): New function.
6074
6075 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6076
6077         * smime.el (from):
6078         * rfc2047.el (message-posting-charset):
6079         * qp.el (mm-use-ultra-safe-encoding):
6080         * pop3.el (parse-time-months):
6081         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6082         * nnml.el (files):
6083         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6084         (jka-compr-compression-info-list, ange-ftp-path-format)
6085         (efs-path-regexp):
6086         * nndiary.el (files):
6087         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6088         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6089         (epg-digest-algorithm-alist, inhibit-redisplay)
6090         (password-cache-expiry):
6091         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6092         (pgg-output-buffer, password-cache-expiry):
6093         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6094         (efs-path-regexp):
6095         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6096         (inhibit-redisplay):
6097         * mm-uu.el (file-name, start-point, end-point, entry)
6098         (gnus-newsgroup-name, gnus-newsgroup-charset):
6099         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6100         (latin-unity-ucs-list):
6101         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6102         (mm-uu-binhex-decode-function):
6103         * message.el (gnus-message-group-art, gnus-list-identifiers)
6104         (rmail-enable-mime-composing, gnus-local-organization)
6105         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6106         (gnus-read-active-file, facemenu-add-face-function)
6107         (facemenu-remove-face-function, gnus-article-decoded-p)
6108         (tool-bar-mode):
6109         * mail-source.el (display-time-mail-function):
6110         * gnus-util.el (nnmail-pathname-coding-system)
6111         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6112         (gnus-original-article-buffer, gnus-user-agent)
6113         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6114         (xemacs-codename, sxemacs-codename, emacs-program-version):
6115         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6116         * gnus-start.el (gnus-agent-covered-methods)
6117         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6118         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6119         (gnus-newsgroup-headers, gnus-group-list-mode)
6120         (gnus-group-mark-positions, gnus-newsgroup-data)
6121         (gnus-newsgroup-unreads, nnoo-state-alist)
6122         (gnus-current-select-method, mail-sources)
6123         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6124         (nnmail-spool-file, gnus-cache-active-hashtb):
6125         * gnus-mh.el (mh-lib-progs):
6126         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6127         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6128         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6129         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6130         (gnus-group-buffer):
6131         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6132         (font-lock-set-defaults):
6133         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6134         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6135         (gnus-summary-post-menu, total-parts, type, condition, length):
6136         * gnus-agent.el (gnus-agent-read-agentview):
6137         * flow-fill.el (show-trailing-whitespace):
6138         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6139         eval-and-compile wrappers for byte compiler pacifiers.
6140
6141         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6142         (mm-display-inline-fontify): Check for featurep 'xemacs not
6143         extent-list.
6144
6145         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6146         itimer-list.
6147         (mm-create-image-xemacs): Only do something for XEmacs.
6148         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6149
6150         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6151
6152         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6153         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6154
6155 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6156
6157         * nnimap.el (nnimap-split-download-body):
6158         * gnus-demon.el (gnus-demon):
6159         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6160
6161 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6164         macros.
6165         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6166         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6167         copy data from unibyte buffer to multibyte current buffer.
6168         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6169         to copy data from unibyte current buffer to multibyte buffer.
6170         (nntp-make-process-buffer): Make process buffer unibyte.
6171
6172         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6173
6174 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6175
6176         * pop3.el (pop3-open-server): Accept and process data more robustly at
6177         connexion start to avoid spurious "POP SSL connexion failed" errors.
6178
6179 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6182         read group names.
6183
6184 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6187
6188 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6191         (nnmail-save-active): Use a unibyte buffer when saving active file,
6192         which may contain non-ASCII group names.
6193
6194         * nnml.el (nnml-request-group): Decode group names in messages.
6195
6196 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6197
6198         * message.el (message-citation-line-function)
6199         (message-insert-formatted-citation-line): Fix spelling of
6200         `message-insert-formated-citation-line'.
6201
6202 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6205
6206 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6209         nnmail-pathname-coding-system.
6210
6211         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6212         that a user enters; decode group names in messages.
6213
6214         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6215
6216 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6219
6220         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6221
6222         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6223         risky local variable.
6224
6225         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6226
6227 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * encrypt.el: Improve documentation to fix function name typo.
6230         Reported by Daiki Ueno <ueno@unixuser.org>.
6231
6232 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6233
6234         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6235         even if the point is not in the last page of an article.
6236         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6237         back to the previous page.
6238
6239 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6242
6243 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6246
6247 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6248
6249         * message.el (message-check-news-body-syntax): Avoid
6250         mm-string-as-multibyte.
6251         (message-hide-headers): Don't assume (point-min)==1.
6252
6253 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * message.el (message-remove-blank-cited-lines): Fix if remove is
6256         given.
6257         (message-bogus-address-regexp): New variable.
6258         (message-bogus-recipient-p): New function.
6259         (message-check-recipients): New command.
6260         (message-syntax-checks): Add `bogus-recipient'.
6261         (message-fix-before-sending): Add `bogus-recipient'.
6262
6263         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6264         (gnus-treat-body-boundary): Don't test window-system.
6265
6266 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6267
6268         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6269
6270 2007-10-28  Miles Bader  <miles@gnu.org>
6271
6272         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6273         at compile-time too.
6274
6275 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * gnus-msg.el (gnus-message-setup-hook): Add
6278         `message-remove-blank-cited-lines' to options.
6279
6280 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6281
6282         * message.el (message-remove-blank-cited-lines): New function.
6283         Suggested by Karl Plästerer.
6284
6285 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6288         mapc.
6289
6290         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6291         (top-level): Use mapc to set functions to be traced for debugging.
6292
6293         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6294         called for effect with while loop.
6295
6296         * message.el (message-talkative-question): Replace mapcar called for
6297         effect with mapc.
6298
6299         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6300         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6301         called for effect with dolist.
6302
6303         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6304
6305         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6306         gnus-extra-headers and nnmail-extra-headers.
6307
6308         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6309         called for effect with dolist.
6310         (top-level): Use mapc to set functions to be traced for debugging.
6311
6312         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6313         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6314         dolist.
6315
6316         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6317         Replace mapcar called for effect with mapc.
6318         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6319         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6320         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6321         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6322
6323         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6324         remove-if that's a cl function.
6325
6326         * webmail.el (webmail-debug): Replace mapcar called for effect with
6327         dolist.
6328
6329         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6330         with mapc.
6331
6332 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6335         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6336         with while loop.
6337
6338         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6339         functions from article-* functions.
6340         (gnus-multi-decode-header): Replace mapcar called for effect with
6341         dolist.
6342
6343         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6344         (gnus-bookmark-show-details): Replace mapcar called for effect with
6345         while loop.
6346
6347         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6348         called for effect with while loop.
6349
6350         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6351         with dolist.
6352
6353         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6354         mapcar called for effect with dolist.
6355
6356         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6357
6358         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6359         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6360         Replace mapcar called for effect with dolist.
6361         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6362         mapc.
6363
6364         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6365         Replace mapcar called for effect with dolist.
6366         (gnus-topic-list): Replace mapcar called for effect with mapc.
6367
6368         * gnus.el: Use mapc instead of mapcar to add autoloads.
6369
6370 2007-10-23  Richard Stallman  <rms@gnu.org>
6371
6372         * gnus-group.el (gnus-group-highlight): Mark as risky.
6373
6374 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6375
6376         * gnus.el (gnus-server-to-method): Return method found first in
6377         gnus-newsrc-alist.
6378
6379         * gnus-art.el (gnus-article-highlight-signature)
6380         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6381         button overlay without the front stickiness.
6382
6383 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6384
6385         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6386         overview buffer needed a catch to receive its throw.
6387         (gnus-agent-flush-cache): Declared as interactive to make this function
6388         easier to use.
6389
6390 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6393         `next-line'.
6394
6395 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6398         exclude address matching message-dont-reply-to-names.
6399
6400 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-util.el (gnus-string<): New function.
6403
6404         * gnus-sum.el (gnus-article-sort-by-author)
6405         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6406
6407 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6410         the frame-focus tag is set in gnus-buffer-configuration.
6411
6412 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6415         the front stickiness.
6416
6417 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6420         url pattern; remove duplicate one.
6421         (gnus-article-extend-url-button): New function.
6422         (gnus-article-add-buttons): Use it.
6423         (gnus-button-push): Use concatenated url that it makes.
6424
6425 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6426
6427         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6428
6429 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6430
6431         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6432         Don't hardcode point-min==1.
6433
6434 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6437         Fix comment about "iso8859-1".
6438
6439 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6440
6441         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6442         ones returned from the verify-function.
6443
6444         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6445         mml2015-extract-cleartext-signature if extraction failed.
6446
6447 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6448
6449         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6450         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6451         failed.
6452
6453 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6456
6457 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6460         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6461         recommends to use EasyPG instead of PGG.
6462
6463         * pgg.el: Revert to revision 6.23.2.16.
6464
6465         * pgg-def.el: Revert to revision 6.6.2.14.
6466
6467         * pgg-gpg.el: Revert to revision 6.23.2.34.
6468
6469 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6472         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6473         thread for both the null and zero (kill/expire thread) universal prefix
6474         cases.
6475         (gnus-summary-expire-thread): Add new function to expire a thread,
6476         using gnus-summary-kill-thread.
6477         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6478         shortcuts for gnus-summary-expire-thread.
6479         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6480         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6481
6482 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6485         extras value, so an extras entry can be deleted.
6486         (gnus-registry-delete-extra-entry): Use it.
6487         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6488         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6489         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6490         storage through the gnus-registry, and provide an appropriate API for
6491         it.
6492
6493 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6496         Suggested by Leo <sdl.web@gmail.com>.
6497
6498         * gnus.el: Do.
6499
6500 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6503         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6504
6505         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6506
6507         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6508         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6509
6510 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6513         newline.
6514         (nnmbox-request-accept-article): Don't change article in source buffer;
6515         narrow to header to use message-fetch-field rather than
6516         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6517         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6518         as delimiters; make sure article ends with newline.
6519         (nnmbox-delete-mail): Correct last position of article to be deleted;
6520         ignore X-Gnus-Newsgroup header in article body.
6521         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6522         positions; make sure article ends with newline.
6523
6524         * message.el (message-display-abbrev): Don't infloop when a user
6525         inserts SPC in the beginning of header.
6526
6527         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6528         coding-system-for-read and coding-system-for-write for XEmacs having no
6529         file-coding feature.
6530
6531         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6532
6533 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6536         list of groups not followed by default.  Fix type to be regexp.
6537         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6538
6539 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6540
6541         * hmac-def.el (define-hmac-function): Switch from old-style to
6542         new-style backquotes.
6543
6544         * md4.el (md4-make-step): Likewise.
6545
6546 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6549         raw-text coding system when saving .newsrc file, which may contain
6550         non-ASCII group names.
6551
6552 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * gnus-cus.el (gnus-score-extra): New widget.
6555         (gnus-score-extra-convert): New function.
6556         (gnus-score-customize): Use it for Extra.
6557
6558 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6559
6560         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6561         (mml2015-mailcrypt-clear-verify): Use it.
6562         (mml2015-gpg-clear-verify): Use it.
6563         (mml2015-pgg-clear-verify): Use it.
6564         (mml2015-epg-clear-verify): Replace the current part with the output
6565         from GnuPG; don't extract the plaintext by itself.
6566
6567         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6568         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6569         mml2015-clear-verify-function; don't touch the armor headers or
6570         dash-escaped text here.
6571
6572 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6575         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6576         parts, or application/octet-stream as a last resort.
6577         (gnus-mime-view-part-as-type): Don't toggle display.
6578         (gnus-mime-view-part-as-charset): Don't turn off display before
6579         querying charset.
6580
6581         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6582         stuff to undisplayer function in Emacs.
6583         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6584
6585         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6586         text/calendar parts.
6587
6588 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6591         decoding text/calendar parts.
6592
6593         * message.el (message-forward-make-body-mime): Always mark body as
6594         having no illegible text; remove signed-or-encrypted argument.
6595         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6596
6597         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6598         (mml-generate-mime-1): Don't encode body if it is specified to be in
6599         raw form; don't make buffer be unibyte when inserting multibyte string.
6600
6601 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6602
6603         * sha1.el: Fix up comment style.
6604         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6605         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6606
6607         * hex-util.el: Fix up comment style.
6608         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6609
6610         * gnus-salt.el: Use with-current-buffer.
6611         (gnus-pick-setup-message): Fix long-standing typo.
6612
6613 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * imap.el (imap-logout-timeout): New variable.
6616         (imap-logout, imap-logout-wait): New functions.
6617         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6618
6619         * nnimap.el (nnimap-logout-timeout): New server variable.
6620         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6621         nnimap-logout-timeout.
6622
6623         * gnus-art.el (gnus-article-summary-command-nosave)
6624         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6625
6626 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus.el (gnus-maximum-newsgroup): New variable.
6629
6630         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6631         according to gnus-maximum-newsgroup.
6632
6633         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6634         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6635         Limit the range of articles according to gnus-maximum-newsgroup.
6636
6637 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6638
6639         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6640         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6641         Don't perform gnus-configure-windows here; reuse existing sticky
6642         article buffer.
6643
6644         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6645         it doesn't exist in gnus-article-mode.
6646
6647 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6650         (gnus-agent-decoded-group-name): New function.
6651         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6652         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6653
6654 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6655
6656         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6657         Add binding for gnus-sticky-article.
6658         (gnus-summary-exit): Don't kill sticky article buffers.
6659
6660         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6661         article buffer.
6662         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6663         (gnus-kill-sticky-article-buffers): New commands.
6664
6665 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * nntp.el (nntp-xref-number-is-evil): New server variable.
6668         (nntp-find-group-and-number): If it is non-nil, don't trust article
6669         numbers in the Xref header.
6670
6671 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus-agent.el (gnus-agent-read-group): New function.
6674         (gnus-agent-flush-group, gnus-agent-expire-group)
6675         (gnus-agent-regenerate-group): Use it.
6676         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6677         nnmail-pathname-coding-system.
6678
6679 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6682
6683         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6684         that are unread as unread, and also as selected so that information of
6685         marks having been changed by a user may be updated when exiting group.
6686
6687 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6690         calculated ignoring signature parts to gnus-treat-article.
6691
6692 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6695         a point here in order to keep the window start.
6696         (gnus-insert-mime-security-button): Make a button overlay without the
6697         front stickiness.
6698         (gnus-mime-display-security): Goto the end of a button.
6699
6700         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6701
6702 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6705         group-name-at-point.
6706         (gnus-group-completing-read): New function that offers decoded
6707         non-ASCII group names for completion.
6708         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6709         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6710         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6711         (gnus-group-fetch-control): Use it.
6712         (gnus-fetch-group): Use group-name-at-point for the initial value
6713         rather than the default value; use gnus-alive-p.
6714
6715         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6716         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6717         (gnus-summary-post-news): Use gnus-group-completing-read.
6718
6719         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6720         (gnus-read-move-group-name): Decode group name for completion.
6721
6722 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6723
6724         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6725         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6726         Yamaoka slightly modified the code).
6727
6728 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6731         (nnmail-split-incoming): Bind it.
6732
6733         * nnml.el (nnml-group-name-charset): New function.
6734         (nnml-decoded-group-name): Use it; don't decode group name if
6735         nnmail-group-names-not-encoded-p is non-nil.
6736         (nnml-encoded-group-name): New function.
6737         (nnml-group-pathname): Inline nnml-decoded-group-name.
6738         (nnml-request-expire-articles): Decode group name in message.
6739         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6740         nnmail-pathname-coding-system.
6741         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6742         not decoded ones according to nnmail-group-names-not-encoded-p.
6743         (nnml-generate-active-info): Use nnml-encoded-group-name.
6744
6745 2007-08-08  Glenn Morris  <rgm@gnu.org>
6746
6747         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6748         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6749         doc-strings and comments.
6750
6751 2007-07-25  Glenn Morris  <rgm@gnu.org>
6752
6753         * Relicense all FSF files to GPLv3 or later.
6754
6755 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-sum.el (gnus-summary-move-article): Make
6758         gnus-summary-respool-article work.
6759
6760 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6761
6762         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6763         string.
6764
6765 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6766
6767         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6768         that should be ignored when comparing distant RSS articles with local
6769         ones.
6770         (nnrss-make-hash-index): New function.  Create a hash index according
6771         to the ignored fields.
6772         (nnrss-check-group): Use it.
6773
6774 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6777
6778         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6779
6780         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6781         the new optional argument ENCODED is non-nil.
6782         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6783         coding system for encoding group name.
6784         (gnus-group-make-rss-group): Pass un-encoded group name to
6785         gnus-group-make-group.
6786         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6787         encoded.
6788
6789         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6790         Encode group name to which articles are moved or copied.
6791         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6792         coding system for encoding Newsgroup, Followup-To and Xref headers.
6793
6794         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6795         marks; use nnheader-file-coding-system to write a file.
6796         (nnagent-retrieve-headers): Bind file-name-coding-system to
6797         nnmail-pathname-coding-system.
6798
6799         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6800
6801         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6802         (nnml-request-article, nnml-request-create-group)
6803         (nnml-request-rename-group, nnml-find-id)
6804         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6805         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6806         (nnml-save-marks): Use nnml-group-pathname instead of
6807         nnmail-group-pathname.
6808
6809         (nnml-request-create-group, nnml-request-expire-articles)
6810         (nnml-request-move-article, nnml-request-delete-group)
6811         (nnml-deletable-article-p, nnml-possibly-create-directory)
6812         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6813         (nnml-open-marks): Bind file-name-coding-system to
6814         nnmail-pathname-coding-system.
6815
6816         (nnml-request-article): Pass server argument to nnml-find-group-number.
6817         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6818         server argument to nnml-possibly-create-directory.
6819         (nnml-request-accept-article): Pass server argument to
6820         nnml-active-number and nnml-save-mail.
6821         (nnml-find-group-number): Pass server argument to nnml-find-id.
6822         (nnml-request-update-info): Pass server argument to
6823         nnml-marks-changed-p.
6824
6825         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6826         (nnml-save-mail, nnml-active-number): Add server argument.
6827
6828         (nnml-request-delete-group): Warn if group is missing.
6829         (nnml-get-nov-buffer): Decode group name.
6830         (nnml-generate-active-info): Encode group name.
6831         (nnml-open-marks): Decode group name in messages.
6832
6833 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6836         if it is not specified.
6837         (gnus-article-pipe-part, gnus-article-save-part)
6838         (gnus-article-interactively-view-part, gnus-article-copy-part)
6839         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6840         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6841         (gnus-article-replace-part, gnus-article-delete-part)
6842         (gnus-article-view-part-as-type): Pass raw prefix argument to
6843         gnus-article-part-wrapper.
6844
6845 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-agent.el (gnus-agent-save-active): Bind
6848         nnheader-file-coding-system to gnus-agent-file-coding-system.
6849
6850         * gnus-cache.el (gnus-cache-save-buffers)
6851         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6852         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6853         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6854         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6855         (gnus-cache-generate-active, gnus-cache-rename-group)
6856         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6857         (gnus-cache-update-overview-total-fetched-for): Bind
6858         file-name-coding-system to nnmail-pathname-coding-system.
6859         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6860         variables.
6861         (gnus-cache-decoded-group-name): New function.
6862         (gnus-cache-file-name): Use it.
6863         (gnus-cache-generate-active): Use non-decoded group name for active.
6864
6865         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6866         right place.
6867         (gnus-write-active-file): Don't break non-ASCII group names.
6868
6869         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6870         nnmail-pathname-coding-system.
6871
6872         * lpath.el: Bind default-file-name-coding-system,
6873         file-name-coding-system and language-info-alist for XEmacs.
6874
6875         * gnus-uu.el (gnus-uu-decode-save): Typo.
6876
6877 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6880
6881 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6884         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6885         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6886         (gnus-agent-flush-group, gnus-agent-flush-cache)
6887         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6888         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6889         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6890         (gnus-agent-regenerate-group)
6891         (gnus-agent-update-files-total-fetched-for)
6892         (gnus-agent-update-view-total-fetched-for): Bind
6893         file-name-coding-system to nnmail-pathname-coding-system.
6894         (gnus-agent-group-pathname): Don't encode file names by
6895         nnmail-pathname-coding-system.
6896         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6897         coding-system-for-write instead of buffer-file-coding-system to
6898         gnus-agent-file-coding-system.
6899
6900         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6901         Decode group name.
6902
6903         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6904
6905         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6906         (gnus-read-newsrc-el-file): Make group names unibyte.
6907
6908         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6909         nnmail-pathname-coding-system.
6910
6911         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6912         (nnrss-request-delete-group): Bind file-name-coding-system to
6913         nnmail-pathname-coding-system.
6914         (nnrss-read-server-data, nnrss-read-group-data): Bind
6915         file-name-coding-system correctly.
6916         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6917
6918         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6919         (nntp-server-to-method-cache): New variable.
6920         (nntp-group-pathname): New function that decodes non-ASCII group names.
6921         (nntp-possibly-create-directory, nntp-marks-changed-p)
6922         (nntp-save-marks, nntp-open-marks): Use it.
6923         (nntp-possibly-create-directory, nntp-open-marks):
6924         Bind file-name-coding-system to nnmail-pathname-coding-system.
6925         (nntp-open-marks): Decode group names when bootstrapping marks.
6926
6927         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6928         Newsgroups and Folowup-To headers.
6929
6930 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6933         (gnus-server-closed-face, gnus-server-denied-face)
6934         (gnus-server-offline-face): Remove variable.
6935         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6936
6937         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6938         of modifying message-stack directly for XEmacs.
6939
6940         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6941         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6942         if the coding-system argument is nil for XEmacs.
6943
6944         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6945         mm-charset-override-alist.
6946
6947         * rfc2047.el: Don't require base64; require rfc2045 for the function
6948         rfc2045-encode-string.
6949         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6950         to quote the parameter value.
6951
6952 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6955         form in gnus-group-name-charset-method-alist.
6956
6957         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6958         overrides the default layout edit-form.
6959
6960         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6961
6962         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6963
6964 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6967         as unfetched articles.
6968
6969 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6972
6973 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6976         original back end that keeps marks in the local system.
6977
6978 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6981         arg of pop-to-buffer for XEmacs.
6982         (gnus-article-read-summary-keys): Ditto; don't restore window
6983         configuration if summary command ends up with neither article buffer
6984         nor summary buffer; describe bindings if summary keys end with C-h.
6985
6986 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * message.el (message-fix-before-sending): Skip raw message part to be
6989         forwarded while checking illegible text.
6990         (message-forward-make-body-mime, message-forward-make-body): Mark
6991         signed or encrypted raw message as having no illegible text.
6992
6993 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6996         (gnus-message-with-timestamp-1): New macro.
6997         (gnus-message-with-timestamp): New function.
6998         (gnus-message): Use them.
6999
7000         * nnheader.el (nnheader-message): Use them.
7001
7002 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7005         .newsrc.eld file.
7006
7007 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-agent.el (gnus-agent-fetch-headers)
7010         (gnus-agent-retrieve-headers): Bind
7011         gnus-decode-encoded-address-function to identity.
7012
7013         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7014         available also when the server returns simply a dot.
7015
7016         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7017
7018 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7021
7022 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-ems.el (gnus-x-splash): Make it work.
7025
7026         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7027         from being used.
7028
7029         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7030
7031 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7034         4th and the 5th arguments.
7035
7036         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7037         the front stickiness.
7038         (gnus-article-summary-command-nosave): Correct the order of the
7039         arguments passed to pop-to-buffer.
7040         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7041         summary command ends up with the article buffer.
7042
7043         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7044         the same faces.
7045
7046 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7047
7048         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7049
7050 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7051
7052         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7053         * gnus-sum.el (gnus-summary-highlight):
7054         * pgg.el (pgg-sign-region, pgg-sign):
7055         * mail-source.el (mail-source-delete-old-incoming-confirm):
7056         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7057
7058 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-art.el (gnus-mime-view-part-externally)
7061         (gnus-mime-view-part-internally): Fix predicate function passed to
7062         completing-read.
7063
7064         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7065
7066         * gnus.el (gnus-update-message-archive-method): Add :version.
7067
7068 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus.el (gnus-update-message-archive-method): New variable.
7071
7072         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7073         according to gnus-message-archive-method if
7074         gnus-update-message-archive-method is non-nil.
7075
7076 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7079         by Loic Dachary <loic@dachary.org>.
7080         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7081
7082 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7083
7084         * message.el (message-pop-to-buffer): Add switch-function argument.
7085         (message-mail): Pass switch-function argument to it.
7086
7087 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7088
7089         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7090         Improve doc string.
7091
7092 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7095         (gnus-header-content)
7096         * gnus-cite.el (gnus-cite-10)
7097         * gnus-srvr.el (gnus-server-closed)
7098         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7099         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7100         (gnus-group-mail-3-empty, gnus-group-mail-low)
7101         (gnus-group-mail-low-empty, gnus-splash)
7102         * message.el (message-header-to, message-header-cc)
7103         (message-header-subject, message-header-other, message-header-name)
7104         (message-header-xheader, message-separator, message-cited-text)
7105         (message-mml): Lighten colors of faces used for dark background.
7106
7107 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7108
7109         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7110         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7111
7112 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * message.el (message-narrow-to-headers-or-head):
7115         Ignore mail-header-separator in the body.
7116
7117 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7120         same as window size.
7121
7122 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7123
7124         * message.el (message-font-lock-keywords): Use message-header-xheader
7125         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7126         ahead of the anything pattern, to get it recognised.
7127
7128 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7131         spam.el loads uses it in the compiled defadvice form.
7132
7133 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7134
7135         * gnus-sum.el (gnus-articles-to-read)
7136         (gnus-summary-insert-old-articles): Don't truncate group name for
7137         `read-string'.
7138
7139         * gnus-util.el (gnus-limit-string): Delete this function.
7140
7141         * gnus-sum.el (gnus-simplify-subject-fully): Use
7142         `truncate-string-to-width' instead.
7143
7144 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7145
7146         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7147         if, on summary exit, the next group has to be selected.
7148         (gnus-summary-exit): Use it.
7149
7150 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7153         non-break space.
7154
7155 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7158         Check if group is not a directory.
7159         (nnfolder-request-expire-articles): Don't delete articles if the target
7160         group is not available.
7161
7162         * nnml.el (nnml-request-create-group): Properly check if group is not a
7163         file.
7164         (nnml-request-expire-articles): Don't delete articles if the target
7165         group is not available.
7166
7167         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7168         Don't quote characters that are within parentheses.
7169
7170 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7173         (gnus-handle-ephemeral-exit): Select article according to it.
7174
7175 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * message.el (message-insert-formated-citation-line): Remove newline.
7178         (message-citation-line-format): Add final \n here so that the user can
7179         avoid a blank line.
7180
7181 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7182
7183         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7184         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7185         Update lanl/arXiv support.
7186
7187 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7188
7189         * gnus.el: Bump version number.
7190
7191 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7192
7193         * gnus.el (gnus-version-number): Bump version.
7194
7195 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7196
7197         * gnus.el: No Gnus v0.6 is released.
7198
7199 2007-04-27  Didier Verna  <didier@xemacs.org>
7200
7201         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7202         * gmm-utils.el (gmm-regexp-concat): here.
7203         * message.el: Don't require 'gnus-util.
7204         (message-dont-reply-to-names): Handle name change above.
7205         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7206
7207 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7210         since the initial value varies according to the system.
7211
7212 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7215
7216 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7217
7218         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7219
7220 2007-04-24  Didier Verna  <didier@xemacs.org>
7221
7222         Improve the type of gnus-ignored-from-addresses.
7223         * gnus-util.el (gnus-orify-regexp): New function.
7224         * message.el (gnus-util): Require it.
7225         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7226         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7227         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7228
7229 2007-04-24  Didier Verna  <didier@xemacs.org>
7230
7231         * gnus-sum.el:
7232         * gnus-utils.el: Fix some trailing whitespaces.
7233
7234 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7237         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7238         article's Message-ID; refer parent article in summary buffer.
7239
7240         * message.el (message-bounce): Call mime-to-mml.
7241
7242         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7243         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7244         optimize and/or forms properly.
7245
7246 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7249         URL.
7250
7251 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7254
7255 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7258         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7259         displayed of multipart/alternative part if it is invoked from summary
7260         buffer.
7261
7262         * mm-view.el (mm-inline-text-html-render-with-w3m)
7263         (mm-inline-text-html-render-with-w3m-standalone)
7264         (mm-inline-render-with-function): Use mail-parse-charset by default.
7265
7266 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7267
7268         * parse-time.el (parse-time-string-chars): Check if CHAR
7269         is less than the length of parse-time-syntax.
7270
7271 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7274         from gnus-newsgroup-processable.
7275
7276 2007-04-16  Didier Verna  <didier@xemacs.org>
7277
7278         * gnus-msg.el (gnus-configure-posting-styles): Handle
7279         message-signature-directory properly with :file syntax.  Reported by
7280         "Leo".
7281
7282 2007-04-11  Didier Verna  <didier@xemacs.org>
7283
7284         New user option: message-signature-directory.
7285         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7286         * message.el (message-insert-signature): Ditto.
7287         * message.el (message-signature-file): Doc update.
7288         * message.el (message-signature-directory): New.
7289
7290 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-msg.el (gnus-inews-yank-articles): Use
7293         message-exchange-point-and-mark instead of exchange-point-and-mark.
7294
7295 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * message.el (message-yank-original): Make sure cited text ends with
7298         newline; don't exchange point and mark.
7299
7300 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7301
7302         * tls.el (open-tls-stream): Properly handle case where there
7303         is no associated buffer.
7304
7305 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7306
7307         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7308         message-yank-original, make sure (< mark TEXT point).
7309
7310 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * message.el (message-fill-column): New variable.
7313         (message-mode): Use it.  Add comment on a possible new hook.
7314
7315         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7316         (nnmail-get-new-mail): Reformat.
7317
7318         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7319
7320         * gmm-utils.el: Fix Commentary.
7321         (gmm-tool-bar-from-list): Fix typo in doc string.
7322
7323 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7324
7325         * message.el (message-yank-original): Don't switch point and mark
7326         unnecessarily to put point and mark as documented.
7327
7328 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7329
7330         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7331         from the message heads.
7332
7333 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7334
7335         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7336         article buffer does not have a window.  This may not be the best
7337         solution but is certainly better than setting the start of the null,
7338         that is the current, window.
7339
7340 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7341
7342         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7343         (gnus-draft-setup): Run it.
7344
7345         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7346         gnus-score-fast-scoring.  Allow regexp.
7347         (gnus-score-headers): Use it.
7348
7349         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7350         XEmacs.
7351
7352         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7353         string.
7354         (gnus-button-alist): Also catch `<f1> k ...'.
7355         (gnus-treat-display-x-face): Fix doc string.
7356
7357 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7358
7359         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7360         evaluation of gnus-extended-version to ensure correct generation of the
7361         User-Agent header when message-generate-headers-first is used.
7362
7363 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7364
7365         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7366         hashcash-path is nil.  Don't call callback with incorrect number of
7367         parameters if val is 0.
7368
7369 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7370
7371         * message.el (message-required-news-headers):
7372         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7373
7374 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7375
7376         * tls.el (open-tls-stream): In handshake-waiting loop,
7377         don't wait more if there is output available to process.
7378
7379 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7380
7381         * tls.el (tls-program): Doc fix.
7382
7383 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * message.el (message-generate-new-buffers): Change the meaning of the
7386         nil value; add `standard' to the choices; treat t as `unique'; improve
7387         doc string.
7388         (gnus-select-frame-set-input-focus): Autoload.
7389         (message-buffer-name): Search for the existing message buffer if
7390         message-generate-new-buffers is nil or `standard'; treat the value t of
7391         message-generate-new-buffers as `unique'.
7392         (message-pop-to-buffer): Raise the frame already displaying the message
7393         buffer; clear the echo area after querying.
7394         (message-setup): Pass the `continue' argument to compose-mail.
7395         (message-mail): Prefer `switch-function' if it is given; search for the
7396         existing message buffer if the `continue' argument is non-nil; pass
7397         continue and switch-function arguments to compose-mail by way of
7398         message-setup.
7399         (message-mail-other-window): Adjust argument of message-setup.
7400         (message-mail-other-frame): Ditto.
7401
7402 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7405         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7406         to turn font-lock on when turning gnus-message-citation-mode on.
7407
7408 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7409
7410         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7411         (mml-smime-function-alist): New variable; add epg as the backend.
7412         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7413         mml-smime- functions instead.
7414         * mm-view.el: Require smime.
7415
7416 2007-03-05  Didier Verna  <didier@xemacs.org>
7417
7418         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7419         instead of just inheritance for posting styles.
7420         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7421
7422 2007-02-24  Chris Moore  <dooglus@gmail.com>
7423
7424         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7425         * pgg-pgp.el (pgg-pgp-encrypt-region):
7426         * pgg-gpg.el (pgg-gpg-encrypt-region):
7427         Check pgg-encrypt-for-me if no other recipients.
7428
7429 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7430
7431         * tls.el (tls-certtool-program): Fix custom type.
7432
7433 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7436         and point-at-eol instead of line-(beginning|end)-position.
7437
7438         * assistant.el (assistant-parse-buffer): Ditto.
7439
7440         * netrc.el (netrc-parse-services): Ditto.
7441
7442 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7443
7444         * mml2015.el (mml2015-epg-find-usable-key): New function.
7445         (mml2015-epg-sign): Use it.
7446         (mml2015-epg-encrypt): Use it.
7447
7448 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * message.el (message-make-in-reply-to): Quote name containing
7451         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7452         if there are special characters.  Reported by NAKAJI Hiroyuki
7453         <nakaji@jp.freebsd.org>.
7454
7455 2007-02-27  Didier Verna  <didier@xemacs.org>
7456
7457         Include the group parameters as well as the topic ones in the
7458         inheritance filter process.
7459         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7460         argument GROUP-PARAMS-LIST.
7461         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7462
7463 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * nntp.el (nntp-never-echoes-commands)
7466         (nntp-open-connection-functions-never-echo-commands): New variables.
7467         (nntp-send-command): Use them.
7468
7469 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7470
7471         * mml2015.el (mml2015-epg-verify): Simplified.
7472
7473 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7474
7475         * mml.el (mml-content-disposition-alist): New user option.
7476         (mml-content-disposition): New function.
7477         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7478         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7479
7480 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7481
7482         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7483         verification.
7484
7485 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7486
7487         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7488         articles posted in the last 24 hours.
7489
7490 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7491
7492         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7493
7494 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7495
7496         * nntp.el (nntp-send-command): Don't wait for echoes when
7497         nntp-open-ssl-stream is used.
7498
7499 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7502         (gnus-message-add-citation-keywords)
7503         (gnus-message-remove-citation-keywords): Remove.
7504         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7505         directly, make the variables in font-lock-defaults buffer-local, add
7506         gnus-message-citation-keywords to them and then update the value of
7507         font-lock-keywords.
7508
7509 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * message.el (message-cite-original-1): Don't call
7512         gnus-article-highlight-citation.
7513
7514         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7515         citations; fix line count.
7516
7517 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7520         (gnus-message-add-citation-keywords)
7521         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7522         versions of font-lock-add-keywords and font-lock-remove-keywords to
7523         work with XEmacs correctly.
7524
7525 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-cite.el (gnus-cite-face-list): Set the values of
7528         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7529         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7530         (gnus-message-cite-prefix-regexp): New variable.
7531         (gnus-message-search-citation-line): Use it; protect against long
7532         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7533         the 0th match data for Emacs.
7534         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7535         (gnus-message-add-citation-keywords): Append keywords rather than
7536         prepending; emulate font-lock-add-keywords if it is not available.
7537         (gnus-message-remove-citation-keywords): Emulate
7538         font-lock-remove-keywords if it is not available.
7539
7540         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7541
7542         * message.el (message-cite-prefix-regexp): Set the value of
7543         gnus-message-cite-prefix-regexp.
7544
7545 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7546
7547         * nnweb.el (nnweb-google-parse-1): Update parser.
7548
7549 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7550
7551         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7552
7553 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7554
7555         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7556         regexp.
7557
7558 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7561         string-to-multibyte.
7562         (uudecode-decode-region-internal): Use it.
7563
7564         * lpath.el: Fbind string-as-multibyte for XEmacs.
7565
7566 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7569         custom choice.
7570
7571         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7572
7573 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7574
7575         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7576
7577         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7578         `write-region' to respect `mm-inhibit-file-name-handlers'.
7579
7580 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7583         Use gnus-home-directory instead of "~/" or "$HOME".
7584
7585 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7586
7587         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7588         to mention filename.
7589         Add comments at beginning regarding usage.
7590         (encrypt-write-file-contents): Change interactive so a string is
7591         acceptable.  If the file has no associated model, show an error instead
7592         of a nonsense prompt.
7593
7594 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7595
7596         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7597         Thanks to Yoshihiko Yamada for kind notification of this typo.
7598
7599 2007-01-12  Kenichi Handa  <handa@m17n.org>
7600
7601         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7602         multibyte buffer.
7603
7604 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * gnus-score.el (gnus-score-fast-scoring): New variable.
7607         (gnus-score-headers): Use it.
7608
7609         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7610
7611         * message.el (message-cite-original-1): Call
7612         gnus-article-highlight-citation if requested.
7613         (message-make-from): Allow name and address as optional arguments.
7614
7615         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7616
7617         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7618         bugs to doc string.
7619         (gnus-button-alist): Add mid\\|message-id.
7620         (gnus-button-fetch-group): Extend for use in
7621         `browse-url-browser-function'.
7622         (gnus-button-url-regexp): Try to catch paired parentheses like in
7623         Wikipedia URLs.
7624
7625         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7626         Suggested by Simon Krahnke <overlord@gmx.li>.
7627
7628 2007-01-13  Romain Francoise  <romain@orebokech.com>
7629
7630         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7631         Update copyright.
7632
7633 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7634
7635         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7636
7637 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7638
7639         * gnus-registry.el (gnus-registry-unfollowed-groups)
7640         (gnus-registry-split-fancy-with-parent): Fix documentation.
7641
7642 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7643
7644         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7645         from nnweb groups.
7646
7647 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7648
7649         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7650         Xref urls.  Erase buffer before requesting head.
7651
7652 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7655         customizable.
7656
7657 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7658
7659         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7660         no signing key is found.
7661         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7662         no encrypting and/or signing key is found.
7663
7664 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7667
7668 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7669
7670         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7671         headers read from disk with the ones newly found in the current search.
7672         This should no longer cause problems, because the article numbers in
7673         Gmane's `nov.php' output are ignored since the previous change.
7674
7675 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7676
7677         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7678
7679 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7682         replace-regexp-in-string; bind url-version; fbind display-images-p and
7683         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7684         find-face and set-itimer-function for Emacs; bind itimer-list for
7685         Emacs.
7686
7687         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7688
7689 2007-01-01  Romain Francoise  <romain@orebokech.com>
7690
7691         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7692
7693 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7694
7695         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7696         `define-minor-mode' macro definition expanded properly.
7697         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7698         exclude it there.
7699
7700         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7701         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7702         `fboundp' test.
7703         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7704         This is OK to autoload in (S)XEmacs now.
7705
7706 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7709         keystroke.
7710         (gnus-summary-limit-to-singletons): Fix typo.
7711
7712         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7713         else fails.
7714
7715 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7716
7717         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7718         docstring.
7719
7720         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7721         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7722         (gnus-summary-insert-dormant-articles): Fix typo in message.
7723
7724 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7727         nil for XEmacs.
7728         (gnus-message-citation-mode): Don't autoload in XEmacs.
7729
7730         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7731
7732 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7733
7734         * nnimap.el (nnimap-expunge-search-string): Mention
7735         nnimap-search-uids-not-since-is-evil in docstring.
7736
7737 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * spam.el: Revert to make-obsolete-variable because
7740         define-obsolete-variable-alias is not supported in Emacs 21.
7741
7742         * spam.el (spam-ifile-path, spam-ifile-database-path)
7743         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7744         make-obsolete-variable.
7745         (spam-bsfilter-path, spam-bsfilter-program)
7746         (spam-spamassassin-path, spam-spamassassin-program)
7747         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7748         use "path" inappropriately.
7749         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7750         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7751         variable names.
7752
7753 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7754
7755         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7756         summary buffer.
7757
7758         * password.el (password-cache-remove): Use clear-string to burn
7759         password, if available.
7760
7761 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7764
7765         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7766
7767         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7768         (gnus-message-highlight-citation): Move defcustom here from
7769         gnus-cite.el.
7770         (gnus-message-citation-mode): Autoload.
7771
7772         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7773         checks to make it compile with XEmacs.
7774         (gnus-message-citation-mode): New minor mode.
7775         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7776         (gnus-message-highlight-citation): New variables.
7777         (gnus-message-search-citation-line)
7778         (gnus-message-add-citation-keywords)
7779         (gnus-message-remove-citation-keywords)
7780         (turn-on-gnus-message-citation-mode)
7781         (turn-off-gnus-message-citation-mode): New functions.
7782
7783 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7784
7785         * gnus-cite.el: Enable highlighting of different citation levels in
7786         message-mode.
7787
7788 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * message.el (message-make-fqdn): Fix comment.
7791         (message-bogus-system-names): Add ".local".
7792
7793         * spam.el (spam-ifile-path, spam-ifile-program)
7794         (spam-ifile-database-path, spam-ifile-database)
7795         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7796         Don't use "path" inappropriately.
7797         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7798         strings.
7799         (spam-check-ifile, spam-ifile-register-with-ifile)
7800         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7801         new variable names.
7802
7803         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7804         (gnus-treat-display-smileys): Simplify using
7805         gnus-image-type-available-p.
7806
7807         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7808         available.
7809
7810         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7811         `display-images-p' if available.
7812
7813 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7816         one after turning on the buffer's multibyteness instead of decoding
7817         them directly in the unibyte buffer that causes unexpected conversion
7818         in Emacs 23 (unicode).
7819
7820 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7821
7822         * message.el (message-generate-hashcash): Fix custom type.
7823
7824 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7827
7828 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7831         disconnect icons.  Add help text.
7832
7833 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7836         negated to be consistent with the others we handle.
7837
7838 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7839
7840         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7841         version of gnus-summary-buffer to something, so that we can use two
7842         article buffers at the same time.
7843
7844 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7845
7846         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7847         trigger all the extra headers.
7848         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7849         sorting.
7850
7851 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7852
7853         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7854         solid groups.
7855
7856 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7857
7858         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7859
7860 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * legacy-gnus-agent.el: Add Copyright notice.
7863
7864 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7865
7866         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7867
7868 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7871
7872         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7873         to make it work reliably in CVS Emacs.
7874         (gnus-summary-limit-strange-charsets-predicate)
7875         (gnus-summary-limit-to-predicate): New functions.
7876
7877 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7878
7879         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7880         specifying array size.
7881         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7882         array if it is too small.
7883         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7884         (gnus-sort-threads-loop): New function.
7885
7886 2006-12-06  Chris Moore  <dooglus@gmail.com>
7887
7888         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7889         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7890
7891 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7892
7893         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7894         options.
7895
7896 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7897
7898         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7899         DOS-ing the recipient.
7900
7901         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7902         the headers when creating the mapping to avoid mismappings.
7903         (nnweb-gmane-create-mapping): Always nix out old mapping.
7904
7905 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7908         and mm-verify-option to never.
7909
7910 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * message.el (message-signed-or-encrypted-p): New function.
7913         (message-forward-make-body): Use it.
7914
7915         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7916         Replace encode-coding-string with mm-encode-coding-string.
7917
7918 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * nneething.el (nneething-decode-file-name): Replace
7921         decode-coding-string with mm-decode-coding-string.
7922
7923         * gnus-int.el (gnus-open-server): Say failed server's name.
7924
7925 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7926
7927         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7928         strings to a single string.  Quote `errors-file-name'.
7929         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7930         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7931         Adjust calls.  Use `shell-quote-argument'.
7932
7933 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7934
7935         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7936         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7937
7938         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7939         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7940         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7941         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7942         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7943         (gnus-subscribe-newsgroup, gnus-1):
7944         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7945         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7946         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7947         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7948
7949 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7950
7951         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7952         keystroke.
7953         (gnus-summary-limit-to-bodies): Implement headersp.
7954
7955 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7958
7959 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7962
7963 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * message.el (message-generate-hashcash): Expand range of values to
7966         include `opportunistic'.
7967         (message-send-mail): Use it.
7968
7969 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7970
7971         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7972         and comment it.
7973
7974         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7975
7976 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * gnus-util.el (gnus-extract-address-components): Improve comment.
7979
7980 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-util.el (gnus-extract-address-components): Work with address in
7983         which the name portion contains @.
7984
7985         * lpath.el: Fbind custom-autoload.
7986
7987 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * gnus.el (gnus-start): Move custom group up.
7990         (gnus-select-method): Don't autoload, but make it available for
7991         `customize-variable'.
7992         (gnus-getenv-nntpserver): Don't autoload.
7993
7994 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7995
7996         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7997
7998 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * message.el (message-sendmail-extra-arguments): New variable.
8001         (message-send-mail-with-sendmail): Use it.
8002
8003 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8006         mm-with-unibyte-current-buffer to make string unibyte.
8007
8008         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8009         mm-string-as-multibyte.
8010
8011 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8012
8013         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8014         Reported by Werner Koch <wk@gnupg.org>.
8015
8016 2006-11-14  Daiki Ueno  <ueno@p360>
8017
8018         * mml2015.el: Autoload epa-select-keys when compiling.
8019
8020 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8021
8022         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8023         message-options.
8024         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8025
8026 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8029         EasyPG (< 0.0.6).
8030         (mml2015-always-trust): New user option.
8031         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8032         prompt.
8033
8034 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * nntp.el (nntp-authinfo-force): New variable.
8037         (nntp-send-authinfo): Use it.
8038
8039 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8042         decode encoded words.  Improve prompt.  Add comment about forwarding.
8043         (message-replacement-char): Move up.
8044
8045 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8046
8047         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8048         instead of gnus-intersection because arguments of gnus-sorted-nunion
8049         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8050
8051 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8054         (message-simplify-subject-functions): Enable
8055         message-strip-subject-encoded-words by default.
8056
8057 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * message.el (message-strip-subject-encoded-words): New function.
8060         (message-simplify-subject-functions): New variable.
8061         (message-simplify-subject): Use it.  Fix typo in doc string.
8062         Support message-strip-subject-encoded-words.
8063
8064 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8065
8066         * gnus-diary.el (gnus-diary-delay-format-function):
8067         * nndiary.el (nndiary-reminders):
8068         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8069
8070 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * gnus-art.el (article-hide-boring-headers): Fetch date from
8073         gnus-original-article-buffer to avoid problems with localized date
8074         strings.
8075
8076 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8079
8080 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8083         New variables.
8084         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8085         (mm-charset-synonym-alist): Move some entries to
8086         mm-codepage-iso-8859-list.
8087         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8088         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8089
8090 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8093
8094 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8097         with Emacs 21 and XEmacs.
8098
8099 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * spam.el (spam-parse-address): New function for better parsing,
8102         catching errors, etc.
8103         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8104
8105 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * mm-view.el: Add interactive arg to html2text autoload.
8108
8109 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8112
8113 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8116         variables.
8117         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8118         (mm-charset-synonym-alist): Move some entries to
8119         mm-codepage-iso-8859-list.
8120
8121         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8122
8123 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * message.el (message-citation-line-format)
8126         (message-insert-formated-citation-line): Fix implementation of %E, %N
8127         and %n according to the doc string.
8128
8129 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8130
8131         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8132         car-safe to avoid bad parses.
8133
8134 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8137         names.
8138
8139         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8140
8141 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8144         header.
8145
8146         * message.el (message-draft-headers): Add Date.
8147         (message-headers-to-generate): Fix typo in docstring.
8148
8149         * nndraft.el (nndraft-required-headers): New variable.
8150         (nndraft-generate-headers): Use it.
8151
8152         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8153
8154 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8155
8156         * gnus-registry.el (gnus-registry-wash-for-keywords)
8157         (gnus-registry-find-keywords): New functions to allow easy searching of
8158         articles that are in the registry.
8159
8160 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8163         ietf-drums-parse-address instead of gnus-extract-address-components.
8164         Reported by Damien Elmes <damien@repose.cx>.
8165
8166 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * gnus.el (gnus-mime): Remove unused custom group.
8169
8170 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8171
8172         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8173         "blank line" when searching for end of armor headers.
8174
8175 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gmm-utils.el (gmm-write-region): Fix variable name.
8178
8179 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * gmm-utils.el (gmm-write-region): New function based on compatibility
8182         code from `mm-make-temp-file'.
8183
8184         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8185
8186         * nnmaildir.el (nnmaildir--update-nov)
8187         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8188         Use `gmm-write-region'.
8189
8190 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8193         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8194
8195         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8196
8197         * message.el (message-replacement-char): New variable.
8198         (message-fix-before-sending): Use it.
8199         (message-simplify-subject): New function to remove duplicate code.
8200         (message-reply, message-followup): Use it.
8201
8202         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8203         gnus-summary-limit-to-articles.
8204
8205 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-util.el (gnus-with-local-quit): New macro.
8208
8209         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8210
8211 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8212
8213         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8214         ignore non-string data.
8215
8216 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8217
8218         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8219         non-string data (needs to be done in the registry too).
8220
8221 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8222
8223         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8224         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8225         (gnus-registry-split-fancy-with-parent)
8226         (gnus-registry-fetch-simplified-message-subject-fast)
8227         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8228         Remove text properties on ingress into the registry and when it's saved.
8229         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8230         registry from entries with no groups.
8231
8232 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8235         function to remove string properties.
8236
8237 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gmm-utils.el (gmm): Adjust custom version.
8240
8241         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8242         custom version.
8243
8244         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8245
8246 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * gnus-art.el (gnus-insert-prev-page-button)
8249         (gnus-insert-next-page-button): Simplify.  Reformat.
8250
8251 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8252
8253         * gnus-art.el (gnus-insert-prev-page-button)
8254         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8255
8256 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8257
8258         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8259
8260 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8261
8262         * gnus-art.el (gnus-insert-mime-button)
8263         (gnus-insert-mime-security-button):
8264         Apply gnus-article-button-face to MIME and security buttons.
8265
8266 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8269         readable.
8270
8271 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8274
8275 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8276
8277         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8278         `browse-url-of-file' instead of `browse-url'.
8279
8280 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8281
8282         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8283         regexp.  Articles containing quotation were cut prematurely.
8284
8285 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * message.el (message-cite-original-1): Use nobody by default for the
8288         value of From header.
8289         (message-reply): Ditto.
8290
8291 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8292
8293         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8294         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8295         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8296
8297 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8300         mails in the doc string.  Add some URLs in comment.
8301         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8302
8303 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8306         backslashes handling and the way to find boundaries of quoted strings.
8307
8308 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8309
8310         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8311         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8312         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8313         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8314
8315 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8318         doc string.
8319         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8320
8321 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * lpath.el: Fbind epg-check-configuration.
8324
8325 2006-09-06  Simon Josefsson  <jas@extundo.com>
8326
8327         * mml2015.el (mml2015-use): Doc fix, mention epg.
8328
8329 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8330
8331         * mml2015.el (mml2015-use): Default to epg, if available.
8332
8333 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8334
8335         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8336         message-sender.
8337         (mml1991-epg-encrypt): Ditto.
8338         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8339         message-sender.
8340         (mml2015-epg-encrypt): Ditto.
8341
8342 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8343
8344         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8345         several common directories.
8346
8347 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8348
8349         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8350         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8351
8352 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus-art.el (article-decode-encoded-words): Make it fast.
8355
8356 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8359
8360         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8361         in quoted string into `\'.
8362
8363 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8366         Use standard-syntax-table.
8367
8368 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-art.el (gnus-decode-address-function): New variable.
8371         (article-decode-encoded-words): Use it to decode headers which are
8372         assumed to contain addresses.
8373         (gnus-mime-delete-part): Remove useless `or'.
8374
8375         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8376         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8377         (gnus-nov-parse-line): Use it to decode From header.
8378         (gnus-get-newsgroup-headers): Ditto.
8379         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8380
8381         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8382         (mail-decode-encoded-address-string): New alias.
8383
8384         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8385         New function.
8386         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8387         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8388         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8389         (rfc2047-decode-string): Ditto.
8390         (rfc2047-decode-address-region): New function.
8391         (rfc2047-decode-address-string): New function.
8392
8393 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * message.el (message-caesar-buffer-body): Allow rotating headers.
8396
8397         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8398
8399         * message.el (message-insert-formated-citation-line): Fix %f.
8400         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8401
8402 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8405         (gnus-bookmark-mouse-available-p): New macro.
8406         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8407         (gnus-bookmark-bmenu-show-infos): Use it.
8408         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8409         (gnus-bookmark-bmenu-hide-infos): Ditto.
8410         (gnus-bookmark-remove-properties): New function.
8411         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8412         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8413         (gnus-bookmark-write-file): Bind coding-system-for-write.
8414         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8415         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8416         group before selecting it.
8417         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8418         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8419         quit-window if it is not available; use gnus-mouse-2 and bind it to
8420         gnus-bookmark-bmenu-select-by-mouse.
8421         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8422         (gnus-bookmark-bmenu-select-by-mouse): New function.
8423
8424 2006-08-13  Romain Francoise  <romain@orebokech.com>
8425
8426         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8427         space.
8428
8429 2006-08-10  Romain Francoise  <romain@orebokech.com>
8430
8431         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8432         (dns-mode-soa-auto-increment-serial): New user option.
8433         (dns-mode-soa-maybe-increment-serial): New function.
8434         (dns-mode): Add the latter to `write-contents-functions'.
8435
8436 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * compface.el (uncompface): Use binary rather than raw-text-unix.
8439
8440 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * compface.el (uncompface): Make sure the eol conversion doesn't take
8443         place when communicating with the external programs.  Reported by
8444         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8445
8446 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8449
8450 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8451
8452         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8453         Make it more robust by parsing author and date independently.
8454
8455 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8456
8457         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8458
8459 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8460
8461         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8462         first matching secret key.
8463         (mml2015-epg-encrypt): Ditto.
8464
8465         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8466         first matching secret key.
8467         (mml1991-epg-encrypt): Ditto.
8468
8469         * mml2015.el (mml2015-encrypt-to-self): New user option.
8470         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8471         mml2015-epg-encrypt-to-self is set.
8472
8473         * mml1991.el (mml1991-encrypt-to-self): New variable.
8474         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8475         mml1991-epg-encrypt-to-self is set.
8476
8477         * mml2015.el (mml2015-signers): New user option.
8478         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8479         (mml2015-epg-encrypt): Allow to select signing keys.
8480
8481         * mml1991.el (mml1991-signers): New variable.
8482         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8483         (mml1991-epg-encrypt): Allow to select signing keys.
8484
8485 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * nnheader.el (nnheader-insert-head): Make it work even if the file
8488         uses CRLF for the line-break code.
8489
8490 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8491
8492         * mml2015.el: Require mml-sec instead of password.
8493         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8494         (mml2015-cache-passphrase): Inherit the default value from
8495         mml-secure-cache-passphrase.
8496         (mml2015-passphrase-cache-expiry): Inherit the default value from
8497         mml-secure-passphrase-cache-expiry.
8498
8499         * mml1991.el: Require mml-sec instead of password.
8500         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8501         (mml1991-cache-passphrase): Inherit the default value from
8502         mml-secure-cache-passphrase.
8503         (mml1991-passphrase-cache-expiry): Inherit the default value from
8504         mml-secure-passphrase-cache-expiry.
8505
8506         * mml-sec.el: Require password.
8507         (mml-secure-verbose): New user option.
8508         (mml-secure-cache-passphrase): New user option.
8509         (mml-secure-passphrase-cache-expiry): New user option.
8510
8511 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8512
8513         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8514         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8515         andreas@altroot.de (Andreas Vögele).
8516
8517         FIXME: Use `tiny change'?
8518
8519 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8520
8521         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8522         workaround for the url package included with Emacs.
8523
8524         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8525
8526 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8529         correctly.  This fixes a bug caused by the 2006-05-12 change.
8530
8531 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8532
8533         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8534         some information about the error when saying that the `bogus' mail
8535         group will be used.
8536
8537 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8540         string.
8541
8542 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8543
8544         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8545
8546 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8547
8548         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8549
8550 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8551
8552         * mml1991.el (mml1991-function-alist): Add epg.
8553         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8554         (mml1991-epg-encrypt): New functions.
8555
8556 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8557
8558         * mml2015.el (mml2015-verbose): New variable.
8559         (mml2015-cache-passphrase): Ditto.
8560         (mml2015-passphrase-cache-expiry): Ditto.
8561         (mml2015-function-alist): Add epg.
8562         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8563         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8564         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8565         functions.
8566
8567 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8568
8569         * message.el (message-cite-original-1): Preserve region when removing
8570         quoted text due to X-No-Archive in order to avoid bogus attribution
8571         when citing multiple messages.
8572
8573 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8574
8575         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8576         Kenneth Jacker <khj@be.cs.appstate.edu>.
8577
8578 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus-diary.el (gnus-user-format-function-d)
8581         (gnus-user-format-function-D): Autoload.
8582
8583         * imap.el (Commentary): Fix typo.
8584
8585         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8586         2006-04-22 contribution.
8587
8588 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8589
8590         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8591         It didn't really fix the bogosity I'm seeing with solid web groups.
8592
8593 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8594
8595         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8596         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8597         created using server names.  If we use the feature without declaring
8598         it, Gnus does not properly manage server and group state.
8599
8600         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8601         bound.
8602
8603 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8604
8605         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8606         looking up the method using GROUP's prefix before inventing a new one.
8607         It is used on killed/unknown groups in various places where returning
8608         an all-new method isn't expected by the caller.
8609
8610         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8611         and match semantics of gnus-group-real-prefix.
8612
8613 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * nnmail.el (nnmail-broken-references-mailers): New variable.
8616         (nnmail-ignore-broken-references): New function generalizing
8617         nnmail-fix-eudora-headers.
8618         (nnmail-fix-eudora-headers): Now obsolete.
8619
8620         * gnus-art.el (gnus-button-handle-custom): Support
8621         `customize-apropos*'.
8622
8623 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8624
8625         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8626
8627         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8628         articles.
8629
8630 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * message.el (message-cite-reply-above): New variable.
8633         (message-yank-original): Use it.
8634
8635 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8638
8639 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8642         as read.
8643
8644         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8645
8646 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8649         (gnus-bookmark-default-file): Use gnus-directory.
8650         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8651         Remove "*" in doc string.
8652         (gnus-bookmark-write-file): Simplify.
8653         (gnus-bookmark-maybe-sort-alist): Use `when'.
8654         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8655         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8656         FIXME about Emacs 21 and XEmacs compatibility.
8657         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8658         compatibility.
8659         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8660         compatibility.
8661         (gnus-bookmark-menu-heading): Fix version.
8662
8663 2006-06-19  Bastien Guerry  <bzg@altern.org>
8664
8665         * gnus-bookmark.el: New file.
8666
8667 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * message.el (message-syntax-checks): Doc fix.
8670
8671 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8672
8673         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8674         unsubscribed groups as if they were killed ones.  It causes duplicate
8675         entries in gnus-newsrc-alist.
8676
8677 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * message.el (message-syntax-checks): Doc fix.
8680         (message-send-mail): Add check for continuation headers.
8681         (message-check-news-header-syntax): Fix regexp used to check for
8682         continuation headers.
8683
8684 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8687
8688 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8691
8692 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8695         default-truncate-lines.
8696
8697 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8700         to fill the utf-8 entry.
8701
8702         * lpath.el: Fbind unicode-precedence-list.
8703
8704 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8705
8706         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8707
8708 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8709
8710         * gnus-agent.el (directory-files-and-attributes): Move all the way
8711         forward (the third and final move).
8712         (gnus-agent-read-agentview): Trap reconstruction errors due to
8713         nonexistant directory.  Handle by returning nil.
8714
8715 2006-05-30  Didier Verna  <didier@xemacs.org>
8716
8717         * message.el (message-dont-reply-to-names): Update the custom type.
8718         * message.el (message-dont-reply-to-names): New defsubst: potentially
8719         convert a list of regexps into a single one.
8720         * message.el (message-get-reply-headers): Use it.
8721         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8722
8723 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * gnus-agent.el (directory-files-and-attributes): Move forward.
8726
8727 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * gnus-ml.el (gnus-mailing-list-subscribe)
8730         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8731         (gnus-mailing-list-message): Fix doc strings.
8732
8733 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8734
8735         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8736         of doing it manually.
8737
8738 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8741         comment.
8742
8743 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8744
8745         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8746         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8747         (gnus-agent-read-local): All symbols allocated in my-obarray.
8748         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8749         (gnus-agent-regenerate-group): Check numeric names to see if they are
8750         messages or groups.
8751         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8752         better way of do this...)
8753
8754         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8755         'dummy.group' (there should be a better way of do this...)
8756
8757 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8760         (gnus-saved-headers): Ditto.
8761         (gnus-default-article-saver): Mention functions may have properties.
8762         (gnus-article-save): Override gnus-save-all-headers and
8763         gnus-saved-headers by :headers property which saver function may have.
8764         (gnus-summary-save-in-file): Add :headers property.
8765         (gnus-summary-write-to-file): Ditto.
8766
8767         * gnus-sum.el (gnus-summary-save-article): Bind
8768         gnus-prompt-before-saving to t when saving many articles in a file;
8769         always show all headers.
8770
8771         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8772
8773 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8776         marks.
8777
8778         * message.el (message-indent-citation): Add optional arguments to allow
8779         using it outside of message buffers.
8780
8781         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8782         (gnus-article-treat-unfold-headers): Use it.
8783         (gnus-article-truncate-lines): New variable.
8784         (gnus-article-mode): Use it.
8785         (gnus-article-toggle-truncate-lines): New function.
8786
8787         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8788         gnus-article-toggle-truncate-lines.
8789
8790         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8791         coding system in XEmacs, use binary.
8792
8793 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8796         after-load-alist.
8797
8798         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8799         this function should save decoded articles.
8800         (gnus-summary-write-to-file): Use property to specify this function
8801         should save decoded articles and specify gnus-summary-save-in-file
8802         should be used to save articles other than the first one when saving
8803         many articles.
8804         (gnus-summary-save-body-in-file): Use property to specify this
8805         function should save decoded articles.
8806         (gnus-summary-write-body-to-file): Use property to specify this
8807         function should save decoded articles and specify
8808         gnus-summary-save-body-in-file should be used to save articles other
8809         than the first one when saving many articles.
8810
8811         * gnus-sum.el (gnus-summary-save-article): Simplify.
8812
8813 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-art.el (gnus-default-article-saver): Add
8816         gnus-summary-write-body-to-file.
8817         (gnus-article-save-coding-system): Don't use coding system object
8818         in XEmacs.
8819         (gnus-read-save-file-name): Add optional `dir-var' argument which
8820         specifies directory in which files are saved; work even if optional
8821         `variable' argument is not specified.
8822         (gnus-summary-write-to-file): Read file name.
8823         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8824         (gnus-summary-write-body-to-file): New function.
8825
8826         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8827         (gnus-summary-local-variables): Add it.
8828         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8829         (gnus-summary-save-article): Remove optional `decode' argument;
8830         determine whether to decode articles by the value of
8831         gnus-default-article-saver; when saving many files using
8832         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8833         it first and use gnus-summary-save-in-file or
8834         gnus-summary-save-body-in-file thereafter unless
8835         gnus-prompt-before-saving is always; move point to article which
8836         will be saved.
8837         (gnus-summary-save-article-file): Revert.
8838         (gnus-summary-write-article-file): Revert.
8839         (gnus-summary-save-article-body-file): Revert.
8840         (gnus-summary-write-article-body-file): New function.
8841
8842 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-art.el (gnus-default-article-saver): Doc fix.
8845         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8846         from gnus-summary-save-article-coding-system, and default to a
8847         certain coding system.
8848         (gnus-output-to-file): Add coding cookie and encode text according
8849         to gnus-article-save-coding-system; don't use mm-append-to-file.
8850
8851         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8852         gnus-art.el and rename to gnus-article-save-coding-system.
8853         (gnus-summary-save-article): Require gnus-art; don't show all
8854         headers if it decodes articles; don't add coding cookie here;
8855         don't bind mm-text-coding-system-for-write.
8856         (gnus-summary-save-article-file): Save decoded articles.
8857         (gnus-summary-write-article-file): When saving many files, use
8858         gnus-summary-write-to-file first and gnus-summary-save-in-file
8859         thereafter unless gnus-prompt-before-saving is always.
8860         (gnus-summary-save-article-body-file): Save decoded articles.
8861
8862         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8863
8864 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * nnrss.el (nnrss-check-group): Bind hash-index.
8867
8868 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8869
8870         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8871         its hash index.  Store this hash in `nnrss-group-data'.
8872         (nnrss-read-group-data): Update accordingly.
8873
8874 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8877         entry.
8878
8879         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8880         gnus-article-browse-html-article.
8881
8882 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8883
8884         * gnus-sum.el (gnus-summary-mime-map): Add
8885         gnus-article-browse-html-article.
8886
8887         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8888
8889 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8892         suitable coding systems in customize.
8893
8894 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * mail-source.el (mail-sources): Fix custom type.
8897
8898 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8901         (gnus-summary-expire-articles-now): Shorten prompt.
8902
8903         * gmm-utils.el (wid-edit): Require.
8904         (defun-gmm): Renamed from `gmm-defun-compat'.
8905         (gmm-image-search-load-path): Use it.
8906         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8907
8908 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8911         variable.
8912         (gnus-summary-save-article): Add optional `decode' argument.  If
8913         it is set and gnus-summary-save-article-coding-system is non-nil,
8914         save decoded article.
8915         (gnus-summary-write-article-file): Save decoded article if
8916         gnus-summary-save-article-coding-system is non-nil.
8917
8918         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8919         type.
8920
8921 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8924
8925 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8928         first to test gnus-single-article-buffer which may be buffer-local.
8929
8930         * gnus-sum.el (gnus-summary-setup-buffer): Make
8931         gnus-single-article-buffer buffer-local and nil in ephemeral
8932         group; make gnus-article-buffer, gnus-article-current, and
8933         gnus-original-article-buffer always buffer-local.
8934         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8935         group.
8936         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8937
8938 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * nnml.el (nnml-request-compact-group): Compressed files might not
8941         have .gz extension.
8942
8943 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8946         (mm-copy-to-buffer): Use with-current-buffer.
8947         (mm-display-part): Simplify.
8948         (mm-inlinable-p): Add optional arg `type'.
8949
8950 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8951
8952         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8953         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8954         Try harder to show the attachment internally or externally using
8955         gnus-mime-view-part-as-type.
8956
8957 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * message.el (message-from-style, message-signature-separator)
8960         (message-user-organization-file, message-send-mail-function)
8961         (message-citation-line-function, message-yank-prefix)
8962         (message-indent-citation-function, message-signature)
8963         (message-signature-file, message-signature-insert-empty-line):
8964         Remove autoloads.
8965
8966         * gnus-art.el (gnus-buttonized-mime-types): Remove
8967         "multipart/signed".  Revert 2006-04-26 change.
8968
8969 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus.el (gnus-version-number): Bump version.
8972
8973 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8974
8975         * gnus.el: No Gnus v0.5 is released.
8976
8977 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8978
8979         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8980         fetching articles by message-id.
8981
8982 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * message.el (hashcash): Require hashcash as normal.
8985
8986         * ecomplete.el (ecomplete-highlight-match-line): Use
8987         point-at-eol.
8988         (ecomplete-highlight-match-line): Use `highlight', because that
8989         face exists in both Emacs and XEmacs.
8990
8991         * message.el (message-display-abbrev): Use point-at-bol.
8992
8993         * mail-source.el: Don't require timer/timer-funcs.
8994
8995         * gnus-async.el: Ditto.
8996
8997         * password.el: Ditto.
8998
8999         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9000
9001         * mm-url.el: Ditto.
9002
9003         * gnus-xmas.el: Don't require timer-funcs.
9004
9005         * mm-util.el: Require timer/timer-funcs.
9006
9007 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9008
9009         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9010         Close.
9011
9012 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9015         unibyte after clear-decrypt function runs.
9016
9017         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9018         returns as a unibyte string.
9019
9020 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * lpath.el: Revert.
9023
9024         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9025         (pgg-gpg-process-sentinel): Revert.
9026
9027         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9028         (pgg-pgp-lookup-key): Revert.
9029
9030         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9031         (pgg-pgp5-lookup-key): Revert.
9032
9033         * pgg.el (pgg-fetch-key): Revert.
9034
9035 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * lpath.el: Fbind string-as-multibyte for XEmacs.
9038
9039         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9040         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9041         (mml1991-pgg-encrypt): Ditto.
9042
9043         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9044         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9045         a multibyte buffer.
9046
9047         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9048         (pgg-pgp-lookup-key): Ditto.
9049
9050         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9051         (pgg-pgp5-lookup-key): Ditto.
9052
9053         * pgg.el (pgg-fetch-key): Ditto.
9054
9055 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * message.el (message-user-organization-file): Check several
9058         locations of the organization file.
9059
9060         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9061         Add gnus-article-view-part-as-type.
9062
9063         * gnus-art.el (gnus-article-view-part-as-type): New function.
9064
9065         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9066         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9067
9068         * mml.el: Simplify autoload.
9069         (mml-mode): defvar dnd-protocol-alist instead of using
9070         symbol-value.
9071         (mml-default-directory): New variable.
9072         (mml-minibuffer-read-file): Use it.
9073         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9074
9075         * message.el (message-citation-line-format): New variable.
9076         (message-insert-formated-citation-line): New function.
9077         (message-citation-line-function): Add
9078         `message-insert-formated-citation-line' to custom type.
9079
9080         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9081         to doc string.
9082
9083         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9084         depending on mm-verify-option.
9085
9086 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9089         binding pgg-* variables; reimplement the section which prevents
9090         MIME header from being signed.
9091         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9092         pgg-text-mode; remove a blank line at the top of body.
9093
9094         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9095         lines at the top of body; use gnus-newsgroup-charset if there's no
9096         Charset header.
9097
9098 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * message.el (message-self-insert-commands): Doc fix.
9101
9102         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9103         (mm-uu-pgp-encrypted-test): Ditto.
9104         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9105         between header and body; return application/pgp-encrypted handle
9106         if decryption failed; decode decrypted body by charset.
9107
9108         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9109         element match to application/pgp-*.
9110
9111 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9112
9113         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9114         HTML.
9115
9116 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9117
9118         * mail-source.el (mail-source-call-script): Message the error
9119         string.
9120
9121 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * gnus-util.el (gnus-byte-compile): Use it.
9124
9125 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9126
9127         * gnus-util.el (kill-empty-logs): New function.
9128
9129 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * message.el (message-mail-alias-type): Doc fix.
9132         (message-mail-alias-type-p): New function.
9133         (message-send): Use it.
9134         (message-mode): Ditto.
9135         (message-strip-forbidden-properties): Ditto.
9136
9137         * ecomplete.el (ecomplete-database-file-coding-system): New
9138         variable.
9139         (ecomplete-save): Use it.
9140         (ecomplete-setup): Use it.
9141
9142 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * message.el (message-self-insert-commands): New variable.
9145         (message-strip-forbidden-properties): Use it.
9146
9147 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9150         that doesn't make XEmacs choke.
9151
9152 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-util.el (gnus-replace-in-string):
9155         Prefer replace-regexp-in-string over of replace-in-string.
9156
9157 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-util.el (gnus-select-frame-set-input-focus):
9160         Use select-frame-set-input-focus if it is available in XEmacs; use
9161         definition defined in Emacs 22 for old Emacsen.
9162
9163         * dgnushack.el: Autoload unmorse-region for XEmacs.
9164
9165         * lpath.el: Bind cursor-in-non-selected-windows and
9166         select-frame-set-input-focus for XEmacs.
9167
9168 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9171
9172 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9173
9174         * gnus-registry.el (gnus-registry-cache-save): Remove text
9175         properties when saving via the temp buffer.
9176
9177 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * message.el (message-generate-hashcash): Honor custom type.
9180
9181 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9182
9183         * message.el (message-generate-hashcash): Default to non-nil when
9184         hashcash is found.
9185
9186         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9187         (gnus-refer-thread-limit): Increase default to 500.
9188
9189         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9190
9191         * flow-fill.el (fill-flowed): Allow delete-space.
9192
9193 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9196         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9197         Remove autoloads.
9198
9199 2006-04-18  Simon Josefsson  <jas@extundo.com>
9200
9201         * message.el (message-generate-hashcash): Default to.
9202
9203 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9206         concatenating segments rather than before concatenating them.
9207
9208 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9211
9212 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9215
9216         * message.el (message-forward-make-body-plain): Allow
9217         message-forward-ignored-headers to be a list.
9218         (message-remove-ignored-headers): Factor out into function.
9219         (message-forward-make-body-mml): Use it.
9220
9221         * imap.el (imap-quote-specials): New function.
9222         (imap-login-auth): Quote specials.
9223
9224         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9225         (rfc2231-parse-string): Allow concatanation of parameters that
9226         aren't contiguous.  The test case is
9227           (mail-header-parse-content-type "message/external-body;
9228             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9229             access-type=LOCAL-FILE;
9230             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9231
9232 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9233
9234         * nntp.el (nntp-accept-process-output): Return the value of
9235         `nnheader-accept-process-output'.
9236
9237 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9240         (gnus-button-alist): Recognize more diff formats.
9241         (gnus-button-patch): Strip directory.
9242
9243 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9246         Emacs 22 when setting focus.
9247
9248 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9249
9250         * gnus-art.el (gnus-article-treat-types): Do treatment of
9251         text/x-verbatim parts.
9252         (gnus-button-patch): New command.
9253
9254         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9255         addresses that contain invalid characters.
9256
9257 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * message.el (message-put-addresses-in-ecomplete): Use
9260         gnus-replace-in-string.
9261         (message-is-yours-p): Use the more correct
9262         mail-header-parse-address instead of
9263         mail-extract-address-components.
9264         (message-put-addresses-in-ecomplete): Fix typo.
9265
9266         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9267         keystroke.
9268
9269         * gnus-art.el (gnus-treatment-function-alist): Change order of
9270         newsgroups/generic header folding to avoid double-folding.
9271
9272         * message.el (message-hidden-headers): Add X-Draft-From.
9273
9274         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9275         command.
9276         (gnus-summary-repeat-search-article-backward): New command.
9277
9278         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9279         groups in the parent topic.
9280
9281 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9282
9283         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9284         (spam-extra-header-to-number): Return the CRM114 number as a
9285         number instead of a string.
9286
9287 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * gnus-art.el (gnus-face-properties-alist): Moved here from
9290         gnus-fun.
9291
9292         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9293
9294 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9295
9296         * message.el (message-strip-forbidden-properties): Only display on
9297         self-insert-command.
9298
9299         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9300         reindent.
9301         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9302
9303 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9304
9305         * smiley.el (smiley-style): Fix typo.
9306
9307 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9308
9309         * hashcash.el (hashcash-insert-payment-async-2): Use
9310         message-goto-eoh instead of doing it manually.
9311         (mail-add-payment): Use message-narrow-to-header instead of trying
9312         to do the same itself.
9313
9314         * message.el (message-hidden-headers): Add Face.
9315
9316         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9317         reparenting code.
9318         (gnus-summary-reparent-children): Refactored out code.
9319         (gnus-summary-thread-map): New keystroke.
9320         (gnus-summary-reparent-children): Make into command.
9321
9322         * smiley.el (smiley-style): Default to `medium' if using a large
9323         font.
9324
9325         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9326         does it itself.
9327
9328         * message.el (message-point-in-header-p): Simplify definition.
9329
9330 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331
9332         * nnagent.el (nnagent-request-set-mark): Silence log file
9333         writing.
9334         (nnagent-request-set-mark): Use write-region instead of
9335         append-to-file.
9336
9337         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9338         strange select method.
9339
9340         * ecomplete.el (ecomplete-display-matches): Get highlightling
9341         right.
9342         (ecomplete-display-matches): Use literals.
9343         (ecomplete-display-matches): Disable message logging.
9344
9345         * message.el (message-display-abbrev): Small optimization.
9346
9347         * ecomplete.el (ecomplete-display-matches): Allow automatic
9348         display.
9349
9350         * message.el (message-strip-forbidden-properties): Display
9351         abbrevs.
9352         (message-display-abbrev): Get automatic display right.
9353
9354         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9355         keystrokes.
9356
9357 2006-04-13  Romain Francoise  <romain@orebokech.com>
9358
9359         TODO: Backport to v5-10!
9360
9361         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9362         Moved here (and renamed) from gnus-registry.el.
9363
9364         * gnus-registry.el: Require gnus-util.
9365         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9366
9367 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * gnus-group.el (gnus-group-catchup-current): Change
9370         if-then-else-if-then-else into cond.
9371         (gnus-group-catchup): Indent.
9372         (group-name-at-point): New function.
9373         (gnus-fetch-group): Provide default from thing at point.
9374
9375 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * message.el (message-display-abbrev): Fix regexp.
9378
9379         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9380         choosing.
9381         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9382         dead variables.
9383
9384         * message.el (message-newline-and-indent): Remove debugging.
9385         (message-display-abbrev): Use new implementation.
9386
9387 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * gnus-art.el (gnus-article-mode): Set
9390         cursor-in-non-selected-windows to nil.
9391
9392         * smiley.el: Revert previous change.
9393         (smiley-data-directory): defvar it before using it in the
9394         defcustom of `smiley-style'.
9395
9396 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * message.el (message-newline-and-indent): New function.
9399
9400         * ecomplete.el: Implement more bits.
9401
9402         * message.el (message-put-addresses-in-ecomplete): Clean up the
9403         string.
9404
9405         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9406
9407         * gnus-sum.el (gnus-summary-save-parts): Bind
9408         gnus-summary-save-parts-counter and use it to make unique file
9409         names.
9410
9411         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9412
9413         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9414         parameter to say whether to actually parse the individual
9415         addresses.
9416
9417         * message.el (message-put-addresses-in-ecomplete): New function.
9418         (ecomplete): Require.
9419         (message-mail-alias-type): Add ecomplete as an option.
9420
9421 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9422
9423         * flow-fill.el (fill-flowed): Remove trailing space from blank
9424         quoted lines.
9425
9426 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427
9428         * smiley.el (smiley-style): Move definition later to avoid a
9429         compilation warning.
9430
9431 2006-04-12  Kenichi Handa  <handa@m17n.org>
9432
9433         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9434         buffer and then decode the buffer text if necessary.
9435         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9436         first, and after mm-encode-body, change the buffer to unibyte.
9437         Use mm-disable-multibyte instead of set-buffer-multibyte.
9438
9439 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9442         Content-Type header instead of Content-Disposition header.
9443         (gnus-mime-inline-part): Ditto.
9444         (gnus-mime-view-part-as-charset): Ignore charset that the part
9445         specifies.
9446
9447         * mm-decode.el (mm-display-part): Work with external parts and
9448         usual parts similarly.
9449
9450         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9451         instead of gnus-display-mime.
9452
9453         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9454         instead of with-temp-buffer.
9455
9456         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9457         tag to summarized topics part in order to encode non-ASCII text.
9458
9459 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * smiley.el (smiley-style): New variable.
9462         (smiley-directory): New function.
9463         (smiley-data-directory): Derive from `smiley-style' using
9464         `smiley-directory'.
9465         (smiley-regexp-alist): Add new entries.
9466
9467         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9468         (gnus-article-browse-delete-temp): Add :version.
9469
9470 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9471
9472         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9473         the sieve region.
9474
9475 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * gnus.el (gnus-version-number): Bump version.
9478
9479 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * gnus.el: No Gnus v0.4 is released.
9482
9483 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9486         layout.
9487
9488         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9489         unknown charset.
9490
9491         * message.el (message-header-synonyms): Add Original-To to the
9492         default.
9493
9494         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9495         optional parameter.
9496
9497 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * gnus-fun.el (gnus): Require it for gnus-directory.
9500
9501 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9502
9503         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9504
9505 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9506
9507         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9508
9509 2006-04-05  Simon Josefsson  <jas@extundo.com>
9510
9511         * password.el (password-reset): New function.
9512
9513 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9514
9515         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9516         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9517
9518 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9519
9520         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9521         Some whitespace was matched into the url, which broke browsing hits
9522         > 100 when mm-url-use-external was nil.
9523
9524 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9527         gnus-extra-headers for 'Newsgroups.
9528
9529         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9530         bound.
9531
9532 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9533
9534         * pgg-gpg.el: Clean up process buffers every time gpg processes
9535         complete.
9536
9537 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9540         doc string.
9541
9542 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9543
9544         * pgg-gpg.el (pgg-gpg-process-filter)
9545         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9546
9547         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9548         lines, temporary fix.
9549
9550 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9553
9554 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9555
9556         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9557         default-enable-multibyte-characters.  This reverts the change from
9558         revision 6.17 which is no longer necessary because the passphrase
9559         is sent separately now.  GnuPG messages are unreadable under
9560         multibyte locales with default-enable-multibyte-characters set to
9561         nil.
9562
9563 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * message.el (message-tool-bar-gnome): Move "spell".
9566
9567 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9570         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9571         instead.
9572
9573 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9574
9575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9576         newsgroups handling for NNTP overviews which don't include
9577         Newsgroups.
9578
9579 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9580
9581         * message.el (message-resend): Bind message-generate-hashcash to nil.
9582
9583 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9584
9585         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9586         when searching for already-paid recipients.
9587
9588 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9589
9590         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9591         passphrases when it is not needed.
9592         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9593         passphrase stuff from gpg, should only be necessary when you use
9594         gpg with a smartcard.
9595
9596 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * mml.el (mml-insert-mime): Ignore cached contents of
9599         message/external-body part.
9600
9601         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9602         (mm-insert-part): Ditto.
9603
9604 2006-03-23  Simon Josefsson  <jas@extundo.com>
9605
9606         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9607         Reiner.
9608         (pgg-gpg-use-agent-p): Use it again.
9609
9610 2006-03-23  Simon Josefsson  <jas@extundo.com>
9611
9612         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9613         older emacsen.
9614         (pgg-gpg-use-agent-p): Don't use it.
9615
9616 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9619         if we can.
9620
9621 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9622
9623         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9624         (pgg-gpg-update-agent): New function.
9625         (pgg-gpg-use-agent-p): New function.
9626         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9627         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9628         (pgg-gpg-sign-region): Use it.
9629
9630 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9633         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9634
9635 2006-03-21  Simon Josefsson  <jas@extundo.com>
9636
9637         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9638         <wilde@sha-bang.de>.
9639         (pgg-gpg-use-agent): New variable.
9640         (pgg-gpg-process-region): Use it.
9641         (pgg-gpg-encrypt-region): Likewise.
9642         (pgg-gpg-encrypt-symmetric-region): Likewise.
9643         (pgg-gpg-decrypt-region): Likewise.
9644         (pgg-gpg-sign-region): Likewise.
9645         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9646
9647 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9650
9651         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9652         Add comment on version.
9653
9654 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * smiley.el: Add missing test smiley.
9657
9658 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * mm-decode.el (mm-with-part): New macro.
9661         (mm-get-part): Use it; work with message/external-body as well.
9662         (mm-save-part): Treat name and filename equally.
9663
9664         * mm-extern.el (mm-extern-cache-contents): New function.
9665         (mm-inline-external-body): Use it; force the part to be displayed;
9666         move undisplayer added to the cached handle to the parent.
9667
9668         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9669         (gnus-mime-view-part-as-type): Work with message/external-body.
9670
9671         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9672
9673 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9676         images in image-load-path.  [Sync with image.el, revision 1.60, in
9677         Emacs.]
9678
9679 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9682         path rather than symbol.  Always return list of directories.
9683         Guarantee that image directory comes first.  [Sync with image.el,
9684         revision 1.59, in Emacs.]
9685
9686         * message.el (message-make-tool-bar): Adjust to new API of
9687         `gmm-image-load-path-for-library'.
9688
9689         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9690
9691         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9692
9693 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9694
9695         * gnus-art.el (gnus-article-only-boring-p):
9696         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9697         intangible text.
9698         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9699
9700 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9701
9702         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9703         `defun' instead of `gmm-defun-compat'.
9704
9705 2006-03-14  Simon Josefsson  <jas@extundo.com>
9706
9707         * message.el (message-unique-id): Don't use message-number-base36
9708         if (user-uid) is a float.
9709         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9710
9711 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9714
9715         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9716         empty line between a part and a message part.
9717
9718 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * smiley.el: Add more test smileys.
9721         (smiley-data-directory, smiley-regexp-alist)
9722         (gnus-smiley-file-types): Fix doc strings.
9723         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9724         adding new elements.
9725         (smiley-mouse-map): Unused code.  Make it a comment.
9726
9727 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9730         scan latest NoCeM messages instead of old ones.
9731         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9732         delimiters that are recently used.
9733         (gnus-nocem-load-cache): Add autoload cookie.
9734
9735         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9736
9737         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9738         level which is larger than gnus-use-nocem is specified.
9739
9740         * gnus-group.el (gnus-group-get-new-news): Ditto.
9741
9742 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * gnus-util.el (gnus-tool-bar-update): New function.
9745
9746         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9747         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9748
9749         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9750
9751         * gnus-group.el (gnus-group-redraw-when-idle)
9752         (gnus-group-redraw-check): Remove.
9753         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9754
9755 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9758         if optional last element is specified in splits (FIELD VALUE...).
9759
9760 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9763         to gmm-image-load-path-for-library.  Call with no-error argument.
9764         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9765
9766         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9767
9768         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9769
9770         * gmm-utils.el (gmm-image-load-path): Remove alias.
9771
9772 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * gmm-utils.el (gmm-image-load-path): Add alias.
9775
9776         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9777         nnml-generate-nov-databases-1.
9778         (nnml-generate-nov-databases): Use it.
9779         (nnml-generate-nov-databases-directory): Document no-active
9780         argument.
9781
9782         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9783         directory if path is t.  Add no-error.
9784
9785         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9786         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9787
9788         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9789         resetting gnus-article-browse-html-temp-list.
9790
9791         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9792         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9793         Add example to docstring.  Rename local variables.  Move error
9794         checks to default case in cond and simplify.
9795
9796 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9799         handle is multipart when calling it recursively.
9800         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9801
9802 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9803
9804         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9805         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9806
9807 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9810         is loaded.
9811
9812         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9813         loaded.
9814
9815 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9818         to "Emacs 23 (unicode)" in doc string.
9819
9820         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9821         "Emacs 23 (unicode)" in comment.
9822
9823 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9826
9827         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9828         characters 160 through 255 in Emacs 23.
9829
9830 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9833         gnus-article-browse-html-temp.
9834         (gnus-article-browse-delete-temp): Make it customizable.  Add
9835         `file'.  Adjust doc string.
9836         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9837         query for each file.  Adjust doc string.
9838         (gnus-article-browse-html-parts): Add
9839         `gnus-article-browse-delete-temp-files' to
9840         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9841
9842 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9843
9844         * gnus-art.el (gnus-article-browse-html-temp)
9845         (gnus-article-browse-delete-temp): New variables.
9846         (gnus-article-browse-delete-temp-files): New function.
9847         (gnus-article-browse-html-parts): Use it.
9848
9849 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9852
9853         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9854         string.
9855
9856         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9857         gnus-summary-insert-new-articles when unplugged.  Remove
9858         gnus-summary-search-article-forward.
9859
9860         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9861         display-visual-class instead of display-color-cells.
9862
9863 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * dgnushack.el: Autoload customize-group for XEmacs.
9866
9867         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9868         message/* containing non-ASCII text properly.
9869
9870 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * message.el: Require gmm-utils, remove autoloads.
9873         (message-tool-bar): Set default based on
9874         gmm-tool-bar-style.
9875         (message-tool-bar-gnome): Add gmm-customize-mode.
9876
9877         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9878         gmm-tool-bar-style.
9879         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9880
9881         * gnus-group.el (gnus-group-tool-bar): Set default based on
9882         gmm-tool-bar-style.
9883         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9884
9885         * gmm-utils.el (gmm-image-directory): Rename variable from
9886         gmm-image-load-path.
9887         (gmm-image-load-path): Use gmm-image-directory.
9888         (gmm-customize-mode): New function.
9889         (gmm-tool-bar-style): New variable.
9890
9891         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9892         gnus-group-redraw-line-number.
9893         (gnus-group-redraw-check): Simplify.
9894         (gnus-group-tool-bar-update): Remove redraw check.
9895         (gnus-group-make-tool-bar): Add redraw check.
9896
9897 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9898
9899         * gnus-art.el (gnus-button): Add missing parentheses.
9900
9901 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * lpath.el: Fbind line-number-at-pos.
9904
9905 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9908
9909 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gnus-art.el (gnus-button): New face.
9912         (gnus-article-button-face): Use it.
9913
9914         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9915         gnus-summary-next-page.  Re-order.
9916
9917         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9918         next-node are now included.
9919         (gnus-group-redraw-line-number): New internal variable.
9920         (gnus-group-redraw-check): Helper function for updating the tool
9921         bar.
9922         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9923
9924         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9925
9926         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9927         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9928         Use it to match format of Spamassassin 3.0 and later.  Reported by
9929         IRIE Tetsuya <irie@t.email.ne.jp>.
9930         (spam-check-bogofilter)
9931         (spam-bogofilter-register-with-bogofilter): Fix args of
9932         `gnus-error' calls.
9933
9934 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9937         unnecessary interaction when sending queued mails.  Reported by
9938         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9939
9940 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9943         first or last are nil.
9944
9945 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9946
9947         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9948
9949 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9950
9951         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9952
9953 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * dns.el (query-dns): Protect more against buggy tcp output.
9956
9957 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9960         nov.php.
9961
9962 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9963
9964         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9965         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9966         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9967         output on the server side.
9968         (nnweb-google-create-mapping): Update regexps and add some
9969         progress indication.
9970
9971 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9972
9973         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9974         gnus-agent-toggle-plugged.  Re-order icons.
9975         (gnus-group-tool-bar-gnome): Add
9976         gnus-group-{prev,next}-unread-group.
9977         (gnus-group-tool-bar-gnome): Re-order icons.
9978
9979         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9980         gnus-summary-insert-new-articles.
9981
9982         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9983         comments.
9984
9985         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9986         also available in Emacs 21.3.
9987
9988         * message.el (message-fix-before-sending): Change "Emacs 22" to
9989         "Emacs 23 (unicode)" in comment.
9990
9991         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9992         "Emacs 23 (unicode)" in comment.
9993
9994         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9995         comment.
9996         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9997
9998         * mm-view.el (mm-fill-flowed): Add :version.
9999
10000 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10003         and load-path.
10004
10005 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * message.el: Autoload gmm-image-load-path.
10008         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10009         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10010         consitency.
10011
10012         * gmm-utils.el (gmm-image-load-path): Also search in
10013         "../etc/images".  Don't set gmm-image-load-path if we don't find
10014         the image.
10015
10016 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gmm-utils.el (gmm-image-load-path): Don't make
10019         `gmm-image-load-path' include subdirectories which the second arg
10020         `image' might specify.
10021
10022         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10023         subdirectory to icon file names.
10024
10025         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10026
10027 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10030         gmm-image-load-path calls.
10031
10032         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10033
10034         * message.el (message-make-tool-bar): Ditto.
10035
10036         * mml.el (mml-preview): Added comment concerning tool bar icons.
10037
10038         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10039         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10040
10041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10042         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10043
10044         * message.el (message-tool-bar-gnome): Use new icon names.
10045         (message-make-tool-bar): Use `gmm-image-load-path'.
10046
10047         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10048         functions from MH-E.
10049         (gmm-image-load-path): New variable from MH-E.
10050         (gmm-image-load-path): New function from MH-E.  Added arguments
10051         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10052         *-image-load-path-called-flag.
10053
10054 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10055
10056         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10057
10058 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10059
10060         * nnimap.el (nnimap-request-move-article): Change folder back to
10061         source group before deleting.
10062
10063 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10066
10067         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10068         mm-url.
10069
10070         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10071
10072 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10075         coding system which mm-charset-to-coding-system returns for a
10076         given charset is valid.
10077
10078 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10079
10080         * html2text.el (html2text-remove-tag-list):
10081         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10082
10083 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10084
10085         * gnus-cus.el: Revert 2005-10-17 change.
10086
10087 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-art.el (article-strip-banner): Call
10090         article-really-strip-banner only when the regexp match is made.
10091
10092 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (article-strip-banner): Use
10095         gnus-extract-address-components instead of
10096         mail-header-parse-addresses to make it work with non-ASCII text;
10097         remove mail-encode-encoded-word-string.
10098
10099         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10100         values which are surrounded with \"...\"; make it never cause a
10101         Lisp error; give up parsing of parameters if it failed in
10102         extracting type.
10103
10104 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10105
10106         * smime.el (smime-cert-by-ldap-1): Fix bug where
10107         `smime-ldap-search' returns results without userCertificates.
10108
10109 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10112
10113 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * spam.el (spam-check-spamassassin-headers): Adapt format for
10116         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10117         <ari@mbf.ocn.ne.jp>.
10118         (spam-list-of-processors): Add spam-use-gmane.
10119
10120 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10123         make-temp-file; make it work with XEmacs as well.
10124
10125         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10126         mm-make-temp-file.
10127
10128         * mm-decode.el (mm-display-external): Use the 3rd arg of
10129         mm-make-temp-file.
10130         (mm-create-image-xemacs): Ditto.
10131
10132 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10135         with message-narrow-to-headers.
10136         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10137         (gnus-draft-check-draft-articles): New function.
10138         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10139
10140 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-art.el (gnus-article-browse-html-parts):
10143         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10144         Don't use suffix argument for mm-make-temp-file for Emacs 21
10145         compatibility.  Remove useless `format'.
10146
10147 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10148
10149         * nnweb.el (nnweb-google-wash-article): Update regexps.
10150         (nnweb-group-alist): Use defvoo instead of defvar.
10151
10152 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10155         re-loading nn* modules.
10156
10157 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10160         for `tool-bar-mode' and don't check it's default-value.
10161
10162         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10163
10164         * message.el (message-make-tool-bar): Ditto.
10165
10166         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10167         `substring'.  Shorten tmp-file name.
10168
10169         * gnus.el: Remove bogus comment.
10170
10171 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10172
10173         * gnus-art.el (gnus-article-browse-html-parts): New function.
10174         (gnus-article-browse-html-article): New function for viewing html
10175         articles with a browser.
10176
10177 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10178
10179         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10180         in elisp.
10181         (pgg-gpg-encrypt-symmetric-region): Ditto.
10182         (pgg-gpg-sign-region): Ditto.
10183
10184         * pgg-def.el (pgg-text-mode): New variable.
10185
10186         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10187         (mml2015-pgg-encrypt): Ditto.
10188
10189         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10190         (mml1991-pgg-encrypt): Ditto.
10191
10192 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10195         message-make-date instead of current-time-string.
10196
10197         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10198         to gnus-decoded which mm-uu might set.
10199
10200 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10203         don't decode quoted parameters; remove misimported Emacs code.
10204         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10205         (rfc2231-decode-encoded-string): Don't use split-string which
10206         behaves differently according to Emacs version; use
10207         mm-decode-coding-region to convert charset to coding-system.
10208         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10209         (rfc2231-encode-string): Remove misimported Emacs code.
10210
10211 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10214         when calling mail-header-parse-content-type.
10215         (article-de-quoted-unreadable): Ditto.
10216         (article-de-base64-unreadable): Ditto.
10217         (article-wash-html): Ditto.
10218
10219         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10220         calling mail-header-parse-content-type and
10221         mail-header-parse-content-disposition.
10222         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10223         mail-header-parse-content-type.
10224
10225         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10226         insert charset and format parameters; encode description after
10227         inserting it to buffer.
10228         (mml-insert-parameter): Fold lines properly even if a parameter is
10229         segmented into two or more lines; change the max column to 76.
10230
10231         * rfc1843.el (rfc1843-decode-article-body): Don't use
10232         ignore-errors when calling mail-header-parse-content-type.
10233
10234         * rfc2231.el (rfc2231-parse-string): Return at least type if
10235         possible; don't cause an error even if it fails in parsing of
10236         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10237         (rfc2231-encode-string): Don't break lines at the beginning, leave
10238         it to mml-insert-parameter.
10239
10240         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10241         calling mail-header-parse-content-type.
10242
10243 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * spam-report.el (spam-report-gmane-use-article-number):
10246         Improve doc string.
10247         (spam-report-gmane-internal): Check if a suitable header was found
10248         in the article.
10249
10250 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10253         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10254
10255 2006-02-05  Romain Francoise  <romain@orebokech.com>
10256
10257         Update copyright notices of all files in the gnus directory.
10258
10259 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10260
10261         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10262
10263 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10266         segmented lines of parameter value to cope with Thunderbird 1.5
10267         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10268         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10269         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10270
10271 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10272
10273         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10274         parts.
10275
10276 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10277
10278         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10279         there's only one active file for all servers.
10280         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10281         solid groups.  Gnus might have used a FAST request to select the group.
10282         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10283         and nnweb-search redundantly in the active file.
10284         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10285         (nnweb-request-create-group): Don't use ARGS.
10286         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10287         initialisations.  Let nnoo do the work.
10288
10289 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10292         Say the part has been decoded.
10293
10294         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10295
10296 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10297
10298         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10299         mailcap-viewer-test-cache when there's no 'test clause, since that
10300         will invert the meaning of a "nil" test previously determined by
10301         mailcap-mailcap-entry-passes-test.
10302
10303 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10306         compiling.
10307
10308         * gnus-sum.el: Ditto.
10309
10310         * message.el: Don't bind tool-bar-map when compiling.
10311
10312 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10315
10316 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10317
10318         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10319         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10320         current Google Groups.
10321
10322 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10325         and tool-bar-mode.
10326
10327         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10328         and tool-bar-mode.
10329
10330         * message.el (message-tool-bar-update): Simplify.
10331         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10332
10333         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10334         gnus-summary-buffer.
10335         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10336         gnus-summary-reply.
10337
10338         * gmm-utils.el (gmm): Add :version.
10339
10340 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * Makefile.in (clean): New rule.
10343         (distclean): Use it.
10344
10345 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10346
10347         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10348         autoload.
10349
10350 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * gmm-utils.el (gmm-verbose): Add :group.
10353
10354 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * message.el: Change some comments WRT tool-bars.
10357
10358         * gnus-sum.el (gnus-summary-tool-bar)
10359         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10360         (gnus-summary-tool-bar-zap-list): New variables.
10361         (gnus-summary-make-tool-bar): Complete rewrite using
10362         `gmm-tool-bar-from-list'.
10363
10364         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10365         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10366         variables.
10367         (gnus-group-make-tool-bar): Complete rewrite using
10368         `gmm-tool-bar-from-list'.
10369         (gnus-group-tool-bar-update): New function.
10370
10371         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10372
10373 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10376         is dissected into a single part of which the type is the same as
10377         the given one; decode charset.
10378
10379 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10380
10381         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10382         into alists as symbol not string, since that's what
10383         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10384         look for.
10385
10386 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10389         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10390
10391         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10392
10393 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10396         (gnus-xmas-mime-security-button-menu): New function.
10397
10398         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10399         (gnus-mime-security-button-menu): New definition.
10400         (gnus-mime-security-button-map): Use them.
10401         (gnus-mime-security-button-menu): New function.
10402         (gnus-insert-mime-security-button): Addition to help echo.
10403         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10404         (gnus-mime-security-pipe-part): New functions.
10405
10406         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10407         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10408
10409         * mm-decode.el (mm-handle-set-disposition): Remove.
10410         (mm-handle-set-description): Remove.
10411
10412 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10415         (mm-w3m-standalone-supports-m17n-p): New function.
10416         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10417         w3m usage.
10418
10419         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10420         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10421
10422 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * message.el (message-tool-bar-zap-list): Use
10425         gmm-tool-bar-zap-list as custom type.
10426         (message-tool-bar-update): New function.
10427         (message-tool-bar, message-tool-bar-gnome)
10428         (message-tool-bar-retro): Add message-tool-bar-update.
10429         (message-tool-bar-gnome): Add flyspell-buffer.
10430
10431         * gnus-util.el (gnus-error): Describe `args'.
10432
10433         * gmm-utils.el (gmm-error): Describe `args'.
10434         (gmm-tool-bar-zap-list): New widget.
10435         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10436
10437 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10440         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10441         the number of recursive calls.
10442
10443         * mm-decode.el (mm-handle-set-disposition): New macro.
10444         (mm-handle-set-description): New macro.
10445
10446 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10449         encoding.
10450
10451 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * message.el (message-tool-bar-zap-list, message-tool-bar)
10454         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10455         (message-tool-bar-local-item-from-menu): Remove.
10456         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10457         (message-make-tool-bar): New function.
10458         (message-mode): Use `message-make-tool-bar'.
10459
10460         * gmm-utils.el: New file.
10461         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10462         (gmm-lazy): New widget copied from `nnmail.el'.
10463         (gmm-tool-bar-from-list): New function for creating customizable
10464         tool bars.
10465         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10466         output.
10467         (gmm): Add :prefix to defgroup.
10468
10469 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10470
10471         * gmm-utils.el (gmm-widget-p): New function.
10472
10473 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * mml.el (mml-attach-file): Describe `description' in doc string.
10476         (mml-menu): Add Emacs MIME manual and PGG manual.
10477
10478 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10479
10480         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10481
10482 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10483
10484         * nntp.el (nntp-end-of-line): Doc fix.
10485
10486 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10487
10488         * imap.el (imap-open): Handle case where buffer is a buffer
10489         object.
10490
10491 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10492
10493         * gnus-delay.el (gnus-delay): Don't autoload.
10494         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10495         to be re-loaded when customizing the `gnus-delay' group.
10496
10497 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10498
10499         * message.el (message-insert-citation-line): Use newlines.
10500
10501 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10502
10503         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10504         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10505         these routines, so the passphrase can be managed externally and
10506         passed in to the system.
10507         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10508         pgg-add-passphrase-to-cache function.
10509
10510         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10511         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10512         these routines, so the passphrase can be managed externally and
10513         passed in to the system.
10514         (pgg-pgp5-sign-region): Use new name of
10515         pgg-add-passphrase-to-cache function.
10516
10517 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10518
10519         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10520         part of the decoded armor to find the key-identifier.
10521         (pgg-gpg-lookup-key-owner): New function to return the
10522         human-readable identifier of a key owner.
10523         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10524         itself.
10525         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10526         the key value) if we have a key and can match it against a secret
10527         key.  Also, added a note pointing out fact that the prompt only
10528         indicates the first matching key.
10529
10530         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10531         pgg-decrypt-region.
10532         (pgg-add-passphrase-to-cache): Rename from
10533         `pgg-add-passphrase-cache' to reduce confusion (all callers
10534         changed).
10535         (pgg-remove-passphrase-from-cache): Rename from
10536         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10537         changed).
10538         (pgg-read-passphrase, pgg-add-passphrase-cache)
10539         (pgg-remove-passphrase-cache): Add informative docstrings.
10540         (pgg-decrypt): Convey provided passphrase in subordinate call to
10541         pgg-decrypt-region.
10542
10543 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10544
10545         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10546         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10547         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10548         'passphrase' argument, so the passphrase can be managed externally
10549         and then passed in to the system.
10550
10551         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10552         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10553         so the passphrase cache can be used reliably with identifiers
10554         besides a pgp packet's key id.
10555
10556         * pgg-gpg.el (pgg-gpg-encrypt-region)
10557         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10558         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10559         these routines, so the passphrase can be managed externally and
10560         passed in to the system.
10561
10562         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10563         'notruncate' argument, so the passphrase cache can be used
10564         reliably with identifiers besides a pgp packet's key id.
10565
10566 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10567
10568         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10569         symmetric encryption.
10570         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10571         encrypted session key.
10572         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10573         message ask for the passphrase in a proper way.
10574
10575         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10576         New user commands for symmetric encryption.
10577
10578 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10581
10582         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10583
10584 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10585
10586         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10587
10588 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-decode.el (mm-inlined-types): Add application/pgp.
10591         (mm-automatic-display): Ditto.
10592
10593         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10594         part as text.
10595
10596 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * nnrss.el: Update copyright.
10599         (nnrss-opml-import): Query whether to subscribe to each entry.
10600
10601         * gnus-art.el:
10602         * gnus-sum.el:
10603         * gnus-xmas.el:
10604         * messagexmas.el:
10605         * mm-uu.el:
10606         * mm-view.el: Update copyright.
10607
10608 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * message.el (message-info): New function.
10611         (message-mode-menu): Add it.
10612         Update copyright.
10613
10614         * ChangeLog: Fix and update copyright.
10615
10616 2006-01-13  Romain Francoise  <romain@orebokech.com>
10617
10618         * message.el (message-forward-subject-name-subject): Prefer the
10619         address to 'nowhere' if the sender has no name.
10620         Fix typo.  Update copyright year.
10621
10622 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-art.el (article-wash-html): Use
10625         gnus-summary-show-article-charset-alist if a numeric arg is given.
10626         (gnus-article-wash-html-with-w3m-standalone): New function.
10627
10628         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10629         mm-inline-text-html-render-with-w3m-standalone.
10630         (mm-text-html-washer-alist): Map w3m-standalone to
10631         gnus-article-wash-html-with-w3m-standalone.
10632         (mm-inline-text-html-render-with-w3m-standalone): New function.
10633
10634 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10637         Improve LaTeX.
10638
10639 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10642         (nnrss-request-article): Render text/plain parts as HTML.
10643
10644         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10645         the buffer.
10646
10647 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10650         custom definition of `gnus-posting-styles'.
10651
10652         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10653         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10654
10655 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10658         Use nntp for bug archive.
10659
10660 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10663         parts.
10664         (nnrss-normalize-date): New function converts ISO 8601 date into
10665         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10666         (nnrss-check-group): Use it.
10667
10668 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10671
10672         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10673         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10674         (nnrss-insert-w3): Ditto.
10675
10676 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10679         the articles to be forwarded including the case where neither a
10680         number of articles nor a region is specified.
10681
10682 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * nnrss.el (nnrss-request-article): Fix last change; fill
10685         text/plain parts.
10686
10687 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10690         in text/plain part.
10691         (nnrss-check-group): Don't add excessive newline to dc:subject.
10692
10693 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10694
10695         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10696         article.
10697
10698 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10699
10700         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10701         (nnml-use-compressed-files, nnml-save-mail): Support other
10702         comression programs such as bzip2.
10703
10704 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * dns.el (query-dns): Make sure we check the buffer size before
10707         removing tcp headers.
10708
10709 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10712         remove MIME buttons associated with multipart/alternative parts.
10713         (gnus-mime-display-alternative): Tag buttons using `article-type'
10714         text property.
10715
10716         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10717         associated with multipart/alternative parts.
10718
10719         * gnus-art.el (gnus-signature-separator): Fix custom type.
10720
10721         * mm-decode.el (mm-inlined-types): Fix custom type.
10722         (mm-keep-viewer-alive-types): Ditto.
10723         (mm-automatic-display): Ditto.
10724         (mm-attachment-override-types): Ditto.
10725         (mm-inline-override-types): Ditto.
10726         (mm-automatic-external-display): Ditto.
10727
10728 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * spam-report.el (spam-report-user-mail-address)
10731         (spam-report-user-agent): New variables.
10732         (spam-report-url-ping-plain): Use spam-report-user-agent.
10733
10734 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10735
10736         * gnus-art.el (gnus-button-handle-custom): Do not just use
10737         `customize-apropos' for any "M-x customize-*" button but the
10738         function called for.  Accept both the function name and its
10739         argument in order to achieve this.
10740         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10741         function name to `gnus-button-handle-custom' in case of "M-x
10742         customize-*" buttons.
10743
10744 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10747         multipart/alternative and add xref to mm-discouraged-alternatives
10748         in doc string.
10749
10750         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10751         gnus-buttonized-mime-types in doc string.
10752
10753 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10756         Suggest image/.* in the doc string.
10757
10758 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10761         message-marks (Debian bug #342521).
10762
10763 2005-12-12  Simon Josefsson  <jas@extundo.com>
10764
10765         * password.el (password-read-from-cache): Add.
10766         (password-read): Use it.
10767
10768 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10771         us-ascii as a MIME charset.
10772
10773         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10774         against the case where the 2nd arg TYPE is nil.
10775
10776 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * pop3.el (pop3-stream-type): Fix custom version.
10779
10780         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10781
10782 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10783
10784         * mm-decode.el (mm-display-external): Add missing cdr.
10785
10786 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10789         RFC1524) if it is in mailcap or add a suffix according to
10790         mailcap-mime-extensions when generating a temp filename; postpone
10791         deleting a temp file for 2 seconds for some wrappers, shell
10792         scripts, and so on, which might exit right after having started a
10793         viewer command as a background job.
10794
10795 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * nntp.el (nntp-marks-directory): Fix custom group.
10798
10799         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10800         steps when < 10.
10801
10802         * gnus-start.el (gnus-no-server-1): Mention
10803         `gnus-level-default-subscribed' in doc string.
10804
10805 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10806
10807         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10808         parens.
10809
10810 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * gnus-xmas.el (gnus-use-toolbar): Revert.
10813         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10814         gnus-use-toolbar is default.
10815
10816         * messagexmas.el (message-use-toolbar): Revert.
10817         (message-setup-toolbar): Use global default-toolbar if
10818         message-use-toolbar is default.
10819
10820 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10823         according to default-toolbar-visible-p.
10824
10825         * messagexmas.el (message-use-toolbar): Ditto.
10826
10827 2005-11-26  Dave Love  <fx@gnu.org>
10828
10829         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10830         (tls-program, tls-success): Provide openssl alternative.
10831
10832         * starttls.el: Doc fixes.
10833         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10834         SERVICE to PORT.
10835
10836         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10837         port null or service name.
10838         (starttls-negotiate): Autoload.
10839
10840 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * message.el (message-kill-to-signature): Fix interactive spec.
10843
10844 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * pop3.el (pop3-open-server): Recognize a string as a service name.
10847
10848 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10849
10850         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10851
10852 2005-11-23  Dave Love  <fx@gnu.org>
10853
10854         Add pop3s, pop3/starttls.
10855
10856         * pop3.el (pop3-authentication-scheme): Clarify doc.
10857         (open-tls-stream, starttls-open-stream): Autoload.
10858         (pop3-stream-type): New.
10859         (pop3-open-server): Use it.
10860
10861         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10862         for POP.
10863         (mail-source-keyword-map): Add :stream for POP.
10864         (mail-source-fetch-pop): Use pop3-stream-type.
10865
10866 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10869         of current-time-string.
10870
10871 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10872
10873         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10874         date header.
10875
10876 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10877
10878         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10879         it can seriously impact performance as it bypasses the agent's
10880         local caches.
10881
10882 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10883
10884         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10885         must be explicitly online rather than "not explicitly offline" for
10886         its flags to be synchronized.
10887
10888         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10889         that gnus-uu-unmark-thread will function correctly.
10890
10891         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10892         1024K is instead displayed as 1M.
10893
10894 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10897
10898 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10899
10900         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10901
10902 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10903
10904         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10905         error message to display actual error condition.
10906         (gnus-agent-save-local): Avoid saving symbols that are bound to
10907         nil as they simply result in a warning message in
10908         gnus-agent-read-local.
10909
10910 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10913         rather than make-variable-buffer-local for file-precious-flag.
10914
10915 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10916
10917         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10918         for duplicates which are removed.  The invalid sort check then
10919         triggers a rescan after the sort as sorting may have moved
10920         duplicate entries such that they can be cheaply detected.
10921
10922 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10925
10926 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10927
10928         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10929         internal variable to a custom variable.  Changed default value
10930         from compressed(2) to uncompressed(1).
10931         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10932         support for uncompressed agentview files.  Taken together, reading
10933         the agentview file should now be 6-7 times faster.
10934
10935 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10938         as a buffer-local variable.  This avoids creating truncated
10939         dribble files as a result of a hang up, eg.
10940
10941 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10942
10943         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10944         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10945         XEmacs.
10946
10947 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * gnus-start.el (gnus-start-draft-setup): Enforce
10950         `gnus-draft-mode' for nndraft:drafts at startup.
10951
10952         * gnus.el (gnus-splash): Change custom group.
10953         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10954         allow-list argument.
10955
10956         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10957         string.
10958
10959 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * gnus-art.el (gnus-default-article-saver): Add user-defined
10962         `function' to custom type.
10963
10964 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10965
10966         * imap.el (imap-open): Handle case where buffer is a buffer
10967         object.
10968
10969 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10972         long lines.
10973         (gnus-cache-delete-group): Wrap doc strings.
10974
10975         * gnus-agent.el (gnus-agent-rename-group)
10976         (gnus-agent-delete-group): Wrap doc strings.
10977
10978 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * messagexmas.el (message-use-toolbar): Change the valid values
10981         into default, top, bottom, left, and right.
10982         (message-toolbar-thickness): New variable.
10983         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10984         well.
10985         (message-setup-toolbar): Make it work.
10986
10987         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10988         (gnus-use-toolbar): Change the valid values into default, top,
10989         bottom, left, and right.
10990         (gnus-toolbar-thickness): New variable.
10991         (gnus-xmas-setup-toolbar): New function.
10992         (gnus-xmas-setup-group-toolbar): Use it.
10993         (gnus-xmas-setup-summary-toolbar): Use it.
10994
10995 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * gnus-start.el (gnus-1): Add "native" to
10998         gnus-predefined-server-alist.
10999
11000         * gnus.el (gnus-method-to-server): Don't add "native" to the
11001         lists here, because that leads to problems when
11002         gnus-select-method is bound.
11003
11004 2005-11-09  Simon Josefsson  <jas@extundo.com>
11005
11006         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11007         use (not sort-by-date) instead.
11008
11009 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11010
11011         * gnus-delay.el (gnus-delay-group): Don't autoload.
11012         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11013         to be re-loaded when customizing the `gnus-delay' group.
11014
11015 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11016
11017         * message.el: Revert last changes.
11018         (message-insert-citation-line): Use newlines.
11019
11020 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11021
11022         * message.el (message-courtesy-message)
11023         (message-mark-insert-begin, message-mark-insert-end)
11024         (message-elide-ellipsis, message-cancel-message)
11025         (message-add-header, message-change-subject)
11026         (message-cross-post-followup-to-header)
11027         (message-cross-post-insert-note, message-reduce-to-to-cc)
11028         (message-widen-reply, message-delete-not-region)
11029         (message-kill-to-signature, message-insert-signature)
11030         (message-insert-importance-high, message-insert-importance-low)
11031         (message-insert-or-toggle-importance)
11032         (message-insert-disposition-notification-to)
11033         (message-indent-citation, message-yank-original)
11034         (message-cite-original-without-signature, message-cite-original)
11035         (message-insert-citation-line, message-position-on-field)
11036         (message-fix-before-sending, message-send-mail-partially)
11037         (message-send-mail, message-send-mail-with-sendmail)
11038         (message-send-mail-with-qmail, message-send-news)
11039         (message-check-news-header-syntax, message-generate-headers)
11040         (message-insert-courtesy-copy, message-fill-address)
11041         (message-fill-header, message-shorten-references)
11042         (message-setup-1, message-cancel-news)
11043         (message-forward-make-body-plain, message-forward-make-body-mime)
11044         (message-forward-make-body-mml, message-encode-message-body)
11045         (message-forward-make-body-digest-plain)
11046         (message-forward-make-body-digest-mime)
11047         (message-use-alternative-email-as-from): Insert `hard-newline'
11048         instead of ordinary newlines.
11049
11050 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * message.el (message-generate-headers): Downcase the argument
11053         given to message-check-element.
11054
11055 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11056
11057         * nntp.el (nntp-authinfo-rejected): New error condition.
11058         (nntp-wait-for): Use new error condition to signal authentication
11059         error.
11060         (nntp-retrieve-data): Rethrow new error condition to break out of
11061         recursive call to nntp-send-authinfo.
11062
11063 2005-11-08  Romain Francoise  <romain@orebokech.com>
11064
11065         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11066         (gnus-summary-exit-map): Bind to `Z p'.
11067         (gnus-summary-make-menu-bar): Add menu item.
11068
11069 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11072         (gnus-treat-*): Add `first' in all doc strings.
11073
11074         * gnus-group.el (gnus-group-compact-group): Fix typo.
11075
11076 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus.el (gnus-parameters-case-fold-search): New variable.
11079         (gnus-parameters-get-parameter): Use it.
11080
11081         * gnus-score.el (gnus-home-score-file): Doc fix.
11082
11083 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11084
11085         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11086
11087 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * mm-util.el (mm-special-display-p): New function.
11090
11091         * mml.el (mml-preview): Use it; doc fix.
11092
11093 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11094
11095         * imap.el (imap-open): Handle case where buffer is a buffer object.
11096
11097 2005-10-29  Romain Francoise  <romain@orebokech.com>
11098
11099         * message.el (message-fix-before-sending): Fix comment.
11100
11101 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11102
11103         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11104
11105 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11106
11107         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11108         Used in gnus-score.el.
11109
11110 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11113
11114 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11117         whitespace removed in revision 7.8.  Use concatenated string to
11118         protect trailing whitespace.
11119
11120 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11121
11122         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11123         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11124         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11125         Courier IMAP ("some version from 2004").  Mostly based on similar
11126         code in the same function.
11127
11128 2005-10-26  Didier Verna  <didier@xemacs.org>
11129
11130         * gnus-group.el (gnus-group-compact-group): Invalidate original
11131         article buffer.
11132         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11133         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11134         NOV database and in article itself.
11135         Invalidate article backlog.
11136
11137 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11140
11141 2005-10-26  Simon Josefsson  <jas@extundo.com>
11142
11143         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11144         part of 2004-07-25 change.
11145
11146 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * message.el (message-display-completion-list): New function.
11149         (message-expand-group): Use it; make sure the Completions buffer
11150         is modifiable.
11151 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11152
11153         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11154         user-mail-name is an empty string.
11155
11156 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11159         depending on gnus-score-decay-constant.
11160
11161         * encrypt.el (encrypt-insert-file-contents)
11162         (encrypt-write-file-contents): Don't use `gnus-message'.
11163
11164         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11165         arguments.
11166         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11167         arguments to mm-uu-verbatim-marks-extract.
11168         (mm-uu-hide-markers): New variable.
11169         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11170
11171         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11172         (gnus-convert-image-to-face-command): Use "convert" by default to
11173         allow other input image formats.
11174         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11175         accordingly.
11176
11177 2005-10-23  Simon Josefsson  <jas@extundo.com>
11178
11179         * imap.el (imap-gssapi-program): Align command line parameters
11180         with latest GNU SASL.
11181         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11182
11183 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11186         HTML.
11187         (nnslashdot-request-article): Ditto.
11188
11189         * lpath.el (featurep): Add nobreak-char-display.
11190
11191 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11192
11193         * mail-source.el (mail-source-fetch-pop): Require pop3.
11194         (mail-source-check-pop): Ditto.
11195
11196 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11199         errors.
11200
11201 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11204         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11205
11206         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11207
11208         * mm-bodies.el (mm-decode-string): Call
11209         `mm-charset-to-coding-system' with allow-override argument.
11210
11211 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11214         (rfc2047-charset-to-coding-system): New function.
11215         (rfc2047-decode-encoded-words): New function.
11216         (rfc2047-decode-region): Use them.
11217         (rfc2047-decode-cte): Remove.
11218         (rfc2047-parse-and-decode): Remove.
11219         (rfc2047-decode): Remove.
11220
11221 2005-10-15  Kenichi Handa  <handa@m17n.org>
11222
11223         * rfc2047.el (rfc2047-decode-cte): New function.
11224         (rfc2047-decode-region): Change the way to decode successive
11225         encoded-words: decode B- or Q-encoding in each encoded-word,
11226         concatenate them, and decode it as charset.
11227
11228 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * lpath.el: Fbind codepage-setup for XEmacs.
11231
11232 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11233
11234         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11235         widget-move-and-invoke.
11236         (gnus-custom-mode): Use gnus-custom-map.
11237
11238 2005-10-15  Bill Wohler  <wohler@newt.com>
11239
11240         * message.el (message-tool-bar-map): Renamed image file from
11241         mail_send to mail/send.
11242
11243 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11244
11245         * message.el (message-expand-group): Pass the common
11246         prefix substring of completion to `display-completion-list'.
11247
11248 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * mml-sec.el (mml-secure-method): New internal variable.
11251         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11252         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11253         functions using mml-secure-method.
11254
11255         * mml.el (mml-mode-map): Add key bindings for those functions.
11256         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11257         Harder <harder@myrealbox.com>.
11258         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11259         end of message if point is the headers of the message.
11260
11261         * message.el (message-in-body-p): New function.
11262
11263         * assistant.el: Autoload gnus-util and netrc.
11264
11265         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11266         Use `mm-charset-override-alist' only when decoding.
11267
11268         * mm-bodies.el (mm-decode-body): Call
11269         `mm-charset-to-coding-system' with allow-override argument.
11270
11271         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11272         `filename' from Content-Disposition if Content-Type doesn't
11273         provide `name'.
11274         (gnus-mime-view-part-as-type): Set default instead of
11275         initial-input.
11276
11277 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11278
11279         * format-spec.el (format-spec): Propagate text properties of % spec.
11280
11281 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-art.el (gnus-treat-predicate): Add `first'.
11284
11285 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11288         (mm-charset-override-alist): New variable.
11289         (mm-charset-to-coding-system): Use it.
11290         (mm-codepage-setup): New helper function.
11291         (mm-charset-eval-alist): New variable.
11292         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11293         about unknown charsets.
11294
11295         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11296
11297 2005-10-04  David Hansen  <david.hansen@gmx.net>
11298
11299         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11300         (nnrss-check-group): Ditto.
11301
11302 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11305         Rename x-gnus-verbatim to x-verbatim.
11306         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11307
11308         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11309         x-verbatim.
11310
11311         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11312
11313         * gnus-util.el (gnus-remove-duplicates): Remove.
11314
11315         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11316         instead of gnus-remove-duplicates.
11317
11318         * message.el (message-remove-duplicates): Remove.
11319         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11320         message-remove-duplicates.
11321
11322         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11323         available, else use implementation from `delete-dups'.
11324
11325         * message.el (message-insert-expires): New function.
11326         (message-mode-map): Add key binding.
11327         (message-mode-field-menu): Add menu entry.
11328         (message-mode): Document it.
11329         (message-make-expires-date): Use `message-make-date'.
11330
11331 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11332
11333         * message.el (message-make-expires-date): New function.
11334
11335 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * Makefile.in (list-installed-shadows): New entry.
11338         (install): Use it.
11339         (remove-installed-shadows): New entry.
11340
11341         * dgnushack.el (dgnushack-default-load-path): New variable.
11342         (dgnushack-find-lisp-shadows): New function.
11343         (dgnushack-remove-lisp-shadows): New function.
11344
11345 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * Makefile.in (install-el-elc): New entry.
11348         (install): Use it so that .el files are necessarily installed.
11349
11350 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11353
11354 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11355
11356         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11357         function rather than the diff-mode.el package.
11358         (mm-display-external): Use with-current-buffer.
11359         (mm-viewer-completion-map, mm-viewer-completion-map):
11360         Move initialization inside declaration.
11361
11362 2005-09-29  Simon Josefsson  <jas@extundo.com>
11363
11364         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11365         autoload mail-check-payment.
11366         (spam-check-hashcash): Define unconditionally, since hashcash.el
11367         is part of Gnus now.  Ignore errors from payment checking.
11368
11369 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * message.el (message-bold-region, message-unbold-region): Rename
11372         from `bold-region' and `unbold-region'.
11373
11374         * message.el: Remove useless autoloads.
11375
11376 2005-09-28  Simon Josefsson  <jas@extundo.com>
11377
11378         * message.el (message-use-idna): Default to t.
11379         (message-use-idna): Test whether encoding works too.  Doc fix.
11380
11381 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * nntp.el (nntp-warn-about-losing-connection): Remove.
11384
11385 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11388         customizable.  Change default value.
11389         (mm-uu-diff-groups-regexp): Change default value.
11390         (mm-uu-type-alist): Add doc string.
11391         (mm-uu-configure): Add doc string.  Make it interactive.
11392         (mm-uu-tex-groups-regexp): New variable.
11393         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11394         (mm-uu-type-alist): Add LaTeX documents.
11395         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11396         of "text/verbatim".
11397         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11398
11399         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11400         instead of "text/verbatim".
11401
11402         * message.el (message-mark-inserted-region)
11403         (message-mark-insert-file): Use slrn style marks when called with
11404         prefix argument.
11405
11406 2005-09-27  Simon Josefsson  <jas@extundo.com>
11407
11408         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11409
11410 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11411
11412         * message.el (message-remove-duplicates): New function.
11413         Implementation borrowed from `gnus-remove-duplicates'.
11414         (message-idna-to-ascii-rhs): Also encode idna addresses in
11415         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11416         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11417         only ask about the same idna domain once per header and also tell
11418         in what header to replace the idna domain.
11419
11420         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11421         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11422         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11423         a header is decoded and not just the last one.
11424
11425 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11428         has been decoded.
11429
11430         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11431         (mm-insert-part): Don't modify text if it has been decoded.
11432
11433         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11434         decoded.
11435
11436         * mm-view.el (mm-inline-text): Don't strip text props unless
11437         decoding enriched or richtext parts.
11438
11439 2005-09-25  Romain Francoise  <romain@orebokech.com>
11440
11441         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11442         * gnus-start.el (gnus-subscribe-interactively):
11443         * gnus-uu.el (gnus-uu-grab-articles):
11444         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11445         space.
11446
11447 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11448
11449         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11450         * mm-view.el (mm-view-pkcs7-decrypt):
11451         * gnus-sum.el (gnus-summary-limit-to-extra)
11452         (gnus-summary-respool-article, gnus-read-move-group-name):
11453         * gnus-score.el (gnus-summary-increase-score):
11454         * gnus-util.el (gnus-completing-read-with-default):
11455         * gnus-art.el (gnus-read-save-file-name)
11456         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11457         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11458         * message.el (message-check-news-header-syntax):
11459         Follow convention for reading with the minibuffer.
11460
11461 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * spam-report.el (spam-report-url-ping-plain):
11464         Use gnus-extended-version as User-Agent.
11465
11466         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11467         default value is nil.
11468
11469         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11470         (mm-uu-verbatim-marks-extract): New function.
11471         (mm-uu-extract): New face.
11472         (mm-uu-copy-to-buffer): Use it.
11473
11474         * spam-report.el (spam-report-gmane-ham): Renamed from
11475         `spam-report-gmane-unspam'.
11476         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11477         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11478
11479         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11480         Autoload.
11481         (spam-report-gmane-unregister-routine): Renamed
11482         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11483
11484 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11485
11486         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11487         (spam-report-gmane-unregister-routine): Add support for gmane
11488         unregistration.
11489
11490         * spam-report.el (spam-report-gmane-unspam)
11491         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11492         (spam-report-gmane): Change to take a single article and do unspam
11493         registration.
11494
11495 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * mm-url.el (mm-url-decode-entities): Fix regexp.
11498
11499 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500
11501         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11502         default to nil, to be able to use Gnus at all.  If the default
11503         switches to something else, then the function should be fixed not
11504         be exceedingly slow.
11505
11506 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11507
11508         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11509         fail hard.
11510
11511         * spam-report.el: Add better Keywords line.
11512
11513         * spam.el: Add Maintainer and better Keywords line.
11514
11515 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * gnus-art.el (gnus-article-replace-part)
11518         (gnus-mime-replace-part): New functions.
11519         (gnus-mime-action-alist, gnus-mime-button-commands)
11520         (gnus-mime-save-part-and-strip): Added file argument.
11521         (gnus-article-part-wrapper): Added interactive argument.
11522
11523         * gnus-sum.el (gnus-summary-mime-map): Add
11524         `gnus-article-replace-part'.
11525
11526 2005-09-19  Didier Verna  <didier@xemacs.org>
11527
11528         The nnml compaction feature:
11529         * nnml.el (nnml-request-compact-group): New function.
11530         * nnml.el (nnml-request-compact): New function.
11531         * gnus-int.el (gnus-request-compact-group): New function.
11532         * gnus-int.el (gnus-request-compact): New function.
11533         * gnus-group.el (gnus-group-compact-group): New function.
11534         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11535         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11536         * gnus-srvr.el (gnus-server-compact-server): New function.
11537         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11538         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11539
11540 2005-09-18  Deepak Goel  <deego@gnufans.org>
11541
11542         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11543         format spec.
11544
11545 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11548
11549 2005-09-15  Romain Francoise  <romain@orebokech.com>
11550
11551         * message.el (message-fill-paragraph): Clarify docstring.
11552
11553 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-art.el (gnus-mime-display-part): Protect against broken
11556         MIME messages.
11557
11558 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11561         before parsing header.
11562
11563 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11564
11565         * html2text.el (html2text-replace-list): Add new entities.
11566
11567 2005-09-11  Romain Francoise  <romain@orebokech.com>
11568
11569         * message.el (message-alternative-emails): Improve docstring.
11570         (message-setup-1): Call `message-use-alternative-email-as-from'
11571         after `message-setup-hook' to give it precedence over posting
11572         styles, etc.
11573         (message-use-alternative-email-as-from): Add docstring.  Remove
11574         the original From header if present.
11575
11576         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11577         (nnml-save-mail): Use it.
11578
11579         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11580         articles.  Add new argument `silent'.
11581         (gnus-uu-mark-all): Report the total number of marked articles.
11582
11583 2005-09-10  Romain Francoise  <romain@orebokech.com>
11584
11585         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11586         (gnus-uu-mark-series): Likewise.
11587
11588 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * spam-report.el (spam-report-gmane): Fix generation of spam
11591         report URL.
11592
11593 2005-09-10  Simon Josefsson  <jas@extundo.com>
11594
11595         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11596         t, based on discussion on the ding list with Robert Epprecht
11597         <epprecht@solnet.ch>.
11598
11599 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * spam-report.el (spam-report-gmane): Make it work without
11602         X-Report-Spam header.  Gmane now only provides Archived-At.
11603         This is only used if `spam-report-gmane-use-article-number' is nil.
11604         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11605
11606         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11607         make `gnus-summary-sort-by-recipient' work with threading.
11608
11609         * nnweb.el (nnweb-google-wash-article): Print a message if article
11610         is not available.
11611
11612 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11613
11614         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11615         change.  Decode text/* parts content before displaying.
11616
11617 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11620
11621 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11624
11625         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11626         url-package-name, url-package-version,
11627         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11628         w3m-display-inline-images, and w3m-minor-mode-map.
11629
11630 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * message.el (message-tab-body-function): Fix mismatched custom type.
11633
11634         * gnus.el (gnus-group-change-level-function): Ditto.
11635
11636         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11637
11638         * gnus-art.el (gnus-signature-limit)
11639         (gnus-article-mime-part-function): Ditto.
11640
11641 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mml.el (mml-mode): Silence the byte compiler.
11644
11645         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11646         using `(sit-for 0)' before moving the point to the specified part;
11647         skip unbuttonized parts.
11648         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11649         return to the summary window if gnus-auto-select-part is non-nil.
11650
11651 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11654         variables.
11655         (mml-dnd-attach-file, mml-mode): Use them.
11656
11657         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11658         Make fetching article by MID work again for Google Groups.  Added
11659         FIXME concerning gnus-group-make-web-group.
11660
11661         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11662         Don't depend on Gnus by using mail-extract-address-components if
11663         gnus-extract-address-components is not bound.
11664
11665 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * gnus-art.el (gnus-mime-display-security): Don't display the
11668         signature, but only the signed part.
11669
11670 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11673
11674         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11675         list, not listp.
11676
11677 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11678
11679         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11680         when encoding.
11681
11682         * mm-bodies.el (mm-decode-content-transfer-encoding):
11683         De-canonicalize CRLF for all text content types, not just
11684         text/plain.
11685
11686 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11689         valid article; point arrow and cursor at the MIME button.
11690
11691 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11694         Suggested by Dan Christensen <jdc@uwo.ca>.
11695
11696         * mm-decode.el (mm-save-part): Enable change of prompt.
11697
11698 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11699
11700         * gnus-msg.el (gnus-inews-add-send-actions): Made
11701         `message-post-method' lambda parameter ARG `&optional'.
11702
11703 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-sum.el (gnus-summary-mime-map): Added
11706         gnus-article-save-part-and-strip, gnus-article-delete-part and
11707         gnus-article-jump-to-part.
11708
11709         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11710         (gnus-article-edit-part): Use it.
11711         (gnus-article-part-wrapper): Added no-handle argument.
11712         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11713         functions.
11714
11715 2005-08-29  Romain Francoise  <romain@orebokech.com>
11716
11717         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11718         docstring.
11719         (gnus-face-from-file): Likewise.
11720
11721 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11724         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11725         non-nil.
11726         (gnus-auto-select-part): New variable.
11727         (gnus-article-jump-to-part): New function.
11728         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11729         (gnus-mime-delete-part): Allow selecting specified part after
11730         deleting or stripping parts.
11731         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11732         part if argument is bogus.
11733
11734 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11735
11736         * gnus-art.el (w3m-minor-mode-map):
11737         * gnus-spec.el (gnus-newsrc-file-version):
11738         * gnus-util.el (nnmail-active-file-coding-system)
11739         (gnus-original-article-buffer, gnus-user-agent):
11740         * gnus.el (gnus-ham-process-destinations)
11741         (gnus-parameter-ham-marks-alist)
11742         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11743         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11744         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11745         * mm-decode.el (gnus-current-window-configuration):
11746         * mm-extern.el (gnus-article-mime-handles):
11747         * mm-url.el (url-current-object, url-package-name)
11748         (url-package-version):
11749         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11750         (smime-keys, w3m-cid-retrieve-function-alist)
11751         (w3m-current-buffer, w3m-display-inline-images)
11752         (w3m-minor-mode-map):
11753         * mml-smime.el (gnus-extract-address-components):
11754         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11755         (gnus-newsrc-hashtb, message-default-charset)
11756         (message-deletable-headers, message-options)
11757         (message-posting-charset, message-required-mail-headers)
11758         (message-required-news-headers):
11759         * mml1991.el (mc-pgp-always-sign):
11760         * mml2015.el (mc-pgp-always-sign):
11761         * nnheader.el (nnmail-extra-headers):
11762         * rfc1843.el (gnus-decode-encoded-word-function)
11763         (gnus-decode-header-function, gnus-newsgroup-name):
11764         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11765
11766 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11767
11768         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11769         the end of the date treatments.
11770
11771 2005-08-15  Simon Josefsson  <jas@extundo.com>
11772
11773         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11774         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11775         Capello and Romain Francoise.
11776         (pgg-fetch-key-function): Removed, not used?
11777         (pgg-insert-url-with-w3): Require url, to get
11778         url-insert-file-contents regardless of where it is defined.
11779
11780 2005-08-13  Romain Francoise  <romain@orebokech.com>
11781
11782         * message.el (message-cite-original-1): New function.
11783         (message-cite-original): Use it.
11784         (message-cite-original-without-signature): Ditto.
11785
11786 2005-08-08  Romain Francoise  <romain@orebokech.com>
11787
11788         * message.el (message-yank-empty-prefix): New variable.
11789         (message-indent-citation): Use it.
11790         (message-cite-original-without-signature): Respect X-No-Archive.
11791
11792 2005-08-08  Simon Josefsson  <jas@extundo.com>
11793
11794         * pgg.el: Autoload url-insert-file-contents instead of loading
11795         w3/url.
11796         (pgg-insert-url-with-w3): Don't load url here.
11797
11798 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11799
11800         * message.el (message-kill-to-signature): Don't insert newline at
11801         bol.
11802         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11803
11804 2005-08-06  Romain Francoise  <romain@orebokech.com>
11805
11806         * message.el (message-user-fqdn): Fix typo in docstring.
11807
11808 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11809
11810         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11811
11812         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11813
11814 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * mm-bodies.el (mm-encode-body): Use coding system rather than
11817         charset to encode text.
11818
11819         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11820         number of charsets if utf-8 is available (XEmacs).
11821
11822 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11825         taken from `gnus-button-mid-or-mail-regexp'.
11826         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11827         (gnus-button-alist): Improve regexp for domain part of the MIDs
11828         for news:localpart@domain buttons.
11829         (gnus-button-ctan-directory-regexp): Update.
11830
11831 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * sieve-manage.el (sieve-manage-interactive-login): Use
11834         make-local-variable rather than make-variable-buffer-local.
11835         (sieve-manage-open): Ditto.
11836         (sieve-manage-authenticate): Ditto.
11837
11838         * mml.el (mml-generate-mime-1): Make the content type default to
11839         text/plain if the filename is not specified.
11840
11841 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11844         instead of insert-buffer.
11845
11846         * message.el (message-yank-original): Ditto; set the mark at the
11847         end of the yanked message.
11848
11849 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11852         lines to scroll rather than to stop it.
11853
11854         * mml.el (mml-generate-default-type): Add doc string.
11855         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11856         default to application/octet-stream when determining the content
11857         type if it is not specified for the part or the mml contents; add
11858         a comment about mml-generate-default-type.
11859
11860 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11863         make it default to application/octet-stream when determining the
11864         content type if it is not specified for the external contents.
11865
11866 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11869         segmented parameter but also other parameters might be there.
11870
11871 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * mm-decode.el (mm-display-external): Delete temp file, directory
11874         and buffer immediately if the external process is exited.
11875
11876 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11879         fewer lines than that of scroll-margin.
11880         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11881
11882 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-art.el (gnus-article-next-page): Revert.
11885         (gnus-article-beginning-of-window): New macro.
11886         (gnus-article-next-page-1): Use it.
11887         (gnus-article-prev-page): Ditto.
11888         (gnus-article-edit-part): Use insert-buffer-substring instead of
11889         insert-buffer.
11890         (gnus-article-edit-exit): Ditto.
11891
11892         * gnus-util.el (gnus-beginning-of-window): Remove.
11893         (gnus-end-of-window): Remove.
11894
11895         * lpath.el: Don't bind header-line-format and scroll-margin.
11896
11897 2005-07-25  Simon Josefsson  <jas@extundo.com>
11898
11899         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11900         to have the url package without w3.  Reported by Daiki Ueno
11901         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11902
11903 2005-07-20  Didier Verna  <didier@xemacs.org>
11904
11905         * gnus-diary.el: Remove the description comment (nndiary is now
11906         properly documented in the Gnus manual).
11907         Fix the spelling of "Back End".
11908         * nndiary.el: Ditto.
11909         Fix the copyright notice.
11910
11911 2005-07-18  Romain Francoise  <romain@orebokech.com>
11912
11913         * gnus-sum.el (gnus-summary-to-prefix)
11914         (gnus-summary-newsgroup-prefix): New variables.
11915         (gnus-summary-from-or-to-or-newsgroups): Use them.
11916
11917 2005-07-17  Romain Francoise  <romain@orebokech.com>
11918
11919         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11920         space as it's generally not especially interesting to the user.
11921
11922 2005-07-16  Romain Francoise  <romain@orebokech.com>
11923
11924         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11925         nil to avoid prompting and file modification if one of the
11926         messages at the top of the nnfolder file contains a copyright
11927         notice.
11928         Update copyright notice.
11929
11930         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11931         instead of `current-time-string' as the latter creates a time
11932         string that is not RFC 2822 compliant (it lacks the zone).
11933         Update copyright notice.
11934
11935 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11936
11937         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11938         for text/rtf.  Display default in prompt.  Pass default for M-n.
11939
11940         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11941
11942 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11943
11944         * gnus-msg.el (gnus-button-mailto): Remove
11945         save-selected-window-window hackery because it relies on
11946         save-selected-window internals.
11947
11948 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11951         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11952         (gnus-article-prev-page): Ditto.
11953
11954         * gnus-util.el (gnus-beginning-of-window): New function.
11955         (gnus-end-of-window): New function.
11956
11957         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11958
11959 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11960
11961         * gnus-score.el (gnus-score-edit-all-score): Set
11962         gnus-score-edit-exit-function to gnus-score-edit-done and call
11963         gnus-message.
11964
11965 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11966
11967         * gnus-msg.el (gnus-button-mailto): Remove
11968         save-selected-window-window hackery because it relies on
11969         save-selected-window internals.
11970
11971 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11974         add-minor-mode.
11975         (gnus-binary-mode): Ditto.
11976
11977         * gnus-topic.el (gnus-topic-mode): Ditto.
11978
11979 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11980
11981         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11982         (gnus-article-prev-page): Take scroll-margin into consideration.
11983
11984 2005-07-04  Lute Kamstra  <lute@gnu.org>
11985
11986         Update FSF's address in GPL notices.
11987
11988 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11989
11990         * gnus.el (gnus-exit):
11991         * gnus-group.el (gnus-group-icons):
11992         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11993
11994         * gnus-nocem.el (gnus-nocem):
11995         * message.el (message-various, message-buffers, message-sending)
11996         (message-interface, message-forwarding, message-insertion)
11997         (message-headers, message-news, message-mail):
11998         * pgg-gpg.el (pgg-gpg):
11999         * pgg-parse.el (pgg-parse):
12000         * pgg-pgp.el (pgg-pgp):
12001         * pgg-pgp5.el (pgg-pgp5):
12002         * pop3.el (pop3): Finish `defgroup' description with period.
12003
12004 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * gnus-art.el (article-display-face): Improve the efficiency.
12007         (article-display-x-face): Ditto; remove grey x-face stuff.
12008
12009 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gnus-art.el (article-display-face): Correct the position in
12012         which Faces are inserted.
12013
12014 2005-06-29  Didier Verna  <didier@xemacs.org>
12015
12016         * gnus-art.el (article-display-face): Display faces in correct
12017         order.
12018
12019 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12022         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12023         (gnus-nocem-check-article): Fetch the Type header.
12024         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12025         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12026         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12027         make sure gnus-nocem-hashtb is initialized.
12028         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12029         (gnus-nocem-unwanted-article-p): Ditto.
12030
12031         * pgg.el (pgg-verify): Return the verification result.
12032
12033 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034
12035         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12036         is ascii.
12037
12038 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12039
12040         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12041         `show-nonbreak-escape'.
12042
12043 2005-06-23  Lute Kamstra  <lute@gnu.org>
12044
12045         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12046
12047         * dig.el (dig-mode):
12048         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12049
12050 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12051
12052         * nnimap.el (nnimap-split-download-body): Fix spellings.
12053
12054 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12055
12056         * gnus-art.el (gnus-article-encrypt-body):
12057         * gnus-cus.el (gnus-score-customize):
12058         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12059         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12060
12061 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12062
12063         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12064         header by looking for magic "MII" at the beginnig.
12065
12066 2005-06-16  Miles Bader  <miles@gnu.org>
12067
12068         * gnus-xmas.el (gnus-xmas-group-startup-message):
12069         Use renamed gnus-splash face.
12070
12071         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12072         (assistant-field-face): New backward-compatibility alias for renamed
12073         face.
12074         (assistant-render-text): Use renamed assistant-field face.
12075
12076         * spam.el (spam): Remove "-face" suffix from face name.
12077         (spam-face): New backward-compatibility alias for renamed face.
12078         (spam-face, spam-initialize): Use renamed spam face.
12079
12080         * message.el (message-header-to, message-header-cc)
12081         (message-header-subject, message-header-newsgroups)
12082         (message-header-other, message-header-name)
12083         (message-header-xheader, message-separator, message-cited-text)
12084         (message-mml): Remove "-face" suffix from face names.
12085         (message-header-to-face, message-header-cc-face)
12086         (message-header-subject-face, message-header-newsgroups-face)
12087         (message-header-other-face, message-header-name-face)
12088         (message-header-xheader-face, message-separator-face)
12089         (message-cited-text-face, message-mml-face):
12090         New backward-compatibility aliases for renamed faces.
12091         (message-font-lock-keywords): Use renamed message faces.
12092
12093         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12094         (sieve-test-commands, sieve-tagged-arguments):
12095         Remove "-face" suffix from face names.
12096         (sieve-control-commands-face, sieve-action-commands-face)
12097         (sieve-test-commands-face, sieve-tagged-arguments-face):
12098         New backward-compatibility aliases for renamed faces.
12099         (sieve-control-commands-face, sieve-action-commands-face)
12100         (sieve-test-commands-face, sieve-tagged-arguments-face):
12101         Use renamed sieve faces.
12102
12103         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12104         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12105         (gnus-group-news-3-empty, gnus-group-news-4)
12106         (gnus-group-news-4-empty, gnus-group-news-5)
12107         (gnus-group-news-5-empty, gnus-group-news-6)
12108         (gnus-group-news-6-empty, gnus-group-news-low)
12109         (gnus-group-news-low-empty, gnus-group-mail-1)
12110         (gnus-group-mail-1-empty, gnus-group-mail-2)
12111         (gnus-group-mail-2-empty, gnus-group-mail-3)
12112         (gnus-group-mail-3-empty, gnus-group-mail-low)
12113         (gnus-group-mail-low-empty, gnus-summary-selected)
12114         (gnus-summary-cancelled, gnus-summary-high-ticked)
12115         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12116         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12117         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12118         (gnus-summary-low-undownloaded)
12119         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12120         (gnus-summary-low-unread, gnus-summary-normal-unread)
12121         (gnus-summary-high-read, gnus-summary-low-read)
12122         (gnus-summary-normal-read, gnus-splash):
12123         Remove "-face" suffix from face names.
12124         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12125         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12126         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12127         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12128         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12129         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12130         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12131         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12132         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12133         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12134         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12135         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12136         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12137         (gnus-summary-normal-ticked-face)
12138         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12139         (gnus-summary-normal-ancient-face)
12140         (gnus-summary-high-undownloaded-face)
12141         (gnus-summary-low-undownloaded-face)
12142         (gnus-summary-normal-undownloaded-face)
12143         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12144         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12145         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12146         (gnus-splash-face):
12147         New backward-compatibility aliases for renamed faces.
12148         (gnus-group-startup-message): Use renamed gnus faces.
12149
12150         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12151         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12152         (gnus-server-agent): Remove "-face" suffix from face names.
12153         (gnus-server-agent-face, gnus-server-opened-face)
12154         (gnus-server-closed-face, gnus-server-denied-face)
12155         (gnus-server-offline-face):
12156         New backward-compatibility aliases for renamed faces.
12157         (gnus-server-agent-face, gnus-server-opened-face)
12158         (gnus-server-closed-face, gnus-server-denied-face)
12159         (gnus-server-offline-face): Use renamed gnus faces.
12160
12161         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12162         Remove "-face" suffix from face names.
12163         (gnus-picon-xbm-face, gnus-picon-face):
12164         New backward-compatibility aliases for renamed faces.
12165
12166         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12167         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12168         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12169         (gnus-cite-11): Remove "-face" suffix from face names.
12170         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12171         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12172         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12173         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12174         New backward-compatibility aliases for renamed faces.
12175         (gnus-cite-attribution-face, gnus-cite-face-list)
12176         (gnus-article-boring-faces): Use renamed gnus faces.
12177
12178         * gnus-art.el (gnus-signature, gnus-header-from)
12179         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12180         (gnus-header-content): Remove "-face" suffix from face names.
12181         (gnus-signature-face, gnus-header-from-face)
12182         (gnus-header-subject-face, gnus-header-newsgroups-face)
12183         (gnus-header-name-face, gnus-header-content-face):
12184         New backward-compatibility aliases for renamed faces.
12185         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12186
12187         * gnus-sum.el (gnus-summary-selected-face)
12188         (gnus-summary-highlight): Use renamed gnus faces.
12189         * gnus-group.el (gnus-group-highlight): Likewise.
12190
12191 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12192
12193         * gnus-sieve.el (gnus-sieve-article-add-rule):
12194         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12195         * spam-stat.el (spam-stat-buffer-change-to-spam)
12196         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12197
12198         * message.el (message-is-yours-p):
12199         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12200
12201 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * mm-view.el (mm-inline-text): Withdraw the last change.
12204
12205 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12206
12207         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12208         executing enriched-decode.
12209
12210 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12213         charset of tar files.
12214
12215 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12216
12217         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12218
12219 2005-06-04  Lute Kamstra  <lute@gnu.org>
12220
12221         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12222         information is never recorded.
12223
12224 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12225
12226         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12227
12228 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * pop3.el (pop3-apop): Run md5 in the binary mode.
12231
12232         * starttls.el (starttls-set-process-query-on-exit-flag):
12233         Use eval-and-compile.
12234
12235 2005-05-31  Simon Josefsson  <jas@extundo.com>
12236
12237         * smime.el (smime-replace-in-string): Define.
12238         (smime-cert-by-ldap-1): Use it.
12239
12240 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (article-display-x-face): Replace
12243         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12244
12245         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12246         set-process-query-on-exit-flag or process-kill-without-query.
12247
12248         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12249         loop instead of replace-regexp.
12250
12251         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12252         instead of process-kill-without-query if it is available.
12253
12254         * lpath.el: Fbind ldap-search-entries.
12255
12256         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12257         instead of find-file-hooks if it is available.
12258
12259         * mml1991.el: Bind pgg-default-user-id when compiling.
12260
12261         * mml2015.el: Bind pgg-default-user-id when compiling.
12262
12263         * nndraft.el (nndraft-request-associate-buffer):
12264         Use write-contents-functions instead of write-contents-hooks if it is
12265         available.
12266
12267         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12268         instead of find-file-hooks if it is available.
12269
12270         * nntp.el (nntp-open-connection): Replace
12271         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12272         (nntp-open-ssl-stream): Ditto.
12273         (nntp-open-tls-stream): Ditto.
12274
12275         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12276         set-process-query-on-exit-flag or process-kill-without-query.
12277         (starttls-open-stream-gnutls): Use it instead of
12278         process-kill-without-query.
12279         (starttls-open-stream): Ditto.
12280
12281 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12282
12283         * smime.el (smime-cert-by-ldap-1): Don't use
12284         replace-regexp-in-string.
12285
12286 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12287
12288         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12289
12290         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12291         in PEM format.  Adjust to the XEmacs compability.
12292
12293 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12296         by `string-to-number'.
12297         * gnus-agent.el (gnus-agent-regenerate-group)
12298         (gnus-agent-fetch-articles): Ditto.
12299         * gnus-art.el (gnus-button-fetch-group): Ditto.
12300         * gnus-cache.el (gnus-cache-generate-active)
12301         (gnus-cache-articles-in-group): Ditto.
12302         * gnus-group.el (gnus-group-set-current-level)
12303         (gnus-group-insert-group-line): Ditto.
12304         * gnus-score.el (gnus-score-set-expunge-below)
12305         (gnus-score-set-mark-below, gnus-summary-score-effect)
12306         (gnus-summary-score-entry): Ditto.
12307         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12308         (gnus-soup-pack): Ditto.
12309         * gnus-spec.el (gnus-xmas-format): Ditto.
12310         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12311         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12312         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12313         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12314         * nndb.el (nndb-get-remote-expire-response): Ditto.
12315         * nndiary.el (nndiary-parse-schedule-value)
12316         (nndiary-string-to-number, nndiary-request-replace-article)
12317         (nndiary-request-article): Ditto.
12318         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12319         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12320         * nneething.el (nneething-make-head): Ditto.
12321         * nnfolder.el (nnfolder-request-article)
12322         (nnfolder-retrieve-headers): Ditto.
12323         * nnheader.el (nnheader-file-to-number): Ditto.
12324         * nnkiboze.el (nnkiboze-request-article): Ditto.
12325         * nnmail.el (nnmail-process-unix-mail-format)
12326         (nnmail-process-babyl-mail-format): Ditto.
12327         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12328         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12329         (nnmh-request-create-group, nnmh-request-list-1)
12330         (nnmh-request-group, nnmh-request-article): Ditto.
12331         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12332         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12333         * nnsoup.el (nnsoup-make-active): Ditto.
12334         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12335         * nntp.el (nntp-find-group-and-number)
12336         (nntp-retrieve-headers-with-xover): Ditto.
12337         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12338         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12339         (pgg-format-key-identifier): Ditto.
12340         * pop3.el (pop3-last, pop3-stat): Ditto.
12341         * qp.el (quoted-printable-decode-region): Ditto.
12342
12343         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12344         of concat.
12345
12346 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12349
12350         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12351
12352         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12353
12354         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12355
12356         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12357
12358         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12359
12360         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12361         (gnus-carpal-mode): Ditto.
12362
12363         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12364         (gnus-browse-mode): Ditto.
12365
12366         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12367
12368         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12369
12370 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12371
12372         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12373
12374 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-util.el (gnus-run-mode-hooks): New function.
12377
12378         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12379
12380         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12381         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12382
12383 2005-05-27  Lute Kamstra  <lute@gnu.org>
12384
12385         * dns-mode.el (dns-mode): Specify customization group.
12386
12387 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12388
12389         * gnus-agent.el (gnus-agent-make-mode-line-string):
12390         Use mode-line-highlight as mouse-face.
12391
12392 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * canlock.el (canlock): Change the parent group to news.
12395
12396         * deuglify.el (gnus-outlook-deuglify): Add :group.
12397
12398         * dig.el (dig): Add :group.
12399
12400         * dns-mode.el (dns-mode): Add :group.
12401
12402         * encrypt.el (encrypt): Add :group.
12403
12404         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12405         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12406         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12407         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12408         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12409
12410         * gnus-diary.el (gnus-diary): Add :group.
12411
12412         * gnus.el (gnus-group-news-1-face): Add :group.
12413         (gnus-group-news-1-empty-face): Ditto.
12414         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12415         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12416         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12417         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12418         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12419         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12420         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12421         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12422         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12423         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12424         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12425         (gnus-summary-high-ticked-face): Ditto.
12426         (gnus-summary-low-ticked-face): Ditto.
12427         (gnus-summary-normal-ticked-face): Ditto.
12428         (gnus-summary-high-ancient-face): Ditto.
12429         (gnus-summary-low-ancient-face): Ditto.
12430         (gnus-summary-normal-ancient-face): Ditto.
12431         (gnus-summary-high-undownloaded-face): Ditto.
12432         (gnus-summary-low-undownloaded-face): Ditto.
12433         (gnus-summary-normal-undownloaded-face): Ditto.
12434         (gnus-summary-high-unread-face): Ditto.
12435         (gnus-summary-low-unread-face): Ditto.
12436         (gnus-summary-normal-unread-face): Ditto.
12437         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12438         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12439
12440         * hashcash.el (hashcash): New custom group.
12441         (hashcash-default-payment): Add :group.
12442         (hashcash-payment-alist): Ditto.
12443         (hashcash-default-accept-payment): Ditto.
12444         (hashcash-accept-resources): Ditto.
12445         (hashcash-path): Ditto.
12446         (hashcash-extra-generate-parameters): Ditto.
12447         (hashcash-double-spend-database): Ditto.
12448         (hashcash-in-news): Ditto.
12449
12450         * message.el (message-minibuffer-local-map): Add :group.
12451
12452         * netrc.el (netrc): Add :group.
12453
12454         * sieve-manage.el (sieve-manage-log): Add :group.
12455         (sieve-manage-default-user): Diito.
12456         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12457         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12458         (sieve-manage-authenticators): Ditto.
12459         (sieve-manage-authenticator-alist): Ditto.
12460         (sieve-manage-default-port): Ditto.
12461
12462         * sieve-mode.el (sieve-control-commands-face): Add :group.
12463         (sieve-action-commands-face): Ditto.
12464         (sieve-test-commands-face): Ditto.
12465         (sieve-tagged-arguments-face): Ditto.
12466
12467         * smime.el (smime): Add :group.
12468
12469         * spam-report.el (spam-report): Add :group.
12470
12471         * spam.el (spam, spam-face): Add :group.
12472
12473 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12474
12475         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12476         return \n.\n.\n at the end of articles.  Protect against that.
12477         (nntp-with-open-group): Allow debugging.
12478
12479         * nnheader.el (mail-header-set-extra): Make into a function
12480         because I just could't understand how to quote the list properly.
12481
12482         * dns.el (query-dns-cached): New function.
12483
12484 2005-05-26  Lute Kamstra  <lute@gnu.org>
12485
12486         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12487
12488 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12491
12492         * gnus-art.el: Don't autoload mail-extract-address-components.
12493
12494         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12495         eval-and-compile to evaluate it.
12496
12497         * hashcash.el: Don't autoload executable-find.
12498
12499         * nndb.el: Don't declare the nndb back end two or more times; don't
12500         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12501
12502         * nntp.el: Autoload format-spec instead of format; use
12503         eval-and-compile to evaluate autoload forms.
12504
12505 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12506
12507         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12508
12509 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * gnus.el (gnus-version-number): Bump version.
12512
12513 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12514
12515         * gnus.el: No Gnus v0.3 is released.
12516
12517 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12518
12519         * lpath.el (featurep): Bind show-nonbreak-escape.
12520
12521 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-art.el (gnus-article-edit-part): Disable undo.
12524
12525 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12528         gnus-article-date-lapsed-new-header is t if date timer is active;
12529         skip headers in which the original date value is empty.
12530         (gnus-article-save-original-date): Redefine it as a macro.
12531         (gnus-display-mime): Use it.
12532
12533 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-art.el (article-date-ut): Support converting date in
12536         forwarded parts as well.
12537         (gnus-article-save-original-date): New function.
12538         (gnus-display-mime): Use it.
12539
12540 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12541
12542         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12543         enclosure element of <item>.
12544
12545 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * message.el (message-kill-buffer-query): Renamed from
12548         `message-kill-buffer-query-if-modified'.  Added :version.
12549
12550 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12553         window layout.
12554
12555 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * mml.el: Autoload dnd when compiling.
12558
12559 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12562         x-dnd-*.
12563
12564 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * qp.el (quoted-printable-encode-region): Save excursion.
12567
12568 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12569
12570         * message.el (message-kill-buffer-query-if-modified): Add new variable
12571         so the user can kill a modified message buffer quickly.
12572         (message-kill-buffer): Use it.
12573
12574 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * lpath.el: Fbind display-time-event-handler; don't fbind
12577         string-to-multibyte.
12578
12579         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12580
12581 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12584         contained in text because xml.el decodes entities) with LFs.
12585
12586 2005-04-11  Lute Kamstra  <lute@gnu.org>
12587
12588         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12589         differently.
12590
12591 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12592
12593         * mm-util.el (mm-detect-coding-region): Typo.
12594
12595 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12598
12599 2005-04-06  Deepak Goel  <deego@gnufans.org>
12600
12601         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12602         user-function allow user modifications of the scores.
12603         (spam-stat-score-buffer-user): New function, to allow
12604         user-computed modifications to the score.
12605         (spam-stat-score-buffer-user-functions): List of additional
12606         scoring functions.
12607         (spam-stat-error-holder): Global temporary error holder.
12608         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12609         variable.
12610
12611 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12612
12613         * gnus-registry.el (gnus-registry-clean-empty-function)
12614         (gnus-registry-trim, gnus-registry-fetch-groups)
12615         (gnus-registry-delete-group): Groups that match
12616         `gnus-registry-ignored-groups' are removed from the registry
12617         entries, not just ignored for splitting.  This helps clean up the
12618         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12619         to get all the groups a message ID is in.
12620
12621         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12622         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12623         (spam-stat-score-buffer-user-functions): Add :number custom type.
12624
12625 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12628         argument in XEmacs.
12629
12630         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12631         (nnrss-request-group): Decode group name first.
12632         (nnrss-request-article): Make a text/plain article if mml-to-mime
12633         failed.
12634         (nnrss-get-encoding): Return a compatible encoding according to
12635         nnrss-compatible-encoding-alist.
12636         (nnrss-find-el): Use consp instead of listp.
12637         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12638
12639 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12642         which Emacs 20 doesn't support.
12643         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12644
12645 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12648         silence the byte compiler inside the defun.
12649
12650         * gnus-demon.el (parse-time-string): Add autoload.
12651
12652         * gnus-delay.el (parse-time-string): Add autoload.
12653
12654         * gnus-art.el (parse-time-string): Add autoload.
12655
12656         * nnultimate.el (parse-time): Require for `parse-time-string'.
12657
12658 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12661
12662         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12663
12664         * smime.el (smime-ldap-host-list): Add :version.
12665
12666 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12669         pass it to `gnus-browse-read-group'.
12670         (gnus-browse-read-group): Add NUMBER argument and pass it to
12671         `gnus-group-read-ephemeral-group'.
12672
12673         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12674         argument and pass it to `gnus-group-read-group'.
12675
12676 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12677
12678         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12679         mm-xemacs-find-mime-charset-1 if we have the mule feature
12680         available at runtime.
12681
12682 2005-03-25  Werner Lemberg  <wl@gnu.org>
12683
12684         * nnmaildir.el: Replace `illegal' with `invalid'.
12685
12686 2005-03-23  Lute Kamstra  <lute@gnu.org>
12687
12688         * time-date.el: Add comment on time value formats.
12689         Don't require parse-time.
12690         (with-decoded-time-value): New macro.
12691         (encode-time-value): New function.
12692         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12693         (days-to-time): Return a valid time value when arg is huge.
12694         (time-since): Use time-subtract.
12695         (time-to-number-of-days): Use time-to-seconds.
12696
12697 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12698
12699         * gnus-start.el (gnus-display-time-event-handler):
12700         Check display-time-timer at runtime rather than only at load time
12701         in case display-time-mode is turned off in the mean time.
12702
12703 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12706         used.
12707
12708         * nneething.el (nneething-map-file-directory): Derive from
12709         `gnus-directory'.
12710
12711         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12712         the To/Cc button.
12713
12714 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * nnmaildir.el (nnmaildir-request-accept-article):
12717         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12718
12719 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12720
12721         * gnus-async.el: Require timer-funcs at compile time when in
12722         XEmacs for `run-with-idle-timer'.
12723
12724 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12725
12726         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12727         autoloaded function.
12728
12729 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12730
12731         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12732
12733 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12734
12735         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12736
12737 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12738
12739         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12740         gnus-expert-user to default.
12741
12742 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12743
12744         * nnimap.el (nnimap-open-server): Ditto.
12745
12746         * imap.el (imap-authenticate): Fix typo.
12747
12748 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12749
12750         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12751         buffer (since IMAP server might return FETCH response out of
12752         order, and the nntp buffer must be sorted).
12753
12754 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12755
12756         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12757         comparison on string.
12758
12759         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12760         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12761         (gnus-agent-summary-fetch-series): Modified to protect against
12762         gnus-agent-summary-fetch-group clearing processable flags.
12763         (gnus-agent-synchronize-group-flags): Update live group buffer as
12764         synchronization may occur due to the user toggle the plugged
12765         status.
12766         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12767         successfully downloaded.
12768         (gnus-agent-expire-group-1): Avoid using markers when the overview
12769         is in ascending order; greatly improves performance.
12770         (gnus-agent-regenerate-group): Use
12771         gnus-agent-synchronize-group-flags to reset read status in both
12772         gnus and server.
12773         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12774
12775 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * message.el: Don't autoload former message-utils variables.
12778         (message-strip-subject-trailing-was): Change doc string.
12779
12780         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12781         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12782         (nnweb-google-search): Add "hl=en" here.
12783         (nnweb-google-parse-1, nnweb-google-create-mapping):
12784         Don't hardcode URL.
12785
12786 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * message.el (message-get-reply-headers, message-followup):
12789         Mention related variables `message-use-followup-to' and
12790         `message-use-mail-followup-to', in the information buffer.
12791
12792         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12793         of broken groups(-beta).google.com.
12794
12795 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12796
12797         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12798         parameter to invoked gnus-request-move-article; remove the
12799         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12800         all at once instead of once per article.
12801         (gnus-summary-remove-process-mark): Accept a list of articles as
12802         well as a single article for processing.
12803
12804         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12805         parameter.
12806
12807         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12808
12809         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12810
12811         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12812         parameter.
12813
12814         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12815         parameter.
12816
12817         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12818         parameter and remove the gnus-sum-hint-move-is-internal variable.
12819
12820         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12821         parameter.
12822
12823         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12824         parameter.
12825
12826         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12827         parameter.
12828
12829         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12830
12831         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12832         parameter.
12833
12834         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12835         parameter.
12836
12837 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12838
12839         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12840         a more conservative way.
12841
12842 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12843
12844         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12845         buffer, so it moves the window's cursor.
12846
12847 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12848
12849         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12850         `mm-dissect-multipart' and receive the from field as an (optional)
12851         argument from `mm-dissect-multipart'.
12852         (mm-dissect-multipart): Receive the from field as an argument and
12853         pass it on when we call `mm-dissect-buffer' on MIME parts.
12854         Fixes verification/decryption of signed/encrypted MIME parts.
12855
12856 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12857
12858         * gnus-sum.el (gnus-summary-move-article): Set
12859         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12860         whatever it calls (right now, only nnimap-request-move article
12861         respects it).
12862
12863         * nnimap.el (nnimap-request-move-article): When
12864         gnus-sum-hint-move-is-internal is set, don't do the extra
12865         nnimap-request-article.
12866
12867 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12870
12871         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12872         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12873
12874         * gnus-sum.el (gnus-summary-caesar-message):
12875         Apply `gnus-treat-article' after rotation.
12876
12877         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12878         doc string.
12879
12880 2005-02-22  Simon Josefsson  <jas@extundo.com>
12881
12882         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12883         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12884         <arne@arnested.dk>.
12885         (encrypt): Add password-cache and password-cache-expiry as group
12886         members.
12887
12888 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12889
12890         * smime.el (smime-ldap-host-list): Doc fix.
12891         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12892         cache) password.
12893         (smime-sign-region): Use it.
12894         (smime-decrypt-region): Use it.
12895         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12896         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12897         fails.
12898         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12899         certificate from DER to PEM format rather than calling openssl.
12900
12901         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12902
12903         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12904         for signing/encryption.
12905
12906         * mml.el (mml-parse-1): Use them.
12907
12908 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12909
12910         * nnrss.el (nnrss-verbose): Removed.
12911         (nnrss-request-group): Use `nnheader-message' instead.
12912
12913 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12914
12915         * nnrss.el (nnrss-verbose): New variable.
12916         (nnrss-request-group): Make it say nnrss is requesting a group.
12917
12918 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12921         Handle news URL with given port correctly.
12922
12923 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12926         containing special characters.
12927
12928         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12929
12930         * mml.el (mime-to-mml): Ditto.
12931
12932         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12933         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12934         (rfc2047-decode-region): Quote decoded words containing special
12935         characters when rfc2047-quote-decoded-words-containing-tspecials
12936         is non-nil.
12937
12938 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12939
12940         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12941
12942         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12943
12944 2005-02-15  Simon Josefsson  <jas@extundo.com>
12945
12946         * nnimap.el (nnimap-debug): Doc fix.
12947
12948         * imap.el (imap-debug): Doc fix.
12949
12950 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12953
12954 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12955
12956         * gnus.el (spam-contents): Improve docs for spam-contents
12957         parameter in its variable incarnation.
12958
12959 2005-02-14  Simon Josefsson  <jas@extundo.com>
12960
12961         * smime-ldap.el: Use require instead of load-library for ldap.
12962         (smime-ldap-search): Indent.
12963         (smime-ldap-search-internal): Shorten line.
12964
12965         * smime.el (smime-cert-by-dns): Add doc-string.
12966         (smime-cert-by-ldap-1): Indent.
12967
12968         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12969         mml-smime-get-dns-ldap.
12970         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12971
12972 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12973
12974         * smime.el: Require smime-ldap.
12975         (smime-ldap-host-list): New variable.
12976         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12977
12978         * mml-smime.el (mml-smime-encrypt-query): New function.
12979         (mml-smime-encrypt-query): Use it.
12980
12981         * smime-ldap.el: New file.
12982
12983 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12986
12987 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12990         argument in doc string.  Make query for type more clear.
12991
12992 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * gnus.el (gnus-group-startup-message): Search for gnus images in
12995         etc/images/gnus.
12996         * mm-util.el (mm-image-load-path): Likewise.
12997         * smiley.el (smiley-data-directory): Search for smilies in
12998         etc/images/smilies.
12999
13000 2005-02-09  Kim F. Storm  <storm@cua.dk>
13001
13002         Change Emacs release version from 21.4 to 22.1 throughout.
13003         Change Emacs development version from 21.3.50 to 22.0.50.
13004
13005 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13008
13009         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13010         non-Mule XEmacs as well.
13011         (mm-decompress-buffer): Signal an error intentionally if it does
13012         not decompress compressed data because auto-compression-mode is
13013         disabled.
13014
13015 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13016
13017         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13018         an ID in the registry even if it has no groups.
13019
13020 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13023         merge it into mm-decompress-buffer.
13024         (gnus-mime-copy-part): Use the MIME part charset, the value which
13025         a user specified or gnus-newsgroup-charset for decoding, like
13026         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13027         save-buffer what was used.  Suggested by Kevin Ryde
13028         <user42@zip.com.au>.
13029         (gnus-mime-inline-part): Allow the name parameter as well as the
13030         filename parameter; force decompressing of compressed data; always
13031         display contents being not decoded as unibyte.
13032
13033         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13034         as well as the filename parameter.
13035
13036         * mm-util.el (mm-decompress-buffer): Merge
13037         gnus-mime-jka-compr-maybe-uncompress.
13038         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13039         of compressed data.
13040
13041 2005-02-08  Simon Josefsson  <jas@extundo.com>
13042
13043         * imap.el (imap-log): Doc fix.
13044
13045 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13048         the coding cookies; decompress compressed parts.
13049
13050         * mml.el (mml-generate-mime-1): Add the charset parameter according
13051         to the value which a user specified manually or the coding cookie.
13052
13053         * mm-util.el (mm-string-to-multibyte): New function.
13054         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13055         (mm-coding-system-to-mime-charset): New function.
13056         (mm-decompress-buffer): New function.
13057         (mm-find-buffer-file-coding-system): New function.
13058
13059         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13060         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13061         parts.
13062
13063 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13064
13065         * mm-view.el (mm-display-inline-fontify): Decode a part according
13066         to the charset parameter.
13067
13068 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13071         prefix arg is neither nil nor a number, as info specifies.
13072
13073 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13076         timestamps.
13077
13078 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13079
13080         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13081         groups error checking and notify user.
13082
13083 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13084
13085         * message.el (message-send-mail-function): Check existence of
13086         sendmail-program first before using default value
13087         `message-send-mail-with-sendmail'.  Otherwise use more generic
13088         `smtpmail-send-it'.
13089
13090 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * nntp.el (nntp-request-update-info): Always return nil.
13093
13094 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13095
13096         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13097
13098 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13099
13100         * message.el (message-beginning-of-line): Change the behavior when
13101         invoked between BOL and : so that it first moves backward.
13102
13103 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13106         article buffer when editing of the article is discarded.
13107         (gnus-article-prepare): Revert.
13108
13109 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * gnus-art.el (gnus-article-prepare):
13112         Remove message-strip-forbidden-properties from the local hook.
13113
13114 2005-01-27  Simon Josefsson  <jas@extundo.com>
13115
13116         * password.el (password-cache-add): Only start one timer per key.
13117         Reported by Derek Atkins <warlord@MIT.EDU>.
13118
13119 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13120
13121         * run-at-time.el: Removed.  It is no longer needed as
13122         timer-funcs.el in the xemacs-base package has a working version of
13123         `run-at-time'.
13124
13125         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13126
13127         * password.el: Require timer-funcs instead of run-at-time in
13128         XEmacs.
13129         Remove `password-run-at-time' macro.
13130         (password-cache-add): Use `run-at-time' instead of
13131         `password-run-at-time'.
13132
13133         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13134         Remove `nnheader-cancel-function-timers' alias,
13135         `cancel-function-timers' exists in XEmacs in timer-funcs.
13136
13137         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13138         for `run-with-idle-timer'.
13139
13140         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13141         for `run-at-time'.
13142
13143         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13144         for `with-timeout'.
13145
13146         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13147         the same as for XEmacs 21.4.
13148         No need to ignore `run-with-idle-timer', this function exists in
13149         XEmacs now in timer-funcs.el in the xemacs-base package.
13150         (dgnushack-compile): No need to delete
13151         run-at-time.el from the list of files to compile because it
13152         doesn't exist anymore.
13153
13154 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13157         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13158
13159 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13160
13161         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13162         sensitively.
13163
13164 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13165
13166         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13167
13168 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13171         which will be inserted according to the multibyteness of a buffer
13172         rather than the type of contents.  Suggested by ARISAWA Akihiro
13173         <ari@mbf.ocn.ne.jp>.
13174
13175         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13176         of string which old xml.el may return rather than a string.
13177
13178 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13179
13180         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13181
13182 2005-01-16  Simon Josefsson  <jas@extundo.com>
13183
13184         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13185         idn/idna.el isn't available.
13186         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13187         <michael@waxrat.com>.
13188
13189         * hashcash.el: Remove non-FSF copyright header.
13190
13191         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13192         (hashcash-generate-payment): Use it.
13193         (hashcash-generate-payment-async): Use it.
13194
13195 2005-01-15  Simon Josefsson  <jas@extundo.com>
13196
13197         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13198         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13199
13200         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13201         gnus-summary-idna-message.
13202         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13203         (gnus-summary-idna-message): New function.
13204
13205 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13208         gnus-novice-user.
13209
13210 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * nnrss.el (nnrss-request-delete-group): Delete entries in
13213         nnrss-group-alist as well.
13214         (nnrss-save-server-data): Insert newline.
13215
13216 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * gnus.el (gnus-user-agent): Use list of symbols instead of
13219         symbols.  Display full version number for (S)XEmacs.  Optionally
13220         display (S)XEmacs codename.
13221
13222         * gnus-util.el (gnus-emacs-version): Update for new
13223         `gnus-user-agent'.
13224
13225         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13226         Gnus version.
13227
13228 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13231         which is unreadable in some setups.
13232
13233 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-spec.el (gnus-update-format-specifications): Flush the
13236         group format spec cache if it doesn't support decoded group names.
13237
13238 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13239
13240         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13241         Allow to apply decay on score files matching a regexp.
13242
13243 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13246         compatibility in %g and %c.
13247
13248 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13251         name for only %g and %c.
13252         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13253         of gnus-tmp-group to decoded group name.
13254         (gnus-group-make-rss-group): Exclude `/'s from group names.
13255
13256 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * nnrss.el (nnrss-get-encoding): Fix regexp.
13259
13260 2004-12-27  Simon Josefsson  <jas@extundo.com>
13261
13262         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13263         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13264         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13265
13266 2004-12-17  Kim F. Storm  <storm@cua.dk>
13267
13268         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13269
13270         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13271
13272 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13273
13274         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13275
13276 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * nnrss.el: Require rfc2047 and mml.
13279         (nnrss-file-coding-system): New variable.
13280         (nnrss-format-string): Redefine it as an inline function.
13281         (nnrss-decode-group-name): New function.
13282         (nnrss-string-as-multibyte): Remove.
13283         (nnrss-retrieve-headers): Decode group name; don't use
13284         nnrss-format-string.
13285         (nnrss-request-group): Decode group name.
13286         (nnrss-request-article): Decode group name; allow a Message-ID as
13287         well as an article number; don't use nnrss-format-string; encode a
13288         Message-ID string which may contain non-ASCII characters; use
13289         mml-to-mime to compose a MIME article.
13290         (nnrss-request-expire-articles): Decode group name.
13291         (nnrss-request-delete-group): Decode group name.
13292         (nnrss-fetch): Clarify error message.
13293         (nnrss-read-server-data): Use insert-file-contents instead of load;
13294         bind file-name-coding-system; use multibyte buffer.
13295         (nnrss-save-server-data): Bind coding-system-for-write to the
13296         value of nnrss-file-coding-system; bind file-name-coding-system;
13297         add coding cookie.
13298         (nnrss-read-group-data): Use insert-file-contents instead of load;
13299         bind file-name-coding-system; use multibyte buffer.
13300         (nnrss-save-group-data): Bind coding-system-for-write to the
13301         value of nnrss-file-coding-system; bind file-name-coding-system.
13302         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13303         make it work with non-ASCII text.
13304         (nnrss-find-el): Make it work with old xml.el as well.
13305
13306 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13307
13308         * nnrss.el (nnrss-get-encoding): New function.
13309         (nnrss-fetch): Use unibyte buffer initially; bind
13310         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13311         decode contents according to the encoding attribute.
13312         (nnrss-save-group-data): Add coding cookie.
13313         (nnrss-mime-encode-string): New function.
13314         (nnrss-check-group): Use it to encode subject and author.
13315
13316 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13317
13318         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13319         imaginary variable.
13320
13321 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13324         correctly even if there are wide characters.
13325
13326 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13327
13328         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13329         downcased symbol names; make a new cache instead of reusing
13330         bbdb-hashtable.
13331
13332 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13335         concatenating segments rather than before concatenating them.
13336         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13337
13338         * message.el (message-get-reply-headers): Bind `extra'.
13339
13340 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13341
13342         * message.el (message-extra-wide-headers): New variable.
13343         (message-get-reply-headers): Use it.
13344
13345 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13348         (gnus-agent-group-pathname): Ditto.
13349
13350         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13351
13352         * gnus-group.el (gnus-group-make-group): Decode group name.
13353         (gnus-group-make-rss-group): Register the group data after opening
13354         the nnrss group.
13355
13356 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13357
13358         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13359         by expiry now get marked as read.
13360
13361 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13364
13365 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13366
13367         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13368         unify Latin characters in XEmacs.
13369         (mm-find-mime-charset-region): Use it.
13370
13371 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-util.el (gnus-delete-directory): New function.
13374
13375         * gnus-agent.el (gnus-agent-delete-group): Use it.
13376
13377         * gnus-cache.el (gnus-cache-delete-group): Use it.
13378
13379 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13382         names.
13383
13384 2004-12-16  Simon Josefsson  <jas@extundo.com>
13385
13386         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13387
13388 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13391
13392         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13393         (gnus-group-set-current-level): Decode group name.
13394
13395 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13396
13397         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13398         failed.
13399
13400 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-group.el (gnus-group-delete-group): Decode group name.
13403         (gnus-group-make-rss-group): Encode group name.
13404         (gnus-group-catchup-current): Decode group name.
13405         (gnus-group-kill-group): Decode group name.
13406
13407 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13408
13409         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13410
13411 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-group.el (gnus-group-make-rss-group):
13414         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13415
13416         * gnus-start.el (gnus-setup-news): Honor user's setting to
13417         gnus-message-archive-method.  Suggested by Lute Kamstra
13418         <lute@gnu.org>.
13419
13420 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13421
13422         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13423         global counterparts of the buffer-local variables.
13424
13425 2004-11-16  Romain Francoise  <romain@orebokech.com>
13426
13427         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13428         counterparts of the buffer-local variables.
13429
13430 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * message.el (message-forbidden-properties): Fixed typo in doc
13433         string.
13434
13435 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13436
13437         * gnus-util.el (gnus-replace-in-string): Added doc string.
13438
13439         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13440         to avoid problems when splitting mails with many recipients.
13441
13442 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13443
13444         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13445         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13446
13447 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13448
13449         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13450         if there is no hashtable in memory or file modification time is
13451         newer than cached timestamp.
13452
13453 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13456         not-matching option.
13457
13458 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13461         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13462         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13463         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13464         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13465         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13466
13467 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * message.el (message-forward-make-body-mml): Remove headers
13470         according to message-forward-ignored-headers if a message is decoded.
13471
13472 2004-12-02  Romain Francoise  <romain@orebokech.com>
13473
13474         * message.el (message-forward-make-body-plain): Always remove
13475         headers according to message-forward-ignored-headers.
13476
13477 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13478
13479         * spam.el (spam-summary-prepare-exit): Remove the
13480         gnus-summary-limit pop for now, it has problems with ham marks for
13481         me.
13482
13483 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13484
13485         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13486         correctly.
13487
13488 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13489
13490         * format-spec.el (format-spec): Message the char.
13491
13492 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus-art.el (gnus-split-methods): Reformat comments.
13495
13496         * spam.el (spam-summary-prepare-exit): Remove article limits
13497         before exiting the summary buffer.
13498
13499 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13502         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13503
13504         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13505         order to silence the byte compiler.
13506
13507         * spam.el: Fix the way to silence the byte compiler, which
13508         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13509         bbdb-search-simple, spam-BBDB-register-routine,
13510         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13511         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13512         spam-stat-buffer-is-spam, spam-stat-load,
13513         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13514         spam-stat-save and spam-stat-split-fancy.
13515
13516 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13519         which may confuse users.
13520         (canlock-password-for-verify): Ditto.
13521
13522         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13523
13524         * gnus-art.el (gnus-emphasis-alist): Ditto.
13525
13526         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13527
13528         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13529
13530         * gnus-start.el (gnus-save-killed-list): Ditto.
13531
13532         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13533         (gnus-sum-thread-tree-root): Ditto.
13534         (gnus-sum-thread-tree-false-root): Ditto.
13535         (gnus-sum-thread-tree-single-indent): Ditto.
13536
13537         * message.el (message-courtesy-message): Ditto.
13538         (message-archive-note): Ditto.
13539         (message-subscribed-address-file): Ditto.
13540         (message-user-fqdn): Ditto.
13541
13542         * spam-report.el (spam-report-gmane-regex): Ditto.
13543
13544         * spam.el (spam-blackhole-good-server-regex): Ditto.
13545
13546 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * mml.el (mml-preview): Widen the message buffer before copying
13549         the contents to the preview buffer; sort headers before previewing.
13550
13551         * message.el (message-hidden-headers): Fix the way to avoid a bug
13552         in the `repeat' widget in Emacs 21.3 or earlier.
13553
13554 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * message.el (message-hidden-headers): Default to "^References:".
13557         Improve customization type.  Suggested by Reiner Steib
13558         <Reiner.Steib@gmx.de>.
13559
13560 2004-11-25  Romain Francoise  <romain@orebokech.com>
13561
13562         * message.el (message-strip-forbidden-properties): Remove check for
13563         obsolete `message-hidden' text property, hidden headers are not
13564         accessible in the buffer anymore.
13565
13566 2004-11-22  Romain Francoise  <romain@orebokech.com>
13567
13568         * message.el (message-header-format-alist): Add `From' in list
13569         so that it can be sorted.
13570         (message-fix-before-sending): Widen and sort headers before
13571         sending.
13572         (message-hide-headers): Use narrowing to hide headers by moving
13573         them to the top of the buffer and narrowing to the region
13574         underneath.
13575
13576 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * message.el (message-strip-forbidden-properties): Bind
13579         buffer-read-only (etc) to nil.
13580
13581 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13584         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13585
13586 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13587
13588         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13589
13590 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13591
13592         * dns.el (query-dns): Use sit-for to time instead of
13593         accept-process-output, since that doesn't seem to work on udp
13594         sockets.
13595
13596 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13599
13600 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13601
13602         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13603         doc string.  Improve doc string.
13604
13605 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * nntp.el (nntp-request-update-info): Return nil if
13608         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13609         may not call gnus-activate-group which uselessly issues the GROUP
13610         commands for all nntp groups and wastes time.  Reported by Romain
13611         Francoise <romain@orebokech.com>.
13612
13613         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13614
13615 2004-11-15  Simon Josefsson  <jas@extundo.com>
13616
13617         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13618         headers separately.
13619         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13620         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13621
13622 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-start.el (gnus-convert-old-newsrc):
13625         Assign legacy-gnus-agent to 5.10.7.
13626
13627 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13628
13629         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13630         start of the lines.
13631
13632 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13633
13634         * hashcash.el (hashcash-default-payment): Change default to 20.
13635         (hashcash-default-accept-payment): Change default to 20.
13636         (hashcash-process-alist): New variable.
13637         (hashcash-generate-payment-async): Add.
13638         (hashcash-already-paid-p): Add.
13639         (hashcash-insert-payment): Don't generate payments twice.
13640         (hashcash-insert-payment-async): Add.
13641         (hashcash-insert-payment-async-2): Add.
13642         (hashcash-cancel-async): Add.
13643         (hashcash-wait-async): Add.
13644         (hashcash-processes-running-p): Add.
13645         (hashcash-wait-or-cancel): Add.
13646         (mail-add-payment): New optional argument.  Conditionally start
13647         asynchronous calculation.
13648         (mail-add-payment-async): Add.
13649
13650         * message.el (message-send-mail): Wait for asynchronous hashcash
13651         results.  Don't clobber existing X-Hashcash headers.
13652         (message-setup-1): Call mail-add-payment-async when
13653         message-generate-hashcash is non-nil.
13654
13655 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13656
13657         * message.el (message-use-alternative-email-as-from): Examine the
13658         From header as well; use message-make-from in order to include a
13659         user's full name.
13660
13661 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13664         default; improve customization type.
13665         (gnus-emphasis-custom-with-format): New macro.
13666         (gnus-emphasis-custom-value-to-external): New function.
13667         (gnus-emphasis-custom-value-to-internal): New function.
13668
13669 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13670
13671         * dns.el (query-dns): Resolve reverse addresses.
13672
13673 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13674
13675         * gnus-group.el (gnus-group-get-new-news): Use it.
13676
13677         * gnus-start.el (gnus-check-reasonable-setup): New function.
13678
13679 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13682         "Args out of range" error.  Reported by Arnaud Giersch
13683         <arnaud.giersch@free.fr>.
13684
13685 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13686
13687         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13688
13689 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13690
13691         * spam.el (spam group): Add :version.
13692
13693         * pgg-def.el (pgg group): Add :version.
13694
13695 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-art.el (gnus-article-edit-article): Don't associate the
13698         article buffer with a draft file.  This is a temporary measure
13699         against the 2004-08-22 change to gnus-article-edit-mode.
13700
13701 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13704         (html2text-format-tags): Remove unused variable `attr'.
13705
13706 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13707
13708         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13709
13710         * tls.el (tls-process-connection-type, tls-success)
13711         (tls-certtool-program): Add :version.
13712
13713         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13714         (starttls-extra-arguments, starttls-process-connection-type)
13715         (starttls-connect, starttls-failure, starttls-success): Add :version.
13716
13717         * spam-stat.el (spam-stat): Add :version.
13718
13719         * sieve.el (sieve): Add :version.
13720
13721         * sha1.el (sha1): Add :version.
13722         (sha1-use-external): Remove redundant version.
13723
13724         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13725         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13726         (nnmail-split-fancy-match-partial-words)
13727         (nnmail-split-lowercase-expanded): Add :version.
13728
13729         * nndiary.el (nndiary): Add :version.
13730
13731         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13732
13733         * mml-sec.el (mml-default-sign-method)
13734         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13735         Add :version.
13736
13737         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13738
13739         * mm-url.el (mm-url-use-external, mm-url-program)
13740         (mm-url-arguments): Add :version.
13741
13742         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13743         (mm-attachment-file-modes, mm-decrypt-option)
13744         (mm-w3m-safe-url-regexp): Add :version.
13745
13746         * message.el (message-cite-prefix-regexp)
13747         (message-sendmail-envelope-from, message-minibuffer-local-map)
13748         (message-user-fqdn, message-completion-alist): Add :version.
13749
13750         * gnus-win.el (gnus-configure-windows-hook)
13751         (gnus-use-frames-on-any-display): Add :version.
13752
13753         * gnus-art.el (gnus-article-address-banner-alist)
13754         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13755         (gnus-treat-from-picon, gnus-treat-mail-picon)
13756         (gnus-treat-x-pgp-sig): Add :version.
13757
13758         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13759         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13760         (gnus-summary-article-delete-hook)
13761         (gnus-summary-display-while-building): Add :version.
13762
13763         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13764         (gnus-get-top-new-news-hook): Add :version.
13765
13766         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13767         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13768
13769         * gnus-registry.el (gnus-registry): Add :version.
13770
13771         * gnus-spec.el (gnus-use-correct-string-widths)
13772         (gnus-make-format-preserve-properties): Add :version.
13773
13774         * gnus.el (gnus-group-charter-alist)
13775         (gnus-group-fetch-control-use-browse-url)
13776         (gnus-install-group-spam-parameters): Add :version.
13777
13778         * gnus-diary.el (gnus-diary): Add :version.
13779
13780         * gnus-delay.el (gnus-delay): Add :version.
13781
13782         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13783         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13784         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13785         Add :version.
13786
13787         * gnus-agent.el (gnus-agent-max-fetch-size)
13788         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13789         (gnus-agent-prompt-send-queue): Add :version.
13790
13791         * deuglify.el (gnus-outlook-deuglify): Add :version.
13792
13793         * html2text.el: Beautify code.  Improve doc strings.  Some
13794         checkdoc cleanup.
13795         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13796
13797 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13798
13799         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13800
13801 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13802
13803         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13804         when package is loaded.
13805
13806         * spam.el (spam-summary-score-preferred-header): Add global preference
13807         for people who want to override the default SpamAssassin over
13808         Bogofilter preference (when both are set).
13809         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13810         (spam-user-format-function-S): Check
13811         spam-summary-score-preferred-header.
13812         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13813         (spam-user-format-function-S): Format the score correctly.
13814
13815 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13818         signature file.  Suggested by Manoj Srivastava
13819         <srivasta@golden-gryphon.com>.
13820
13821         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13822         iso-2022-jp even in the Japanese language environment.
13823         Suggested by Jason Rumney <jasonr@gnu.org>.
13824
13825 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13828         use the same characters as the dummy marks; make it free from
13829         getting affected by the language environment.
13830         (gnus-summary-read-group-1): Update mark positions only when the
13831         format spec is updated.
13832
13833         * gnus-spec.el (gnus-update-format-specifications): Return a list
13834         of updated types.
13835
13836 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13839         of boundp to check if display-warning is available.
13840
13841 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13842
13843         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13844
13845 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * nnspool.el (nnspool-spool-directory): Use news-path if the
13848         news-directory variable is not bound.
13849
13850         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13851         function instead of display-warning if it is not available.
13852
13853 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13856         v5-10: Use `point-at-bol'.
13857
13858 2004-10-26  Simon Josefsson  <jas@extundo.com>
13859
13860         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13861         <chenggao@gmail.com>.
13862
13863 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13866         instead.
13867
13868 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13869
13870         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13871         to remove a server from the nnimap-server-buffer-alist.
13872         (nnimap-open-connection, nnimap-close-server): Use it.
13873
13874         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13875
13876 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13879         running the major-mode function.
13880
13881 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13884         dummy marks in the right way.
13885
13886 2004-10-18  David Edmondson  <dme@dme.org>
13887
13888         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13889         excessively.
13890
13891 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13892
13893         * gnus-util.el (gnus-split-references): Accept a nil references
13894         string and go on blissfully.
13895
13896         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13897         cases where the references string is non-nil but has no references.
13898
13899         * encrypt.el: Add autoload tags.
13900
13901         * spam.el (spam-resolve-registrations-routine): Remove article
13902         from unregistration list too.  Reported by David Hanak
13903         <dhanak@isis.vanderbilt.edu>
13904
13905 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13906
13907         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13908         nil.  Changed custom type.
13909
13910 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13913
13914         * gnus-sum.el (gnus-summary-move-article): Use it.
13915
13916 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13917
13918         * encrypt.el: Add autoload cookies.
13919
13920         * spam.el (spam-backend-article-list-property)
13921         (spam-backend-get-article-todo-list)
13922         (spam-backend-put-article-todo-list)
13923         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13924         Resolve registrations separately.
13925         (spam-register-routine): Format comments.
13926         (spam-unregister-routine, spam-register-routine): Always call with
13927         specific-articles, no default list.
13928         (spam-summary-prepare-exit): Use the spam-classifications function.
13929
13930         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13931         gnus-encrypt.el.
13932
13933         * encrypt.el: Copied from gnus-encrypt.el.
13934
13935         * gnus-encrypt.el: Commented that it's obsolete.
13936
13937 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13940         (gnus-score-save): Use it.
13941
13942         * message.el (message-bury): Use `window-dedicated-p'.
13943
13944 2004-10-15  Simon Josefsson  <jas@extundo.com>
13945
13946         * pop3.el (top-level): Don't require nnheader.
13947         (pop3-read-timeout): Add.
13948         (pop3-accept-process-output): Add.
13949         (pop3-read-response, pop3-retr): Use it.
13950
13951 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13952
13953         * spam.el (spam-register-routine): Move comment.
13954         (spam-verify-bogofilter): Use 'unknown for the initial
13955         spam-bogofilter-valid state, not 'never.
13956
13957         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13958         for netrc-machine.
13959
13960         * nnimap.el (nnimap-open-connection): Use
13961         netrc-machine-user-or-password.
13962
13963 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13964
13965         * gnus-registry.el (gnus-registry-unload-hook):
13966         Set as a variable with add-hook.
13967
13968         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13969         of news-path.
13970
13971         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13972
13973         * spam.el: Delete duplicate `provide'.
13974         (spam-unload-hook): Set as a variable with add-hook.
13975
13976 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13979         in the doc string.
13980
13981         * message.el (message-ignored-news-headers)
13982         (message-ignored-supersedes-headers)
13983         (message-ignored-resent-headers)
13984         (message-forward-ignored-headers): Improve custom type.
13985
13986 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * message.el (message-tokenize-header): Fix 2004-09-06 change
13989         which used point-min in the wrong place.
13990
13991 2004-10-12  Simon Josefsson  <jas@extundo.com>
13992
13993         * tls.el (tls-certtool-program): New variable.
13994         (tls-certificate-information): New function, based on
13995         ssl-certificate-information.
13996
13997 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * compface.el: Move the version of ELisp-based uncompface program
14000         to the contrib directory because of the copyright problem.
14001
14002 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * message.el (message-kill-buffer): Raise the current frame.
14005
14006 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14007
14008         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14009
14010         * gnus.el (message-y-or-n-p): Autoload.
14011
14012         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14013         (pop3-password-required, pop3-authentication-scheme)
14014         (pop3-leave-mail-on-server): Made customizable.
14015         (pop3): New custom group.
14016         (pop3-retr): Remove `sleep-for' statements.
14017         Suggested by Dave Love <fx@gnu.org>.
14018
14019         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14020         Windows/DOS.
14021
14022         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14023         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14024         Dave Love <fx@gnu.org>.
14025
14026         * mml.el (mml-minibuffer-read-disposition): Require match.
14027         Suggested by Dave Love <fx@gnu.org>.
14028
14029 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14032         doc string.
14033
14034 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14037
14038 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14039
14040         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14041         instead of calling `mm-insert-inline', to decode text/* parts
14042         before displaying them.
14043
14044 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * mm-uu.el (mm-uu-text-plain-type): New variable.
14047         (mm-uu-pgp-signed-extract-1): Use it.
14048         (mm-uu-pgp-encrypted-extract-1): Use it.
14049         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14050         bind mm-uu-text-plain-type with that value.
14051         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14052         mm-uu-dissect.
14053
14054 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * gnus-group.el (gnus-update-group-mark-positions):
14057         * gnus-sum.el (gnus-update-summary-mark-positions):
14058         * message.el (message-check-news-body-syntax):
14059         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14060         of string-as-multibyte.
14061
14062 2004-10-05  Juri Linkov  <juri@jurta.org>
14063
14064         * gnus-group.el (gnus-update-group-mark-positions):
14065         * gnus-sum.el (gnus-update-summary-mark-positions):
14066         * message.el (message-check-news-body-syntax):
14067         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14068         8-bit unibyte values to a multibyte string for search functions.
14069
14070 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14073         (mm-uu-dissect-text-parts): New function.
14074
14075         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14076         dissect text parts.
14077
14078         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14079         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14080
14081         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14082
14083         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14084         gnus-current-topics instead of gnus-current-topic.
14085
14086 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14087
14088         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14089
14090 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14091
14092         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14093         where approriate.
14094
14095         * nnml.el (nnml-generate-active-info): do.
14096
14097         * nndiary.el (nndiary-generate-active-info): do.
14098
14099         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14100         (gnus-topic-move): do.
14101
14102         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14103         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14104
14105         * gnus-srvr.el (gnus-server-prepare)
14106         (gnus-server-open-all-servers): do.
14107
14108         * gnus-msg.el (gnus-summary-cancel-article)
14109         (gnus-summary-resend-message)
14110         (gnus-summary-mail-crosspost-complaint): do.
14111
14112         * gnus-move.el (gnus-change-server): do.
14113
14114         * gnus-group.el (gnus-group-unmark-all-groups)
14115         (gnus-group-set-current-level): do.
14116
14117 2004-10-04  Simon Josefsson  <jas@extundo.com>
14118
14119         * message.el (message-generate-hashcash): Doc fix.
14120
14121 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14122
14123         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14124         avoid infinite recursion via gnus-get-function.
14125
14126 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14127
14128         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14129
14130         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14131
14132         * nnmail.el (nnmail-split-history): do.
14133
14134         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14135         (nnml-request-delete-group): do.
14136
14137         * nnslashdot.el (nnslashdot-read-groups): do.
14138
14139         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14140         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14141
14142         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14143         (nnspool-sift-nov-with-sed): Use last.
14144         (nnspool-retrieve-headers-with-nov): Use mapc.
14145         (nnspool-request-newgroups): Use dolist.
14146         (nnspool-request-group): Use last.
14147
14148         * nntp.el (nntp-read-server-type): Use dolist.
14149
14150         * nnvirtual.el (nnvirtual-create-mapping)
14151         (nnvirtual-update-read-and-marked): Use dolist.
14152         (nnvirtual-convert-headers): Simplify.
14153
14154 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14155
14156         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14157         support for sync'ing tick marks.
14158
14159 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14162         there's no visible header.
14163
14164 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14165
14166         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14167         necessary, pass full group name to gnus-request-set-marks.
14168
14169 2004-10-01  Simon Josefsson  <jas@extundo.com>
14170
14171         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14172         acroread.
14173
14174 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175
14176         * spam-report.el (spam-report-gmane): Fix interactive.
14177
14178         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14179
14180         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14181         when writing file.
14182         (gnus-agent-synchronize-flags): Don't default to being
14183         interactive.
14184
14185 2004-09-30  Simon Josefsson  <jas@extundo.com>
14186
14187         * message.el (message-generate-hashcash): Add.
14188         (message-send-mail): Use it, call mail-add-payment.
14189
14190 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14191
14192         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14193
14194 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14195
14196         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14197         gnus-requst-update-info with explicit code to sync the in-memory
14198         info read flags with the marks being sync'd to the backend.
14199
14200         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14201
14202 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14203
14204         * spam.el (spam-verify-bogofilter): Add new function.
14205         (spam-check-bogofilter)
14206         (spam-bogofilter-register-with-bogofilter): Use it.
14207         (spam-verify-bogofilter): Add small fixes.
14208
14209 2004-09-28  Simon Josefsson  <jas@extundo.com>
14210
14211         * hashcash.el (hashcash-generate-payment): Revert.
14212
14213 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14214
14215         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14216         gnus-extract-references instead of gnus-split-references.
14217
14218         * gnus-util.el (gnus-extract-references): Add new function, analogous
14219         to gnus-split-references but extracts only the message-ID without
14220         anything extra.
14221
14222         * hashcash.el (hashcash-generate-payment)
14223         (hashcash-check-payment): Do the right thing if hashcash-path is
14224         nil (because the hashcash program could not be found).
14225
14226         * spam.el (spam-use-hashcash): Remove comment.
14227
14228 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14229
14230         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14231         (gnus-cache-enter-article, gnus-cache-remove-article)
14232         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14233
14234         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14235
14236         * gnus-art.el (article-hide-boring-headers)
14237         (article-translate-strings, article-display-face)
14238         (gnus-article-mime-match-handle-first)
14239         (gnus-article-highlight-headers)
14240         (gnus-article-add-buttons-to-head): do.
14241
14242 2004-09-27  Simon Josefsson  <jas@extundo.com>
14243
14244         * hashcash.el: New version, from
14245         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14246         ../contrib/.
14247
14248 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14251
14252 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14253
14254         * gnus-dup.el (gnus-dup-open): Use mapc.
14255         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14256
14257         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14258         Reported by Stefan Wiens <s.wi@gmx.net>.
14259
14260         * gnus.el (gnus-shutdown): Use dolist.
14261
14262         * gnus-undo.el (gnus-undo): Use mapc.
14263
14264         * nnrss.el (nnrss-generate-active): do.
14265
14266         * message.el (message-cite-original-without-signature)
14267         (message-cite-original): Use mapc.
14268         (message-do-actions, message-make-forward-subject): Use dolist.
14269
14270 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14271
14272         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14273         deletion to remove entire duplicate line.  Fixes merged article
14274         number bug.
14275
14276 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14277
14278         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14279         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14280         first ask if you want to open a server and then, even when you
14281         responded with no, asking if you want to synchronize the server's
14282         flags.
14283         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14284         multi-line expressions.
14285         (gnus-agent-synchronize-group-flags): New internal function.
14286         Updates marks in memory (in the info structure) AND in the
14287         backend.
14288
14289         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14290
14291         * nnagent.el (nnagent-request-set-mark): Use
14292         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14293         method, to ensure that synchronization updates marks in the
14294         backend and in the info (in memory) structure.
14295
14296 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14299         convention fully; don't miss the root article of a thread; make
14300         the X-Draft-From header with correct article numbers.
14301
14302 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14303
14304         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14305         unless plugged.  Disable the agent so that an open failure causes
14306         an error.
14307
14308         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14309         Reverted 2004-09-21 change.  The backend must be opened while
14310         synchronizing flags even when the backend stores the flags
14311         locally.
14312
14313 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14316         in `header' match.  Reported by Svend Tollak Munkejord.
14317
14318         * message.el (message-cite-original): Fix use of
14319         `message-cite-articles-with-x-no-archive'.
14320
14321 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14324         (gnus-window-to-buffer): Ditto.
14325
14326         * mml.el (mml-preview-buffer): New variable.
14327         (mml-preview): Manage window layout with gnus-buffer-configuration.
14328
14329         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14330         X-Draft-From header even if those articles aren't quoted.
14331
14332 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14333
14334         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14335         (gnus-request-set-mark, gnus-request-update-mark): Use new
14336         g-s-t-u-l-m to decide to use backend even when unplugged.
14337
14338 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14341         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14342
14343 2004-09-20  Simon Josefsson  <jas@extundo.com>
14344
14345         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14346         "utf-16-le".
14347
14348 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14349
14350         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14351
14352 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14353
14354         * uudecode.el (uudecode-use-external): Add :version.
14355
14356         * smime.el (smime-CA-file, smime-encrypt-cipher)
14357         (smime-dns-server): Add :version.
14358
14359         * smiley.el (gnus-smiley-file-types): Add :version.
14360
14361         * sha1.el (sha1-use-external): Add :version.
14362
14363         * pgg-def.el (pgg-query-keyserver): Add :version.
14364
14365         * nnmail.el (nnmail-fancy-expiry-targets)
14366         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14367         Add :version.
14368
14369         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14370         (nnimap-retrieve-groups-asynchronous): Add :version.
14371         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14372
14373         * mml.el (mml-content-disposition-parameters)
14374         (mml-insert-mime-headers-always): Add :version.
14375
14376         * mm-util.el (mm-coding-system-priorities): Add :version.
14377
14378         * mm-decode.el (mm-inline-text-html-with-images)
14379         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14380         (mm-verify-option): Add :version.
14381         (mm-text-html-renderer): Change :version.
14382
14383         * message.el (message-fcc-externalize-attachments)
14384         (message-required-headers, message-draft-headers)
14385         (message-subject-trailing-was-query)
14386         (message-subject-trailing-was-ask-regexp)
14387         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14388         (message-mark-insert-end, message-archive-header)
14389         (message-archive-note, message-cross-post-default)
14390         (message-cross-post-note, message-followup-to-note)
14391         (message-cross-post-note-function, message-use-mail-followup-to)
14392         (message-subscribed-address-functions)
14393         (message-subscribed-address-file, message-subscribed-addresses)
14394         (message-subscribed-regexps, message-allow-no-recipients)
14395         (message-yank-cited-prefix, message-signature-insert-empty-line)
14396         (message-hidden-headers, message-hierarchical-addresses)
14397         (message-mail-user-agent, message-use-idna)
14398         (message-valid-fqdn-regexp)
14399         (message-strip-special-text-properties, message-header-synonyms)
14400         (message-beginning-of-line, message-tab-body-function): Add :version.
14401         (message-insert-canlock, message-wide-reply-confirm-recipients):
14402         Change :version.
14403
14404         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14405         and :version.
14406         (mail-source-delete-old-incoming-confirm)
14407         (mail-source-movemail-program): Add :version.
14408
14409         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14410         (gnus-agent-cache, gnus-agent): Change :version.
14411
14412         * gnus-util.el (gnus-use-byte-compile): Change :version.
14413
14414         * gnus-sum.el (gnus-summary-make-false-root-always)
14415         (gnus-summary-default-high-score)
14416         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14417         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14418         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14419         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14420         (gnus-sum-thread-tree-single-indent)
14421         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14422         (gnus-sum-thread-tree-leaf-with-other)
14423         (gnus-sum-thread-tree-single-leaf): Add :version.
14424         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14425         (gnus-article-loose-mime): Change :version.
14426
14427         * gnus-start.el (gnus-backup-startup-file)
14428         (gnus-save-startup-file-via-temp-buffer): Add :version.
14429
14430         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14431         (gnus-server-offline-face): Add :version.
14432
14433         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14434
14435         * gnus-msg.el (gnus-gcc-externalize-attachments)
14436         (gnus-debug-files, gnus-debug-exclude-variables)
14437         (gnus-discouraged-post-methods): Change :version.
14438         (gnus-confirm-mail-reply-to-news)
14439         (gnus-confirm-treat-mail-like-news): Add :version.
14440
14441         * gnus-int.el (gnus-server-unopen-status): Add :version.
14442
14443         * gnus-group.el (gnus-group-jump-to-group-prompt)
14444         (gnus-large-ephemeral-newsgroup)
14445         (gnus-fetch-old-ephemeral-headers): Add :version.
14446
14447         * gnus-fun.el (gnus-x-face-directory)
14448         (gnus-convert-pbm-to-x-face-command)
14449         (gnus-convert-image-to-x-face-command)
14450         (gnus-convert-image-to-face-command): Add :version.
14451
14452         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14453
14454         * gnus-cite.el (gnus-cite-blank-line-after-header)
14455         (gnus-article-boring-faces): Add :version.
14456
14457         * gnus-art.el (gnus-buttonized-mime-types)
14458         (gnus-inhibit-mime-unbuttonizing)
14459         (gnus-treat-display-face)
14460         (gnus-treat-body-boundary): Change :version.
14461         (gnus-body-boundary-delimiter, gnus-picon-databases)
14462         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14463         (gnus-treat-date-english, gnus-treat-fold-headers)
14464         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14465         (gnus-treat-mail-picon, gnus-treat-wash-html)
14466         (gnus-article-encrypt-protocol)
14467         (gnus-use-idna, gnus-article-over-scroll)
14468         (gnus-mime-display-multipart-alternative-as-mixed)
14469         (gnus-mime-display-multipart-related-as-mixed)
14470         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14471         (gnus-ctan-url, gnus-button-ctan-handler)
14472         (gnus-button-handle-ctan-bogus-regexp)
14473         (gnus-button-ctan-directory-regexp)
14474         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14475         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14476         (gnus-button-man-level, gnus-button-emacs-level)
14477         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14478
14479         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14480         (gnus-agent-go-online): Change :version.
14481         (gnus-agent-expire-unagentized-dirs)
14482         (gnus-agent-auto-agentize-methods): Add :version.
14483
14484         * flow-fill.el (fill-flowed-display-column)
14485         (fill-flowed-encode-column): Add :version.
14486
14487         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14488         (gnus-outlook-deuglify-unwrap-max)
14489         (gnus-outlook-deuglify-cite-marks)
14490         (gnus-outlook-deuglify-unwrap-stop-chars)
14491         (gnus-outlook-deuglify-no-wrap-chars)
14492         (gnus-outlook-deuglify-attrib-cut-regexp)
14493         (gnus-outlook-deuglify-attrib-verb-regexp)
14494         (gnus-outlook-deuglify-attrib-end-regexp)
14495         (gnus-outlook-display-hook): Add :version.
14496
14497         * binhex.el (binhex-use-external): Add :version.
14498
14499 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14502         and `invisible'.
14503
14504 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14505
14506         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14507         in gnus-registry-trim.
14508
14509 2004-09-13  Simon Josefsson  <jas@extundo.com>
14510
14511         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14512
14513         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14514
14515         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14516         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14517         <yamaoka@jpl.org>.
14518         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14519         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14520         <yamaoka@jpl.org>.
14521
14522         * sieve.el (sieve-manage-mode): Ditto.
14523
14524 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14527
14528 2004-09-11  Simon Josefsson  <jas@extundo.com>
14529
14530         * dns-mode.el: Add.
14531
14532         * mm-view.el (mm-display-dns-inline): Add.
14533
14534         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14535         (mm-automatic-display): Ditto.
14536
14537         * mailcap.el (mailcap-mime-data): Add text/dns.
14538         (mailcap-mime-extensions): Map .soa to text/dns.
14539
14540 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14541
14542         * gnus-art.el (article-decode-mime-words, article-babel)
14543         (gnus-article-highlight-signature, gnus-article-add-buttons)
14544         (gnus-signature-toggle): Remove unnecessary bindings of
14545         `inhibit-read-only' inherited from v5.10 merge.
14546
14547 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * nntp.el (nntp): New customization group.
14550         (nntp-authinfo-file): Add customization group.
14551
14552         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14553
14554         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14555
14556         * gnus.el (to-address, to-list, subscribed)
14557         (large-newsgroup-initial): Ditto.
14558
14559         * flow-fill.el (fill-flowed-display-column)
14560         (fill-flowed-encode-column): Ditto.
14561
14562 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14563
14564         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14565         Use point-min rather than 1.
14566         (message-send-mail): Use buffer-size rather than point-max.
14567
14568         * gnus-sum.el (gnus-summary-search-article-forward):
14569         Signal a specific `search-failed' rather than a generic `error'.
14570
14571         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14572         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14573         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14574
14575 2004-09-10  Simon Josefsson  <jas@extundo.com>
14576
14577         * nndb.el (require): Remove tcp and duplicate cl.
14578
14579 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-agent.el (directory-files-and-attributes): Move forward.
14582
14583 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14584
14585         * gnus-agent.el (directory-files-and-attributes): Optionally
14586         defined to support XEmacs.
14587
14588 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14589
14590         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14591         to avoid run-time CL dependencies.
14592         (gnus-agent-unfetch-articles): New function.
14593         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14594         article numbers even when local .overview file is missing.
14595         (gnus-agent-read-article-number): New function.  Only accepts
14596         27-bit article numbers.
14597         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14598         gnus-agent-read-article-number.
14599         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14600         from backend while recognizing that article numbers in .overview
14601         must be valid.
14602         (gnus-agent-update-files-total-fetched-for): Use
14603         directory-files-and-attributes to improve performance.
14604         * gnus-int.el (gnus-request-move-article): Use
14605         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14606         improve performance.
14607
14608         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14609         some users confused by references to .newsrc when they only have a
14610         .newsrc.eld file.
14611         (gnus-convert-mark-converter-prompt)
14612         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14613         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14614         New function.  Used internally to only display 'gnus converting
14615         files' message when actually necessary.
14616
14617         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14618         methods now autoloaded.
14619
14620 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14623         identifiers.
14624
14625 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-picon.el: Fix indentation and closing parenthesis.
14628
14629 2004-09-01  Simon Josefsson  <jas@extundo.com>
14630
14631         * message.el (message-canlock-generate): Require sha1, not
14632         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14633         to require within a function.  Sadly, if sha1.el isn't loaded, the
14634         let binding in m-c-g will hide the defcustom definition, which is
14635         bad.)
14636
14637         * canlock.el: Require sha1, not sha1-el.
14638
14639         * message.el: Don't autoload sha1 (there is a autoload cookie in
14640         sha1.el).
14641
14642         * sha1-el.el: Renamed to sha1.el.
14643
14644 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14645
14646         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14647
14648 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14649
14650         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14651
14652 2004-08-30  Kim F. Storm  <storm@cua.dk>
14653
14654         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14655
14656         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14657         Add :group 'nnimap.
14658
14659 2004-08-30  Andreas Schwab  <schwab@suse.de>
14660
14661         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14662         ?* and ?\;.
14663
14664         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14665         and ?\' to symbol instead of whitespace.
14666
14667 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14670
14671         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14672         instead of re-search-forward.
14673
14674         * gnus-uu.el (gnus-uu-save-article): Ditto.
14675         (gnus-uu-post-encode-uuencode): Ditto.
14676
14677         * html2text.el (html2text-clean-list-items): Ditto.
14678         (html2text-clean-dtdd): Ditto.
14679         (html2text-format-tags): Ditto.
14680
14681         * message.el (message-send-mail-with-sendmail): Fix regexp.
14682         (message-fill-field-general): Use search-forward instead of
14683         re-search-forward.
14684         (unbold-region): Ditto.
14685
14686         * nnrss.el (nnrss-request-article): Ditto.
14687
14688         * nnslashdot.el (nnslashdot-request-article): Ditto.
14689
14690         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14691
14692         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14693         "Unrecognized menu descriptor" error in XEmacs.
14694
14695 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14696
14697         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14698         parent article of a sparse article in the thread hashtb.
14699
14700 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14701
14702         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14703         (nnmail-expand-newtext): Lowercase expanded entries if
14704         nnmail-split-lowercase-expanded is non-nil.
14705
14706 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14709
14710         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14711         of gnus-tmp-news-method into string under XEmacs.  It will be
14712         passed to gnus-correct-length which takes only a string argument.
14713
14714 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-util.el (gnus-bind-print-variables): New macro.
14717         (gnus-prin1): Use it.
14718         (gnus-prin1-to-string): Use it.
14719         (gnus-pp): New function.
14720         (gnus-pp-to-string): New function.
14721
14722         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14723         Replace pp-to-string with gnus-pp-to-string.
14724         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14725         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14726         * gnus-msg.el (gnus-debug): Ditto.
14727         * gnus-score.el (gnus-score-save): Ditto.
14728         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14729         gnus-pp-to-string.
14730         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14731         with gnus-pp.
14732         * score-mode.el (gnus-score-pretty-print): Ditto.
14733         * webmail.el (webmail-debug): Ditto.
14734
14735 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-art.el (article-display-face, article-display-x-face):
14738         Use buffer-read-only.
14739
14740 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-art.el (article-hide-list-identifiers):
14743         Bind inhibit-read-only as t.
14744
14745 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14748
14749 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14750
14751         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14752         (gnus-narrow-to-page): Don't assume point-min == 1.
14753         (gnus-article-edit-mode): Derive from message-mode.
14754
14755         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14756         point-min == 1.
14757
14758         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14759         Disable incorrect use of `assert'.
14760
14761         * message.el (message-mode): Set comment-start-skip.
14762
14763
14764 2004-08-22  Sam Steingold  <sds@gnu.org>
14765
14766         * pop3.el (pop3-leave-mail-on-server): New user variable.
14767         (pop3-movemail): Delete mail only when it is nil.
14768
14769 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14772
14773         * mml.el (mml-preview): Use `pop-to-buffer'.
14774
14775         * message.el (message-goto-mail-followup-to): Insert after "To".
14776         (message-carefully-insert-headers): Add comment.
14777
14778         * gnus.el: Remove unused variable `gnus-article-check-size'.
14779
14780         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14781
14782         * gnus-art.el (gnus-button-alist): Improve
14783         `gnus-button-handle-library' entry.
14784
14785 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14786
14787         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14788         downcase, since XEmacs capitalizes error messages differently.
14789
14790 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14791
14792         * nntp.el: Add (require 'gnus) due to reference to
14793         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14794
14795 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14796
14797         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14798         `mm-fill-flowed'.
14799
14800         * mm-decode.el (mm-dissect-singlepart): Check it.
14801
14802 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14803
14804         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14805         'imap' for netrc parsing.
14806
14807 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * mailcap.el (mailcap-mime-data): Mark as risky.
14810
14811 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14814         may be included in the encoded word.
14815         (rfc2047-encode): Don't append a space if the encoded word
14816         includes close parenthesis.
14817
14818 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14821         of text within parentheses.
14822
14823 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14824
14825         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14826         (gnus-encrypt-write-file-contents): Make the password key the file
14827         name PLUS the cipher, not just the cipher.  Also remove failed
14828         passwords from the cache.
14829
14830 2004-08-06  Simon Josefsson  <jas@extundo.com>
14831
14832         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14833         fix.
14834
14835 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14838         LWSP.
14839
14840 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14841
14842         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14843         to append in-reply-to: data to the references: header.
14844
14845         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14846         (netrc-parse): Use gnus-encrypt.el functions.
14847
14848         * gnus-encrypt.el: Add new file for encryption support; currently
14849         does only a few GPG ciphers and an internal XOR cipher.
14850
14851         * password.el: Add comments on using password-read-and-add.
14852         (password-read-and-add): Add function to read and add the
14853         password to the cache at once.
14854
14855 2004-07-28  Simon Josefsson  <jas@extundo.com>
14856
14857         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14858         parameter (but don't use it, for now).
14859
14860         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14861         instead of hard coding to nil.
14862
14863 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14866         as mm-inline-image-xemacs does.
14867
14868 2004-07-26  Simon Josefsson  <jas@extundo.com>
14869
14870         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14871         Revert part of 2004-07-17 change below.
14872
14873 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14876         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14877
14878 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14879
14880         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14881         quotes that actually start with ">" at the beginning of the
14882         lines.
14883
14884 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * rfc2047.el (rfc2047-encode-region): Fix last change.
14887         (rfc2047-encode-parameter): Remove useless concat.
14888
14889 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14892         encode special characters; fix some kind of misconfigured headers;
14893         signal a real error if debug-on-quit or debug-on-error is non-nil.
14894         (rfc2047-encode-max-chars): New variable.
14895         (rfc2047-encode-1): Use it.
14896         (rfc2047-encode-parameter): New function.
14897
14898         * mml.el (mml-insert-parameter): Remove an excessive space.
14899
14900 2004-07-17  Simon Josefsson  <jas@extundo.com>
14901
14902         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14903         Kai Grossjohann <kai@emptydomain.de>.
14904         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14905         (gnus-group-make-menu-bar): Ditto.
14906
14907         * gnus-util.el (gnus-group-server): Add.
14908
14909 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14910
14911         * message.el (message-clone-locals): Clone sendmail and smtp
14912         variables.
14913
14914 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * rfc2047.el (rfc2047-encode-region): Fix last change.
14917
14918 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14921         characters as non-special.
14922
14923 2004-07-09  Simon Josefsson  <jas@extundo.com>
14924
14925         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14926         Users will lose all flag changes made while unplugged with
14927         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14928         good default.  See numerous reports on ding mailing list.
14929
14930 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14933         add generate-head-function and generate-article-function to the
14934         rfc822-forward entry.
14935         (nndoc-rfc822-forward-generate-article): New function.
14936         (nndoc-rfc822-forward-generate-head): New function.
14937
14938         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14939
14940 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14941
14942         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14943         respect display group parameter and gnus-summary-expunge-below.
14944         (gnus-articles-to-read): Remove unused reference to display group
14945         parameter.
14946
14947 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14948
14949         * nnheader.el (nnheader-uniquify-message-id): New experimental
14950         variable.
14951         (nnheader-nov-read-message-id): Use it.
14952
14953         * spam-report.el (spam-report-gmane): Add interactive.
14954
14955 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14958         qp-or-base64 for the application/* types.
14959
14960 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14961
14962         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14963
14964 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14965
14966         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14967         trim value.
14968
14969 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14970
14971         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14972         New macro and function.
14973         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14974
14975 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14978         after-load-alist.
14979
14980 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14981
14982         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14983         update info that isn't there.
14984
14985 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14986
14987         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14988         entry.
14989
14990 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14991
14992         * mm-view.el (mm-inline-render-with-function): Use multibyte
14993         buffer; decode html source by charset.
14994
14995         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14996
14997         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14998         Mule-UCS is loaded under XEmacs.
14999         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15000
15001 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15002
15003         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15004
15005 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * mm-util.el (mm-coding-system-p): Return a coding-system.
15008         (mm-mime-mule-charset-alist): Use shift_jis instead of
15009         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15010         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15011         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15012         instead of japanese-shift-jis and iso-latin-1 respectively in
15013         order to share the default value with both Emacs and XEmacs-mule.
15014         (mm-mule-charset-to-mime-charset): Make
15015         mm-coding-system-priorities effective.
15016         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15017         while predicating of candidates upon the priorities.
15018
15019 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15020
15021         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15022         gnus-uu-invert-processable.
15023
15024         * gnus.el: Autoload gnus-uu-invert-processable.
15025
15026 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * mm-util.el (mm-with-multibyte-buffer): New macro.
15029
15030         * rfc2047.el (rfc2047-encode-string): Use it.
15031         (rfc2047-encode-region): Move point to the end of the region after
15032         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15033
15034 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15037         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15038
15039 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15042         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15043         Karl Chen <quarl@nospam.quarl.org>.
15044
15045 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15046
15047         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15048         invalid addresses.
15049
15050 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * spam.el: Change section markers, revise TODO list.
15053         (spam-backends): Make new master list of all installed backends.
15054         (spam-summary-exit-behavior): Add new variable to determine how
15055         messages moves are done at summary exit.
15056         (spam-move-spam-nonspam-groups-only)
15057         (spam-process-ham-in-nonham-groups)
15058         (spam-process-ham-in-spam-groups): Remove variables, the
15059         spam-summary-exit-behavior variable should be used to manage this
15060         behavior.
15061         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15062         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15063         and spam-old-spam-articles.
15064         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15065         Add empty variables, placeholders for the backends they represent.
15066         (spam-set-difference): Move, unchanged.
15067         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15068         unless the user has a processor variable.
15069         (spam-classifications, spam-classification-valid-p)
15070         (spam-backend-properties, spam-backend-property-valid-p)
15071         (spam-backend-function-type-valid-p)
15072         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15073         (spam-report-articles-gmane, spam-report-articles-resend):
15074         Remove functions, they are not needed.
15075         (spam-install-backend-super, spam-backend-list)
15076         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15077         (spam-backend-function, spam-backend-ham-registration-function)
15078         (spam-backend-spam-registration-function)
15079         (spam-backend-ham-unregistration-function)
15080         (spam-backend-spam-unregistration-function)
15081         (spam-backend-statistical-p, spam-backend-mover-p)
15082         (spam-install-backend-alias, spam-install-checkonly-backend)
15083         (spam-install-mover-backend, spam-install-nocheck-backend)
15084         (spam-install-backend, spam-install-statistical-backend)
15085         (spam-install-statistical-checkonly-backend): Add backend installation
15086         support.
15087         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15088         (spam-group-processor-p): Use the new backend code and respect the
15089         summary exit behavior.
15090         (spam-mark-spam-as-expired-and-move-routine): Remove.
15091         (spam-summary-prepare): Change to use the new spam-old-articles
15092         variable.
15093         (spam-copy-or-move-routine, spam-copy-spam-routine)
15094         (spam-move-spam-routine, spam-copy-ham-routine)
15095         (spam-move-ham-routine): Add code to copy/move ham or spam.
15096         (spam-fetch-field-fast): Improve doc and code, plus allow the
15097         'number request.
15098         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15099         variables.
15100         (spam-split, spam-find-spam): Use the new backend code.
15101         (spam-registration-functions): Remove variable.
15102         (spam-unregister-routine): Add convenience wrapper.
15103         (spam-log-undo-registration, spam-register-routine)
15104         (spam-log-processing-to-registry)
15105         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15106         where possible.
15107         (spam-check-gmane-xref, spam-check-regex-headers)
15108         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15109         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15110         (spam-check-bogofilter-headers, spam-check-spamoracle)
15111         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15112         (spam-check-crm114-headers): Use the spam-split-group that
15113         spam-split prepares, no need to determine it every time.
15114
15115         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15116         to the nnheader-parse-naked-head call.
15117
15118         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15119
15120         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15121         the nnheader-nov-read-message-id call.
15122
15123 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15126         gnus-activate-group twice.  Suggested by Markus Peter
15127         <warp@spin.de>.
15128
15129 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * gnus-art.el (gnus-article-time-format): Exchange the order of
15132         day and month in the default value; fix customization type.
15133         (article-date-ut): Use add-text-properties.
15134         (article-make-date-line): Use message-make-date instead of
15135         current-time-string.
15136
15137         * message.el (message-fetch-field): Don't use set-text-properties.
15138         (message-make-date): Simplify.
15139
15140         * messagexmas.el (message-xmas-make-date): New function.
15141         (message-xmas-redefine): Defalias message-make-date to it.
15142
15143 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15146         (rfc2047-encode-region): Treat text within parentheses as special;
15147         show the original text when error has occurred.
15148
15149         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15150         already-computed method to gnus-activate-group.
15151
15152         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15153         same select-methods identical Lisp objects.
15154
15155         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15156         object when modifying the info.
15157
15158 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15161         gnus-opened-servers since it has never been opened with the new
15162         configuration yet.
15163
15164 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15167         arg to nnheader-generate-fake-message-id.
15168
15169 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15170
15171         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15172         number and build a fake message ID localized to a group and
15173         article number (so it's repeatable from that point on).
15174         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15175         ID format.
15176
15177         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15178         nnheader-generate-fake-message-id with the article number.
15179
15180 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15181
15182         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15183         end-of-buffer.
15184
15185 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15186
15187         * message.el (message-ignored-supersedes-headers): Add Approved.
15188
15189 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15192         goto-char.
15193         (rfc2047-encode): Fold the line before encoding.
15194
15195 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15196
15197         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15198         folding -- not all headers can be folded, and this should be done
15199         by the message composition mode.  Probably.  I think.
15200
15201 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15204         fast.
15205
15206         * gnus-ems.el (gnus-remove-image): Don't use
15207         message-text-with-property; remove only the image found first.
15208
15209         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15210         found first.
15211
15212 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15213
15214         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15215
15216 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * message.el (message-text-with-property): Make it fast and accept
15219         optional arguments.
15220         (message-strip-forbidden-properties): Use it.
15221         (message-fix-before-sending): Follow the m-t-w-p change.
15222
15223         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15224
15225 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * gnus-art.el (article-hide-headers): Don't change the buffer
15228         mistakenly when performing mml-preview even if
15229         gnus-single-article-buffer is nil.
15230
15231 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15232
15233         * message.el (message-expand-name-databases): New user option.
15234         (message-expand-name): Use it.
15235
15236 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15237
15238         * spam.el (spam-report-articles-resend)
15239         (spam-report-resend-register-routine): Allow ham reporting.
15240         (spam-report-resend-register-ham-routine): Add wrapper.
15241         (spam-registration-functions): Add ham resending functions.
15242         (spam-list-of-processors): Add ham resend processor.
15243
15244         * gnus.el (ham-resend-to): Add new group parameter.
15245         (spam-process): Add ham resend option.
15246
15247         * spam-report.el (spam-report-resend): Allow reporting ham.
15248         (spam-report-resend-ham): Add wrapper.
15249
15250 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15251
15252         * message.el (message-cite-articles-with-x-no-archive): New
15253         variable.
15254         (message-cite-original): Use it.
15255
15256 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15257
15258         * message.el (message-cite-original): Respect X-No-Archive.
15259
15260 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * gnus-art.el (article-hide-headers): Refer to the values for
15263         gnus-ignored-headers and gnus-visible-headers in the summary
15264         buffer since a user may have set them as group parameters.
15265
15266 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * assistant.el (assistant-node-name): Add convenience function.
15269         (assistant-render-text, assistant-render-node): Add error handling,
15270         plus handle multiple next nodes.
15271         (assistant-find-next-node): Comment out for now.
15272         (assistant-find-next-nodes): Add function, returns list of next
15273         nodes.
15274
15275 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * mail-source.el (mail-source-directory): Fix doc-string.
15278
15279 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15280
15281         * assistant.el (assistant-render-text, assistant-eval): Add :set
15282         widget type, which is different because it takes and returns a
15283         list.  Much hilarity ensues.
15284
15285 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15288
15289         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15290         doc-string.
15291
15292         * gnus-start.el (gnus-activate-group): Added doc-string.
15293
15294 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15297
15298 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15299
15300         * assistant.el (assistant-render-text): Try to add a :set
15301         widget, more to come.
15302
15303         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15304         strings.
15305         (spam-report-articles-resend)
15306         (spam-register-routine): Do registration iff any articles warrant
15307         it.
15308         (spam-summary-prepare-exit): Change log message for nil group
15309         destinations.
15310
15311 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15312
15313         * spam.el (spam-report-resend-register-routine): Allow
15314         spam-report-resend-to to be a group parameter or a global value.
15315
15316 2004-05-26  Simon Josefsson  <jas@extundo.com>
15317
15318         * starttls.el: Merge with my GNUTLS based starttls.el.
15319         (starttls-gnutls-program, starttls-use-gnutls)
15320         (starttls-extra-arguments, starttls-process-connection-type)
15321         (starttls-connect, starttls-failure, starttls-success): New
15322         variables.
15323         (starttls-program, starttls-extra-args): Doc fix.
15324         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15325         functions.
15326         (starttls-negotiate, starttls-open-stream): Check
15327         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15328         function if it is set.
15329
15330 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15333         structured fields.
15334
15335 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15336
15337         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15338
15339 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15340
15341         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15342         variable.
15343         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15344         assigning the spam-mark to new messages.
15345
15346 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15347
15348         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15349
15350 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15353
15354         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15355         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15356         default.
15357
15358 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15359
15360         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15361         correct data.
15362
15363 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15364
15365         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15366         (spam-group-processor-p): Fix function.
15367         (spam-group-processor-multiple-p)
15368         (spam-group-spam-processor-report-gmane-p)
15369         (spam-group-spam-processor-report-resend-p)
15370         (spam-group-spam-processor-bogofilter-p)
15371         (spam-group-spam-processor-blacklist-p)
15372         (spam-group-spam-processor-ifile-p)
15373         (spam-group-ham-processor-ifile-p)
15374         (spam-group-spam-processor-spamoracle-p)
15375         (spam-group-spam-processor-crm114-p)
15376         (spam-group-ham-processor-bogofilter-p)
15377         (spam-group-spam-processor-stat-p)
15378         (spam-group-ham-processor-stat-p)
15379         (spam-group-ham-processor-whitelist-p)
15380         (spam-group-ham-processor-BBDB-p)
15381         (spam-group-ham-processor-spamoracle-p)
15382         (spam-group-ham-processor-copy-p): Remove functions with some
15383         prejudice against unneeded code.
15384         (spam-report-articles-resend)
15385         (spam-report-resend-register-routine): Allow the group/topic
15386         spam-resend-to value to override spam-report-resend-to.
15387         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15388         properly now.
15389
15390         * gnus.el (spam-resend-to): Add group/topic parameter.
15391         (spam-process): Move the OBSOLETE processors to the end of the
15392         choices.
15393
15394 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15395
15396         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15397         with resend-to set to nil, and then ask the user if necessary.
15398         (spam-report-resend): spam-report-resend takes a list of articles, not
15399         separate article numbers.
15400
15401 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15404         addition to emacs-w3m.
15405
15406 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15407
15408         * assistant.el (assistant-authinfo-data): New function.
15409         (assistant-eval): Eval for entire assistant.
15410
15411         * netrc.el (netrc-services-file): New variable.
15412         (netrc-parse-services): New function.
15413         (netrc-find-service-name): New function.
15414         (netrc-find-service-number): New function.
15415         (netrc-port-equal): New function.
15416         (netrc-machine): Use it.
15417
15418         * nnimap.el (nnimap-open-connection): Use netrc.
15419
15420         * gnus-util.el (gnus-netrc-get): Remove aliases.
15421
15422         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15423
15424         * assistant.el (wid-edit): Fix compilation.
15425
15426         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15427
15428 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15429
15430         * gnus-util.el (gnus-set-file-modes): New function.  (small
15431         patch).
15432
15433 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15434
15435         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15436
15437         * assistant.el (assistant-render-node): Fix up rendering and
15438         read-only text.
15439         (assistant-render-node): Reset.
15440         (assistant-make-read-only): Not sticky.
15441
15442 2004-05-20  Danny Siu  <dsiu@adobe.com>
15443
15444         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15445         centered even when gnus-auto-center-summary is t.
15446
15447 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15448
15449         * dns.el (dns-get-txt-answer): New function.
15450         (dns-read-txt): Ditto.
15451         (query-dns): Use it.
15452
15453 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15456         active for foreign groups even if the group level is higher than
15457         the specified value.
15458
15459 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460
15461         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15462         non-active groups.
15463
15464         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15465
15466 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15467
15468         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15469
15470 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15471
15472         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15473         (spam-crm114-header, spam-crm114-spam-switch)
15474         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15475         (spam-crm114-positive-spam-header)
15476         (spam-crm114-database-directory, spam-list-of-processors)
15477         (spam-group-spam-processor-crm114-p)
15478         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15479         (spam-generic-score, spam-list-of-checks)
15480         (spam-list-of-statistical-checks, spam-registration-functions)
15481         (spam-check-crm114-headers, spam-crm114-score)
15482         (spam-check-crm114, spam-crm114-register-with-crm114)
15483         (spam-crm114-register-spam-routine)
15484         (spam-crm114-unregister-spam-routine)
15485         (spam-crm114-register-ham-routine)
15486         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15487         asjo@koldfront.dk (Adam Sjøgren).
15488
15489         * gnus.el: Add spam-use-crm114.
15490
15491         * spam.el (spam-list-of-processors, spam-registration-functions):
15492         Add spam-use-resend.
15493         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15494         (spam-report-articles-gmane): Add doc fix.
15495         (spam-report-articles-resend, spam-report-resend-register-routine):
15496         Add wrappers around spam-report-resend-to.
15497
15498         * spam-report.el (spam-report-resend-to, spam-report-resend):
15499         Add support for resending spam.
15500         (spam-report-gmane): Fix line length >80.
15501
15502         * gnus.el (spam-process): Add spam-use-resend.
15503
15504 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15505
15506         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15507         number of processed spam messages.
15508         (spam-ham-copy-or-move-routine): Return the number of processed
15509         ham messages.
15510         (spam-summary-prepare-exit): Use the above values to decide
15511         whether status messages shouled be displayed.
15512
15513 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15516         `rfc2047-encoding-function-alist' in order to avoid conflicting
15517         with the old version.
15518         (rfc2047-encode-region): Concatenate words containing non-ASCII
15519         characters in structured fields; don't encode space-delimited
15520         ASCII words even in unstructured fields; don't break words at
15521         char-category boundaries.
15522         (rfc2047-encode-1): New function.
15523         (rfc2047-encode): Use it; encode text so that it occupies the
15524         maximum width within 76-column; work correctly on Q encoding for
15525         iso-2022-* charsets.
15526         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15527         sure not to break a line just after the header name.
15528         (rfc2047-b-encode-region): Removed.
15529         (rfc2047-b-encode-string): New function.
15530         (rfc2047-q-encode-region): Removed.
15531         (rfc2047-q-encode-string): New function.
15532
15533         * mm-util.el (mm-replace-in-string): New function.
15534
15535 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15536
15537         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15538         get it right.
15539         (gnus-inews-make-draft): Really.
15540
15541 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15542
15543         * nnmh.el (nnmh-request-list-1): Don't check the link count
15544         before descending.  (small patch)
15545
15546 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15547
15548         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15549         stuff.
15550
15551         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15552         on real group name.
15553
15554         * gnus-art.el (gnus-signature-limit): Doc fix.
15555
15556         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15557
15558         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15559
15560 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15561
15562         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15563         isn't a string.
15564
15565 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15566
15567         * gnus-draft.el (gnus-draft-send): Bind
15568         rfc2047-encode-encoded-words.
15569
15570         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15571         (rfc2047-encodable-p): Say that =? needs encoding.
15572         (rfc2047-encode-encoded-words): New variable.
15573
15574         * gnus-group.el (gnus-group-select-group): Doc fix.
15575
15576         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15577
15578         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15579         to nil.
15580
15581         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15582
15583         * nnheader.el (nnheader-get-lines-and-char): New function.
15584
15585 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * gnus-msg.el (gnus-summary-followup-with-original): Document
15588         yanking of region when active.
15589
15590 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15593         groups if the group level is higher than the specified value.
15594
15595 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15598         (gnus-group-jump-to-group): Added prefix argument using
15599         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15600         non-active group.
15601
15602         * compface.el (uncompface): Be verbose when changing
15603         `uncompface-use-external'.
15604
15605         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15606         handle manual section.
15607
15608 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15609
15610         * gnus-art.el (gnus-button-alist): Revert previous change.
15611
15612 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15615
15616 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15617
15618         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15619         whether backend can accept message.
15620
15621         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15622
15623 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15624
15625         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15626         Avoid creating directory when nntp-marks-is-evil is true.
15627         Reported by Reiner Steib.
15628
15629 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15630
15631         * gnus-picon.el (gnus-picon-style): New variable.
15632         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15633         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15634         Jesper Harder <harder@ifa.au.dk>.
15635
15636 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * message.el (message-fill-field): Return point.
15639         (message-generate-headers): Go to end of field.
15640
15641         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15642         stuff for non-living groups.
15643
15644 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15645
15646         * gnus-art.el (gnus-article-followup-with-original)
15647         (gnus-article-reply-with-original): gnus-mark-active-p ->
15648         gnus-region-active-p.
15649
15650 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15651
15652         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15653         only when there is spam or ham to be processed.
15654
15655 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15656
15657         * mail-source.el (mail-source-delete-crash-box): Refactor.
15658         (mail-source-fetch): Use it.
15659         (mail-source-fetch-file): Ditto.
15660         (mail-source-fetch-directory): Run postscript in loop.
15661         (mail-source-fetch-pop): Delete.
15662         (mail-source-fetch-maildir): Ditto.
15663         (mail-source-fetch-imap): Ditto.
15664
15665         * imap.el (imap-authenticators): Comment out sasl.
15666
15667         * message.el (message-skip-to-next-address): New function.
15668         (message-fill-header-address): Refactor.
15669         (message-fill-address): Use it.
15670         (message-delete-address): Use it.
15671         (message-fill-header-general): Refactor.
15672         (message-fill-field-address): Rename.
15673         (message-narrow-to-field): Find the start of the header.
15674         (message-header-format-alist): Don't pre-fill.
15675         (message-fill-header): Removed.
15676         (message-insert-header): New function.
15677         (message-shorten-references): Use it.
15678
15679         * rfc2047.el (rfc2047-field-value): Strip props.
15680
15681         * mail-parse.el (mail-header-make-address): New alias.
15682
15683         * ietf-drums.el (ietf-drums-make-address): New function.
15684
15685         * imap.el: Add compiler directives.
15686
15687         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15688
15689         * gnus-art.el (article-decode-idna-rhs): Don't use
15690         message-idna-inside-rhs-p.
15691
15692 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15693
15694         * message.el (message-idna-inside-rhs-p): Removed.
15695         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15696
15697         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15698         false positives.
15699
15700 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15701
15702         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15703
15704 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15705
15706         * nneething.el (nneething-file-name): Don't create spurious
15707         files.
15708
15709         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15710         (gnus-inews-do-gcc): Remove sleep.
15711
15712         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15713         part under point.
15714
15715         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15716         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15717
15718 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * spam.el (spam-summary-prepare-exit): Fixed (length).
15721
15722 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15725         as expired without moving it" message when there are spam
15726         messages left.
15727
15728 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15729
15730         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15731         header is not nil.
15732
15733 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15734
15735         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15736         nntp-possibly-create-directory, not nntp-possibly-change-group.
15737         (nntp-marks-changed-p): New arg SERVER.
15738         (nntp-request-update-info): Adjust caller.
15739
15740 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15741
15742         * nntp.el (nntp-save-marks): Pass missing arg.
15743
15744 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15745
15746         * nntp.el: Support marks.
15747         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15748         (nntp-marks-modtime, nntp-marks-directory): New variables.
15749         (nntp-request-set-mark, nntp-request-update-info)
15750         (nntp-possibly-create-directory, nntp-marks-changed-p)
15751         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15752         functions.
15753
15754 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15755
15756         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15757         (gnus-xmas-redefine): Rename.
15758
15759         * gnus-score.el (gnus-score-insert-help): Use
15760         gnus-select-lowest-window.
15761
15762         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15763         appt-select-lowest-window and rename to gnus-select-lowest-window.
15764
15765         * gnus.el: do.
15766
15767 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15768
15769         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15770         encodings of MIME-encoded words, in order to improve
15771         interoperability with several broken MUAs.
15772
15773 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15774
15775         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15776         tags, only when charsets are not specified in headers.
15777         (mm-inline-text-html-render-with-w3m): Ditto.
15778
15779         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15780         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15781
15782 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15783
15784         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15785         instead of MIME-decoded from fields when checking
15786         `gnus-article-address-banner-alist'.
15787
15788 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15789
15790         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15791         description rather than subject.
15792
15793 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15794
15795         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15796
15797 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15798
15799         * gnus.el (gnus-version-number): Bump.
15800
15801 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15802
15803         * gnus.el: No Gnus v0.2 is released.
15804
15805 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15806
15807         * gnus-agent.el (gnus-agent-read-agentview): Inline
15808         gnus-uncompress-range.
15809
15810 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15811
15812         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15813         `exec-installed-p'.
15814
15815 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15816
15817         * gnus.el (spam-process, spam-autodetect-methods): Add
15818         bsfilter and bsfilter-headers.
15819
15820         * spam.el (spam-bsfilter): New customize group.
15821         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15822         (spam-bsfilter-header, spam-bsfilter-probability-header)
15823         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15824         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15825         (spam-bsfilter-database-directory): New options.
15826         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15827         (spam-list-of-statistical-checks, spam-registration-functions):
15828         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15829         (spam-bsfilter-score): New command.
15830         (spam-check-bsfilter-headers, spam-check-bsfilter)
15831         (spam-bsfilter-register-with-bsfilter)
15832         (spam-bsfilter-register-spam-routine)
15833         (spam-bsfilter-unregister-spam-routine)
15834         (spam-bsfilter-register-ham-routine)
15835         (spam-bsfilter-unregister-ham-routine): New functions.
15836         (spam-generic-score): Support bsfilter; Accept an optional argument
15837         to recalcurate spam score even if scoring header has already been
15838         added.
15839         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15840         optional argument to recalcurate spam score even if scoring header
15841         has already been added.
15842
15843 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15844
15845         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15846         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15847         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15848         link is missing.
15849
15850 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15851
15852         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15853         (html2text-get-attr): Rewrite.
15854
15855         * message.el (message-setup-1): Remove redundant put-text-property
15856         on mail-header-separator.
15857
15858 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * gnus-registry.el (gnus-registry-cache-whitespace)
15861         (gnus-registry-action, gnus-registry-spool-action)
15862         (gnus-registry-split-fancy-with-parent): Change message levels
15863         from 5 to 3 or 7, as needed.
15864
15865         * spam.el (spam-summary-prepare-exit)
15866         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15867         (spam-split, spam-find-spam, spam-log-undo-registration)
15868         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15869         level from 5 to 6.
15870
15871 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15874         2004-03-04 change).
15875
15876 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * sieve-manage.el (sieve-manage-open):
15879         * nnweb.el (nnweb-insert-html):
15880         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15881         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15882         * nnspool.el (nnspool-request-group):
15883         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15884         * nnml.el (nnml-request-update-info):
15885         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15886         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15887         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15888         (nnimap-request-set-mark):
15889         * nnfolder.el (nnfolder-request-update-info):
15890         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15891         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15892         * gnus-uu.el (gnus-uu-find-articles-matching):
15893         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15894         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15895         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15896         * gnus-nocem.el (gnus-nocem-scan-groups):
15897         * gnus-int.el (gnus-start-news-server):
15898         * gnus-group.el (gnus-group-make-kiboze-group)
15899         (gnus-group-browse-foreign-server):
15900         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15901         Use mapc when appropriate.
15902
15903 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         FIXME: Make separate entries for each person.
15906
15907         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15908         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15909         <shields@msrl.com>:
15910
15911         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15912         may need for spam sorting and scoring.
15913         (spam-user-format-function-S): Add user format function suitable for
15914         general use.
15915         (spam-article-sort-by-spam-status): Add sorting function for summary
15916         sorting.
15917         (spam-extra-header-to-number): Add function to get a score from a
15918         header.
15919         (spam-summary-score): Add function to get a numeric score from the
15920         headers.
15921         (spam-generic-score): Fix function doc, was in wrong place.
15922         (spam-initialize): Take symbols when it's run, and install the
15923         extra headers that spam-necessary-extra-headers thinks we need.
15924
15925 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15926
15927         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15928         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15929
15930 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15931
15932         * gnus-sum.el (gnus-set-global-variables)
15933         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15934         (gnus-article-get-xrefs, gnus-summary-best-group)
15935         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15936         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15937         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15938         Use with-current-buffer.
15939
15940 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15941
15942         * spam.el (spam-summary-prepare-exit): Simplify logic.
15943         (spam-fetch-article-header): Read the article header if it's not
15944         available.
15945         (spam-list-articles): Simplify logic.
15946         (spam-filelist-register-routine): Fix bug with unregister-list.
15947
15948         * gnus-registry.el: Fix comments at beginning.
15949
15950 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15951
15952         * message.el (message-cater-to-broken-inn): Remove.
15953         (message-shorten-references): Make sure the total folded length of
15954         References is shorter than 998 characters to cater to a bug in INN
15955         2.3.  Also, don't pretend that references aren't folded -- this
15956         hasn't worked for a while.
15957
15958 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15959
15960         * gnus-agent.el (gnus-agentize):
15961         gnus-agent-send-mail-real-function no longer set to current value
15962         of message-send-mail-function but rather a lambda that calls
15963         message-send-mail-function.  The change makes the agent real-time
15964         responsive to user changes to message-send-mail-function.
15965
15966 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15967
15968         * legacy-gnus-agent.el
15969         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15970         help from Florian Weimer <fw@deneb.enyo.de>
15971
15972 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * nnmail.el (nnmail-cache-insert): Revert last change.
15975
15976 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * nnmail.el (nnmail-cache-insert): Always check whether
15979         nnmail-cache-ignore-groups matches a group name.
15980
15981 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15984         (spam-find-spam, spam-log-processing-to-registry)
15985         (spam-log-registered-p, spam-log-unregistration-needed-p)
15986         (spam-log-undo-registration): Use gnus-message instead of
15987         gnus-error, none of these errors are fatal.
15988
15989         * gnus-registry.el (gnus-registry-clean-empty-function)
15990         (gnus-registry-clean-empty): Remove only empty entries without
15991         extra data.
15992
15993 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15994
15995         * spam-stat.el (spam-stat-buffer-change-to-spam)
15996         (spam-stat-buffer-change-to-non-spam): Change (error) to
15997         (gnus-message 8) invocation.
15998
15999 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * nntp.el (nntp-via-netcat-command): New variable.
16002         (nntp-via-netcat-switches): New variable.
16003         (nntp-open-via-rlogin-and-netcat): New function.
16004         (nntp-open-connection-function): Doc fix.
16005         (nntp-telnet-command): Doc fix.
16006         (nntp-end-of-line): Doc fix.
16007         (nntp-via-rlogin-command): Doc fix.
16008         (nntp-via-user-name): Doc fix.
16009         (nntp-via-address): Doc fix.
16010
16011 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16014         error in Emacs 21.1.
16015
16016 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16017
16018         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16019
16020 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16021
16022         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16023         (gnus-agent-with-refreshed-group): New macro.
16024         (gnus-agent-rename-group): New function.
16025         (gnus-agent-delete-group): New function.
16026         (gnus-agent-save-group-info): Use gnus-command-method when
16027         `method' parameter is nil.  Don't write nil entries into the
16028         active file.
16029         (gnus-agent-get-group-info): New function.
16030         (gnus-agent-fetch-articles): Use
16031         gnus-agent-update-files-total-fetched-for to increment disk space
16032         used.
16033         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16034         gnus-agent-update-view-total-fetched-for to increment disk space
16035         used.
16036         (gnus-agent-get-local): Added optional parameters to avoid calling
16037         gnus-group-real-name and gnus-find-method-for-group.
16038         (gnus-agent-set-local): Delete stored entry if either min, or max,
16039         are nil.
16040         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16041         quit, use gnus-agent-regenerate-group to record existance of any
16042         articles fetched to disk before the quit occurred.
16043         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16044         gnus-agent-update-view-total-fetched-for, and
16045         gnus-agent-update-files-total-fetched-for to decrement disk space
16046         used.
16047         (gnus-agent-retrieve-headers): Use
16048         gnus-agent-update-view-total-fetched-for to increment disk space
16049         used.
16050         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16051         with gnus-agent-update-files-total-fetched-for to decrement disk
16052         space and fresh group buffer.
16053         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16054         (gnus-agent-need-update-total-fetched-for): New variable.
16055         (gnus-agent-update-files-total-fetched-for): New function.
16056         (gnus-agent-update-view-total-fetched-for): New function.
16057         (gnus-agent-total-fetched-for): New function.
16058
16059         * gnus-cache.el (gnus-cache-save-buffers): Use
16060         gnus-cache-update-overview-total-fetched-for to change disk space
16061         used by this group.
16062         (gnus-cache-possibly-enter-article): Use
16063         gnus-cache-update-file-total-fetched-for to increment disk space
16064         used by this group.
16065         (gnus-cache-possibly-remove-article): Use
16066         gnus-cache-update-file-total-fetched-for to decrement disk space
16067         used by this group.
16068         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16069         (gnus-cache-rename-group): New function.
16070         (gnus-cache-delete-group): New function.
16071         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16072         (gnus-cache-need-update-total-fetched-for): New variable.
16073         (gnus-cache-with-refreshed-group): New macro.
16074         (gnus-cache-update-file-total-fetched-for): New function.
16075         (gnus-cache-update-overview-total-fetched-for): New function.
16076         (gnus-cache-rename-group-total-fetched-for): New function.
16077         (gnus-cache-delete-group-total-fetched-for): New function.
16078         (gnus-cache-total-fetched-for): New function.
16079
16080         * gnus-group.el: Require gnus-sum and autoload functions to
16081         resolve warnings when gnus-group.el compiled alone.
16082         (gnus-group-line-format): Documented new %F.
16083         (size of Fetched data) group line format; identifies disk space
16084         used by agent and cache.
16085         (gnus-group-line-format-alist): Defined new F format.
16086         (gnus-total-fetched-for): New function.
16087         (gnus-group-delete-group): No longer update
16088         gnus-cache-active-altered as gnus-request-delete-group now keeps
16089         the cache in sync.
16090         (gnus-group-list-active): Let the agent store a server's active
16091         list if currently plugged.
16092
16093         * gnus-int.el (gnus-request-delete-group):
16094         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16095         local disk in sync with the server.
16096         (gnus-request-rename-group):
16097         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16098         local disk in sync with the server.
16099
16100         * gnus-start.el (gnus-get-unread-articles):
16101         Cosmetic simplification to logic.
16102
16103         * gnus-util.el (gnus-rename-file): New function.
16104
16105 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16106
16107         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16108
16109 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16110
16111         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16112         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16113
16114 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16115
16116         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16117         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16118
16119 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16120
16121         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16122
16123 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16124
16125         * spam.el (spam-set-difference): Add function to replace
16126         gnus-set-difference in spam.el.
16127         (spam-summary-prepare-exit): Use spam-set-difference.
16128
16129 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16130
16131         * gnus-registry.el (gnus-registry-cache-file): Update to use
16132         gnus-dribble-directory OR gnus-home-directory OR ~.
16133         (gnus-registry-split-fancy-with-parent): Fix doc.
16134
16135 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * message.el (message-exchange-point-and-mark): Use
16138         message-mark-active-p.  Suggested by Jesper Harder
16139         <harder@ifa.au.dk>.
16140
16141 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * message.el (message-exchange-point-and-mark): Don't activate
16144         region if it was inactive.  Suggested by Hiroshi Fujishima
16145         <pooh@nature.tsukuba.ac.jp>.
16146
16147 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus-art.el (article-display-face): Display Faces in the same
16150         order as X-Faces.
16151
16152 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16155
16156 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16159         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16160         (gnus-article-mime-hierarchy): Remove.
16161         (gnus-article-mime-hierarchy-next): Remove.
16162         (gnus-article-mode): Revert 2004-03-19 change.
16163         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16164         (gnus-insert-mime-button): Revert 2004-03-19 change.
16165         (gnus-mime-accumulate-hierarchy): Remove.
16166         (gnus-mime-enter-multipart): Remove.
16167         (gnus-mime-leave-multipart): Remove.
16168         (gnus-mime-display-part): Revert 2004-03-19 change.
16169         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16170
16171         * mml.el (mml-preview): Revert 2004-03-19 change.
16172
16173 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16174
16175         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16176
16177 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16180         t while entering a file name using the mm-with-multibyte macro.
16181         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16182
16183         * mm-util.el (mm-with-multibyte): New macro.
16184
16185 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16188         user option.
16189         (gnus-mime-multipart-functions): Doc and customization fix.
16190         (gnus-article-mime-hierarchy): New variable.
16191         (gnus-article-mime-hierarchy-next): New variable.
16192         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16193         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16194         gnus-article-mime-hierarchy-next to nil.
16195         (gnus-insert-mime-button): Show hierarchy numbers.
16196         (gnus-mime-accumulate-hierarchy): New function.
16197         (gnus-mime-enter-multipart): New function.
16198         (gnus-mime-leave-multipart): New function.
16199         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16200         (gnus-mime-display-alternative): Show hierarchy numbers.
16201
16202         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16203         gnus-article-mime-hierarchy-next to nil.
16204
16205 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16206
16207         * dns.el: Don't require gnus-xmas.
16208
16209 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16210
16211         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16212         inline PGP.
16213         (mml-menu): Disable mml-quote-region if mark is inactive.
16214
16215 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16218         when the group's active is not available.
16219
16220 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16223         error.
16224
16225 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16226
16227         * imap.el (imap-store-password): New variable.
16228         (imap-interactive-login): Use it.
16229         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16230
16231 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16234         window-start and hscroll to summary window.
16235
16236 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16237
16238         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16239         conversion message to newsrc-dribble when an actual conversion is
16240         performed.
16241
16242 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16243
16244         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16245
16246 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * mm-decode.el (mm-complicated-handles): New function reviving
16249         former definition of mm-multiple-handles.
16250
16251         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16252         (gnus-mime-delete-part): Use it.
16253
16254 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16255
16256         * gnus-agent.el (gnus-agent-read-local): Bind
16257         nnheader-file-coding-system to gnus-agent-file-coding-system to
16258         avoid the implicit assumption that they will always be equal.
16259         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16260         coding-system-for-write, as the with-temp-file macro first prints
16261         to a buffer then saves the buffer.
16262
16263 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * gnus-art.el (gnus-article-edit-part): New function.
16266         (gnus-mime-save-part-and-strip): Use it; do query instead of
16267         signaling an error; don't use mm-multiple-handles.
16268         (gnus-mime-delete-part): Ditto.
16269
16270 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16271
16272         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16273         old file versions.
16274         (gnus-group-prepare-hook): Removed function that converted list
16275         form of gnus-agent-expire-days to group properties.
16276
16277         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16278         (gnus-request-accept-article): Re-indented.
16279
16280         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16281         converters to handle old agent file formats.  Added logic for a
16282         "backup before upgrading warning".
16283         (gnus-convert-mark-converter-prompt): Developers can mark
16284         functions as needing (default), or not needing,
16285         gnus-convert-old-newsrc's "backup before upgrading warning".
16286         (gnus-convert-converter-needs-prompt): Tests whether the user
16287         should be protected from potentially irreversable changes by the
16288         function.
16289
16290         * legacy-gnus-agent.el: New.  Provides converters that are only
16291         loaded when gnus-convert-old-newsrc needs to call them.
16292
16293 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16294
16295         * mail-source.el (mail-source-touch-pop): Doc fix.
16296
16297         * message.el (message-smtpmail-send-it): Doc fix.
16298
16299 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16300
16301         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16302
16303         * nnmail.el (nnmail-split-fancy): do.
16304
16305         * gnus-kill.el (gnus-kill, gnus-execute): do.
16306
16307 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16308
16309         * gnus-sum.el (gnus-widget-reversible-match)
16310         (gnus-widget-reversible-to-internal)
16311         (gnus-widget-reversible-to-external): New functions.
16312         (gnus-widget-reversible): New widget.
16313         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16314
16315 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16316
16317         * gnus-sum.el (gnus-thread-sort-functions)
16318         (gnus-article-sort-functions): Document `(not F)' items.
16319
16320 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16321
16322         * spam.el (spam-use-gmane-xref): Add new backend.
16323         (spam-gmane-xref-spam-group): Add variable to control the name of the
16324         Gmane spam group.
16325         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16326         (spam-regex-headers-spam, spam-regex-headers-ham)
16327         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16328         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16329         backends and checks.
16330         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16331
16332         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16333         an autodetect method.
16334
16335 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16336
16337         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16338         articles are being added to a group.
16339         (gnus-request-replace-article): Inform the agent that articles
16340         need to be uncached as the cached contents are no longer valid.
16341
16342 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * binhex.el: Don't autoload executable-find.
16345
16346         * canlock.el: Don't autoload mail-fetch-field.
16347
16348         * dgnushack.el: Autoload c-mode for XEmacs.
16349
16350         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16351
16352         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16353         rmail-dont-reply-to and rmail-output.
16354
16355         * gnus-score.el: Don't autoload ffap-string-at-point.
16356
16357         * gnus-setup.el: Don't autoload sc-cite-original.
16358
16359         * imap.el: Don't autoload base64-decode-string,
16360         base64-encode-string and md5.
16361
16362         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16363         and rmail-msg-restore-non-pruned-header.
16364
16365         * mm-decode.el: Don't autoload executable-find.
16366
16367         * mm-url.el: Don't autoload executable-find.
16368
16369         * mm-view.el: Don't autoload diff-mode.
16370
16371         * nndb.el: Don't autoload news-reply-mode, news-setup,
16372         cancel-timer and telnet.
16373
16374         * password.el: Don't autoload run-at-time for Emacs.
16375
16376         * sha1-el.el: Don't autoload executable-find.
16377
16378         * sieve-mode.el: Don't autoload c-mode.
16379
16380         * uudecode.el: Don't autoload executable-find.
16381
16382 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16383
16384         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16385         (gnus-agent-possibly-alter-active): Avoid null in numeric
16386         comparison.
16387         (gnus-agent-set-local): Refuse to save null in local object table.
16388         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16389         list of articles that will be marked as unread.
16390
16391 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16394
16395 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16396
16397         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16398         language tags.
16399
16400 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16401
16402         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16403         Don't bind "obarray".
16404
16405         * gnus-sum.el (gnus-thread-sort-functions): Added
16406         `gnus-thread-sort-by-most-recent-number' and
16407         `gnus-thread-sort-by-most-recent-date'.
16408         Reported by Kai Grossjohann <kai@emptydomain.de>.
16409
16410 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16413
16414 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16415
16416         * gnus-cus.el (gnus-agent-customize-category): Removed
16417         ignore-errors macro reference that required cl to be loaded at
16418         run-time.
16419
16420         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16421         single-interval range of the form (min . max).  Previously the
16422         range had to look like ((min . max)).  Likewise, return
16423         (min . max) rather than ((min . max)).
16424         (gnus-range-map): Use gnus-range-normalize to accept
16425         single-interval range.
16426
16427         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16428         the cache, but not the agent, now appear with their usual face.
16429
16430         * dgnushack.el (loaddir): New variable that is bound to the
16431         directory containing the dgnushack.el file. Use loaddir, rather
16432         than srcdir, to update load-path. Change lets dgnushack compile
16433         code in directories other than GNUS/lisp.
16434
16435 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * lpath.el: Don't bind w3m-safe-url-regexp.
16438
16439         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16440         w3m-safe-url-regexp variable buffer-local.
16441
16442         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16443
16444 2004-02-27  Simon Josefsson  <jas@extundo.com>
16445
16446         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16447         gnus-group-real-prefix.
16448         (gnus-summary-move-article): Use it, instead of
16449         gnus-group-real-prefix.
16450
16451 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * lpath.el: Bind w3m-safe-url-regexp.
16454
16455         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16456         w3m-safe-url-regexp variable buffer-local and set it as the value
16457         of mm-w3m-safe-url-regexp.
16458
16459         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16460
16461         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16462         parsing gnus-posting-styles when the message is not for replying.
16463
16464         * dgnushack.el: Autoload sgml-mode for XEmacs.
16465
16466         * nnrss.el (nnrss-opml-export): Use
16467         mm-set-buffer-file-coding-system instead of
16468         set-buffer-file-coding-system.
16469
16470 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16471
16472         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16473         of checkdoc.el).
16474         * nnrss.el: do.
16475         * gnus-mlspl.el: do.
16476         * gnus-ml.el: do.
16477         * gnus-srvr.el: do.
16478
16479         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16480
16481 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16482
16483         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16484         Corrections to custom-manual links.
16485
16486         * gnus-art.el (gnus-article): Ditto.
16487
16488         * mm-decode.el (mime-display, mime-security): Ditto.
16489
16490 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * flow-fill.el: Typo.
16493
16494 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16495
16496         * spam-wash.el: New file.
16497
16498 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16499
16500         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16501
16502 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16505         to be run with new-articles as LIST1, not LIST2.
16506         (spam-registration-functions): Add spam-use-ham-copy as a nil
16507         registration backend.
16508
16509 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16510
16511         * spam-stat.el (spam-stat-washing-hook): New option.
16512         (spam-stat-buffer-words): Use it.
16513         (spam-stat-process-directory, spam-stat-test-directory): Use
16514         insert-file-contents-literally.
16515         (spam-stat-coding-system): New variable.
16516         (spam-stat-load, spam-stat-save): Use it.
16517
16518 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * spam-report.el (spam-report-plug-agent): Quote
16521         spam-report-url-to-file and spam-report-url-ping-plain.
16522
16523 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16524
16525         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16526         / in mailto URLs.
16527
16528 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * spam-report.el (spam-report-process-queue): Fix interactive use.
16531         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16532         (spam-report-unplug-agent): Doc fixes.
16533         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16534         (spam-report-agentize, spam-report-deagentize): Autoload.
16535
16536 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16539
16540         * message.el (message-setup-fill-variables): Add mml tags to
16541         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16542         <ajk@iu.edu>.
16543         (message-mode): Don't modify paragraph-separate there.
16544
16545 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * compface.el (uncompface-use-external): Default to undecided.
16548         (uncompface-use-external-threshold): New variable.
16549         (uncompface-float-time): New macro.
16550         (uncompface): Determine whether to use the external decoder if
16551         uncompface-use-external is undecided.
16552
16553 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16554
16555         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16556         after images.
16557
16558         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16559
16560 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16561
16562         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16563
16564         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16565
16566         * gnus-sum.el (gnus-summary-limit-to-age)
16567         (gnus-summary-limit-children): do.
16568
16569         * gnus-int.el (gnus-request-scan): do.
16570
16571         * gnus-group.el (gnus-group-suspend): do.
16572
16573         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16574
16575         * gnus-cite.el (gnus-cite-parse-attributions): do.
16576
16577         * gnus-agent.el (gnus-summary-set-agent-mark)
16578         (gnus-agent-regenerate-group): do.
16579
16580         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16581
16582         * binhex.el (binhex-decode-region-internal): do.
16583
16584 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-fun.el (gnus-face-properties-alist): New user option.
16587         (gnus-display-x-face-in-from): Use it.
16588
16589         * gnus-art.el (article-display-face): Ditto.
16590
16591         * compface.el (uncompface-use-external): Default to nil.
16592
16593 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16594
16595         * nntp.el (nntp-erase-buffer): New function.
16596         (nntp-retrieve-data, nntp-send-command)
16597         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16598         (nntp-possibly-change-group): Use it.
16599
16600         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16601         with-current-buffer.
16602
16603 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16604
16605         * compface.el: Merge the ELisp-based uncompface program.
16606         (compface): New customization group.
16607         (uncompface-use-external): New user option.
16608         (uncompface): Call uncompface-internal if uncompface-use-external
16609         is nil.
16610         (uncompface-internal): New function.  Note that there are also
16611         some other functions and variables added for this function.
16612
16613 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16614
16615         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16616         if necessary.
16617
16618 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16619
16620         * spam-report.el (spam-report-unplug-agent)
16621         (spam-report-plug-agent, spam-report-deagentize)
16622         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16623         Add support for the Agent in spam-report: when unplugged, report to a
16624         file; when plugged, submit all the requests.
16625
16626         * spam.el (spam-register-routine): Fix message about
16627         registration.
16628
16629 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16630
16631         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16632         dependencies.
16633         (rfc2047-encode): Use it.
16634
16635         * gnus-art.el (gnus-button-marker-list): Move before first
16636         reference.
16637
16638         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16639         (imap-parse-body): Fix format string mismatch.
16640
16641         * gnus-score.el (gnus-summary-increase-score): do.
16642
16643         * nnrss.el (nnrss-close): New function.
16644
16645 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16646
16647         * nnrss.el (nnrss-make-filename): New function.
16648         (nnrss-request-delete-group, nnrss-read-server-data)
16649         (nnrss-save-server-data, nnrss-read-group-data)
16650         (nnrss-save-group-data): Use it.
16651         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16652         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16653         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16654
16655 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16656
16657         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16658
16659 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16660
16661         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16662         files.
16663
16664         * message.el (message-generate-headers-first): Don't quote nil
16665         and t in docstrings.
16666
16667         * imap.el (imap-id): do.
16668
16669         * gnus-agent.el (gnus-agent-consider-all-articles)
16670         (gnus-agent-queue-mail): do.
16671
16672 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16673
16674         * spam-report.el (spam-report-process-queue): New function.
16675         Process requests from `spam-report-requests-file'.
16676         (spam-report-process-queue): Doc fix.
16677
16678 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16679
16680         * spam.el (spam-register-routine)
16681         (spam-log-processing-to-registry, spam-log-registered-p)
16682         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16683         Change "check" to "spam-check" for semi-clarity.
16684
16685 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16686
16687         * pop3.el: Require nnheader.
16688
16689         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16690
16691         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16692
16693         * gnus-picon.el: Require cl.
16694
16695         * gnus-fun.el: Require gnus-ems and gnus-util.
16696
16697         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16698
16699         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16700
16701         * gnus-art.el (gnus-article-edit-mode): Define before first
16702         reference.
16703
16704 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16707         (gnus-uu-post-encoded): Use point-at-bol.
16708
16709         * gnus-topic.el (gnus-group-active-topic-p): do.
16710
16711         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16712
16713         * gnus-group.el (gnus-group-kill-region): do.
16714
16715         * gnus-art.el (article-date-ut): do.
16716
16717         * message.el (message-fetch-field): Remove redundant
16718         case-fold-search binding.
16719         (message-narrow-to-field): Simplify.
16720
16721 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * spam.el (spam-directory): Derive from `gnus-directory'.
16724
16725         * spam-report.el (spam-report-url-to-file)
16726         (spam-report-requests-file): New function and variable for offline
16727         reporting.
16728         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16729         and user defined function.
16730         (spam-report-url-ping-mm-url): Remove doubled slash.
16731
16732 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16735
16736 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16737
16738         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16739         format string mismatch.
16740
16741         * sieve.el (sieve-deactivate-all): do.
16742
16743         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16744
16745         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16746
16747         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16748
16749         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16750
16751 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16752
16753         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16754         the list of checks.
16755
16756 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16757
16758         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16759         padding.
16760
16761 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16762
16763         * mm-view.el (mm-fill-flowed): New variable.
16764         (mm-inline-text): Use it.
16765
16766 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16767
16768         * spam.el (spam-spamassassin-register-ham-routine)
16769         (spam-spamassassin-register-spam-routine): Fix function names.
16770
16771 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus.el (gnus-tmp-grouplens): Remove.
16774         (gnus-summary-line-format): Remove grouplens.
16775
16776         * gnus-group.el (gnus-group-line-format): Ditto.
16777
16778         * gnus-spec.el (gnus-format-specs): Ditto.
16779         (gnus-update-format-specifications): Flush the group format spec
16780         cache if there's the grouplens stuff.
16781         (gnus-parse-simple-format): Replace %l with the empty string.
16782
16783 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16784
16785         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16786         omission.
16787
16788 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16791         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16792
16793 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16794
16795         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16796         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16797         New macros and functions.
16798         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16799         Handle > NLINK_MAX messages.
16800         * nnmaildir.el (nnmaildir-request-set-mark): Use
16801         nnmaildir--emlink-p and nnmaildir--eexist-p.
16802
16803 2004-01-25  Alex Schroeder  <alex@gnu.org>
16804
16805         * spam-stat.el (spam-stat-process-directory-age): New option.
16806         (spam-stat-process-directory): Use it.
16807
16808 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16809
16810         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16811         (spam-stat-save): Accept prefix argument.
16812
16813 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16814
16815         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16816         links" error.
16817
16818 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16821         the rest of the and/or forms.
16822
16823 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16824
16825         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16826         compatibility with old .newsrc.eld files.
16827
16828         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16829
16830         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16831
16832         * gnus-start.el (gnus-1): do.
16833
16834         * gnus-group.el (gnus-group-line-format-alist): do.
16835
16836         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16837
16838         * gnus-gl.el: Remove.
16839
16840 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16841
16842         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16843         marks consisting of a single range {for example, (3 . 5)} rather
16844         than a list of a single range { ((3 . 5)) }.
16845
16846 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16847
16848         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16849         with-current-buffer.
16850         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16851         avoid consing a string.
16852
16853         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16854         Remove obsolete entries for big5 and gb2312.
16855
16856 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16857
16858         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16859         uncompressed list.
16860
16861 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16862
16863         * spam-stat.el (spam-stat-strip-xref): New function.
16864         (spam-stat-process-directory): Use it.
16865
16866         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16867         here -- it's done in message-fetch-field.
16868
16869 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16870
16871         * gnus-agent.el (gnus-agent-queue-mail)
16872         (gnus-agent-prompt-send-queue): New variables.
16873         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16874         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16875         "nndraft:queue" along to gnus-draft-send.  Use
16876         gnus-agent-prompt-send-queue.
16877         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16878         is "nndraft:queue".  Suggested by Gaute Strokkenes
16879         <gs234@srcf.ucam.org>
16880
16881         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16882         (agent-enable-undownloaded-faces): Added.
16883         (gnus-agent-cat-groups): Use eval-and-compile, not
16884         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16885         method of gnus-agent-cat-groups even when the buffer has been
16886         evaled.
16887         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16888         delete gnus-agent-save-active-1.
16889         (gnus-agent-save-groups): Deleted.  Identical to
16890         gnus-agent-save-active.
16891         (gnus-agent-write-active): No longer adjust agent's copy of active
16892         file as agent's adjustments are now stored in their own
16893         file.  Removed optional parameter.
16894         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16895         servers.  Add use of min/max range limits from server's local
16896         file.
16897         (gnus-agent-save-alist): Removed unused optional argument.
16898         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16899         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16900         (gnus-agent-set-local): A per-server file that keeps min/max range
16901         limits for articles known to the agent.  Provides a fast mechanism
16902         for altering many active ranges.
16903         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16904         active file (local makes it unnecessary).
16905         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16906
16907         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16908         (agent-enable-undownloaded-faces): Added.
16909
16910         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16911         disable it when sending to "nndraft:queue".
16912         (gnus-group-send-queue): Add safety check to avoid sending queue
16913         when unplugged.
16914
16915         * gnus-group.el (gnus-group-catchup): Use new
16916         gnus-sequence-of-unread-articles, not
16917         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16918         numbers of articles.  Use gnus-range-map to avoid having to
16919         uncompress the unread list.
16920         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16921         Fixed invalid ange-ftp reference.
16922
16923         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16924         (gnus-sorted-range-intersection): Intersection of two ranges
16925         without requiring that they first be uncompressed.
16926
16927         * gnus-start.el (gnus-activate-group): Unless blocked by the
16928         caller, possibly expand the active range to include both cached
16929         and agentized articles.
16930         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16931         multiple version-dependent converters.
16932         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16933         gnus-agent-save-active.
16934         (gnus-save-newsrc-file): Save dirty agent range limits.
16935
16936         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16937         gnus-agent-possibly-alter-active.
16938         (gnus-adjust-marked-articles): Faster handling of simple lists.
16939
16940 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * spam-stat.el (spam-stat-test-directory): New optional argument
16943         displays a list of files detected.  Suggested by Andrew Cohen
16944         <cohen@andy.bu.edu>.
16945         (spam-stat-buffer-words-with-scores): Don't narrow and change
16946         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16947
16948 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16949
16950         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16951         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16952         (spam-spamassassin-arguments)
16953         (spam-spamassassin-spam-flag-header)
16954         (spam-spamassassin-positive-spam-flag-header)
16955         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16956         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16957         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16958         (spam-list-of-processors, spam-list-of-checks)
16959         (spam-list-of-statistical-checks, spam-registration-functions)
16960         (spam-check-spamassassin-headers, spam-check-spamassassin)
16961         (spam-spamassassin-score)
16962         (spam-spamassassin-register-with-sa-learn)
16963         (spam-spamassassin-register-spam-routine)
16964         (spam-spamassassin-register-ham-routine)
16965         (spam-assassin-register-spam-routine)
16966         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16967         (spam-bogofilter-score): Fix to show article before scoring.
16968
16969 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16972         default scoring function.
16973         (spam-generic-score): Call spam-spamassassin-score if
16974         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16975         spam-bogofilter-score otherwise.
16976
16977         * gnus.el (spam-process, spam-autodetect-methods): Add
16978         spamassassin and spamassassin-headers.
16979
16980 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16981
16982         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16983         Suppress unnecessary messages.
16984
16985 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16986
16987         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16988         make-hash-table.
16989
16990 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * canlock.el (base64-encode-string): Don't autoload it.
16993
16994 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * run-at-time.el: Remove useless (require 'itimer),
16997         eval-and-compile and (featurep 'xemacs).
16998
16999 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17000
17001         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17002         GROUP is a virtual group.
17003
17004 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17005
17006         * gnus.el: Autoload `message-y-or-n-p'.
17007
17008 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * pgg-parse.el: Remove unnecessary (require 'custom).
17011
17012         * pgg-def.el: do.
17013
17014         * nnmail.el: do.
17015
17016         * gnus-undo.el: do.
17017
17018         * gnus-picon.el: do.
17019
17020         * gnus-util.el: do.
17021
17022 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17025
17026 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17029         handle, as well as a list.
17030
17031         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17032         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17033         (mm-w3m-cid-retrieve): Simplify.
17034
17035 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17036
17037         * message.el (message-kill-to-signature): Allow prefix arg to
17038         specify number of lines to keep before signature.
17039
17040 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17041
17042         * message.el (message-kill-to-signature): Change docstring.
17043
17044 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17045
17046         * canlock.el: Always require sha1-el.
17047         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17048
17049         * message.el: Autoload sha1 only when compiling.
17050
17051         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17052         eudc-expand-inline for XEmacs.
17053
17054 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * message.el (message-canlock-generate): Require sha1-el.
17057
17058 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17059
17060         * message.el (message-expand-name): Silence the byte compiler.
17061
17062         * lpath.el: Add detect-coding-system.
17063
17064         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17065         cus-edit.
17066
17067 2004-01-13  Simon Josefsson  <jas@extundo.com>
17068
17069         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17070         Invoke gnus-score-mode.  Reported by
17071         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17072
17073         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17074         Jim Blandy <jimb@redhat.com> (tiny change).
17075
17076 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17079
17080 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17081
17082         * spam.el (spam-get-article-as-string): Update to use
17083         gnus-request-article-this-buffer, much simpler.
17084         (spam-get-article-as-buffer): Remove.
17085
17086 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17087
17088         * message.el (message-expand-name): Use EUDC if the user uses that.
17089
17090 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17091
17092         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17093         character for the encoding to avoid consing a string.
17094
17095         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17096         unnecessarily.
17097
17098         * mm-util.el (mm-replace-chars-in-string): Remove.
17099
17100         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17101         of mm-replace-chars-in-string.
17102
17103 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17104
17105         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17106
17107         * mm-util.el (mm-subst-char-in-string): Support inplace.
17108
17109         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17110         a new string in every iteration.  Use shy groups.
17111
17112 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17113
17114         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17115         * gnus-soup.el (gnus-soup-group-brew):
17116         * gnus-msg.el (gnus-put-message):
17117         * gnus-move.el (gnus-group-move-group-to-server):
17118         * gnus-kill.el (gnus-batch-score):
17119         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17120         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17121         (gnus-group-update-group, gnus-group-read-group)
17122         (gnus-group-make-group, gnus-group-make-help-group)
17123         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17124         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17125         (gnus-group-sort-by-unread, gnus-group-catchup)
17126         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17127         (gnus-group-yank-group, gnus-group-set-info)
17128         (gnus-group-list-groups):
17129         * gnus.el (gnus-generate-new-group-name):
17130         * gnus-delay.el (gnus-delay-send-queue):
17131         * nnvirtual.el (nnvirtual-catchup-group):
17132         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17133         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17134         (gnus-group-prepare-topics, gnus-topic-check-topology):
17135         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17136         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17137         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17138         (gnus-group-make-articles-read):
17139         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17140         (gnus-group-change-level, gnus-kill-newsgroup)
17141         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17142         (gnus-get-unread-articles, gnus-make-articles-unread)
17143         (gnus-make-ascending-articles-unread): Use accessor
17144         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17145         to get group information for improved readability.
17146
17147
17148 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17149
17150         * gnus-art.el (article-decode-mime-words, article-babel)
17151         (gnus-article-highlight-signature, gnus-article-add-buttons)
17152         (gnus-signature-toggle): Use gnus-with-article-buffer.
17153
17154         * gnus-art.el (gnus-article-highlight-headers)
17155         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17156
17157         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17158         (gnus-article-set-globals, gnus-request-article-this-buffer)
17159         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17160         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17161         (gnus-mime-display-alternative): Use with-current-buffer.
17162
17163 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17164
17165         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17166         also under 80 char limit, and call gnus-error if needed.
17167         (spam-fetch-article-header): Fix - it was a
17168         buffer-local variable (gnus-newsgroup-data).
17169         (spam-find-spam): Use spam-generate-fake-headers, forget about
17170         spam-insert-fake-headers.
17171         (spam-insert-fake-headers): Remove.
17172
17173 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17174
17175         * deuglify.el (gnus-article-outlook-unwrap-lines)
17176         (gnus-outlook-rearrange-article)
17177         (gnus-outlook-repair-attribution-outlook)
17178         (gnus-outlook-repair-attribution-block)
17179         (gnus-outlook-repair-attribution-other): Remove redundant
17180         save-excursion.
17181
17182 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17183
17184         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17185         (spam-fetch-field-subject-fast)
17186         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17187         (spam-fetch-article-header): Add functions to deal with Gnus
17188         internals for fast retrieval of article header data.
17189         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17190
17191 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17192
17193         * pop3.el (pop3-md5): Remove.
17194         (pop3-apop): Replace pop3-md5 with md5.
17195
17196         * mm-bodies.el: base64 is always built-in.
17197
17198         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17199         with-current-buffer.
17200
17201 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * canlock.el (canlock-insert-header): Remove excessive grouping in
17204         regexp.
17205
17206         * gnus-sum.el (gnus-summary-read-document): Ditto.
17207
17208         * gnus-uu.el (gnus-uu-part-number): Ditto.
17209
17210         * html2text.el (html2text-remove-tags): Ditto.
17211         (html2text-format-tags): Ditto.
17212         (html2text-format-single-elements): Ditto.
17213
17214         * mml.el (mml-parse-1): Ditto.
17215
17216 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17219
17220         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17221
17222         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17223
17224         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17225
17226 2003-11-15  Simon Josefsson  <jas@extundo.com>
17227
17228         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17229         (pgg-gpg-lookup-key): Use regexp match instead of
17230         split-string (split-string is different between emacs 21.2 and
17231         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17232
17233 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17234
17235         * gnus-art.el (gnus-mime-view-all-parts)
17236         (gnus-article-part-wrapper, gnus-article-view-part): Use
17237         with-current-buffer.
17238
17239 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17240
17241         * spam.el (spam-disable-spam-split-during-ham-respool)
17242         (spam-spamoracle-database, spam-cache-lookups)
17243         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17244         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17245         (spam-group-ham-marks, spam-group-spam-marks)
17246         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17247         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17248         also add spam-use-blackholes to the statistical checks.
17249         (spam-fetch-field-fast): Add interface to fetching fields, may
17250         become a macro.
17251         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17252         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17253         (spam-insert-fake-headers): Fake an article when needed.
17254         (spam-find-spam): Fake article when possible.
17255         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17256         (spam-check-bogofilter-headers): Use message-fetch-field instead
17257         of nnmail-fetch-field.
17258
17259 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17262
17263 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17264
17265         * spam.el (spam-split): Do not require spam-use-CHECK to be
17266         enabled if that check is passed to spam-split explicitly; also
17267         fix so 'spam doesn't get converted to spam-split-group when
17268         spam-split-symbolic-return is t.
17269         (spam-find-spam): Find registrations of the article and use those
17270         instead of re-running spam-split to find the spam/ham
17271         classification of the article.
17272         (spam-log-processing-to-registry, spam-log-registered-p)
17273         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17274         Use gnus-error instead of gnus-message.
17275         (spam-log-registration-type): Add function to determine the
17276         classification of a message based on registry entries; will
17277         return nil if both 'spam and 'ham are found.
17278         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17279         a reasonably fast local cache without the loading errors.
17280         (spam-cache-lookups): Set to t by default.
17281         (spam-find-spam): Don't try to guess spam-cache-lookups.
17282         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17283         spam-caches entry.
17284         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17285         caching of whitelist/blacklist entries.
17286         (spam-check-whitelist, spam-check-blacklist): Invoke
17287         spam-from-listed-p with a type, not a cache variable.
17288         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17289
17290 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17293
17294         * nnmail.el (nnmail-split-fancy): do.
17295
17296         * mml.el (mml-parse): do.
17297
17298         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17299         (gnus-score-adaptive): do.
17300
17301 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17304         (gnus-mime-button-map): Don't set keymap parent.
17305         (gnus-button-ctan-directory-regexp): Use shy grouping.
17306         (gnus-prev-page-map): Don't set keymap parent.
17307         (gnus-prev-page-map): Remove duplicated one.
17308         (gnus-next-page-map): Don't set keymap parent.
17309         (gnus-mime-security-button-map): Ditto.
17310
17311         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17312         version number.
17313
17314         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17315
17316 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * canlock.el (canlock-sha1-function): Remove.
17319         (canlock-sha1-function-for-verify): Remove.
17320         (canlock-openssl-program): Remove.
17321         (canlock-openssl-args): Remove.
17322         (canlock-ignore-errors): Remove.
17323         (canlock-sha1-with-openssl): Remove.
17324         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17325         (canlock-verify): Don't use canlock-ignore-errors.
17326
17327         * sha1-el.el (sha1-string-external): Make it can return a string
17328         in binary form.
17329         (sha1-region-external): Ditto.
17330         (sha1-string-internal): Ditto.
17331         (sha1-region-internal): Ditto.
17332         (sha1-region): Ditto.
17333         (sha1-string): Ditto.
17334         (sha1): Ditto.
17335
17336 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17337
17338         * spam.el (spam-report-articles-gmane): New command.
17339
17340 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17343
17344         * run-at-time.el (run-at-time-saved): Remove.
17345         (run-at-time): Doc fix.
17346
17347 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17348
17349         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17350         (gnus-summary-limit-map): Add it.
17351         (gnus-summary-make-menu-bar): do.
17352
17353 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17354
17355         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17356         Make attempt at some caching support (done for BBDB only now).
17357         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17358         addresses to be checked.
17359         (spam-clear-cache-BBDB): Add function, to be invoked by
17360         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17361         (spam-check-BBDB): Check and use the caches, if
17362         spam-cache-lookups is on, remove superfluous (provide).
17363
17364 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17367
17368 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17369
17370         * run-at-time.el (run-at-time-saved): Move to after the definition
17371         of `run-at-time'.
17372
17373         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17374
17375 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17378         mm-w3m-local-map-property.
17379
17380         * mm-view.el (mm-w3m-mode-map): Remove.
17381         (mm-w3m-local-map-property): Remove.
17382         (mm-inline-text-html-render-with-w3m): Don't use
17383         mm-w3m-local-map-property.
17384
17385 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17386
17387         * run-at-time.el: New file.
17388
17389         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17390         under Emacs.
17391
17392         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17393         of gnus-set-text-properties.
17394
17395         * gnus-uu.el (gnus-uu-save-article): Ditto.
17396
17397         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17398
17399         * gnus-cite.el (gnus-cite-parse): Ditto.
17400
17401         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17402         of gnus-.
17403
17404         * gnus-xmas.el (run-at-time): Require run-at-time.
17405
17406         * gnus.el: Changed calls to nnheader-run-at-time and
17407         password-run-at-time throughout to use run-at-time directly.
17408
17409         * password.el: Removed definition of run-at-time.
17410
17411         * nnheaderxm.el: Remove definition of run-at-time.
17412
17413 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17414
17415         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17416         in prompt.
17417
17418 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17419
17420         * messagexmas.el (message-xmas-redefine): Alias
17421         `message-make-caesar-translation-table' to
17422         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17423         version.
17424
17425         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17426         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17427         `gnus-xmas-set-text-properties'.
17428         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17429         `gnus-xmas-completing-read'.
17430         (gnus-xmas-completing-read): Removed.
17431         (gnus-xmas-open-network-stream): Removed.
17432
17433         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17434         XEmacs version.
17435
17436         * dns.el (dns-make-network-process): Use `open-network-stream'
17437         instead of `gnus-xmas-open-network-stream'.
17438
17439         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17440
17441         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17442
17443 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17444
17445         * gnus-art.el (gnus-mime-display-alternative)
17446         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17447         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17448         Don't use gnus-local-map-property.
17449
17450         * gnus-util.el (gnus-local-map-property): Remove.
17451
17452         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17453         gnus-completing-read-maybe-default with completing-read.
17454
17455         * gnus-util.el (gnus-completing-read): do.
17456         (gnus-completing-read-maybe-default): Remove.
17457
17458 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17459
17460         * password.el: Only autoload `run-at-time' if not XEmacs.
17461         Only autoload the itimer functions if XEmacs.
17462
17463 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17466         XEmacsen.
17467
17468         * dgnushack.el: Autoload executable-find for XEmacs.
17469
17470 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * gnus-art.el (gnus-read-string): Remove.
17473         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17474         read-string.
17475
17476 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17477
17478         * netrc.el: Autoload password-read.
17479         (netrc): Add configuration group.
17480         (netrc-encoding-method, netrc-openssl-path): Add
17481         variables for encoding and decoding of files with symmetric
17482         ciphers.
17483         (netrc-encode): Add assistant function to encode a file with
17484         netrc-encoding-method.
17485         (netrc-parse): Add interactive parameter, added optional
17486         decoding if netrc-encoding-method is non-nil but otherwise
17487         behavior is standard.
17488         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17489         Do s/encode/encrypt/ everywhere.
17490
17491         * spam.el: Remove executable-find autoload.
17492
17493 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17494
17495         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17496
17497         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17498
17499 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-art.el (gnus-treat-ansi-sequences)
17502         (article-treat-ansi-sequences): New variable and function.
17503         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17504
17505         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17506         Use it.
17507
17508 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17509
17510         * mm-util.el (mm-quote-arg): Remove.
17511
17512         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17513         shell-quote-argument.
17514
17515         * gnus-uu.el (gnus-uu-command): do.
17516
17517         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17518
17519         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17520         with make-char.
17521
17522         * mm-util.el (mm-make-char): Remove.
17523
17524         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17525         add-minor-mode.
17526
17527         * gnus-undo.el (gnus-undo-mode): do.
17528
17529         * gnus-topic.el (gnus-topic-mode): do.
17530
17531         * gnus-sum.el (gnus-dead-summary-mode): do.
17532
17533         * gnus-start.el (gnus-slave-mode): do.
17534
17535         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17536
17537         * gnus-ml.el (gnus-mailing-list-mode): do.
17538
17539         * gnus-gl.el (gnus-grouplens-mode): do.
17540
17541         * gnus-draft.el (gnus-draft-mode): do.
17542
17543         * gnus-dired.el (gnus-dired-mode): do.
17544
17545         * gnus-ems.el (gnus-add-minor-mode): Remove.
17546
17547         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17548         Replace gnus-char-width with char-width.
17549
17550         * gnus-ems.el (gnus-char-width): Remove.
17551
17552         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17553         Replace gnus-char-width with char-width.
17554
17555         * gnus-ems.el (gnus-char-width): Remove.
17556
17557         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17558         definition.
17559         Remove Emacs 20 hash table compatibility code.
17560
17561         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17562         20 compatibility code.
17563
17564         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17565
17566         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17567
17568         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17569         with point-at-{eol,bol}.
17570
17571         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17572
17573         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17574
17575         * flow-fill.el (fill-flowed-point-at-bol)
17576         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17577
17578         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17579         Replace with point-at-{eol,bol} throughout all files.
17580
17581 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * ntlm.el (ntlm-string-as-unibyte): New macro.
17584         (ntlm-build-auth-response): Use it.
17585
17586         Remove Emacs 20 stuff:
17587         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17588         (butlast, mapc, remove): Remove the compiler macros.
17589         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17590         of delq and copy-sequence.
17591         * gnus-art.el (popup-menu): Remove the compiler macro.
17592         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17593         Emacs 20.
17594
17595 2004-01-05  Simon Josefsson  <jas@extundo.com>
17596
17597         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17598         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17599         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17600         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17601         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17602         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17603         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17604         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17605         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17606         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17607         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17608         string-xor into ntlm-string-xor.  Suggested by
17609         Jesper Harder <harder@myrealbox.com>.
17610
17611         * ntlm.el: Don't include poem.
17612
17613         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17614         Jesper Harder <harder@myrealbox.com>.
17615
17616         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17617
17618         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17619         probably breaks emacs with DL patch, but do we care? Is anyone
17620         still using the DL stuff?)
17621
17622         * sieve-manage.el: Use the password package.
17623         (sieve-manage-read-passwd): Remove.
17624         (sieve-manage-interactive-login): Use password.  Re-add
17625         condition-case around loop.
17626
17627         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17628         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17629         the password package.
17630
17631 2003-02-19  Simon Josefsson  <jas@extundo.com>
17632
17633         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17634         token.
17635
17636 2002-08-07  Simon Josefsson  <jas@extundo.com>
17637
17638         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17639         (sieve-manage-authenticators):
17640         (sieve-manage-authenticator-alist): Add some SASL mechs.
17641         (sieve-sasl-auth): New function.
17642         (sieve-manage-cram-md5-auth):
17643         (sieve-manage-plain-auth): Rewrite using SASL library.
17644         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17645         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17646         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17647         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17648
17649 2004-01-05  Simon Josefsson  <jas@extundo.com>
17650
17651         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17652         New files.
17653
17654 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17655
17656         * gnus-group.el (gnus-no-groups-message): Update.
17657
17658         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17659
17660 2003-11-09  Simon Josefsson  <jas@extundo.com>
17661
17662         * imap.el: Support for ID IMAP extension (RFC 2971).
17663         (imap-local-variables): Add imap-id.
17664         (imap-id): New variable.
17665         (imap-id): New function.
17666         (imap-parse-response): Parse untagged ID response.
17667         * nnimap.el (nnimap-id): New variable.
17668         (nnimap-open-connection): Use it.
17669
17670 2003-12-28  Simon Josefsson  <jas@extundo.com>
17671
17672         * gnus-score.el (gnus-score-edit-all-score): New.
17673         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17674
17675 2004-01-04  Simon Josefsson  <jas@extundo.com>
17676
17677         * password.el: Add.
17678
17679 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17680
17681         * dns.el (dns-query-types): Fix typo.
17682         (dns-query-types): New function.
17683         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17684         PTR and SOA replies, see RFC 1035.
17685
17686 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17687
17688         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17689
17690         * Moved to Changelog.2.
17691
17692 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17693
17694         * gnus.el (gnus-version-number): Bump version.
17695
17696 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17697
17698         * gnus.el: No Gnus v0.1 is released.
17699
17700 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17701
17702         * gnus.el: No Gnus v0.0 is released.
17703
17704 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17705
17706         * gnus.el (gnus-version-number): Bump.
17707         (gnus-version): No.
17708
17709 See ChangeLog.2 for earlier changes.
17710
17711     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17712       Free Software Foundation, Inc.
17713
17714   This file is part of GNU Emacs.
17715
17716   GNU Emacs is free software: you can redistribute it and/or modify
17717   it under the terms of the GNU General Public License as published by
17718   the Free Software Foundation, either version 3 of the License, or
17719   (at your option) any later version.
17720
17721   GNU Emacs is distributed in the hope that it will be useful,
17722   but WITHOUT ANY WARRANTY; without even the implied warranty of
17723   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17724   GNU General Public License for more details.
17725
17726   You should have received a copy of the GNU General Public License
17727   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17728
17729 ;; Local Variables:
17730 ;; coding: utf-8
17731 ;; fill-column: 79
17732 ;; add-log-time-zone-rule: t
17733 ;; End: