Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2010-10-04  Julien Danjou  <julien@danjou.info>
2
3         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4         retrieved.
5
6 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * shr.el (browse-url): Required.
9         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
10         lines.
11         (shr-show-alt-text, shr-browse-image): New commands.
12         (shr-browse-url, shr-copy-url): New commands.
13
14         * gnus-sum.el (gnus-widen-article-window): New variable.
15         (gnus-summary-select-article-buffer): Use it.
16
17         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
18         without @ signs.
19
20 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
21
22         * nnir.el (nnir-run-imap): Remove spurious space in search string.
23
24 2010-10-04  Julien Danjou  <julien@danjou.info>
25
26         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
27         for XEmacs.
28
29 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
32
33         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
34         (nnimap-close-server): Implement.
35
36         * dgnushack.el (iswitchb): Require to shut up the compiler.
37
38         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
39         (shr-insert): Tweak line breaking.
40         (shr-insert): Handle <pre> better.
41         (shr-tag-li): Get <li> indentation right.
42         (shr-tag-li): Get <li> indentation even righter.
43         (shr-tag-blockquote): Ensure paragraph start.
44         (shr-make-table): Tweak table generation.
45         (shr-make-table): Fix typo.
46
47         * shr.el: Implement table rendering.
48
49 2010-10-04  Julien Danjou  <julien@danjou.info>
50
51         * gnus-html.el (gnus-html-put-image): Fix resize image code.
52
53 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * shr.el (shr-insert): Use string anchors instead of line anchors.
56
57 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * shr.el: Add headings.
60         (shr-ensure-paragraph): Actually work.
61         (shr-tag-li): Make <ul> prettier.
62         (shr-insert): Get white space at the beginning/end of elements right.
63         (shr-tag-p): Collapse subsequent <p>s.
64         (shr-ensure-paragraph): Don't insert double line feeds after blank
65         lines.
66         (shr-insert): \t is also space.
67         (shr-tag-s): Fix "s" tag name function.
68         (shr-tag-s): Fix face prop name.
69
70 2010-10-03  Julien Danjou  <julien@danjou.info>
71
72         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
73
74         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
75         gnus-window-inside-pixel-edges.
76
77         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
78         gnus-ems.
79
80         * mm-view.el (mm-inline-image-emacs): Support image resizing.
81
82         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
83         function.
84
85         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
86         resize choice.
87
88 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
91         beginning of the buffer.
92
93         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
94         article buffer again.
95
96         * shr.el (shr-tag-p): Don't insert newlines at the start of the
97         buffer.
98
99         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
100         when it's at the start of the buffer.
101
102         * shr.el (shr-tag-blockquote): Convert name.
103         (shr-rescale-image): Use the right image-size variant.
104
105         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
106         buffer isn't shown, then select the current article first instead of
107         bugging out.
108         (gnus-summary-select-article-buffer): Show both the article and summary
109         buffers again.
110
111         * shr.el (shr-fontize-cont): Protect against regions with no text.
112         Rename tag functions to shr-tag-* for enhanced security.
113         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
114
115 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
116
117         * shr.el (shr-insert):
118         * pop3.el (pop3-movemail):
119         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
120         loaded.
121
122 2010-10-03  Glenn Morris  <rgm@gnu.org>
123
124         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
125
126         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
127
128         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
129
130         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
131
132         * gnus-util.el (gnus-make-local-hook): Simplify.
133
134 2010-10-02  Julien Danjou  <julien@danjou.info>
135
136         * gnus-util.el (gnus-iswitchb-completing-read): New function.
137         (gnus-ido-completing-read): New function.
138         (gnus-emacs-completing-read): New function.
139         (gnus-completing-read): Use gnus-completing-read-function.
140         Add gnus-completing-read-function.
141
142 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * shr.el (shr-insert-document): Autoload.
145         (shr-img): Be silent.
146         (shr-insert): Add a newline after every picture before text.
147         (shr-add-font): Use overlays for combining faces.
148         (shr-insert): Pass upwards the text start point.
149
150         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
151         possible.
152         (mm-shr): New function.
153
154 2010-10-02  Julien Danjou  <julien@danjou.info>
155
156         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
157         should go backward.
158
159 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
160
161         * shr.el (shr): Fix typo in provide call.
162
163 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el: New file.
166
167         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
168
169         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
170         completing read.
171
172 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
175         we're being queried about.  Suggested by Dan Jacobson.
176
177         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
178         by Jason Eisner.
179
180         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
181         table, too.  Suggested by Stefan Wiens.
182         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
183         the table unnecessary.  Suggested by Stefan Wiens.
184
185         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
186         longer needed, and probably doesn't work either, as pointed out by
187         Stefan Wiens.
188         (gnus-summary-exit): Remove call to the clearing function.
189         (gnus-summary-exit-no-update): Ditto.
190
191         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
192         instead of gnus-eval-in-buffer-window to avoid popping up frames.
193         Reported by Stefan Monnier.
194         (gnus-summary-save-in-rmail): Ditto.
195
196         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
197         article buffer, instead of both the article buffer and the summary
198         buffer.  Sort of suggested by Dan Jacobson.
199
200         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
201
202         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
203         Suggested by Dan Jacobson.
204
205         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
206         documentation clearer.
207
208         * message.el (message-shorten-references): Comment on the number "21".
209         Suggested by Stefan Monnier.
210
211         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
212         Suggested by Dan Jacobson.
213
214         * gnus.el (gnus-large-newsgroup): Mention
215         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
216
217         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
218         externalize attachments.  Bug reported by Steve Wen.
219
220         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
221         really message anything to the user.
222
223         * nnmail.el (nnmail-article-group): Allow using the fancy split method
224         directly.
225
226         * nnimap.el (nnimap-request-group): Low higher than high to signal no
227         messages in empty groups.
228
229 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
230
231         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
232         non-UIDNEXT group.
233
234 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
237         not the value from the collection.
238
239         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
240         values.  This sometimes happens on some groups that have no info.
241         (nnimap-request-newgroups): New function.
242
243 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
244
245         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
246         check into `gnus-registry-initialize'.
247         (gnus-registry-initialize): Ditto.
248         Fix and extend header docs.
249
250 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
253         regexp backtrace overflows.
254
255         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
256         for starttls that tls.el implements; i.e. openssl.
257
258         * tls.el (tls-starttls-switches): Give up on using starttls with
259         gnutls-cli.
260         (tls-program): Add --insecure to be consistent with the defaults from
261         openssl s_client.  Now all three commands are insecure.
262
263 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * lpath.el: Bind completion-styles-alist for XEmacs.
266
267         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
268         (gravatar-create-image): New function that's an alias to
269         gnus-xmas-create-image, gnus-create-image, or create-image.
270         (gravatar-data->image): Use it.
271
272 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
275         install the nnregistry refer method.
276         (gnus-registry-install-hooks): Use it.
277         (gnus-registry-unfollowed-groups): Add nnmairix to the default
278         unfollowed groups.
279
280 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
281
282         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
283         expanding threads.
284
285 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * nnir.el: Use the server names without suffixes (bug #7009).
288
289         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
290         unencrypted to STARTTLS, if possible.
291
292 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
293
294         * message.el (message-ignored-supersedes-headers): Strip Injection-*
295         headers before superseding.
296
297 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * nnrss.el (nnrss-use-local): Add documentation.
300
301         * nnimap.el (nnimap-extend-tls-programs): New function.
302         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
303         (nnimap-wait-for-connection): Accept the greeting from the stupid
304         output from openssl s_client -starttls, too.
305
306         * tls.el (tls-starttls-switches): New variable.
307         (tls-find-starttls-argument): Use it.
308         (open-tls-stream): Ditto.
309
310         * netrc.el (netrc-credentials): Return the value of the "default"
311         entry.
312         (netrc-machine): Ditto.
313
314         * nnimap.el (nnimap-find-article-by-message-id): Really return the
315         article number.
316         (nnimap-split-fancy): New variable.
317         (nnimap-split-incoming-mail): Use it.
318
319         * nntp.el (nntp-server-list-active-group): Document.
320
321         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
322         SELECT to get the message-id.
323
324         * mail-source.el (mail-sources): Removed webmail support.
325         (defvar): Ditto.
326         (mail-source-fetcher-alist): Ditto.
327         (mail-source-fetch-webmail): Removed.
328
329         * webmail.el: Removed -- doesn't seem relevant any more.
330
331         * gnus.el: Fix up make-obsolete-variable declarations throughout.
332
333         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
334         the \r.
335
336 2010-09-30  Julien Danjou  <julien@danjou.info>
337
338         * gnus-agent.el (gnus-agent-add-group): Fix call to
339         gnus-completing-read.
340
341 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * nndoc.el (nndoc-retrieve-groups): New function.
344
345         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
346         `default', use nnmail-split-methods.
347         (nnimap-request-article): Downcase the NILs so that they are nil.
348
349         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
350         symbol.
351
352         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
353         code, since if the user has requested network, that's what they ought
354         to get.
355         (nnimap-request-set-mark): Erase the buffer before issuing commands.
356         (nnimap-split-rule): Mark as obsolete.
357
358         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
359         variable.
360
361         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
362         correct slot, too.
363
364 2010-09-29  Julien Danjou  <julien@danjou.info>
365
366         * gnus.el (gnus-local-domain): Declare variable obsolete.
367
368         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
369         computing.
370         (gnus-ido-completing-read): Require ido.
371
372 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-registry.el: Don't prompt on load, which makes it impossible to
375         build Gnus.
376
377         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
378         when interpreting the structures.
379         (nnimap-request-accept-article): Add \r\n to the lines to make this
380         work with Cyrus.
381
382         * nndraft.el (nndraft-request-expire-articles): Use the group name
383         instead if "nndraft".  Fix found by Nils Ackermann.
384
385 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
386
387         * nnregistry.el: Added.
388
389 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
390
391         * nnmail.el (group, group-art-list, group-art):
392         Remove unneeded directives.
393
394 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
395
396         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
397         (mm-mime-charset)
398         * rfc2047.el (rfc2047-syntax-table)
399         * utf7.el (utf7-utf-16-coding-system): Comment fix.
400
401         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
402         rather than `insert-file-contents' and `eval-region'.
403
404         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
405         construction.
406
407         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
408
409         * time-date.el: No need to require cl for Emacs 21.
410
411 2010-09-29  Julien Danjou  <julien@danjou.info>
412
413         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
414         replacement of `gnus-gravatar-relief' to mimic
415         `gnus-faces-properties-alist'.
416         Add :version property.
417
418 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * mail-source.el (mail-source-report-new-mail)
421         * message.el (message-default-mail-headers)
422         * mm-decode.el (mm-valid-image-format-p): Comment fix.
423
424         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
425
426 2010-09-28  Julien Danjou  <julien@danjou.info>
427
428         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
429         mail-address contains the same string as real-name.
430
431         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
432         non-blank in header, otherwise it'll get stripped.
433
434         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
435         real-name, and then for mail address rather than doing : or , search.
436
437 2010-09-27  Julien Danjou  <julien@danjou.info>
438
439         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
440         (gnus-server-goto-server): Use gnus-completing-read.
441
442         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
443
444         * mm-util.el (defalias): Use gnus-completing-read.
445         (mm-codepage-setup): Use gnus-completing-read.
446
447         * smime.el (smime-sign-buffer): Use gnus-completing-read.
448         (smime-decrypt-buffer): Use gnus-completing-read.
449
450         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
451
452         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
453         (mml-minibuffer-read-disposition): Use gnus-completing-read.
454         (mml-insert-multipart): Use gnus-completing-read.
455
456         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
457
458         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
459
460         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
461
462         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
463
464         * gnus.el (gnus-read-method): Use gnus-completing-read.
465
466         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
467
468         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
469         (gnus-mime-action-on-part): Use gnus-completing-read.
470         (gnus-article-encrypt-body): Use gnus-completing-read.
471
472         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
473         (gnus-topic-move-matching): Use gnus-completing-read.
474         (gnus-topic-copy-matching): Use gnus-completing-read.
475         (gnus-topic-sort-topics): Use gnus-completing-read.
476         (gnus-topic-move): Use gnus-completing-read.
477
478         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
479         (gnus-agent-add-group): Use gnus-completing-read.
480
481         * nnmairix.el (nnmairix-create-server-and-default-group): Use
482         gnus-completing-read.
483         (nnmairix-update-groups): Use gnus-completing-read.
484         (nnmairix-get-server): Use gnus-completing-read.
485         (nnmairix-backend-to-server): Use gnus-completing-read.
486         (nnmairix-goto-original-article): Use gnus-completing-read.
487         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
488
489         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
490
491         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
492         (gnus-group-make-useful-group): Use gnus-completing-read.
493         (gnus-group-make-web-group): Use gnus-completing-read.
494         (gnus-group-add-to-virtual): Use gnus-completing-read.
495         (gnus-group-browse-foreign-server): Use gnus-completing-read.
496
497         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
498         (gnus-summary-limit-to-extra): Use gnus-completing-read.
499         (gnus-summary-execute-command): Use gnus-completing-read.
500         (gnus-summary-respool-article): Use gnus-completing-read.
501         (gnus-read-move-group-name): Use gnus-completing-read.
502
503         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
504         (gnus-summary-score-effect): Use gnus-completing-read.
505
506         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
507
508         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
509         right completing-read function.
510         (gnus-use-ido): New variable
511         (gnus-completing-read-with-default): Remove.
512
513 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
516         x-focus-frame.
517
518         * nnimap.el (auth-source-forget-user-or-password)
519         (auth-source-user-or-password): Autoload.
520
521         * message.el (message-from-style, message-interactive)
522         (message-cite-prefix-regexp, message-sendmail-envelope-from)
523         (message-yank-prefix, message-indentation-spaces, message-signature)
524         (message-signature-file): Add comment.
525
526 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
529         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
530         new articles.
531
532         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
533         parts.
534         (nnimap-request-article): Work with the t setting, too.
535
536         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
537         that you don't get flashes of other buffers.
538         (gnus-summary-show-complete-article): Intern before setting.
539
540 2010-09-27  David Engster  <dengste@eml.cc>
541
542         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
543         well as HEADERS.
544         (nnmairix-retrieve-headers): Provide new argument for the above.
545
546 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-sum.el (gnus-summary-move-article): Don't alter
549         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
550         group.
551
552         * nnimap.el (nnimap-update-info): Don't destructively alter active.
553
554         * message.el (message-cite-prefix-regexp): Revert my last edit.
555
556         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
557         variable instead of the Gnus variable.
558
559         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
560
561         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
562         again.
563
564         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
565         since some servers don't like it.
566         (nnimap-open-connection): Forget credentials if the server says the
567         password was wrong.
568         (nnimap-parse-line): Protect against invalid data.
569
570         * gnus-sum.el (gnus-summary-move-article): Add comment.
571         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
572         nothing alters it while scanning for new messages.
573
574         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
575         which may or may not help.
576         (nnimap-open-connection): If we're doing a stream connection, and then
577         discover we're on a STARTTLS-capable server, then open a STARTTLS
578         connection instead.
579
580 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nnimap.el (utf7): Required.
583
584         * message.el (message-cite-prefix-regexp): Remove "}" from citation
585         prefix.
586
587 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
588
589         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
590
591 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * nnimap.el (nnimap-request-accept-article): Message the error on
594         error.
595
596 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
599
600 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * nndoc.el (nndoc-request-list): Return success always.
603
604         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
605         `fetch-old' -- we only want to fetch the articles we've requested.  The
606         rest are in the agent, probably.
607         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
608         disappeared server" to something low.  It's not important.
609
610         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
611         arrived before the FETCH data.
612
613         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
614         target here, because we don't know the Gnus name of the group.
615
616         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
617         for the correct group.
618
619         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
620
621         * gnus.el (gnus): Give a final warning after startup.
622
623         * gnus-util.el (gnus-action-message-log): New variable.
624         (gnus-message): Use it.
625         (gnus-final-warning): New function.
626
627         * nnimap.el (nnimap-open-connection): Record the greeting.
628         (nnimap): Add greeting.
629
630 2010-09-26  Julien Danjou  <julien@danjou.info>
631
632         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
633         arguments.
634         (gnus-html-wash-images): Fix spec computing to include start/end.
635
636         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
637
638 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
641         deletion.
642         (nnimap-retrieve-headers): Don't select the group, because that's
643         already done by nnimap-possibly-change-group.
644
645         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
646         (gnus-picon-transform-address): Use it.
647
648         * mail-source.el (mail-source-value): Revert previous patch.
649
650         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
651         on failure.
652         (nnimap-open-connection): Look up both virtual and physical server name
653         credentials.
654
655         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
656
657 2009-02-07  Dave Love  <fx@gnu.org>
658
659         * tls.el (open-tls-stream): Don't query killing process.
660
661 2009-02-08  Dave Love  <fx@gnu.org>
662
663         * gnus-win.el (gnus-window-to-buffer-helper,
664         gnus-all-windows-visible-p): Function needn't be a symbol.
665
666         * mail-source.el (mail-source-value): Function needn't be a symbol.
667
668 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * message.el (message-cite-prefix-regexp): Remove } from the cite
671         prefix.
672
673         * gnus-art.el (gnus-treatment-function-alist): Do picons before
674         highlight again, so that the highlight is correct.
675
676         * gnus-picon.el (gnus-picon): Remove again.
677         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
678
679         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
680         doing the header highlightling, so that the background colour of the
681         picon is correct.
682
683         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
684         (gnus-picon): Ditto.
685         (gnus-picon): Reinstate.  The background colour for picons is white.
686         (gnus-picon-insert-glyph): Make the background white.
687
688         * nnml.el (nnml-open-nov): Don't return dead buffers.
689
690         * auth-source.el (auth-source-create): Query the user for whether to
691         store the credentials.
692
693         * netrc.el (netrc-store-data): New function.
694
695         * auth-source.el (auth-source-user-or-password): Use the existing auth
696         sources, if any, for creation.
697
698         * gnus.el (gnus-group-fast-parameter): Return the last matching
699         parameter instead of the first matching parameter.
700
701 2010-09-26  Julien Danjou  <julien@danjou.info>
702
703         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
704
705 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * mml2015.el (mml2015-use): Remove gpg support.
708
709         * mml1991.el (mml1991-function-alist): Remove gpg function.
710         (mml1991-gpg-sign): Removed.
711
712 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
713
714         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
715         (gnus-browse-unsubscribe-current-group): Document it.
716         (gnus-browse-unsubscribe-group): Use it.
717
718 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
721         address to the To list for easier response.
722
723         * gnus.el (gnus-play-startup-jingle): Removed.
724         (gnus-splash): Don't play jingle.
725         (gnus): Silence gnus-load message.
726
727         * gnus-art.el (gnus-treat-play-sounds): Removed.
728
729         * gnus.el (gnus-play-jingle): Remove audio support.
730
731         * gnus-cus.el (gnus-score-customize): Remove audio reference.
732
733         * earcon.el: Removed -- no users.
734
735         * gnus-audio.el: Removed -- no users of this package.
736
737         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
738
739         * gnus-start.el (gnus-setup-news): Remove nocem support.
740
741         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
742
743         * gnus.el (gnus-use-nocem): Removed.
744
745         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
746         Removed.
747
748         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
749         uses NoCeM any more.
750
751         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
752         (gnus-button-ctan-handler): Ditto.
753         (gnus-button-handle-ctan-bogus-regexp): Ditto.
754         (gnus-button-ctan-directory-regexp): Ditto.
755         (gnus-button-handle-ctan): Ditto.
756         (gnus-button-tex-level): Ditto.
757         (gnus-button-alist): Removed CTAN stuff.
758
759 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
762         nnimap-streaming test.
763
764         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
765         servers twice.
766
767         * nnimap.el (nnimap-open-connection): Add more error reporting when
768         nnimap fails early.
769
770         * nnheader.el (nnheader-get-report-string): New function.
771         (nnheader-get-report): Use it.
772
773         * gnus-int.el (gnus-check-server): Say what the error was when opening
774         failed.
775
776         * nnimap.el (nnimap-wait-for-response): Search further when we're not
777         using streaming.
778
779 2010-09-25  Julien Danjou  <julien@danjou.info>
780
781         * gnus-html.el (gnus-html-rescale-image): Use our defalias
782         gnus-window-inside-pixel-edges.
783
784 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
787
788         * mm-decode.el (mm-save-part): Allow saving to other directories the
789         normal Emacs way.
790
791         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
792         by Jay Berkenbilt.
793
794         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
795         there isn't a single byte.
796
797         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
798         just do it.  It doesn't really seem to matter what the user responds
799         here, I think, so it's just a confusing question.
800
801         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
802         non-streaming case.
803
804         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
805         (gnus-article-encrypt-body): Use it.
806
807         * gnus-sum.el (gnus-summary-show-complete-article): New command and
808         keystroke.
809
810         * nnimap.el (nnimap-find-wanted-parts-1): Use
811         gnus-fetch-partial-articles.
812
813         * gnus-art.el (gnus-fetch-partial-articles): New variable.
814
815         * nnimap.el (nnimap-insert-partial-structure): New function.
816         (nnimap-get-partial-article): New function.
817         (nnimap-request-article): Use it.
818         (nnimap-wait-for-response): Return whether the wait was successful.
819         (nnimap-finish-retrieve-group-infos): Don't do anything if the
820         retrieval wasn't successful.
821         (nnimap-retrieve-group-data-early): Allow throttling servers.
822         (nnimap-streaming): New variable.
823         (nnimap-fetch-partial-articles): Removed.
824
825         * mm-decode.el (mm-with-part): Protect against killed buffers.
826
827         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
828         for prettier summary display.
829
830 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
831
832         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
833         directly.
834
835 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
838         apparently third-party libraries depend on it.
839
840         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
841         before starting negotiation.
842
843         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
844         privacy reasons.
845         (gnus-treat-mail-gravatar): Ditto.
846
847         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
848         buffer when inserting images.  Inserting text into the headers, for
849         instance, can make them invalid.
850
851 2010-09-25  Julien Danjou  <julien@danjou.info>
852
853         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
854         variables.
855
856         * nnheader.el: Remove useless variables news-reply-yank-from and
857         news-reply-yank-message-id.
858
859         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
860         variables.
861
862         * mml1991.el: Remove useless mml1991-verbose.
863
864         * gnus.el: Remove useless variable gnus-use-generic-from.
865         Remove obsolete variable gnus-topic-indentation.
866
867         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
868
869         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
870
871         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
872
873         * gnus-group.el: Remove useless gnus-group-icon-cache.
874         Remove useless gnus-ephemeral-group-server.
875
876         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
877
878         * mml2015.el: Remove useless mml2015-verbose.
879
880         * mml-smime.el: Remove useless mml-smime-verbose.
881
882         * gnus.el: Remove useless gnus-local-domain.
883
884         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
885         gnus-gravatar-size.
886
887         * gnus-art.el: Remove useless gnus-treat-translate.
888
889 2010-09-24  Julien Danjou  <julien@danjou.info>
890
891         * gnus-sum.el: Add support for Gravatars.
892
893         * gnus-art.el: Add support for Gravatars.
894
895         * gnus-gravatar.el: Add this file.
896
897         * gravatar.el: Add this file.
898
899 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
902
903         * gnus-group.el (gnus-group-fetch-faq): Removed.
904
905         * gnus.el (gnus-group-faq-directory): Removed.
906
907         * gnus-group.el (gnus-group-fetch-charter): Removed.
908
909         * gnus.el (gnus-group-charter-alist): Removed.
910
911         * gnus-group.el (gnus-group-archive-directory): Removed.
912         (gnus-group-recent-archive-directory): Ditto.
913         (gnus-group-make-archive-group): Removed.
914
915         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
916
917         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
918         use the same article number for all the cached articles.
919
920         * nnimap.el (nnimap-command): Register the last command time so
921         that we can use it for idling NOOPs.
922         (nnimap-open-connection): Start the keeplive timer.
923         (nnimap-make-process-buffer): Store all the process buffers.
924         (nnimap-keepalive): New function.
925
926         * starttls.el: (starttls-open-stream): Add autoload cookie.
927
928 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
929
930         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
931         handling.
932
933 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
936         its data structures.
937
938         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
939         instead of the cl.el copy-list.
940         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
941         equalp.
942
943 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
946         and tool-bar-local-item-from-menu.
947
948         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
949         mode-line-highlight face for Emacs.
950
951         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
952         loading gnus-sum.elc; fix comment for canlock-verify.
953         (gnus-article-jump-to-part): Use read-number.
954         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
955         Emacs pre-21 compatible code for help-echo.
956         (gnus-article-next-page-1): No need to adjust the number of lines.
957         (gnus-article-describe-bindings): Always use help-buffer.
958
959         * gnus-audio.el (gnus-audio-inline-sound)
960         * gnus-cus.el (gnus-custom-mode)
961         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
962
963         * gnus-sum.el (gnus-remove-overlays): Doc fix.
964
965         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
966         compatible code.
967
968 2010-09-24  Glenn Morris  <rgm@gnu.org>
969
970         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
971         visiting the fcc file in rmail-mode.
972
973         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
974
975 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * nnir.el: Silence the byte compiler.
978
979         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
980         alias to browse-url-url-encode-chars if any.
981         (gnus-html-encode-url): Use it.
982
983 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-start.el (gnus-use-backend-marks): New variable.
986         (gnus-get-unread-articles-in-group): Use it.
987
988         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
989         makeover.
990
991 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
992
993         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
994
995 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
998         Removed.
999         (gnus-setup-news-hook): Removed
1000         gnus-fixup-nnimap-unread-after-getting-new-news.
1001
1002         * gnus-int.el (gnus-request-update-info): Protect against backends not
1003         having the function.
1004
1005         * nnimap.el (nnimap-stream): Mention starttls.
1006         (nnimap-open-connection): Add starttls support.
1007
1008 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1009
1010         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1011
1012 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1015         BODYSTRUCTUREs.
1016         (nnimap-transform-headers): Unfold quoted {42} headers.
1017
1018         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1019         the info.
1020         (gnus-get-unread-articles): Only call updatep on backends that support
1021         it.
1022
1023         * nnweb.el (nnweb-request-update-info): NOOP.
1024
1025         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1026
1027         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1028         since it only deals with marks.
1029
1030         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1031         gnus-request-marks, and make a new gnus-request-update-info.
1032
1033         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1034         the active instead of the high number, which is usually too low.
1035
1036 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1037
1038         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1039         * encrypt.el: Removed.
1040
1041 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1044         server in symbolic form.
1045
1046         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1047         0.9.
1048
1049 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1052         (nnimap-update-info): Fix up code slightly.
1053
1054         * gnus-int.el (gnus-open-server): Add tracing for performance
1055         debugging.
1056
1057         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1058         (gnus-group-insert-group-line): Pass the real group name so that it
1059         gets the right data.
1060
1061         * gnus-start.el (gnus-get-unread-articles): Don't have
1062         `gnus-get-unread-articles-in-group' update info, since that can be
1063         really slow and doesn't seem to be needed?
1064
1065 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1066
1067         * time-date.el (date-to-time): Try using parse-time-string first before
1068         using the slower timezone-make-date-arpa-standard.
1069
1070 2010-09-22  Julien Danjou  <julien@danjou.info>
1071
1072         * gnus-group.el (gnus-group-insert-group-line): Call
1073         gnus-group-highlight-line.
1074         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1075         default hook list.
1076         (gnus-group-update-eval-form): Add new function.
1077         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1078         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1079
1080 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1083         immediate, then expire all articles.
1084         (nnimap-update-info): Fix off-by-one errors.
1085         (nnimap-flags-to-marks): Would return no marks lists for group with no
1086         flags.  Instead return the other data.
1087
1088 2010-09-22  Julien Danjou  <julien@danjou.info>
1089
1090         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1091         Only return an icon.
1092         (gnus-group-insert-group-line): Compute icon to return.
1093
1094         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1095         variable.
1096         (gnus-html-image-fetched): Only cache if
1097         gnus-html-image-automatic-caching is set.
1098         (gnus-html-image-fetched): Check for errors.
1099
1100 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1103         once per method on `g'.  This ensures that backends like nnfolder don't
1104         open all their folders.
1105
1106         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1107         (nnimap-request-list): Nix out group in the correct buffer.
1108         (nnimap-parse-flags): Implement by using `read' instead of
1109         hand-parsing.
1110         (nnimap-flags-to-marks): Pass on permanent-flags.
1111         (nnimap-make-process-buffer): Record the server name.
1112         (nnimap-parse-flags): Fix typo.
1113         (nnimap-request-scan): Run split on the server in general, not just a
1114         single group.
1115
1116         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1117         parameter, and propagate this downwards.
1118
1119         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1120         since EXAMINE changes it on the server.
1121
1122         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1123         this command might take a while.
1124
1125 2010-09-22  Julien Danjou  <julien@danjou.info>
1126
1127         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1128         harmful if you have 2 images side-by-side, they can't be properly
1129         update on text deletion.  Using text-property is safer here.
1130         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1131         data.
1132
1133 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * nnimap.el (nnimap-expunge-inbox): Removed.
1136         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1137         (nnimap-expunge): Flip default to t.
1138
1139         * gnus.el (gnus-method-to-server): Don't push things to the cache
1140         unless it's unique.
1141         (gnus-server-to-method): Ditto.
1142
1143 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1144
1145         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1146
1147 2010-09-22  Julien Danjou  <julien@danjou.info>
1148
1149         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1150         get the start of data.
1151         (gnus-html-encode-url): Add this function to encode special chars in
1152         URL.
1153         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1154         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1155
1156         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1157         default.
1158         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1159
1160         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1161         images alt-text.
1162         (gnus-html-put-image): Put alt-text as help-echo.
1163
1164 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1167         * mm-util.el (mm-decompress-buffer)
1168         * nnir.el (nnir-run-find-grep)
1169         * pop3.el (pop3-list): Use 3rd arg of split-string.
1170
1171         * time-date.el (format-seconds): Comment fix.
1172
1173         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1174         and byte-optimize-form-code-walker.
1175         (dgnushack-make-auto-load): Don't advise make-autoload.
1176
1177         * lpath.el: Remove Emacs 21 stuff.
1178
1179 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1180
1181         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1182         outside the active range.  Suggested by Dan Christensen.
1183
1184         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1185         slightly later to avoid double-getting it.
1186
1187         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1188         previous patch.
1189
1190         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1191
1192 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1193
1194         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1195
1196 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * gnus-int.el (gnus-open-server): Give a better error message in the
1199         "go offline" case.
1200
1201         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1202         marks for nnimap, which is seldom the right thing to do.
1203
1204         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1205         (gnus-same-method-different-name): New function.
1206
1207         * nnimap.el (parse-time): Require.
1208
1209         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1210         method in the presence of many similar methods.
1211
1212         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1213
1214         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1215         nnml-inhibit-expiry.
1216
1217         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1218         find out whether methods are equal.
1219
1220         * nnimap.el (nnimap-find-expired-articles): New function.
1221         (nnimap-process-expiry-targets): New function.
1222         (nnimap-request-move-article): Request the article before looking at
1223         what the Message-ID is.  Fix found by Andrew Cohen.
1224         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1225
1226         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1227         for oldness in addition to being a predicate.
1228
1229         * nnimap.el (nnimap-request-group): When we have zero articles, return
1230         the right data to Gnus.
1231         (nnimap-request-expire-articles): Only delete articles immediately if
1232         the target is 'delete.
1233
1234         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1235         method, this would bug out.
1236
1237         * gnus-group.el (gnus-group-expunge-group): Renamed from
1238         gnus-group-nnimap-expunge, and implemented as a normal interface
1239         function.
1240
1241         * gnus-int.el (gnus-request-expunge-group): New function.
1242
1243         * nnimap.el (nnimap-request-create-group): Implement.
1244         (nnimap-request-expunge-group): New function.
1245
1246 2010-09-21  Julien Danjou  <julien@danjou.info>
1247
1248         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1249         (gnus-html-cache-expired): Add new function.
1250         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1251         wethever we should display image for fetch it.
1252         Compute alt-text earlier to pass it to the fetching function too.
1253         (gnus-html-schedule-image-fetching): Change function argument to only
1254         get one image at a time, not a list.
1255         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1256         cache.
1257         (gnus-html-get-image-data): New function to retrieve image data from
1258         cache.
1259         (gnus-html-put-image): Change buffer argument to use image data rather
1260         than file, and place image above region rather than inserting a new
1261         one. Do not take alt-text as argument, since it's useless now: we place
1262         the image above alt-text.
1263         (gnus-html-prune-cache): Remove.
1264         (gnus-html-show-images): Start to fetch image when we find one, do not
1265         push into a temporary list.
1266         (gnus-html-prefetch-images): Only fetch image if they have expired.
1267         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1268         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1269
1270 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1273
1274 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1277         spec inser "*" if the group isn't active instead of 0.
1278
1279         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1280         opening the server.
1281         (nnimap-request-delete-group): Implement group deletion.
1282         (nnimap-transform-headers): Return the size of the entire message in
1283         the Bytes header, not just the size of the first part.
1284         (nnimap-request-move-article): When moving an article from nnimap,
1285         request the article first so the accepting form has an article to
1286         accept.  Reported by Dan Christensen.
1287         (nnimap-command): Make sure that the error message doesn't error out.
1288
1289 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1290
1291         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1292         we haven't requested anything.
1293
1294 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1297         "".  Fix found by Andrew Cohen.
1298
1299         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1300         instead of -encode-string.
1301
1302 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1303
1304         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1305
1306         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1307         by mm-subst-char-in-string.
1308
1309 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1312         waiting for the connection string.
1313
1314         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1315         arriving.
1316
1317         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1318         bogus characters.  This allows selecting certain Gmail groups.
1319
1320         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1321         (nnimap-fetch-partial-articles): New variable.
1322         (nnimap-open-connection): When looking for credentials, also use the
1323         nnimap-server-port.
1324         (nnimap-request-article): Return the group/article number, so that Gnus
1325         `^' works as expected.
1326         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1327         them.
1328
1329         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1330         comments.
1331         (gnus-methods-sloppily-equal): New function.
1332         (gnus): When using the development version of Gnus, load the gnus-load
1333         file.
1334
1335         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1336         `gnus-open-server' on each method before trying to scan them etc.  This
1337         ensures that all the backend parameters are set correctly.
1338
1339         * nnimap.el (nnimap-authenticator): New variable.
1340         (nnimap-open-connection): Allow anonymous login.
1341         (nnimap-transform-headers): The chars header is called Chars not
1342         Bytes.
1343         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1344         drops.
1345
1346         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1347         patch, found by Knut Anders Hatlen.
1348
1349 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1350
1351         * gnus-agent.el (gnus-agent-batch-confirmation)
1352         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1353         to gnus-message.
1354         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1355         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1356         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1357         * gnus-int.el (gnus-open-server): Likewise.
1358         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1359         (gnus-score-check-syntax): Likewise.
1360         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1361         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1362         Likewise.
1363         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1364
1365 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1368         calling conventions so that prefetch doesn't bug out.
1369
1370 2010-09-19  Julien Danjou  <julien@danjou.info>
1371
1372         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1373         rather than `subst-char-in-region' in order to be able to replace ASCII
1374         char by UTF-8 ones.
1375
1376         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1377         than curl.
1378         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1379         the right URL and ALT text on images.
1380         (gnus-html-wash-tags): Fix tag case.
1381         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1382         (gnus-article-html): Add -o display_ins_del=2 option.
1383         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1384
1385 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1388         the extra mail headers, which sometimes seem to happen for unknown
1389         reasons.
1390
1391         * mail-parse.el (mail-header-encode-parameter): Define as
1392         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1393         (or most, perhaps?) mail readers don't understand the latter, but do
1394         understand the former.
1395
1396         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1397         to nil, so that no methods are automatically agentized.  I think this
1398         is probably what most users want.
1399
1400         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1401         from url-retrieve, for instance about invalid URLs.
1402
1403         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1404         groups that have no articles.
1405         (nnimap-request-article): Check that we really got an article when we
1406         requested one.
1407
1408         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1409         doesn't exist.
1410
1411         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1412         nntp buffer so the agent can save it.
1413         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1414         that CRLF doesn't get translated to \n.
1415         (nnimap-open-connection): Don't make 'shell commands only send \n.
1416
1417 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1418
1419         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1420         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1421         Update var name.
1422         (nnml-generate-nov-file): Use dolist.
1423         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1424         Use with-current-buffer.
1425
1426 2010-09-18  Julien Danjou  <julien@danjou.info>
1427
1428         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1429         parallel.
1430
1431 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1434         the range update right.
1435         (nnimap-request-group): Don't make `M-g' bug out on group with no
1436         marks.
1437         (nnoo): Required, so that other packages can require nnimap.
1438         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1439         command we're looking for.  This helps when the server sends more
1440         responses after we've gotten everything we expected.
1441         (nnimap): Add a `newlinep' field to keep track of end-of-line
1442         conventions.
1443         Don't send CRLF to things that don't want it.
1444         (nnimap-request-accept-article): Ditto.
1445
1446 2010-09-18  Julien Danjou  <julien@danjou.info>
1447
1448         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1449         than curl to retrieve images.
1450
1451 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1454         the marks.
1455         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1456         (nnimap-wait-for-connection): New function.
1457         (nnimap-open-connection): If we have PREAUTH, don't query for login
1458         credentials.
1459         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1460         when doing a partial update.
1461
1462 2010-09-18  Julien Danjou  <julien@danjou.info>
1463
1464         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1465         tags.
1466
1467 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-credentials): New function.
1470         (nnimap-open-connection): Use the new function to look for credentials
1471         also on the numeric equivalents of "imap" and "imaps".
1472
1473         * gnus-start.el (gnus-activate-group): Send the info to
1474         gnus-request-group.
1475
1476         * nnimap.el (nnimap-request-group): Have the "check" version of the
1477         function parse flags and update the info, so that a `M-g' get a total
1478         resync of all flags from the group.
1479
1480         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1481         to allow backends to alter the info on group selection.  Also alter all
1482         the backend -request-group functions to take the parameter.
1483
1484         * nnimap.el (nnimap-store-info): New function.
1485         (nnimap-update-info): Store the info for later usage.
1486         (nnimap-request-group): Use the stored info for the dont-check case, so
1487         that we don't retrieve all marks when we enter a group.
1488
1489         * nnimap.el: Use deffoo instead of defun for interface functions.
1490
1491         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1492         update the group info.  This makes the nndraft groups, for instance, go
1493         back to their old behaviour.
1494
1495         * gnus-sum.el (gnus-select-newsgroup): Indent.
1496
1497         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1498         in.
1499         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1500         nothing.
1501
1502         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1503         from methods that are denied.
1504
1505         * gnus-int.el (gnus-method-denied-p): New function.
1506
1507         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1508         store the password instead of netrc.
1509         (nnimap-open-connection): Don't error out when we can't make a
1510         connections.
1511
1512         * auth-source.el (auth-source-create): In the password prompt, say what
1513         we're querying for.  Also prompt for user name if that hasn't been
1514         given.
1515
1516         * nnimap.el (nnimap-with-process-buffer): Removed.
1517
1518 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1521         method when we're reading from the agent.
1522
1523         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1524
1525         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1526         that's probably most useful for users.
1527
1528         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1529         "failed" all the time.
1530
1531         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1532         ...)) with (with-current-buffer ... ).
1533
1534         * nntp.el (nntp-open-server): Return whether the open was successful or
1535         not.
1536
1537         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1538         select an unread unseen article first.
1539
1540         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1541         /etc/services, supply some sensible port defaults.
1542
1543         * dgnushack.el: Define netrc-credentials.
1544
1545 2010-09-17  Julien Danjou  <julien@danjou.info>
1546
1547         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1548
1549 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1550
1551         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1552         doesn't have any parameters.
1553
1554 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1557         only upcased checks.
1558
1559         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1560
1561         * nnimap.el (nnimap-open-shell-stream): New function.
1562         (nnimap-open-connection): Use it.
1563         (nnimap-transform-headers): Get the number of lines in each message.
1564         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1565         number of lines.
1566         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1567         problem.
1568
1569         * utf7.el (utf7-encode): Autoload.
1570
1571         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1572         to allow the mail splitting to not return a default group.  This is
1573         useful for nnimap, which will leave unmatched mail in the inbox.
1574
1575         * nnimap.el: Rewritten.
1576
1577         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1578         nnimap usage.
1579
1580         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1581         if the move is internal, so that nnimap can do fast internal moves.
1582
1583         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1584         data.
1585         (gnus-read-active-for-groups): Support finishing the early retrieval of
1586         data.
1587
1588         * gnus-range.el (gnus-range-nconcat): New function.
1589
1590         * gnus-int.el (gnus-finish-retrieve-group-infos)
1591         (gnus-retrieve-group-data-early): New functions.
1592
1593 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1594
1595         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1596         (nnrss-retrieve-groups):
1597         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1598         (pop3-quit): Use with-current-buffer.
1599
1600 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1603         instead of nnheader-accept-process-output.
1604
1605         * dgnushack.el (dgnushack-compile): Add comment.
1606
1607         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1608
1609         * gnus-html.el (gnus-html-schedule-image-fetching)
1610         (gnus-html-prefetch-images): Replace process-kill-without-query by
1611         gnus-set-process-query-on-exit-flag.
1612
1613 2010-09-16  Romain Francoise  <romain@orebokech.com>
1614
1615         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1616
1617 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1620         parameter to unintern is mandatory-ish in Emacs 24.
1621
1622         * gnus-html.el (gnus-html-schedule-image-fetching)
1623         (gnus-html-prefetch-images): Check for curl before using it.
1624
1625         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1626         depend on curl, which isn't essential.
1627
1628         * imap.el: Revert back to version
1629         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1630         seem problematic.
1631
1632 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1633
1634         * gnus-registry.el (gnus-registry-install-shortcuts):
1635         Explicitly pass `obarray' to `unintern' to avoid a warning.
1636
1637 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1640         change.
1641
1642         * nnrss.el (nnrss-request-list): Removed this function and related
1643         functions, including the moreover stuff.
1644
1645 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * nnrss.el (nnrss-retrieve-groups): New function.
1648
1649 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1650
1651         * .dir-locals.el: Add no-byte-compile cookie.
1652
1653 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * time-date.el (format-seconds): Comment fix.
1656
1657         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1658         for back end that doesn't support request-scan.
1659
1660 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1663         then do request scans from the backends.
1664
1665         * netrc.el (netrc-credentials): New conveniency function.
1666
1667         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1668         avoid running a hook per line, since this takes a lot of time,
1669         profiling shows.
1670         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1671         directly if gnus-visual-p is true.
1672
1673 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1676         groups; replace mapcar with dolist which is a bit faster; pass groups
1677         info to gnus-read-active-file-1.
1678         (gnus-read-active-file-1): Scan only specified groups if the new
1679         optional arg `infos' is given.
1680
1681 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1684
1685         * pop3.el (pop3-movemail): Removed.
1686         (pop3-streaming-movemail): Renamed to pop3-movemail.
1687
1688         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1689         don't restrict end-tag searches to the end of the line.
1690
1691 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1694         articles of every unchecked group to t, which means unknown since the
1695         server has never been opened.
1696
1697 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * gnus-html.el (gnus-html-show-alt-text): New command.
1700         (gnus-html-browse-image): Ditto.
1701         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1702         to browse the image directly.
1703         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1704         better.
1705
1706         * gnus-async.el (gnus-async-article-callback): Call
1707         `gnus-html-prefetch-images' unconditionally.
1708
1709         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1710         before feeding URLs to curl.
1711
1712 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1713
1714         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1715         internal images as deletable by `W D D'.
1716
1717         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1718         (gnus-async-article-callback): Fix typo.
1719
1720 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1723         current line to work around bugs in the output from w3m.
1724
1725         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1726         for groups that want that.
1727
1728         * nntp.el (nntp-wait-for-string): Supply a timeout for
1729         accept-process-output to ensure progress.
1730
1731         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1732         level to get unread articles from, then use that for foreign groups,
1733         too.
1734
1735         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1736         confuses the rest of the function.
1737
1738         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1739         for the methods that support -retrieve-groups, too.
1740
1741         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1742
1743 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1746         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1747
1748         * pop3.el: Require cl when compiling.
1749         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1750
1751 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1754         that aren't going to be activated.
1755         (gnus-get-unread-articles): Fix up the last commit.
1756
1757         * gnus-html.el (gnus-article-html): Allow calling without specifying
1758         the handle.  In that case, dissect the buffer first.
1759
1760         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1761
1762         * nnimap.el (nnimap-open-connection): Revert the change that would look
1763         into authinfo for imaps instead of imap.
1764
1765         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1766         say that you don't want to call gnus-request-group with don-check, but
1767         do check the reponse.  This is for virtual groups only.
1768         (gnus-get-unread-articles): Count the archive groups as secondary, so
1769         that they're activated the same way as before.
1770
1771         * imap.el (imap-message-map): Removed optional buffer parameter, since
1772         no callers use it.
1773         (imap-message-get): Ditto.
1774         (imap-message-put): Ditto.
1775         (imap-mailbox-map): Ditto.
1776         (imap-mailbox-put): Ditto.
1777         (imap-mailbox-get): Ditto.
1778         (imap-mailbox-get): Revert last change for this function.
1779
1780         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1781         case-insensitively.
1782         (nnimap-debug): Removed.
1783
1784         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1785         to use `imap-fetch' instead.  According to the comments, this should be
1786         safe, since all other IMAP clients use the 1:* syntax.
1787         (imap-enable-exchange-bug-workaround): Removed.
1788         (imap-debug): Removed -- doesn't seem very useful.
1789
1790         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1791         mail from a file, and the file doesn't exist.
1792
1793         * imap.el (imap-log): New convenience function used throughout instead
1794         of repeating the same code all over the place.
1795
1796         * pop3.el (pop3-streaming-movemail): Return t for success.
1797
1798         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1799         .authinfo if we're using ssl connection.
1800
1801         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1802         already have if we're in a main Gnus `g' run.
1803
1804         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1805
1806 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1809
1810         * nnmh.el (nnmh-request-list-1): Bind `file'.
1811
1812         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1813         alias to set-process-query-on-exit-flag or process-kill-without-query.
1814         (pop3-open-server): Use it.
1815
1816 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1819         box to the Incoming file.  Fixes mistake in previous checkin.
1820
1821         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1822         request loop (for debugging purposes) removed.
1823
1824         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1825         culprit is more visible.
1826         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1827         (nnml-add-incremental-nov): New functions to do "incremental" nov
1828         updates, where we just append to the end of the existing nov files
1829         without reading/writing them in full.
1830
1831         * mail-source.el (mail-source-delete-crash-box): Really only check the
1832         incoming files once in a while.
1833
1834         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1835
1836         * mail-source.el (mail-source-delete-crash-box): Only check the
1837         incoming files for deletion once per day to save a lot of file
1838         accesses.
1839
1840         * pop3.el (pop3-logon): Fix up unbound variable typo.
1841
1842         * mail-source.el (pop3-streaming-movemail): Autoload.
1843
1844         * pop3.el (pop3-streaming-movemail): Respect
1845         pop3-leave-mail-on-server.
1846
1847         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1848         retrieval.
1849
1850         * pop3.el (pop3-process-filter): Removed unused function.
1851         (pop3-streaming-movemail, pop3-send-streaming-command)
1852         (pop3-wait-for-messages, pop3-write-to-file)
1853         (pop3-number-of-responses): New functions for streaming pop3
1854         retrieval.
1855
1856         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1857         come from no known methods.
1858         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1859         list.
1860
1861         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1862         message sizes.
1863         (pop3-movemail): Use erase-buffer instead of looping and deleting
1864         regions, which seems rather odd.
1865
1866         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1867         file once per `g' run.
1868
1869         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1870         directories.  This makes the draft queue directory work.
1871
1872         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1873         data from the backends, so that we only request the list of groups from
1874         each method once.  This should speed things up considerably.
1875
1876         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1877         detect that it's not implemented.
1878
1879         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1880         we actually do recurse down into the tree, but don't stat all leaf
1881         nodes.
1882
1883         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1884         then say so instead of bugging out.
1885
1886         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1887         files exist before trying to read them.
1888
1889         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1890         around <pre_int>.
1891
1892         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1893
1894         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1895
1896 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * mm-util.el (mm-image-load-path): Just return the image directories,
1899         not all directories in the path in addition to the image directories.
1900         (mm-image-load-path): Maintain a cache of the image directories so that
1901         the `g' command in Gnus doesn't have to stat dozens of directories each
1902         time.
1903
1904         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1905         (gnus-html-wash-tags): Add a new `i' command to insert images.
1906         (gnus-html-insert-image): New command and keystroke.
1907         (gnus-html-redisplay-with-images): New command and keystroke.
1908         (gnus-html-show-images): Renamed command.
1909         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1910         spacers.
1911         (gnus-html-wash-tags): Decode entities at the end, so that entities
1912         inside the tags don't mess up the rest of the "parsing".
1913
1914         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1915         so that nnimap methods aren't agentized by default.  There's apparently
1916         many problems related to agent/imap behaviour.
1917
1918         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1919
1920         * gnus-html.el: Doc fix.
1921
1922 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1925         specifier-spec-list for Emacs 21.
1926
1927         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1928         glyph-width and glyph-height instead of display-graphic-p and
1929         image-size; make avoidance of displaying small images work for XEmacs.
1930
1931         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1932         for XEmacs.
1933
1934         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1935         of symbol that holds plist data.
1936         (gnus-process-plist): Remove plist of process after getting it.
1937
1938 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * message.el (message-generate-hashcash): Change default to
1941         'opportunistic if hashcash is installed.
1942
1943         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1944         (gnus-html-put-image): Only call image-size once, since it's somewhat
1945         time-consuming on remote X servers.
1946
1947 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1950         type on data, not a file name.
1951
1952         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1953         window-pixel-edges for Emacs 21.
1954
1955         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1956         decoded contents.
1957         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1958
1959 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1962         group line format, since it isn't very interesting.
1963
1964         * gnus-agent.el (gnus-agent-short-article),
1965         (gnus-agent-long-article): Increase values for these two variables,
1966         since most people are likely to have more network connection and
1967         storage than before.
1968
1969         * gnus.el (gnus-refer-article-method): Change default to 'current.
1970         When referring an article, the common behaviour is to refer it from the
1971         current select method, not the native select method.  The chances of
1972         the native select method having the message in question is rather slim
1973         these days.
1974
1975         * gnus-sum.el (gnus-auto-select-subject): Change default to
1976         `unseen-or-unread'.  I think it's likely that most people want to
1977         select an unseen article over a previously seen, but unread one.
1978
1979         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1980         means that in the article buffer none of the minor mode elements will
1981         be shown, usually, and this is not desirable in most cases.
1982
1983         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1984         that commands like `d' (and the like) go to the next line in the
1985         buffer, instead of the next unread article.  I think this is the
1986         behaviour that is most natural for most users.
1987         (gnus-single-article-buffer): Change default to nil, so that people can
1988         have as many article buffers open as they have summary buffer.  I think
1989         this is the most natural way for the groups to behave.
1990
1991         * message.el (message-generate-new-buffers): Change default to
1992         `unsent', so that all new message buffers start their names with the
1993         string "*unsent", and it's easier to find the buffers if you move from
1994         them.
1995
1996 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1999         small.  They're probably tracking images.
2000         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2001         (gnus-html-rescale-image): Yet another try at getting the image sizing
2002         right.
2003
2004         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2005         nntp-marks-file-name is nil.
2006
2007 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2008
2009         * gnus-html.el (gnus-html-wash-tags)
2010         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2011         Better logging.
2012
2013 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2016
2017         * gnus-html.el (gnus-html-wash-tags): Check the value of
2018         gnus-blocked-images in the summary buffer.
2019
2020 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2023
2024 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2027         like "a", it seems like.
2028         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2029         since it needs to be picked from the correct buffer.
2030
2031         * nnwfm.el: Removed.
2032
2033         * nnlistserv.el: Removed.
2034
2035 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2036
2037         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2038         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2039
2040 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nnkiboze.el: Removed.
2043
2044         * nndb.el: Removed.
2045
2046         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2047         alt text.
2048         (gnus-html-rescale-image): Try to get the rescaling logic right for
2049         images that are just wide and not tall.
2050
2051         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2052         overshadow variable bindings.
2053
2054 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2055
2056         * gnus-html.el (gnus-html-wash-tags)
2057         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2058         extra logging.
2059
2060 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2063         (gnus-max-image-proportion): New variable.
2064         (gnus-html-rescale-image): New function.
2065         (gnus-html-put-image): Rescale images.
2066
2067 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2068
2069         Fix up some byte-compiler warnings.
2070         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2071         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2072         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2073         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2074         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2075         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2076         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2077
2078 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * gnus-html.el (gnus-article-html): Decode contents by charset.
2081
2082 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2085         (gnus-html-frame-width, gnus-blocked-images)
2086         * message.el (message-prune-recipient-rules): Add custom version.
2087         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2088
2089         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2090         functions.
2091
2092         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2093         gnus-process-get.
2094
2095 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2096
2097         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2098         instead of lsub directly.
2099
2100 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * nnwarchive.el: Removed.
2103
2104         * gnus-soup.el: Removed.
2105
2106         * nnsoup.el: Removed.
2107
2108         * nnultimate.el: Removed.
2109
2110         * gnus-html.el (gnus-blocked-images): New variable.
2111
2112         * message.el (message-prune-recipients): New function.
2113         (message-prune-recipient-rules): New variable.
2114
2115         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2116         guess whether a long line is natural text or not.
2117
2118         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2119         gnus-process-plist and friends for compatibility.
2120
2121 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2122
2123         * gnus-html.el: Require packages that define macros used in this file.
2124         (gnus-article-mouse-face): Declare to silence byte-compiler.
2125         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2126         process-get.
2127         (gnus-html-put-image): Use plist-get to avoid getf.
2128         (gnus-html-prefetch-images): Use with-current-buffer.
2129
2130 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-ems.el: Provide compatibility functions for
2133         gnus-set-process-plist.
2134
2135         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2136         header-line-format for XEmacs 21.4.
2137
2138         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2139         * gnus.el (gnus-valid-select-methods)
2140         * message.el (message-send-mail-partially-limit)
2141         * mm-decode.el (mm-text-html-renderer)
2142         * mml.el (mml-insert-mime-headers-always)
2143         * smiley.el (smiley-regexp-alist): Bump custom version.
2144
2145 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-html.el: require mm-url.
2148         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2149         with the url to `url'.
2150         (gnus-html-wash-tags): Support cid: URLs/images.
2151
2152 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2155         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2156         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2157
2158         * gnus-move.el: Removed file, since it doesn't really work.
2159
2160         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2161         UTF-8.  This seems to fix problems with some German web feeds.
2162
2163         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2164         at the top so that the proper colours are applied.
2165
2166         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2167         don't have dots in their names.
2168
2169         * gnus-art.el (gnus-article-view-part): Doc fix.
2170
2171         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2172         XEmacs-compatible.
2173         (gnus-html-put-image): Don't do images on non-graphic displays.
2174
2175         * nnslashdot.el: Removed this unused backend.
2176
2177         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2178         actions.
2179         (gnus-undo-register-1): Revert last change.
2180
2181         * gnus-group.el (gnus-group-completing-read): Protect against not
2182         having completion-styles bound.
2183
2184         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2185         make broken recipients happier.
2186
2187         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2188
2189         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2190         point parameter.
2191
2192         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2193
2194         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2195         completion-styles for group selection.
2196
2197 2009-02-04  Andreas Schwab  <schwab@suse.de>
2198
2199         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2200         headers and regexp-quote the match if necessary.
2201
2202 2009-03-24  Miles Bader  <miles@gnu.org>
2203
2204         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2205         the blinking smiley.
2206
2207 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2208
2209         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2210         blink smiley.
2211
2212 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2215         where the dribbel file lives exists.
2216
2217         * message.el (message-send-mail-partially-limit): Change the default to
2218         nil, since most people don't want this.
2219
2220         * mm-url.el (mm-url-decode-entities): Also decode entities like
2221         &#x3212.
2222
2223 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2224
2225         * gnus-sum.el (gnus-summary-idna-message):
2226         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2227         Hyperlink urls in docstrings with URL `...'.
2228
2229 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2230
2231         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2232         functions.
2233
2234 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2237         say what the mouseover text should be.
2238
2239         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2240         version of the mm-w3m-safe-url-regexp variable to only download images
2241         in the groups where we want that to happen.
2242
2243         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2244
2245         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2246         easier debugging.
2247         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2248         big pictures in the article buffer.
2249
2250         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2251         gnus-article-html.
2252         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2253         w3m.
2254
2255         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2256
2257 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2260         which doesn't exist.
2261
2262         * message.el (message-inhibit-ecomplete): New variable to allow some
2263         function to inhibit ecomplete address storage.
2264         (message-resend): Disable ecomplete message storage when resending
2265         messages.
2266
2267         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2268
2269 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2272         Save excursion while copying, moving, and deleting articles in order to
2273         prevent the cursor from jumping to unforeseen place.
2274
2275 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * lpath.el: No need to bind bookmark-current-buffer,
2278         bookmark-yank-point and bookmark-make-record-function.
2279
2280 2010-08-17  Glenn Morris  <rgm@gnu.org>
2281
2282         * gnus-sync.el: Require gnus components whose functions are used.
2283
2284         * gnus-art.el (bookmark-make-record-function):
2285         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2286         Declare for compiler.
2287
2288         * mm-url.el (mml-compute-boundary): Autoload.
2289
2290 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2293
2294 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2295
2296         Typo fix "hoo4a" -> "hook".
2297
2298         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2299
2300 2010-08-14  Glenn Morris  <rgm@gnu.org>
2301
2302         * gnus-sync.el (gnus-sync): Fix defgroup version.
2303
2304 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2305
2306         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2307
2308         * gnus-sync.el: Fix docs.
2309         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2310         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2311
2312 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         Optimizations for gnus-sync.el.
2315
2316         * gnus-sync.el: Add docs about gnus-sync-backend
2317         possibilities.
2318         (gnus-sync-save): Remove unnecessary message.
2319         (gnus-sync-read): Optimize and show what groups were skipped.
2320
2321 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2322
2323         Minor bug fixes for gnus-sync.el.
2324
2325         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2326         read the sync on get-new-news.
2327
2328         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2329         quiet.
2330
2331         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2332
2333 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2334
2335         Make saving and restoring of hidden threads work with overlays.
2336         Patch applied by Ted Zlatanov.
2337
2338         * gnus-sum.el (gnus-hidden-threads-configuration)
2339         (gnus-restore-hidden-threads-configuration): Update to deal with text
2340         properties, rather than searching for a magic character.
2341
2342 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2343
2344         New gnus-sync.el library for synchronization of marks.
2345
2346         * gnus-sync.el: New library for synchronization of marks.
2347
2348         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2349         renamed from `gnus-registry-grep-in-list'.
2350
2351         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2352
2353         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2354
2355 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2358         determining charset of text fails.
2359
2360 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * nnmail.el (nnmail-get-new-mail-1): Revert.
2363
2364         * nnml.el (nnml-active-number): Make sure names of newly created groups
2365         in nnml-group-alist are encoded.
2366
2367 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2370         containing non-ASCII characters in active file for nnml back end.
2371
2372 2010-07-24  David Engster  <dengste@eml.cc>
2373
2374         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2375         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2376
2377 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2378
2379         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2380         tag (Bug#6654).
2381
2382 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2385         the article buffer, not the summary buffer.
2386
2387 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2390         Emacs 23 as well.
2391
2392 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2395         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2396
2397 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2398
2399         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2400         Patch applied by Karl Fogel.
2401
2402         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2403         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2404
2405 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2406
2407         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2408         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2409         C-w still not working correctly from Article buffers; Thierry's
2410         patch to fix that will be applied after this.
2411
2412         * gnus-art.el (bookmark-make-record-function): New local variable.
2413
2414         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2415         article buffer.
2416         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2417
2418 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2419
2420         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2421         on changes in bookmark.el.
2422
2423 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2426         `no-log' instead of message not to log prompt string.
2427
2428 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2429
2430         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2431         the *other* type of HTML form submission.
2432
2433 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2434
2435         * auth-source.el (auth-source-pick): If choice does not contain a
2436         questioned keyword, set the check to t.
2437
2438 2010-06-12  Romain Francoise  <romain@orebokech.com>
2439
2440         * gnus-util.el (gnus-date-get-time): Move up before first use.
2441
2442 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2445         (gnus-article-edit-part): Bind it to make last part that is substituted
2446         or deleted visible.
2447         (gnus-mime-display-single): Buttonize part of which id equals to
2448         gnus-mime-buttonized-part-id.
2449
2450 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2451
2452         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2453         (gnus-dd-mmm): Use gnus-date-get-time.
2454         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2455         simplify logic.
2456         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2457         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2458
2459 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2460
2461         * auth-source.el (top): Autoload `secrets-list-collections',
2462         `secrets-create-item', `secrets-delete-item'.
2463         (auth-sources): Fix tag string.
2464         (auth-get-source, auth-source-retrieve, auth-source-create)
2465         (auth-source-delete): New defuns.
2466         (auth-source-pick): Rewrite in order to avoid 2 passes.
2467         (auth-source-forget-user-or-password): New parameter USERNAME.
2468         (auth-source-user-or-password): New parameters CREATE-MISSING and
2469         DELETE-EXISTING.  Retrieve password interactively, if needed.
2470
2471 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2472
2473         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2474         deleting unused directories when gnus-expert-user is t.
2475
2476 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2479         for each temp file when gnus-article-browse-delete-temp is ask.
2480
2481 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2482
2483         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2484         Lisp calls to delete-backward-char by calls to delete-char.
2485
2486 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2487
2488         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2489
2490 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2491
2492         * password-cache.el (password-cache-remove): Fix docstring.
2493
2494 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2497         article unless decoding article to be saved.
2498
2499 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2502         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2503         generated within the mm-with-unibyte-current-buffer macro.
2504
2505 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2508         to nil when we're in a mml-preview buffer and no group is selected.
2509
2510 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2511
2512         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2513         when catching the `C-g'.  Reported by "Leo".
2514
2515 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * message.el (message-forward-make-body-plain)
2518         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2519         multibyte-string-p.
2520
2521         * lpath.el: Revert.
2522
2523 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * message.el (message-forward-make-body-mml): Assume original message
2526         is multibyte string; error on unibyte.
2527         (message-forward-make-body-plain): Ditto; don't add excessive newline
2528         in body end.
2529
2530         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2531
2532 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2533
2534         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2535         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2536
2537 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * mm-extern.el (mm-extern-url): Don't use
2540         mm-with-unibyte-current-buffer.
2541         (mm-extern-cache-contents): Use with-current-buffer instead of
2542         save-excursion + set-buffer.
2543
2544 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * mm-util.el (mm-emacs-mule): Remove.
2547
2548 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2549
2550         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2551         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2552         change.
2553
2554 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2557         bind the default value of enable-multibyte-characters to nil.
2558
2559 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2560
2561         * message.el (message-forward-make-body-plain)
2562         (message-forward-make-body-mml):
2563         Don't use mm-with-unibyte-current-buffer.
2564
2565 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2566
2567         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2568
2569 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2570
2571         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2572         (Bug#5592).
2573
2574 2010-05-07  Julien Danjou  <julien@danjou.info>
2575
2576         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2577         it to mm-pipe-part.
2578
2579         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2580         it is given.
2581
2582 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * binhex.el (binhex-decode-region-internal)
2585         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2586         (dns-query)
2587         * nnweb.el (nnweb-gmane-search)
2588         * pgg-parse.el (pgg-parse-armor)
2589         * pgg.el (pgg-verify-region)
2590         * sha1.el (sha1-string-external)
2591         * uudecode.el (uudecode-decode-region-internal)
2592         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2593         XEmacs.
2594
2595         * gnus-art.el (gnus-article-browse-html-parts)
2596         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2597         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2598         make-temp-file.
2599
2600         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2601         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2602         compiling.
2603
2604         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2605         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2606         XEmacs when compiling.
2607
2608         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2609         gnus-pick-mode-off-hook for XEmacs when compiling.
2610         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2611         gnus-binary-mode-off-hook for XEmacs when compiling.
2612
2613         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2614         nil if char-charset is not available.
2615
2616         * imap.el (imap-disable-multibyte)
2617         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2618         macros.
2619
2620         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2621         instead of encode-coding-string.
2622
2623         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2624         'xemacs) instead of mm-emacs-mule to switch function definitions.
2625         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2626
2627         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2628         bind temporary-file-directory for XEmacs;
2629         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2630         timer-set-function for XEmacs 21.4 and SXEmacs;
2631         bind timer-list for XEmacs 21.4 and SXEmacs;
2632         fbind char-charset and find-charset-region for non-Mule XEmacs;
2633         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2634         encode-coding-region and encode-coding-string for XEmacs having no
2635         file-coding feature.
2636
2637 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2638
2639         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2640
2641 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2644         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2645
2646 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2647
2648         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2649         alias `jka-compr-delete-temp-file' no longer exists.
2650
2651 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2652
2653         Use define-minor-mode in Gnus where applicable.
2654         * mml.el (mml-mode): Use define-minor-mode.
2655         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2656         (gnus-undo-mode): Use define-minor-mode.
2657         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2658         (gnus-dead-summary-mode): Use define-minor-mode.
2659         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2660         Initialize in declaration.
2661         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2662         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2663         (gnus-mailing-list-mode): Use define-minor-mode.
2664         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2665         (gnus-draft-mode): Use define-minor-mode.
2666         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2667         (gnus-dired-mode): Use define-minor-mode.
2668
2669 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2670
2671         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2672         handles on recursive mml-to-mime translation and check them for
2673         boundary delimiter collisions.  Reported by Greg Troxel.
2674
2675 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2678
2679 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2680
2681         * mm-util.el (mm-find-buffer-file-coding-system):
2682         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2683
2684 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2685
2686         * message.el (message-generate-headers): Record insertion of optional
2687         headers as well.  Otherwise the check to prevent repeated insertion of
2688         optional headers is a no-op.
2689
2690 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * smime.el: Don't mention CVS.
2693
2694         * nnrss.el (nnrss-fetch): Don't mention CVS.
2695
2696         * nnir.el: Don't mention CVS.
2697
2698 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2699
2700         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2701
2702 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * lpath.el: Fbind bookmark-default-handler,
2705         bookmark-get-bookmark-record, bookmark-make-record-default,
2706         bookmark-prop-get for Emacs <23 and XEmacs.
2707
2708 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2709
2710         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2711         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2712         Use with-current-buffer to silence the byte-compiler.
2713         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2714         bother to require `gnus'.
2715         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2716
2717 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2718
2719         * gnus-sum.el (gnus-summary-bookmark-make-record)
2720         (gnus-summary-bookmark-jump): New functions.
2721         (gnus-summary-mode): Setup bookmark support.
2722
2723 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2724
2725         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2726         if set.
2727
2728 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2731         gnus-article-browse-html-save-cid-image; make it work recursively for
2732         forwarded messages as well.
2733         (gnus-article-browse-html-parts): Work when prefix arg is given.
2734         (gnus-article-browse-html-article): Doc fix.
2735
2736 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2737
2738         * message.el (message-default-mail-headers):
2739         (message-default-headers): Carry the value mail-default-headers over
2740         into message-default-mail-headers, rather than message-default-headers.
2741
2742 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2743
2744         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2745         charset.
2746
2747         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2748         charset into the <meta> tag when the article is encoded to utf-8.
2749
2750 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2753         directories as well.
2754         (gnus-article-browse-html-parts): Work for images that do not specify
2755         file names; delete temp directory when quitting; insert header at the
2756         right place; use file: scheme for image files.
2757
2758 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2759
2760         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2761         (gnus-article-browse-html-parts): Use it to make temporary cid image
2762         files in addition to html file so that browser may display them.
2763
2764 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2767
2768 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2769
2770         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2771
2772 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2775         about Secret Service API sources.  Improve Customize options.
2776         (auth-source-pick): Change to accept any number of search parameters.
2777         Implement fallbacks iteratively, not recursively.  Add scoring on the
2778         second pass and sort by score.  Call Secret Service API when needed.
2779         (auth-source-user-or-password): Use it.  Call Secret Service API
2780         directly when needed to get the user name and the password.
2781
2782 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2783
2784         * message.el (message-interactive): Doc fix.
2785         (message-qmail-inject-args): Reflow.
2786         (message-kill-to-signature): Fix typo in docstring.
2787
2788         * smiley.el (smiley-buffer): Fix typo in docstring.
2789
2790 2010-03-24  Glenn Morris  <rgm@gnu.org>
2791
2792         * mail-source.el (gnus-message): Declare.
2793         (mail-source-delete-old-incoming): Require gnus-util.
2794
2795 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2798
2799         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2800
2801         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2802         password-cache's default if it is not bound.
2803         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2804         password-cache-expiry's default if it is not bound.
2805
2806         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2807         available in Emacs 21.
2808
2809         * lpath.el: Suppress compiler warnings for:
2810         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2811         XEmacs;
2812         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2813         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2814         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2815
2816 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2817
2818         * auth-source.el (auth-sources): Fix up definition so extra parameters
2819         are always inline.
2820
2821 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2822
2823         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2824         wasn't updated after mismatch.  Clear cached mailbox info correctly
2825         when uidvalidity changes.
2826         (nnimap-group-prefixed-name): New function to avoid some code
2827         duplication.
2828         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2829         (nnimap-request-group): Use it.
2830         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2831         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2832         with many imap folders.  This is done by caching the group status from
2833         the imap server persistently in a group parameter `imap-status'.  (This
2834         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2835         but not persistently, so every Gnus startup was still very slow.)
2836
2837 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2838
2839         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2840         delete the extra newline.  Otherwise editing of :string and :number
2841         types don't work.
2842
2843 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2844
2845         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2846         secrets.el dependency.
2847         (auth-sources): Add optional user name.  Add secrets.el configuration
2848         choice (unused right now).
2849
2850 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2853         `gnus-registry-install-shortcuts' fill in the functions.
2854
2855         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2856         warnings.
2857         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2858         (gnus-registry-install-shortcuts): Populate and use it in a
2859         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2860
2861 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2862
2863         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2864         In-place substitutions for the group name encoding/decoding.
2865         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2866         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2867         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2868         (nnimap-update-unseen, nnimap-request-list)
2869         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2870         (nnimap-request-set-mark, nnimap-split-to-groups)
2871         (nnimap-split-articles, nnimap-request-newgroups)
2872         (nnimap-request-create-group, nnimap-request-accept-article)
2873         (nnimap-request-delete-group, nnimap-request-rename-group)
2874         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2875         `encoded-mbx' for consistency.
2876         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2877         variable `imap-current-mailbox'.
2878
2879         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2880         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2881
2882 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2883
2884         * pop3.el (pop3-display-message-size-flag): Display message size byte
2885         counts during POP3 download.
2886         (pop3-movemail): Use it.
2887         (pop3-list): Implement listing of available messages.
2888
2889 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2890
2891         * nnir.el (nnir-get-article-nov-override-function): New function to
2892         override the normal NOV retrieval.
2893         (nnir-retrieve-headers): Use it.
2894
2895 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2896
2897         * auth-source.el (netrc-machine-user-or-password): Autoload.
2898
2899 2010-03-19  Glenn Morris  <rgm@gnu.org>
2900
2901         Stop message.el from loading about 40 libraries it doesn't always need.
2902         The general approach is to autoload rather than require, and to
2903         require in the specific functions rather than the file.  (Bug#5642)
2904
2905         * gmm-utils.el: Don't require wid-edit.
2906         (widget-create-child-value, widget-convert, widget-default-get):
2907         Autoload.
2908
2909         * gnus-util.el: Don't require time-date, netrc.
2910         (message-fetch-field, gnus-group-name-decode): Declare rather than
2911         autoloading.
2912         (gnus-fetch-field): Require message.
2913         (gnus-decode-newsgroups): Require gnus-group.
2914
2915         * ietf-drums.el: Don't require time-date.
2916
2917         * message.el: Don't require hashcash, canlock, ecomplete.
2918         Do require mail-utils.  Require nnheader only when compiling.
2919         (smtpmail-default-smtp-server): Remove declaration.
2920         (message-send-mail-function): Check smtpmail-default-smtp-server
2921         is bound rather than requiring smtpmail.
2922         (message-auto-save-directory, message-insert-signature): Use
2923         expand-file-name rather than nnheader-concat.
2924         (nnheader-insert-file-contents): Autoload.
2925         (hashcash-wait-async): Declare.
2926         (message-send-mail): Only call gnus-setup-posting-charset if
2927         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2928         (message-send-mail-with-sendmail): Require sendmail.
2929         (canlock-password, canlock-password-for-verify): Declare.
2930         (message-canlock-password): Require canlock.
2931         (nnheader-get-report): Autoload.
2932         (gnus-setup-posting-charset): Declare.
2933         (message-send-news): Require gnus-msg.
2934         (message-make-references, message-make-in-reply-to): Use mail-header-id
2935         rather than the alias mail-header-message-id.
2936         (ecomplete-add-item, ecomplete-save): Declare.
2937         (message-put-addresses-in-ecomplete): Require ecomplete.
2938         (ecomplete-display-matches): Autoload.
2939
2940         * mm-decode.el: Don't require mailcap, gnus-util.
2941         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2942         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2943         Autoload.
2944         (mailcap-mime-extensions): Declare.
2945
2946         * mm-encode.el: Don't require mailcap.
2947         (mailcap-extension-to-mime): Autoload.
2948
2949         * mml-sec.el: Don't require password-cache.
2950
2951         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2952         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2953         (mml-minibuffer-read-type): Require mailcap.
2954         (mml-preview): Require gnus-msg.
2955
2956         * mml1991.el: Require password-cache.
2957         (password-cache-expiry): Remove declaration.
2958
2959         * mml2015.el: Require password-cache.
2960         (password-cache-expiry): Remove declaration.
2961
2962         * nneething.el (mailcap): Require mailcap.
2963
2964         * nnheader.el (declare-function): Add compatibility stub.
2965         (message-remove-header): Declare rather than autoload.
2966         (nnheader-replace-header): Require message.
2967
2968         * nnimap.el (declare-function): Add compatibility stub.
2969         (netrc-parse, netrc-machine-user-or-password): Declare.
2970         (nnimap-open-connection): Require netrc.
2971
2972         * nntp.el (declare-function): Add compatibility stub.
2973         (netrc-parse, netrc-machine, netrc-get): Declare.
2974         (nntp-send-authinfo): Require netrc.
2975
2976         * rfc2047.el: Don't require qp.
2977         (quoted-printable-encode-region, quoted-printable-decode-string):
2978         Autoload.
2979
2980         * sieve-mode.el: Don't require easymenu.
2981         (easy-menu-add-item): Autoload it.
2982
2983         * spam-stat.el (time-to-number-of-days): Autoload it.
2984
2985 2010-03-19  Glenn Morris  <rgm@gnu.org>
2986
2987         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2988
2989 2010-03-18  Glenn Morris  <rgm@gnu.org>
2990
2991         * hashcash.el (declare-function): Remove duplicate definition.
2992
2993 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2994
2995         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2996         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2997         value if any backslash escapes).
2998
2999 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3002         if it is available.  (bug#5647)
3003
3004         * lpath.el: Suppress compiler warning for coding-system-from-name for
3005         Emacs 21 and XEmacs.
3006
3007 2010-03-14  Juri Linkov  <juri@jurta.org>
3008
3009         * hmac-def.el:
3010         * hmac-md5.el:
3011         * netrc.el: Fix keywords.
3012
3013 2010-02-26  Glenn Morris  <rgm@gnu.org>
3014
3015         * message.el (message-send-mail-function): Change the default, so that
3016         it inherits from a customized send-mail-function.  (Bug#5643)
3017
3018 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3019
3020         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3021         shell-command-to-string signals an error (bug#5299).
3022
3023 2010-02-24  Glenn Morris  <rgm@gnu.org>
3024
3025         * message.el (message-smtpmail-send-it)
3026         (message-send-mail-with-mailclient): Doc fixes.
3027
3028 2010-02-16  Glenn Morris  <rgm@gnu.org>
3029
3030         * message.el (message-default-mail-headers): Change the default value
3031         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3032
3033 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3034
3035         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3036         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3037
3038 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3039
3040         * time-date.el (date-to-time): Doc fix (Bug#5408).
3041
3042 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3043
3044         * message.el (message-mail): Just pass yank-action on to message-setup.
3045         (message-setup): Handle (FUN . ARGS) form of yank-action.
3046         (message-with-reply-buffer, message-widen-reply)
3047         (message-yank-original): Handle non-buffer values of
3048         message-reply-buffer (Bug#4080).
3049         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3050
3051 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3052
3053         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3054         Fix typo in docstring.
3055
3056 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3057
3058         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3059         response.
3060
3061 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3064
3065         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3066
3067         * message.el (message-check-news-header-syntax): Protect against a
3068         string that `rfc822-addresses' returns when parsing fails.
3069
3070 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3073         (gnus-previous-char-property-change): New functions.
3074
3075         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3076
3077 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3078
3079         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3080         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3081
3082 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3083
3084         * message.el (message-exchange-point-and-mark): Rework last change to
3085         avoid using optional arg of exchange-point-and-mark, for backward
3086         compatibility.
3087
3088 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3089
3090         * message.el (message-exchange-point-and-mark): Call
3091         exchange-point-and-mark with an argument rather than setting
3092         mark-active by hand (Bug#5175).
3093
3094 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * nntp.el (nntp-service-to-port): Work for service expressed with
3097         numeric string; replace [:digit:] with [0-9] for XEmacs.
3098
3099 2009-12-17  Glenn Morris  <rgm@gnu.org>
3100
3101         * gnus-group.el (gnus-bug-group-download-format-alist):
3102         Change emacs entry to debbugs.gnu.org.  Bump :version.
3103
3104 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3105
3106         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3107
3108 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3109
3110         * message.el (message-info): Explain why we use `Info-goto-node'.
3111
3112 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3115
3116 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3117
3118         * message.el (message-completion-in-region): New compatibility function.
3119         (message-expand-group): Use it.
3120
3121 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3124         with no unread article should be listed if the 2nd arg `predicate' is
3125         given.
3126
3127 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3130
3131 2009-11-29  Juri Linkov  <juri@jurta.org>
3132
3133         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3134         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3135         on `gnus-recenter'. (Bug#4698, Bug#4981)
3136
3137 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3138
3139         * sha1.el (sha1-string-external): default-directory "/" in case
3140         otherwise non-existent.  process-connection-type pipe for touch of
3141         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3142
3143 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3144
3145         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3146         it's comms related and sgml-mode.el has "comm" on that basis too.
3147
3148 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3151         containing tspecial characters if they have been already quoted.
3152
3153 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3154
3155         * dns-mode.el (auto-mode-alist): Purecopy string.
3156
3157 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3158
3159         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3160
3161 2009-10-24  Glenn Morris  <rgm@gnu.org>
3162
3163         * gnus-art.el (help-xref-stack-item): Define for compiler.
3164
3165 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3166
3167         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3168
3169 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3172
3173 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3176         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3177
3178 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3181         (gnus-overlays-in): New alias to overlays-in.
3182
3183         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3184         gnus-overlay-get, and gnus-delete-overlay.
3185         (gnus-summary-show-thread): Make it work as well for systems in which
3186         next-single-char-property-change is not available.
3187         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3188
3189         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3190         (gnus-overlay-get): New alias to extent-property.
3191         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3192
3193         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3194         SXEmacs.
3195
3196         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3197         SXEmacs.
3198
3199 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3202
3203 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3204
3205         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3206         and XEmacs that don't have `remove-overlays'.
3207
3208 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3209
3210         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3211         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3212         selective display.  Use overlays instead.
3213
3214 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3215
3216         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3217
3218 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3219
3220         * spam-stat.el (spam-stat-load): Fix typo in message.
3221
3222 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3223
3224         * dig.el (dig-invoke): Fix typo in docstring.
3225         (query-dig): Reflow docstring.
3226
3227 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3228
3229         * gnus-art.el (gnus-article-encrypt-body):
3230         * message.el (message-check-recipients):
3231         * mm-util.el (mm-codepage-setup):
3232         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3233         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3234
3235 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3236
3237         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3238         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3239         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3240         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3241         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3242
3243 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3244
3245         * dig.el: Add "Keywords: comm", as per net-utils.el.
3246
3247 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3248
3249         * dig.el (dig-mode): Use define-derived-mode.
3250
3251 2009-09-19  Glenn Morris  <rgm@gnu.org>
3252
3253         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3254
3255 2009-09-18  Glenn Morris  <rgm@gnu.org>
3256
3257         * gnus-diary.el (gnus-diary-check-message):
3258         * message.el (message-insert-formatted-citation-line):
3259         * nnbabyl.el (top-level):
3260         * nndiary.el (nndiary-schedule):
3261         Fix typos in condition-case handlers.
3262
3263 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3266         configuration that provides the sole article window in a frame;
3267         position point correctly after deleting a part.
3268
3269 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3270
3271         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3272         (spam-resolve-registrations-routine): Use it to unregister articles
3273         that change status.
3274
3275 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3278         with XEmacs.
3279         (parse-time-string-chars): Use it.
3280
3281 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3282
3283         * imap.el (imap-interactive-login): Better messages.
3284         (imap-open): Fix bug with renamed buffer on reconnect.
3285         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3286         for easier debugging and cleaner code.  On successful (guessed based on
3287         server capabilities) secondary authentication, set imap-state
3288         correctly.
3289         (imap-last-authenticator): Define imap-last-authenticator as a variable
3290         to avoid warnings.
3291
3292 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * nnrss.el (nnrss-request-article): Remove binding of
3295         default-enable-multibyte-characters that has gotten needless by
3296         the 2007-07-13 change in rfc2047-encode-message-header.
3297
3298         * mml.el (mml-insert-multipart): Error on the message header.
3299         (mml-insert-part): Error on the message header; position point at
3300         the end of a MIME tag.
3301
3302 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3303
3304         * time-date.el (autoload): Expand define-obsolete-function-alias into
3305         defalias and make-obsolete for old Emacsen that Gnus supports.
3306         (with-no-warnings): Define it for old Emacsen.
3307         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3308         is available.
3309         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3310         float-time is available; suppress compile warning for time-to-seconds.
3311
3312         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3313         (gnus-float-time): Alias to float-time if it exists.
3314
3315         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3316         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3317         float-time is available; suppress compile warning for time-to-seconds.
3318
3319         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3320         XEmacs.
3321
3322 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3323
3324         * imap.el (imap-message-map): Docstring fix.
3325
3326 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3329         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3330         Add the optional argument `encoding' that overrides the default.
3331
3332         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3333         mm-encode-buffer.
3334
3335 2009-09-04  Glenn Morris  <rgm@gnu.org>
3336
3337         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3338         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3339         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3340         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3341         * mm-util.el (mm-with-unibyte-current-buffer)
3342         (mm-find-buffer-file-coding-system):
3343         * yenc.el (yenc-decode-region): Use default-value rather than
3344         default-enable-multibyte-characters.
3345
3346 2009-09-03  Glenn Morris  <rgm@gnu.org>
3347
3348         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3349         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3350         than default-enable-multibyte-characters.
3351
3352 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3353
3354         * gnus-art.el (gnus-article-read-summary-keys):
3355         Fix gnus-buffer-configuration's value temporarily used.
3356
3357 2009-09-02  Glenn Morris  <rgm@gnu.org>
3358
3359         * gnus-util.el (gnus-float-time): New function.
3360         * gnus-delay.el (gnus-delay-article):
3361         * gnus-sum.el (gnus-thread-latest-date):
3362         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3363         * nnspool.el (nnspool-request-newgroups):
3364         Use gnus-float-time rather than time-to-seconds.
3365         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3366
3367         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3368         (gnus-header-subject-face, gnus-header-newsgroups-face)
3369         (gnus-header-name-face, gnus-header-content-face):
3370         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3371         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3372         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3373         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3374         (gnus-cite-face-11):
3375         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3376         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3377         (gnus-server-closed-face, gnus-server-denied-face)
3378         (gnus-server-offline-face):
3379         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3380         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3381         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3382         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3383         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3384         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3385         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3386         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3387         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3388         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3389         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3390         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3391         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3392         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3393         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3394         (gnus-summary-high-undownloaded-face)
3395         (gnus-summary-low-undownloaded-face)
3396         (gnus-summary-normal-undownloaded-face)
3397         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3398         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3399         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3400         (gnus-splash-face):
3401         * message.el (message-header-to-face, message-header-cc-face)
3402         (message-header-subject-face, message-header-newsgroups-face)
3403         (message-header-other-face, message-header-name-face)
3404         (message-header-xheader-face, message-separator-face)
3405         (message-cited-text-face, message-mml-face):
3406         * sieve-mode.el (sieve-control-commands-face)
3407         (sieve-action-commands-face, sieve-test-commands-face)
3408         (sieve-tagged-arguments-face):
3409         * spam.el (spam-face):
3410         Mark face aliases with "-face" in the name as obsolete.
3411
3412 2009-09-01  Glenn Morris  <rgm@gnu.org>
3413
3414         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3415         than goto-line.
3416
3417 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3420         Don't move point if the command is invoked inside the message header.
3421
3422 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3423
3424         * imap.el (imap-send-command): Simplify.
3425         (imap-wait-for-tag): point-max -> buffer-size.
3426
3427 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3428
3429         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3430         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3431         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3432         * nnir.el (nnir-swish-e-index-file):
3433         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3434         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3435         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3436         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3437         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3438         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3439
3440 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3443         Don't save excursion.
3444
3445 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3446
3447         * nnheader.el (nnheader-find-file-noselect):
3448         * mm-util.el (mm-insert-file-contents):
3449         Use (default-value 'major-mode) instead of default-major-mode.
3450
3451 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3452
3453         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3454
3455 2009-08-26  Glenn Morris  <rgm@gnu.org>
3456
3457         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3458         than placing in files.el.
3459
3460 2009-08-25  Glenn Morris  <rgm@gnu.org>
3461
3462         * nnir.el (top-level): Don't require cl at run-time.
3463         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3464         Replace cl-function substitute with gnus-replace-in-string.
3465         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3466         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3467         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3468         simplified expansions.
3469
3470 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3471
3472         * dig.el (dig): Add autoload cookie.
3473
3474 2009-08-22  Glenn Morris  <rgm@gnu.org>
3475
3476         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3477         goto-line.
3478
3479 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3480
3481         * parse-time.el (parse-time-string-chars): Save match data.
3482
3483 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3484
3485         * parse-time.el (parse-time-string-chars): Compute using character
3486         classes, to handle non-ascii characters (Bug#3190).
3487
3488 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3491
3492         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3493         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3494         (gnus-mm-display-part, gnus-mime-display-single)
3495         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3496         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3497
3498         * gnus-sum.el
3499         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3500         (gnus-summary-move-article): Add expirable mark to articles copied or
3501         moved to group that has auto-expire turned on if the option is non-nil.
3502
3503 2009-07-24  Glenn Morris  <rgm@gnu.org>
3504
3505         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3506         Fix typo.  (Bug#3903)
3507
3508 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3511         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3512         that should not be used for draft articles.
3513         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3514         that has no concern in minor mode keys.
3515         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3516         Abolish.
3517
3518 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3521         article without making inquiry to a user for unknown encoding.
3522
3523         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3524         (nnmaildir--scan): Assume i-node and device number that file-attributes
3525         returns might be cons-cell.
3526
3527         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3528
3529         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3530
3531 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3532
3533         * auth-source.el: Remove docs now in auth.texi.  Don't use
3534         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3535         `auth-source-hide-passwords' and use them.
3536
3537 2009-07-15  Glenn Morris  <rgm@gnu.org>
3538
3539         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3540
3541 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3544         excessive whitespace from the default values of title and description.
3545
3546 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3549         mail-fetch-field to fetch Content-Description header in order to
3550         exclude newlines.
3551
3552 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3553
3554         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3555         format used by GnuPG 2.0.11.
3556
3557 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3560         to deleted part.
3561
3562 2009-05-30  David Engster  <dengste@eml.cc>
3563
3564         * nnmairix.el: Remove old documentation in the commentary block.
3565         (nnmairix-request-group): Do not update active file for nnml back ends.
3566         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3567         end so that overview files are ignored.
3568         (nnmairix-update-groups): Make updating the groups more robust by using
3569         marks.
3570         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3571         with dollar characters in message-id.
3572
3573 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3574
3575         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3576         2008-12-25 in dns.el.
3577
3578 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3579
3580         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3581         could happen if the text is only composed of spaces and/or tabs.
3582
3583 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3584
3585         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3586         when sending a queued message to avoid extra mml tags.
3587
3588 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3591
3592 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3595         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3596         rmail-toggle-header for XEmacs;
3597         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3598
3599 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-dired.el: Remove autoload for gnus-setup-message.
3602         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3603         displaying Gnus logo; always use compose-mail.
3604
3605 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3608
3609 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3612         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3613         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3614         available.
3615         (gnus-nocem-epg-verify): New function.
3616
3617 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3620
3621 2009-02-15  Glenn Morris  <rgm@gnu.org>
3622
3623         * gnus-util.el (rmail-insert-rmail-file-header)
3624         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3625         autoloads.
3626         (rmail-default-rmail-file): Remove unnecessary declaration.
3627         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3628
3629 2009-02-14  Glenn Morris  <rgm@gnu.org>
3630
3631         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3632         variable (only used in gnus-util, which declares it anyway).
3633         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3634         which was only needed by gnus-art (changed to not use it any more).
3635         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3636         only used in gnus-util, which autoloads it itself.
3637         (rmail-update-summary): Fix autoload.
3638
3639         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3640         rather than rmail-output-to-rmail-file.
3641
3642 2009-02-07  Glenn Morris  <rgm@gnu.org>
3643
3644         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3645         autoload of function that no longer exists.
3646         (rmail-toggle-header): Declare.
3647         (message-forward-rmail-make-body): Handle mbox Rmail.
3648
3649 2009-01-31  Glenn Morris  <rgm@gnu.org>
3650
3651         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3652         2009-01-09 change.
3653
3654 2009-01-31  Dave Love  <fx@gnu.org>
3655
3656         * imap.el (imap-fetch-safe): Bind debug-on-error.
3657         (imap-debug): Add imap-fetch-safe.
3658
3659 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3662         (auth-source-forget-all-cached): New convenience function.
3663         (auth-source-user-or-password): Accept list of modes or a single mode.
3664
3665         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3666         auth-source modes.
3667
3668         * netrc.el (netrc-machine-user-or-password): Use list of
3669         auth-source modes.
3670
3671         * nnimap.el (nnimap-open-connection): Use list of
3672         auth-source modes.
3673
3674         * nntp.el (nntp-send-authinfo): Use list of
3675         auth-source modes.
3676
3677 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3678
3679         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3680         now.
3681
3682 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3685         coding system in XEmacs; add a workaround for XEmacs.
3686
3687         * lpath.el: Fbind coding-system-aliasee.
3688
3689 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3692         of current-language-environment.
3693
3694 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3697         available at runtime.
3698
3699 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3702
3703 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3704
3705         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3706         the greatest positive fixnum value doesn't work under an XEmacs with
3707         bignum support; use the most-positive-fixnum constant instead,
3708         available since Emacs 21.1 with cl and XEmacs 21.1.
3709
3710 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3713         XEmacs gets not to work.
3714
3715 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * mm-util.el (mm-coding-system-priorities): Allow the value like
3718         "Japanese (UTF-8)" of current-language-environment.
3719
3720 2009-01-09  Glenn Morris  <rgm@gnu.org>
3721
3722         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3723         with last-command-event.
3724
3725 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3726
3727         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3728         in the doc string.
3729
3730         * message.el (message-fix-before-sending): Amend comment.
3731
3732 2009-01-08  Dave Love  <fx@gnu.org>
3733
3734         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3735
3736 2009-01-07  David Engster  <dengste@eml.cc>
3737
3738         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3739         simplified server definitions by converting it via
3740         gnus-server-to-method.
3741
3742 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3745         parameter's operands.
3746
3747 2009-01-06  David Engster  <dengste@eml.cc>
3748
3749         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3750         primary select method (for gnus-group-mark-article-as-read).
3751
3752 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3753
3754         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3755         `(gnus)Face', not `(gnus)X-Face'.
3756
3757 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * mm-util.el (mm-ucs-to-char): New function.
3760
3761         * mm-url.el (mm-url-decode-entities): Use it.
3762
3763         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3764         unicode-to-char.
3765
3766 2009-01-05  Dave Love  <fx@gnu.org>
3767
3768         * time-date.el: Require cl for `declare'.
3769
3770 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3771
3772         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3773         Dave Love.
3774
3775 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3776
3777         * message.el (message-fix-before-sending): Add `eight-bit' to
3778         illegible-text check.
3779
3780 2009-01-03  Michael Olson  <mwolson@gnu.org>
3781
3782         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3783         `headers' is nil.  This can occur if the IMAP server does not have
3784         permissions to read messages from a folder, but can write new messages
3785         to the folder.
3786         (nnimap-request-article-part): Do not insert `data' if it is nil.
3787
3788         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3789         characters which will confuse `read', so skip past them.
3790
3791 2009-01-01  Dave Love  <fx@gnu.org>
3792
3793         * imap.el (imap-string-to-integer): Fix typo.
3794         (imap-fetch-safe): New function.
3795         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3796
3797         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3798
3799         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3800         (imap-parse-greeting): Fix doc strings.
3801         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3802         (imap-parse-flag-list): Make messages unique.
3803         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3804
3805         * nnimap.el: Fix author email.
3806         (nnimap-split-rule): Add FIXME comment.
3807         (nnimap-debug): Fix doc string.
3808
3809 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3812
3813 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3814
3815         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3816         nslookup if resolv.conf isn't available.
3817         (dns-query): Rename from query-dns.
3818         (dns-query-cached): Rename from query-dns-cached.
3819
3820 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3823         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3824         to check if those variables exist (first appeared in Emacs 18.50).
3825
3826 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * mm-util.el (mm-line-number-at-pos): New function.
3829
3830         * spam-report.el (spam-report-process-queue): Use it.
3831
3832 2008-12-24  David Engster  <dengste@eml.cc>
3833
3834         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3835         parameters that haven't existed as variables as buffer-local variables.
3836
3837 2008-12-23  Dave Love  <fx@gnu.org>
3838
3839         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3840         cadar.
3841
3842         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3843         imap-starttls-p.
3844         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3845
3846 2008-12-22  Dave Love  <fx@gnu.org>
3847
3848         * imap.el: Fix author email.  Doc fixes.
3849         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3850         reply.
3851
3852 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * spam-report.el (spam-report-gmane-max-requests): New constant.
3855         (spam-report-gmane-wait): New variable.
3856         (spam-report-gmane-ham, spam-report-gmane-spam)
3857         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3858         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3859         the server.
3860
3861         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3862         Add explanations.
3863
3864         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3865         nnheader-accept-process-output and nnheader-read-timeout if available.
3866         (pop3-movemail): Use it.
3867
3868         * message.el (message-check-news-body-syntax): Fix signature check if
3869         there's an attachment.
3870
3871 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * mm-util.el: Add comments to the mm- emulating functions.
3874
3875 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3876
3877         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3878         by Stephen Berman <stephen.berman@gmx.net>.
3879
3880 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * mm-util.el (mm-substring-no-properties): New function.
3883         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3884         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3885         (mm-string-to-multibyte): Doc fix.
3886
3887         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3888
3889 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * mml.el (mml-attach-file): Strip text properties from file name.
3892         (Bug#1574)
3893
3894 2008-12-16  Glenn Morris  <rgm@gnu.org>
3895
3896         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3897
3898 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3901         knows since the charset specified might be a bogus alias that
3902         mm-charset-synonym-alist provides.
3903
3904 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3905
3906         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3907         "ISO_8859-1".
3908
3909         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3910
3911 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * mm-util.el (mm-charset-eval-alist):
3914         Define it before mm-charset-to-coding-system.
3915         (mm-charset-to-coding-system): Add optional argument `silent';
3916         define it before mm-charset-override-alist.
3917         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3918         default value if it can be used in Emacs currently running;
3919         silence mm-charset-to-coding-system.
3920
3921 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3924         `allow-override' which says whether to use `mm-charset-override-alist'.
3925         (rfc2047-decode-encoded-words): Use it.
3926
3927         * mm-util.el (mm-charset-override-alist): Fix custom type;
3928         add `(gb2312 . gbk)' to choices.
3929
3930 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3933         fast.
3934
3935         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3936
3937         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3938
3939 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3940
3941         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3942         on links.
3943
3944         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3945
3946 2008-12-03  Lute Kamstra  <lute@gnu.org>
3947
3948         * sha1.el: Remove leading * from docstrings of defcustoms,
3949         deffaces, defconsts and defuns.
3950
3951 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3954         users' addresses that don't have domain parts.
3955         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3956         rather than message-narrow-to-head since there will be the message
3957         header separator.
3958
3959 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3960
3961         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3962         since the result is inserted in a unibyte buffer anyway.
3963         (nnimap-demule-use-string-to-multibyte): Remove.
3964         (nnimap-demule): Alias it to mm-string-to-multibyte.
3965
3966 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3967
3968         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3969         variable for debugging bug#464 and bug#1174.
3970         (nnimap-demule): Use it.
3971
3972 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3975         score calculation correctly.
3976
3977 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3978
3979         * message.el (message-send-mail): Just set the buffer to unibyte
3980         rather than use mm-with-unibyte-current-buffer which does a lot more.
3981         (message-send-mail-partially): Don't bother with
3982         mm-with-unibyte-current-buffer since it's already been made unibyte by
3983         message-send-mail.
3984
3985 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3988
3989 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3990
3991         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3992
3993 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3996         require itself and to remove `with-no-warnings'.
3997
3998 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3999
4000         * starttls.el (starttls-any-program-available): Get the name of the
4001         available TLS layer program.
4002         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4003         well as the host name in the "opening" message.
4004
4005         * auth-source.el (auth-source-cache, auth-source-do-cache)
4006         (auth-source-user-or-password): Cache passwords and logins by default,
4007         allow override with `auth-source-do-cache'.
4008         (auth-source-forget-user-or-password): Allow users to remove cache
4009         entries if needed.
4010
4011 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4012
4013         * md4.el (md4-buffer): Fix typo in docstring.
4014         (md4, md4-64): Doc fixes.
4015         (md4-pack-int32): Reflow docstring.
4016
4017 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4020         condition-case to only the forward-sexp call.
4021
4022 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4025         quotes contained.  Make it more robust regardless by an extra
4026         condition-case wrapper.
4027
4028 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4031
4032 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * nnml.el (nnml-request-expire-articles): Check if the function set to
4035         `nnmail-expiry-target' returns the symbol `delete'.
4036
4037         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4038
4039         * nnmail.el (nnmail-expiry-target): Fix custom type.
4040
4041 2008-10-02  Glenn Morris  <rgm@gnu.org>
4042
4043         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4044         Silence compiler warning.
4045
4046 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4047
4048         * tls.el (open-tls-stream): Show the actual command being
4049         executed, instead of the format string.
4050
4051 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * lpath.el: Fbind codepage-setup for Emacs 23.
4054
4055 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4056
4057         * mml.el (mml-menu): Don't assume mml2015 is bound.
4058
4059 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4062         exists.
4063
4064 2008-09-27  Glenn Morris  <rgm@gnu.org>
4065
4066         * gnus-util.el (mail-header-remove-comments): Autoload it.
4067
4068 2008-09-27  Andreas Schwab  <schwab@suse.de>
4069
4070         * gnus-util.el (gnus-split-references): Strip comments.
4071         (gnus-parent-id): Likewise.
4072
4073 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * message.el (message-confirm-send): Fix version.
4076
4077 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * message.el (message-idna-to-ascii-rhs-1): Use
4080         mail-extract-address-components rather than mail-header-parse-addresses
4081         that is an alias by default to ietf-drums-parse-addresses that does not
4082         support non-ASCII names in headers' contents.
4083
4084 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4085
4086         * message.el (message-confirm-send): Fixed variable documentation to
4087         avoid the "y/n" wording.
4088
4089 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4090
4091         * message.el (message-set-auto-save-file-name): Save to a different
4092         filename so multiple messages (especially drafts) can be recovered.
4093
4094 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * message.el (message-confirm-send): Add appropriate version.
4097
4098 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4101         defvar.
4102
4103 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4104
4105         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4106         (mm-pkcs7-enveloped-magic): Ditto.
4107
4108 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4109
4110         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4111         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4112
4113 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4114
4115         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4116         default, it's better.
4117
4118 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4121         summary line gnus-number property and ignore them (with a warning
4122         message).
4123
4124 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4127         macro caddr in the interactive form since it won't be expanded.
4128
4129 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4132         `charset'; fix name of function called recursively.
4133         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4134
4135 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4138         (gnus-mime-set-charset-parameters): New function.
4139         (gnus-mime-view-part-as-charset): Use it to correctly display part
4140         specifying wrong charset.
4141
4142 2008-09-08  David Engster  <dengste@eml.cc>
4143
4144         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4145         in completing-read for back end server.
4146
4147 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * message.el (message-confirm-send): New variable to confirm sending a
4150         message.
4151         (message-send): Use it.
4152
4153 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4154
4155         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4156
4157 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4160
4161 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4162
4163         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4164         prevent tracking too many groups.
4165         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4166         Use it.
4167
4168 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4169
4170         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4171         moving point to the bottom of the window in order to avoid recentering.
4172
4173 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4176
4177         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4178         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4179         (gnus-article-beginning-of-window): Fix calculation.
4180
4181 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-msg.el (gnus-summary-supersede-article)
4184         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4185         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4186         message header.
4187
4188 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4189
4190         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4191         pending output coming after the status change.
4192
4193 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4194
4195         * message.el:
4196         * gnus-start.el:
4197         * gnus-registry.el: Remove VMS support.
4198
4199 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4202         macro.
4203         (rfc2104-hash): Use it.
4204
4205 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4208         (gnus-summary-sort-by-most-recent-date): New commands.
4209         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4210         and menu entries.
4211
4212 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4215         don't redisplay article for raw contents; remove plural articles stuff.
4216
4217         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4218         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4219         on gnus-summary-save-article; display results properly.
4220
4221 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * lpath.el: No need to fbind ns-focus-frame.
4224
4225 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4228
4229 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4232         gnus-save-all-headers.
4233
4234 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4235
4236         * gnus-util.el (ns-focus-frame): Remove declaration.
4237         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4238         like x.
4239
4240 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4241
4242         * rfc2104.el (rfc2104-zero): Delete defconst.
4243         (rfc2104-hex-alist): Likewise.
4244         (rfc2104-hex-to-int): Delete func.
4245         (rfc2104-hexstring-to-bitstring): Likewise.
4246         (rfc2104-nybbles): New defconst.
4247         (rfc2104-hash): Rewrite for speed.
4248
4249 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * tls.el (open-tls-stream): Make it work with the 2nd argument
4252         BUFFER that is a string but does not exist as a buffer object, as
4253         mentioned in the doc-string.
4254
4255 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4258         SXEmacs.
4259
4260 2008-07-16  Glenn Morris  <rgm@gnu.org>
4261
4262         * gnus-util.el (ns-focus-frame): Declare for compiler.
4263
4264 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4267         set as a group parameter.
4268         (gnus-summary-save-in-pipe): Work when it is called independently.
4269         (gnus-summary-pipe-to-muttprint): Don't modify
4270         gnus-summary-pipe-output-default-command.
4271
4272 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4273
4274         * message.el (message-send-mail-with-sendmail):
4275         Display the error message.
4276
4277 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-art.el (gnus-default-article-saver):
4280         Add gnus-summary-save-in-pipe to choices.
4281         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4282         gnus-summary-pipe-output-default-command as the default command.
4283         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4284         instead of gnus-last-shell-command.
4285
4286         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4287         New user option.
4288         (gnus-summary-muttprint-program): Mention the value will be changed.
4289         (gnus-summary-save-article): Force showing of all headers.
4290         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4291
4292 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4293
4294         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4295
4296 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4297
4298         * nnimap.el (nnimap-id):
4299         * sieve-manage.el (sieve-manage-open): Doc fixes.
4300
4301 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4302
4303         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4304         if available.
4305
4306 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4307
4308         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4309
4310         * nnkiboze.el (nnkiboze-generate-group):
4311         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4312
4313         * nnmairix.el: Require CL.
4314
4315 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * dgnushack.el: Autoload get-display-table and put-display-table for
4318         XEmacs 21.5.
4319
4320         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4321         21.4 and SXEmacs.
4322
4323 2008-06-15  David Engster  <dengste@eml.cc>
4324
4325         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4326
4327 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4328
4329         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4330         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4331         runtime choice under XEmacs.
4332
4333         * gnus-sum.el (gnus-summary-set-display-table):
4334         Use `gnus-put-display-table', `gnus-get-display-table',
4335         `gnus-set-display-table' for the display table, instead of `aset'.
4336
4337         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4338         Use `gnus-put-display-table', `gnus-get-display-table',
4339         `gnus-set-display-table' for the display table.
4340
4341 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4342
4343         * nnmairix.el: Add autoloads.
4344
4345 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * nnmairix.el (nnmairix-delete-recreate-group)
4348         (nnmairix-update-and-clear-marks): Fix error messages.
4349
4350 2008-06-14  David Engster  <dengste@eml.cc>
4351
4352         * nnmairix.el: Upgrade to version 0.6.
4353         (nnmairix-group-toggle-propmarks-this-group)
4354         (nnmairix-group-toggle-readmarks-this-group)
4355         (nnmairix-group-delete-recreate-this-group)
4356         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4357         (nnmairix-remove-tick-mark-original-article): New commands.
4358         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4359         (nnmairix-propagate-marks-to-nnmairix-groups)
4360         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4361         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4362         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4363         functions needed for marks propagation and manipulation of read marks.
4364         (nnmairix-update-groups): New function.
4365         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4366         (nnmairix-determine-original-group-from-registry)
4367         (nnmairix-determine-original-group-from-path)
4368         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4369         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4370         New helper functions.
4371         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4372         keystrokes for new commands.
4373         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4374         (nnmairix-request-group): Check allow-fast group parameter.
4375         (nnmairix-request-create-group): Set allow-fast group parameter if
4376         nnmairix-allowfast-default is set.
4377         (nnmairix-close-group): Propagate marks upon closing if needed.
4378         (nnmairix-group-toggle-threads-this-group): Use new.
4379         nnmairix-group-toggle-parameter helper function.
4380         (nnmairix-search): Better check for empty search result.
4381         (nnmairix-goto-original-article): Use new helper functions for
4382         determining original article.
4383         (nnmairix-show-original-article): Make sure message-id is in brackets.
4384         (nnmairix-call-mairix-binary): Change variable name.
4385         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4386         helper function.
4387         (nnmairix-widget-toggle-activate): Fix doc string.
4388
4389 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * nnir.el: Require edmacro when compiling with XEmacs.
4392         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4393         available in Emacs 21.
4394
4395 2008-06-11  Glenn Morris  <rgm@gnu.org>
4396
4397         * gnus-util.el (x-focus-frame):
4398         * gnus.el (image-size):
4399         * mm-decode.el (image-size): Declare.
4400
4401         * gnus-picon.el (declare-function): Add compat definition.
4402         (image-size): Declare.
4403
4404         * gnus-group.el (tool-bar-map):
4405         * gnus-sum.el (tool-bar-map): Define for compiler.
4406
4407         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4408
4409         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4410
4411         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4412         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4413         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4414         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4415         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4416         * sieve-manage.el, spam-report.el, spam.el:
4417         Remove unnecessary eval-and-compile of autoloads.
4418
4419 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4420
4421         * auth-source.el: Precise Tramp doc.
4422
4423 2008-06-07  Glenn Morris  <rgm@gnu.org>
4424
4425         * nnmairix.el: Remove unnecessary eval-when-compile.
4426
4427 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * lpath.el: Fbind propertize for XEmacs 21.4.
4430
4431 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4432
4433         * nnir.el: Move here from ../contrib.
4434
4435 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * gnus-util.el (gnus-read-shell-command): New function.
4438         * mm-decode.el (mm-pipe-part):
4439         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4440
4441 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4444
4445 2008-06-03  Glenn Morris  <rgm@gnu.org>
4446
4447         * pop3.el (nnheader-accept-process-output): Autoload it.
4448
4449 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4452         are not 2-digit hexadecimal characters that follow `%'s.
4453
4454 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4455
4456         * message.el (message-bogus-recipient-p): Fix type in doc string.
4457         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4458         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4459         Improve custom options.
4460         (message-bogus-recipient-p): Adjust accordingly.
4461
4462 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4463
4464         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4465         long-form month and day names.
4466
4467 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * dgnushack.el: Autoload debug, eudc-expand-inline and
4470         pgg-snarf-keys-region for XEmacs.
4471
4472         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4473
4474         * nnmairix.el: Require edmacro when compiling with XEmacs.
4475
4476 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4479         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4480
4481 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4482
4483         * auth-source.el: Add more docs.
4484
4485         * netrc.el (netrc-machine): Always match if the port is not given.
4486
4487 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4490         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4491         retrieval faster in some cases, but might make CPU usage larger.  If
4492         this has any bad side effects, we might revert this change.
4493
4494         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4495         seems to make mail retrieval much, much faster.
4496         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4497         unconditionally.
4498
4499         * gnus-draft.el (gnus-group-send-queue): Bind
4500         message-send-mail-partially-limit to nil to avoid being prompted.
4501
4502 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4503
4504         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4505
4506         * message.el (message-bogus-address-regexp): Fix and improve custom
4507         type.
4508         (message-setup-hook): Add message-check-recipients as custom option.
4509
4510 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * message.el (message-cite-function): Remove bogus autoload which crept
4513         in during merge from v5-10.
4514
4515 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4516
4517         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4518
4519         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4520
4521         * auth-source.el: Preliminary Tramp docs.
4522         (auth-sources): Change the default auth-sources to use
4523         EPA .gpg files.
4524
4525 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * nntp.el: Autoload `auth-source-user-or-password'.
4528         (nntp-send-authinfo): Use it.
4529
4530         * nnimap.el: Autoload `auth-source-user-or-password'.
4531         (nnimap-open-connection): Use it.
4532
4533         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4534         for the gnus-message function.
4535         (auth-source-user-or-password): Use it.
4536
4537 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4538
4539         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4540         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4541         (rfc2104-hash): Use it.
4542
4543 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4544
4545         * gnus-art.el (gnus-article-toggle-truncate-lines):
4546         Don't use `iff' in docstring.
4547
4548 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4549
4550         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4551
4552         * gnus-util.el (gnus-extract-address-component-name)
4553         (gnus-extract-address-component-email): Convenience functions around
4554         `gnus-extract-address-components'.
4555
4556         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4557         Use `gnus-extract-address-component-email' to fix bug of comparing full
4558         sender name to `user-mail-address'.
4559
4560 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4563         catch/throw to optimize.
4564         (gnus-registry-find-keywords): Just use member to find a keyword.
4565
4566 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4567
4568         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4569         is current before calling gnus-server-prepare.
4570         (gnus-server-setup-buffer, gnus-server-update-server)
4571         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4572
4573 2008-05-04  Juri Linkov  <juri@jurta.org>
4574
4575         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4576         (mailcap-file-default-commands): Use mailcap-replace-in-string
4577         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4578         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4579
4580 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4581
4582         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4583
4584 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4585
4586         * gnus.el: Bump version to 0.11.
4587
4588 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4589
4590         * gnus.el: No Gnus v0.10 is released.
4591
4592 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4595         hooks.
4596         (gnus-update-read-articles): Speed up non-marks-using users.
4597         (gnus-use-marks): Define gnus-use-marks.
4598         (gnus-propagate-marks): Rename variable to something more sensible.
4599
4600 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4601
4602         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4603         (gmm-image-load-path-for-library): Fix typos in docstrings.
4604         (gmm-message): Reflow docstring.
4605
4606 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * mail-source.el (mail-source-set-1, mail-source-bind):
4609         Move auth-source code out of the macro to clean it up and fix bugs.
4610
4611 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4614         by sender if it's equal to user-mail-address, it's likely to be
4615         useless.
4616
4617         * mail-source.el (mail-source-bind): Don't use user or password if they
4618         are not bound.  Unintern them if they are nil.  Don't use server unless
4619         it's bound, and default it to empty string otherwise.
4620
4621 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * mail-source.el: Load auth-source.el.
4624         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4625         get user name or password, if auth-sources is set up.
4626
4627         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4628         strategy of splitting with parent.
4629         (gnus-registry-split-fancy-with-parent)
4630         (gnus-registry-post-process-groups): Use it and fix prior
4631         bug (returning a list as the split result).
4632
4633         * auth-source.el (auth-sources): Remove server parameter.
4634         (auth-source-pick, auth-source-user-or-password)
4635         (auth-source-user-or-password-imap)
4636         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4637         (auth-source-user-or-password-sftp)
4638         (auth-source-user-or-password-smtp): Remove server parameter.
4639
4640 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4641
4642         * smime.el (smime-sign-region, smime-encrypt-region)
4643         (smime-decrypt-region):
4644         Remove redundant calls to `generate-new-buffer-name'.
4645
4646 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4647
4648         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4649         Don't use QP for message/rfc822.
4650         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4651
4652 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4653
4654         * sieve-manage.el (sieve-string-bytes): Remove.
4655         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4656         correct byte-length only if the process's coding-system is the same as
4657         the one used internally by Emacs to represent strings.
4658
4659 2008-04-22  Juri Linkov  <juri@jurta.org>
4660
4661         * mailcap.el (mailcap-file-default-commands): New function.
4662
4663 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * message.el (message-signature-separator, message-cite-function):
4666         Change custom version.
4667
4668 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4669
4670         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4671         commands.
4672         (tls-checktrust): Ditto.
4673
4674 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4675
4676         * mm-decode.el (mm-display-external): Make temp file read-only.
4677
4678 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4681         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4682         `C-c C-f d'.
4683
4684 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4685
4686         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4687
4688 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * gnus.el: Bump version to 0.9.
4691
4692 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * gnus.el: No Gnus v0.8 is released.
4695
4696 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4697
4698         * mail-source.el (mail-source-value):
4699         Prefer fboundp to functionp so it works with macros as well.
4700
4701 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4702
4703         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4704         Fix last change in case the element is not even a symbol.
4705
4706 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4707
4708         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4709         Prefer fboundp to functionp so it works with macros as well.
4710
4711 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * auth-source.el: Added docs.
4714         (auth-sources): Modify format to support server.
4715         (auth-source-pick, auth-source-user-or-password)
4716         (auth-source-user-or-password-imap)
4717         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4718         (auth-source-user-or-password-sftp)
4719         (auth-source-user-or-password-smtp): Add server parameter.
4720
4721 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * gnus-registry.el: Initialize the registry when gnus-registry-install
4724         is t.
4725
4726 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * compface.el (uncompface): Make buffer unibyte.
4729
4730 2008-04-05  Glenn Morris  <rgm@gnu.org>
4731
4732         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4733
4734 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4735
4736         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4737         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4738
4739         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4740         multibyteness after rather than before erasing it.
4741
4742         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4743         mm-with-multibyte.
4744         (gnus-request-article-this-buffer): Make sure the proper decoding is
4745         used if gnus-original-article-buffer happens to be unibyte.
4746
4747         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4748         default-enable-multibyte-characters.
4749
4750         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4751         default-enable-multibyte-characters.
4752
4753         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4754
4755         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4756
4757 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4758
4759         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4760         (imap-message-copyuid-1): Use it.
4761         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4762         J. Williams in
4763         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4764
4765         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4766         imap-enable-exchange-bug-workaround.
4767         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4768
4769 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4770
4771         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4772         a 100 byte status-checks into a 2-3MB transfer for each group.
4773         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4774         to enable bug workaround or not.
4775         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4776
4777 2008-03-31  Glenn Morris  <rgm@gnu.org>
4778
4779         * message.el (mml2015-use): Declare for compiler.
4780         (message-info): Require mml2015 when appropriate.
4781
4782 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4785         whitespace.
4786
4787 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4788
4789         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4790         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4791         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4792         (nntp-service-to-port): New function.
4793         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4794         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4795         (nntp-open-netcat-stream): New function.
4796         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4797
4798 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4799
4800         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4801
4802 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4803
4804         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4805
4806 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4807
4808         * dns.el (dns-write): Use set-buffer-multibyte.
4809
4810 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4811
4812         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4813
4814 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * message.el (message-signature-separator): Change default.
4817         Improve custom type.
4818         (message-cite-function): Change default to
4819         message-cite-original-without-signature.
4820
4821         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4822         toggle.
4823
4824         * message.el (message-check-news-body-syntax): Fix signature check.
4825         (message-setup-1): Mark buffer as unmodified _after_ running
4826         message-setup-hook and handling message-alternative-emails.
4827         (message-shorten-references): Be more strict when building list of
4828         valid references to comply with GNKSA.
4829
4830         * gnus-group.el (gnus-read-ephemeral-bug-group)
4831         (gnus-read-ephemeral-debian-bug-group)
4832         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4833
4834         * message.el (message-info): Don't use booleanp which isn't supported
4835         in Emacs 21 and XEmacs.
4836
4837 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4838
4839         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4840         gnus-group-gmane-group-download-format.
4841         (gnus-group-read-ephemeral-gmane-group): Rename from
4842         gnus-group-read-ephemeral-gmane-group.
4843         (gnus-read-ephemeral-gmane-group-url): Rename from
4844         gnus-group-read-ephemeral-gmane-group-url.
4845         (gnus-bug-group-download-format-alist): New variable.
4846         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4847         (gnus-read-ephemeral-emacs-bug-group): New commands.
4848
4849 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4852         (gnus-visible-headers): Improve custom type.
4853
4854 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * mml.el (mml-menu): Add workarounds for XEmacs.
4857
4858         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4859         X-Boundary header.
4860
4861         * message.el (message-simplify-recipients): Fix previous commit.
4862
4863 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4864
4865         * mm-util.el (mm-set-buffer-multibyte): New function.
4866         * mm-decode.el (mm-copy-to-buffer): Use it.
4867
4868 2008-03-19  Glenn Morris  <rgm@gnu.org>
4869
4870         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4871         Accidentally removed in the sync process with Emacs.
4872
4873 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         * message.el (message-alter-recipients-discard-bogus-full-name):
4876         New function.
4877         (message-alter-recipients-function): New variable.
4878         (message-get-reply-headers): Use it.
4879         (message-replace-header): New helper function.
4880         (message-recipients-without-full-name): New variable.
4881         (message-simplify-recipients): New command.
4882
4883         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4884
4885         * message.el (message-info): Handle EasyPG manual.
4886
4887         * mml.el (mml-menu): Add entry for EasyPG.
4888
4889 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4890
4891         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4892         parameter.
4893
4894         * message.el (message-disassociate-draft): Specify drafts group name
4895         fully.
4896
4897 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4898
4899         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4900         unnecessary duplicates from the match list.
4901
4902 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4905
4906         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4907
4908         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4909         args of `how-many' of which the XEmacs version doesn't take; declare
4910         Info-index-next as function.
4911
4912 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus-score.el (gnus-score-headers): Fix handling of
4915         gnus-inhibit-slow-scoring.
4916
4917         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4918         string.
4919         (gnus-button-url-regexp): Improve handling of parenthesis.
4920         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4921         (gnus-button-handle-info-keystrokes): Handle index entries.
4922
4923 2008-03-15  Glenn Morris  <rgm@gnu.org>
4924
4925         * parse-time.el (parse-time-string): Simplify.
4926
4927 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4930         Incoming* files.
4931
4932 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4935         (auth-source-pick): Use it.
4936
4937 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4938
4939         * binhex.el (binhex-decode-region-internal):
4940         * uudecode.el (uudecode-decode-region-internal):
4941         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4942         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4943         setting default-enable-multibyte-characters.
4944
4945 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * auth-source.el (auth-source-protocols)
4948         (auth-source-protocols-customize, auth-source-choices): Added and
4949         modified variable customizations and defaults.
4950         (auth-source-pick, auth-source-user-or-password)
4951         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4952         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4953         (auth-source-user-or-password-sftp)
4954         (auth-source-user-or-password-smtp): Use new variables and provide an
4955         interface to netrc.el.
4956
4957 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4960         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4961         Make sure the nntp port to specify is a string.
4962
4963 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * nntp.el: Use with-current-buffer.
4966         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4967         dubious mm-with-unibyte-current-buffer.
4968         (nntp-with-open-group-function): New function extracted from
4969         nntp-with-open-group macro.
4970         (nntp-with-open-group): Use the function, so it's easier to debug.
4971         Add indentation and debugging info.
4972         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4973         the use of the netcat alternatives.
4974
4975         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4976         Avoid mm-string-as-multibyte as well.
4977
4978         * nnweb.el (nnweb-insert-html):
4979         Remove use of nnheader-string-as-multibyte.
4980
4981         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4982         (nnheader-string-as-multibyte): Remove.
4983
4984         * mm-view.el: Use inhibit-read-only.
4985         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4986         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4987         or unibyte-string.
4988
4989         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4990         (mm-uu-yenc-extract): Use with-current-buffer.
4991
4992         * gnus-soup.el (gnus-soup-send-packet): Don't use
4993         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4994
4995         * nnmh.el: Use with-current-buffer.
4996         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4997         mm-string-as-multibyte on the output of mm-encode-coding-string.
4998
4999         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5000         (nnimap-request-move-article): Use with-current-buffer.
5001
5002         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5003         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5004         conversion uses string-make-unibyte rather than string-as-unibyte.
5005
5006         * gnus-msg.el: Use with-current-buffer.
5007
5008         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5009
5010 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5011
5012         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5013         string for caching if it is 'PIN.
5014
5015 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * lpath.el: Consider the case without Emacs/W3.
5018
5019 2008-03-08  Glenn Morris  <rgm@gnu.org>
5020
5021         * time-date.el (date-to-time, time-subtract, time-add)
5022         (safe-date-to-time): Doc fixes.
5023
5024 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * mail-source.el (mail-source-delete-old-incoming-confirm):
5027         Change default to nil.
5028         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5029
5030 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * lpath.el: Rearrange.
5033
5034         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5035         (gnus-article-goto-prev-page): Work for articles having ^L's.
5036
5037         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5038
5039         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5040
5041 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5042
5043         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5044         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5045         (gnus-bookmark-jump): Adjust some variable names.
5046
5047 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5048
5049         * auth-source.el: New package.
5050         (auth-source-choices): Add customization entry point variable.
5051
5052         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5053         bug.
5054
5055 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5058         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5059         (gnus-registry-install-shortcuts): Rename from
5060         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5061         the `gnus-registry-mark-map' keymap dynamically from
5062         `gnus-registry-marks'.  The generated functions update the summary line
5063         when a registry mark is added or deleted, and will call
5064         `gnus-registry-install-p' (see the comments in the code).
5065         (gnus-registry-user-format-function-M): Use concat intelligently.
5066
5067         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5068         the registry mark functions.
5069
5070 2008-03-05  Glenn Morris  <rgm@gnu.org>
5071
5072         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5073         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5074         gnus-art.
5075         (top-level): No need to load own source when compiling.
5076
5077 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5078
5079         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5080         Suggested by <chris.anderton@zetnet.co.uk>.
5081
5082 2008-03-04  Glenn Morris  <rgm@gnu.org>
5083
5084         * gnus-sum.el (top-level): No need to require gnus when compiling,
5085         since unconditionally required near start of file.
5086         (gnus-summary-display-while-building): Move definition before use.
5087
5088 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5091         formatting function.
5092
5093 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5094
5095         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5096         with plists.
5097         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5098         Use new format.
5099
5100 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5103         `where-is-internal' that returns a range of key sequences.
5104
5105 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5106
5107         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5108
5109         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5110         (gnus-summary-jump-to-group): Consider windows on other displayed
5111         frames as well.  Similar changes might be needed elsewhere, but that's
5112         the one I've bumped into during my use.
5113
5114         * nndoc.el (nndoc-oe-dbx-type-p):
5115         * gnus-msg.el (gnus-debug):
5116         * gnus-group.el (gnus-update-group-mark-positions):
5117         Use mm-string-to-multibyte.
5118
5119 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5122         doesn't handle NotDashEscaped.
5123
5124         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5125         (mml-dnd-attach-options): Fix typo in custom choice.
5126
5127         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5128         nndoc-article-type to mbox.
5129         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5130
5131         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5132         to nil, instead of html2text.
5133
5134         * imap.el (imap-debug): Add `imap-ping-server'.
5135
5136         * gnus-bookmark.el: Add FIXMEs.
5137
5138         * message.el (message-form-letter-separator)
5139         (message-send-form-letter-delay): New variables.
5140         (message-send-form-letter): Use them.  New command to send form
5141         letters.  Requested by Uwe Siart.
5142         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5143
5144 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * Update copyright years.
5147
5148 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         Sync from EMACS_22_BASE.
5151
5152         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5153
5154 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5155
5156         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5157         empty author.
5158
5159 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5160
5161         * gnus-registry.el (gnus-registry-marks): Add variable for
5162         customization of marks and their appearance.
5163         (gnus-registry-read-mark): Use it.
5164         (gnus-registry-do-marks): Add utility function to loop through
5165         `gnus-registry-marks'.
5166         (gnus-registry-install-shortcuts-and-menus): Add function to install
5167         shortcuts and menus.
5168         (gnus-registry-initialize): Use it.
5169         (gnus-registry-default-mark): Clarify documentation.
5170
5171 2008-02-29  Glenn Morris  <rgm@gnu.org>
5172
5173         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5174         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5175         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5176         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5177         Change defcustom :version from 23.0 to 23.1.
5178
5179 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         * gnus-registry.el (gnus-registry-follow-group-p)
5182         (gnus-registry-post-process-groups): Add functions to aid registry
5183         splitting and improve logging.  Clarify behavior in function
5184         documentation.
5185         (gnus-registry-split-fancy-with-parent): Use them.
5186
5187 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5188
5189         * gnus-art.el: Use with-current-buffer.
5190
5191 2008-02-27  David Engster  <dengste@eml.cc>
5192
5193         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5194         Express real group name in the response.
5195
5196 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5199         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5200         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5201         autoload gnus-registry-fetch-group when compiling.
5202         (nnmairix-request-group-with-article-number-correction): Remove
5203         unreferenced argument passed to nnmairix-call-backend.
5204
5205 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5206
5207         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5208         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5209         Wilde.
5210
5211 2008-02-27  Glenn Morris  <rgm@gnu.org>
5212
5213         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5214         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5215         variables to defconsts.  Convert comments to doc-strings.
5216         (nnmairix-last-server, nnmairix-current-server): Convert from free
5217         variables to defvars.  Convert comments to doc-strings.
5218         (gnus-registry-fetch-group): Autoload.
5219         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5220         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5221         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5222         caddr.
5223         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5224         nnmairix-request-group-with-article-number-correction call.
5225         (nnmairix-fast, nnmairix-group): New, less general names, for free
5226         variables passed from nnmairix-request-group to
5227         nnmairix-request-group-with-article-number-correction.  Declare.
5228         (nnmairix-request-group-with-article-number-correction):
5229         Use nnmairix-fast, nnmairix-group rather than fast, group.
5230
5231 2008-02-26  David Engster  <dengste@eml.cc>
5232
5233         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5234         version 0.5.
5235
5236 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5237
5238         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5239         instead of making an extra function call.  Don't add the current group
5240         to articles only when they have the group.  Use
5241         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5242         Reported by David <de_bb@arcor.de>.
5243
5244 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5247         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5248
5249 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5250
5251         * mail-source.el (mail-source-delete-incoming): Change default.
5252         Supplement doc string.
5253
5254         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5255
5256 2008-02-14  Glenn Morris  <rgm@gnu.org>
5257
5258         * time-date.el (format-seconds): New function.
5259
5260 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * nnmail.el (nnmail-message-id-cache-file): Derive from
5263         `gnus-home-directory'.
5264
5265 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5268         Document negative prefix.
5269
5270         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5271
5272 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5273
5274         * message.el (message-unsent-separator): Add the Exim bounce
5275         separator.
5276
5277 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5278
5279         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5280         list.
5281         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5282         recipient/signer list.
5283
5284 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * Makefile.in (datarootdir): Define.
5287         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5288         name that might contain whitespace.
5289
5290 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5293         fbound (Emacs 23 unicode), signal an error.
5294
5295 2008-02-08  Glenn Morris  <rgm@gnu.org>
5296
5297         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5298
5299 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5300
5301         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5302         ports to the calls to `netrc-machine-user-or-password' in addition to
5303         "imap" and "imaps".
5304
5305 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5306
5307         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5308
5309         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5310
5311 2008-02-01  Kenichi Handa  <handa@m17n.org>
5312
5313         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5314         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5315         (rfc2104-hash): Convert the result of concat to unibyte string.
5316
5317 2008-02-01  Dave Love  <fx@gnu.org>
5318
5319         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5320         coding-system-for-read.
5321         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5322
5323 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5326         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5327         <hanche@math.ntnu.no>.
5328
5329 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5332
5333         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5334
5335 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5336
5337         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5338         * message.el (message-beginning-of-line): Use featurep instead of bound
5339         tests in order to resolve conditionals at compile time.
5340
5341 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5342
5343         * mail-source.el (mail-sources): Add `group' choice.
5344
5345         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5346         parameter `in-group' to control into which group the articles go.
5347         Add treatment of `group' mail-source.
5348
5349 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5352
5353         * mm-decode.el (mm-dissect-buffer): Decode description.
5354
5355         * mml.el (mml-to-mime): Encode message header first.
5356
5357 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5360         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5361
5362         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5363         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5364
5365 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5368
5369 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5372         prefix keys.
5373         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5374         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5375         gnus-xmas.el.
5376
5377         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5378         (gnus-xmas-article-describe-bindings): New function.
5379         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5380         gnus-xmas-article-describe-bindings.
5381
5382         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5383
5384 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5387         Add new variables for article mark management.
5388         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5389         list of extra data entries which, when present, will indicate that the
5390         article ID should not be trimmed from the registry.
5391         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5392         functions.
5393         (gnus-registry-read-mark): New function to read a mark name from the
5394         user.
5395         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5396         (gnus-registry-set-article-mark-internal): New functions to add and
5397         remove marks.
5398         (gnus-registry-get-article-marks): New function to show the marks for
5399         an article, or retrieve them for further use.
5400
5401 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5404         keys when no argument is given.
5405
5406 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5407
5408         * imap.el (imap-ping-server): New variable.
5409         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5410         (imap-ping-server): Minor doc string fixes.
5411
5412 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5413
5414         * imap.el (imap-ping-server): New function.
5415         (imap-opened): Call imap-ping-server.
5416
5417 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * gnus-sum.el (gnus-article-sort-by-random)
5420         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5421         jidanni@jidanni.org.
5422
5423 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-art.el (gnus-article-describe-bindings): New function.
5426         (gnus-article-read-summary-keys): Use it.
5427         (gnus-article-mode-map): Bind `C-h b' to it.
5428
5429 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5432         XEmacs.
5433         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5434         against non-character events.
5435
5436         * lpath.el: Fbind map-keymap for Emacs 21.
5437
5438 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5441         command.
5442         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5443         instead of END.  Change name of the temp file.
5444         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5445         customizable.
5446
5447 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5450         bind `S W' to gnus-article-wide-reply-with-original; set default
5451         binding to gnus-article-read-summary-send-keys.
5452         (gnus-article-read-summary-keys): Fix the order of keys; display
5453         continuation keys correctly in the echo area; describe bindings
5454         correctly when keys end with `C-h'.
5455         (gnus-article-read-summary-send-keys): New function.
5456         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5457         for gnus-article-read-summary-send-keys; display continuation keys
5458         correctly in the echo area.
5459         (gnus-article-reply-with-original): Ignore prefix argument.
5460         (gnus-article-wide-reply-with-original): New function.
5461
5462         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5463         Emacs 21.
5464
5465 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5468         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5469
5470 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5473         (gnus-group-read-ephemeral-gmane-group): New command.
5474
5475 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5476
5477         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5478
5479 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * message.el (message-send-mail-function): Increase custom version.
5482
5483         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5484         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5485
5486 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5489         for the cases where imap-authenticate is called with a nil buffer
5490         parameter.
5491
5492 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5495         html parts correctly; support forwarded messages.
5496         (gnus-article-browse-html-article): Remove work buffers.
5497
5498         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5499         compiling.
5500         (netrc-bound-and-true-p): New macro.
5501         (netrc-parse): Use it instead of bound-and-true-p that is not available
5502         in XEmacs 21.4.
5503
5504 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * gnus-registry.el (gnus-registry-mark-article)
5507         (gnus-registry-article-marks): Add functionality to mark articles
5508         through the Gnus registry.
5509
5510         * encrypt.el: Clarify documentation for the new pgg method.
5511         (encrypt-file-alist): Add PGG option.
5512         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5513         functionality.  Abstract password key and messaging to external
5514         functions.
5515         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5516         (encrypt-message-method-and-cipher): Add new convenience external
5517         functions.
5518         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5519         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5520
5521         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5522         (netrc-parse): Use encrypt-file-alist to determine if
5523         encrypt-find-model or encrypt-insert-file-contents should be used.
5524
5525         * encrypt.el: Clarify documentation.  Load password-cache or
5526         password, whichever one is found first, instead of autoloading.
5527
5528 2007-12-19  Glenn Morris  <rgm@gnu.org>
5529
5530         * mml.el (message-options-set, message-narrow-to-head)
5531         (message-in-body-p, message-mail-p, message-encode-message-body):
5532         Autoload.
5533         (message-remove-header, message-narrow-to-headers-or-head)
5534         (message-subscribed-p, message-make-mail-followup-to)
5535         (message-position-on-field, message-news-p)
5536         (message-options-set-recipient, message-generate-headers)
5537         (message-sort-headers): Declare as functions.
5538
5539 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5542         convention in doc string.
5543
5544 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5547         title to html parts.
5548         (gnus-article-browse-html-article): Pass message header to it.
5549
5550         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5551
5552 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5555         or password compatible with XEmacs.
5556
5557 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5560         format document.
5561         (gnus-mime-delete-part): Don't write description line if empty.
5562         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5563
5564 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5565
5566         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5567         (gnus-summary-mark-read-and-unread-as-read)
5568         (gnus-summary-mark-current-read-and-unread-as-read)
5569         (gnus-summary-mark-unread-as-ticked): Doc fix.
5570         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5571
5572 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5575         Christoph Conrad <christoph.conrad@gmx.de>.
5576
5577 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5578
5579         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5580         yes-or-no-p.
5581
5582 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * mm-decode.el (mm-add-meta-html-tag): New function.
5585         (mm-save-part-to-file, mm-pipe-part): Use it.
5586
5587         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5588         gnus-y-or-n-p instead of y-or-n-p.
5589         (gnus-article-browse-html-parts): Work with message/external-body; use
5590         mm-add-meta-html-tag.
5591
5592 2007-12-11  Glenn Morris  <rgm@gnu.org>
5593
5594         * gnus-cache.el: Require gnus-sum not just when compiling.
5595
5596         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5597
5598         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5599         definitions before use.
5600
5601         * mm-decode.el: Require gnus-util.
5602         (mm-remove-part): Only call delete-annotation on XEmacs.
5603
5604         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5605
5606         * nnmail.el: Require gnus-int.
5607
5608         * spam.el: Move `require's before `eval-when-compile's.
5609
5610         * gnus-ems.el (gnus-alive-p):
5611         * gnus-fun.el (message-goto-eoh):
5612         * gnus-util.el (gnus-group-name-decode):
5613         * mail-source.el (gnus-compress-sequence):
5614         * message.el (Info-goto-node, format-spec):
5615         * mm-bodies.el (message-options-get):
5616         * mm-decode.el (mm-view-pkcs7):
5617         * mm-util.el (gmm-write-region):
5618         * mml-smime.el (mml-compute-boundary)
5619         (gnus-completing-read-with-default):
5620         * mml.el (widget-button-press, gnus-make-hashtable):
5621         * mml1991.el (mm-decode-content-transfer-encoding)
5622         (mm-encode-content-transfer-encoding)
5623         (message-options-get, message-options-set):
5624         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5625         * nnfolder.el (gnus-request-group):
5626         * nnheader.el (ietf-drums-unfold-fws):
5627         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5628         * smime.el (gnus-run-mode-hooks):
5629         * spam-stat.el (gnus-message): Autoload.
5630
5631         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5632         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5633         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5634         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5635         Add declare-function compatibility definition.
5636
5637         * gnus-cache.el (nnvirtual-find-group-art):
5638         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5639         (gnus-add-image, gnus-add-wash-type):
5640         * gnus-group.el (nnkiboze-score-file):
5641         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5642         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5643         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5644         (message-tokenize-header, gnus-get-buffer-create)
5645         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5646         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5647         * gnus.el (gnus-group-decoded-name):
5648         * mail-source.el (imap-capability):
5649         * mm-bodies.el (message-options-set):
5650         * mm-decode.el (gnus-configure-windows):
5651         * mm-extern.el (message-goto-body):
5652         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5653         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5654         (epg-sub-key-validity, message-options-set):
5655         * mml.el (widget-event-point, gnus-configure-windows):
5656         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5657         * mml2015.el (epg-check-configuration, epg-configuration)
5658         (message-options-set):
5659         * nndb.el (nndb-request-article):
5660         * nnfolder.el (gnus-request-create-group):
5661         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5662         * nnmaildir.el (gnus-group-mark-article-read):
5663         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5664         * rfc1843.el (message-fetch-field):
5665         * spam.el (gnus-extract-address-components):
5666         Declare as functions.
5667
5668 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5671
5672         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5673
5674         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5675         bind show-trailing-whitespace for XEmacs.
5676
5677 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5680         new no-op macro for backward compatibility.
5681
5682         * imap.el (imap-string-to-integer): New function.
5683
5684 2007-12-09  Glenn Morris  <rgm@gnu.org>
5685
5686         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5687
5688         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5689         * message.el, mm-view.el, sieve-manage.el, smime.el:
5690         Add declare-function compatibility definition.
5691
5692         * gnus-art.el (w3-region, w3m-region, Info-menu):
5693         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5694         * gnus-sum.el (gnus-get-predicate):
5695         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5696         * message.el (mail-abbrev-in-expansion-header-p):
5697         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5698         (w3m-detect-meta-charset, w3m-region):
5699         * sieve-manage.el (password-read, password-cache-add)
5700         (password-cache-remove):
5701         * smime.el (password-read-and-add): Declare as functions.
5702
5703 2007-12-08  David Kastrup  <dak@gnu.org>
5704
5705         * gnus-sum.el (gnus-summary-simplify-subject-query):
5706         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5707         `message'.
5708
5709 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5712         it to bind idna-program, installation-directory, defined-colors, and
5713         face-attribute for XEmacs of the version that compiles defcustom forms.
5714
5715 2007-12-07  Glenn Morris  <rgm@gnu.org>
5716
5717         * gnus-art.el (article-make-date-line): Revert previous change.
5718
5719 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5720
5721         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5722
5723 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5724
5725         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5726         Call gnus-add-to-range ranges only once with a prepared article-list.
5727
5728 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5729
5730         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5731         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5732         group names with backslashes.  Reported by Tassilo Horn
5733         <tassilo@member.fsf.org>.
5734
5735 2007-12-06  Deepak Goel  <deego3@gmail.com>
5736
5737         * gnus-art.el (article-make-date-line):
5738         * gnus-start.el (gnus-load):
5739         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5740
5741 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-use-idna)
5744         * gnus-start.el (gnus-site-init-file)
5745         * message.el (message-use-idna)
5746         * mm-uu.el (mm-uu-hide-markers)
5747         * smiley.el (smiley-style): Revert changes that suppress warnings.
5748
5749 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5752         specify charset to html source.  Reported by Christoph Conrad
5753         <christoph.conrad@gmx.de>.
5754
5755 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5758         idna-program in order to suppress byte compile warning issued by XEmacs
5759         that came to byte compile the default value section of defcustom forms
5760         recently.
5761
5762         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5763         value of installation-directory.
5764
5765         * message.el (message-use-idna): Don't directly refer to the value of
5766         idna-program.
5767
5768         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5769
5770         * smiley.el (smiley-style): Don't directly call face-attribute.
5771
5772 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5773
5774         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5775
5776         * gnus-dired.el: Reduce Gnus dependencies.
5777         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5778         require.  Use autoloads instead.
5779         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5780         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5781         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5782         (gnus-dired-mode): Adjust doc string.
5783         (gnus-dired-mail-mode): New variable.
5784         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5785         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5786         (gnus-dired-mail-buffers): New function.  Return mail or message
5787         composition buffers.
5788         (gnus-dired-attach): Use it.
5789         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5790         NO-DECODE.
5791         (gnus-dired-print): Use `gnus-print-buffer' depending on
5792         `gnus-dired-mail-mode'.
5793
5794 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * rfc2047.el (rfc2047-encoded-word-regexp)
5797         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5798         explaining what regexp patterns are for.
5799
5800 2007-12-04  Glenn Morris  <rgm@gnu.org>
5801
5802         * password.el: Move to password-cache.el.
5803
5804         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5805         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5806         * mml-smime.el (password-read, password-cache-add)
5807         (password-cache-remove):
5808         No need to autoload, since mml-sec requires password.
5809
5810         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5811         * message.el (gnus-extract-address-components):
5812         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5813
5814         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5815         password.
5816
5817 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * mailcap.el: Reduce dependencies.
5820         (mail-header-parse-content-type): Autoload.
5821         (mailcap-delete-duplicates): New alias.
5822         (mailcap-mime-info): Add optional argument NO-DECODE.
5823         (mailcap-mime-types): Use mailcap-delete-duplicates.
5824
5825         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5826
5827 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5828
5829         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5830         (imap-parse-status): Upcase status-att for servers that sends them
5831         lower-case (e.g., MS Exchange 2007).
5832
5833 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5834
5835         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5836         function.
5837
5838         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5839         (gnus-uu-yenc-article): New function.
5840
5841         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5842
5843         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5844         buffer.
5845
5846 2007-12-02  Glenn Morris  <rgm@gnu.org>
5847
5848         * binhex.el (binhex): New custom group.
5849         (binhex-decoder-program, binhex-decoder-switches)
5850         (binhex-use-external): Move to the binhex custom group.
5851
5852         * uudecode.el (uudecode): New custom group.
5853         (uudecode-decoder-program, uudecode-decoder-switches)
5854         (uudecode-use-external): Move to the uudecode custom group.
5855
5856         * netrc.el (top-level): Don't load `encrypt' features.
5857         (netrc-parse): Don't use encrypt.
5858         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5859
5860         * encrypt.el: Remove file.
5861
5862 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5865         matches on patches.
5866
5867         * gnus-art.el (gnus-article-browse-html-article): Mention
5868         `mm-text-html-renderer' in the doc string.
5869
5870         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5871         string.  Add comments.
5872
5873         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5874         if rhs is ASCII.
5875
5876 2007-12-01  Glenn Morris  <rgm@gnu.org>
5877
5878         * mail-source.el (top-level): Require format-spec before
5879         eval-when-compile.
5880
5881 2007-11-30  Glenn Morris  <rgm@gnu.org>
5882
5883         * encrypt.el: Require password, rather than autoloading password-read.
5884
5885 2007-11-29  Glenn Morris  <rgm@gnu.org>
5886
5887         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5888         (sasl-make-client, sasl-next-step, sasl-step-data)
5889         (sasl-step-set-data): Declare as functions.
5890
5891 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5894
5895 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5896
5897         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5898         certs should be verified and what is to be done in the event of a
5899         verification failure.
5900
5901         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5902         caller can indicate whether the cache should be disregarded for this
5903         call.  This way the result of the call is reproducible at all times and
5904         can be considered a canonical server name for the supplied method.
5905         (gnus-agent-method-p): Canonicalize server names by pushing their
5906         method through `gnus-method-to-server' using the no-cache argument.
5907
5908         * gnus-srvr.el (gnus-server-insert-server-line): Call
5909         `gnus-method-to-server' with `no-cache' argument.
5910
5911         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5912         gnus-agent-possibly-synchronize-flags as this should be called when the
5913         server is actually being opened.
5914         (gnus-agent-possibly-synchronize-flags)
5915         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5916         flags file of an agentized server to the latter function.
5917
5918         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5919         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5920         after a connection has been established successfully.
5921
5922 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (article-display-face): Force to display face if called
5925         interactively; check if gnus-article-x-face-too-ugly matches author.
5926         (article-display-x-face): Display face even if From header is missing
5927         as article-display-face does.
5928
5929 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5930
5931         * hashcash.el (message-narrow-to-headers-or-head)
5932         (message-fetch-field, message-goto-eoh)
5933         (message-narrow-to-headers): Declare as functions.
5934
5935 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * mail-source.el (mail-sources): Default to fetch from file for
5938         compatibility with default of nnmail-spool-file.
5939
5940 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5943         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5944         to look for encoded word that should be encoded again.
5945         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5946         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5947         encoding pattern.
5948         (rfc2047-decode-region): Switch strict regexp and loose one according
5949         to rfc2047-allow-irregular-q-encoded-words.
5950
5951 2007-11-25  Romain Francoise  <romain@orebokech.com>
5952
5953         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5954
5955 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5956
5957         * tls.el (tls-program): Provide more custom choices from
5958         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5959         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5960
5961 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5964         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5965
5966         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5967         `nnmail-spool-file'.
5968
5969         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5970         `nnmail-spool-file'.
5971
5972         * gnus-move.el (gnus-change-server): Ditto.
5973
5974         * gnus-kill.el (gnus-batch-score): Ditto.
5975
5976         * gnus-cache.el (gnus-jog-cache): Ditto.
5977
5978         * gnus-msg.el (gnus-summary-reply):
5979         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5980
5981 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5984         version.  Minor improvement to doc strings.
5985         (tls-program): Add comment.
5986
5987 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5988
5989         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5990         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5991         mismatch between the hostname provided in the certificate and the name
5992         of the host connnecting to.
5993         (open-tls-stream): Use them.  Check certificates against trusted root
5994         certificates.
5995
5996 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5997
5998         * gnus-cache.el (gnus-cache-generate-nov-databases):
5999         Use nnml-generate-nov-databases-directory instead of
6000         nnml-generate-nov-databases-1.
6001
6002 2007-11-24  Glenn Morris  <rgm@gnu.org>
6003
6004         * message.el (message-tool-bar-retro): Update for rename
6005         mail_send.xpm->mail-send.xpm.
6006
6007 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6010         `smime-ldap-search' for Emacs 22 and up.
6011
6012 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6013
6014         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6015
6016         * message.el (message-send-mail-function): Fix error convention.
6017         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6018         (message-widen-reply, message-send-mail, message-talkative-question)
6019         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6020         (message-clone-locals, message-send-news): Use with-current-buffer.
6021         (message-insert-or-toggle-importance): Remove unused var `valid'.
6022         (message-make-references): Remove unused var `new-references'.
6023         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6024
6025 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6026
6027         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6028         (spam-split-symbolic-return-positive): Reflow docstring.
6029         (spam-backends, spam-summary-exit-behavior)
6030         (spam-mark-ham-unread-before-move-from-spam-group)
6031         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6032         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6033         (spam-clear-cache, spam-backend-check, spam-install-backend)
6034         (spam-install-statistical-backend, spam-list-of-processors)
6035         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6036         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6037         (spam-check-crm114, spam-initialize, spam-unload-hook):
6038         Fix typos in docstrings.
6039
6040 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6043         been checked if they have never been read and those group levels are
6044         higher than the one that a user specified.
6045
6046 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6049         foreign groups unless a group level is specified by a user.
6050         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6051
6052 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6053
6054         * message.el (message-send-mail-function): Require sendmail.
6055
6056 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * message.el (message-send-mail-function): Check for smtpmail too.
6059
6060         * utf7.el (utf7-encode, utf7-decode): Use coding system
6061         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6062
6063         * message.el (message-send-mail-function): New function.
6064         (message-send-mail-function): Set default using
6065         message-send-mail-function.  Adjust doc string.
6066         (message-send-mail-with-mailclient): New function.
6067
6068 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6069
6070         * smime.el (from):
6071         * rfc2047.el (message-posting-charset):
6072         * qp.el (mm-use-ultra-safe-encoding):
6073         * pop3.el (parse-time-months):
6074         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6075         * nnml.el (files):
6076         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6077         (jka-compr-compression-info-list, ange-ftp-path-format)
6078         (efs-path-regexp):
6079         * nndiary.el (files):
6080         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6081         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6082         (epg-digest-algorithm-alist, inhibit-redisplay)
6083         (password-cache-expiry):
6084         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6085         (pgg-output-buffer, password-cache-expiry):
6086         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6087         (efs-path-regexp):
6088         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6089         (inhibit-redisplay):
6090         * mm-uu.el (file-name, start-point, end-point, entry)
6091         (gnus-newsgroup-name, gnus-newsgroup-charset):
6092         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6093         (latin-unity-ucs-list):
6094         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6095         (mm-uu-binhex-decode-function):
6096         * message.el (gnus-message-group-art, gnus-list-identifiers)
6097         (rmail-enable-mime-composing, gnus-local-organization)
6098         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6099         (gnus-read-active-file, facemenu-add-face-function)
6100         (facemenu-remove-face-function, gnus-article-decoded-p)
6101         (tool-bar-mode):
6102         * mail-source.el (display-time-mail-function):
6103         * gnus-util.el (nnmail-pathname-coding-system)
6104         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6105         (gnus-original-article-buffer, gnus-user-agent)
6106         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6107         (xemacs-codename, sxemacs-codename, emacs-program-version):
6108         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6109         * gnus-start.el (gnus-agent-covered-methods)
6110         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6111         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6112         (gnus-newsgroup-headers, gnus-group-list-mode)
6113         (gnus-group-mark-positions, gnus-newsgroup-data)
6114         (gnus-newsgroup-unreads, nnoo-state-alist)
6115         (gnus-current-select-method, mail-sources)
6116         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6117         (nnmail-spool-file, gnus-cache-active-hashtb):
6118         * gnus-mh.el (mh-lib-progs):
6119         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6120         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6121         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6122         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6123         (gnus-group-buffer):
6124         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6125         (font-lock-set-defaults):
6126         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6127         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6128         (gnus-summary-post-menu, total-parts, type, condition, length):
6129         * gnus-agent.el (gnus-agent-read-agentview):
6130         * flow-fill.el (show-trailing-whitespace):
6131         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6132         eval-and-compile wrappers for byte compiler pacifiers.
6133
6134         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6135         (mm-display-inline-fontify): Check for featurep 'xemacs not
6136         extent-list.
6137
6138         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6139         itimer-list.
6140         (mm-create-image-xemacs): Only do something for XEmacs.
6141         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6142
6143         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6144
6145         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6146         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6147
6148 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6149
6150         * nnimap.el (nnimap-split-download-body):
6151         * gnus-demon.el (gnus-demon):
6152         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6153
6154 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6157         macros.
6158         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6159         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6160         copy data from unibyte buffer to multibyte current buffer.
6161         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6162         to copy data from unibyte current buffer to multibyte buffer.
6163         (nntp-make-process-buffer): Make process buffer unibyte.
6164
6165         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6166
6167 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6168
6169         * pop3.el (pop3-open-server): Accept and process data more robustly at
6170         connexion start to avoid spurious "POP SSL connexion failed" errors.
6171
6172 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6175         read group names.
6176
6177 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6180
6181 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6184         (nnmail-save-active): Use a unibyte buffer when saving active file,
6185         which may contain non-ASCII group names.
6186
6187         * nnml.el (nnml-request-group): Decode group names in messages.
6188
6189 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * message.el (message-citation-line-function)
6192         (message-insert-formatted-citation-line): Fix spelling of
6193         `message-insert-formated-citation-line'.
6194
6195 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6198
6199 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6202         nnmail-pathname-coding-system.
6203
6204         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6205         that a user enters; decode group names in messages.
6206
6207         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6208
6209 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6212
6213         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6214
6215         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6216         risky local variable.
6217
6218         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6219
6220 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6221
6222         * encrypt.el: Improve documentation to fix function name typo.
6223         Reported by Daiki Ueno <ueno@unixuser.org>.
6224
6225 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6228         even if the point is not in the last page of an article.
6229         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6230         back to the previous page.
6231
6232 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6235
6236 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6239
6240 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6241
6242         * message.el (message-check-news-body-syntax): Avoid
6243         mm-string-as-multibyte.
6244         (message-hide-headers): Don't assume (point-min)==1.
6245
6246 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * message.el (message-remove-blank-cited-lines): Fix if remove is
6249         given.
6250         (message-bogus-address-regexp): New variable.
6251         (message-bogus-recipient-p): New function.
6252         (message-check-recipients): New command.
6253         (message-syntax-checks): Add `bogus-recipient'.
6254         (message-fix-before-sending): Add `bogus-recipient'.
6255
6256         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6257         (gnus-treat-body-boundary): Don't test window-system.
6258
6259 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6260
6261         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6262
6263 2007-10-28  Miles Bader  <miles@gnu.org>
6264
6265         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6266         at compile-time too.
6267
6268 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * gnus-msg.el (gnus-message-setup-hook): Add
6271         `message-remove-blank-cited-lines' to options.
6272
6273 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el (message-remove-blank-cited-lines): New function.
6276         Suggested by Karl Plästerer.
6277
6278 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6281         mapc.
6282
6283         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6284         (top-level): Use mapc to set functions to be traced for debugging.
6285
6286         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6287         called for effect with while loop.
6288
6289         * message.el (message-talkative-question): Replace mapcar called for
6290         effect with mapc.
6291
6292         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6293         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6294         called for effect with dolist.
6295
6296         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6297
6298         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6299         gnus-extra-headers and nnmail-extra-headers.
6300
6301         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6302         called for effect with dolist.
6303         (top-level): Use mapc to set functions to be traced for debugging.
6304
6305         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6306         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6307         dolist.
6308
6309         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6310         Replace mapcar called for effect with mapc.
6311         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6312         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6313         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6314         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6315
6316         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6317         remove-if that's a cl function.
6318
6319         * webmail.el (webmail-debug): Replace mapcar called for effect with
6320         dolist.
6321
6322         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6323         with mapc.
6324
6325 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6328         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6329         with while loop.
6330
6331         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6332         functions from article-* functions.
6333         (gnus-multi-decode-header): Replace mapcar called for effect with
6334         dolist.
6335
6336         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6337         (gnus-bookmark-show-details): Replace mapcar called for effect with
6338         while loop.
6339
6340         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6341         called for effect with while loop.
6342
6343         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6344         with dolist.
6345
6346         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6347         mapcar called for effect with dolist.
6348
6349         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6350
6351         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6352         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6353         Replace mapcar called for effect with dolist.
6354         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6355         mapc.
6356
6357         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6358         Replace mapcar called for effect with dolist.
6359         (gnus-topic-list): Replace mapcar called for effect with mapc.
6360
6361         * gnus.el: Use mapc instead of mapcar to add autoloads.
6362
6363 2007-10-23  Richard Stallman  <rms@gnu.org>
6364
6365         * gnus-group.el (gnus-group-highlight): Mark as risky.
6366
6367 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus.el (gnus-server-to-method): Return method found first in
6370         gnus-newsrc-alist.
6371
6372         * gnus-art.el (gnus-article-highlight-signature)
6373         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6374         button overlay without the front stickiness.
6375
6376 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6377
6378         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6379         overview buffer needed a catch to receive its throw.
6380         (gnus-agent-flush-cache): Declared as interactive to make this function
6381         easier to use.
6382
6383 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6386         `next-line'.
6387
6388 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6391         exclude address matching message-dont-reply-to-names.
6392
6393 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-util.el (gnus-string<): New function.
6396
6397         * gnus-sum.el (gnus-article-sort-by-author)
6398         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6399
6400 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6403         the frame-focus tag is set in gnus-buffer-configuration.
6404
6405 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6408         the front stickiness.
6409
6410 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6413         url pattern; remove duplicate one.
6414         (gnus-article-extend-url-button): New function.
6415         (gnus-article-add-buttons): Use it.
6416         (gnus-button-push): Use concatenated url that it makes.
6417
6418 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6419
6420         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6421
6422 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6425         Don't hardcode point-min==1.
6426
6427 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6428
6429         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6430         Fix comment about "iso8859-1".
6431
6432 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6433
6434         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6435         ones returned from the verify-function.
6436
6437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6438         mml2015-extract-cleartext-signature if extraction failed.
6439
6440 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6441
6442         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6443         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6444         failed.
6445
6446 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6449
6450 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6451
6452         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6453         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6454         recommends to use EasyPG instead of PGG.
6455
6456         * pgg.el: Revert to revision 6.23.2.16.
6457
6458         * pgg-def.el: Revert to revision 6.6.2.14.
6459
6460         * pgg-gpg.el: Revert to revision 6.23.2.34.
6461
6462 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6463
6464         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6465         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6466         thread for both the null and zero (kill/expire thread) universal prefix
6467         cases.
6468         (gnus-summary-expire-thread): Add new function to expire a thread,
6469         using gnus-summary-kill-thread.
6470         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6471         shortcuts for gnus-summary-expire-thread.
6472         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6473         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6474
6475 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6476
6477         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6478         extras value, so an extras entry can be deleted.
6479         (gnus-registry-delete-extra-entry): Use it.
6480         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6481         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6482         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6483         storage through the gnus-registry, and provide an appropriate API for
6484         it.
6485
6486 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6489         Suggested by Leo <sdl.web@gmail.com>.
6490
6491         * gnus.el: Do.
6492
6493 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6496         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6497
6498         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6499
6500         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6501         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6502
6503 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6506         newline.
6507         (nnmbox-request-accept-article): Don't change article in source buffer;
6508         narrow to header to use message-fetch-field rather than
6509         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6510         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6511         as delimiters; make sure article ends with newline.
6512         (nnmbox-delete-mail): Correct last position of article to be deleted;
6513         ignore X-Gnus-Newsgroup header in article body.
6514         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6515         positions; make sure article ends with newline.
6516
6517         * message.el (message-display-abbrev): Don't infloop when a user
6518         inserts SPC in the beginning of header.
6519
6520         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6521         coding-system-for-read and coding-system-for-write for XEmacs having no
6522         file-coding feature.
6523
6524         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6525
6526 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6529         list of groups not followed by default.  Fix type to be regexp.
6530         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6531
6532 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6533
6534         * hmac-def.el (define-hmac-function): Switch from old-style to
6535         new-style backquotes.
6536
6537         * md4.el (md4-make-step): Likewise.
6538
6539 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6542         raw-text coding system when saving .newsrc file, which may contain
6543         non-ASCII group names.
6544
6545 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-cus.el (gnus-score-extra): New widget.
6548         (gnus-score-extra-convert): New function.
6549         (gnus-score-customize): Use it for Extra.
6550
6551 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6552
6553         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6554         (mml2015-mailcrypt-clear-verify): Use it.
6555         (mml2015-gpg-clear-verify): Use it.
6556         (mml2015-pgg-clear-verify): Use it.
6557         (mml2015-epg-clear-verify): Replace the current part with the output
6558         from GnuPG; don't extract the plaintext by itself.
6559
6560         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6561         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6562         mml2015-clear-verify-function; don't touch the armor headers or
6563         dash-escaped text here.
6564
6565 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6568         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6569         parts, or application/octet-stream as a last resort.
6570         (gnus-mime-view-part-as-type): Don't toggle display.
6571         (gnus-mime-view-part-as-charset): Don't turn off display before
6572         querying charset.
6573
6574         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6575         stuff to undisplayer function in Emacs.
6576         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6577
6578         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6579         text/calendar parts.
6580
6581 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6582
6583         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6584         decoding text/calendar parts.
6585
6586         * message.el (message-forward-make-body-mime): Always mark body as
6587         having no illegible text; remove signed-or-encrypted argument.
6588         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6589
6590         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6591         (mml-generate-mime-1): Don't encode body if it is specified to be in
6592         raw form; don't make buffer be unibyte when inserting multibyte string.
6593
6594 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6595
6596         * sha1.el: Fix up comment style.
6597         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6598         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6599
6600         * hex-util.el: Fix up comment style.
6601         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6602
6603         * gnus-salt.el: Use with-current-buffer.
6604         (gnus-pick-setup-message): Fix long-standing typo.
6605
6606 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * imap.el (imap-logout-timeout): New variable.
6609         (imap-logout, imap-logout-wait): New functions.
6610         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6611
6612         * nnimap.el (nnimap-logout-timeout): New server variable.
6613         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6614         nnimap-logout-timeout.
6615
6616         * gnus-art.el (gnus-article-summary-command-nosave)
6617         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6618
6619 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus.el (gnus-maximum-newsgroup): New variable.
6622
6623         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6624         according to gnus-maximum-newsgroup.
6625
6626         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6627         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6628         Limit the range of articles according to gnus-maximum-newsgroup.
6629
6630 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6631
6632         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6633         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6634         Don't perform gnus-configure-windows here; reuse existing sticky
6635         article buffer.
6636
6637         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6638         it doesn't exist in gnus-article-mode.
6639
6640 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6643         (gnus-agent-decoded-group-name): New function.
6644         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6645         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6646
6647 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6648
6649         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6650         Add binding for gnus-sticky-article.
6651         (gnus-summary-exit): Don't kill sticky article buffers.
6652
6653         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6654         article buffer.
6655         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6656         (gnus-kill-sticky-article-buffers): New commands.
6657
6658 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * nntp.el (nntp-xref-number-is-evil): New server variable.
6661         (nntp-find-group-and-number): If it is non-nil, don't trust article
6662         numbers in the Xref header.
6663
6664 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6665
6666         * gnus-agent.el (gnus-agent-read-group): New function.
6667         (gnus-agent-flush-group, gnus-agent-expire-group)
6668         (gnus-agent-regenerate-group): Use it.
6669         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6670         nnmail-pathname-coding-system.
6671
6672 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6675
6676         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6677         that are unread as unread, and also as selected so that information of
6678         marks having been changed by a user may be updated when exiting group.
6679
6680 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6683         calculated ignoring signature parts to gnus-treat-article.
6684
6685 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6688         a point here in order to keep the window start.
6689         (gnus-insert-mime-security-button): Make a button overlay without the
6690         front stickiness.
6691         (gnus-mime-display-security): Goto the end of a button.
6692
6693         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6694
6695 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6698         group-name-at-point.
6699         (gnus-group-completing-read): New function that offers decoded
6700         non-ASCII group names for completion.
6701         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6702         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6703         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6704         (gnus-group-fetch-control): Use it.
6705         (gnus-fetch-group): Use group-name-at-point for the initial value
6706         rather than the default value; use gnus-alive-p.
6707
6708         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6709         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6710         (gnus-summary-post-news): Use gnus-group-completing-read.
6711
6712         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6713         (gnus-read-move-group-name): Decode group name for completion.
6714
6715 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6716
6717         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6718         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6719         Yamaoka slightly modified the code).
6720
6721 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6724         (nnmail-split-incoming): Bind it.
6725
6726         * nnml.el (nnml-group-name-charset): New function.
6727         (nnml-decoded-group-name): Use it; don't decode group name if
6728         nnmail-group-names-not-encoded-p is non-nil.
6729         (nnml-encoded-group-name): New function.
6730         (nnml-group-pathname): Inline nnml-decoded-group-name.
6731         (nnml-request-expire-articles): Decode group name in message.
6732         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6733         nnmail-pathname-coding-system.
6734         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6735         not decoded ones according to nnmail-group-names-not-encoded-p.
6736         (nnml-generate-active-info): Use nnml-encoded-group-name.
6737
6738 2007-08-08  Glenn Morris  <rgm@gnu.org>
6739
6740         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6741         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6742         doc-strings and comments.
6743
6744 2007-07-25  Glenn Morris  <rgm@gnu.org>
6745
6746         * Relicense all FSF files to GPLv3 or later.
6747
6748 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-sum.el (gnus-summary-move-article): Make
6751         gnus-summary-respool-article work.
6752
6753 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6756         string.
6757
6758 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6759
6760         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6761         that should be ignored when comparing distant RSS articles with local
6762         ones.
6763         (nnrss-make-hash-index): New function.  Create a hash index according
6764         to the ignored fields.
6765         (nnrss-check-group): Use it.
6766
6767 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6770
6771         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6772
6773         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6774         the new optional argument ENCODED is non-nil.
6775         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6776         coding system for encoding group name.
6777         (gnus-group-make-rss-group): Pass un-encoded group name to
6778         gnus-group-make-group.
6779         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6780         encoded.
6781
6782         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6783         Encode group name to which articles are moved or copied.
6784         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6785         coding system for encoding Newsgroup, Followup-To and Xref headers.
6786
6787         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6788         marks; use nnheader-file-coding-system to write a file.
6789         (nnagent-retrieve-headers): Bind file-name-coding-system to
6790         nnmail-pathname-coding-system.
6791
6792         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6793
6794         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6795         (nnml-request-article, nnml-request-create-group)
6796         (nnml-request-rename-group, nnml-find-id)
6797         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6798         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6799         (nnml-save-marks): Use nnml-group-pathname instead of
6800         nnmail-group-pathname.
6801
6802         (nnml-request-create-group, nnml-request-expire-articles)
6803         (nnml-request-move-article, nnml-request-delete-group)
6804         (nnml-deletable-article-p, nnml-possibly-create-directory)
6805         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6806         (nnml-open-marks): Bind file-name-coding-system to
6807         nnmail-pathname-coding-system.
6808
6809         (nnml-request-article): Pass server argument to nnml-find-group-number.
6810         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6811         server argument to nnml-possibly-create-directory.
6812         (nnml-request-accept-article): Pass server argument to
6813         nnml-active-number and nnml-save-mail.
6814         (nnml-find-group-number): Pass server argument to nnml-find-id.
6815         (nnml-request-update-info): Pass server argument to
6816         nnml-marks-changed-p.
6817
6818         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6819         (nnml-save-mail, nnml-active-number): Add server argument.
6820
6821         (nnml-request-delete-group): Warn if group is missing.
6822         (nnml-get-nov-buffer): Decode group name.
6823         (nnml-generate-active-info): Encode group name.
6824         (nnml-open-marks): Decode group name in messages.
6825
6826 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6829         if it is not specified.
6830         (gnus-article-pipe-part, gnus-article-save-part)
6831         (gnus-article-interactively-view-part, gnus-article-copy-part)
6832         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6833         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6834         (gnus-article-replace-part, gnus-article-delete-part)
6835         (gnus-article-view-part-as-type): Pass raw prefix argument to
6836         gnus-article-part-wrapper.
6837
6838 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-agent.el (gnus-agent-save-active): Bind
6841         nnheader-file-coding-system to gnus-agent-file-coding-system.
6842
6843         * gnus-cache.el (gnus-cache-save-buffers)
6844         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6845         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6846         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6847         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6848         (gnus-cache-generate-active, gnus-cache-rename-group)
6849         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6850         (gnus-cache-update-overview-total-fetched-for): Bind
6851         file-name-coding-system to nnmail-pathname-coding-system.
6852         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6853         variables.
6854         (gnus-cache-decoded-group-name): New function.
6855         (gnus-cache-file-name): Use it.
6856         (gnus-cache-generate-active): Use non-decoded group name for active.
6857
6858         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6859         right place.
6860         (gnus-write-active-file): Don't break non-ASCII group names.
6861
6862         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6863         nnmail-pathname-coding-system.
6864
6865         * lpath.el: Bind default-file-name-coding-system,
6866         file-name-coding-system and language-info-alist for XEmacs.
6867
6868         * gnus-uu.el (gnus-uu-decode-save): Typo.
6869
6870 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6873
6874 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6877         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6878         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6879         (gnus-agent-flush-group, gnus-agent-flush-cache)
6880         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6881         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6882         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6883         (gnus-agent-regenerate-group)
6884         (gnus-agent-update-files-total-fetched-for)
6885         (gnus-agent-update-view-total-fetched-for): Bind
6886         file-name-coding-system to nnmail-pathname-coding-system.
6887         (gnus-agent-group-pathname): Don't encode file names by
6888         nnmail-pathname-coding-system.
6889         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6890         coding-system-for-write instead of buffer-file-coding-system to
6891         gnus-agent-file-coding-system.
6892
6893         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6894         Decode group name.
6895
6896         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6897
6898         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6899         (gnus-read-newsrc-el-file): Make group names unibyte.
6900
6901         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6902         nnmail-pathname-coding-system.
6903
6904         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6905         (nnrss-request-delete-group): Bind file-name-coding-system to
6906         nnmail-pathname-coding-system.
6907         (nnrss-read-server-data, nnrss-read-group-data): Bind
6908         file-name-coding-system correctly.
6909         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6910
6911         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6912         (nntp-server-to-method-cache): New variable.
6913         (nntp-group-pathname): New function that decodes non-ASCII group names.
6914         (nntp-possibly-create-directory, nntp-marks-changed-p)
6915         (nntp-save-marks, nntp-open-marks): Use it.
6916         (nntp-possibly-create-directory, nntp-open-marks):
6917         Bind file-name-coding-system to nnmail-pathname-coding-system.
6918         (nntp-open-marks): Decode group names when bootstrapping marks.
6919
6920         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6921         Newsgroups and Folowup-To headers.
6922
6923 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6926         (gnus-server-closed-face, gnus-server-denied-face)
6927         (gnus-server-offline-face): Remove variable.
6928         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6929
6930         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6931         of modifying message-stack directly for XEmacs.
6932
6933         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6934         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6935         if the coding-system argument is nil for XEmacs.
6936
6937         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6938         mm-charset-override-alist.
6939
6940         * rfc2047.el: Don't require base64; require rfc2045 for the function
6941         rfc2045-encode-string.
6942         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6943         to quote the parameter value.
6944
6945 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6948         form in gnus-group-name-charset-method-alist.
6949
6950         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6951         overrides the default layout edit-form.
6952
6953         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6954
6955         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6956
6957 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6960         as unfetched articles.
6961
6962 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6965
6966 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6969         original back end that keeps marks in the local system.
6970
6971 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6974         arg of pop-to-buffer for XEmacs.
6975         (gnus-article-read-summary-keys): Ditto; don't restore window
6976         configuration if summary command ends up with neither article buffer
6977         nor summary buffer; describe bindings if summary keys end with C-h.
6978
6979 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * message.el (message-fix-before-sending): Skip raw message part to be
6982         forwarded while checking illegible text.
6983         (message-forward-make-body-mime, message-forward-make-body): Mark
6984         signed or encrypted raw message as having no illegible text.
6985
6986 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6989         (gnus-message-with-timestamp-1): New macro.
6990         (gnus-message-with-timestamp): New function.
6991         (gnus-message): Use them.
6992
6993         * nnheader.el (nnheader-message): Use them.
6994
6995 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6998         .newsrc.eld file.
6999
7000 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * gnus-agent.el (gnus-agent-fetch-headers)
7003         (gnus-agent-retrieve-headers): Bind
7004         gnus-decode-encoded-address-function to identity.
7005
7006         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7007         available also when the server returns simply a dot.
7008
7009         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7010
7011 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7014
7015 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-ems.el (gnus-x-splash): Make it work.
7018
7019         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7020         from being used.
7021
7022         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7023
7024 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7027         4th and the 5th arguments.
7028
7029         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7030         the front stickiness.
7031         (gnus-article-summary-command-nosave): Correct the order of the
7032         arguments passed to pop-to-buffer.
7033         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7034         summary command ends up with the article buffer.
7035
7036         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7037         the same faces.
7038
7039 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7040
7041         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7042
7043 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7044
7045         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7046         * gnus-sum.el (gnus-summary-highlight):
7047         * pgg.el (pgg-sign-region, pgg-sign):
7048         * mail-source.el (mail-source-delete-old-incoming-confirm):
7049         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7050
7051 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-art.el (gnus-mime-view-part-externally)
7054         (gnus-mime-view-part-internally): Fix predicate function passed to
7055         completing-read.
7056
7057         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7058
7059         * gnus.el (gnus-update-message-archive-method): Add :version.
7060
7061 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus.el (gnus-update-message-archive-method): New variable.
7064
7065         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7066         according to gnus-message-archive-method if
7067         gnus-update-message-archive-method is non-nil.
7068
7069 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7072         by Loic Dachary <loic@dachary.org>.
7073         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7074
7075 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * message.el (message-pop-to-buffer): Add switch-function argument.
7078         (message-mail): Pass switch-function argument to it.
7079
7080 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7083         Improve doc string.
7084
7085 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7088         (gnus-header-content)
7089         * gnus-cite.el (gnus-cite-10)
7090         * gnus-srvr.el (gnus-server-closed)
7091         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7092         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7093         (gnus-group-mail-3-empty, gnus-group-mail-low)
7094         (gnus-group-mail-low-empty, gnus-splash)
7095         * message.el (message-header-to, message-header-cc)
7096         (message-header-subject, message-header-other, message-header-name)
7097         (message-header-xheader, message-separator, message-cited-text)
7098         (message-mml): Lighten colors of faces used for dark background.
7099
7100 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7101
7102         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7103         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7104
7105 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * message.el (message-narrow-to-headers-or-head):
7108         Ignore mail-header-separator in the body.
7109
7110 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7113         same as window size.
7114
7115 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7116
7117         * message.el (message-font-lock-keywords): Use message-header-xheader
7118         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7119         ahead of the anything pattern, to get it recognised.
7120
7121 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7124         spam.el loads uses it in the compiled defadvice form.
7125
7126 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7127
7128         * gnus-sum.el (gnus-articles-to-read)
7129         (gnus-summary-insert-old-articles): Don't truncate group name for
7130         `read-string'.
7131
7132         * gnus-util.el (gnus-limit-string): Delete this function.
7133
7134         * gnus-sum.el (gnus-simplify-subject-fully): Use
7135         `truncate-string-to-width' instead.
7136
7137 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7138
7139         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7140         if, on summary exit, the next group has to be selected.
7141         (gnus-summary-exit): Use it.
7142
7143 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7146         non-break space.
7147
7148 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7151         Check if group is not a directory.
7152         (nnfolder-request-expire-articles): Don't delete articles if the target
7153         group is not available.
7154
7155         * nnml.el (nnml-request-create-group): Properly check if group is not a
7156         file.
7157         (nnml-request-expire-articles): Don't delete articles if the target
7158         group is not available.
7159
7160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7161         Don't quote characters that are within parentheses.
7162
7163 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7166         (gnus-handle-ephemeral-exit): Select article according to it.
7167
7168 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * message.el (message-insert-formated-citation-line): Remove newline.
7171         (message-citation-line-format): Add final \n here so that the user can
7172         avoid a blank line.
7173
7174 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7175
7176         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7177         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7178         Update lanl/arXiv support.
7179
7180 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7181
7182         * gnus.el: Bump version number.
7183
7184 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * gnus.el (gnus-version-number): Bump version.
7187
7188 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7189
7190         * gnus.el: No Gnus v0.6 is released.
7191
7192 2007-04-27  Didier Verna  <didier@xemacs.org>
7193
7194         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7195         * gmm-utils.el (gmm-regexp-concat): here.
7196         * message.el: Don't require 'gnus-util.
7197         (message-dont-reply-to-names): Handle name change above.
7198         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7199
7200 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7203         since the initial value varies according to the system.
7204
7205 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7208
7209 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7210
7211         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7212
7213 2007-04-24  Didier Verna  <didier@xemacs.org>
7214
7215         Improve the type of gnus-ignored-from-addresses.
7216         * gnus-util.el (gnus-orify-regexp): New function.
7217         * message.el (gnus-util): Require it.
7218         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7219         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7220         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7221
7222 2007-04-24  Didier Verna  <didier@xemacs.org>
7223
7224         * gnus-sum.el:
7225         * gnus-utils.el: Fix some trailing whitespaces.
7226
7227 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7230         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7231         article's Message-ID; refer parent article in summary buffer.
7232
7233         * message.el (message-bounce): Call mime-to-mml.
7234
7235         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7236         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7237         optimize and/or forms properly.
7238
7239 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7242         URL.
7243
7244 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7247
7248 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7251         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7252         displayed of multipart/alternative part if it is invoked from summary
7253         buffer.
7254
7255         * mm-view.el (mm-inline-text-html-render-with-w3m)
7256         (mm-inline-text-html-render-with-w3m-standalone)
7257         (mm-inline-render-with-function): Use mail-parse-charset by default.
7258
7259 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7260
7261         * parse-time.el (parse-time-string-chars): Check if CHAR
7262         is less than the length of parse-time-syntax.
7263
7264 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7267         from gnus-newsgroup-processable.
7268
7269 2007-04-16  Didier Verna  <didier@xemacs.org>
7270
7271         * gnus-msg.el (gnus-configure-posting-styles): Handle
7272         message-signature-directory properly with :file syntax.  Reported by
7273         "Leo".
7274
7275 2007-04-11  Didier Verna  <didier@xemacs.org>
7276
7277         New user option: message-signature-directory.
7278         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7279         * message.el (message-insert-signature): Ditto.
7280         * message.el (message-signature-file): Doc update.
7281         * message.el (message-signature-directory): New.
7282
7283 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-msg.el (gnus-inews-yank-articles): Use
7286         message-exchange-point-and-mark instead of exchange-point-and-mark.
7287
7288 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * message.el (message-yank-original): Make sure cited text ends with
7291         newline; don't exchange point and mark.
7292
7293 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7294
7295         * tls.el (open-tls-stream): Properly handle case where there
7296         is no associated buffer.
7297
7298 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7299
7300         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7301         message-yank-original, make sure (< mark TEXT point).
7302
7303 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * message.el (message-fill-column): New variable.
7306         (message-mode): Use it.  Add comment on a possible new hook.
7307
7308         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7309         (nnmail-get-new-mail): Reformat.
7310
7311         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7312
7313         * gmm-utils.el: Fix Commentary.
7314         (gmm-tool-bar-from-list): Fix typo in doc string.
7315
7316 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7317
7318         * message.el (message-yank-original): Don't switch point and mark
7319         unnecessarily to put point and mark as documented.
7320
7321 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7324         from the message heads.
7325
7326 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7327
7328         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7329         article buffer does not have a window.  This may not be the best
7330         solution but is certainly better than setting the start of the null,
7331         that is the current, window.
7332
7333 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7336         (gnus-draft-setup): Run it.
7337
7338         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7339         gnus-score-fast-scoring.  Allow regexp.
7340         (gnus-score-headers): Use it.
7341
7342         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7343         XEmacs.
7344
7345         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7346         string.
7347         (gnus-button-alist): Also catch `<f1> k ...'.
7348         (gnus-treat-display-x-face): Fix doc string.
7349
7350 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7351
7352         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7353         evaluation of gnus-extended-version to ensure correct generation of the
7354         User-Agent header when message-generate-headers-first is used.
7355
7356 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7357
7358         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7359         hashcash-path is nil.  Don't call callback with incorrect number of
7360         parameters if val is 0.
7361
7362 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7363
7364         * message.el (message-required-news-headers):
7365         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7366
7367 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7368
7369         * tls.el (open-tls-stream): In handshake-waiting loop,
7370         don't wait more if there is output available to process.
7371
7372 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7373
7374         * tls.el (tls-program): Doc fix.
7375
7376 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * message.el (message-generate-new-buffers): Change the meaning of the
7379         nil value; add `standard' to the choices; treat t as `unique'; improve
7380         doc string.
7381         (gnus-select-frame-set-input-focus): Autoload.
7382         (message-buffer-name): Search for the existing message buffer if
7383         message-generate-new-buffers is nil or `standard'; treat the value t of
7384         message-generate-new-buffers as `unique'.
7385         (message-pop-to-buffer): Raise the frame already displaying the message
7386         buffer; clear the echo area after querying.
7387         (message-setup): Pass the `continue' argument to compose-mail.
7388         (message-mail): Prefer `switch-function' if it is given; search for the
7389         existing message buffer if the `continue' argument is non-nil; pass
7390         continue and switch-function arguments to compose-mail by way of
7391         message-setup.
7392         (message-mail-other-window): Adjust argument of message-setup.
7393         (message-mail-other-frame): Ditto.
7394
7395 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7398         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7399         to turn font-lock on when turning gnus-message-citation-mode on.
7400
7401 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7402
7403         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7404         (mml-smime-function-alist): New variable; add epg as the backend.
7405         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7406         mml-smime- functions instead.
7407         * mm-view.el: Require smime.
7408
7409 2007-03-05  Didier Verna  <didier@xemacs.org>
7410
7411         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7412         instead of just inheritance for posting styles.
7413         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7414
7415 2007-02-24  Chris Moore  <dooglus@gmail.com>
7416
7417         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7418         * pgg-pgp.el (pgg-pgp-encrypt-region):
7419         * pgg-gpg.el (pgg-gpg-encrypt-region):
7420         Check pgg-encrypt-for-me if no other recipients.
7421
7422 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7423
7424         * tls.el (tls-certtool-program): Fix custom type.
7425
7426 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7429         and point-at-eol instead of line-(beginning|end)-position.
7430
7431         * assistant.el (assistant-parse-buffer): Ditto.
7432
7433         * netrc.el (netrc-parse-services): Ditto.
7434
7435 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7436
7437         * mml2015.el (mml2015-epg-find-usable-key): New function.
7438         (mml2015-epg-sign): Use it.
7439         (mml2015-epg-encrypt): Use it.
7440
7441 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * message.el (message-make-in-reply-to): Quote name containing
7444         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7445         if there are special characters.  Reported by NAKAJI Hiroyuki
7446         <nakaji@jp.freebsd.org>.
7447
7448 2007-02-27  Didier Verna  <didier@xemacs.org>
7449
7450         Include the group parameters as well as the topic ones in the
7451         inheritance filter process.
7452         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7453         argument GROUP-PARAMS-LIST.
7454         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7455
7456 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * nntp.el (nntp-never-echoes-commands)
7459         (nntp-open-connection-functions-never-echo-commands): New variables.
7460         (nntp-send-command): Use them.
7461
7462 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7463
7464         * mml2015.el (mml2015-epg-verify): Simplified.
7465
7466 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * mml.el (mml-content-disposition-alist): New user option.
7469         (mml-content-disposition): New function.
7470         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7471         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7472
7473 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7474
7475         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7476         verification.
7477
7478 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7479
7480         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7481         articles posted in the last 24 hours.
7482
7483 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7484
7485         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7486
7487 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7488
7489         * nntp.el (nntp-send-command): Don't wait for echoes when
7490         nntp-open-ssl-stream is used.
7491
7492 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7495         (gnus-message-add-citation-keywords)
7496         (gnus-message-remove-citation-keywords): Remove.
7497         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7498         directly, make the variables in font-lock-defaults buffer-local, add
7499         gnus-message-citation-keywords to them and then update the value of
7500         font-lock-keywords.
7501
7502 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * message.el (message-cite-original-1): Don't call
7505         gnus-article-highlight-citation.
7506
7507         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7508         citations; fix line count.
7509
7510 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7513         (gnus-message-add-citation-keywords)
7514         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7515         versions of font-lock-add-keywords and font-lock-remove-keywords to
7516         work with XEmacs correctly.
7517
7518 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-cite.el (gnus-cite-face-list): Set the values of
7521         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7522         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7523         (gnus-message-cite-prefix-regexp): New variable.
7524         (gnus-message-search-citation-line): Use it; protect against long
7525         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7526         the 0th match data for Emacs.
7527         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7528         (gnus-message-add-citation-keywords): Append keywords rather than
7529         prepending; emulate font-lock-add-keywords if it is not available.
7530         (gnus-message-remove-citation-keywords): Emulate
7531         font-lock-remove-keywords if it is not available.
7532
7533         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7534
7535         * message.el (message-cite-prefix-regexp): Set the value of
7536         gnus-message-cite-prefix-regexp.
7537
7538 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7539
7540         * nnweb.el (nnweb-google-parse-1): Update parser.
7541
7542 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7543
7544         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7545
7546 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7547
7548         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7549         regexp.
7550
7551 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7554         string-to-multibyte.
7555         (uudecode-decode-region-internal): Use it.
7556
7557         * lpath.el: Fbind string-as-multibyte for XEmacs.
7558
7559 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7562         custom choice.
7563
7564         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7565
7566 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7567
7568         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7569
7570         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7571         `write-region' to respect `mm-inhibit-file-name-handlers'.
7572
7573 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7576         Use gnus-home-directory instead of "~/" or "$HOME".
7577
7578 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7579
7580         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7581         to mention filename.
7582         Add comments at beginning regarding usage.
7583         (encrypt-write-file-contents): Change interactive so a string is
7584         acceptable.  If the file has no associated model, show an error instead
7585         of a nonsense prompt.
7586
7587 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7588
7589         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7590         Thanks to Yoshihiko Yamada for kind notification of this typo.
7591
7592 2007-01-12  Kenichi Handa  <handa@m17n.org>
7593
7594         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7595         multibyte buffer.
7596
7597 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * gnus-score.el (gnus-score-fast-scoring): New variable.
7600         (gnus-score-headers): Use it.
7601
7602         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7603
7604         * message.el (message-cite-original-1): Call
7605         gnus-article-highlight-citation if requested.
7606         (message-make-from): Allow name and address as optional arguments.
7607
7608         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7609
7610         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7611         bugs to doc string.
7612         (gnus-button-alist): Add mid\\|message-id.
7613         (gnus-button-fetch-group): Extend for use in
7614         `browse-url-browser-function'.
7615         (gnus-button-url-regexp): Try to catch paired parentheses like in
7616         Wikipedia URLs.
7617
7618         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7619         Suggested by Simon Krahnke <overlord@gmx.li>.
7620
7621 2007-01-13  Romain Francoise  <romain@orebokech.com>
7622
7623         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7624         Update copyright.
7625
7626 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7627
7628         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7629
7630 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7631
7632         * gnus-registry.el (gnus-registry-unfollowed-groups)
7633         (gnus-registry-split-fancy-with-parent): Fix documentation.
7634
7635 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7638         from nnweb groups.
7639
7640 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7641
7642         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7643         Xref urls.  Erase buffer before requesting head.
7644
7645 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7648         customizable.
7649
7650 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7651
7652         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7653         no signing key is found.
7654         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7655         no encrypting and/or signing key is found.
7656
7657 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7660
7661 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7662
7663         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7664         headers read from disk with the ones newly found in the current search.
7665         This should no longer cause problems, because the article numbers in
7666         Gmane's `nov.php' output are ignored since the previous change.
7667
7668 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7669
7670         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7671
7672 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7675         replace-regexp-in-string; bind url-version; fbind display-images-p and
7676         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7677         find-face and set-itimer-function for Emacs; bind itimer-list for
7678         Emacs.
7679
7680         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7681
7682 2007-01-01  Romain Francoise  <romain@orebokech.com>
7683
7684         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7685
7686 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7687
7688         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7689         `define-minor-mode' macro definition expanded properly.
7690         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7691         exclude it there.
7692
7693         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7694         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7695         `fboundp' test.
7696         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7697         This is OK to autoload in (S)XEmacs now.
7698
7699 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7700
7701         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7702         keystroke.
7703         (gnus-summary-limit-to-singletons): Fix typo.
7704
7705         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7706         else fails.
7707
7708 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7709
7710         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7711         docstring.
7712
7713         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7714         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7715         (gnus-summary-insert-dormant-articles): Fix typo in message.
7716
7717 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7720         nil for XEmacs.
7721         (gnus-message-citation-mode): Don't autoload in XEmacs.
7722
7723         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7724
7725 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7726
7727         * nnimap.el (nnimap-expunge-search-string): Mention
7728         nnimap-search-uids-not-since-is-evil in docstring.
7729
7730 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7731
7732         * spam.el: Revert to make-obsolete-variable because
7733         define-obsolete-variable-alias is not supported in Emacs 21.
7734
7735         * spam.el (spam-ifile-path, spam-ifile-database-path)
7736         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7737         make-obsolete-variable.
7738         (spam-bsfilter-path, spam-bsfilter-program)
7739         (spam-spamassassin-path, spam-spamassassin-program)
7740         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7741         use "path" inappropriately.
7742         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7743         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7744         variable names.
7745
7746 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7747
7748         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7749         summary buffer.
7750
7751         * password.el (password-cache-remove): Use clear-string to burn
7752         password, if available.
7753
7754 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7757
7758         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7759
7760         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7761         (gnus-message-highlight-citation): Move defcustom here from
7762         gnus-cite.el.
7763         (gnus-message-citation-mode): Autoload.
7764
7765         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7766         checks to make it compile with XEmacs.
7767         (gnus-message-citation-mode): New minor mode.
7768         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7769         (gnus-message-highlight-citation): New variables.
7770         (gnus-message-search-citation-line)
7771         (gnus-message-add-citation-keywords)
7772         (gnus-message-remove-citation-keywords)
7773         (turn-on-gnus-message-citation-mode)
7774         (turn-off-gnus-message-citation-mode): New functions.
7775
7776 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7777
7778         * gnus-cite.el: Enable highlighting of different citation levels in
7779         message-mode.
7780
7781 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * message.el (message-make-fqdn): Fix comment.
7784         (message-bogus-system-names): Add ".local".
7785
7786         * spam.el (spam-ifile-path, spam-ifile-program)
7787         (spam-ifile-database-path, spam-ifile-database)
7788         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7789         Don't use "path" inappropriately.
7790         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7791         strings.
7792         (spam-check-ifile, spam-ifile-register-with-ifile)
7793         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7794         new variable names.
7795
7796         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7797         (gnus-treat-display-smileys): Simplify using
7798         gnus-image-type-available-p.
7799
7800         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7801         available.
7802
7803         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7804         `display-images-p' if available.
7805
7806 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7809         one after turning on the buffer's multibyteness instead of decoding
7810         them directly in the unibyte buffer that causes unexpected conversion
7811         in Emacs 23 (unicode).
7812
7813 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7814
7815         * message.el (message-generate-hashcash): Fix custom type.
7816
7817 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7820
7821 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7824         disconnect icons.  Add help text.
7825
7826 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7827
7828         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7829         negated to be consistent with the others we handle.
7830
7831 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7834         version of gnus-summary-buffer to something, so that we can use two
7835         article buffers at the same time.
7836
7837 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7840         trigger all the extra headers.
7841         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7842         sorting.
7843
7844 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7845
7846         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7847         solid groups.
7848
7849 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7850
7851         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7852
7853 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * legacy-gnus-agent.el: Add Copyright notice.
7856
7857 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7858
7859         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7860
7861 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7864
7865         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7866         to make it work reliably in CVS Emacs.
7867         (gnus-summary-limit-strange-charsets-predicate)
7868         (gnus-summary-limit-to-predicate): New functions.
7869
7870 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7871
7872         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7873         specifying array size.
7874         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7875         array if it is too small.
7876         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7877         (gnus-sort-threads-loop): New function.
7878
7879 2006-12-06  Chris Moore  <dooglus@gmail.com>
7880
7881         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7882         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7883
7884 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7885
7886         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7887         options.
7888
7889 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7890
7891         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7892         DOS-ing the recipient.
7893
7894         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7895         the headers when creating the mapping to avoid mismappings.
7896         (nnweb-gmane-create-mapping): Always nix out old mapping.
7897
7898 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7901         and mm-verify-option to never.
7902
7903 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * message.el (message-signed-or-encrypted-p): New function.
7906         (message-forward-make-body): Use it.
7907
7908         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7909         Replace encode-coding-string with mm-encode-coding-string.
7910
7911 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * nneething.el (nneething-decode-file-name): Replace
7914         decode-coding-string with mm-decode-coding-string.
7915
7916         * gnus-int.el (gnus-open-server): Say failed server's name.
7917
7918 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7919
7920         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7921         strings to a single string.  Quote `errors-file-name'.
7922         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7923         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7924         Adjust calls.  Use `shell-quote-argument'.
7925
7926 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7927
7928         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7929         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7930
7931         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7932         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7933         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7934         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7935         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7936         (gnus-subscribe-newsgroup, gnus-1):
7937         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7938         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7939         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7940         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7941
7942 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7945         keystroke.
7946         (gnus-summary-limit-to-bodies): Implement headersp.
7947
7948 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7951
7952 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7955
7956 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * message.el (message-generate-hashcash): Expand range of values to
7959         include `opportunistic'.
7960         (message-send-mail): Use it.
7961
7962 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7963
7964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7965         and comment it.
7966
7967         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7968
7969 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * gnus-util.el (gnus-extract-address-components): Improve comment.
7972
7973 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-util.el (gnus-extract-address-components): Work with address in
7976         which the name portion contains @.
7977
7978         * lpath.el: Fbind custom-autoload.
7979
7980 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * gnus.el (gnus-start): Move custom group up.
7983         (gnus-select-method): Don't autoload, but make it available for
7984         `customize-variable'.
7985         (gnus-getenv-nntpserver): Don't autoload.
7986
7987 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7988
7989         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7990
7991 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7992
7993         * message.el (message-sendmail-extra-arguments): New variable.
7994         (message-send-mail-with-sendmail): Use it.
7995
7996 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7999         mm-with-unibyte-current-buffer to make string unibyte.
8000
8001         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8002         mm-string-as-multibyte.
8003
8004 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8005
8006         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8007         Reported by Werner Koch <wk@gnupg.org>.
8008
8009 2006-11-14  Daiki Ueno  <ueno@p360>
8010
8011         * mml2015.el: Autoload epa-select-keys when compiling.
8012
8013 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8014
8015         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8016         message-options.
8017         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8018
8019 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8020
8021         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8022         EasyPG (< 0.0.6).
8023         (mml2015-always-trust): New user option.
8024         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8025         prompt.
8026
8027 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * nntp.el (nntp-authinfo-force): New variable.
8030         (nntp-send-authinfo): Use it.
8031
8032 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8035         decode encoded words.  Improve prompt.  Add comment about forwarding.
8036         (message-replacement-char): Move up.
8037
8038 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8039
8040         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8041         instead of gnus-intersection because arguments of gnus-sorted-nunion
8042         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8043
8044 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8047         (message-simplify-subject-functions): Enable
8048         message-strip-subject-encoded-words by default.
8049
8050 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * message.el (message-strip-subject-encoded-words): New function.
8053         (message-simplify-subject-functions): New variable.
8054         (message-simplify-subject): Use it.  Fix typo in doc string.
8055         Support message-strip-subject-encoded-words.
8056
8057 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8058
8059         * gnus-diary.el (gnus-diary-delay-format-function):
8060         * nndiary.el (nndiary-reminders):
8061         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8062
8063 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * gnus-art.el (article-hide-boring-headers): Fetch date from
8066         gnus-original-article-buffer to avoid problems with localized date
8067         strings.
8068
8069 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8072
8073 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8076         New variables.
8077         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8078         (mm-charset-synonym-alist): Move some entries to
8079         mm-codepage-iso-8859-list.
8080         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8081         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8082
8083 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8086
8087 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8090         with Emacs 21 and XEmacs.
8091
8092 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * spam.el (spam-parse-address): New function for better parsing,
8095         catching errors, etc.
8096         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8097
8098 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * mm-view.el: Add interactive arg to html2text autoload.
8101
8102 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8105
8106 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8109         variables.
8110         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8111         (mm-charset-synonym-alist): Move some entries to
8112         mm-codepage-iso-8859-list.
8113
8114         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8115
8116 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * message.el (message-citation-line-format)
8119         (message-insert-formated-citation-line): Fix implementation of %E, %N
8120         and %n according to the doc string.
8121
8122 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8125         car-safe to avoid bad parses.
8126
8127 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8130         names.
8131
8132         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8133
8134 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8137         header.
8138
8139         * message.el (message-draft-headers): Add Date.
8140         (message-headers-to-generate): Fix typo in docstring.
8141
8142         * nndraft.el (nndraft-required-headers): New variable.
8143         (nndraft-generate-headers): Use it.
8144
8145         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8146
8147 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * gnus-registry.el (gnus-registry-wash-for-keywords)
8150         (gnus-registry-find-keywords): New functions to allow easy searching of
8151         articles that are in the registry.
8152
8153 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8154
8155         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8156         ietf-drums-parse-address instead of gnus-extract-address-components.
8157         Reported by Damien Elmes <damien@repose.cx>.
8158
8159 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * gnus.el (gnus-mime): Remove unused custom group.
8162
8163 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8164
8165         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8166         "blank line" when searching for end of armor headers.
8167
8168 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gmm-utils.el (gmm-write-region): Fix variable name.
8171
8172 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * gmm-utils.el (gmm-write-region): New function based on compatibility
8175         code from `mm-make-temp-file'.
8176
8177         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8178
8179         * nnmaildir.el (nnmaildir--update-nov)
8180         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8181         Use `gmm-write-region'.
8182
8183 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8186         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8187
8188         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8189
8190         * message.el (message-replacement-char): New variable.
8191         (message-fix-before-sending): Use it.
8192         (message-simplify-subject): New function to remove duplicate code.
8193         (message-reply, message-followup): Use it.
8194
8195         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8196         gnus-summary-limit-to-articles.
8197
8198 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-util.el (gnus-with-local-quit): New macro.
8201
8202         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8203
8204 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8207         ignore non-string data.
8208
8209 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8210
8211         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8212         non-string data (needs to be done in the registry too).
8213
8214 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8215
8216         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8217         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8218         (gnus-registry-split-fancy-with-parent)
8219         (gnus-registry-fetch-simplified-message-subject-fast)
8220         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8221         Remove text properties on ingress into the registry and when it's saved.
8222         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8223         registry from entries with no groups.
8224
8225 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8226
8227         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8228         function to remove string properties.
8229
8230 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gmm-utils.el (gmm): Adjust custom version.
8233
8234         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8235         custom version.
8236
8237         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8238
8239 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * gnus-art.el (gnus-insert-prev-page-button)
8242         (gnus-insert-next-page-button): Simplify.  Reformat.
8243
8244 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8245
8246         * gnus-art.el (gnus-insert-prev-page-button)
8247         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8248
8249 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8250
8251         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8252
8253 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8254
8255         * gnus-art.el (gnus-insert-mime-button)
8256         (gnus-insert-mime-security-button):
8257         Apply gnus-article-button-face to MIME and security buttons.
8258
8259 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8262         readable.
8263
8264 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8267
8268 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8269
8270         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8271         `browse-url-of-file' instead of `browse-url'.
8272
8273 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8274
8275         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8276         regexp.  Articles containing quotation were cut prematurely.
8277
8278 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * message.el (message-cite-original-1): Use nobody by default for the
8281         value of From header.
8282         (message-reply): Ditto.
8283
8284 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8285
8286         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8287         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8288         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8289
8290 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8293         mails in the doc string.  Add some URLs in comment.
8294         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8295
8296 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8299         backslashes handling and the way to find boundaries of quoted strings.
8300
8301 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8302
8303         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8304         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8305         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8306         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8307
8308 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8311         doc string.
8312         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8313
8314 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * lpath.el: Fbind epg-check-configuration.
8317
8318 2006-09-06  Simon Josefsson  <jas@extundo.com>
8319
8320         * mml2015.el (mml2015-use): Doc fix, mention epg.
8321
8322 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8323
8324         * mml2015.el (mml2015-use): Default to epg, if available.
8325
8326 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8327
8328         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8329         message-sender.
8330         (mml1991-epg-encrypt): Ditto.
8331         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8332         message-sender.
8333         (mml2015-epg-encrypt): Ditto.
8334
8335 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8336
8337         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8338         several common directories.
8339
8340 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8341
8342         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8343         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8344
8345 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-art.el (article-decode-encoded-words): Make it fast.
8348
8349 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8352
8353         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8354         in quoted string into `\'.
8355
8356 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8359         Use standard-syntax-table.
8360
8361 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-art.el (gnus-decode-address-function): New variable.
8364         (article-decode-encoded-words): Use it to decode headers which are
8365         assumed to contain addresses.
8366         (gnus-mime-delete-part): Remove useless `or'.
8367
8368         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8369         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8370         (gnus-nov-parse-line): Use it to decode From header.
8371         (gnus-get-newsgroup-headers): Ditto.
8372         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8373
8374         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8375         (mail-decode-encoded-address-string): New alias.
8376
8377         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8378         New function.
8379         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8380         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8381         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8382         (rfc2047-decode-string): Ditto.
8383         (rfc2047-decode-address-region): New function.
8384         (rfc2047-decode-address-string): New function.
8385
8386 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * message.el (message-caesar-buffer-body): Allow rotating headers.
8389
8390         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8391
8392         * message.el (message-insert-formated-citation-line): Fix %f.
8393         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8394
8395 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8398         (gnus-bookmark-mouse-available-p): New macro.
8399         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8400         (gnus-bookmark-bmenu-show-infos): Use it.
8401         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8402         (gnus-bookmark-bmenu-hide-infos): Ditto.
8403         (gnus-bookmark-remove-properties): New function.
8404         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8405         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8406         (gnus-bookmark-write-file): Bind coding-system-for-write.
8407         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8408         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8409         group before selecting it.
8410         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8411         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8412         quit-window if it is not available; use gnus-mouse-2 and bind it to
8413         gnus-bookmark-bmenu-select-by-mouse.
8414         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8415         (gnus-bookmark-bmenu-select-by-mouse): New function.
8416
8417 2006-08-13  Romain Francoise  <romain@orebokech.com>
8418
8419         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8420         space.
8421
8422 2006-08-10  Romain Francoise  <romain@orebokech.com>
8423
8424         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8425         (dns-mode-soa-auto-increment-serial): New user option.
8426         (dns-mode-soa-maybe-increment-serial): New function.
8427         (dns-mode): Add the latter to `write-contents-functions'.
8428
8429 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * compface.el (uncompface): Use binary rather than raw-text-unix.
8432
8433 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * compface.el (uncompface): Make sure the eol conversion doesn't take
8436         place when communicating with the external programs.  Reported by
8437         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8438
8439 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8442
8443 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8444
8445         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8446         Make it more robust by parsing author and date independently.
8447
8448 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8451
8452 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8453
8454         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8455         first matching secret key.
8456         (mml2015-epg-encrypt): Ditto.
8457
8458         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8459         first matching secret key.
8460         (mml1991-epg-encrypt): Ditto.
8461
8462         * mml2015.el (mml2015-encrypt-to-self): New user option.
8463         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8464         mml2015-epg-encrypt-to-self is set.
8465
8466         * mml1991.el (mml1991-encrypt-to-self): New variable.
8467         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8468         mml1991-epg-encrypt-to-self is set.
8469
8470         * mml2015.el (mml2015-signers): New user option.
8471         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8472         (mml2015-epg-encrypt): Allow to select signing keys.
8473
8474         * mml1991.el (mml1991-signers): New variable.
8475         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8476         (mml1991-epg-encrypt): Allow to select signing keys.
8477
8478 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * nnheader.el (nnheader-insert-head): Make it work even if the file
8481         uses CRLF for the line-break code.
8482
8483 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8484
8485         * mml2015.el: Require mml-sec instead of password.
8486         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8487         (mml2015-cache-passphrase): Inherit the default value from
8488         mml-secure-cache-passphrase.
8489         (mml2015-passphrase-cache-expiry): Inherit the default value from
8490         mml-secure-passphrase-cache-expiry.
8491
8492         * mml1991.el: Require mml-sec instead of password.
8493         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8494         (mml1991-cache-passphrase): Inherit the default value from
8495         mml-secure-cache-passphrase.
8496         (mml1991-passphrase-cache-expiry): Inherit the default value from
8497         mml-secure-passphrase-cache-expiry.
8498
8499         * mml-sec.el: Require password.
8500         (mml-secure-verbose): New user option.
8501         (mml-secure-cache-passphrase): New user option.
8502         (mml-secure-passphrase-cache-expiry): New user option.
8503
8504 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8505
8506         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8507         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8508         andreas@altroot.de (Andreas Vögele).
8509
8510         FIXME: Use `tiny change'?
8511
8512 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8513
8514         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8515         workaround for the url package included with Emacs.
8516
8517         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8518
8519 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8522         correctly.  This fixes a bug caused by the 2006-05-12 change.
8523
8524 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8525
8526         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8527         some information about the error when saying that the `bogus' mail
8528         group will be used.
8529
8530 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8533         string.
8534
8535 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8536
8537         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8538
8539 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8540
8541         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8542
8543 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8544
8545         * mml1991.el (mml1991-function-alist): Add epg.
8546         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8547         (mml1991-epg-encrypt): New functions.
8548
8549 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8550
8551         * mml2015.el (mml2015-verbose): New variable.
8552         (mml2015-cache-passphrase): Ditto.
8553         (mml2015-passphrase-cache-expiry): Ditto.
8554         (mml2015-function-alist): Add epg.
8555         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8556         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8557         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8558         functions.
8559
8560 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8561
8562         * message.el (message-cite-original-1): Preserve region when removing
8563         quoted text due to X-No-Archive in order to avoid bogus attribution
8564         when citing multiple messages.
8565
8566 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8567
8568         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8569         Kenneth Jacker <khj@be.cs.appstate.edu>.
8570
8571 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-diary.el (gnus-user-format-function-d)
8574         (gnus-user-format-function-D): Autoload.
8575
8576         * imap.el (Commentary): Fix typo.
8577
8578         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8579         2006-04-22 contribution.
8580
8581 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8582
8583         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8584         It didn't really fix the bogosity I'm seeing with solid web groups.
8585
8586 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8587
8588         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8589         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8590         created using server names.  If we use the feature without declaring
8591         it, Gnus does not properly manage server and group state.
8592
8593         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8594         bound.
8595
8596 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8597
8598         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8599         looking up the method using GROUP's prefix before inventing a new one.
8600         It is used on killed/unknown groups in various places where returning
8601         an all-new method isn't expected by the caller.
8602
8603         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8604         and match semantics of gnus-group-real-prefix.
8605
8606 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * nnmail.el (nnmail-broken-references-mailers): New variable.
8609         (nnmail-ignore-broken-references): New function generalizing
8610         nnmail-fix-eudora-headers.
8611         (nnmail-fix-eudora-headers): Now obsolete.
8612
8613         * gnus-art.el (gnus-button-handle-custom): Support
8614         `customize-apropos*'.
8615
8616 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8617
8618         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8619
8620         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8621         articles.
8622
8623 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * message.el (message-cite-reply-above): New variable.
8626         (message-yank-original): Use it.
8627
8628 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8631
8632 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8635         as read.
8636
8637         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8638
8639 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8642         (gnus-bookmark-default-file): Use gnus-directory.
8643         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8644         Remove "*" in doc string.
8645         (gnus-bookmark-write-file): Simplify.
8646         (gnus-bookmark-maybe-sort-alist): Use `when'.
8647         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8648         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8649         FIXME about Emacs 21 and XEmacs compatibility.
8650         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8651         compatibility.
8652         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8653         compatibility.
8654         (gnus-bookmark-menu-heading): Fix version.
8655
8656 2006-06-19  Bastien Guerry  <bzg@altern.org>
8657
8658         * gnus-bookmark.el: New file.
8659
8660 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * message.el (message-syntax-checks): Doc fix.
8663
8664 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8665
8666         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8667         unsubscribed groups as if they were killed ones.  It causes duplicate
8668         entries in gnus-newsrc-alist.
8669
8670 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * message.el (message-syntax-checks): Doc fix.
8673         (message-send-mail): Add check for continuation headers.
8674         (message-check-news-header-syntax): Fix regexp used to check for
8675         continuation headers.
8676
8677 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8680
8681 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8684
8685 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8688         default-truncate-lines.
8689
8690 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8693         to fill the utf-8 entry.
8694
8695         * lpath.el: Fbind unicode-precedence-list.
8696
8697 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8698
8699         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8700
8701 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8702
8703         * gnus-agent.el (directory-files-and-attributes): Move all the way
8704         forward (the third and final move).
8705         (gnus-agent-read-agentview): Trap reconstruction errors due to
8706         nonexistant directory.  Handle by returning nil.
8707
8708 2006-05-30  Didier Verna  <didier@xemacs.org>
8709
8710         * message.el (message-dont-reply-to-names): Update the custom type.
8711         * message.el (message-dont-reply-to-names): New defsubst: potentially
8712         convert a list of regexps into a single one.
8713         * message.el (message-get-reply-headers): Use it.
8714         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8715
8716 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-agent.el (directory-files-and-attributes): Move forward.
8719
8720 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * gnus-ml.el (gnus-mailing-list-subscribe)
8723         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8724         (gnus-mailing-list-message): Fix doc strings.
8725
8726 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8727
8728         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8729         of doing it manually.
8730
8731 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8734         comment.
8735
8736 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8737
8738         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8739         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8740         (gnus-agent-read-local): All symbols allocated in my-obarray.
8741         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8742         (gnus-agent-regenerate-group): Check numeric names to see if they are
8743         messages or groups.
8744         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8745         better way of do this...)
8746
8747         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8748         'dummy.group' (there should be a better way of do this...)
8749
8750 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8753         (gnus-saved-headers): Ditto.
8754         (gnus-default-article-saver): Mention functions may have properties.
8755         (gnus-article-save): Override gnus-save-all-headers and
8756         gnus-saved-headers by :headers property which saver function may have.
8757         (gnus-summary-save-in-file): Add :headers property.
8758         (gnus-summary-write-to-file): Ditto.
8759
8760         * gnus-sum.el (gnus-summary-save-article): Bind
8761         gnus-prompt-before-saving to t when saving many articles in a file;
8762         always show all headers.
8763
8764         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8765
8766 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8769         marks.
8770
8771         * message.el (message-indent-citation): Add optional arguments to allow
8772         using it outside of message buffers.
8773
8774         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8775         (gnus-article-treat-unfold-headers): Use it.
8776         (gnus-article-truncate-lines): New variable.
8777         (gnus-article-mode): Use it.
8778         (gnus-article-toggle-truncate-lines): New function.
8779
8780         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8781         gnus-article-toggle-truncate-lines.
8782
8783         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8784         coding system in XEmacs, use binary.
8785
8786 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8789         after-load-alist.
8790
8791         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8792         this function should save decoded articles.
8793         (gnus-summary-write-to-file): Use property to specify this function
8794         should save decoded articles and specify gnus-summary-save-in-file
8795         should be used to save articles other than the first one when saving
8796         many articles.
8797         (gnus-summary-save-body-in-file): Use property to specify this
8798         function should save decoded articles.
8799         (gnus-summary-write-body-to-file): Use property to specify this
8800         function should save decoded articles and specify
8801         gnus-summary-save-body-in-file should be used to save articles other
8802         than the first one when saving many articles.
8803
8804         * gnus-sum.el (gnus-summary-save-article): Simplify.
8805
8806 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-art.el (gnus-default-article-saver): Add
8809         gnus-summary-write-body-to-file.
8810         (gnus-article-save-coding-system): Don't use coding system object
8811         in XEmacs.
8812         (gnus-read-save-file-name): Add optional `dir-var' argument which
8813         specifies directory in which files are saved; work even if optional
8814         `variable' argument is not specified.
8815         (gnus-summary-write-to-file): Read file name.
8816         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8817         (gnus-summary-write-body-to-file): New function.
8818
8819         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8820         (gnus-summary-local-variables): Add it.
8821         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8822         (gnus-summary-save-article): Remove optional `decode' argument;
8823         determine whether to decode articles by the value of
8824         gnus-default-article-saver; when saving many files using
8825         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8826         it first and use gnus-summary-save-in-file or
8827         gnus-summary-save-body-in-file thereafter unless
8828         gnus-prompt-before-saving is always; move point to article which
8829         will be saved.
8830         (gnus-summary-save-article-file): Revert.
8831         (gnus-summary-write-article-file): Revert.
8832         (gnus-summary-save-article-body-file): Revert.
8833         (gnus-summary-write-article-body-file): New function.
8834
8835 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * gnus-art.el (gnus-default-article-saver): Doc fix.
8838         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8839         from gnus-summary-save-article-coding-system, and default to a
8840         certain coding system.
8841         (gnus-output-to-file): Add coding cookie and encode text according
8842         to gnus-article-save-coding-system; don't use mm-append-to-file.
8843
8844         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8845         gnus-art.el and rename to gnus-article-save-coding-system.
8846         (gnus-summary-save-article): Require gnus-art; don't show all
8847         headers if it decodes articles; don't add coding cookie here;
8848         don't bind mm-text-coding-system-for-write.
8849         (gnus-summary-save-article-file): Save decoded articles.
8850         (gnus-summary-write-article-file): When saving many files, use
8851         gnus-summary-write-to-file first and gnus-summary-save-in-file
8852         thereafter unless gnus-prompt-before-saving is always.
8853         (gnus-summary-save-article-body-file): Save decoded articles.
8854
8855         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8856
8857 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * nnrss.el (nnrss-check-group): Bind hash-index.
8860
8861 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8862
8863         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8864         its hash index.  Store this hash in `nnrss-group-data'.
8865         (nnrss-read-group-data): Update accordingly.
8866
8867 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8870         entry.
8871
8872         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8873         gnus-article-browse-html-article.
8874
8875 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8876
8877         * gnus-sum.el (gnus-summary-mime-map): Add
8878         gnus-article-browse-html-article.
8879
8880         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8881
8882 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8885         suitable coding systems in customize.
8886
8887 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * mail-source.el (mail-sources): Fix custom type.
8890
8891 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8894         (gnus-summary-expire-articles-now): Shorten prompt.
8895
8896         * gmm-utils.el (wid-edit): Require.
8897         (defun-gmm): Renamed from `gmm-defun-compat'.
8898         (gmm-image-search-load-path): Use it.
8899         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8900
8901 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8904         variable.
8905         (gnus-summary-save-article): Add optional `decode' argument.  If
8906         it is set and gnus-summary-save-article-coding-system is non-nil,
8907         save decoded article.
8908         (gnus-summary-write-article-file): Save decoded article if
8909         gnus-summary-save-article-coding-system is non-nil.
8910
8911         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8912         type.
8913
8914 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8917
8918 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8921         first to test gnus-single-article-buffer which may be buffer-local.
8922
8923         * gnus-sum.el (gnus-summary-setup-buffer): Make
8924         gnus-single-article-buffer buffer-local and nil in ephemeral
8925         group; make gnus-article-buffer, gnus-article-current, and
8926         gnus-original-article-buffer always buffer-local.
8927         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8928         group.
8929         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8930
8931 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * nnml.el (nnml-request-compact-group): Compressed files might not
8934         have .gz extension.
8935
8936 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8937
8938         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8939         (mm-copy-to-buffer): Use with-current-buffer.
8940         (mm-display-part): Simplify.
8941         (mm-inlinable-p): Add optional arg `type'.
8942
8943 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8944
8945         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8946         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8947         Try harder to show the attachment internally or externally using
8948         gnus-mime-view-part-as-type.
8949
8950 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * message.el (message-from-style, message-signature-separator)
8953         (message-user-organization-file, message-send-mail-function)
8954         (message-citation-line-function, message-yank-prefix)
8955         (message-indent-citation-function, message-signature)
8956         (message-signature-file, message-signature-insert-empty-line):
8957         Remove autoloads.
8958
8959         * gnus-art.el (gnus-buttonized-mime-types): Remove
8960         "multipart/signed".  Revert 2006-04-26 change.
8961
8962 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * gnus.el (gnus-version-number): Bump version.
8965
8966 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8967
8968         * gnus.el: No Gnus v0.5 is released.
8969
8970 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8971
8972         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8973         fetching articles by message-id.
8974
8975 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * message.el (hashcash): Require hashcash as normal.
8978
8979         * ecomplete.el (ecomplete-highlight-match-line): Use
8980         point-at-eol.
8981         (ecomplete-highlight-match-line): Use `highlight', because that
8982         face exists in both Emacs and XEmacs.
8983
8984         * message.el (message-display-abbrev): Use point-at-bol.
8985
8986         * mail-source.el: Don't require timer/timer-funcs.
8987
8988         * gnus-async.el: Ditto.
8989
8990         * password.el: Ditto.
8991
8992         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8993
8994         * mm-url.el: Ditto.
8995
8996         * gnus-xmas.el: Don't require timer-funcs.
8997
8998         * mm-util.el: Require timer/timer-funcs.
8999
9000 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9001
9002         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9003         Close.
9004
9005 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9008         unibyte after clear-decrypt function runs.
9009
9010         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9011         returns as a unibyte string.
9012
9013 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * lpath.el: Revert.
9016
9017         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9018         (pgg-gpg-process-sentinel): Revert.
9019
9020         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9021         (pgg-pgp-lookup-key): Revert.
9022
9023         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9024         (pgg-pgp5-lookup-key): Revert.
9025
9026         * pgg.el (pgg-fetch-key): Revert.
9027
9028 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * lpath.el: Fbind string-as-multibyte for XEmacs.
9031
9032         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9033         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9034         (mml1991-pgg-encrypt): Ditto.
9035
9036         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9037         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9038         a multibyte buffer.
9039
9040         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9041         (pgg-pgp-lookup-key): Ditto.
9042
9043         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9044         (pgg-pgp5-lookup-key): Ditto.
9045
9046         * pgg.el (pgg-fetch-key): Ditto.
9047
9048 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * message.el (message-user-organization-file): Check several
9051         locations of the organization file.
9052
9053         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9054         Add gnus-article-view-part-as-type.
9055
9056         * gnus-art.el (gnus-article-view-part-as-type): New function.
9057
9058         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9059         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9060
9061         * mml.el: Simplify autoload.
9062         (mml-mode): defvar dnd-protocol-alist instead of using
9063         symbol-value.
9064         (mml-default-directory): New variable.
9065         (mml-minibuffer-read-file): Use it.
9066         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9067
9068         * message.el (message-citation-line-format): New variable.
9069         (message-insert-formated-citation-line): New function.
9070         (message-citation-line-function): Add
9071         `message-insert-formated-citation-line' to custom type.
9072
9073         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9074         to doc string.
9075
9076         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9077         depending on mm-verify-option.
9078
9079 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9082         binding pgg-* variables; reimplement the section which prevents
9083         MIME header from being signed.
9084         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9085         pgg-text-mode; remove a blank line at the top of body.
9086
9087         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9088         lines at the top of body; use gnus-newsgroup-charset if there's no
9089         Charset header.
9090
9091 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * message.el (message-self-insert-commands): Doc fix.
9094
9095         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9096         (mm-uu-pgp-encrypted-test): Ditto.
9097         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9098         between header and body; return application/pgp-encrypted handle
9099         if decryption failed; decode decrypted body by charset.
9100
9101         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9102         element match to application/pgp-*.
9103
9104 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9105
9106         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9107         HTML.
9108
9109 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * mail-source.el (mail-source-call-script): Message the error
9112         string.
9113
9114 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115
9116         * gnus-util.el (gnus-byte-compile): Use it.
9117
9118 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9119
9120         * gnus-util.el (kill-empty-logs): New function.
9121
9122 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9123
9124         * message.el (message-mail-alias-type): Doc fix.
9125         (message-mail-alias-type-p): New function.
9126         (message-send): Use it.
9127         (message-mode): Ditto.
9128         (message-strip-forbidden-properties): Ditto.
9129
9130         * ecomplete.el (ecomplete-database-file-coding-system): New
9131         variable.
9132         (ecomplete-save): Use it.
9133         (ecomplete-setup): Use it.
9134
9135 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * message.el (message-self-insert-commands): New variable.
9138         (message-strip-forbidden-properties): Use it.
9139
9140 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9143         that doesn't make XEmacs choke.
9144
9145 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * gnus-util.el (gnus-replace-in-string):
9148         Prefer replace-regexp-in-string over of replace-in-string.
9149
9150 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-util.el (gnus-select-frame-set-input-focus):
9153         Use select-frame-set-input-focus if it is available in XEmacs; use
9154         definition defined in Emacs 22 for old Emacsen.
9155
9156         * dgnushack.el: Autoload unmorse-region for XEmacs.
9157
9158         * lpath.el: Bind cursor-in-non-selected-windows and
9159         select-frame-set-input-focus for XEmacs.
9160
9161 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9164
9165 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9166
9167         * gnus-registry.el (gnus-registry-cache-save): Remove text
9168         properties when saving via the temp buffer.
9169
9170 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * message.el (message-generate-hashcash): Honor custom type.
9173
9174 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * message.el (message-generate-hashcash): Default to non-nil when
9177         hashcash is found.
9178
9179         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9180         (gnus-refer-thread-limit): Increase default to 500.
9181
9182         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9183
9184         * flow-fill.el (fill-flowed): Allow delete-space.
9185
9186 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9189         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9190         Remove autoloads.
9191
9192 2006-04-18  Simon Josefsson  <jas@extundo.com>
9193
9194         * message.el (message-generate-hashcash): Default to.
9195
9196 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9199         concatenating segments rather than before concatenating them.
9200
9201 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9204
9205 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9208
9209         * message.el (message-forward-make-body-plain): Allow
9210         message-forward-ignored-headers to be a list.
9211         (message-remove-ignored-headers): Factor out into function.
9212         (message-forward-make-body-mml): Use it.
9213
9214         * imap.el (imap-quote-specials): New function.
9215         (imap-login-auth): Quote specials.
9216
9217         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9218         (rfc2231-parse-string): Allow concatanation of parameters that
9219         aren't contiguous.  The test case is
9220           (mail-header-parse-content-type "message/external-body;
9221             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9222             access-type=LOCAL-FILE;
9223             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9224
9225 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9226
9227         * nntp.el (nntp-accept-process-output): Return the value of
9228         `nnheader-accept-process-output'.
9229
9230 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9231
9232         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9233         (gnus-button-alist): Recognize more diff formats.
9234         (gnus-button-patch): Strip directory.
9235
9236 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9239         Emacs 22 when setting focus.
9240
9241 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus-art.el (gnus-article-treat-types): Do treatment of
9244         text/x-verbatim parts.
9245         (gnus-button-patch): New command.
9246
9247         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9248         addresses that contain invalid characters.
9249
9250 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * message.el (message-put-addresses-in-ecomplete): Use
9253         gnus-replace-in-string.
9254         (message-is-yours-p): Use the more correct
9255         mail-header-parse-address instead of
9256         mail-extract-address-components.
9257         (message-put-addresses-in-ecomplete): Fix typo.
9258
9259         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9260         keystroke.
9261
9262         * gnus-art.el (gnus-treatment-function-alist): Change order of
9263         newsgroups/generic header folding to avoid double-folding.
9264
9265         * message.el (message-hidden-headers): Add X-Draft-From.
9266
9267         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9268         command.
9269         (gnus-summary-repeat-search-article-backward): New command.
9270
9271         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9272         groups in the parent topic.
9273
9274 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9275
9276         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9277         (spam-extra-header-to-number): Return the CRM114 number as a
9278         number instead of a string.
9279
9280 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * gnus-art.el (gnus-face-properties-alist): Moved here from
9283         gnus-fun.
9284
9285         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9286
9287 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * message.el (message-strip-forbidden-properties): Only display on
9290         self-insert-command.
9291
9292         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9293         reindent.
9294         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9295
9296 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9297
9298         * smiley.el (smiley-style): Fix typo.
9299
9300 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * hashcash.el (hashcash-insert-payment-async-2): Use
9303         message-goto-eoh instead of doing it manually.
9304         (mail-add-payment): Use message-narrow-to-header instead of trying
9305         to do the same itself.
9306
9307         * message.el (message-hidden-headers): Add Face.
9308
9309         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9310         reparenting code.
9311         (gnus-summary-reparent-children): Refactored out code.
9312         (gnus-summary-thread-map): New keystroke.
9313         (gnus-summary-reparent-children): Make into command.
9314
9315         * smiley.el (smiley-style): Default to `medium' if using a large
9316         font.
9317
9318         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9319         does it itself.
9320
9321         * message.el (message-point-in-header-p): Simplify definition.
9322
9323 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * nnagent.el (nnagent-request-set-mark): Silence log file
9326         writing.
9327         (nnagent-request-set-mark): Use write-region instead of
9328         append-to-file.
9329
9330         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9331         strange select method.
9332
9333         * ecomplete.el (ecomplete-display-matches): Get highlightling
9334         right.
9335         (ecomplete-display-matches): Use literals.
9336         (ecomplete-display-matches): Disable message logging.
9337
9338         * message.el (message-display-abbrev): Small optimization.
9339
9340         * ecomplete.el (ecomplete-display-matches): Allow automatic
9341         display.
9342
9343         * message.el (message-strip-forbidden-properties): Display
9344         abbrevs.
9345         (message-display-abbrev): Get automatic display right.
9346
9347         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9348         keystrokes.
9349
9350 2006-04-13  Romain Francoise  <romain@orebokech.com>
9351
9352         TODO: Backport to v5-10!
9353
9354         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9355         Moved here (and renamed) from gnus-registry.el.
9356
9357         * gnus-registry.el: Require gnus-util.
9358         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9359
9360 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * gnus-group.el (gnus-group-catchup-current): Change
9363         if-then-else-if-then-else into cond.
9364         (gnus-group-catchup): Indent.
9365         (group-name-at-point): New function.
9366         (gnus-fetch-group): Provide default from thing at point.
9367
9368 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * message.el (message-display-abbrev): Fix regexp.
9371
9372         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9373         choosing.
9374         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9375         dead variables.
9376
9377         * message.el (message-newline-and-indent): Remove debugging.
9378         (message-display-abbrev): Use new implementation.
9379
9380 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * gnus-art.el (gnus-article-mode): Set
9383         cursor-in-non-selected-windows to nil.
9384
9385         * smiley.el: Revert previous change.
9386         (smiley-data-directory): defvar it before using it in the
9387         defcustom of `smiley-style'.
9388
9389 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * message.el (message-newline-and-indent): New function.
9392
9393         * ecomplete.el: Implement more bits.
9394
9395         * message.el (message-put-addresses-in-ecomplete): Clean up the
9396         string.
9397
9398         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9399
9400         * gnus-sum.el (gnus-summary-save-parts): Bind
9401         gnus-summary-save-parts-counter and use it to make unique file
9402         names.
9403
9404         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9405
9406         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9407         parameter to say whether to actually parse the individual
9408         addresses.
9409
9410         * message.el (message-put-addresses-in-ecomplete): New function.
9411         (ecomplete): Require.
9412         (message-mail-alias-type): Add ecomplete as an option.
9413
9414 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9415
9416         * flow-fill.el (fill-flowed): Remove trailing space from blank
9417         quoted lines.
9418
9419 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * smiley.el (smiley-style): Move definition later to avoid a
9422         compilation warning.
9423
9424 2006-04-12  Kenichi Handa  <handa@m17n.org>
9425
9426         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9427         buffer and then decode the buffer text if necessary.
9428         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9429         first, and after mm-encode-body, change the buffer to unibyte.
9430         Use mm-disable-multibyte instead of set-buffer-multibyte.
9431
9432 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9435         Content-Type header instead of Content-Disposition header.
9436         (gnus-mime-inline-part): Ditto.
9437         (gnus-mime-view-part-as-charset): Ignore charset that the part
9438         specifies.
9439
9440         * mm-decode.el (mm-display-part): Work with external parts and
9441         usual parts similarly.
9442
9443         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9444         instead of gnus-display-mime.
9445
9446         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9447         instead of with-temp-buffer.
9448
9449         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9450         tag to summarized topics part in order to encode non-ASCII text.
9451
9452 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * smiley.el (smiley-style): New variable.
9455         (smiley-directory): New function.
9456         (smiley-data-directory): Derive from `smiley-style' using
9457         `smiley-directory'.
9458         (smiley-regexp-alist): Add new entries.
9459
9460         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9461         (gnus-article-browse-delete-temp): Add :version.
9462
9463 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9464
9465         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9466         the sieve region.
9467
9468 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * gnus.el (gnus-version-number): Bump version.
9471
9472 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * gnus.el: No Gnus v0.4 is released.
9475
9476 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9479         layout.
9480
9481         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9482         unknown charset.
9483
9484         * message.el (message-header-synonyms): Add Original-To to the
9485         default.
9486
9487         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9488         optional parameter.
9489
9490 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-fun.el (gnus): Require it for gnus-directory.
9493
9494 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9497
9498 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9499
9500         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9501
9502 2006-04-05  Simon Josefsson  <jas@extundo.com>
9503
9504         * password.el (password-reset): New function.
9505
9506 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9507
9508         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9509         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9510
9511 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9512
9513         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9514         Some whitespace was matched into the url, which broke browsing hits
9515         > 100 when mm-url-use-external was nil.
9516
9517 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9520         gnus-extra-headers for 'Newsgroups.
9521
9522         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9523         bound.
9524
9525 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9526
9527         * pgg-gpg.el: Clean up process buffers every time gpg processes
9528         complete.
9529
9530 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9533         doc string.
9534
9535 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9536
9537         * pgg-gpg.el (pgg-gpg-process-filter)
9538         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9539
9540         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9541         lines, temporary fix.
9542
9543 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9546
9547 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9548
9549         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9550         default-enable-multibyte-characters.  This reverts the change from
9551         revision 6.17 which is no longer necessary because the passphrase
9552         is sent separately now.  GnuPG messages are unreadable under
9553         multibyte locales with default-enable-multibyte-characters set to
9554         nil.
9555
9556 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * message.el (message-tool-bar-gnome): Move "spell".
9559
9560 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9563         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9564         instead.
9565
9566 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9567
9568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9569         newsgroups handling for NNTP overviews which don't include
9570         Newsgroups.
9571
9572 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9573
9574         * message.el (message-resend): Bind message-generate-hashcash to nil.
9575
9576 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9577
9578         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9579         when searching for already-paid recipients.
9580
9581 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9582
9583         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9584         passphrases when it is not needed.
9585         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9586         passphrase stuff from gpg, should only be necessary when you use
9587         gpg with a smartcard.
9588
9589 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * mml.el (mml-insert-mime): Ignore cached contents of
9592         message/external-body part.
9593
9594         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9595         (mm-insert-part): Ditto.
9596
9597 2006-03-23  Simon Josefsson  <jas@extundo.com>
9598
9599         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9600         Reiner.
9601         (pgg-gpg-use-agent-p): Use it again.
9602
9603 2006-03-23  Simon Josefsson  <jas@extundo.com>
9604
9605         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9606         older emacsen.
9607         (pgg-gpg-use-agent-p): Don't use it.
9608
9609 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9610
9611         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9612         if we can.
9613
9614 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9615
9616         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9617         (pgg-gpg-update-agent): New function.
9618         (pgg-gpg-use-agent-p): New function.
9619         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9620         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9621         (pgg-gpg-sign-region): Use it.
9622
9623 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9626         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9627
9628 2006-03-21  Simon Josefsson  <jas@extundo.com>
9629
9630         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9631         <wilde@sha-bang.de>.
9632         (pgg-gpg-use-agent): New variable.
9633         (pgg-gpg-process-region): Use it.
9634         (pgg-gpg-encrypt-region): Likewise.
9635         (pgg-gpg-encrypt-symmetric-region): Likewise.
9636         (pgg-gpg-decrypt-region): Likewise.
9637         (pgg-gpg-sign-region): Likewise.
9638         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9639
9640 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9643
9644         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9645         Add comment on version.
9646
9647 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * smiley.el: Add missing test smiley.
9650
9651 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * mm-decode.el (mm-with-part): New macro.
9654         (mm-get-part): Use it; work with message/external-body as well.
9655         (mm-save-part): Treat name and filename equally.
9656
9657         * mm-extern.el (mm-extern-cache-contents): New function.
9658         (mm-inline-external-body): Use it; force the part to be displayed;
9659         move undisplayer added to the cached handle to the parent.
9660
9661         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9662         (gnus-mime-view-part-as-type): Work with message/external-body.
9663
9664         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9665
9666 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9669         images in image-load-path.  [Sync with image.el, revision 1.60, in
9670         Emacs.]
9671
9672 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9675         path rather than symbol.  Always return list of directories.
9676         Guarantee that image directory comes first.  [Sync with image.el,
9677         revision 1.59, in Emacs.]
9678
9679         * message.el (message-make-tool-bar): Adjust to new API of
9680         `gmm-image-load-path-for-library'.
9681
9682         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9683
9684         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9685
9686 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9687
9688         * gnus-art.el (gnus-article-only-boring-p):
9689         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9690         intangible text.
9691         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9692
9693 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9696         `defun' instead of `gmm-defun-compat'.
9697
9698 2006-03-14  Simon Josefsson  <jas@extundo.com>
9699
9700         * message.el (message-unique-id): Don't use message-number-base36
9701         if (user-uid) is a float.
9702         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9703
9704 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9705
9706         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9707
9708         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9709         empty line between a part and a message part.
9710
9711 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * smiley.el: Add more test smileys.
9714         (smiley-data-directory, smiley-regexp-alist)
9715         (gnus-smiley-file-types): Fix doc strings.
9716         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9717         adding new elements.
9718         (smiley-mouse-map): Unused code.  Make it a comment.
9719
9720 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9723         scan latest NoCeM messages instead of old ones.
9724         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9725         delimiters that are recently used.
9726         (gnus-nocem-load-cache): Add autoload cookie.
9727
9728         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9729
9730         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9731         level which is larger than gnus-use-nocem is specified.
9732
9733         * gnus-group.el (gnus-group-get-new-news): Ditto.
9734
9735 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * gnus-util.el (gnus-tool-bar-update): New function.
9738
9739         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9740         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9741
9742         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9743
9744         * gnus-group.el (gnus-group-redraw-when-idle)
9745         (gnus-group-redraw-check): Remove.
9746         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9747
9748 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9751         if optional last element is specified in splits (FIELD VALUE...).
9752
9753 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9756         to gmm-image-load-path-for-library.  Call with no-error argument.
9757         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9758
9759         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9760
9761         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9762
9763         * gmm-utils.el (gmm-image-load-path): Remove alias.
9764
9765 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gmm-utils.el (gmm-image-load-path): Add alias.
9768
9769         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9770         nnml-generate-nov-databases-1.
9771         (nnml-generate-nov-databases): Use it.
9772         (nnml-generate-nov-databases-directory): Document no-active
9773         argument.
9774
9775         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9776         directory if path is t.  Add no-error.
9777
9778         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9779         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9780
9781         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9782         resetting gnus-article-browse-html-temp-list.
9783
9784         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9785         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9786         Add example to docstring.  Rename local variables.  Move error
9787         checks to default case in cond and simplify.
9788
9789 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9792         handle is multipart when calling it recursively.
9793         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9794
9795 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9796
9797         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9798         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9799
9800 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9803         is loaded.
9804
9805         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9806         loaded.
9807
9808 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9811         to "Emacs 23 (unicode)" in doc string.
9812
9813         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9814         "Emacs 23 (unicode)" in comment.
9815
9816 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9819
9820         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9821         characters 160 through 255 in Emacs 23.
9822
9823 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9826         gnus-article-browse-html-temp.
9827         (gnus-article-browse-delete-temp): Make it customizable.  Add
9828         `file'.  Adjust doc string.
9829         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9830         query for each file.  Adjust doc string.
9831         (gnus-article-browse-html-parts): Add
9832         `gnus-article-browse-delete-temp-files' to
9833         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9834
9835 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9836
9837         * gnus-art.el (gnus-article-browse-html-temp)
9838         (gnus-article-browse-delete-temp): New variables.
9839         (gnus-article-browse-delete-temp-files): New function.
9840         (gnus-article-browse-html-parts): Use it.
9841
9842 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9845
9846         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9847         string.
9848
9849         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9850         gnus-summary-insert-new-articles when unplugged.  Remove
9851         gnus-summary-search-article-forward.
9852
9853         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9854         display-visual-class instead of display-color-cells.
9855
9856 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * dgnushack.el: Autoload customize-group for XEmacs.
9859
9860         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9861         message/* containing non-ASCII text properly.
9862
9863 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * message.el: Require gmm-utils, remove autoloads.
9866         (message-tool-bar): Set default based on
9867         gmm-tool-bar-style.
9868         (message-tool-bar-gnome): Add gmm-customize-mode.
9869
9870         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9871         gmm-tool-bar-style.
9872         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9873
9874         * gnus-group.el (gnus-group-tool-bar): Set default based on
9875         gmm-tool-bar-style.
9876         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9877
9878         * gmm-utils.el (gmm-image-directory): Rename variable from
9879         gmm-image-load-path.
9880         (gmm-image-load-path): Use gmm-image-directory.
9881         (gmm-customize-mode): New function.
9882         (gmm-tool-bar-style): New variable.
9883
9884         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9885         gnus-group-redraw-line-number.
9886         (gnus-group-redraw-check): Simplify.
9887         (gnus-group-tool-bar-update): Remove redraw check.
9888         (gnus-group-make-tool-bar): Add redraw check.
9889
9890 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9891
9892         * gnus-art.el (gnus-button): Add missing parentheses.
9893
9894 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * lpath.el: Fbind line-number-at-pos.
9897
9898 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9901
9902 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * gnus-art.el (gnus-button): New face.
9905         (gnus-article-button-face): Use it.
9906
9907         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9908         gnus-summary-next-page.  Re-order.
9909
9910         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9911         next-node are now included.
9912         (gnus-group-redraw-line-number): New internal variable.
9913         (gnus-group-redraw-check): Helper function for updating the tool
9914         bar.
9915         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9916
9917         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9918
9919         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9920         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9921         Use it to match format of Spamassassin 3.0 and later.  Reported by
9922         IRIE Tetsuya <irie@t.email.ne.jp>.
9923         (spam-check-bogofilter)
9924         (spam-bogofilter-register-with-bogofilter): Fix args of
9925         `gnus-error' calls.
9926
9927 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9930         unnecessary interaction when sending queued mails.  Reported by
9931         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9932
9933 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9936         first or last are nil.
9937
9938 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9939
9940         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9941
9942 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9945
9946 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9947
9948         * dns.el (query-dns): Protect more against buggy tcp output.
9949
9950 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9953         nov.php.
9954
9955 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9956
9957         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9958         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9959         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9960         output on the server side.
9961         (nnweb-google-create-mapping): Update regexps and add some
9962         progress indication.
9963
9964 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9967         gnus-agent-toggle-plugged.  Re-order icons.
9968         (gnus-group-tool-bar-gnome): Add
9969         gnus-group-{prev,next}-unread-group.
9970         (gnus-group-tool-bar-gnome): Re-order icons.
9971
9972         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9973         gnus-summary-insert-new-articles.
9974
9975         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9976         comments.
9977
9978         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9979         also available in Emacs 21.3.
9980
9981         * message.el (message-fix-before-sending): Change "Emacs 22" to
9982         "Emacs 23 (unicode)" in comment.
9983
9984         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9985         "Emacs 23 (unicode)" in comment.
9986
9987         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9988         comment.
9989         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9990
9991         * mm-view.el (mm-fill-flowed): Add :version.
9992
9993 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9996         and load-path.
9997
9998 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * message.el: Autoload gmm-image-load-path.
10001         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10002         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10003         consitency.
10004
10005         * gmm-utils.el (gmm-image-load-path): Also search in
10006         "../etc/images".  Don't set gmm-image-load-path if we don't find
10007         the image.
10008
10009 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gmm-utils.el (gmm-image-load-path): Don't make
10012         `gmm-image-load-path' include subdirectories which the second arg
10013         `image' might specify.
10014
10015         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10016         subdirectory to icon file names.
10017
10018         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10019
10020 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10023         gmm-image-load-path calls.
10024
10025         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10026
10027         * message.el (message-make-tool-bar): Ditto.
10028
10029         * mml.el (mml-preview): Added comment concerning tool bar icons.
10030
10031         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10032         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10033
10034         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10035         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10036
10037         * message.el (message-tool-bar-gnome): Use new icon names.
10038         (message-make-tool-bar): Use `gmm-image-load-path'.
10039
10040         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10041         functions from MH-E.
10042         (gmm-image-load-path): New variable from MH-E.
10043         (gmm-image-load-path): New function from MH-E.  Added arguments
10044         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10045         *-image-load-path-called-flag.
10046
10047 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10048
10049         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10050
10051 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10052
10053         * nnimap.el (nnimap-request-move-article): Change folder back to
10054         source group before deleting.
10055
10056 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10059
10060         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10061         mm-url.
10062
10063         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10064
10065 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10068         coding system which mm-charset-to-coding-system returns for a
10069         given charset is valid.
10070
10071 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10072
10073         * html2text.el (html2text-remove-tag-list):
10074         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10075
10076 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10077
10078         * gnus-cus.el: Revert 2005-10-17 change.
10079
10080 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-art.el (article-strip-banner): Call
10083         article-really-strip-banner only when the regexp match is made.
10084
10085 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-art.el (article-strip-banner): Use
10088         gnus-extract-address-components instead of
10089         mail-header-parse-addresses to make it work with non-ASCII text;
10090         remove mail-encode-encoded-word-string.
10091
10092         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10093         values which are surrounded with \"...\"; make it never cause a
10094         Lisp error; give up parsing of parameters if it failed in
10095         extracting type.
10096
10097 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10098
10099         * smime.el (smime-cert-by-ldap-1): Fix bug where
10100         `smime-ldap-search' returns results without userCertificates.
10101
10102 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10105
10106 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * spam.el (spam-check-spamassassin-headers): Adapt format for
10109         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10110         <ari@mbf.ocn.ne.jp>.
10111         (spam-list-of-processors): Add spam-use-gmane.
10112
10113 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10116         make-temp-file; make it work with XEmacs as well.
10117
10118         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10119         mm-make-temp-file.
10120
10121         * mm-decode.el (mm-display-external): Use the 3rd arg of
10122         mm-make-temp-file.
10123         (mm-create-image-xemacs): Ditto.
10124
10125 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10128         with message-narrow-to-headers.
10129         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10130         (gnus-draft-check-draft-articles): New function.
10131         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10132
10133 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-art.el (gnus-article-browse-html-parts):
10136         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10137         Don't use suffix argument for mm-make-temp-file for Emacs 21
10138         compatibility.  Remove useless `format'.
10139
10140 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10141
10142         * nnweb.el (nnweb-google-wash-article): Update regexps.
10143         (nnweb-group-alist): Use defvoo instead of defvar.
10144
10145 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10148         re-loading nn* modules.
10149
10150 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10153         for `tool-bar-mode' and don't check it's default-value.
10154
10155         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10156
10157         * message.el (message-make-tool-bar): Ditto.
10158
10159         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10160         `substring'.  Shorten tmp-file name.
10161
10162         * gnus.el: Remove bogus comment.
10163
10164 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10165
10166         * gnus-art.el (gnus-article-browse-html-parts): New function.
10167         (gnus-article-browse-html-article): New function for viewing html
10168         articles with a browser.
10169
10170 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10171
10172         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10173         in elisp.
10174         (pgg-gpg-encrypt-symmetric-region): Ditto.
10175         (pgg-gpg-sign-region): Ditto.
10176
10177         * pgg-def.el (pgg-text-mode): New variable.
10178
10179         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10180         (mml2015-pgg-encrypt): Ditto.
10181
10182         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10183         (mml1991-pgg-encrypt): Ditto.
10184
10185 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10188         message-make-date instead of current-time-string.
10189
10190         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10191         to gnus-decoded which mm-uu might set.
10192
10193 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10196         don't decode quoted parameters; remove misimported Emacs code.
10197         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10198         (rfc2231-decode-encoded-string): Don't use split-string which
10199         behaves differently according to Emacs version; use
10200         mm-decode-coding-region to convert charset to coding-system.
10201         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10202         (rfc2231-encode-string): Remove misimported Emacs code.
10203
10204 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10207         when calling mail-header-parse-content-type.
10208         (article-de-quoted-unreadable): Ditto.
10209         (article-de-base64-unreadable): Ditto.
10210         (article-wash-html): Ditto.
10211
10212         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10213         calling mail-header-parse-content-type and
10214         mail-header-parse-content-disposition.
10215         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10216         mail-header-parse-content-type.
10217
10218         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10219         insert charset and format parameters; encode description after
10220         inserting it to buffer.
10221         (mml-insert-parameter): Fold lines properly even if a parameter is
10222         segmented into two or more lines; change the max column to 76.
10223
10224         * rfc1843.el (rfc1843-decode-article-body): Don't use
10225         ignore-errors when calling mail-header-parse-content-type.
10226
10227         * rfc2231.el (rfc2231-parse-string): Return at least type if
10228         possible; don't cause an error even if it fails in parsing of
10229         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10230         (rfc2231-encode-string): Don't break lines at the beginning, leave
10231         it to mml-insert-parameter.
10232
10233         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10234         calling mail-header-parse-content-type.
10235
10236 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * spam-report.el (spam-report-gmane-use-article-number):
10239         Improve doc string.
10240         (spam-report-gmane-internal): Check if a suitable header was found
10241         in the article.
10242
10243 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10246         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10247
10248 2006-02-05  Romain Francoise  <romain@orebokech.com>
10249
10250         Update copyright notices of all files in the gnus directory.
10251
10252 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10253
10254         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10255
10256 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10259         segmented lines of parameter value to cope with Thunderbird 1.5
10260         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10261         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10262         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10263
10264 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10265
10266         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10267         parts.
10268
10269 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10270
10271         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10272         there's only one active file for all servers.
10273         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10274         solid groups.  Gnus might have used a FAST request to select the group.
10275         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10276         and nnweb-search redundantly in the active file.
10277         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10278         (nnweb-request-create-group): Don't use ARGS.
10279         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10280         initialisations.  Let nnoo do the work.
10281
10282 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10285         Say the part has been decoded.
10286
10287         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10288
10289 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10290
10291         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10292         mailcap-viewer-test-cache when there's no 'test clause, since that
10293         will invert the meaning of a "nil" test previously determined by
10294         mailcap-mailcap-entry-passes-test.
10295
10296 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10299         compiling.
10300
10301         * gnus-sum.el: Ditto.
10302
10303         * message.el: Don't bind tool-bar-map when compiling.
10304
10305 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10308
10309 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10310
10311         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10312         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10313         current Google Groups.
10314
10315 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10318         and tool-bar-mode.
10319
10320         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10321         and tool-bar-mode.
10322
10323         * message.el (message-tool-bar-update): Simplify.
10324         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10325
10326         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10327         gnus-summary-buffer.
10328         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10329         gnus-summary-reply.
10330
10331         * gmm-utils.el (gmm): Add :version.
10332
10333 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * Makefile.in (clean): New rule.
10336         (distclean): Use it.
10337
10338 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10339
10340         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10341         autoload.
10342
10343 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gmm-utils.el (gmm-verbose): Add :group.
10346
10347 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * message.el: Change some comments WRT tool-bars.
10350
10351         * gnus-sum.el (gnus-summary-tool-bar)
10352         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10353         (gnus-summary-tool-bar-zap-list): New variables.
10354         (gnus-summary-make-tool-bar): Complete rewrite using
10355         `gmm-tool-bar-from-list'.
10356
10357         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10358         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10359         variables.
10360         (gnus-group-make-tool-bar): Complete rewrite using
10361         `gmm-tool-bar-from-list'.
10362         (gnus-group-tool-bar-update): New function.
10363
10364         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10365
10366 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10369         is dissected into a single part of which the type is the same as
10370         the given one; decode charset.
10371
10372 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10373
10374         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10375         into alists as symbol not string, since that's what
10376         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10377         look for.
10378
10379 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10382         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10383
10384         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10385
10386 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10389         (gnus-xmas-mime-security-button-menu): New function.
10390
10391         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10392         (gnus-mime-security-button-menu): New definition.
10393         (gnus-mime-security-button-map): Use them.
10394         (gnus-mime-security-button-menu): New function.
10395         (gnus-insert-mime-security-button): Addition to help echo.
10396         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10397         (gnus-mime-security-pipe-part): New functions.
10398
10399         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10400         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10401
10402         * mm-decode.el (mm-handle-set-disposition): Remove.
10403         (mm-handle-set-description): Remove.
10404
10405 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10408         (mm-w3m-standalone-supports-m17n-p): New function.
10409         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10410         w3m usage.
10411
10412         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10413         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10414
10415 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * message.el (message-tool-bar-zap-list): Use
10418         gmm-tool-bar-zap-list as custom type.
10419         (message-tool-bar-update): New function.
10420         (message-tool-bar, message-tool-bar-gnome)
10421         (message-tool-bar-retro): Add message-tool-bar-update.
10422         (message-tool-bar-gnome): Add flyspell-buffer.
10423
10424         * gnus-util.el (gnus-error): Describe `args'.
10425
10426         * gmm-utils.el (gmm-error): Describe `args'.
10427         (gmm-tool-bar-zap-list): New widget.
10428         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10429
10430 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10433         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10434         the number of recursive calls.
10435
10436         * mm-decode.el (mm-handle-set-disposition): New macro.
10437         (mm-handle-set-description): New macro.
10438
10439 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10442         encoding.
10443
10444 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * message.el (message-tool-bar-zap-list, message-tool-bar)
10447         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10448         (message-tool-bar-local-item-from-menu): Remove.
10449         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10450         (message-make-tool-bar): New function.
10451         (message-mode): Use `message-make-tool-bar'.
10452
10453         * gmm-utils.el: New file.
10454         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10455         (gmm-lazy): New widget copied from `nnmail.el'.
10456         (gmm-tool-bar-from-list): New function for creating customizable
10457         tool bars.
10458         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10459         output.
10460         (gmm): Add :prefix to defgroup.
10461
10462 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10463
10464         * gmm-utils.el (gmm-widget-p): New function.
10465
10466 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * mml.el (mml-attach-file): Describe `description' in doc string.
10469         (mml-menu): Add Emacs MIME manual and PGG manual.
10470
10471 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10472
10473         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10474
10475 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10476
10477         * nntp.el (nntp-end-of-line): Doc fix.
10478
10479 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10480
10481         * imap.el (imap-open): Handle case where buffer is a buffer
10482         object.
10483
10484 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10485
10486         * gnus-delay.el (gnus-delay): Don't autoload.
10487         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10488         to be re-loaded when customizing the `gnus-delay' group.
10489
10490 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10491
10492         * message.el (message-insert-citation-line): Use newlines.
10493
10494 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10495
10496         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10497         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10498         these routines, so the passphrase can be managed externally and
10499         passed in to the system.
10500         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10501         pgg-add-passphrase-to-cache function.
10502
10503         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10504         (pgg-pgp5-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-pgp5-sign-region): Use new name of
10508         pgg-add-passphrase-to-cache function.
10509
10510 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10511
10512         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10513         part of the decoded armor to find the key-identifier.
10514         (pgg-gpg-lookup-key-owner): New function to return the
10515         human-readable identifier of a key owner.
10516         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10517         itself.
10518         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10519         the key value) if we have a key and can match it against a secret
10520         key.  Also, added a note pointing out fact that the prompt only
10521         indicates the first matching key.
10522
10523         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10524         pgg-decrypt-region.
10525         (pgg-add-passphrase-to-cache): Rename from
10526         `pgg-add-passphrase-cache' to reduce confusion (all callers
10527         changed).
10528         (pgg-remove-passphrase-from-cache): Rename from
10529         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10530         changed).
10531         (pgg-read-passphrase, pgg-add-passphrase-cache)
10532         (pgg-remove-passphrase-cache): Add informative docstrings.
10533         (pgg-decrypt): Convey provided passphrase in subordinate call to
10534         pgg-decrypt-region.
10535
10536 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10537
10538         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10539         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10540         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10541         'passphrase' argument, so the passphrase can be managed externally
10542         and then passed in to the system.
10543
10544         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10545         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10546         so the passphrase cache can be used reliably with identifiers
10547         besides a pgp packet's key id.
10548
10549         * pgg-gpg.el (pgg-gpg-encrypt-region)
10550         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10551         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10552         these routines, so the passphrase can be managed externally and
10553         passed in to the system.
10554
10555         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10556         'notruncate' argument, so the passphrase cache can be used
10557         reliably with identifiers besides a pgp packet's key id.
10558
10559 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10560
10561         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10562         symmetric encryption.
10563         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10564         encrypted session key.
10565         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10566         message ask for the passphrase in a proper way.
10567
10568         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10569         New user commands for symmetric encryption.
10570
10571 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10574
10575         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10576
10577 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10578
10579         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10580
10581 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * mm-decode.el (mm-inlined-types): Add application/pgp.
10584         (mm-automatic-display): Ditto.
10585
10586         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10587         part as text.
10588
10589 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * nnrss.el: Update copyright.
10592         (nnrss-opml-import): Query whether to subscribe to each entry.
10593
10594         * gnus-art.el:
10595         * gnus-sum.el:
10596         * gnus-xmas.el:
10597         * messagexmas.el:
10598         * mm-uu.el:
10599         * mm-view.el: Update copyright.
10600
10601 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * message.el (message-info): New function.
10604         (message-mode-menu): Add it.
10605         Update copyright.
10606
10607         * ChangeLog: Fix and update copyright.
10608
10609 2006-01-13  Romain Francoise  <romain@orebokech.com>
10610
10611         * message.el (message-forward-subject-name-subject): Prefer the
10612         address to 'nowhere' if the sender has no name.
10613         Fix typo.  Update copyright year.
10614
10615 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10616
10617         * gnus-art.el (article-wash-html): Use
10618         gnus-summary-show-article-charset-alist if a numeric arg is given.
10619         (gnus-article-wash-html-with-w3m-standalone): New function.
10620
10621         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10622         mm-inline-text-html-render-with-w3m-standalone.
10623         (mm-text-html-washer-alist): Map w3m-standalone to
10624         gnus-article-wash-html-with-w3m-standalone.
10625         (mm-inline-text-html-render-with-w3m-standalone): New function.
10626
10627 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10630         Improve LaTeX.
10631
10632 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10635         (nnrss-request-article): Render text/plain parts as HTML.
10636
10637         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10638         the buffer.
10639
10640 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10643         custom definition of `gnus-posting-styles'.
10644
10645         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10646         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10647
10648 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10651         Use nntp for bug archive.
10652
10653 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10656         parts.
10657         (nnrss-normalize-date): New function converts ISO 8601 date into
10658         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10659         (nnrss-check-group): Use it.
10660
10661 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10664
10665         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10666         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10667         (nnrss-insert-w3): Ditto.
10668
10669 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10672         the articles to be forwarded including the case where neither a
10673         number of articles nor a region is specified.
10674
10675 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * nnrss.el (nnrss-request-article): Fix last change; fill
10678         text/plain parts.
10679
10680 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10683         in text/plain part.
10684         (nnrss-check-group): Don't add excessive newline to dc:subject.
10685
10686 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10687
10688         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10689         article.
10690
10691 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10692
10693         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10694         (nnml-use-compressed-files, nnml-save-mail): Support other
10695         comression programs such as bzip2.
10696
10697 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * dns.el (query-dns): Make sure we check the buffer size before
10700         removing tcp headers.
10701
10702 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10705         remove MIME buttons associated with multipart/alternative parts.
10706         (gnus-mime-display-alternative): Tag buttons using `article-type'
10707         text property.
10708
10709         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10710         associated with multipart/alternative parts.
10711
10712         * gnus-art.el (gnus-signature-separator): Fix custom type.
10713
10714         * mm-decode.el (mm-inlined-types): Fix custom type.
10715         (mm-keep-viewer-alive-types): Ditto.
10716         (mm-automatic-display): Ditto.
10717         (mm-attachment-override-types): Ditto.
10718         (mm-inline-override-types): Ditto.
10719         (mm-automatic-external-display): Ditto.
10720
10721 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10722
10723         * spam-report.el (spam-report-user-mail-address)
10724         (spam-report-user-agent): New variables.
10725         (spam-report-url-ping-plain): Use spam-report-user-agent.
10726
10727 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10728
10729         * gnus-art.el (gnus-button-handle-custom): Do not just use
10730         `customize-apropos' for any "M-x customize-*" button but the
10731         function called for.  Accept both the function name and its
10732         argument in order to achieve this.
10733         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10734         function name to `gnus-button-handle-custom' in case of "M-x
10735         customize-*" buttons.
10736
10737 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10740         multipart/alternative and add xref to mm-discouraged-alternatives
10741         in doc string.
10742
10743         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10744         gnus-buttonized-mime-types in doc string.
10745
10746 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10749         Suggest image/.* in the doc string.
10750
10751 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10754         message-marks (Debian bug #342521).
10755
10756 2005-12-12  Simon Josefsson  <jas@extundo.com>
10757
10758         * password.el (password-read-from-cache): Add.
10759         (password-read): Use it.
10760
10761 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10764         us-ascii as a MIME charset.
10765
10766         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10767         against the case where the 2nd arg TYPE is nil.
10768
10769 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * pop3.el (pop3-stream-type): Fix custom version.
10772
10773         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10774
10775 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10776
10777         * mm-decode.el (mm-display-external): Add missing cdr.
10778
10779 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10782         RFC1524) if it is in mailcap or add a suffix according to
10783         mailcap-mime-extensions when generating a temp filename; postpone
10784         deleting a temp file for 2 seconds for some wrappers, shell
10785         scripts, and so on, which might exit right after having started a
10786         viewer command as a background job.
10787
10788 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * nntp.el (nntp-marks-directory): Fix custom group.
10791
10792         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10793         steps when < 10.
10794
10795         * gnus-start.el (gnus-no-server-1): Mention
10796         `gnus-level-default-subscribed' in doc string.
10797
10798 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10799
10800         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10801         parens.
10802
10803 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-xmas.el (gnus-use-toolbar): Revert.
10806         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10807         gnus-use-toolbar is default.
10808
10809         * messagexmas.el (message-use-toolbar): Revert.
10810         (message-setup-toolbar): Use global default-toolbar if
10811         message-use-toolbar is default.
10812
10813 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10816         according to default-toolbar-visible-p.
10817
10818         * messagexmas.el (message-use-toolbar): Ditto.
10819
10820 2005-11-26  Dave Love  <fx@gnu.org>
10821
10822         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10823         (tls-program, tls-success): Provide openssl alternative.
10824
10825         * starttls.el: Doc fixes.
10826         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10827         SERVICE to PORT.
10828
10829         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10830         port null or service name.
10831         (starttls-negotiate): Autoload.
10832
10833 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * message.el (message-kill-to-signature): Fix interactive spec.
10836
10837 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10838
10839         * pop3.el (pop3-open-server): Recognize a string as a service name.
10840
10841 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10842
10843         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10844
10845 2005-11-23  Dave Love  <fx@gnu.org>
10846
10847         Add pop3s, pop3/starttls.
10848
10849         * pop3.el (pop3-authentication-scheme): Clarify doc.
10850         (open-tls-stream, starttls-open-stream): Autoload.
10851         (pop3-stream-type): New.
10852         (pop3-open-server): Use it.
10853
10854         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10855         for POP.
10856         (mail-source-keyword-map): Add :stream for POP.
10857         (mail-source-fetch-pop): Use pop3-stream-type.
10858
10859 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10862         of current-time-string.
10863
10864 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10865
10866         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10867         date header.
10868
10869 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10870
10871         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10872         it can seriously impact performance as it bypasses the agent's
10873         local caches.
10874
10875 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10876
10877         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10878         must be explicitly online rather than "not explicitly offline" for
10879         its flags to be synchronized.
10880
10881         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10882         that gnus-uu-unmark-thread will function correctly.
10883
10884         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10885         1024K is instead displayed as 1M.
10886
10887 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10890
10891 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10892
10893         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10894
10895 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10896
10897         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10898         error message to display actual error condition.
10899         (gnus-agent-save-local): Avoid saving symbols that are bound to
10900         nil as they simply result in a warning message in
10901         gnus-agent-read-local.
10902
10903 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10906         rather than make-variable-buffer-local for file-precious-flag.
10907
10908 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10909
10910         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10911         for duplicates which are removed.  The invalid sort check then
10912         triggers a rescan after the sort as sorting may have moved
10913         duplicate entries such that they can be cheaply detected.
10914
10915 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10918
10919 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10920
10921         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10922         internal variable to a custom variable.  Changed default value
10923         from compressed(2) to uncompressed(1).
10924         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10925         support for uncompressed agentview files.  Taken together, reading
10926         the agentview file should now be 6-7 times faster.
10927
10928 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10929
10930         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10931         as a buffer-local variable.  This avoids creating truncated
10932         dribble files as a result of a hang up, eg.
10933
10934 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10935
10936         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10937         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10938         XEmacs.
10939
10940 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * gnus-start.el (gnus-start-draft-setup): Enforce
10943         `gnus-draft-mode' for nndraft:drafts at startup.
10944
10945         * gnus.el (gnus-splash): Change custom group.
10946         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10947         allow-list argument.
10948
10949         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10950         string.
10951
10952 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * gnus-art.el (gnus-default-article-saver): Add user-defined
10955         `function' to custom type.
10956
10957 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10958
10959         * imap.el (imap-open): Handle case where buffer is a buffer
10960         object.
10961
10962 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10963
10964         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10965         long lines.
10966         (gnus-cache-delete-group): Wrap doc strings.
10967
10968         * gnus-agent.el (gnus-agent-rename-group)
10969         (gnus-agent-delete-group): Wrap doc strings.
10970
10971 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * messagexmas.el (message-use-toolbar): Change the valid values
10974         into default, top, bottom, left, and right.
10975         (message-toolbar-thickness): New variable.
10976         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10977         well.
10978         (message-setup-toolbar): Make it work.
10979
10980         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10981         (gnus-use-toolbar): Change the valid values into default, top,
10982         bottom, left, and right.
10983         (gnus-toolbar-thickness): New variable.
10984         (gnus-xmas-setup-toolbar): New function.
10985         (gnus-xmas-setup-group-toolbar): Use it.
10986         (gnus-xmas-setup-summary-toolbar): Use it.
10987
10988 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * gnus-start.el (gnus-1): Add "native" to
10991         gnus-predefined-server-alist.
10992
10993         * gnus.el (gnus-method-to-server): Don't add "native" to the
10994         lists here, because that leads to problems when
10995         gnus-select-method is bound.
10996
10997 2005-11-09  Simon Josefsson  <jas@extundo.com>
10998
10999         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11000         use (not sort-by-date) instead.
11001
11002 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11003
11004         * gnus-delay.el (gnus-delay-group): Don't autoload.
11005         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11006         to be re-loaded when customizing the `gnus-delay' group.
11007
11008 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11009
11010         * message.el: Revert last changes.
11011         (message-insert-citation-line): Use newlines.
11012
11013 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11014
11015         * message.el (message-courtesy-message)
11016         (message-mark-insert-begin, message-mark-insert-end)
11017         (message-elide-ellipsis, message-cancel-message)
11018         (message-add-header, message-change-subject)
11019         (message-cross-post-followup-to-header)
11020         (message-cross-post-insert-note, message-reduce-to-to-cc)
11021         (message-widen-reply, message-delete-not-region)
11022         (message-kill-to-signature, message-insert-signature)
11023         (message-insert-importance-high, message-insert-importance-low)
11024         (message-insert-or-toggle-importance)
11025         (message-insert-disposition-notification-to)
11026         (message-indent-citation, message-yank-original)
11027         (message-cite-original-without-signature, message-cite-original)
11028         (message-insert-citation-line, message-position-on-field)
11029         (message-fix-before-sending, message-send-mail-partially)
11030         (message-send-mail, message-send-mail-with-sendmail)
11031         (message-send-mail-with-qmail, message-send-news)
11032         (message-check-news-header-syntax, message-generate-headers)
11033         (message-insert-courtesy-copy, message-fill-address)
11034         (message-fill-header, message-shorten-references)
11035         (message-setup-1, message-cancel-news)
11036         (message-forward-make-body-plain, message-forward-make-body-mime)
11037         (message-forward-make-body-mml, message-encode-message-body)
11038         (message-forward-make-body-digest-plain)
11039         (message-forward-make-body-digest-mime)
11040         (message-use-alternative-email-as-from): Insert `hard-newline'
11041         instead of ordinary newlines.
11042
11043 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * message.el (message-generate-headers): Downcase the argument
11046         given to message-check-element.
11047
11048 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11049
11050         * nntp.el (nntp-authinfo-rejected): New error condition.
11051         (nntp-wait-for): Use new error condition to signal authentication
11052         error.
11053         (nntp-retrieve-data): Rethrow new error condition to break out of
11054         recursive call to nntp-send-authinfo.
11055
11056 2005-11-08  Romain Francoise  <romain@orebokech.com>
11057
11058         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11059         (gnus-summary-exit-map): Bind to `Z p'.
11060         (gnus-summary-make-menu-bar): Add menu item.
11061
11062 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11065         (gnus-treat-*): Add `first' in all doc strings.
11066
11067         * gnus-group.el (gnus-group-compact-group): Fix typo.
11068
11069 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus.el (gnus-parameters-case-fold-search): New variable.
11072         (gnus-parameters-get-parameter): Use it.
11073
11074         * gnus-score.el (gnus-home-score-file): Doc fix.
11075
11076 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11077
11078         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11079
11080 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * mm-util.el (mm-special-display-p): New function.
11083
11084         * mml.el (mml-preview): Use it; doc fix.
11085
11086 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11087
11088         * imap.el (imap-open): Handle case where buffer is a buffer object.
11089
11090 2005-10-29  Romain Francoise  <romain@orebokech.com>
11091
11092         * message.el (message-fix-before-sending): Fix comment.
11093
11094 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11095
11096         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11097
11098 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11099
11100         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11101         Used in gnus-score.el.
11102
11103 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11106
11107 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11110         whitespace removed in revision 7.8.  Use concatenated string to
11111         protect trailing whitespace.
11112
11113 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11114
11115         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11116         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11117         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11118         Courier IMAP ("some version from 2004").  Mostly based on similar
11119         code in the same function.
11120
11121 2005-10-26  Didier Verna  <didier@xemacs.org>
11122
11123         * gnus-group.el (gnus-group-compact-group): Invalidate original
11124         article buffer.
11125         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11126         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11127         NOV database and in article itself.
11128         Invalidate article backlog.
11129
11130 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11133
11134 2005-10-26  Simon Josefsson  <jas@extundo.com>
11135
11136         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11137         part of 2004-07-25 change.
11138
11139 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * message.el (message-display-completion-list): New function.
11142         (message-expand-group): Use it; make sure the Completions buffer
11143         is modifiable.
11144 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11145
11146         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11147         user-mail-name is an empty string.
11148
11149 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11152         depending on gnus-score-decay-constant.
11153
11154         * encrypt.el (encrypt-insert-file-contents)
11155         (encrypt-write-file-contents): Don't use `gnus-message'.
11156
11157         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11158         arguments.
11159         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11160         arguments to mm-uu-verbatim-marks-extract.
11161         (mm-uu-hide-markers): New variable.
11162         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11163
11164         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11165         (gnus-convert-image-to-face-command): Use "convert" by default to
11166         allow other input image formats.
11167         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11168         accordingly.
11169
11170 2005-10-23  Simon Josefsson  <jas@extundo.com>
11171
11172         * imap.el (imap-gssapi-program): Align command line parameters
11173         with latest GNU SASL.
11174         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11175
11176 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11179         HTML.
11180         (nnslashdot-request-article): Ditto.
11181
11182         * lpath.el (featurep): Add nobreak-char-display.
11183
11184 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11185
11186         * mail-source.el (mail-source-fetch-pop): Require pop3.
11187         (mail-source-check-pop): Ditto.
11188
11189 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11192         errors.
11193
11194 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11197         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11198
11199         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11200
11201         * mm-bodies.el (mm-decode-string): Call
11202         `mm-charset-to-coding-system' with allow-override argument.
11203
11204 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11207         (rfc2047-charset-to-coding-system): New function.
11208         (rfc2047-decode-encoded-words): New function.
11209         (rfc2047-decode-region): Use them.
11210         (rfc2047-decode-cte): Remove.
11211         (rfc2047-parse-and-decode): Remove.
11212         (rfc2047-decode): Remove.
11213
11214 2005-10-15  Kenichi Handa  <handa@m17n.org>
11215
11216         * rfc2047.el (rfc2047-decode-cte): New function.
11217         (rfc2047-decode-region): Change the way to decode successive
11218         encoded-words: decode B- or Q-encoding in each encoded-word,
11219         concatenate them, and decode it as charset.
11220
11221 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * lpath.el: Fbind codepage-setup for XEmacs.
11224
11225 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11226
11227         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11228         widget-move-and-invoke.
11229         (gnus-custom-mode): Use gnus-custom-map.
11230
11231 2005-10-15  Bill Wohler  <wohler@newt.com>
11232
11233         * message.el (message-tool-bar-map): Renamed image file from
11234         mail_send to mail/send.
11235
11236 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11237
11238         * message.el (message-expand-group): Pass the common
11239         prefix substring of completion to `display-completion-list'.
11240
11241 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * mml-sec.el (mml-secure-method): New internal variable.
11244         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11245         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11246         functions using mml-secure-method.
11247
11248         * mml.el (mml-mode-map): Add key bindings for those functions.
11249         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11250         Harder <harder@myrealbox.com>.
11251         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11252         end of message if point is the headers of the message.
11253
11254         * message.el (message-in-body-p): New function.
11255
11256         * assistant.el: Autoload gnus-util and netrc.
11257
11258         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11259         Use `mm-charset-override-alist' only when decoding.
11260
11261         * mm-bodies.el (mm-decode-body): Call
11262         `mm-charset-to-coding-system' with allow-override argument.
11263
11264         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11265         `filename' from Content-Disposition if Content-Type doesn't
11266         provide `name'.
11267         (gnus-mime-view-part-as-type): Set default instead of
11268         initial-input.
11269
11270 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11271
11272         * format-spec.el (format-spec): Propagate text properties of % spec.
11273
11274 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-art.el (gnus-treat-predicate): Add `first'.
11277
11278 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11281         (mm-charset-override-alist): New variable.
11282         (mm-charset-to-coding-system): Use it.
11283         (mm-codepage-setup): New helper function.
11284         (mm-charset-eval-alist): New variable.
11285         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11286         about unknown charsets.
11287
11288         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11289
11290 2005-10-04  David Hansen  <david.hansen@gmx.net>
11291
11292         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11293         (nnrss-check-group): Ditto.
11294
11295 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11298         Rename x-gnus-verbatim to x-verbatim.
11299         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11300
11301         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11302         x-verbatim.
11303
11304         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11305
11306         * gnus-util.el (gnus-remove-duplicates): Remove.
11307
11308         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11309         instead of gnus-remove-duplicates.
11310
11311         * message.el (message-remove-duplicates): Remove.
11312         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11313         message-remove-duplicates.
11314
11315         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11316         available, else use implementation from `delete-dups'.
11317
11318         * message.el (message-insert-expires): New function.
11319         (message-mode-map): Add key binding.
11320         (message-mode-field-menu): Add menu entry.
11321         (message-mode): Document it.
11322         (message-make-expires-date): Use `message-make-date'.
11323
11324 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11325
11326         * message.el (message-make-expires-date): New function.
11327
11328 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * Makefile.in (list-installed-shadows): New entry.
11331         (install): Use it.
11332         (remove-installed-shadows): New entry.
11333
11334         * dgnushack.el (dgnushack-default-load-path): New variable.
11335         (dgnushack-find-lisp-shadows): New function.
11336         (dgnushack-remove-lisp-shadows): New function.
11337
11338 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * Makefile.in (install-el-elc): New entry.
11341         (install): Use it so that .el files are necessarily installed.
11342
11343 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11346
11347 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11348
11349         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11350         function rather than the diff-mode.el package.
11351         (mm-display-external): Use with-current-buffer.
11352         (mm-viewer-completion-map, mm-viewer-completion-map):
11353         Move initialization inside declaration.
11354
11355 2005-09-29  Simon Josefsson  <jas@extundo.com>
11356
11357         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11358         autoload mail-check-payment.
11359         (spam-check-hashcash): Define unconditionally, since hashcash.el
11360         is part of Gnus now.  Ignore errors from payment checking.
11361
11362 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * message.el (message-bold-region, message-unbold-region): Rename
11365         from `bold-region' and `unbold-region'.
11366
11367         * message.el: Remove useless autoloads.
11368
11369 2005-09-28  Simon Josefsson  <jas@extundo.com>
11370
11371         * message.el (message-use-idna): Default to t.
11372         (message-use-idna): Test whether encoding works too.  Doc fix.
11373
11374 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * nntp.el (nntp-warn-about-losing-connection): Remove.
11377
11378 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11381         customizable.  Change default value.
11382         (mm-uu-diff-groups-regexp): Change default value.
11383         (mm-uu-type-alist): Add doc string.
11384         (mm-uu-configure): Add doc string.  Make it interactive.
11385         (mm-uu-tex-groups-regexp): New variable.
11386         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11387         (mm-uu-type-alist): Add LaTeX documents.
11388         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11389         of "text/verbatim".
11390         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11391
11392         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11393         instead of "text/verbatim".
11394
11395         * message.el (message-mark-inserted-region)
11396         (message-mark-insert-file): Use slrn style marks when called with
11397         prefix argument.
11398
11399 2005-09-27  Simon Josefsson  <jas@extundo.com>
11400
11401         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11402
11403 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11404
11405         * message.el (message-remove-duplicates): New function.
11406         Implementation borrowed from `gnus-remove-duplicates'.
11407         (message-idna-to-ascii-rhs): Also encode idna addresses in
11408         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11409         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11410         only ask about the same idna domain once per header and also tell
11411         in what header to replace the idna domain.
11412
11413         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11414         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11415         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11416         a header is decoded and not just the last one.
11417
11418 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11421         has been decoded.
11422
11423         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11424         (mm-insert-part): Don't modify text if it has been decoded.
11425
11426         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11427         decoded.
11428
11429         * mm-view.el (mm-inline-text): Don't strip text props unless
11430         decoding enriched or richtext parts.
11431
11432 2005-09-25  Romain Francoise  <romain@orebokech.com>
11433
11434         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11435         * gnus-start.el (gnus-subscribe-interactively):
11436         * gnus-uu.el (gnus-uu-grab-articles):
11437         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11438         space.
11439
11440 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11441
11442         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11443         * mm-view.el (mm-view-pkcs7-decrypt):
11444         * gnus-sum.el (gnus-summary-limit-to-extra)
11445         (gnus-summary-respool-article, gnus-read-move-group-name):
11446         * gnus-score.el (gnus-summary-increase-score):
11447         * gnus-util.el (gnus-completing-read-with-default):
11448         * gnus-art.el (gnus-read-save-file-name)
11449         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11450         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11451         * message.el (message-check-news-header-syntax):
11452         Follow convention for reading with the minibuffer.
11453
11454 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11455
11456         * spam-report.el (spam-report-url-ping-plain):
11457         Use gnus-extended-version as User-Agent.
11458
11459         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11460         default value is nil.
11461
11462         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11463         (mm-uu-verbatim-marks-extract): New function.
11464         (mm-uu-extract): New face.
11465         (mm-uu-copy-to-buffer): Use it.
11466
11467         * spam-report.el (spam-report-gmane-ham): Renamed from
11468         `spam-report-gmane-unspam'.
11469         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11470         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11471
11472         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11473         Autoload.
11474         (spam-report-gmane-unregister-routine): Renamed
11475         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11476
11477 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11478
11479         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11480         (spam-report-gmane-unregister-routine): Add support for gmane
11481         unregistration.
11482
11483         * spam-report.el (spam-report-gmane-unspam)
11484         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11485         (spam-report-gmane): Change to take a single article and do unspam
11486         registration.
11487
11488 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * mm-url.el (mm-url-decode-entities): Fix regexp.
11491
11492 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11495         default to nil, to be able to use Gnus at all.  If the default
11496         switches to something else, then the function should be fixed not
11497         be exceedingly slow.
11498
11499 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11500
11501         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11502         fail hard.
11503
11504         * spam-report.el: Add better Keywords line.
11505
11506         * spam.el: Add Maintainer and better Keywords line.
11507
11508 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-art.el (gnus-article-replace-part)
11511         (gnus-mime-replace-part): New functions.
11512         (gnus-mime-action-alist, gnus-mime-button-commands)
11513         (gnus-mime-save-part-and-strip): Added file argument.
11514         (gnus-article-part-wrapper): Added interactive argument.
11515
11516         * gnus-sum.el (gnus-summary-mime-map): Add
11517         `gnus-article-replace-part'.
11518
11519 2005-09-19  Didier Verna  <didier@xemacs.org>
11520
11521         The nnml compaction feature:
11522         * nnml.el (nnml-request-compact-group): New function.
11523         * nnml.el (nnml-request-compact): New function.
11524         * gnus-int.el (gnus-request-compact-group): New function.
11525         * gnus-int.el (gnus-request-compact): New function.
11526         * gnus-group.el (gnus-group-compact-group): New function.
11527         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11528         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11529         * gnus-srvr.el (gnus-server-compact-server): New function.
11530         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11531         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11532
11533 2005-09-18  Deepak Goel  <deego@gnufans.org>
11534
11535         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11536         format spec.
11537
11538 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11541
11542 2005-09-15  Romain Francoise  <romain@orebokech.com>
11543
11544         * message.el (message-fill-paragraph): Clarify docstring.
11545
11546 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-art.el (gnus-mime-display-part): Protect against broken
11549         MIME messages.
11550
11551 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11554         before parsing header.
11555
11556 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11557
11558         * html2text.el (html2text-replace-list): Add new entities.
11559
11560 2005-09-11  Romain Francoise  <romain@orebokech.com>
11561
11562         * message.el (message-alternative-emails): Improve docstring.
11563         (message-setup-1): Call `message-use-alternative-email-as-from'
11564         after `message-setup-hook' to give it precedence over posting
11565         styles, etc.
11566         (message-use-alternative-email-as-from): Add docstring.  Remove
11567         the original From header if present.
11568
11569         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11570         (nnml-save-mail): Use it.
11571
11572         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11573         articles.  Add new argument `silent'.
11574         (gnus-uu-mark-all): Report the total number of marked articles.
11575
11576 2005-09-10  Romain Francoise  <romain@orebokech.com>
11577
11578         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11579         (gnus-uu-mark-series): Likewise.
11580
11581 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * spam-report.el (spam-report-gmane): Fix generation of spam
11584         report URL.
11585
11586 2005-09-10  Simon Josefsson  <jas@extundo.com>
11587
11588         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11589         t, based on discussion on the ding list with Robert Epprecht
11590         <epprecht@solnet.ch>.
11591
11592 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * spam-report.el (spam-report-gmane): Make it work without
11595         X-Report-Spam header.  Gmane now only provides Archived-At.
11596         This is only used if `spam-report-gmane-use-article-number' is nil.
11597         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11598
11599         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11600         make `gnus-summary-sort-by-recipient' work with threading.
11601
11602         * nnweb.el (nnweb-google-wash-article): Print a message if article
11603         is not available.
11604
11605 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11606
11607         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11608         change.  Decode text/* parts content before displaying.
11609
11610 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11613
11614 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11617
11618         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11619         url-package-name, url-package-version,
11620         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11621         w3m-display-inline-images, and w3m-minor-mode-map.
11622
11623 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * message.el (message-tab-body-function): Fix mismatched custom type.
11626
11627         * gnus.el (gnus-group-change-level-function): Ditto.
11628
11629         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11630
11631         * gnus-art.el (gnus-signature-limit)
11632         (gnus-article-mime-part-function): Ditto.
11633
11634 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * mml.el (mml-mode): Silence the byte compiler.
11637
11638         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11639         using `(sit-for 0)' before moving the point to the specified part;
11640         skip unbuttonized parts.
11641         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11642         return to the summary window if gnus-auto-select-part is non-nil.
11643
11644 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11647         variables.
11648         (mml-dnd-attach-file, mml-mode): Use them.
11649
11650         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11651         Make fetching article by MID work again for Google Groups.  Added
11652         FIXME concerning gnus-group-make-web-group.
11653
11654         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11655         Don't depend on Gnus by using mail-extract-address-components if
11656         gnus-extract-address-components is not bound.
11657
11658 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * gnus-art.el (gnus-mime-display-security): Don't display the
11661         signature, but only the signed part.
11662
11663 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11666
11667         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11668         list, not listp.
11669
11670 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11671
11672         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11673         when encoding.
11674
11675         * mm-bodies.el (mm-decode-content-transfer-encoding):
11676         De-canonicalize CRLF for all text content types, not just
11677         text/plain.
11678
11679 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11682         valid article; point arrow and cursor at the MIME button.
11683
11684 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11687         Suggested by Dan Christensen <jdc@uwo.ca>.
11688
11689         * mm-decode.el (mm-save-part): Enable change of prompt.
11690
11691 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11692
11693         * gnus-msg.el (gnus-inews-add-send-actions): Made
11694         `message-post-method' lambda parameter ARG `&optional'.
11695
11696 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * gnus-sum.el (gnus-summary-mime-map): Added
11699         gnus-article-save-part-and-strip, gnus-article-delete-part and
11700         gnus-article-jump-to-part.
11701
11702         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11703         (gnus-article-edit-part): Use it.
11704         (gnus-article-part-wrapper): Added no-handle argument.
11705         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11706         functions.
11707
11708 2005-08-29  Romain Francoise  <romain@orebokech.com>
11709
11710         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11711         docstring.
11712         (gnus-face-from-file): Likewise.
11713
11714 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11717         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11718         non-nil.
11719         (gnus-auto-select-part): New variable.
11720         (gnus-article-jump-to-part): New function.
11721         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11722         (gnus-mime-delete-part): Allow selecting specified part after
11723         deleting or stripping parts.
11724         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11725         part if argument is bogus.
11726
11727 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11728
11729         * gnus-art.el (w3m-minor-mode-map):
11730         * gnus-spec.el (gnus-newsrc-file-version):
11731         * gnus-util.el (nnmail-active-file-coding-system)
11732         (gnus-original-article-buffer, gnus-user-agent):
11733         * gnus.el (gnus-ham-process-destinations)
11734         (gnus-parameter-ham-marks-alist)
11735         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11736         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11737         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11738         * mm-decode.el (gnus-current-window-configuration):
11739         * mm-extern.el (gnus-article-mime-handles):
11740         * mm-url.el (url-current-object, url-package-name)
11741         (url-package-version):
11742         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11743         (smime-keys, w3m-cid-retrieve-function-alist)
11744         (w3m-current-buffer, w3m-display-inline-images)
11745         (w3m-minor-mode-map):
11746         * mml-smime.el (gnus-extract-address-components):
11747         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11748         (gnus-newsrc-hashtb, message-default-charset)
11749         (message-deletable-headers, message-options)
11750         (message-posting-charset, message-required-mail-headers)
11751         (message-required-news-headers):
11752         * mml1991.el (mc-pgp-always-sign):
11753         * mml2015.el (mc-pgp-always-sign):
11754         * nnheader.el (nnmail-extra-headers):
11755         * rfc1843.el (gnus-decode-encoded-word-function)
11756         (gnus-decode-header-function, gnus-newsgroup-name):
11757         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11758
11759 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11760
11761         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11762         the end of the date treatments.
11763
11764 2005-08-15  Simon Josefsson  <jas@extundo.com>
11765
11766         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11767         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11768         Capello and Romain Francoise.
11769         (pgg-fetch-key-function): Removed, not used?
11770         (pgg-insert-url-with-w3): Require url, to get
11771         url-insert-file-contents regardless of where it is defined.
11772
11773 2005-08-13  Romain Francoise  <romain@orebokech.com>
11774
11775         * message.el (message-cite-original-1): New function.
11776         (message-cite-original): Use it.
11777         (message-cite-original-without-signature): Ditto.
11778
11779 2005-08-08  Romain Francoise  <romain@orebokech.com>
11780
11781         * message.el (message-yank-empty-prefix): New variable.
11782         (message-indent-citation): Use it.
11783         (message-cite-original-without-signature): Respect X-No-Archive.
11784
11785 2005-08-08  Simon Josefsson  <jas@extundo.com>
11786
11787         * pgg.el: Autoload url-insert-file-contents instead of loading
11788         w3/url.
11789         (pgg-insert-url-with-w3): Don't load url here.
11790
11791 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11792
11793         * message.el (message-kill-to-signature): Don't insert newline at
11794         bol.
11795         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11796
11797 2005-08-06  Romain Francoise  <romain@orebokech.com>
11798
11799         * message.el (message-user-fqdn): Fix typo in docstring.
11800
11801 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11802
11803         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11804
11805         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11806
11807 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * mm-bodies.el (mm-encode-body): Use coding system rather than
11810         charset to encode text.
11811
11812         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11813         number of charsets if utf-8 is available (XEmacs).
11814
11815 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11818         taken from `gnus-button-mid-or-mail-regexp'.
11819         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11820         (gnus-button-alist): Improve regexp for domain part of the MIDs
11821         for news:localpart@domain buttons.
11822         (gnus-button-ctan-directory-regexp): Update.
11823
11824 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * sieve-manage.el (sieve-manage-interactive-login): Use
11827         make-local-variable rather than make-variable-buffer-local.
11828         (sieve-manage-open): Ditto.
11829         (sieve-manage-authenticate): Ditto.
11830
11831         * mml.el (mml-generate-mime-1): Make the content type default to
11832         text/plain if the filename is not specified.
11833
11834 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11837         instead of insert-buffer.
11838
11839         * message.el (message-yank-original): Ditto; set the mark at the
11840         end of the yanked message.
11841
11842 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11845         lines to scroll rather than to stop it.
11846
11847         * mml.el (mml-generate-default-type): Add doc string.
11848         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11849         default to application/octet-stream when determining the content
11850         type if it is not specified for the part or the mml contents; add
11851         a comment about mml-generate-default-type.
11852
11853 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11856         make it default to application/octet-stream when determining the
11857         content type if it is not specified for the external contents.
11858
11859 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11862         segmented parameter but also other parameters might be there.
11863
11864 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * mm-decode.el (mm-display-external): Delete temp file, directory
11867         and buffer immediately if the external process is exited.
11868
11869 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11872         fewer lines than that of scroll-margin.
11873         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11874
11875 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gnus-art.el (gnus-article-next-page): Revert.
11878         (gnus-article-beginning-of-window): New macro.
11879         (gnus-article-next-page-1): Use it.
11880         (gnus-article-prev-page): Ditto.
11881         (gnus-article-edit-part): Use insert-buffer-substring instead of
11882         insert-buffer.
11883         (gnus-article-edit-exit): Ditto.
11884
11885         * gnus-util.el (gnus-beginning-of-window): Remove.
11886         (gnus-end-of-window): Remove.
11887
11888         * lpath.el: Don't bind header-line-format and scroll-margin.
11889
11890 2005-07-25  Simon Josefsson  <jas@extundo.com>
11891
11892         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11893         to have the url package without w3.  Reported by Daiki Ueno
11894         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11895
11896 2005-07-20  Didier Verna  <didier@xemacs.org>
11897
11898         * gnus-diary.el: Remove the description comment (nndiary is now
11899         properly documented in the Gnus manual).
11900         Fix the spelling of "Back End".
11901         * nndiary.el: Ditto.
11902         Fix the copyright notice.
11903
11904 2005-07-18  Romain Francoise  <romain@orebokech.com>
11905
11906         * gnus-sum.el (gnus-summary-to-prefix)
11907         (gnus-summary-newsgroup-prefix): New variables.
11908         (gnus-summary-from-or-to-or-newsgroups): Use them.
11909
11910 2005-07-17  Romain Francoise  <romain@orebokech.com>
11911
11912         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11913         space as it's generally not especially interesting to the user.
11914
11915 2005-07-16  Romain Francoise  <romain@orebokech.com>
11916
11917         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11918         nil to avoid prompting and file modification if one of the
11919         messages at the top of the nnfolder file contains a copyright
11920         notice.
11921         Update copyright notice.
11922
11923         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11924         instead of `current-time-string' as the latter creates a time
11925         string that is not RFC 2822 compliant (it lacks the zone).
11926         Update copyright notice.
11927
11928 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11929
11930         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11931         for text/rtf.  Display default in prompt.  Pass default for M-n.
11932
11933         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11934
11935 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11936
11937         * gnus-msg.el (gnus-button-mailto): Remove
11938         save-selected-window-window hackery because it relies on
11939         save-selected-window internals.
11940
11941 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11944         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11945         (gnus-article-prev-page): Ditto.
11946
11947         * gnus-util.el (gnus-beginning-of-window): New function.
11948         (gnus-end-of-window): New function.
11949
11950         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11951
11952 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11953
11954         * gnus-score.el (gnus-score-edit-all-score): Set
11955         gnus-score-edit-exit-function to gnus-score-edit-done and call
11956         gnus-message.
11957
11958 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959
11960         * gnus-msg.el (gnus-button-mailto): Remove
11961         save-selected-window-window hackery because it relies on
11962         save-selected-window internals.
11963
11964 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11967         add-minor-mode.
11968         (gnus-binary-mode): Ditto.
11969
11970         * gnus-topic.el (gnus-topic-mode): Ditto.
11971
11972 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11973
11974         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11975         (gnus-article-prev-page): Take scroll-margin into consideration.
11976
11977 2005-07-04  Lute Kamstra  <lute@gnu.org>
11978
11979         Update FSF's address in GPL notices.
11980
11981 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11982
11983         * gnus.el (gnus-exit):
11984         * gnus-group.el (gnus-group-icons):
11985         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11986
11987         * gnus-nocem.el (gnus-nocem):
11988         * message.el (message-various, message-buffers, message-sending)
11989         (message-interface, message-forwarding, message-insertion)
11990         (message-headers, message-news, message-mail):
11991         * pgg-gpg.el (pgg-gpg):
11992         * pgg-parse.el (pgg-parse):
11993         * pgg-pgp.el (pgg-pgp):
11994         * pgg-pgp5.el (pgg-pgp5):
11995         * pop3.el (pop3): Finish `defgroup' description with period.
11996
11997 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-art.el (article-display-face): Improve the efficiency.
12000         (article-display-x-face): Ditto; remove grey x-face stuff.
12001
12002 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (article-display-face): Correct the position in
12005         which Faces are inserted.
12006
12007 2005-06-29  Didier Verna  <didier@xemacs.org>
12008
12009         * gnus-art.el (article-display-face): Display faces in correct
12010         order.
12011
12012 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12015         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12016         (gnus-nocem-check-article): Fetch the Type header.
12017         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12018         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12019         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12020         make sure gnus-nocem-hashtb is initialized.
12021         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12022         (gnus-nocem-unwanted-article-p): Ditto.
12023
12024         * pgg.el (pgg-verify): Return the verification result.
12025
12026 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12027
12028         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12029         is ascii.
12030
12031 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12032
12033         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12034         `show-nonbreak-escape'.
12035
12036 2005-06-23  Lute Kamstra  <lute@gnu.org>
12037
12038         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12039
12040         * dig.el (dig-mode):
12041         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12042
12043 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12044
12045         * nnimap.el (nnimap-split-download-body): Fix spellings.
12046
12047 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12048
12049         * gnus-art.el (gnus-article-encrypt-body):
12050         * gnus-cus.el (gnus-score-customize):
12051         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12052         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12053
12054 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12055
12056         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12057         header by looking for magic "MII" at the beginnig.
12058
12059 2005-06-16  Miles Bader  <miles@gnu.org>
12060
12061         * gnus-xmas.el (gnus-xmas-group-startup-message):
12062         Use renamed gnus-splash face.
12063
12064         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12065         (assistant-field-face): New backward-compatibility alias for renamed
12066         face.
12067         (assistant-render-text): Use renamed assistant-field face.
12068
12069         * spam.el (spam): Remove "-face" suffix from face name.
12070         (spam-face): New backward-compatibility alias for renamed face.
12071         (spam-face, spam-initialize): Use renamed spam face.
12072
12073         * message.el (message-header-to, message-header-cc)
12074         (message-header-subject, message-header-newsgroups)
12075         (message-header-other, message-header-name)
12076         (message-header-xheader, message-separator, message-cited-text)
12077         (message-mml): Remove "-face" suffix from face names.
12078         (message-header-to-face, message-header-cc-face)
12079         (message-header-subject-face, message-header-newsgroups-face)
12080         (message-header-other-face, message-header-name-face)
12081         (message-header-xheader-face, message-separator-face)
12082         (message-cited-text-face, message-mml-face):
12083         New backward-compatibility aliases for renamed faces.
12084         (message-font-lock-keywords): Use renamed message faces.
12085
12086         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12087         (sieve-test-commands, sieve-tagged-arguments):
12088         Remove "-face" suffix from face names.
12089         (sieve-control-commands-face, sieve-action-commands-face)
12090         (sieve-test-commands-face, sieve-tagged-arguments-face):
12091         New backward-compatibility aliases for renamed faces.
12092         (sieve-control-commands-face, sieve-action-commands-face)
12093         (sieve-test-commands-face, sieve-tagged-arguments-face):
12094         Use renamed sieve faces.
12095
12096         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12097         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12098         (gnus-group-news-3-empty, gnus-group-news-4)
12099         (gnus-group-news-4-empty, gnus-group-news-5)
12100         (gnus-group-news-5-empty, gnus-group-news-6)
12101         (gnus-group-news-6-empty, gnus-group-news-low)
12102         (gnus-group-news-low-empty, gnus-group-mail-1)
12103         (gnus-group-mail-1-empty, gnus-group-mail-2)
12104         (gnus-group-mail-2-empty, gnus-group-mail-3)
12105         (gnus-group-mail-3-empty, gnus-group-mail-low)
12106         (gnus-group-mail-low-empty, gnus-summary-selected)
12107         (gnus-summary-cancelled, gnus-summary-high-ticked)
12108         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12109         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12110         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12111         (gnus-summary-low-undownloaded)
12112         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12113         (gnus-summary-low-unread, gnus-summary-normal-unread)
12114         (gnus-summary-high-read, gnus-summary-low-read)
12115         (gnus-summary-normal-read, gnus-splash):
12116         Remove "-face" suffix from face names.
12117         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12118         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12119         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12120         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12121         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12122         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12123         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12124         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12125         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12126         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12127         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12128         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12129         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12130         (gnus-summary-normal-ticked-face)
12131         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12132         (gnus-summary-normal-ancient-face)
12133         (gnus-summary-high-undownloaded-face)
12134         (gnus-summary-low-undownloaded-face)
12135         (gnus-summary-normal-undownloaded-face)
12136         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12137         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12138         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12139         (gnus-splash-face):
12140         New backward-compatibility aliases for renamed faces.
12141         (gnus-group-startup-message): Use renamed gnus faces.
12142
12143         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12144         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12145         (gnus-server-agent): Remove "-face" suffix from face names.
12146         (gnus-server-agent-face, gnus-server-opened-face)
12147         (gnus-server-closed-face, gnus-server-denied-face)
12148         (gnus-server-offline-face):
12149         New backward-compatibility aliases for renamed faces.
12150         (gnus-server-agent-face, gnus-server-opened-face)
12151         (gnus-server-closed-face, gnus-server-denied-face)
12152         (gnus-server-offline-face): Use renamed gnus faces.
12153
12154         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12155         Remove "-face" suffix from face names.
12156         (gnus-picon-xbm-face, gnus-picon-face):
12157         New backward-compatibility aliases for renamed faces.
12158
12159         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12160         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12161         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12162         (gnus-cite-11): Remove "-face" suffix from face names.
12163         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12164         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12165         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12166         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12167         New backward-compatibility aliases for renamed faces.
12168         (gnus-cite-attribution-face, gnus-cite-face-list)
12169         (gnus-article-boring-faces): Use renamed gnus faces.
12170
12171         * gnus-art.el (gnus-signature, gnus-header-from)
12172         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12173         (gnus-header-content): Remove "-face" suffix from face names.
12174         (gnus-signature-face, gnus-header-from-face)
12175         (gnus-header-subject-face, gnus-header-newsgroups-face)
12176         (gnus-header-name-face, gnus-header-content-face):
12177         New backward-compatibility aliases for renamed faces.
12178         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12179
12180         * gnus-sum.el (gnus-summary-selected-face)
12181         (gnus-summary-highlight): Use renamed gnus faces.
12182         * gnus-group.el (gnus-group-highlight): Likewise.
12183
12184 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12185
12186         * gnus-sieve.el (gnus-sieve-article-add-rule):
12187         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12188         * spam-stat.el (spam-stat-buffer-change-to-spam)
12189         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12190
12191         * message.el (message-is-yours-p):
12192         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12193
12194 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * mm-view.el (mm-inline-text): Withdraw the last change.
12197
12198 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12201         executing enriched-decode.
12202
12203 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12206         charset of tar files.
12207
12208 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12209
12210         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12211
12212 2005-06-04  Lute Kamstra  <lute@gnu.org>
12213
12214         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12215         information is never recorded.
12216
12217 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12218
12219         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12220
12221 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * pop3.el (pop3-apop): Run md5 in the binary mode.
12224
12225         * starttls.el (starttls-set-process-query-on-exit-flag):
12226         Use eval-and-compile.
12227
12228 2005-05-31  Simon Josefsson  <jas@extundo.com>
12229
12230         * smime.el (smime-replace-in-string): Define.
12231         (smime-cert-by-ldap-1): Use it.
12232
12233 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-art.el (article-display-x-face): Replace
12236         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12237
12238         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12239         set-process-query-on-exit-flag or process-kill-without-query.
12240
12241         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12242         loop instead of replace-regexp.
12243
12244         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12245         instead of process-kill-without-query if it is available.
12246
12247         * lpath.el: Fbind ldap-search-entries.
12248
12249         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12250         instead of find-file-hooks if it is available.
12251
12252         * mml1991.el: Bind pgg-default-user-id when compiling.
12253
12254         * mml2015.el: Bind pgg-default-user-id when compiling.
12255
12256         * nndraft.el (nndraft-request-associate-buffer):
12257         Use write-contents-functions instead of write-contents-hooks if it is
12258         available.
12259
12260         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12261         instead of find-file-hooks if it is available.
12262
12263         * nntp.el (nntp-open-connection): Replace
12264         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12265         (nntp-open-ssl-stream): Ditto.
12266         (nntp-open-tls-stream): Ditto.
12267
12268         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12269         set-process-query-on-exit-flag or process-kill-without-query.
12270         (starttls-open-stream-gnutls): Use it instead of
12271         process-kill-without-query.
12272         (starttls-open-stream): Ditto.
12273
12274 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12275
12276         * smime.el (smime-cert-by-ldap-1): Don't use
12277         replace-regexp-in-string.
12278
12279 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12280
12281         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12282
12283         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12284         in PEM format.  Adjust to the XEmacs compability.
12285
12286 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12289         by `string-to-number'.
12290         * gnus-agent.el (gnus-agent-regenerate-group)
12291         (gnus-agent-fetch-articles): Ditto.
12292         * gnus-art.el (gnus-button-fetch-group): Ditto.
12293         * gnus-cache.el (gnus-cache-generate-active)
12294         (gnus-cache-articles-in-group): Ditto.
12295         * gnus-group.el (gnus-group-set-current-level)
12296         (gnus-group-insert-group-line): Ditto.
12297         * gnus-score.el (gnus-score-set-expunge-below)
12298         (gnus-score-set-mark-below, gnus-summary-score-effect)
12299         (gnus-summary-score-entry): Ditto.
12300         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12301         (gnus-soup-pack): Ditto.
12302         * gnus-spec.el (gnus-xmas-format): Ditto.
12303         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12304         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12305         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12306         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12307         * nndb.el (nndb-get-remote-expire-response): Ditto.
12308         * nndiary.el (nndiary-parse-schedule-value)
12309         (nndiary-string-to-number, nndiary-request-replace-article)
12310         (nndiary-request-article): Ditto.
12311         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12312         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12313         * nneething.el (nneething-make-head): Ditto.
12314         * nnfolder.el (nnfolder-request-article)
12315         (nnfolder-retrieve-headers): Ditto.
12316         * nnheader.el (nnheader-file-to-number): Ditto.
12317         * nnkiboze.el (nnkiboze-request-article): Ditto.
12318         * nnmail.el (nnmail-process-unix-mail-format)
12319         (nnmail-process-babyl-mail-format): Ditto.
12320         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12321         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12322         (nnmh-request-create-group, nnmh-request-list-1)
12323         (nnmh-request-group, nnmh-request-article): Ditto.
12324         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12325         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12326         * nnsoup.el (nnsoup-make-active): Ditto.
12327         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12328         * nntp.el (nntp-find-group-and-number)
12329         (nntp-retrieve-headers-with-xover): Ditto.
12330         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12331         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12332         (pgg-format-key-identifier): Ditto.
12333         * pop3.el (pop3-last, pop3-stat): Ditto.
12334         * qp.el (quoted-printable-decode-region): Ditto.
12335
12336         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12337         of concat.
12338
12339 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12342
12343         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12344
12345         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12346
12347         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12348
12349         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12350
12351         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12352
12353         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12354         (gnus-carpal-mode): Ditto.
12355
12356         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12357         (gnus-browse-mode): Ditto.
12358
12359         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12360
12361         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12362
12363 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12364
12365         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12366
12367 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-util.el (gnus-run-mode-hooks): New function.
12370
12371         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12372
12373         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12374         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12375
12376 2005-05-27  Lute Kamstra  <lute@gnu.org>
12377
12378         * dns-mode.el (dns-mode): Specify customization group.
12379
12380 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12381
12382         * gnus-agent.el (gnus-agent-make-mode-line-string):
12383         Use mode-line-highlight as mouse-face.
12384
12385 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * canlock.el (canlock): Change the parent group to news.
12388
12389         * deuglify.el (gnus-outlook-deuglify): Add :group.
12390
12391         * dig.el (dig): Add :group.
12392
12393         * dns-mode.el (dns-mode): Add :group.
12394
12395         * encrypt.el (encrypt): Add :group.
12396
12397         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12398         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12399         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12400         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12401         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12402
12403         * gnus-diary.el (gnus-diary): Add :group.
12404
12405         * gnus.el (gnus-group-news-1-face): Add :group.
12406         (gnus-group-news-1-empty-face): Ditto.
12407         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12408         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12409         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12410         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12411         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12412         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12413         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12414         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12415         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12416         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12417         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12418         (gnus-summary-high-ticked-face): Ditto.
12419         (gnus-summary-low-ticked-face): Ditto.
12420         (gnus-summary-normal-ticked-face): Ditto.
12421         (gnus-summary-high-ancient-face): Ditto.
12422         (gnus-summary-low-ancient-face): Ditto.
12423         (gnus-summary-normal-ancient-face): Ditto.
12424         (gnus-summary-high-undownloaded-face): Ditto.
12425         (gnus-summary-low-undownloaded-face): Ditto.
12426         (gnus-summary-normal-undownloaded-face): Ditto.
12427         (gnus-summary-high-unread-face): Ditto.
12428         (gnus-summary-low-unread-face): Ditto.
12429         (gnus-summary-normal-unread-face): Ditto.
12430         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12431         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12432
12433         * hashcash.el (hashcash): New custom group.
12434         (hashcash-default-payment): Add :group.
12435         (hashcash-payment-alist): Ditto.
12436         (hashcash-default-accept-payment): Ditto.
12437         (hashcash-accept-resources): Ditto.
12438         (hashcash-path): Ditto.
12439         (hashcash-extra-generate-parameters): Ditto.
12440         (hashcash-double-spend-database): Ditto.
12441         (hashcash-in-news): Ditto.
12442
12443         * message.el (message-minibuffer-local-map): Add :group.
12444
12445         * netrc.el (netrc): Add :group.
12446
12447         * sieve-manage.el (sieve-manage-log): Add :group.
12448         (sieve-manage-default-user): Diito.
12449         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12450         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12451         (sieve-manage-authenticators): Ditto.
12452         (sieve-manage-authenticator-alist): Ditto.
12453         (sieve-manage-default-port): Ditto.
12454
12455         * sieve-mode.el (sieve-control-commands-face): Add :group.
12456         (sieve-action-commands-face): Ditto.
12457         (sieve-test-commands-face): Ditto.
12458         (sieve-tagged-arguments-face): Ditto.
12459
12460         * smime.el (smime): Add :group.
12461
12462         * spam-report.el (spam-report): Add :group.
12463
12464         * spam.el (spam, spam-face): Add :group.
12465
12466 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12469         return \n.\n.\n at the end of articles.  Protect against that.
12470         (nntp-with-open-group): Allow debugging.
12471
12472         * nnheader.el (mail-header-set-extra): Make into a function
12473         because I just could't understand how to quote the list properly.
12474
12475         * dns.el (query-dns-cached): New function.
12476
12477 2005-05-26  Lute Kamstra  <lute@gnu.org>
12478
12479         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12480
12481 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12484
12485         * gnus-art.el: Don't autoload mail-extract-address-components.
12486
12487         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12488         eval-and-compile to evaluate it.
12489
12490         * hashcash.el: Don't autoload executable-find.
12491
12492         * nndb.el: Don't declare the nndb back end two or more times; don't
12493         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12494
12495         * nntp.el: Autoload format-spec instead of format; use
12496         eval-and-compile to evaluate autoload forms.
12497
12498 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12499
12500         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12501
12502 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * gnus.el (gnus-version-number): Bump version.
12505
12506 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12507
12508         * gnus.el: No Gnus v0.3 is released.
12509
12510 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * lpath.el (featurep): Bind show-nonbreak-escape.
12513
12514 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-art.el (gnus-article-edit-part): Disable undo.
12517
12518 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12521         gnus-article-date-lapsed-new-header is t if date timer is active;
12522         skip headers in which the original date value is empty.
12523         (gnus-article-save-original-date): Redefine it as a macro.
12524         (gnus-display-mime): Use it.
12525
12526 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-art.el (article-date-ut): Support converting date in
12529         forwarded parts as well.
12530         (gnus-article-save-original-date): New function.
12531         (gnus-display-mime): Use it.
12532
12533 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12534
12535         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12536         enclosure element of <item>.
12537
12538 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * message.el (message-kill-buffer-query): Renamed from
12541         `message-kill-buffer-query-if-modified'.  Added :version.
12542
12543 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12546         window layout.
12547
12548 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * mml.el: Autoload dnd when compiling.
12551
12552 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12555         x-dnd-*.
12556
12557 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * qp.el (quoted-printable-encode-region): Save excursion.
12560
12561 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12562
12563         * message.el (message-kill-buffer-query-if-modified): Add new variable
12564         so the user can kill a modified message buffer quickly.
12565         (message-kill-buffer): Use it.
12566
12567 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * lpath.el: Fbind display-time-event-handler; don't fbind
12570         string-to-multibyte.
12571
12572         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12573
12574 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12577         contained in text because xml.el decodes entities) with LFs.
12578
12579 2005-04-11  Lute Kamstra  <lute@gnu.org>
12580
12581         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12582         differently.
12583
12584 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12585
12586         * mm-util.el (mm-detect-coding-region): Typo.
12587
12588 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12591
12592 2005-04-06  Deepak Goel  <deego@gnufans.org>
12593
12594         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12595         user-function allow user modifications of the scores.
12596         (spam-stat-score-buffer-user): New function, to allow
12597         user-computed modifications to the score.
12598         (spam-stat-score-buffer-user-functions): List of additional
12599         scoring functions.
12600         (spam-stat-error-holder): Global temporary error holder.
12601         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12602         variable.
12603
12604 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12605
12606         * gnus-registry.el (gnus-registry-clean-empty-function)
12607         (gnus-registry-trim, gnus-registry-fetch-groups)
12608         (gnus-registry-delete-group): Groups that match
12609         `gnus-registry-ignored-groups' are removed from the registry
12610         entries, not just ignored for splitting.  This helps clean up the
12611         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12612         to get all the groups a message ID is in.
12613
12614         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12615         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12616         (spam-stat-score-buffer-user-functions): Add :number custom type.
12617
12618 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12621         argument in XEmacs.
12622
12623         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12624         (nnrss-request-group): Decode group name first.
12625         (nnrss-request-article): Make a text/plain article if mml-to-mime
12626         failed.
12627         (nnrss-get-encoding): Return a compatible encoding according to
12628         nnrss-compatible-encoding-alist.
12629         (nnrss-find-el): Use consp instead of listp.
12630         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12631
12632 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12635         which Emacs 20 doesn't support.
12636         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12637
12638 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12641         silence the byte compiler inside the defun.
12642
12643         * gnus-demon.el (parse-time-string): Add autoload.
12644
12645         * gnus-delay.el (parse-time-string): Add autoload.
12646
12647         * gnus-art.el (parse-time-string): Add autoload.
12648
12649         * nnultimate.el (parse-time): Require for `parse-time-string'.
12650
12651 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12654
12655         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12656
12657         * smime.el (smime-ldap-host-list): Add :version.
12658
12659 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12662         pass it to `gnus-browse-read-group'.
12663         (gnus-browse-read-group): Add NUMBER argument and pass it to
12664         `gnus-group-read-ephemeral-group'.
12665
12666         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12667         argument and pass it to `gnus-group-read-group'.
12668
12669 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12670
12671         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12672         mm-xemacs-find-mime-charset-1 if we have the mule feature
12673         available at runtime.
12674
12675 2005-03-25  Werner Lemberg  <wl@gnu.org>
12676
12677         * nnmaildir.el: Replace `illegal' with `invalid'.
12678
12679 2005-03-23  Lute Kamstra  <lute@gnu.org>
12680
12681         * time-date.el: Add comment on time value formats.
12682         Don't require parse-time.
12683         (with-decoded-time-value): New macro.
12684         (encode-time-value): New function.
12685         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12686         (days-to-time): Return a valid time value when arg is huge.
12687         (time-since): Use time-subtract.
12688         (time-to-number-of-days): Use time-to-seconds.
12689
12690 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12691
12692         * gnus-start.el (gnus-display-time-event-handler):
12693         Check display-time-timer at runtime rather than only at load time
12694         in case display-time-mode is turned off in the mean time.
12695
12696 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12697
12698         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12699         used.
12700
12701         * nneething.el (nneething-map-file-directory): Derive from
12702         `gnus-directory'.
12703
12704         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12705         the To/Cc button.
12706
12707 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * nnmaildir.el (nnmaildir-request-accept-article):
12710         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12711
12712 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12713
12714         * gnus-async.el: Require timer-funcs at compile time when in
12715         XEmacs for `run-with-idle-timer'.
12716
12717 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12718
12719         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12720         autoloaded function.
12721
12722 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12723
12724         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12725
12726 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12727
12728         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12729
12730 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12731
12732         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12733         gnus-expert-user to default.
12734
12735 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12736
12737         * nnimap.el (nnimap-open-server): Ditto.
12738
12739         * imap.el (imap-authenticate): Fix typo.
12740
12741 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12742
12743         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12744         buffer (since IMAP server might return FETCH response out of
12745         order, and the nntp buffer must be sorted).
12746
12747 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12748
12749         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12750         comparison on string.
12751
12752         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12753         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12754         (gnus-agent-summary-fetch-series): Modified to protect against
12755         gnus-agent-summary-fetch-group clearing processable flags.
12756         (gnus-agent-synchronize-group-flags): Update live group buffer as
12757         synchronization may occur due to the user toggle the plugged
12758         status.
12759         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12760         successfully downloaded.
12761         (gnus-agent-expire-group-1): Avoid using markers when the overview
12762         is in ascending order; greatly improves performance.
12763         (gnus-agent-regenerate-group): Use
12764         gnus-agent-synchronize-group-flags to reset read status in both
12765         gnus and server.
12766         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12767
12768 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * message.el: Don't autoload former message-utils variables.
12771         (message-strip-subject-trailing-was): Change doc string.
12772
12773         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12774         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12775         (nnweb-google-search): Add "hl=en" here.
12776         (nnweb-google-parse-1, nnweb-google-create-mapping):
12777         Don't hardcode URL.
12778
12779 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * message.el (message-get-reply-headers, message-followup):
12782         Mention related variables `message-use-followup-to' and
12783         `message-use-mail-followup-to', in the information buffer.
12784
12785         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12786         of broken groups(-beta).google.com.
12787
12788 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12791         parameter to invoked gnus-request-move-article; remove the
12792         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12793         all at once instead of once per article.
12794         (gnus-summary-remove-process-mark): Accept a list of articles as
12795         well as a single article for processing.
12796
12797         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12798         parameter.
12799
12800         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12801
12802         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12803
12804         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12805         parameter.
12806
12807         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12808         parameter.
12809
12810         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12811         parameter and remove the gnus-sum-hint-move-is-internal variable.
12812
12813         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12814         parameter.
12815
12816         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12817         parameter.
12818
12819         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12820         parameter.
12821
12822         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12823
12824         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12825         parameter.
12826
12827         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12828         parameter.
12829
12830 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12831
12832         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12833         a more conservative way.
12834
12835 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12836
12837         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12838         buffer, so it moves the window's cursor.
12839
12840 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12841
12842         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12843         `mm-dissect-multipart' and receive the from field as an (optional)
12844         argument from `mm-dissect-multipart'.
12845         (mm-dissect-multipart): Receive the from field as an argument and
12846         pass it on when we call `mm-dissect-buffer' on MIME parts.
12847         Fixes verification/decryption of signed/encrypted MIME parts.
12848
12849 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12850
12851         * gnus-sum.el (gnus-summary-move-article): Set
12852         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12853         whatever it calls (right now, only nnimap-request-move article
12854         respects it).
12855
12856         * nnimap.el (nnimap-request-move-article): When
12857         gnus-sum-hint-move-is-internal is set, don't do the extra
12858         nnimap-request-article.
12859
12860 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12863
12864         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12865         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12866
12867         * gnus-sum.el (gnus-summary-caesar-message):
12868         Apply `gnus-treat-article' after rotation.
12869
12870         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12871         doc string.
12872
12873 2005-02-22  Simon Josefsson  <jas@extundo.com>
12874
12875         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12876         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12877         <arne@arnested.dk>.
12878         (encrypt): Add password-cache and password-cache-expiry as group
12879         members.
12880
12881 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12882
12883         * smime.el (smime-ldap-host-list): Doc fix.
12884         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12885         cache) password.
12886         (smime-sign-region): Use it.
12887         (smime-decrypt-region): Use it.
12888         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12889         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12890         fails.
12891         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12892         certificate from DER to PEM format rather than calling openssl.
12893
12894         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12895
12896         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12897         for signing/encryption.
12898
12899         * mml.el (mml-parse-1): Use them.
12900
12901 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12902
12903         * nnrss.el (nnrss-verbose): Removed.
12904         (nnrss-request-group): Use `nnheader-message' instead.
12905
12906 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12907
12908         * nnrss.el (nnrss-verbose): New variable.
12909         (nnrss-request-group): Make it say nnrss is requesting a group.
12910
12911 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12914         Handle news URL with given port correctly.
12915
12916 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12917
12918         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12919         containing special characters.
12920
12921         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12922
12923         * mml.el (mime-to-mml): Ditto.
12924
12925         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12926         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12927         (rfc2047-decode-region): Quote decoded words containing special
12928         characters when rfc2047-quote-decoded-words-containing-tspecials
12929         is non-nil.
12930
12931 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12934
12935         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12936
12937 2005-02-15  Simon Josefsson  <jas@extundo.com>
12938
12939         * nnimap.el (nnimap-debug): Doc fix.
12940
12941         * imap.el (imap-debug): Doc fix.
12942
12943 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12946
12947 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12948
12949         * gnus.el (spam-contents): Improve docs for spam-contents
12950         parameter in its variable incarnation.
12951
12952 2005-02-14  Simon Josefsson  <jas@extundo.com>
12953
12954         * smime-ldap.el: Use require instead of load-library for ldap.
12955         (smime-ldap-search): Indent.
12956         (smime-ldap-search-internal): Shorten line.
12957
12958         * smime.el (smime-cert-by-dns): Add doc-string.
12959         (smime-cert-by-ldap-1): Indent.
12960
12961         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12962         mml-smime-get-dns-ldap.
12963         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12964
12965 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12966
12967         * smime.el: Require smime-ldap.
12968         (smime-ldap-host-list): New variable.
12969         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12970
12971         * mml-smime.el (mml-smime-encrypt-query): New function.
12972         (mml-smime-encrypt-query): Use it.
12973
12974         * smime-ldap.el: New file.
12975
12976 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12979
12980 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12981
12982         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12983         argument in doc string.  Make query for type more clear.
12984
12985 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus.el (gnus-group-startup-message): Search for gnus images in
12988         etc/images/gnus.
12989         * mm-util.el (mm-image-load-path): Likewise.
12990         * smiley.el (smiley-data-directory): Search for smilies in
12991         etc/images/smilies.
12992
12993 2005-02-09  Kim F. Storm  <storm@cua.dk>
12994
12995         Change Emacs release version from 21.4 to 22.1 throughout.
12996         Change Emacs development version from 21.3.50 to 22.0.50.
12997
12998 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13001
13002         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13003         non-Mule XEmacs as well.
13004         (mm-decompress-buffer): Signal an error intentionally if it does
13005         not decompress compressed data because auto-compression-mode is
13006         disabled.
13007
13008 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13009
13010         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13011         an ID in the registry even if it has no groups.
13012
13013 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13016         merge it into mm-decompress-buffer.
13017         (gnus-mime-copy-part): Use the MIME part charset, the value which
13018         a user specified or gnus-newsgroup-charset for decoding, like
13019         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13020         save-buffer what was used.  Suggested by Kevin Ryde
13021         <user42@zip.com.au>.
13022         (gnus-mime-inline-part): Allow the name parameter as well as the
13023         filename parameter; force decompressing of compressed data; always
13024         display contents being not decoded as unibyte.
13025
13026         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13027         as well as the filename parameter.
13028
13029         * mm-util.el (mm-decompress-buffer): Merge
13030         gnus-mime-jka-compr-maybe-uncompress.
13031         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13032         of compressed data.
13033
13034 2005-02-08  Simon Josefsson  <jas@extundo.com>
13035
13036         * imap.el (imap-log): Doc fix.
13037
13038 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13041         the coding cookies; decompress compressed parts.
13042
13043         * mml.el (mml-generate-mime-1): Add the charset parameter according
13044         to the value which a user specified manually or the coding cookie.
13045
13046         * mm-util.el (mm-string-to-multibyte): New function.
13047         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13048         (mm-coding-system-to-mime-charset): New function.
13049         (mm-decompress-buffer): New function.
13050         (mm-find-buffer-file-coding-system): New function.
13051
13052         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13053         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13054         parts.
13055
13056 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13057
13058         * mm-view.el (mm-display-inline-fontify): Decode a part according
13059         to the charset parameter.
13060
13061 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13064         prefix arg is neither nil nor a number, as info specifies.
13065
13066 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13069         timestamps.
13070
13071 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13072
13073         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13074         groups error checking and notify user.
13075
13076 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13077
13078         * message.el (message-send-mail-function): Check existence of
13079         sendmail-program first before using default value
13080         `message-send-mail-with-sendmail'.  Otherwise use more generic
13081         `smtpmail-send-it'.
13082
13083 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * nntp.el (nntp-request-update-info): Always return nil.
13086
13087 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13088
13089         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13090
13091 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13092
13093         * message.el (message-beginning-of-line): Change the behavior when
13094         invoked between BOL and : so that it first moves backward.
13095
13096 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13099         article buffer when editing of the article is discarded.
13100         (gnus-article-prepare): Revert.
13101
13102 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-art.el (gnus-article-prepare):
13105         Remove message-strip-forbidden-properties from the local hook.
13106
13107 2005-01-27  Simon Josefsson  <jas@extundo.com>
13108
13109         * password.el (password-cache-add): Only start one timer per key.
13110         Reported by Derek Atkins <warlord@MIT.EDU>.
13111
13112 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13113
13114         * run-at-time.el: Removed.  It is no longer needed as
13115         timer-funcs.el in the xemacs-base package has a working version of
13116         `run-at-time'.
13117
13118         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13119
13120         * password.el: Require timer-funcs instead of run-at-time in
13121         XEmacs.
13122         Remove `password-run-at-time' macro.
13123         (password-cache-add): Use `run-at-time' instead of
13124         `password-run-at-time'.
13125
13126         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13127         Remove `nnheader-cancel-function-timers' alias,
13128         `cancel-function-timers' exists in XEmacs in timer-funcs.
13129
13130         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13131         for `run-with-idle-timer'.
13132
13133         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13134         for `run-at-time'.
13135
13136         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13137         for `with-timeout'.
13138
13139         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13140         the same as for XEmacs 21.4.
13141         No need to ignore `run-with-idle-timer', this function exists in
13142         XEmacs now in timer-funcs.el in the xemacs-base package.
13143         (dgnushack-compile): No need to delete
13144         run-at-time.el from the list of files to compile because it
13145         doesn't exist anymore.
13146
13147 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13150         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13151
13152 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13153
13154         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13155         sensitively.
13156
13157 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13158
13159         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13160
13161 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13164         which will be inserted according to the multibyteness of a buffer
13165         rather than the type of contents.  Suggested by ARISAWA Akihiro
13166         <ari@mbf.ocn.ne.jp>.
13167
13168         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13169         of string which old xml.el may return rather than a string.
13170
13171 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13174
13175 2005-01-16  Simon Josefsson  <jas@extundo.com>
13176
13177         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13178         idn/idna.el isn't available.
13179         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13180         <michael@waxrat.com>.
13181
13182         * hashcash.el: Remove non-FSF copyright header.
13183
13184         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13185         (hashcash-generate-payment): Use it.
13186         (hashcash-generate-payment-async): Use it.
13187
13188 2005-01-15  Simon Josefsson  <jas@extundo.com>
13189
13190         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13191         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13192
13193         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13194         gnus-summary-idna-message.
13195         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13196         (gnus-summary-idna-message): New function.
13197
13198 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13201         gnus-novice-user.
13202
13203 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * nnrss.el (nnrss-request-delete-group): Delete entries in
13206         nnrss-group-alist as well.
13207         (nnrss-save-server-data): Insert newline.
13208
13209 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * gnus.el (gnus-user-agent): Use list of symbols instead of
13212         symbols.  Display full version number for (S)XEmacs.  Optionally
13213         display (S)XEmacs codename.
13214
13215         * gnus-util.el (gnus-emacs-version): Update for new
13216         `gnus-user-agent'.
13217
13218         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13219         Gnus version.
13220
13221 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13224         which is unreadable in some setups.
13225
13226 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * gnus-spec.el (gnus-update-format-specifications): Flush the
13229         group format spec cache if it doesn't support decoded group names.
13230
13231 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13234         Allow to apply decay on score files matching a regexp.
13235
13236 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13239         compatibility in %g and %c.
13240
13241 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13244         name for only %g and %c.
13245         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13246         of gnus-tmp-group to decoded group name.
13247         (gnus-group-make-rss-group): Exclude `/'s from group names.
13248
13249 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * nnrss.el (nnrss-get-encoding): Fix regexp.
13252
13253 2004-12-27  Simon Josefsson  <jas@extundo.com>
13254
13255         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13256         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13257         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13258
13259 2004-12-17  Kim F. Storm  <storm@cua.dk>
13260
13261         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13262
13263         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13264
13265 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13266
13267         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13268
13269 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * nnrss.el: Require rfc2047 and mml.
13272         (nnrss-file-coding-system): New variable.
13273         (nnrss-format-string): Redefine it as an inline function.
13274         (nnrss-decode-group-name): New function.
13275         (nnrss-string-as-multibyte): Remove.
13276         (nnrss-retrieve-headers): Decode group name; don't use
13277         nnrss-format-string.
13278         (nnrss-request-group): Decode group name.
13279         (nnrss-request-article): Decode group name; allow a Message-ID as
13280         well as an article number; don't use nnrss-format-string; encode a
13281         Message-ID string which may contain non-ASCII characters; use
13282         mml-to-mime to compose a MIME article.
13283         (nnrss-request-expire-articles): Decode group name.
13284         (nnrss-request-delete-group): Decode group name.
13285         (nnrss-fetch): Clarify error message.
13286         (nnrss-read-server-data): Use insert-file-contents instead of load;
13287         bind file-name-coding-system; use multibyte buffer.
13288         (nnrss-save-server-data): Bind coding-system-for-write to the
13289         value of nnrss-file-coding-system; bind file-name-coding-system;
13290         add coding cookie.
13291         (nnrss-read-group-data): Use insert-file-contents instead of load;
13292         bind file-name-coding-system; use multibyte buffer.
13293         (nnrss-save-group-data): Bind coding-system-for-write to the
13294         value of nnrss-file-coding-system; bind file-name-coding-system.
13295         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13296         make it work with non-ASCII text.
13297         (nnrss-find-el): Make it work with old xml.el as well.
13298
13299 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13300
13301         * nnrss.el (nnrss-get-encoding): New function.
13302         (nnrss-fetch): Use unibyte buffer initially; bind
13303         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13304         decode contents according to the encoding attribute.
13305         (nnrss-save-group-data): Add coding cookie.
13306         (nnrss-mime-encode-string): New function.
13307         (nnrss-check-group): Use it to encode subject and author.
13308
13309 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13312         imaginary variable.
13313
13314 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13317         correctly even if there are wide characters.
13318
13319 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13322         downcased symbol names; make a new cache instead of reusing
13323         bbdb-hashtable.
13324
13325 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13328         concatenating segments rather than before concatenating them.
13329         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13330
13331         * message.el (message-get-reply-headers): Bind `extra'.
13332
13333 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13334
13335         * message.el (message-extra-wide-headers): New variable.
13336         (message-get-reply-headers): Use it.
13337
13338 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13341         (gnus-agent-group-pathname): Ditto.
13342
13343         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13344
13345         * gnus-group.el (gnus-group-make-group): Decode group name.
13346         (gnus-group-make-rss-group): Register the group data after opening
13347         the nnrss group.
13348
13349 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13350
13351         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13352         by expiry now get marked as read.
13353
13354 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13357
13358 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13359
13360         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13361         unify Latin characters in XEmacs.
13362         (mm-find-mime-charset-region): Use it.
13363
13364 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-util.el (gnus-delete-directory): New function.
13367
13368         * gnus-agent.el (gnus-agent-delete-group): Use it.
13369
13370         * gnus-cache.el (gnus-cache-delete-group): Use it.
13371
13372 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13375         names.
13376
13377 2004-12-16  Simon Josefsson  <jas@extundo.com>
13378
13379         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13380
13381 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13384
13385         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13386         (gnus-group-set-current-level): Decode group name.
13387
13388 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13389
13390         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13391         failed.
13392
13393 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * gnus-group.el (gnus-group-delete-group): Decode group name.
13396         (gnus-group-make-rss-group): Encode group name.
13397         (gnus-group-catchup-current): Decode group name.
13398         (gnus-group-kill-group): Decode group name.
13399
13400 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13401
13402         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13403
13404 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * gnus-group.el (gnus-group-make-rss-group):
13407         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13408
13409         * gnus-start.el (gnus-setup-news): Honor user's setting to
13410         gnus-message-archive-method.  Suggested by Lute Kamstra
13411         <lute@gnu.org>.
13412
13413 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13414
13415         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13416         global counterparts of the buffer-local variables.
13417
13418 2004-11-16  Romain Francoise  <romain@orebokech.com>
13419
13420         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13421         counterparts of the buffer-local variables.
13422
13423 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * message.el (message-forbidden-properties): Fixed typo in doc
13426         string.
13427
13428 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-util.el (gnus-replace-in-string): Added doc string.
13431
13432         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13433         to avoid problems when splitting mails with many recipients.
13434
13435 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13436
13437         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13438         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13439
13440 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13441
13442         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13443         if there is no hashtable in memory or file modification time is
13444         newer than cached timestamp.
13445
13446 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13449         not-matching option.
13450
13451 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13454         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13455         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13456         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13457         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13458         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13459
13460 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * message.el (message-forward-make-body-mml): Remove headers
13463         according to message-forward-ignored-headers if a message is decoded.
13464
13465 2004-12-02  Romain Francoise  <romain@orebokech.com>
13466
13467         * message.el (message-forward-make-body-plain): Always remove
13468         headers according to message-forward-ignored-headers.
13469
13470 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13471
13472         * spam.el (spam-summary-prepare-exit): Remove the
13473         gnus-summary-limit pop for now, it has problems with ham marks for
13474         me.
13475
13476 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13477
13478         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13479         correctly.
13480
13481 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13482
13483         * format-spec.el (format-spec): Message the char.
13484
13485 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13486
13487         * gnus-art.el (gnus-split-methods): Reformat comments.
13488
13489         * spam.el (spam-summary-prepare-exit): Remove article limits
13490         before exiting the summary buffer.
13491
13492 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13495         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13496
13497         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13498         order to silence the byte compiler.
13499
13500         * spam.el: Fix the way to silence the byte compiler, which
13501         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13502         bbdb-search-simple, spam-BBDB-register-routine,
13503         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13504         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13505         spam-stat-buffer-is-spam, spam-stat-load,
13506         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13507         spam-stat-save and spam-stat-split-fancy.
13508
13509 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13512         which may confuse users.
13513         (canlock-password-for-verify): Ditto.
13514
13515         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13516
13517         * gnus-art.el (gnus-emphasis-alist): Ditto.
13518
13519         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13520
13521         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13522
13523         * gnus-start.el (gnus-save-killed-list): Ditto.
13524
13525         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13526         (gnus-sum-thread-tree-root): Ditto.
13527         (gnus-sum-thread-tree-false-root): Ditto.
13528         (gnus-sum-thread-tree-single-indent): Ditto.
13529
13530         * message.el (message-courtesy-message): Ditto.
13531         (message-archive-note): Ditto.
13532         (message-subscribed-address-file): Ditto.
13533         (message-user-fqdn): Ditto.
13534
13535         * spam-report.el (spam-report-gmane-regex): Ditto.
13536
13537         * spam.el (spam-blackhole-good-server-regex): Ditto.
13538
13539 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * mml.el (mml-preview): Widen the message buffer before copying
13542         the contents to the preview buffer; sort headers before previewing.
13543
13544         * message.el (message-hidden-headers): Fix the way to avoid a bug
13545         in the `repeat' widget in Emacs 21.3 or earlier.
13546
13547 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * message.el (message-hidden-headers): Default to "^References:".
13550         Improve customization type.  Suggested by Reiner Steib
13551         <Reiner.Steib@gmx.de>.
13552
13553 2004-11-25  Romain Francoise  <romain@orebokech.com>
13554
13555         * message.el (message-strip-forbidden-properties): Remove check for
13556         obsolete `message-hidden' text property, hidden headers are not
13557         accessible in the buffer anymore.
13558
13559 2004-11-22  Romain Francoise  <romain@orebokech.com>
13560
13561         * message.el (message-header-format-alist): Add `From' in list
13562         so that it can be sorted.
13563         (message-fix-before-sending): Widen and sort headers before
13564         sending.
13565         (message-hide-headers): Use narrowing to hide headers by moving
13566         them to the top of the buffer and narrowing to the region
13567         underneath.
13568
13569 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13570
13571         * message.el (message-strip-forbidden-properties): Bind
13572         buffer-read-only (etc) to nil.
13573
13574 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13577         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13578
13579 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13580
13581         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13582
13583 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13584
13585         * dns.el (query-dns): Use sit-for to time instead of
13586         accept-process-output, since that doesn't seem to work on udp
13587         sockets.
13588
13589 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13592
13593 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13594
13595         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13596         doc string.  Improve doc string.
13597
13598 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * nntp.el (nntp-request-update-info): Return nil if
13601         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13602         may not call gnus-activate-group which uselessly issues the GROUP
13603         commands for all nntp groups and wastes time.  Reported by Romain
13604         Francoise <romain@orebokech.com>.
13605
13606         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13607
13608 2004-11-15  Simon Josefsson  <jas@extundo.com>
13609
13610         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13611         headers separately.
13612         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13613         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13614
13615 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * gnus-start.el (gnus-convert-old-newsrc):
13618         Assign legacy-gnus-agent to 5.10.7.
13619
13620 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13621
13622         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13623         start of the lines.
13624
13625 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13626
13627         * hashcash.el (hashcash-default-payment): Change default to 20.
13628         (hashcash-default-accept-payment): Change default to 20.
13629         (hashcash-process-alist): New variable.
13630         (hashcash-generate-payment-async): Add.
13631         (hashcash-already-paid-p): Add.
13632         (hashcash-insert-payment): Don't generate payments twice.
13633         (hashcash-insert-payment-async): Add.
13634         (hashcash-insert-payment-async-2): Add.
13635         (hashcash-cancel-async): Add.
13636         (hashcash-wait-async): Add.
13637         (hashcash-processes-running-p): Add.
13638         (hashcash-wait-or-cancel): Add.
13639         (mail-add-payment): New optional argument.  Conditionally start
13640         asynchronous calculation.
13641         (mail-add-payment-async): Add.
13642
13643         * message.el (message-send-mail): Wait for asynchronous hashcash
13644         results.  Don't clobber existing X-Hashcash headers.
13645         (message-setup-1): Call mail-add-payment-async when
13646         message-generate-hashcash is non-nil.
13647
13648 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13649
13650         * message.el (message-use-alternative-email-as-from): Examine the
13651         From header as well; use message-make-from in order to include a
13652         user's full name.
13653
13654 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13657         default; improve customization type.
13658         (gnus-emphasis-custom-with-format): New macro.
13659         (gnus-emphasis-custom-value-to-external): New function.
13660         (gnus-emphasis-custom-value-to-internal): New function.
13661
13662 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13663
13664         * dns.el (query-dns): Resolve reverse addresses.
13665
13666 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667
13668         * gnus-group.el (gnus-group-get-new-news): Use it.
13669
13670         * gnus-start.el (gnus-check-reasonable-setup): New function.
13671
13672 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13675         "Args out of range" error.  Reported by Arnaud Giersch
13676         <arnaud.giersch@free.fr>.
13677
13678 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13679
13680         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13681
13682 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13683
13684         * spam.el (spam group): Add :version.
13685
13686         * pgg-def.el (pgg group): Add :version.
13687
13688 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * gnus-art.el (gnus-article-edit-article): Don't associate the
13691         article buffer with a draft file.  This is a temporary measure
13692         against the 2004-08-22 change to gnus-article-edit-mode.
13693
13694 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13697         (html2text-format-tags): Remove unused variable `attr'.
13698
13699 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13702
13703         * tls.el (tls-process-connection-type, tls-success)
13704         (tls-certtool-program): Add :version.
13705
13706         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13707         (starttls-extra-arguments, starttls-process-connection-type)
13708         (starttls-connect, starttls-failure, starttls-success): Add :version.
13709
13710         * spam-stat.el (spam-stat): Add :version.
13711
13712         * sieve.el (sieve): Add :version.
13713
13714         * sha1.el (sha1): Add :version.
13715         (sha1-use-external): Remove redundant version.
13716
13717         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13718         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13719         (nnmail-split-fancy-match-partial-words)
13720         (nnmail-split-lowercase-expanded): Add :version.
13721
13722         * nndiary.el (nndiary): Add :version.
13723
13724         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13725
13726         * mml-sec.el (mml-default-sign-method)
13727         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13728         Add :version.
13729
13730         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13731
13732         * mm-url.el (mm-url-use-external, mm-url-program)
13733         (mm-url-arguments): Add :version.
13734
13735         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13736         (mm-attachment-file-modes, mm-decrypt-option)
13737         (mm-w3m-safe-url-regexp): Add :version.
13738
13739         * message.el (message-cite-prefix-regexp)
13740         (message-sendmail-envelope-from, message-minibuffer-local-map)
13741         (message-user-fqdn, message-completion-alist): Add :version.
13742
13743         * gnus-win.el (gnus-configure-windows-hook)
13744         (gnus-use-frames-on-any-display): Add :version.
13745
13746         * gnus-art.el (gnus-article-address-banner-alist)
13747         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13748         (gnus-treat-from-picon, gnus-treat-mail-picon)
13749         (gnus-treat-x-pgp-sig): Add :version.
13750
13751         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13752         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13753         (gnus-summary-article-delete-hook)
13754         (gnus-summary-display-while-building): Add :version.
13755
13756         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13757         (gnus-get-top-new-news-hook): Add :version.
13758
13759         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13760         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13761
13762         * gnus-registry.el (gnus-registry): Add :version.
13763
13764         * gnus-spec.el (gnus-use-correct-string-widths)
13765         (gnus-make-format-preserve-properties): Add :version.
13766
13767         * gnus.el (gnus-group-charter-alist)
13768         (gnus-group-fetch-control-use-browse-url)
13769         (gnus-install-group-spam-parameters): Add :version.
13770
13771         * gnus-diary.el (gnus-diary): Add :version.
13772
13773         * gnus-delay.el (gnus-delay): Add :version.
13774
13775         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13776         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13777         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13778         Add :version.
13779
13780         * gnus-agent.el (gnus-agent-max-fetch-size)
13781         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13782         (gnus-agent-prompt-send-queue): Add :version.
13783
13784         * deuglify.el (gnus-outlook-deuglify): Add :version.
13785
13786         * html2text.el: Beautify code.  Improve doc strings.  Some
13787         checkdoc cleanup.
13788         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13789
13790 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13791
13792         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13793
13794 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13795
13796         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13797         when package is loaded.
13798
13799         * spam.el (spam-summary-score-preferred-header): Add global preference
13800         for people who want to override the default SpamAssassin over
13801         Bogofilter preference (when both are set).
13802         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13803         (spam-user-format-function-S): Check
13804         spam-summary-score-preferred-header.
13805         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13806         (spam-user-format-function-S): Format the score correctly.
13807
13808 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13811         signature file.  Suggested by Manoj Srivastava
13812         <srivasta@golden-gryphon.com>.
13813
13814         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13815         iso-2022-jp even in the Japanese language environment.
13816         Suggested by Jason Rumney <jasonr@gnu.org>.
13817
13818 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13821         use the same characters as the dummy marks; make it free from
13822         getting affected by the language environment.
13823         (gnus-summary-read-group-1): Update mark positions only when the
13824         format spec is updated.
13825
13826         * gnus-spec.el (gnus-update-format-specifications): Return a list
13827         of updated types.
13828
13829 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13832         of boundp to check if display-warning is available.
13833
13834 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13835
13836         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13837
13838 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * nnspool.el (nnspool-spool-directory): Use news-path if the
13841         news-directory variable is not bound.
13842
13843         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13844         function instead of display-warning if it is not available.
13845
13846 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13849         v5-10: Use `point-at-bol'.
13850
13851 2004-10-26  Simon Josefsson  <jas@extundo.com>
13852
13853         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13854         <chenggao@gmail.com>.
13855
13856 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13857
13858         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13859         instead.
13860
13861 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13862
13863         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13864         to remove a server from the nnimap-server-buffer-alist.
13865         (nnimap-open-connection, nnimap-close-server): Use it.
13866
13867         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13868
13869 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13872         running the major-mode function.
13873
13874 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13877         dummy marks in the right way.
13878
13879 2004-10-18  David Edmondson  <dme@dme.org>
13880
13881         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13882         excessively.
13883
13884 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13885
13886         * gnus-util.el (gnus-split-references): Accept a nil references
13887         string and go on blissfully.
13888
13889         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13890         cases where the references string is non-nil but has no references.
13891
13892         * encrypt.el: Add autoload tags.
13893
13894         * spam.el (spam-resolve-registrations-routine): Remove article
13895         from unregistration list too.  Reported by David Hanak
13896         <dhanak@isis.vanderbilt.edu>
13897
13898 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13901         nil.  Changed custom type.
13902
13903 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13906
13907         * gnus-sum.el (gnus-summary-move-article): Use it.
13908
13909 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13910
13911         * encrypt.el: Add autoload cookies.
13912
13913         * spam.el (spam-backend-article-list-property)
13914         (spam-backend-get-article-todo-list)
13915         (spam-backend-put-article-todo-list)
13916         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13917         Resolve registrations separately.
13918         (spam-register-routine): Format comments.
13919         (spam-unregister-routine, spam-register-routine): Always call with
13920         specific-articles, no default list.
13921         (spam-summary-prepare-exit): Use the spam-classifications function.
13922
13923         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13924         gnus-encrypt.el.
13925
13926         * encrypt.el: Copied from gnus-encrypt.el.
13927
13928         * gnus-encrypt.el: Commented that it's obsolete.
13929
13930 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13933         (gnus-score-save): Use it.
13934
13935         * message.el (message-bury): Use `window-dedicated-p'.
13936
13937 2004-10-15  Simon Josefsson  <jas@extundo.com>
13938
13939         * pop3.el (top-level): Don't require nnheader.
13940         (pop3-read-timeout): Add.
13941         (pop3-accept-process-output): Add.
13942         (pop3-read-response, pop3-retr): Use it.
13943
13944 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13945
13946         * spam.el (spam-register-routine): Move comment.
13947         (spam-verify-bogofilter): Use 'unknown for the initial
13948         spam-bogofilter-valid state, not 'never.
13949
13950         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13951         for netrc-machine.
13952
13953         * nnimap.el (nnimap-open-connection): Use
13954         netrc-machine-user-or-password.
13955
13956 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13957
13958         * gnus-registry.el (gnus-registry-unload-hook):
13959         Set as a variable with add-hook.
13960
13961         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13962         of news-path.
13963
13964         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13965
13966         * spam.el: Delete duplicate `provide'.
13967         (spam-unload-hook): Set as a variable with add-hook.
13968
13969 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13970
13971         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13972         in the doc string.
13973
13974         * message.el (message-ignored-news-headers)
13975         (message-ignored-supersedes-headers)
13976         (message-ignored-resent-headers)
13977         (message-forward-ignored-headers): Improve custom type.
13978
13979 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * message.el (message-tokenize-header): Fix 2004-09-06 change
13982         which used point-min in the wrong place.
13983
13984 2004-10-12  Simon Josefsson  <jas@extundo.com>
13985
13986         * tls.el (tls-certtool-program): New variable.
13987         (tls-certificate-information): New function, based on
13988         ssl-certificate-information.
13989
13990 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * compface.el: Move the version of ELisp-based uncompface program
13993         to the contrib directory because of the copyright problem.
13994
13995 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13996
13997         * message.el (message-kill-buffer): Raise the current frame.
13998
13999 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14002
14003         * gnus.el (message-y-or-n-p): Autoload.
14004
14005         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14006         (pop3-password-required, pop3-authentication-scheme)
14007         (pop3-leave-mail-on-server): Made customizable.
14008         (pop3): New custom group.
14009         (pop3-retr): Remove `sleep-for' statements.
14010         Suggested by Dave Love <fx@gnu.org>.
14011
14012         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14013         Windows/DOS.
14014
14015         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14016         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14017         Dave Love <fx@gnu.org>.
14018
14019         * mml.el (mml-minibuffer-read-disposition): Require match.
14020         Suggested by Dave Love <fx@gnu.org>.
14021
14022 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14025         doc string.
14026
14027 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14030
14031 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14032
14033         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14034         instead of calling `mm-insert-inline', to decode text/* parts
14035         before displaying them.
14036
14037 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * mm-uu.el (mm-uu-text-plain-type): New variable.
14040         (mm-uu-pgp-signed-extract-1): Use it.
14041         (mm-uu-pgp-encrypted-extract-1): Use it.
14042         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14043         bind mm-uu-text-plain-type with that value.
14044         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14045         mm-uu-dissect.
14046
14047 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-group.el (gnus-update-group-mark-positions):
14050         * gnus-sum.el (gnus-update-summary-mark-positions):
14051         * message.el (message-check-news-body-syntax):
14052         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14053         of string-as-multibyte.
14054
14055 2004-10-05  Juri Linkov  <juri@jurta.org>
14056
14057         * gnus-group.el (gnus-update-group-mark-positions):
14058         * gnus-sum.el (gnus-update-summary-mark-positions):
14059         * message.el (message-check-news-body-syntax):
14060         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14061         8-bit unibyte values to a multibyte string for search functions.
14062
14063 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14066         (mm-uu-dissect-text-parts): New function.
14067
14068         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14069         dissect text parts.
14070
14071         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14072         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14073
14074         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14075
14076         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14077         gnus-current-topics instead of gnus-current-topic.
14078
14079 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14080
14081         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14082
14083 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14084
14085         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14086         where approriate.
14087
14088         * nnml.el (nnml-generate-active-info): do.
14089
14090         * nndiary.el (nndiary-generate-active-info): do.
14091
14092         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14093         (gnus-topic-move): do.
14094
14095         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14096         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14097
14098         * gnus-srvr.el (gnus-server-prepare)
14099         (gnus-server-open-all-servers): do.
14100
14101         * gnus-msg.el (gnus-summary-cancel-article)
14102         (gnus-summary-resend-message)
14103         (gnus-summary-mail-crosspost-complaint): do.
14104
14105         * gnus-move.el (gnus-change-server): do.
14106
14107         * gnus-group.el (gnus-group-unmark-all-groups)
14108         (gnus-group-set-current-level): do.
14109
14110 2004-10-04  Simon Josefsson  <jas@extundo.com>
14111
14112         * message.el (message-generate-hashcash): Doc fix.
14113
14114 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14115
14116         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14117         avoid infinite recursion via gnus-get-function.
14118
14119 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14120
14121         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14122
14123         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14124
14125         * nnmail.el (nnmail-split-history): do.
14126
14127         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14128         (nnml-request-delete-group): do.
14129
14130         * nnslashdot.el (nnslashdot-read-groups): do.
14131
14132         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14133         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14134
14135         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14136         (nnspool-sift-nov-with-sed): Use last.
14137         (nnspool-retrieve-headers-with-nov): Use mapc.
14138         (nnspool-request-newgroups): Use dolist.
14139         (nnspool-request-group): Use last.
14140
14141         * nntp.el (nntp-read-server-type): Use dolist.
14142
14143         * nnvirtual.el (nnvirtual-create-mapping)
14144         (nnvirtual-update-read-and-marked): Use dolist.
14145         (nnvirtual-convert-headers): Simplify.
14146
14147 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14148
14149         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14150         support for sync'ing tick marks.
14151
14152 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14155         there's no visible header.
14156
14157 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14158
14159         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14160         necessary, pass full group name to gnus-request-set-marks.
14161
14162 2004-10-01  Simon Josefsson  <jas@extundo.com>
14163
14164         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14165         acroread.
14166
14167 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * spam-report.el (spam-report-gmane): Fix interactive.
14170
14171         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14172
14173         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14174         when writing file.
14175         (gnus-agent-synchronize-flags): Don't default to being
14176         interactive.
14177
14178 2004-09-30  Simon Josefsson  <jas@extundo.com>
14179
14180         * message.el (message-generate-hashcash): Add.
14181         (message-send-mail): Use it, call mail-add-payment.
14182
14183 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14186
14187 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14188
14189         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14190         gnus-requst-update-info with explicit code to sync the in-memory
14191         info read flags with the marks being sync'd to the backend.
14192
14193         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14194
14195 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14196
14197         * spam.el (spam-verify-bogofilter): Add new function.
14198         (spam-check-bogofilter)
14199         (spam-bogofilter-register-with-bogofilter): Use it.
14200         (spam-verify-bogofilter): Add small fixes.
14201
14202 2004-09-28  Simon Josefsson  <jas@extundo.com>
14203
14204         * hashcash.el (hashcash-generate-payment): Revert.
14205
14206 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14207
14208         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14209         gnus-extract-references instead of gnus-split-references.
14210
14211         * gnus-util.el (gnus-extract-references): Add new function, analogous
14212         to gnus-split-references but extracts only the message-ID without
14213         anything extra.
14214
14215         * hashcash.el (hashcash-generate-payment)
14216         (hashcash-check-payment): Do the right thing if hashcash-path is
14217         nil (because the hashcash program could not be found).
14218
14219         * spam.el (spam-use-hashcash): Remove comment.
14220
14221 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14222
14223         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14224         (gnus-cache-enter-article, gnus-cache-remove-article)
14225         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14226
14227         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14228
14229         * gnus-art.el (article-hide-boring-headers)
14230         (article-translate-strings, article-display-face)
14231         (gnus-article-mime-match-handle-first)
14232         (gnus-article-highlight-headers)
14233         (gnus-article-add-buttons-to-head): do.
14234
14235 2004-09-27  Simon Josefsson  <jas@extundo.com>
14236
14237         * hashcash.el: New version, from
14238         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14239         ../contrib/.
14240
14241 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14244
14245 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14246
14247         * gnus-dup.el (gnus-dup-open): Use mapc.
14248         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14249
14250         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14251         Reported by Stefan Wiens <s.wi@gmx.net>.
14252
14253         * gnus.el (gnus-shutdown): Use dolist.
14254
14255         * gnus-undo.el (gnus-undo): Use mapc.
14256
14257         * nnrss.el (nnrss-generate-active): do.
14258
14259         * message.el (message-cite-original-without-signature)
14260         (message-cite-original): Use mapc.
14261         (message-do-actions, message-make-forward-subject): Use dolist.
14262
14263 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14264
14265         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14266         deletion to remove entire duplicate line.  Fixes merged article
14267         number bug.
14268
14269 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14270
14271         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14272         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14273         first ask if you want to open a server and then, even when you
14274         responded with no, asking if you want to synchronize the server's
14275         flags.
14276         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14277         multi-line expressions.
14278         (gnus-agent-synchronize-group-flags): New internal function.
14279         Updates marks in memory (in the info structure) AND in the
14280         backend.
14281
14282         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14283
14284         * nnagent.el (nnagent-request-set-mark): Use
14285         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14286         method, to ensure that synchronization updates marks in the
14287         backend and in the info (in memory) structure.
14288
14289 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14292         convention fully; don't miss the root article of a thread; make
14293         the X-Draft-From header with correct article numbers.
14294
14295 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14296
14297         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14298         unless plugged.  Disable the agent so that an open failure causes
14299         an error.
14300
14301         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14302         Reverted 2004-09-21 change.  The backend must be opened while
14303         synchronizing flags even when the backend stores the flags
14304         locally.
14305
14306 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14309         in `header' match.  Reported by Svend Tollak Munkejord.
14310
14311         * message.el (message-cite-original): Fix use of
14312         `message-cite-articles-with-x-no-archive'.
14313
14314 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14317         (gnus-window-to-buffer): Ditto.
14318
14319         * mml.el (mml-preview-buffer): New variable.
14320         (mml-preview): Manage window layout with gnus-buffer-configuration.
14321
14322         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14323         X-Draft-From header even if those articles aren't quoted.
14324
14325 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14326
14327         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14328         (gnus-request-set-mark, gnus-request-update-mark): Use new
14329         g-s-t-u-l-m to decide to use backend even when unplugged.
14330
14331 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14334         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14335
14336 2004-09-20  Simon Josefsson  <jas@extundo.com>
14337
14338         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14339         "utf-16-le".
14340
14341 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14342
14343         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14344
14345 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14346
14347         * uudecode.el (uudecode-use-external): Add :version.
14348
14349         * smime.el (smime-CA-file, smime-encrypt-cipher)
14350         (smime-dns-server): Add :version.
14351
14352         * smiley.el (gnus-smiley-file-types): Add :version.
14353
14354         * sha1.el (sha1-use-external): Add :version.
14355
14356         * pgg-def.el (pgg-query-keyserver): Add :version.
14357
14358         * nnmail.el (nnmail-fancy-expiry-targets)
14359         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14360         Add :version.
14361
14362         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14363         (nnimap-retrieve-groups-asynchronous): Add :version.
14364         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14365
14366         * mml.el (mml-content-disposition-parameters)
14367         (mml-insert-mime-headers-always): Add :version.
14368
14369         * mm-util.el (mm-coding-system-priorities): Add :version.
14370
14371         * mm-decode.el (mm-inline-text-html-with-images)
14372         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14373         (mm-verify-option): Add :version.
14374         (mm-text-html-renderer): Change :version.
14375
14376         * message.el (message-fcc-externalize-attachments)
14377         (message-required-headers, message-draft-headers)
14378         (message-subject-trailing-was-query)
14379         (message-subject-trailing-was-ask-regexp)
14380         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14381         (message-mark-insert-end, message-archive-header)
14382         (message-archive-note, message-cross-post-default)
14383         (message-cross-post-note, message-followup-to-note)
14384         (message-cross-post-note-function, message-use-mail-followup-to)
14385         (message-subscribed-address-functions)
14386         (message-subscribed-address-file, message-subscribed-addresses)
14387         (message-subscribed-regexps, message-allow-no-recipients)
14388         (message-yank-cited-prefix, message-signature-insert-empty-line)
14389         (message-hidden-headers, message-hierarchical-addresses)
14390         (message-mail-user-agent, message-use-idna)
14391         (message-valid-fqdn-regexp)
14392         (message-strip-special-text-properties, message-header-synonyms)
14393         (message-beginning-of-line, message-tab-body-function): Add :version.
14394         (message-insert-canlock, message-wide-reply-confirm-recipients):
14395         Change :version.
14396
14397         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14398         and :version.
14399         (mail-source-delete-old-incoming-confirm)
14400         (mail-source-movemail-program): Add :version.
14401
14402         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14403         (gnus-agent-cache, gnus-agent): Change :version.
14404
14405         * gnus-util.el (gnus-use-byte-compile): Change :version.
14406
14407         * gnus-sum.el (gnus-summary-make-false-root-always)
14408         (gnus-summary-default-high-score)
14409         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14410         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14411         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14412         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14413         (gnus-sum-thread-tree-single-indent)
14414         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14415         (gnus-sum-thread-tree-leaf-with-other)
14416         (gnus-sum-thread-tree-single-leaf): Add :version.
14417         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14418         (gnus-article-loose-mime): Change :version.
14419
14420         * gnus-start.el (gnus-backup-startup-file)
14421         (gnus-save-startup-file-via-temp-buffer): Add :version.
14422
14423         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14424         (gnus-server-offline-face): Add :version.
14425
14426         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14427
14428         * gnus-msg.el (gnus-gcc-externalize-attachments)
14429         (gnus-debug-files, gnus-debug-exclude-variables)
14430         (gnus-discouraged-post-methods): Change :version.
14431         (gnus-confirm-mail-reply-to-news)
14432         (gnus-confirm-treat-mail-like-news): Add :version.
14433
14434         * gnus-int.el (gnus-server-unopen-status): Add :version.
14435
14436         * gnus-group.el (gnus-group-jump-to-group-prompt)
14437         (gnus-large-ephemeral-newsgroup)
14438         (gnus-fetch-old-ephemeral-headers): Add :version.
14439
14440         * gnus-fun.el (gnus-x-face-directory)
14441         (gnus-convert-pbm-to-x-face-command)
14442         (gnus-convert-image-to-x-face-command)
14443         (gnus-convert-image-to-face-command): Add :version.
14444
14445         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14446
14447         * gnus-cite.el (gnus-cite-blank-line-after-header)
14448         (gnus-article-boring-faces): Add :version.
14449
14450         * gnus-art.el (gnus-buttonized-mime-types)
14451         (gnus-inhibit-mime-unbuttonizing)
14452         (gnus-treat-display-face)
14453         (gnus-treat-body-boundary): Change :version.
14454         (gnus-body-boundary-delimiter, gnus-picon-databases)
14455         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14456         (gnus-treat-date-english, gnus-treat-fold-headers)
14457         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14458         (gnus-treat-mail-picon, gnus-treat-wash-html)
14459         (gnus-article-encrypt-protocol)
14460         (gnus-use-idna, gnus-article-over-scroll)
14461         (gnus-mime-display-multipart-alternative-as-mixed)
14462         (gnus-mime-display-multipart-related-as-mixed)
14463         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14464         (gnus-ctan-url, gnus-button-ctan-handler)
14465         (gnus-button-handle-ctan-bogus-regexp)
14466         (gnus-button-ctan-directory-regexp)
14467         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14468         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14469         (gnus-button-man-level, gnus-button-emacs-level)
14470         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14471
14472         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14473         (gnus-agent-go-online): Change :version.
14474         (gnus-agent-expire-unagentized-dirs)
14475         (gnus-agent-auto-agentize-methods): Add :version.
14476
14477         * flow-fill.el (fill-flowed-display-column)
14478         (fill-flowed-encode-column): Add :version.
14479
14480         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14481         (gnus-outlook-deuglify-unwrap-max)
14482         (gnus-outlook-deuglify-cite-marks)
14483         (gnus-outlook-deuglify-unwrap-stop-chars)
14484         (gnus-outlook-deuglify-no-wrap-chars)
14485         (gnus-outlook-deuglify-attrib-cut-regexp)
14486         (gnus-outlook-deuglify-attrib-verb-regexp)
14487         (gnus-outlook-deuglify-attrib-end-regexp)
14488         (gnus-outlook-display-hook): Add :version.
14489
14490         * binhex.el (binhex-use-external): Add :version.
14491
14492 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14495         and `invisible'.
14496
14497 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14500         in gnus-registry-trim.
14501
14502 2004-09-13  Simon Josefsson  <jas@extundo.com>
14503
14504         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14505
14506         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14507
14508         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14509         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14510         <yamaoka@jpl.org>.
14511         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14512         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14513         <yamaoka@jpl.org>.
14514
14515         * sieve.el (sieve-manage-mode): Ditto.
14516
14517 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14520
14521 2004-09-11  Simon Josefsson  <jas@extundo.com>
14522
14523         * dns-mode.el: Add.
14524
14525         * mm-view.el (mm-display-dns-inline): Add.
14526
14527         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14528         (mm-automatic-display): Ditto.
14529
14530         * mailcap.el (mailcap-mime-data): Add text/dns.
14531         (mailcap-mime-extensions): Map .soa to text/dns.
14532
14533 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14534
14535         * gnus-art.el (article-decode-mime-words, article-babel)
14536         (gnus-article-highlight-signature, gnus-article-add-buttons)
14537         (gnus-signature-toggle): Remove unnecessary bindings of
14538         `inhibit-read-only' inherited from v5.10 merge.
14539
14540 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14541
14542         * nntp.el (nntp): New customization group.
14543         (nntp-authinfo-file): Add customization group.
14544
14545         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14546
14547         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14548
14549         * gnus.el (to-address, to-list, subscribed)
14550         (large-newsgroup-initial): Ditto.
14551
14552         * flow-fill.el (fill-flowed-display-column)
14553         (fill-flowed-encode-column): Ditto.
14554
14555 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14556
14557         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14558         Use point-min rather than 1.
14559         (message-send-mail): Use buffer-size rather than point-max.
14560
14561         * gnus-sum.el (gnus-summary-search-article-forward):
14562         Signal a specific `search-failed' rather than a generic `error'.
14563
14564         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14565         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14566         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14567
14568 2004-09-10  Simon Josefsson  <jas@extundo.com>
14569
14570         * nndb.el (require): Remove tcp and duplicate cl.
14571
14572 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * gnus-agent.el (directory-files-and-attributes): Move forward.
14575
14576 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14577
14578         * gnus-agent.el (directory-files-and-attributes): Optionally
14579         defined to support XEmacs.
14580
14581 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14582
14583         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14584         to avoid run-time CL dependencies.
14585         (gnus-agent-unfetch-articles): New function.
14586         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14587         article numbers even when local .overview file is missing.
14588         (gnus-agent-read-article-number): New function.  Only accepts
14589         27-bit article numbers.
14590         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14591         gnus-agent-read-article-number.
14592         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14593         from backend while recognizing that article numbers in .overview
14594         must be valid.
14595         (gnus-agent-update-files-total-fetched-for): Use
14596         directory-files-and-attributes to improve performance.
14597         * gnus-int.el (gnus-request-move-article): Use
14598         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14599         improve performance.
14600
14601         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14602         some users confused by references to .newsrc when they only have a
14603         .newsrc.eld file.
14604         (gnus-convert-mark-converter-prompt)
14605         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14606         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14607         New function.  Used internally to only display 'gnus converting
14608         files' message when actually necessary.
14609
14610         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14611         methods now autoloaded.
14612
14613 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14616         identifiers.
14617
14618 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-picon.el: Fix indentation and closing parenthesis.
14621
14622 2004-09-01  Simon Josefsson  <jas@extundo.com>
14623
14624         * message.el (message-canlock-generate): Require sha1, not
14625         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14626         to require within a function.  Sadly, if sha1.el isn't loaded, the
14627         let binding in m-c-g will hide the defcustom definition, which is
14628         bad.)
14629
14630         * canlock.el: Require sha1, not sha1-el.
14631
14632         * message.el: Don't autoload sha1 (there is a autoload cookie in
14633         sha1.el).
14634
14635         * sha1-el.el: Renamed to sha1.el.
14636
14637 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14638
14639         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14640
14641 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14642
14643         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14644
14645 2004-08-30  Kim F. Storm  <storm@cua.dk>
14646
14647         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14648
14649         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14650         Add :group 'nnimap.
14651
14652 2004-08-30  Andreas Schwab  <schwab@suse.de>
14653
14654         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14655         ?* and ?\;.
14656
14657         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14658         and ?\' to symbol instead of whitespace.
14659
14660 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14663
14664         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14665         instead of re-search-forward.
14666
14667         * gnus-uu.el (gnus-uu-save-article): Ditto.
14668         (gnus-uu-post-encode-uuencode): Ditto.
14669
14670         * html2text.el (html2text-clean-list-items): Ditto.
14671         (html2text-clean-dtdd): Ditto.
14672         (html2text-format-tags): Ditto.
14673
14674         * message.el (message-send-mail-with-sendmail): Fix regexp.
14675         (message-fill-field-general): Use search-forward instead of
14676         re-search-forward.
14677         (unbold-region): Ditto.
14678
14679         * nnrss.el (nnrss-request-article): Ditto.
14680
14681         * nnslashdot.el (nnslashdot-request-article): Ditto.
14682
14683         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14684
14685         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14686         "Unrecognized menu descriptor" error in XEmacs.
14687
14688 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14689
14690         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14691         parent article of a sparse article in the thread hashtb.
14692
14693 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14694
14695         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14696         (nnmail-expand-newtext): Lowercase expanded entries if
14697         nnmail-split-lowercase-expanded is non-nil.
14698
14699 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14702
14703         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14704         of gnus-tmp-news-method into string under XEmacs.  It will be
14705         passed to gnus-correct-length which takes only a string argument.
14706
14707 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * gnus-util.el (gnus-bind-print-variables): New macro.
14710         (gnus-prin1): Use it.
14711         (gnus-prin1-to-string): Use it.
14712         (gnus-pp): New function.
14713         (gnus-pp-to-string): New function.
14714
14715         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14716         Replace pp-to-string with gnus-pp-to-string.
14717         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14718         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14719         * gnus-msg.el (gnus-debug): Ditto.
14720         * gnus-score.el (gnus-score-save): Ditto.
14721         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14722         gnus-pp-to-string.
14723         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14724         with gnus-pp.
14725         * score-mode.el (gnus-score-pretty-print): Ditto.
14726         * webmail.el (webmail-debug): Ditto.
14727
14728 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus-art.el (article-display-face, article-display-x-face):
14731         Use buffer-read-only.
14732
14733 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-art.el (article-hide-list-identifiers):
14736         Bind inhibit-read-only as t.
14737
14738 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14741
14742 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14743
14744         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14745         (gnus-narrow-to-page): Don't assume point-min == 1.
14746         (gnus-article-edit-mode): Derive from message-mode.
14747
14748         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14749         point-min == 1.
14750
14751         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14752         Disable incorrect use of `assert'.
14753
14754         * message.el (message-mode): Set comment-start-skip.
14755
14756
14757 2004-08-22  Sam Steingold  <sds@gnu.org>
14758
14759         * pop3.el (pop3-leave-mail-on-server): New user variable.
14760         (pop3-movemail): Delete mail only when it is nil.
14761
14762 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14763
14764         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14765
14766         * mml.el (mml-preview): Use `pop-to-buffer'.
14767
14768         * message.el (message-goto-mail-followup-to): Insert after "To".
14769         (message-carefully-insert-headers): Add comment.
14770
14771         * gnus.el: Remove unused variable `gnus-article-check-size'.
14772
14773         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14774
14775         * gnus-art.el (gnus-button-alist): Improve
14776         `gnus-button-handle-library' entry.
14777
14778 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14779
14780         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14781         downcase, since XEmacs capitalizes error messages differently.
14782
14783 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14784
14785         * nntp.el: Add (require 'gnus) due to reference to
14786         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14787
14788 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14789
14790         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14791         `mm-fill-flowed'.
14792
14793         * mm-decode.el (mm-dissect-singlepart): Check it.
14794
14795 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14796
14797         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14798         'imap' for netrc parsing.
14799
14800 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * mailcap.el (mailcap-mime-data): Mark as risky.
14803
14804 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14807         may be included in the encoded word.
14808         (rfc2047-encode): Don't append a space if the encoded word
14809         includes close parenthesis.
14810
14811 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14814         of text within parentheses.
14815
14816 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14817
14818         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14819         (gnus-encrypt-write-file-contents): Make the password key the file
14820         name PLUS the cipher, not just the cipher.  Also remove failed
14821         passwords from the cache.
14822
14823 2004-08-06  Simon Josefsson  <jas@extundo.com>
14824
14825         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14826         fix.
14827
14828 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14831         LWSP.
14832
14833 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14834
14835         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14836         to append in-reply-to: data to the references: header.
14837
14838         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14839         (netrc-parse): Use gnus-encrypt.el functions.
14840
14841         * gnus-encrypt.el: Add new file for encryption support; currently
14842         does only a few GPG ciphers and an internal XOR cipher.
14843
14844         * password.el: Add comments on using password-read-and-add.
14845         (password-read-and-add): Add function to read and add the
14846         password to the cache at once.
14847
14848 2004-07-28  Simon Josefsson  <jas@extundo.com>
14849
14850         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14851         parameter (but don't use it, for now).
14852
14853         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14854         instead of hard coding to nil.
14855
14856 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14859         as mm-inline-image-xemacs does.
14860
14861 2004-07-26  Simon Josefsson  <jas@extundo.com>
14862
14863         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14864         Revert part of 2004-07-17 change below.
14865
14866 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14869         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14870
14871 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14872
14873         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14874         quotes that actually start with ">" at the beginning of the
14875         lines.
14876
14877 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * rfc2047.el (rfc2047-encode-region): Fix last change.
14880         (rfc2047-encode-parameter): Remove useless concat.
14881
14882 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14885         encode special characters; fix some kind of misconfigured headers;
14886         signal a real error if debug-on-quit or debug-on-error is non-nil.
14887         (rfc2047-encode-max-chars): New variable.
14888         (rfc2047-encode-1): Use it.
14889         (rfc2047-encode-parameter): New function.
14890
14891         * mml.el (mml-insert-parameter): Remove an excessive space.
14892
14893 2004-07-17  Simon Josefsson  <jas@extundo.com>
14894
14895         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14896         Kai Grossjohann <kai@emptydomain.de>.
14897         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14898         (gnus-group-make-menu-bar): Ditto.
14899
14900         * gnus-util.el (gnus-group-server): Add.
14901
14902 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14903
14904         * message.el (message-clone-locals): Clone sendmail and smtp
14905         variables.
14906
14907 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * rfc2047.el (rfc2047-encode-region): Fix last change.
14910
14911 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14914         characters as non-special.
14915
14916 2004-07-09  Simon Josefsson  <jas@extundo.com>
14917
14918         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14919         Users will lose all flag changes made while unplugged with
14920         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14921         good default.  See numerous reports on ding mailing list.
14922
14923 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14926         add generate-head-function and generate-article-function to the
14927         rfc822-forward entry.
14928         (nndoc-rfc822-forward-generate-article): New function.
14929         (nndoc-rfc822-forward-generate-head): New function.
14930
14931         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14932
14933 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14934
14935         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14936         respect display group parameter and gnus-summary-expunge-below.
14937         (gnus-articles-to-read): Remove unused reference to display group
14938         parameter.
14939
14940 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14941
14942         * nnheader.el (nnheader-uniquify-message-id): New experimental
14943         variable.
14944         (nnheader-nov-read-message-id): Use it.
14945
14946         * spam-report.el (spam-report-gmane): Add interactive.
14947
14948 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14951         qp-or-base64 for the application/* types.
14952
14953 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14954
14955         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14956
14957 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14960         trim value.
14961
14962 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14963
14964         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14965         New macro and function.
14966         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14967
14968 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14971         after-load-alist.
14972
14973 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14974
14975         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14976         update info that isn't there.
14977
14978 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14979
14980         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14981         entry.
14982
14983 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * mm-view.el (mm-inline-render-with-function): Use multibyte
14986         buffer; decode html source by charset.
14987
14988         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14989
14990         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14991         Mule-UCS is loaded under XEmacs.
14992         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14993
14994 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14995
14996         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14997
14998 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * mm-util.el (mm-coding-system-p): Return a coding-system.
15001         (mm-mime-mule-charset-alist): Use shift_jis instead of
15002         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15003         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15004         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15005         instead of japanese-shift-jis and iso-latin-1 respectively in
15006         order to share the default value with both Emacs and XEmacs-mule.
15007         (mm-mule-charset-to-mime-charset): Make
15008         mm-coding-system-priorities effective.
15009         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15010         while predicating of candidates upon the priorities.
15011
15012 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15013
15014         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15015         gnus-uu-invert-processable.
15016
15017         * gnus.el: Autoload gnus-uu-invert-processable.
15018
15019 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * mm-util.el (mm-with-multibyte-buffer): New macro.
15022
15023         * rfc2047.el (rfc2047-encode-string): Use it.
15024         (rfc2047-encode-region): Move point to the end of the region after
15025         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15026
15027 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15030         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15031
15032 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15035         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15036         Karl Chen <quarl@nospam.quarl.org>.
15037
15038 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15039
15040         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15041         invalid addresses.
15042
15043 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15044
15045         * spam.el: Change section markers, revise TODO list.
15046         (spam-backends): Make new master list of all installed backends.
15047         (spam-summary-exit-behavior): Add new variable to determine how
15048         messages moves are done at summary exit.
15049         (spam-move-spam-nonspam-groups-only)
15050         (spam-process-ham-in-nonham-groups)
15051         (spam-process-ham-in-spam-groups): Remove variables, the
15052         spam-summary-exit-behavior variable should be used to manage this
15053         behavior.
15054         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15055         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15056         and spam-old-spam-articles.
15057         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15058         Add empty variables, placeholders for the backends they represent.
15059         (spam-set-difference): Move, unchanged.
15060         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15061         unless the user has a processor variable.
15062         (spam-classifications, spam-classification-valid-p)
15063         (spam-backend-properties, spam-backend-property-valid-p)
15064         (spam-backend-function-type-valid-p)
15065         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15066         (spam-report-articles-gmane, spam-report-articles-resend):
15067         Remove functions, they are not needed.
15068         (spam-install-backend-super, spam-backend-list)
15069         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15070         (spam-backend-function, spam-backend-ham-registration-function)
15071         (spam-backend-spam-registration-function)
15072         (spam-backend-ham-unregistration-function)
15073         (spam-backend-spam-unregistration-function)
15074         (spam-backend-statistical-p, spam-backend-mover-p)
15075         (spam-install-backend-alias, spam-install-checkonly-backend)
15076         (spam-install-mover-backend, spam-install-nocheck-backend)
15077         (spam-install-backend, spam-install-statistical-backend)
15078         (spam-install-statistical-checkonly-backend): Add backend installation
15079         support.
15080         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15081         (spam-group-processor-p): Use the new backend code and respect the
15082         summary exit behavior.
15083         (spam-mark-spam-as-expired-and-move-routine): Remove.
15084         (spam-summary-prepare): Change to use the new spam-old-articles
15085         variable.
15086         (spam-copy-or-move-routine, spam-copy-spam-routine)
15087         (spam-move-spam-routine, spam-copy-ham-routine)
15088         (spam-move-ham-routine): Add code to copy/move ham or spam.
15089         (spam-fetch-field-fast): Improve doc and code, plus allow the
15090         'number request.
15091         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15092         variables.
15093         (spam-split, spam-find-spam): Use the new backend code.
15094         (spam-registration-functions): Remove variable.
15095         (spam-unregister-routine): Add convenience wrapper.
15096         (spam-log-undo-registration, spam-register-routine)
15097         (spam-log-processing-to-registry)
15098         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15099         where possible.
15100         (spam-check-gmane-xref, spam-check-regex-headers)
15101         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15102         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15103         (spam-check-bogofilter-headers, spam-check-spamoracle)
15104         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15105         (spam-check-crm114-headers): Use the spam-split-group that
15106         spam-split prepares, no need to determine it every time.
15107
15108         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15109         to the nnheader-parse-naked-head call.
15110
15111         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15112
15113         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15114         the nnheader-nov-read-message-id call.
15115
15116 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15119         gnus-activate-group twice.  Suggested by Markus Peter
15120         <warp@spin.de>.
15121
15122 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-art.el (gnus-article-time-format): Exchange the order of
15125         day and month in the default value; fix customization type.
15126         (article-date-ut): Use add-text-properties.
15127         (article-make-date-line): Use message-make-date instead of
15128         current-time-string.
15129
15130         * message.el (message-fetch-field): Don't use set-text-properties.
15131         (message-make-date): Simplify.
15132
15133         * messagexmas.el (message-xmas-make-date): New function.
15134         (message-xmas-redefine): Defalias message-make-date to it.
15135
15136 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15139         (rfc2047-encode-region): Treat text within parentheses as special;
15140         show the original text when error has occurred.
15141
15142         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15143         already-computed method to gnus-activate-group.
15144
15145         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15146         same select-methods identical Lisp objects.
15147
15148         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15149         object when modifying the info.
15150
15151 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15154         gnus-opened-servers since it has never been opened with the new
15155         configuration yet.
15156
15157 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15160         arg to nnheader-generate-fake-message-id.
15161
15162 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15163
15164         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15165         number and build a fake message ID localized to a group and
15166         article number (so it's repeatable from that point on).
15167         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15168         ID format.
15169
15170         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15171         nnheader-generate-fake-message-id with the article number.
15172
15173 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15174
15175         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15176         end-of-buffer.
15177
15178 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15179
15180         * message.el (message-ignored-supersedes-headers): Add Approved.
15181
15182 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15185         goto-char.
15186         (rfc2047-encode): Fold the line before encoding.
15187
15188 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15189
15190         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15191         folding -- not all headers can be folded, and this should be done
15192         by the message composition mode.  Probably.  I think.
15193
15194 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15197         fast.
15198
15199         * gnus-ems.el (gnus-remove-image): Don't use
15200         message-text-with-property; remove only the image found first.
15201
15202         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15203         found first.
15204
15205 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15206
15207         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15208
15209 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * message.el (message-text-with-property): Make it fast and accept
15212         optional arguments.
15213         (message-strip-forbidden-properties): Use it.
15214         (message-fix-before-sending): Follow the m-t-w-p change.
15215
15216         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15217
15218 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-art.el (article-hide-headers): Don't change the buffer
15221         mistakenly when performing mml-preview even if
15222         gnus-single-article-buffer is nil.
15223
15224 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15225
15226         * message.el (message-expand-name-databases): New user option.
15227         (message-expand-name): Use it.
15228
15229 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * spam.el (spam-report-articles-resend)
15232         (spam-report-resend-register-routine): Allow ham reporting.
15233         (spam-report-resend-register-ham-routine): Add wrapper.
15234         (spam-registration-functions): Add ham resending functions.
15235         (spam-list-of-processors): Add ham resend processor.
15236
15237         * gnus.el (ham-resend-to): Add new group parameter.
15238         (spam-process): Add ham resend option.
15239
15240         * spam-report.el (spam-report-resend): Allow reporting ham.
15241         (spam-report-resend-ham): Add wrapper.
15242
15243 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15244
15245         * message.el (message-cite-articles-with-x-no-archive): New
15246         variable.
15247         (message-cite-original): Use it.
15248
15249 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15250
15251         * message.el (message-cite-original): Respect X-No-Archive.
15252
15253 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-art.el (article-hide-headers): Refer to the values for
15256         gnus-ignored-headers and gnus-visible-headers in the summary
15257         buffer since a user may have set them as group parameters.
15258
15259 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15260
15261         * assistant.el (assistant-node-name): Add convenience function.
15262         (assistant-render-text, assistant-render-node): Add error handling,
15263         plus handle multiple next nodes.
15264         (assistant-find-next-node): Comment out for now.
15265         (assistant-find-next-nodes): Add function, returns list of next
15266         nodes.
15267
15268 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15269
15270         * mail-source.el (mail-source-directory): Fix doc-string.
15271
15272 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15273
15274         * assistant.el (assistant-render-text, assistant-eval): Add :set
15275         widget type, which is different because it takes and returns a
15276         list.  Much hilarity ensues.
15277
15278 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15279
15280         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15281
15282         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15283         doc-string.
15284
15285         * gnus-start.el (gnus-activate-group): Added doc-string.
15286
15287 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15290
15291 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15292
15293         * assistant.el (assistant-render-text): Try to add a :set
15294         widget, more to come.
15295
15296         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15297         strings.
15298         (spam-report-articles-resend)
15299         (spam-register-routine): Do registration iff any articles warrant
15300         it.
15301         (spam-summary-prepare-exit): Change log message for nil group
15302         destinations.
15303
15304 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15305
15306         * spam.el (spam-report-resend-register-routine): Allow
15307         spam-report-resend-to to be a group parameter or a global value.
15308
15309 2004-05-26  Simon Josefsson  <jas@extundo.com>
15310
15311         * starttls.el: Merge with my GNUTLS based starttls.el.
15312         (starttls-gnutls-program, starttls-use-gnutls)
15313         (starttls-extra-arguments, starttls-process-connection-type)
15314         (starttls-connect, starttls-failure, starttls-success): New
15315         variables.
15316         (starttls-program, starttls-extra-args): Doc fix.
15317         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15318         functions.
15319         (starttls-negotiate, starttls-open-stream): Check
15320         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15321         function if it is set.
15322
15323 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15326         structured fields.
15327
15328 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15331
15332 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15333
15334         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15335         variable.
15336         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15337         assigning the spam-mark to new messages.
15338
15339 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15340
15341         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15342
15343 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15346
15347         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15348         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15349         default.
15350
15351 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15352
15353         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15354         correct data.
15355
15356 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15357
15358         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15359         (spam-group-processor-p): Fix function.
15360         (spam-group-processor-multiple-p)
15361         (spam-group-spam-processor-report-gmane-p)
15362         (spam-group-spam-processor-report-resend-p)
15363         (spam-group-spam-processor-bogofilter-p)
15364         (spam-group-spam-processor-blacklist-p)
15365         (spam-group-spam-processor-ifile-p)
15366         (spam-group-ham-processor-ifile-p)
15367         (spam-group-spam-processor-spamoracle-p)
15368         (spam-group-spam-processor-crm114-p)
15369         (spam-group-ham-processor-bogofilter-p)
15370         (spam-group-spam-processor-stat-p)
15371         (spam-group-ham-processor-stat-p)
15372         (spam-group-ham-processor-whitelist-p)
15373         (spam-group-ham-processor-BBDB-p)
15374         (spam-group-ham-processor-spamoracle-p)
15375         (spam-group-ham-processor-copy-p): Remove functions with some
15376         prejudice against unneeded code.
15377         (spam-report-articles-resend)
15378         (spam-report-resend-register-routine): Allow the group/topic
15379         spam-resend-to value to override spam-report-resend-to.
15380         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15381         properly now.
15382
15383         * gnus.el (spam-resend-to): Add group/topic parameter.
15384         (spam-process): Move the OBSOLETE processors to the end of the
15385         choices.
15386
15387 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15388
15389         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15390         with resend-to set to nil, and then ask the user if necessary.
15391         (spam-report-resend): spam-report-resend takes a list of articles, not
15392         separate article numbers.
15393
15394 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15397         addition to emacs-w3m.
15398
15399 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15400
15401         * assistant.el (assistant-authinfo-data): New function.
15402         (assistant-eval): Eval for entire assistant.
15403
15404         * netrc.el (netrc-services-file): New variable.
15405         (netrc-parse-services): New function.
15406         (netrc-find-service-name): New function.
15407         (netrc-find-service-number): New function.
15408         (netrc-port-equal): New function.
15409         (netrc-machine): Use it.
15410
15411         * nnimap.el (nnimap-open-connection): Use netrc.
15412
15413         * gnus-util.el (gnus-netrc-get): Remove aliases.
15414
15415         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15416
15417         * assistant.el (wid-edit): Fix compilation.
15418
15419         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15420
15421 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15422
15423         * gnus-util.el (gnus-set-file-modes): New function.  (small
15424         patch).
15425
15426 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15427
15428         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15429
15430         * assistant.el (assistant-render-node): Fix up rendering and
15431         read-only text.
15432         (assistant-render-node): Reset.
15433         (assistant-make-read-only): Not sticky.
15434
15435 2004-05-20  Danny Siu  <dsiu@adobe.com>
15436
15437         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15438         centered even when gnus-auto-center-summary is t.
15439
15440 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15441
15442         * dns.el (dns-get-txt-answer): New function.
15443         (dns-read-txt): Ditto.
15444         (query-dns): Use it.
15445
15446 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15449         active for foreign groups even if the group level is higher than
15450         the specified value.
15451
15452 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15453
15454         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15455         non-active groups.
15456
15457         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15458
15459 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15460
15461         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15462
15463 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15466         (spam-crm114-header, spam-crm114-spam-switch)
15467         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15468         (spam-crm114-positive-spam-header)
15469         (spam-crm114-database-directory, spam-list-of-processors)
15470         (spam-group-spam-processor-crm114-p)
15471         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15472         (spam-generic-score, spam-list-of-checks)
15473         (spam-list-of-statistical-checks, spam-registration-functions)
15474         (spam-check-crm114-headers, spam-crm114-score)
15475         (spam-check-crm114, spam-crm114-register-with-crm114)
15476         (spam-crm114-register-spam-routine)
15477         (spam-crm114-unregister-spam-routine)
15478         (spam-crm114-register-ham-routine)
15479         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15480         asjo@koldfront.dk (Adam Sjøgren).
15481
15482         * gnus.el: Add spam-use-crm114.
15483
15484         * spam.el (spam-list-of-processors, spam-registration-functions):
15485         Add spam-use-resend.
15486         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15487         (spam-report-articles-gmane): Add doc fix.
15488         (spam-report-articles-resend, spam-report-resend-register-routine):
15489         Add wrappers around spam-report-resend-to.
15490
15491         * spam-report.el (spam-report-resend-to, spam-report-resend):
15492         Add support for resending spam.
15493         (spam-report-gmane): Fix line length >80.
15494
15495         * gnus.el (spam-process): Add spam-use-resend.
15496
15497 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15498
15499         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15500         number of processed spam messages.
15501         (spam-ham-copy-or-move-routine): Return the number of processed
15502         ham messages.
15503         (spam-summary-prepare-exit): Use the above values to decide
15504         whether status messages shouled be displayed.
15505
15506 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15509         `rfc2047-encoding-function-alist' in order to avoid conflicting
15510         with the old version.
15511         (rfc2047-encode-region): Concatenate words containing non-ASCII
15512         characters in structured fields; don't encode space-delimited
15513         ASCII words even in unstructured fields; don't break words at
15514         char-category boundaries.
15515         (rfc2047-encode-1): New function.
15516         (rfc2047-encode): Use it; encode text so that it occupies the
15517         maximum width within 76-column; work correctly on Q encoding for
15518         iso-2022-* charsets.
15519         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15520         sure not to break a line just after the header name.
15521         (rfc2047-b-encode-region): Removed.
15522         (rfc2047-b-encode-string): New function.
15523         (rfc2047-q-encode-region): Removed.
15524         (rfc2047-q-encode-string): New function.
15525
15526         * mm-util.el (mm-replace-in-string): New function.
15527
15528 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15529
15530         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15531         get it right.
15532         (gnus-inews-make-draft): Really.
15533
15534 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15535
15536         * nnmh.el (nnmh-request-list-1): Don't check the link count
15537         before descending.  (small patch)
15538
15539 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15540
15541         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15542         stuff.
15543
15544         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15545         on real group name.
15546
15547         * gnus-art.el (gnus-signature-limit): Doc fix.
15548
15549         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15550
15551         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15552
15553 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15554
15555         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15556         isn't a string.
15557
15558 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15559
15560         * gnus-draft.el (gnus-draft-send): Bind
15561         rfc2047-encode-encoded-words.
15562
15563         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15564         (rfc2047-encodable-p): Say that =? needs encoding.
15565         (rfc2047-encode-encoded-words): New variable.
15566
15567         * gnus-group.el (gnus-group-select-group): Doc fix.
15568
15569         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15570
15571         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15572         to nil.
15573
15574         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15575
15576         * nnheader.el (nnheader-get-lines-and-char): New function.
15577
15578 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15579
15580         * gnus-msg.el (gnus-summary-followup-with-original): Document
15581         yanking of region when active.
15582
15583 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15586         groups if the group level is higher than the specified value.
15587
15588 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15589
15590         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15591         (gnus-group-jump-to-group): Added prefix argument using
15592         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15593         non-active group.
15594
15595         * compface.el (uncompface): Be verbose when changing
15596         `uncompface-use-external'.
15597
15598         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15599         handle manual section.
15600
15601 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15602
15603         * gnus-art.el (gnus-button-alist): Revert previous change.
15604
15605 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15608
15609 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15610
15611         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15612         whether backend can accept message.
15613
15614         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15615
15616 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15617
15618         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15619         Avoid creating directory when nntp-marks-is-evil is true.
15620         Reported by Reiner Steib.
15621
15622 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-picon.el (gnus-picon-style): New variable.
15625         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15626         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15627         Jesper Harder <harder@ifa.au.dk>.
15628
15629 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15630
15631         * message.el (message-fill-field): Return point.
15632         (message-generate-headers): Go to end of field.
15633
15634         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15635         stuff for non-living groups.
15636
15637 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15638
15639         * gnus-art.el (gnus-article-followup-with-original)
15640         (gnus-article-reply-with-original): gnus-mark-active-p ->
15641         gnus-region-active-p.
15642
15643 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15644
15645         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15646         only when there is spam or ham to be processed.
15647
15648 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * mail-source.el (mail-source-delete-crash-box): Refactor.
15651         (mail-source-fetch): Use it.
15652         (mail-source-fetch-file): Ditto.
15653         (mail-source-fetch-directory): Run postscript in loop.
15654         (mail-source-fetch-pop): Delete.
15655         (mail-source-fetch-maildir): Ditto.
15656         (mail-source-fetch-imap): Ditto.
15657
15658         * imap.el (imap-authenticators): Comment out sasl.
15659
15660         * message.el (message-skip-to-next-address): New function.
15661         (message-fill-header-address): Refactor.
15662         (message-fill-address): Use it.
15663         (message-delete-address): Use it.
15664         (message-fill-header-general): Refactor.
15665         (message-fill-field-address): Rename.
15666         (message-narrow-to-field): Find the start of the header.
15667         (message-header-format-alist): Don't pre-fill.
15668         (message-fill-header): Removed.
15669         (message-insert-header): New function.
15670         (message-shorten-references): Use it.
15671
15672         * rfc2047.el (rfc2047-field-value): Strip props.
15673
15674         * mail-parse.el (mail-header-make-address): New alias.
15675
15676         * ietf-drums.el (ietf-drums-make-address): New function.
15677
15678         * imap.el: Add compiler directives.
15679
15680         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15681
15682         * gnus-art.el (article-decode-idna-rhs): Don't use
15683         message-idna-inside-rhs-p.
15684
15685 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15686
15687         * message.el (message-idna-inside-rhs-p): Removed.
15688         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15689
15690         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15691         false positives.
15692
15693 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15694
15695         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15696
15697 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15698
15699         * nneething.el (nneething-file-name): Don't create spurious
15700         files.
15701
15702         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15703         (gnus-inews-do-gcc): Remove sleep.
15704
15705         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15706         part under point.
15707
15708         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15709         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15710
15711 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15712
15713         * spam.el (spam-summary-prepare-exit): Fixed (length).
15714
15715 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15716
15717         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15718         as expired without moving it" message when there are spam
15719         messages left.
15720
15721 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15722
15723         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15724         header is not nil.
15725
15726 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15727
15728         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15729         nntp-possibly-create-directory, not nntp-possibly-change-group.
15730         (nntp-marks-changed-p): New arg SERVER.
15731         (nntp-request-update-info): Adjust caller.
15732
15733 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15734
15735         * nntp.el (nntp-save-marks): Pass missing arg.
15736
15737 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15738
15739         * nntp.el: Support marks.
15740         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15741         (nntp-marks-modtime, nntp-marks-directory): New variables.
15742         (nntp-request-set-mark, nntp-request-update-info)
15743         (nntp-possibly-create-directory, nntp-marks-changed-p)
15744         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15745         functions.
15746
15747 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15748
15749         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15750         (gnus-xmas-redefine): Rename.
15751
15752         * gnus-score.el (gnus-score-insert-help): Use
15753         gnus-select-lowest-window.
15754
15755         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15756         appt-select-lowest-window and rename to gnus-select-lowest-window.
15757
15758         * gnus.el: do.
15759
15760 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15761
15762         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15763         encodings of MIME-encoded words, in order to improve
15764         interoperability with several broken MUAs.
15765
15766 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15767
15768         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15769         tags, only when charsets are not specified in headers.
15770         (mm-inline-text-html-render-with-w3m): Ditto.
15771
15772         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15773         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15774
15775 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15776
15777         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15778         instead of MIME-decoded from fields when checking
15779         `gnus-article-address-banner-alist'.
15780
15781 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15782
15783         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15784         description rather than subject.
15785
15786 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15787
15788         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15789
15790 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * gnus.el (gnus-version-number): Bump.
15793
15794 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15795
15796         * gnus.el: No Gnus v0.2 is released.
15797
15798 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15799
15800         * gnus-agent.el (gnus-agent-read-agentview): Inline
15801         gnus-uncompress-range.
15802
15803 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15804
15805         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15806         `exec-installed-p'.
15807
15808 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15809
15810         * gnus.el (spam-process, spam-autodetect-methods): Add
15811         bsfilter and bsfilter-headers.
15812
15813         * spam.el (spam-bsfilter): New customize group.
15814         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15815         (spam-bsfilter-header, spam-bsfilter-probability-header)
15816         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15817         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15818         (spam-bsfilter-database-directory): New options.
15819         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15820         (spam-list-of-statistical-checks, spam-registration-functions):
15821         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15822         (spam-bsfilter-score): New command.
15823         (spam-check-bsfilter-headers, spam-check-bsfilter)
15824         (spam-bsfilter-register-with-bsfilter)
15825         (spam-bsfilter-register-spam-routine)
15826         (spam-bsfilter-unregister-spam-routine)
15827         (spam-bsfilter-register-ham-routine)
15828         (spam-bsfilter-unregister-ham-routine): New functions.
15829         (spam-generic-score): Support bsfilter; Accept an optional argument
15830         to recalcurate spam score even if scoring header has already been
15831         added.
15832         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15833         optional argument to recalcurate spam score even if scoring header
15834         has already been added.
15835
15836 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15837
15838         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15839         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15840         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15841         link is missing.
15842
15843 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15844
15845         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15846         (html2text-get-attr): Rewrite.
15847
15848         * message.el (message-setup-1): Remove redundant put-text-property
15849         on mail-header-separator.
15850
15851 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * gnus-registry.el (gnus-registry-cache-whitespace)
15854         (gnus-registry-action, gnus-registry-spool-action)
15855         (gnus-registry-split-fancy-with-parent): Change message levels
15856         from 5 to 3 or 7, as needed.
15857
15858         * spam.el (spam-summary-prepare-exit)
15859         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15860         (spam-split, spam-find-spam, spam-log-undo-registration)
15861         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15862         level from 5 to 6.
15863
15864 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15867         2004-03-04 change).
15868
15869 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15870
15871         * sieve-manage.el (sieve-manage-open):
15872         * nnweb.el (nnweb-insert-html):
15873         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15874         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15875         * nnspool.el (nnspool-request-group):
15876         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15877         * nnml.el (nnml-request-update-info):
15878         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15879         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15880         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15881         (nnimap-request-set-mark):
15882         * nnfolder.el (nnfolder-request-update-info):
15883         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15884         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15885         * gnus-uu.el (gnus-uu-find-articles-matching):
15886         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15887         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15888         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15889         * gnus-nocem.el (gnus-nocem-scan-groups):
15890         * gnus-int.el (gnus-start-news-server):
15891         * gnus-group.el (gnus-group-make-kiboze-group)
15892         (gnus-group-browse-foreign-server):
15893         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15894         Use mapc when appropriate.
15895
15896 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15897
15898         FIXME: Make separate entries for each person.
15899
15900         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15901         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15902         <shields@msrl.com>:
15903
15904         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15905         may need for spam sorting and scoring.
15906         (spam-user-format-function-S): Add user format function suitable for
15907         general use.
15908         (spam-article-sort-by-spam-status): Add sorting function for summary
15909         sorting.
15910         (spam-extra-header-to-number): Add function to get a score from a
15911         header.
15912         (spam-summary-score): Add function to get a numeric score from the
15913         headers.
15914         (spam-generic-score): Fix function doc, was in wrong place.
15915         (spam-initialize): Take symbols when it's run, and install the
15916         extra headers that spam-necessary-extra-headers thinks we need.
15917
15918 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15921         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15922
15923 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15924
15925         * gnus-sum.el (gnus-set-global-variables)
15926         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15927         (gnus-article-get-xrefs, gnus-summary-best-group)
15928         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15929         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15930         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15931         Use with-current-buffer.
15932
15933 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15934
15935         * spam.el (spam-summary-prepare-exit): Simplify logic.
15936         (spam-fetch-article-header): Read the article header if it's not
15937         available.
15938         (spam-list-articles): Simplify logic.
15939         (spam-filelist-register-routine): Fix bug with unregister-list.
15940
15941         * gnus-registry.el: Fix comments at beginning.
15942
15943 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15944
15945         * message.el (message-cater-to-broken-inn): Remove.
15946         (message-shorten-references): Make sure the total folded length of
15947         References is shorter than 998 characters to cater to a bug in INN
15948         2.3.  Also, don't pretend that references aren't folded -- this
15949         hasn't worked for a while.
15950
15951 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15952
15953         * gnus-agent.el (gnus-agentize):
15954         gnus-agent-send-mail-real-function no longer set to current value
15955         of message-send-mail-function but rather a lambda that calls
15956         message-send-mail-function.  The change makes the agent real-time
15957         responsive to user changes to message-send-mail-function.
15958
15959 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15960
15961         * legacy-gnus-agent.el
15962         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15963         help from Florian Weimer <fw@deneb.enyo.de>
15964
15965 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * nnmail.el (nnmail-cache-insert): Revert last change.
15968
15969 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * nnmail.el (nnmail-cache-insert): Always check whether
15972         nnmail-cache-ignore-groups matches a group name.
15973
15974 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15975
15976         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15977         (spam-find-spam, spam-log-processing-to-registry)
15978         (spam-log-registered-p, spam-log-unregistration-needed-p)
15979         (spam-log-undo-registration): Use gnus-message instead of
15980         gnus-error, none of these errors are fatal.
15981
15982         * gnus-registry.el (gnus-registry-clean-empty-function)
15983         (gnus-registry-clean-empty): Remove only empty entries without
15984         extra data.
15985
15986 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15987
15988         * spam-stat.el (spam-stat-buffer-change-to-spam)
15989         (spam-stat-buffer-change-to-non-spam): Change (error) to
15990         (gnus-message 8) invocation.
15991
15992 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * nntp.el (nntp-via-netcat-command): New variable.
15995         (nntp-via-netcat-switches): New variable.
15996         (nntp-open-via-rlogin-and-netcat): New function.
15997         (nntp-open-connection-function): Doc fix.
15998         (nntp-telnet-command): Doc fix.
15999         (nntp-end-of-line): Doc fix.
16000         (nntp-via-rlogin-command): Doc fix.
16001         (nntp-via-user-name): Doc fix.
16002         (nntp-via-address): Doc fix.
16003
16004 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16005
16006         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16007         error in Emacs 21.1.
16008
16009 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16012
16013 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16014
16015         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16016         (gnus-agent-with-refreshed-group): New macro.
16017         (gnus-agent-rename-group): New function.
16018         (gnus-agent-delete-group): New function.
16019         (gnus-agent-save-group-info): Use gnus-command-method when
16020         `method' parameter is nil.  Don't write nil entries into the
16021         active file.
16022         (gnus-agent-get-group-info): New function.
16023         (gnus-agent-fetch-articles): Use
16024         gnus-agent-update-files-total-fetched-for to increment disk space
16025         used.
16026         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16027         gnus-agent-update-view-total-fetched-for to increment disk space
16028         used.
16029         (gnus-agent-get-local): Added optional parameters to avoid calling
16030         gnus-group-real-name and gnus-find-method-for-group.
16031         (gnus-agent-set-local): Delete stored entry if either min, or max,
16032         are nil.
16033         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16034         quit, use gnus-agent-regenerate-group to record existance of any
16035         articles fetched to disk before the quit occurred.
16036         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16037         gnus-agent-update-view-total-fetched-for, and
16038         gnus-agent-update-files-total-fetched-for to decrement disk space
16039         used.
16040         (gnus-agent-retrieve-headers): Use
16041         gnus-agent-update-view-total-fetched-for to increment disk space
16042         used.
16043         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16044         with gnus-agent-update-files-total-fetched-for to decrement disk
16045         space and fresh group buffer.
16046         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16047         (gnus-agent-need-update-total-fetched-for): New variable.
16048         (gnus-agent-update-files-total-fetched-for): New function.
16049         (gnus-agent-update-view-total-fetched-for): New function.
16050         (gnus-agent-total-fetched-for): New function.
16051
16052         * gnus-cache.el (gnus-cache-save-buffers): Use
16053         gnus-cache-update-overview-total-fetched-for to change disk space
16054         used by this group.
16055         (gnus-cache-possibly-enter-article): Use
16056         gnus-cache-update-file-total-fetched-for to increment disk space
16057         used by this group.
16058         (gnus-cache-possibly-remove-article): Use
16059         gnus-cache-update-file-total-fetched-for to decrement disk space
16060         used by this group.
16061         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16062         (gnus-cache-rename-group): New function.
16063         (gnus-cache-delete-group): New function.
16064         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16065         (gnus-cache-need-update-total-fetched-for): New variable.
16066         (gnus-cache-with-refreshed-group): New macro.
16067         (gnus-cache-update-file-total-fetched-for): New function.
16068         (gnus-cache-update-overview-total-fetched-for): New function.
16069         (gnus-cache-rename-group-total-fetched-for): New function.
16070         (gnus-cache-delete-group-total-fetched-for): New function.
16071         (gnus-cache-total-fetched-for): New function.
16072
16073         * gnus-group.el: Require gnus-sum and autoload functions to
16074         resolve warnings when gnus-group.el compiled alone.
16075         (gnus-group-line-format): Documented new %F.
16076         (size of Fetched data) group line format; identifies disk space
16077         used by agent and cache.
16078         (gnus-group-line-format-alist): Defined new F format.
16079         (gnus-total-fetched-for): New function.
16080         (gnus-group-delete-group): No longer update
16081         gnus-cache-active-altered as gnus-request-delete-group now keeps
16082         the cache in sync.
16083         (gnus-group-list-active): Let the agent store a server's active
16084         list if currently plugged.
16085
16086         * gnus-int.el (gnus-request-delete-group):
16087         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16088         local disk in sync with the server.
16089         (gnus-request-rename-group):
16090         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16091         local disk in sync with the server.
16092
16093         * gnus-start.el (gnus-get-unread-articles):
16094         Cosmetic simplification to logic.
16095
16096         * gnus-util.el (gnus-rename-file): New function.
16097
16098 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16099
16100         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16101
16102 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16103
16104         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16105         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16106
16107 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16108
16109         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16110         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16111
16112 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16113
16114         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16115
16116 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16117
16118         * spam.el (spam-set-difference): Add function to replace
16119         gnus-set-difference in spam.el.
16120         (spam-summary-prepare-exit): Use spam-set-difference.
16121
16122 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * gnus-registry.el (gnus-registry-cache-file): Update to use
16125         gnus-dribble-directory OR gnus-home-directory OR ~.
16126         (gnus-registry-split-fancy-with-parent): Fix doc.
16127
16128 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * message.el (message-exchange-point-and-mark): Use
16131         message-mark-active-p.  Suggested by Jesper Harder
16132         <harder@ifa.au.dk>.
16133
16134 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16135
16136         * message.el (message-exchange-point-and-mark): Don't activate
16137         region if it was inactive.  Suggested by Hiroshi Fujishima
16138         <pooh@nature.tsukuba.ac.jp>.
16139
16140 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16141
16142         * gnus-art.el (article-display-face): Display Faces in the same
16143         order as X-Faces.
16144
16145 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16148
16149 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16152         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16153         (gnus-article-mime-hierarchy): Remove.
16154         (gnus-article-mime-hierarchy-next): Remove.
16155         (gnus-article-mode): Revert 2004-03-19 change.
16156         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16157         (gnus-insert-mime-button): Revert 2004-03-19 change.
16158         (gnus-mime-accumulate-hierarchy): Remove.
16159         (gnus-mime-enter-multipart): Remove.
16160         (gnus-mime-leave-multipart): Remove.
16161         (gnus-mime-display-part): Revert 2004-03-19 change.
16162         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16163
16164         * mml.el (mml-preview): Revert 2004-03-19 change.
16165
16166 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16167
16168         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16169
16170 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16173         t while entering a file name using the mm-with-multibyte macro.
16174         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16175
16176         * mm-util.el (mm-with-multibyte): New macro.
16177
16178 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16181         user option.
16182         (gnus-mime-multipart-functions): Doc and customization fix.
16183         (gnus-article-mime-hierarchy): New variable.
16184         (gnus-article-mime-hierarchy-next): New variable.
16185         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16186         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16187         gnus-article-mime-hierarchy-next to nil.
16188         (gnus-insert-mime-button): Show hierarchy numbers.
16189         (gnus-mime-accumulate-hierarchy): New function.
16190         (gnus-mime-enter-multipart): New function.
16191         (gnus-mime-leave-multipart): New function.
16192         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16193         (gnus-mime-display-alternative): Show hierarchy numbers.
16194
16195         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16196         gnus-article-mime-hierarchy-next to nil.
16197
16198 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16199
16200         * dns.el: Don't require gnus-xmas.
16201
16202 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16203
16204         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16205         inline PGP.
16206         (mml-menu): Disable mml-quote-region if mark is inactive.
16207
16208 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16211         when the group's active is not available.
16212
16213 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16216         error.
16217
16218 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * imap.el (imap-store-password): New variable.
16221         (imap-interactive-login): Use it.
16222         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16223
16224 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16225
16226         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16227         window-start and hscroll to summary window.
16228
16229 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16230
16231         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16232         conversion message to newsrc-dribble when an actual conversion is
16233         performed.
16234
16235 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16236
16237         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16238
16239 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16240
16241         * mm-decode.el (mm-complicated-handles): New function reviving
16242         former definition of mm-multiple-handles.
16243
16244         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16245         (gnus-mime-delete-part): Use it.
16246
16247 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16248
16249         * gnus-agent.el (gnus-agent-read-local): Bind
16250         nnheader-file-coding-system to gnus-agent-file-coding-system to
16251         avoid the implicit assumption that they will always be equal.
16252         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16253         coding-system-for-write, as the with-temp-file macro first prints
16254         to a buffer then saves the buffer.
16255
16256 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * gnus-art.el (gnus-article-edit-part): New function.
16259         (gnus-mime-save-part-and-strip): Use it; do query instead of
16260         signaling an error; don't use mm-multiple-handles.
16261         (gnus-mime-delete-part): Ditto.
16262
16263 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16264
16265         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16266         old file versions.
16267         (gnus-group-prepare-hook): Removed function that converted list
16268         form of gnus-agent-expire-days to group properties.
16269
16270         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16271         (gnus-request-accept-article): Re-indented.
16272
16273         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16274         converters to handle old agent file formats.  Added logic for a
16275         "backup before upgrading warning".
16276         (gnus-convert-mark-converter-prompt): Developers can mark
16277         functions as needing (default), or not needing,
16278         gnus-convert-old-newsrc's "backup before upgrading warning".
16279         (gnus-convert-converter-needs-prompt): Tests whether the user
16280         should be protected from potentially irreversable changes by the
16281         function.
16282
16283         * legacy-gnus-agent.el: New.  Provides converters that are only
16284         loaded when gnus-convert-old-newsrc needs to call them.
16285
16286 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * mail-source.el (mail-source-touch-pop): Doc fix.
16289
16290         * message.el (message-smtpmail-send-it): Doc fix.
16291
16292 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16293
16294         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16295
16296         * nnmail.el (nnmail-split-fancy): do.
16297
16298         * gnus-kill.el (gnus-kill, gnus-execute): do.
16299
16300 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16301
16302         * gnus-sum.el (gnus-widget-reversible-match)
16303         (gnus-widget-reversible-to-internal)
16304         (gnus-widget-reversible-to-external): New functions.
16305         (gnus-widget-reversible): New widget.
16306         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16307
16308 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16309
16310         * gnus-sum.el (gnus-thread-sort-functions)
16311         (gnus-article-sort-functions): Document `(not F)' items.
16312
16313 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16314
16315         * spam.el (spam-use-gmane-xref): Add new backend.
16316         (spam-gmane-xref-spam-group): Add variable to control the name of the
16317         Gmane spam group.
16318         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16319         (spam-regex-headers-spam, spam-regex-headers-ham)
16320         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16321         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16322         backends and checks.
16323         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16324
16325         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16326         an autodetect method.
16327
16328 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16329
16330         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16331         articles are being added to a group.
16332         (gnus-request-replace-article): Inform the agent that articles
16333         need to be uncached as the cached contents are no longer valid.
16334
16335 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * binhex.el: Don't autoload executable-find.
16338
16339         * canlock.el: Don't autoload mail-fetch-field.
16340
16341         * dgnushack.el: Autoload c-mode for XEmacs.
16342
16343         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16344
16345         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16346         rmail-dont-reply-to and rmail-output.
16347
16348         * gnus-score.el: Don't autoload ffap-string-at-point.
16349
16350         * gnus-setup.el: Don't autoload sc-cite-original.
16351
16352         * imap.el: Don't autoload base64-decode-string,
16353         base64-encode-string and md5.
16354
16355         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16356         and rmail-msg-restore-non-pruned-header.
16357
16358         * mm-decode.el: Don't autoload executable-find.
16359
16360         * mm-url.el: Don't autoload executable-find.
16361
16362         * mm-view.el: Don't autoload diff-mode.
16363
16364         * nndb.el: Don't autoload news-reply-mode, news-setup,
16365         cancel-timer and telnet.
16366
16367         * password.el: Don't autoload run-at-time for Emacs.
16368
16369         * sha1-el.el: Don't autoload executable-find.
16370
16371         * sieve-mode.el: Don't autoload c-mode.
16372
16373         * uudecode.el: Don't autoload executable-find.
16374
16375 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16376
16377         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16378         (gnus-agent-possibly-alter-active): Avoid null in numeric
16379         comparison.
16380         (gnus-agent-set-local): Refuse to save null in local object table.
16381         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16382         list of articles that will be marked as unread.
16383
16384 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16387
16388 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16389
16390         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16391         language tags.
16392
16393 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16394
16395         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16396         Don't bind "obarray".
16397
16398         * gnus-sum.el (gnus-thread-sort-functions): Added
16399         `gnus-thread-sort-by-most-recent-number' and
16400         `gnus-thread-sort-by-most-recent-date'.
16401         Reported by Kai Grossjohann <kai@emptydomain.de>.
16402
16403 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16406
16407 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16408
16409         * gnus-cus.el (gnus-agent-customize-category): Removed
16410         ignore-errors macro reference that required cl to be loaded at
16411         run-time.
16412
16413         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16414         single-interval range of the form (min . max).  Previously the
16415         range had to look like ((min . max)).  Likewise, return
16416         (min . max) rather than ((min . max)).
16417         (gnus-range-map): Use gnus-range-normalize to accept
16418         single-interval range.
16419
16420         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16421         the cache, but not the agent, now appear with their usual face.
16422
16423         * dgnushack.el (loaddir): New variable that is bound to the
16424         directory containing the dgnushack.el file. Use loaddir, rather
16425         than srcdir, to update load-path. Change lets dgnushack compile
16426         code in directories other than GNUS/lisp.
16427
16428 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * lpath.el: Don't bind w3m-safe-url-regexp.
16431
16432         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16433         w3m-safe-url-regexp variable buffer-local.
16434
16435         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16436
16437 2004-02-27  Simon Josefsson  <jas@extundo.com>
16438
16439         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16440         gnus-group-real-prefix.
16441         (gnus-summary-move-article): Use it, instead of
16442         gnus-group-real-prefix.
16443
16444 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16445
16446         * lpath.el: Bind w3m-safe-url-regexp.
16447
16448         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16449         w3m-safe-url-regexp variable buffer-local and set it as the value
16450         of mm-w3m-safe-url-regexp.
16451
16452         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16453
16454         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16455         parsing gnus-posting-styles when the message is not for replying.
16456
16457         * dgnushack.el: Autoload sgml-mode for XEmacs.
16458
16459         * nnrss.el (nnrss-opml-export): Use
16460         mm-set-buffer-file-coding-system instead of
16461         set-buffer-file-coding-system.
16462
16463 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16464
16465         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16466         of checkdoc.el).
16467         * nnrss.el: do.
16468         * gnus-mlspl.el: do.
16469         * gnus-ml.el: do.
16470         * gnus-srvr.el: do.
16471
16472         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16473
16474 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16475
16476         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16477         Corrections to custom-manual links.
16478
16479         * gnus-art.el (gnus-article): Ditto.
16480
16481         * mm-decode.el (mime-display, mime-security): Ditto.
16482
16483 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16484
16485         * flow-fill.el: Typo.
16486
16487 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16488
16489         * spam-wash.el: New file.
16490
16491 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16492
16493         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16494
16495 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16496
16497         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16498         to be run with new-articles as LIST1, not LIST2.
16499         (spam-registration-functions): Add spam-use-ham-copy as a nil
16500         registration backend.
16501
16502 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16503
16504         * spam-stat.el (spam-stat-washing-hook): New option.
16505         (spam-stat-buffer-words): Use it.
16506         (spam-stat-process-directory, spam-stat-test-directory): Use
16507         insert-file-contents-literally.
16508         (spam-stat-coding-system): New variable.
16509         (spam-stat-load, spam-stat-save): Use it.
16510
16511 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * spam-report.el (spam-report-plug-agent): Quote
16514         spam-report-url-to-file and spam-report-url-ping-plain.
16515
16516 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16517
16518         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16519         / in mailto URLs.
16520
16521 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * spam-report.el (spam-report-process-queue): Fix interactive use.
16524         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16525         (spam-report-unplug-agent): Doc fixes.
16526         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16527         (spam-report-agentize, spam-report-deagentize): Autoload.
16528
16529 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16532
16533         * message.el (message-setup-fill-variables): Add mml tags to
16534         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16535         <ajk@iu.edu>.
16536         (message-mode): Don't modify paragraph-separate there.
16537
16538 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * compface.el (uncompface-use-external): Default to undecided.
16541         (uncompface-use-external-threshold): New variable.
16542         (uncompface-float-time): New macro.
16543         (uncompface): Determine whether to use the external decoder if
16544         uncompface-use-external is undecided.
16545
16546 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16547
16548         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16549         after images.
16550
16551         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16552
16553 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16554
16555         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16556
16557         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16558
16559         * gnus-sum.el (gnus-summary-limit-to-age)
16560         (gnus-summary-limit-children): do.
16561
16562         * gnus-int.el (gnus-request-scan): do.
16563
16564         * gnus-group.el (gnus-group-suspend): do.
16565
16566         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16567
16568         * gnus-cite.el (gnus-cite-parse-attributions): do.
16569
16570         * gnus-agent.el (gnus-summary-set-agent-mark)
16571         (gnus-agent-regenerate-group): do.
16572
16573         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16574
16575         * binhex.el (binhex-decode-region-internal): do.
16576
16577 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-fun.el (gnus-face-properties-alist): New user option.
16580         (gnus-display-x-face-in-from): Use it.
16581
16582         * gnus-art.el (article-display-face): Ditto.
16583
16584         * compface.el (uncompface-use-external): Default to nil.
16585
16586 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * nntp.el (nntp-erase-buffer): New function.
16589         (nntp-retrieve-data, nntp-send-command)
16590         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16591         (nntp-possibly-change-group): Use it.
16592
16593         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16594         with-current-buffer.
16595
16596 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16597
16598         * compface.el: Merge the ELisp-based uncompface program.
16599         (compface): New customization group.
16600         (uncompface-use-external): New user option.
16601         (uncompface): Call uncompface-internal if uncompface-use-external
16602         is nil.
16603         (uncompface-internal): New function.  Note that there are also
16604         some other functions and variables added for this function.
16605
16606 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16607
16608         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16609         if necessary.
16610
16611 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * spam-report.el (spam-report-unplug-agent)
16614         (spam-report-plug-agent, spam-report-deagentize)
16615         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16616         Add support for the Agent in spam-report: when unplugged, report to a
16617         file; when plugged, submit all the requests.
16618
16619         * spam.el (spam-register-routine): Fix message about
16620         registration.
16621
16622 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16625         dependencies.
16626         (rfc2047-encode): Use it.
16627
16628         * gnus-art.el (gnus-button-marker-list): Move before first
16629         reference.
16630
16631         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16632         (imap-parse-body): Fix format string mismatch.
16633
16634         * gnus-score.el (gnus-summary-increase-score): do.
16635
16636         * nnrss.el (nnrss-close): New function.
16637
16638 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16639
16640         * nnrss.el (nnrss-make-filename): New function.
16641         (nnrss-request-delete-group, nnrss-read-server-data)
16642         (nnrss-save-server-data, nnrss-read-group-data)
16643         (nnrss-save-group-data): Use it.
16644         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16645         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16646         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16647
16648 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16649
16650         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16651
16652 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16653
16654         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16655         files.
16656
16657         * message.el (message-generate-headers-first): Don't quote nil
16658         and t in docstrings.
16659
16660         * imap.el (imap-id): do.
16661
16662         * gnus-agent.el (gnus-agent-consider-all-articles)
16663         (gnus-agent-queue-mail): do.
16664
16665 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16666
16667         * spam-report.el (spam-report-process-queue): New function.
16668         Process requests from `spam-report-requests-file'.
16669         (spam-report-process-queue): Doc fix.
16670
16671 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16672
16673         * spam.el (spam-register-routine)
16674         (spam-log-processing-to-registry, spam-log-registered-p)
16675         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16676         Change "check" to "spam-check" for semi-clarity.
16677
16678 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16679
16680         * pop3.el: Require nnheader.
16681
16682         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16683
16684         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16685
16686         * gnus-picon.el: Require cl.
16687
16688         * gnus-fun.el: Require gnus-ems and gnus-util.
16689
16690         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16691
16692         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16693
16694         * gnus-art.el (gnus-article-edit-mode): Define before first
16695         reference.
16696
16697 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16698
16699         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16700         (gnus-uu-post-encoded): Use point-at-bol.
16701
16702         * gnus-topic.el (gnus-group-active-topic-p): do.
16703
16704         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16705
16706         * gnus-group.el (gnus-group-kill-region): do.
16707
16708         * gnus-art.el (article-date-ut): do.
16709
16710         * message.el (message-fetch-field): Remove redundant
16711         case-fold-search binding.
16712         (message-narrow-to-field): Simplify.
16713
16714 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * spam.el (spam-directory): Derive from `gnus-directory'.
16717
16718         * spam-report.el (spam-report-url-to-file)
16719         (spam-report-requests-file): New function and variable for offline
16720         reporting.
16721         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16722         and user defined function.
16723         (spam-report-url-ping-mm-url): Remove doubled slash.
16724
16725 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16728
16729 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16732         format string mismatch.
16733
16734         * sieve.el (sieve-deactivate-all): do.
16735
16736         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16737
16738         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16739
16740         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16741
16742         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16743
16744 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16745
16746         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16747         the list of checks.
16748
16749 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16750
16751         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16752         padding.
16753
16754 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16755
16756         * mm-view.el (mm-fill-flowed): New variable.
16757         (mm-inline-text): Use it.
16758
16759 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16760
16761         * spam.el (spam-spamassassin-register-ham-routine)
16762         (spam-spamassassin-register-spam-routine): Fix function names.
16763
16764 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus.el (gnus-tmp-grouplens): Remove.
16767         (gnus-summary-line-format): Remove grouplens.
16768
16769         * gnus-group.el (gnus-group-line-format): Ditto.
16770
16771         * gnus-spec.el (gnus-format-specs): Ditto.
16772         (gnus-update-format-specifications): Flush the group format spec
16773         cache if there's the grouplens stuff.
16774         (gnus-parse-simple-format): Replace %l with the empty string.
16775
16776 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16777
16778         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16779         omission.
16780
16781 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16784         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16785
16786 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16787
16788         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16789         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16790         New macros and functions.
16791         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16792         Handle > NLINK_MAX messages.
16793         * nnmaildir.el (nnmaildir-request-set-mark): Use
16794         nnmaildir--emlink-p and nnmaildir--eexist-p.
16795
16796 2004-01-25  Alex Schroeder  <alex@gnu.org>
16797
16798         * spam-stat.el (spam-stat-process-directory-age): New option.
16799         (spam-stat-process-directory): Use it.
16800
16801 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16802
16803         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16804         (spam-stat-save): Accept prefix argument.
16805
16806 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16807
16808         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16809         links" error.
16810
16811 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16814         the rest of the and/or forms.
16815
16816 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16817
16818         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16819         compatibility with old .newsrc.eld files.
16820
16821         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16822
16823         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16824
16825         * gnus-start.el (gnus-1): do.
16826
16827         * gnus-group.el (gnus-group-line-format-alist): do.
16828
16829         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16830
16831         * gnus-gl.el: Remove.
16832
16833 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16834
16835         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16836         marks consisting of a single range {for example, (3 . 5)} rather
16837         than a list of a single range { ((3 . 5)) }.
16838
16839 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16840
16841         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16842         with-current-buffer.
16843         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16844         avoid consing a string.
16845
16846         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16847         Remove obsolete entries for big5 and gb2312.
16848
16849 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16850
16851         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16852         uncompressed list.
16853
16854 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16855
16856         * spam-stat.el (spam-stat-strip-xref): New function.
16857         (spam-stat-process-directory): Use it.
16858
16859         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16860         here -- it's done in message-fetch-field.
16861
16862 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16863
16864         * gnus-agent.el (gnus-agent-queue-mail)
16865         (gnus-agent-prompt-send-queue): New variables.
16866         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16867         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16868         "nndraft:queue" along to gnus-draft-send.  Use
16869         gnus-agent-prompt-send-queue.
16870         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16871         is "nndraft:queue".  Suggested by Gaute Strokkenes
16872         <gs234@srcf.ucam.org>
16873
16874         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16875         (agent-enable-undownloaded-faces): Added.
16876         (gnus-agent-cat-groups): Use eval-and-compile, not
16877         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16878         method of gnus-agent-cat-groups even when the buffer has been
16879         evaled.
16880         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16881         delete gnus-agent-save-active-1.
16882         (gnus-agent-save-groups): Deleted.  Identical to
16883         gnus-agent-save-active.
16884         (gnus-agent-write-active): No longer adjust agent's copy of active
16885         file as agent's adjustments are now stored in their own
16886         file.  Removed optional parameter.
16887         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16888         servers.  Add use of min/max range limits from server's local
16889         file.
16890         (gnus-agent-save-alist): Removed unused optional argument.
16891         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16892         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16893         (gnus-agent-set-local): A per-server file that keeps min/max range
16894         limits for articles known to the agent.  Provides a fast mechanism
16895         for altering many active ranges.
16896         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16897         active file (local makes it unnecessary).
16898         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16899
16900         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16901         (agent-enable-undownloaded-faces): Added.
16902
16903         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16904         disable it when sending to "nndraft:queue".
16905         (gnus-group-send-queue): Add safety check to avoid sending queue
16906         when unplugged.
16907
16908         * gnus-group.el (gnus-group-catchup): Use new
16909         gnus-sequence-of-unread-articles, not
16910         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16911         numbers of articles.  Use gnus-range-map to avoid having to
16912         uncompress the unread list.
16913         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16914         Fixed invalid ange-ftp reference.
16915
16916         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16917         (gnus-sorted-range-intersection): Intersection of two ranges
16918         without requiring that they first be uncompressed.
16919
16920         * gnus-start.el (gnus-activate-group): Unless blocked by the
16921         caller, possibly expand the active range to include both cached
16922         and agentized articles.
16923         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16924         multiple version-dependent converters.
16925         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16926         gnus-agent-save-active.
16927         (gnus-save-newsrc-file): Save dirty agent range limits.
16928
16929         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16930         gnus-agent-possibly-alter-active.
16931         (gnus-adjust-marked-articles): Faster handling of simple lists.
16932
16933 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16934
16935         * spam-stat.el (spam-stat-test-directory): New optional argument
16936         displays a list of files detected.  Suggested by Andrew Cohen
16937         <cohen@andy.bu.edu>.
16938         (spam-stat-buffer-words-with-scores): Don't narrow and change
16939         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16940
16941 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16942
16943         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16944         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16945         (spam-spamassassin-arguments)
16946         (spam-spamassassin-spam-flag-header)
16947         (spam-spamassassin-positive-spam-flag-header)
16948         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16949         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16950         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16951         (spam-list-of-processors, spam-list-of-checks)
16952         (spam-list-of-statistical-checks, spam-registration-functions)
16953         (spam-check-spamassassin-headers, spam-check-spamassassin)
16954         (spam-spamassassin-score)
16955         (spam-spamassassin-register-with-sa-learn)
16956         (spam-spamassassin-register-spam-routine)
16957         (spam-spamassassin-register-ham-routine)
16958         (spam-assassin-register-spam-routine)
16959         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16960         (spam-bogofilter-score): Fix to show article before scoring.
16961
16962 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16965         default scoring function.
16966         (spam-generic-score): Call spam-spamassassin-score if
16967         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16968         spam-bogofilter-score otherwise.
16969
16970         * gnus.el (spam-process, spam-autodetect-methods): Add
16971         spamassassin and spamassassin-headers.
16972
16973 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16974
16975         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16976         Suppress unnecessary messages.
16977
16978 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16979
16980         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16981         make-hash-table.
16982
16983 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * canlock.el (base64-encode-string): Don't autoload it.
16986
16987 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * run-at-time.el: Remove useless (require 'itimer),
16990         eval-and-compile and (featurep 'xemacs).
16991
16992 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16993
16994         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16995         GROUP is a virtual group.
16996
16997 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16998
16999         * gnus.el: Autoload `message-y-or-n-p'.
17000
17001 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17002
17003         * pgg-parse.el: Remove unnecessary (require 'custom).
17004
17005         * pgg-def.el: do.
17006
17007         * nnmail.el: do.
17008
17009         * gnus-undo.el: do.
17010
17011         * gnus-picon.el: do.
17012
17013         * gnus-util.el: do.
17014
17015 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17016
17017         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17018
17019 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17022         handle, as well as a list.
17023
17024         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17025         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17026         (mm-w3m-cid-retrieve): Simplify.
17027
17028 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17029
17030         * message.el (message-kill-to-signature): Allow prefix arg to
17031         specify number of lines to keep before signature.
17032
17033 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17034
17035         * message.el (message-kill-to-signature): Change docstring.
17036
17037 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * canlock.el: Always require sha1-el.
17040         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17041
17042         * message.el: Autoload sha1 only when compiling.
17043
17044         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17045         eudc-expand-inline for XEmacs.
17046
17047 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * message.el (message-canlock-generate): Require sha1-el.
17050
17051 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17052
17053         * message.el (message-expand-name): Silence the byte compiler.
17054
17055         * lpath.el: Add detect-coding-system.
17056
17057         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17058         cus-edit.
17059
17060 2004-01-13  Simon Josefsson  <jas@extundo.com>
17061
17062         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17063         Invoke gnus-score-mode.  Reported by
17064         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17065
17066         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17067         Jim Blandy <jimb@redhat.com> (tiny change).
17068
17069 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17070
17071         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17072
17073 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17074
17075         * spam.el (spam-get-article-as-string): Update to use
17076         gnus-request-article-this-buffer, much simpler.
17077         (spam-get-article-as-buffer): Remove.
17078
17079 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17080
17081         * message.el (message-expand-name): Use EUDC if the user uses that.
17082
17083 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17084
17085         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17086         character for the encoding to avoid consing a string.
17087
17088         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17089         unnecessarily.
17090
17091         * mm-util.el (mm-replace-chars-in-string): Remove.
17092
17093         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17094         of mm-replace-chars-in-string.
17095
17096 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17097
17098         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17099
17100         * mm-util.el (mm-subst-char-in-string): Support inplace.
17101
17102         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17103         a new string in every iteration.  Use shy groups.
17104
17105 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17106
17107         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17108         * gnus-soup.el (gnus-soup-group-brew):
17109         * gnus-msg.el (gnus-put-message):
17110         * gnus-move.el (gnus-group-move-group-to-server):
17111         * gnus-kill.el (gnus-batch-score):
17112         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17113         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17114         (gnus-group-update-group, gnus-group-read-group)
17115         (gnus-group-make-group, gnus-group-make-help-group)
17116         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17117         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17118         (gnus-group-sort-by-unread, gnus-group-catchup)
17119         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17120         (gnus-group-yank-group, gnus-group-set-info)
17121         (gnus-group-list-groups):
17122         * gnus.el (gnus-generate-new-group-name):
17123         * gnus-delay.el (gnus-delay-send-queue):
17124         * nnvirtual.el (nnvirtual-catchup-group):
17125         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17126         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17127         (gnus-group-prepare-topics, gnus-topic-check-topology):
17128         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17129         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17130         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17131         (gnus-group-make-articles-read):
17132         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17133         (gnus-group-change-level, gnus-kill-newsgroup)
17134         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17135         (gnus-get-unread-articles, gnus-make-articles-unread)
17136         (gnus-make-ascending-articles-unread): Use accessor
17137         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17138         to get group information for improved readability.
17139
17140
17141 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17142
17143         * gnus-art.el (article-decode-mime-words, article-babel)
17144         (gnus-article-highlight-signature, gnus-article-add-buttons)
17145         (gnus-signature-toggle): Use gnus-with-article-buffer.
17146
17147         * gnus-art.el (gnus-article-highlight-headers)
17148         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17149
17150         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17151         (gnus-article-set-globals, gnus-request-article-this-buffer)
17152         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17153         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17154         (gnus-mime-display-alternative): Use with-current-buffer.
17155
17156 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17159         also under 80 char limit, and call gnus-error if needed.
17160         (spam-fetch-article-header): Fix - it was a
17161         buffer-local variable (gnus-newsgroup-data).
17162         (spam-find-spam): Use spam-generate-fake-headers, forget about
17163         spam-insert-fake-headers.
17164         (spam-insert-fake-headers): Remove.
17165
17166 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17167
17168         * deuglify.el (gnus-article-outlook-unwrap-lines)
17169         (gnus-outlook-rearrange-article)
17170         (gnus-outlook-repair-attribution-outlook)
17171         (gnus-outlook-repair-attribution-block)
17172         (gnus-outlook-repair-attribution-other): Remove redundant
17173         save-excursion.
17174
17175 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17176
17177         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17178         (spam-fetch-field-subject-fast)
17179         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17180         (spam-fetch-article-header): Add functions to deal with Gnus
17181         internals for fast retrieval of article header data.
17182         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17183
17184 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * pop3.el (pop3-md5): Remove.
17187         (pop3-apop): Replace pop3-md5 with md5.
17188
17189         * mm-bodies.el: base64 is always built-in.
17190
17191         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17192         with-current-buffer.
17193
17194 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * canlock.el (canlock-insert-header): Remove excessive grouping in
17197         regexp.
17198
17199         * gnus-sum.el (gnus-summary-read-document): Ditto.
17200
17201         * gnus-uu.el (gnus-uu-part-number): Ditto.
17202
17203         * html2text.el (html2text-remove-tags): Ditto.
17204         (html2text-format-tags): Ditto.
17205         (html2text-format-single-elements): Ditto.
17206
17207         * mml.el (mml-parse-1): Ditto.
17208
17209 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17210
17211         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17212
17213         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17214
17215         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17216
17217         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17218
17219 2003-11-15  Simon Josefsson  <jas@extundo.com>
17220
17221         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17222         (pgg-gpg-lookup-key): Use regexp match instead of
17223         split-string (split-string is different between emacs 21.2 and
17224         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17225
17226 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * gnus-art.el (gnus-mime-view-all-parts)
17229         (gnus-article-part-wrapper, gnus-article-view-part): Use
17230         with-current-buffer.
17231
17232 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17233
17234         * spam.el (spam-disable-spam-split-during-ham-respool)
17235         (spam-spamoracle-database, spam-cache-lookups)
17236         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17237         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17238         (spam-group-ham-marks, spam-group-spam-marks)
17239         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17240         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17241         also add spam-use-blackholes to the statistical checks.
17242         (spam-fetch-field-fast): Add interface to fetching fields, may
17243         become a macro.
17244         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17245         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17246         (spam-insert-fake-headers): Fake an article when needed.
17247         (spam-find-spam): Fake article when possible.
17248         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17249         (spam-check-bogofilter-headers): Use message-fetch-field instead
17250         of nnmail-fetch-field.
17251
17252 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17253
17254         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17255
17256 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17257
17258         * spam.el (spam-split): Do not require spam-use-CHECK to be
17259         enabled if that check is passed to spam-split explicitly; also
17260         fix so 'spam doesn't get converted to spam-split-group when
17261         spam-split-symbolic-return is t.
17262         (spam-find-spam): Find registrations of the article and use those
17263         instead of re-running spam-split to find the spam/ham
17264         classification of the article.
17265         (spam-log-processing-to-registry, spam-log-registered-p)
17266         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17267         Use gnus-error instead of gnus-message.
17268         (spam-log-registration-type): Add function to determine the
17269         classification of a message based on registry entries; will
17270         return nil if both 'spam and 'ham are found.
17271         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17272         a reasonably fast local cache without the loading errors.
17273         (spam-cache-lookups): Set to t by default.
17274         (spam-find-spam): Don't try to guess spam-cache-lookups.
17275         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17276         spam-caches entry.
17277         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17278         caching of whitelist/blacklist entries.
17279         (spam-check-whitelist, spam-check-blacklist): Invoke
17280         spam-from-listed-p with a type, not a cache variable.
17281         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17282
17283 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17284
17285         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17286
17287         * nnmail.el (nnmail-split-fancy): do.
17288
17289         * mml.el (mml-parse): do.
17290
17291         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17292         (gnus-score-adaptive): do.
17293
17294 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17297         (gnus-mime-button-map): Don't set keymap parent.
17298         (gnus-button-ctan-directory-regexp): Use shy grouping.
17299         (gnus-prev-page-map): Don't set keymap parent.
17300         (gnus-prev-page-map): Remove duplicated one.
17301         (gnus-next-page-map): Don't set keymap parent.
17302         (gnus-mime-security-button-map): Ditto.
17303
17304         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17305         version number.
17306
17307         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17308
17309 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * canlock.el (canlock-sha1-function): Remove.
17312         (canlock-sha1-function-for-verify): Remove.
17313         (canlock-openssl-program): Remove.
17314         (canlock-openssl-args): Remove.
17315         (canlock-ignore-errors): Remove.
17316         (canlock-sha1-with-openssl): Remove.
17317         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17318         (canlock-verify): Don't use canlock-ignore-errors.
17319
17320         * sha1-el.el (sha1-string-external): Make it can return a string
17321         in binary form.
17322         (sha1-region-external): Ditto.
17323         (sha1-string-internal): Ditto.
17324         (sha1-region-internal): Ditto.
17325         (sha1-region): Ditto.
17326         (sha1-string): Ditto.
17327         (sha1): Ditto.
17328
17329 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17330
17331         * spam.el (spam-report-articles-gmane): New command.
17332
17333 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17336
17337         * run-at-time.el (run-at-time-saved): Remove.
17338         (run-at-time): Doc fix.
17339
17340 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17341
17342         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17343         (gnus-summary-limit-map): Add it.
17344         (gnus-summary-make-menu-bar): do.
17345
17346 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17347
17348         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17349         Make attempt at some caching support (done for BBDB only now).
17350         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17351         addresses to be checked.
17352         (spam-clear-cache-BBDB): Add function, to be invoked by
17353         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17354         (spam-check-BBDB): Check and use the caches, if
17355         spam-cache-lookups is on, remove superfluous (provide).
17356
17357 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17358
17359         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17360
17361 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17362
17363         * run-at-time.el (run-at-time-saved): Move to after the definition
17364         of `run-at-time'.
17365
17366         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17367
17368 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17371         mm-w3m-local-map-property.
17372
17373         * mm-view.el (mm-w3m-mode-map): Remove.
17374         (mm-w3m-local-map-property): Remove.
17375         (mm-inline-text-html-render-with-w3m): Don't use
17376         mm-w3m-local-map-property.
17377
17378 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17379
17380         * run-at-time.el: New file.
17381
17382         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17383         under Emacs.
17384
17385         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17386         of gnus-set-text-properties.
17387
17388         * gnus-uu.el (gnus-uu-save-article): Ditto.
17389
17390         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17391
17392         * gnus-cite.el (gnus-cite-parse): Ditto.
17393
17394         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17395         of gnus-.
17396
17397         * gnus-xmas.el (run-at-time): Require run-at-time.
17398
17399         * gnus.el: Changed calls to nnheader-run-at-time and
17400         password-run-at-time throughout to use run-at-time directly.
17401
17402         * password.el: Removed definition of run-at-time.
17403
17404         * nnheaderxm.el: Remove definition of run-at-time.
17405
17406 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17407
17408         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17409         in prompt.
17410
17411 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17412
17413         * messagexmas.el (message-xmas-redefine): Alias
17414         `message-make-caesar-translation-table' to
17415         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17416         version.
17417
17418         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17419         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17420         `gnus-xmas-set-text-properties'.
17421         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17422         `gnus-xmas-completing-read'.
17423         (gnus-xmas-completing-read): Removed.
17424         (gnus-xmas-open-network-stream): Removed.
17425
17426         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17427         XEmacs version.
17428
17429         * dns.el (dns-make-network-process): Use `open-network-stream'
17430         instead of `gnus-xmas-open-network-stream'.
17431
17432         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17433
17434         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17435
17436 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17437
17438         * gnus-art.el (gnus-mime-display-alternative)
17439         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17440         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17441         Don't use gnus-local-map-property.
17442
17443         * gnus-util.el (gnus-local-map-property): Remove.
17444
17445         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17446         gnus-completing-read-maybe-default with completing-read.
17447
17448         * gnus-util.el (gnus-completing-read): do.
17449         (gnus-completing-read-maybe-default): Remove.
17450
17451 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17452
17453         * password.el: Only autoload `run-at-time' if not XEmacs.
17454         Only autoload the itimer functions if XEmacs.
17455
17456 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17457
17458         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17459         XEmacsen.
17460
17461         * dgnushack.el: Autoload executable-find for XEmacs.
17462
17463 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * gnus-art.el (gnus-read-string): Remove.
17466         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17467         read-string.
17468
17469 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17470
17471         * netrc.el: Autoload password-read.
17472         (netrc): Add configuration group.
17473         (netrc-encoding-method, netrc-openssl-path): Add
17474         variables for encoding and decoding of files with symmetric
17475         ciphers.
17476         (netrc-encode): Add assistant function to encode a file with
17477         netrc-encoding-method.
17478         (netrc-parse): Add interactive parameter, added optional
17479         decoding if netrc-encoding-method is non-nil but otherwise
17480         behavior is standard.
17481         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17482         Do s/encode/encrypt/ everywhere.
17483
17484         * spam.el: Remove executable-find autoload.
17485
17486 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17487
17488         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17489
17490         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17491
17492 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus-art.el (gnus-treat-ansi-sequences)
17495         (article-treat-ansi-sequences): New variable and function.
17496         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17497
17498         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17499         Use it.
17500
17501 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17502
17503         * mm-util.el (mm-quote-arg): Remove.
17504
17505         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17506         shell-quote-argument.
17507
17508         * gnus-uu.el (gnus-uu-command): do.
17509
17510         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17511
17512         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17513         with make-char.
17514
17515         * mm-util.el (mm-make-char): Remove.
17516
17517         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17518         add-minor-mode.
17519
17520         * gnus-undo.el (gnus-undo-mode): do.
17521
17522         * gnus-topic.el (gnus-topic-mode): do.
17523
17524         * gnus-sum.el (gnus-dead-summary-mode): do.
17525
17526         * gnus-start.el (gnus-slave-mode): do.
17527
17528         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17529
17530         * gnus-ml.el (gnus-mailing-list-mode): do.
17531
17532         * gnus-gl.el (gnus-grouplens-mode): do.
17533
17534         * gnus-draft.el (gnus-draft-mode): do.
17535
17536         * gnus-dired.el (gnus-dired-mode): do.
17537
17538         * gnus-ems.el (gnus-add-minor-mode): Remove.
17539
17540         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17541         Replace gnus-char-width with char-width.
17542
17543         * gnus-ems.el (gnus-char-width): Remove.
17544
17545         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17546         Replace gnus-char-width with char-width.
17547
17548         * gnus-ems.el (gnus-char-width): Remove.
17549
17550         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17551         definition.
17552         Remove Emacs 20 hash table compatibility code.
17553
17554         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17555         20 compatibility code.
17556
17557         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17558
17559         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17560
17561         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17562         with point-at-{eol,bol}.
17563
17564         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17565
17566         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17567
17568         * flow-fill.el (fill-flowed-point-at-bol)
17569         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17570
17571         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17572         Replace with point-at-{eol,bol} throughout all files.
17573
17574 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * ntlm.el (ntlm-string-as-unibyte): New macro.
17577         (ntlm-build-auth-response): Use it.
17578
17579         Remove Emacs 20 stuff:
17580         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17581         (butlast, mapc, remove): Remove the compiler macros.
17582         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17583         of delq and copy-sequence.
17584         * gnus-art.el (popup-menu): Remove the compiler macro.
17585         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17586         Emacs 20.
17587
17588 2004-01-05  Simon Josefsson  <jas@extundo.com>
17589
17590         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17591         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17592         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17593         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17594         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17595         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17596         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17597         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17598         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17599         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17600         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17601         string-xor into ntlm-string-xor.  Suggested by
17602         Jesper Harder <harder@myrealbox.com>.
17603
17604         * ntlm.el: Don't include poem.
17605
17606         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17607         Jesper Harder <harder@myrealbox.com>.
17608
17609         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17610
17611         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17612         probably breaks emacs with DL patch, but do we care? Is anyone
17613         still using the DL stuff?)
17614
17615         * sieve-manage.el: Use the password package.
17616         (sieve-manage-read-passwd): Remove.
17617         (sieve-manage-interactive-login): Use password.  Re-add
17618         condition-case around loop.
17619
17620         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17621         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17622         the password package.
17623
17624 2003-02-19  Simon Josefsson  <jas@extundo.com>
17625
17626         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17627         token.
17628
17629 2002-08-07  Simon Josefsson  <jas@extundo.com>
17630
17631         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17632         (sieve-manage-authenticators):
17633         (sieve-manage-authenticator-alist): Add some SASL mechs.
17634         (sieve-sasl-auth): New function.
17635         (sieve-manage-cram-md5-auth):
17636         (sieve-manage-plain-auth): Rewrite using SASL library.
17637         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17638         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17639         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17640         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17641
17642 2004-01-05  Simon Josefsson  <jas@extundo.com>
17643
17644         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17645         New files.
17646
17647 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648
17649         * gnus-group.el (gnus-no-groups-message): Update.
17650
17651         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17652
17653 2003-11-09  Simon Josefsson  <jas@extundo.com>
17654
17655         * imap.el: Support for ID IMAP extension (RFC 2971).
17656         (imap-local-variables): Add imap-id.
17657         (imap-id): New variable.
17658         (imap-id): New function.
17659         (imap-parse-response): Parse untagged ID response.
17660         * nnimap.el (nnimap-id): New variable.
17661         (nnimap-open-connection): Use it.
17662
17663 2003-12-28  Simon Josefsson  <jas@extundo.com>
17664
17665         * gnus-score.el (gnus-score-edit-all-score): New.
17666         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17667
17668 2004-01-04  Simon Josefsson  <jas@extundo.com>
17669
17670         * password.el: Add.
17671
17672 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17673
17674         * dns.el (dns-query-types): Fix typo.
17675         (dns-query-types): New function.
17676         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17677         PTR and SOA replies, see RFC 1035.
17678
17679 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17680
17681         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17682
17683         * Moved to Changelog.2.
17684
17685 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * gnus.el (gnus-version-number): Bump version.
17688
17689 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17690
17691         * gnus.el: No Gnus v0.1 is released.
17692
17693 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17694
17695         * gnus.el: No Gnus v0.0 is released.
17696
17697 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17698
17699         * gnus.el (gnus-version-number): Bump.
17700         (gnus-version): No.
17701
17702 See ChangeLog.2 for earlier changes.
17703
17704     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17705       Free Software Foundation, Inc.
17706
17707   This file is part of GNU Emacs.
17708
17709   GNU Emacs is free software: you can redistribute it and/or modify
17710   it under the terms of the GNU General Public License as published by
17711   the Free Software Foundation, either version 3 of the License, or
17712   (at your option) any later version.
17713
17714   GNU Emacs is distributed in the hope that it will be useful,
17715   but WITHOUT ANY WARRANTY; without even the implied warranty of
17716   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17717   GNU General Public License for more details.
17718
17719   You should have received a copy of the GNU General Public License
17720   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17721
17722 ;; Local Variables:
17723 ;; coding: utf-8
17724 ;; fill-column: 79
17725 ;; add-log-time-zone-rule: t
17726 ;; End: