nnimap: add request-rename
[gnus] / lisp / ChangeLog
1 2010-10-07  Julien Danjou  <julien@danjou.info>
2
3         * nnimap.el (nnimap-request-rename-group): Add this method.
4
5 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8         name from XEmacs' function-arglist.
9
10         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
11         gravatar under XEmacs.
12
13 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
14
15         * auth-source.el: Update docs with TODO items.
16
17         * gnus-sync.el: Update docs to explain state and plans.
18
19         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
20         Hooks for mark updates.
21         (gnus-request-set-mark, gnus-request-update-mark): Use them.
22
23         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
24         hooks with arguments, which is needed for mark update hooks.
25
26 2010-10-06  Julien Danjou  <julien@danjou.info>
27
28         * sieve-manage.el: Update example in `Commentary'.
29
30         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
31
32         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
33         not 2000.
34         (sieve-manage-authenticate): Re-add function.
35
36 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * shr.el (shr-insert): Get 'space transition right.
39         (shr-render-td): Only delete space at the end of the TD.
40
41         * nnimap.el (nnimap-open-connection): Prepare to support
42         open-gnutls-stream.
43
44         * shr.el: Rearrange function order to be more logical.
45
46 2010-10-06  Julien Danjou  <julien@danjou.info>
47
48         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
49         (nnrss-discover-feed): Remove 404 URL in docstring.
50
51         * nnir.el: Fix Swish-E URL.
52         Fix Namazu URL.
53
54         * message.el (message-change-subject): Remove 404 URL in a comment.
55
56 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
59         called interactively.
60
61         * gnus-util.el (gnus-remove-if): Allow hash table.
62         (gnus-remove-if-not): New function.
63
64         * gnus-art.el (gnus-mime-view-part-as-type)
65         * gnus-score.el (gnus-summary-score-effect)
66         * gnus-sum.el (gnus-read-move-group-name):
67         Replace remove-if-not with gnus-remove-if-not.
68
69         * gnus-group.el (gnus-group-completing-read):
70         Regard collection as a hash table if it is not a list.
71
72 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * shr.el (shr-render-td): Allow blank/missing <TD>s.
75
76         * shr.el: Document the table-rendering algorithm.
77
78 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
81         for Emacsen having no `libxml-parse-html-region' support.
82
83 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
86         invalid URLs.
87
88         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
89         line-broken.
90         (shr-tag-img): Ignore image fetching errors.
91         (shr-overlays-in-region): Compute overlay positions correctly.
92
93         * mm-decode.el (mm-shr): Require shr.
94
95         * gnus-art.el (gnus-blocked-images): Move variable here.
96
97         * shr.el (shr-insert-table): Bind free variable.
98
99         * mm-decode.el (mm-shr): Bind shr-content-function.
100
101         * shr.el (shr-content-function): New variable.
102
103         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
104         added for symmetry.
105
106         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
107
108         * gnus-group.el (gnus-group-make-group): Doc fix.
109
110         * nnimap.el (nnimap-request-newgroups): Return success.
111
112         * shr.el (shr-find-elements): New function.
113         (shr-tag-table): Put all the images after the table.
114         (shr-tag-table): Really inhibit images inside the table.
115         (shr-collect-overlays): Copy over overlays from the TD elements to the
116         main document.
117
118         * mm-decode.el (mm-shr): Bind shr-blocked-images to
119         gnus-blocked-images.
120
121 2010-10-05  Julien Danjou  <julien@danjou.info>
122
123         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
124
125         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
126         (gnus-html-maximum-image-size): Add this function.
127         (gnus-html-put-image): Use gnus-html-maximum-image-size.
128
129         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
130         server-value of the capability is nil.
131
132 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * shr.el (shr-tag-em): Add <EM> tag.
135
136 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
137
138         * sieve-manage.el (sieve-manage-default-stream): Make default stream
139         customizable.
140
141         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
142         handing broken links to browse-url.
143
144 2010-10-05  Julien Danjou  <julien@danjou.info>
145
146         * gnus-util.el (gnus-emacs-completing-read)
147         (gnus-iswitchb-completing-read): Use autoload rather than require.
148
149 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
152         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
153         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
154         iswitchb-temp-buflist for XEmacs.
155
156         * gnus-util.el (gnus-completing-read-function): Exclude
157         gnus-icompleting-read and gnus-ido-completing-read from candidates for
158         XEmacs since iswitchb.el is very old and ido.el is unavailable in
159         XEmacs.
160
161         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
162         not to use `delete-dups' that is unavailable in XEmacs 21.4.
163
164         * gnus-html.el: Don't require help-fns under XEmacs.
165         (gnus-html-schedule-image-fetching): Work for XEmacs.
166
167         * mm-decode.el (mm-shr): Decode contents by charset.
168
169 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
170
171         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
172         unknown.
173
174         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
175         (shr-get-image-data): Ensure against the cache file missing.
176
177         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
178         for data.
179
180         * spam-report.el (spam-report-url-ping-plain): Don't query about
181         killing the process.
182
183         * shr.el (shr-render-td): Protect against too-wide text.
184
185 2010-10-04  Julien Danjou  <julien@danjou.info>
186
187         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
188         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
189
190         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
191         retrieved.
192
193 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * shr.el (browse-url): Required.
196         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
197         lines.
198         (shr-show-alt-text, shr-browse-image): New commands.
199         (shr-browse-url, shr-copy-url): New commands.
200
201         * gnus-sum.el (gnus-widen-article-window): New variable.
202         (gnus-summary-select-article-buffer): Use it.
203
204         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
205         without @ signs.
206
207 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
208
209         * nnir.el (nnir-run-imap): Remove spurious space in search string.
210
211 2010-10-04  Julien Danjou  <julien@danjou.info>
212
213         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
214         for XEmacs.
215
216 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
219
220         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
221         (nnimap-close-server): Implement.
222
223         * dgnushack.el (iswitchb): Require to shut up the compiler.
224
225         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
226         (shr-insert): Tweak line breaking.
227         (shr-insert): Handle <pre> better.
228         (shr-tag-li): Get <li> indentation right.
229         (shr-tag-li): Get <li> indentation even righter.
230         (shr-tag-blockquote): Ensure paragraph start.
231         (shr-make-table): Tweak table generation.
232         (shr-make-table): Fix typo.
233
234         * shr.el: Implement table rendering.
235
236 2010-10-04  Julien Danjou  <julien@danjou.info>
237
238         * gnus-html.el (gnus-html-put-image): Fix resize image code.
239
240 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * shr.el (shr-insert): Use string anchors instead of line anchors.
243
244 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * shr.el: Add headings.
247         (shr-ensure-paragraph): Actually work.
248         (shr-tag-li): Make <ul> prettier.
249         (shr-insert): Get white space at the beginning/end of elements right.
250         (shr-tag-p): Collapse subsequent <p>s.
251         (shr-ensure-paragraph): Don't insert double line feeds after blank
252         lines.
253         (shr-insert): \t is also space.
254         (shr-tag-s): Fix "s" tag name function.
255         (shr-tag-s): Fix face prop name.
256
257 2010-10-03  Julien Danjou  <julien@danjou.info>
258
259         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
260
261         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
262         gnus-window-inside-pixel-edges.
263
264         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
265         gnus-ems.
266
267         * mm-view.el (mm-inline-image-emacs): Support image resizing.
268
269         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
270         function.
271
272         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
273         resize choice.
274
275 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
278         beginning of the buffer.
279
280         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
281         article buffer again.
282
283         * shr.el (shr-tag-p): Don't insert newlines at the start of the
284         buffer.
285
286         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
287         when it's at the start of the buffer.
288
289         * shr.el (shr-tag-blockquote): Convert name.
290         (shr-rescale-image): Use the right image-size variant.
291
292         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
293         buffer isn't shown, then select the current article first instead of
294         bugging out.
295         (gnus-summary-select-article-buffer): Show both the article and summary
296         buffers again.
297
298         * shr.el (shr-fontize-cont): Protect against regions with no text.
299         Rename tag functions to shr-tag-* for enhanced security.
300         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
301
302 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
303
304         * shr.el (shr-insert):
305         * pop3.el (pop3-movemail):
306         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
307         loaded.
308
309 2010-10-03  Glenn Morris  <rgm@gnu.org>
310
311         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
312
313         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
314
315         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
316
317         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
318
319         * gnus-util.el (gnus-make-local-hook): Simplify.
320
321 2010-10-02  Julien Danjou  <julien@danjou.info>
322
323         * gnus-util.el (gnus-iswitchb-completing-read): New function.
324         (gnus-ido-completing-read): New function.
325         (gnus-emacs-completing-read): New function.
326         (gnus-completing-read): Use gnus-completing-read-function.
327         Add gnus-completing-read-function.
328
329 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * shr.el (shr-insert-document): Autoload.
332         (shr-img): Be silent.
333         (shr-insert): Add a newline after every picture before text.
334         (shr-add-font): Use overlays for combining faces.
335         (shr-insert): Pass upwards the text start point.
336
337         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
338         possible.
339         (mm-shr): New function.
340
341 2010-10-02  Julien Danjou  <julien@danjou.info>
342
343         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
344         should go backward.
345
346 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
347
348         * shr.el (shr): Fix typo in provide call.
349
350 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
351
352         * shr.el: New file.
353
354         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
355
356         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
357         completing read.
358
359 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
362         we're being queried about.  Suggested by Dan Jacobson.
363
364         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
365         by Jason Eisner.
366
367         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
368         table, too.  Suggested by Stefan Wiens.
369         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
370         the table unnecessary.  Suggested by Stefan Wiens.
371
372         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
373         longer needed, and probably doesn't work either, as pointed out by
374         Stefan Wiens.
375         (gnus-summary-exit): Remove call to the clearing function.
376         (gnus-summary-exit-no-update): Ditto.
377
378         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
379         instead of gnus-eval-in-buffer-window to avoid popping up frames.
380         Reported by Stefan Monnier.
381         (gnus-summary-save-in-rmail): Ditto.
382
383         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
384         article buffer, instead of both the article buffer and the summary
385         buffer.  Sort of suggested by Dan Jacobson.
386
387         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
388
389         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
390         Suggested by Dan Jacobson.
391
392         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
393         documentation clearer.
394
395         * message.el (message-shorten-references): Comment on the number "21".
396         Suggested by Stefan Monnier.
397
398         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
399         Suggested by Dan Jacobson.
400
401         * gnus.el (gnus-large-newsgroup): Mention
402         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
403
404         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
405         externalize attachments.  Bug reported by Steve Wen.
406
407         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
408         really message anything to the user.
409
410         * nnmail.el (nnmail-article-group): Allow using the fancy split method
411         directly.
412
413         * nnimap.el (nnimap-request-group): Low higher than high to signal no
414         messages in empty groups.
415
416 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
417
418         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
419         non-UIDNEXT group.
420
421 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
424         not the value from the collection.
425
426         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
427         values.  This sometimes happens on some groups that have no info.
428         (nnimap-request-newgroups): New function.
429
430 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
431
432         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
433         check into `gnus-registry-initialize'.
434         (gnus-registry-initialize): Ditto.
435         Fix and extend header docs.
436
437 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
440         regexp backtrace overflows.
441
442         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
443         for starttls that tls.el implements; i.e. openssl.
444
445         * tls.el (tls-starttls-switches): Give up on using starttls with
446         gnutls-cli.
447         (tls-program): Add --insecure to be consistent with the defaults from
448         openssl s_client.  Now all three commands are insecure.
449
450 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
451
452         * lpath.el: Bind completion-styles-alist for XEmacs.
453
454         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
455         (gravatar-create-image): New function that's an alias to
456         gnus-xmas-create-image, gnus-create-image, or create-image.
457         (gravatar-data->image): Use it.
458
459 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
462         install the nnregistry refer method.
463         (gnus-registry-install-hooks): Use it.
464         (gnus-registry-unfollowed-groups): Add nnmairix to the default
465         unfollowed groups.
466
467 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
468
469         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
470         expanding threads.
471
472 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * nnir.el: Use the server names without suffixes (bug #7009).
475
476         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
477         unencrypted to STARTTLS, if possible.
478
479 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
480
481         * message.el (message-ignored-supersedes-headers): Strip Injection-*
482         headers before superseding.
483
484 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * nnrss.el (nnrss-use-local): Add documentation.
487
488         * nnimap.el (nnimap-extend-tls-programs): New function.
489         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
490         (nnimap-wait-for-connection): Accept the greeting from the stupid
491         output from openssl s_client -starttls, too.
492
493         * tls.el (tls-starttls-switches): New variable.
494         (tls-find-starttls-argument): Use it.
495         (open-tls-stream): Ditto.
496
497         * netrc.el (netrc-credentials): Return the value of the "default"
498         entry.
499         (netrc-machine): Ditto.
500
501         * nnimap.el (nnimap-find-article-by-message-id): Really return the
502         article number.
503         (nnimap-split-fancy): New variable.
504         (nnimap-split-incoming-mail): Use it.
505
506         * nntp.el (nntp-server-list-active-group): Document.
507
508         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
509         SELECT to get the message-id.
510
511         * mail-source.el (mail-sources): Removed webmail support.
512         (defvar): Ditto.
513         (mail-source-fetcher-alist): Ditto.
514         (mail-source-fetch-webmail): Removed.
515
516         * webmail.el: Removed -- doesn't seem relevant any more.
517
518         * gnus.el: Fix up make-obsolete-variable declarations throughout.
519
520         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
521         the \r.
522
523 2010-09-30  Julien Danjou  <julien@danjou.info>
524
525         * gnus-agent.el (gnus-agent-add-group): Fix call to
526         gnus-completing-read.
527
528 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * nndoc.el (nndoc-retrieve-groups): New function.
531
532         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
533         `default', use nnmail-split-methods.
534         (nnimap-request-article): Downcase the NILs so that they are nil.
535
536         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
537         symbol.
538
539         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
540         code, since if the user has requested network, that's what they ought
541         to get.
542         (nnimap-request-set-mark): Erase the buffer before issuing commands.
543         (nnimap-split-rule): Mark as obsolete.
544
545         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
546         variable.
547
548         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
549         correct slot, too.
550
551 2010-09-29  Julien Danjou  <julien@danjou.info>
552
553         * gnus.el (gnus-local-domain): Declare variable obsolete.
554
555         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
556         computing.
557         (gnus-ido-completing-read): Require ido.
558
559 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-registry.el: Don't prompt on load, which makes it impossible to
562         build Gnus.
563
564         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
565         when interpreting the structures.
566         (nnimap-request-accept-article): Add \r\n to the lines to make this
567         work with Cyrus.
568
569         * nndraft.el (nndraft-request-expire-articles): Use the group name
570         instead if "nndraft".  Fix found by Nils Ackermann.
571
572 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
573
574         * nnregistry.el: Added.
575
576 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
577
578         * nnmail.el (group, group-art-list, group-art):
579         Remove unneeded directives.
580
581 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
584         (mm-mime-charset)
585         * rfc2047.el (rfc2047-syntax-table)
586         * utf7.el (utf7-utf-16-coding-system): Comment fix.
587
588         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
589         rather than `insert-file-contents' and `eval-region'.
590
591         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
592         construction.
593
594         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
595
596         * time-date.el: No need to require cl for Emacs 21.
597
598 2010-09-29  Julien Danjou  <julien@danjou.info>
599
600         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
601         replacement of `gnus-gravatar-relief' to mimic
602         `gnus-faces-properties-alist'.
603         Add :version property.
604
605 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * mail-source.el (mail-source-report-new-mail)
608         * message.el (message-default-mail-headers)
609         * mm-decode.el (mm-valid-image-format-p): Comment fix.
610
611         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
612
613 2010-09-28  Julien Danjou  <julien@danjou.info>
614
615         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
616         mail-address contains the same string as real-name.
617
618         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
619         non-blank in header, otherwise it'll get stripped.
620
621         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
622         real-name, and then for mail address rather than doing : or , search.
623
624 2010-09-27  Julien Danjou  <julien@danjou.info>
625
626         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
627         (gnus-server-goto-server): Use gnus-completing-read.
628
629         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
630
631         * mm-util.el (defalias): Use gnus-completing-read.
632         (mm-codepage-setup): Use gnus-completing-read.
633
634         * smime.el (smime-sign-buffer): Use gnus-completing-read.
635         (smime-decrypt-buffer): Use gnus-completing-read.
636
637         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
638
639         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
640         (mml-minibuffer-read-disposition): Use gnus-completing-read.
641         (mml-insert-multipart): Use gnus-completing-read.
642
643         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
644
645         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
646
647         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
648
649         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
650
651         * gnus.el (gnus-read-method): Use gnus-completing-read.
652
653         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
654
655         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
656         (gnus-mime-action-on-part): Use gnus-completing-read.
657         (gnus-article-encrypt-body): Use gnus-completing-read.
658
659         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
660         (gnus-topic-move-matching): Use gnus-completing-read.
661         (gnus-topic-copy-matching): Use gnus-completing-read.
662         (gnus-topic-sort-topics): Use gnus-completing-read.
663         (gnus-topic-move): Use gnus-completing-read.
664
665         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
666         (gnus-agent-add-group): Use gnus-completing-read.
667
668         * nnmairix.el (nnmairix-create-server-and-default-group): Use
669         gnus-completing-read.
670         (nnmairix-update-groups): Use gnus-completing-read.
671         (nnmairix-get-server): Use gnus-completing-read.
672         (nnmairix-backend-to-server): Use gnus-completing-read.
673         (nnmairix-goto-original-article): Use gnus-completing-read.
674         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
675
676         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
677
678         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
679         (gnus-group-make-useful-group): Use gnus-completing-read.
680         (gnus-group-make-web-group): Use gnus-completing-read.
681         (gnus-group-add-to-virtual): Use gnus-completing-read.
682         (gnus-group-browse-foreign-server): Use gnus-completing-read.
683
684         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
685         (gnus-summary-limit-to-extra): Use gnus-completing-read.
686         (gnus-summary-execute-command): Use gnus-completing-read.
687         (gnus-summary-respool-article): Use gnus-completing-read.
688         (gnus-read-move-group-name): Use gnus-completing-read.
689
690         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
691         (gnus-summary-score-effect): Use gnus-completing-read.
692
693         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
694
695         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
696         right completing-read function.
697         (gnus-use-ido): New variable
698         (gnus-completing-read-with-default): Remove.
699
700 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
703         x-focus-frame.
704
705         * nnimap.el (auth-source-forget-user-or-password)
706         (auth-source-user-or-password): Autoload.
707
708         * message.el (message-from-style, message-interactive)
709         (message-cite-prefix-regexp, message-sendmail-envelope-from)
710         (message-yank-prefix, message-indentation-spaces, message-signature)
711         (message-signature-file): Add comment.
712
713 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
716         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
717         new articles.
718
719         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
720         parts.
721         (nnimap-request-article): Work with the t setting, too.
722
723         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
724         that you don't get flashes of other buffers.
725         (gnus-summary-show-complete-article): Intern before setting.
726
727 2010-09-27  David Engster  <dengste@eml.cc>
728
729         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
730         well as HEADERS.
731         (nnmairix-retrieve-headers): Provide new argument for the above.
732
733 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * gnus-sum.el (gnus-summary-move-article): Don't alter
736         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
737         group.
738
739         * nnimap.el (nnimap-update-info): Don't destructively alter active.
740
741         * message.el (message-cite-prefix-regexp): Revert my last edit.
742
743         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
744         variable instead of the Gnus variable.
745
746         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
747
748         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
749         again.
750
751         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
752         since some servers don't like it.
753         (nnimap-open-connection): Forget credentials if the server says the
754         password was wrong.
755         (nnimap-parse-line): Protect against invalid data.
756
757         * gnus-sum.el (gnus-summary-move-article): Add comment.
758         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
759         nothing alters it while scanning for new messages.
760
761         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
762         which may or may not help.
763         (nnimap-open-connection): If we're doing a stream connection, and then
764         discover we're on a STARTTLS-capable server, then open a STARTTLS
765         connection instead.
766
767 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * nnimap.el (utf7): Required.
770
771         * message.el (message-cite-prefix-regexp): Remove "}" from citation
772         prefix.
773
774 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
775
776         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
777
778 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * nnimap.el (nnimap-request-accept-article): Message the error on
781         error.
782
783 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
786
787 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * nndoc.el (nndoc-request-list): Return success always.
790
791         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
792         `fetch-old' -- we only want to fetch the articles we've requested.  The
793         rest are in the agent, probably.
794         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
795         disappeared server" to something low.  It's not important.
796
797         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
798         arrived before the FETCH data.
799
800         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
801         target here, because we don't know the Gnus name of the group.
802
803         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
804         for the correct group.
805
806         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
807
808         * gnus.el (gnus): Give a final warning after startup.
809
810         * gnus-util.el (gnus-action-message-log): New variable.
811         (gnus-message): Use it.
812         (gnus-final-warning): New function.
813
814         * nnimap.el (nnimap-open-connection): Record the greeting.
815         (nnimap): Add greeting.
816
817 2010-09-26  Julien Danjou  <julien@danjou.info>
818
819         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
820         arguments.
821         (gnus-html-wash-images): Fix spec computing to include start/end.
822
823         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
824
825 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
828         deletion.
829         (nnimap-retrieve-headers): Don't select the group, because that's
830         already done by nnimap-possibly-change-group.
831
832         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
833         (gnus-picon-transform-address): Use it.
834
835         * mail-source.el (mail-source-value): Revert previous patch.
836
837         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
838         on failure.
839         (nnimap-open-connection): Look up both virtual and physical server name
840         credentials.
841
842         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
843
844 2009-02-07  Dave Love  <fx@gnu.org>
845
846         * tls.el (open-tls-stream): Don't query killing process.
847
848 2009-02-08  Dave Love  <fx@gnu.org>
849
850         * gnus-win.el (gnus-window-to-buffer-helper,
851         gnus-all-windows-visible-p): Function needn't be a symbol.
852
853         * mail-source.el (mail-source-value): Function needn't be a symbol.
854
855 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * message.el (message-cite-prefix-regexp): Remove } from the cite
858         prefix.
859
860         * gnus-art.el (gnus-treatment-function-alist): Do picons before
861         highlight again, so that the highlight is correct.
862
863         * gnus-picon.el (gnus-picon): Remove again.
864         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
865
866         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
867         doing the header highlightling, so that the background colour of the
868         picon is correct.
869
870         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
871         (gnus-picon): Ditto.
872         (gnus-picon): Reinstate.  The background colour for picons is white.
873         (gnus-picon-insert-glyph): Make the background white.
874
875         * nnml.el (nnml-open-nov): Don't return dead buffers.
876
877         * auth-source.el (auth-source-create): Query the user for whether to
878         store the credentials.
879
880         * netrc.el (netrc-store-data): New function.
881
882         * auth-source.el (auth-source-user-or-password): Use the existing auth
883         sources, if any, for creation.
884
885         * gnus.el (gnus-group-fast-parameter): Return the last matching
886         parameter instead of the first matching parameter.
887
888 2010-09-26  Julien Danjou  <julien@danjou.info>
889
890         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
891
892 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * mml2015.el (mml2015-use): Remove gpg support.
895
896         * mml1991.el (mml1991-function-alist): Remove gpg function.
897         (mml1991-gpg-sign): Removed.
898
899 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
900
901         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
902         (gnus-browse-unsubscribe-current-group): Document it.
903         (gnus-browse-unsubscribe-group): Use it.
904
905 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
908         address to the To list for easier response.
909
910         * gnus.el (gnus-play-startup-jingle): Removed.
911         (gnus-splash): Don't play jingle.
912         (gnus): Silence gnus-load message.
913
914         * gnus-art.el (gnus-treat-play-sounds): Removed.
915
916         * gnus.el (gnus-play-jingle): Remove audio support.
917
918         * gnus-cus.el (gnus-score-customize): Remove audio reference.
919
920         * earcon.el: Removed -- no users.
921
922         * gnus-audio.el: Removed -- no users of this package.
923
924         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
925
926         * gnus-start.el (gnus-setup-news): Remove nocem support.
927
928         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
929
930         * gnus.el (gnus-use-nocem): Removed.
931
932         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
933         Removed.
934
935         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
936         uses NoCeM any more.
937
938         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
939         (gnus-button-ctan-handler): Ditto.
940         (gnus-button-handle-ctan-bogus-regexp): Ditto.
941         (gnus-button-ctan-directory-regexp): Ditto.
942         (gnus-button-handle-ctan): Ditto.
943         (gnus-button-tex-level): Ditto.
944         (gnus-button-alist): Removed CTAN stuff.
945
946 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
949         nnimap-streaming test.
950
951         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
952         servers twice.
953
954         * nnimap.el (nnimap-open-connection): Add more error reporting when
955         nnimap fails early.
956
957         * nnheader.el (nnheader-get-report-string): New function.
958         (nnheader-get-report): Use it.
959
960         * gnus-int.el (gnus-check-server): Say what the error was when opening
961         failed.
962
963         * nnimap.el (nnimap-wait-for-response): Search further when we're not
964         using streaming.
965
966 2010-09-25  Julien Danjou  <julien@danjou.info>
967
968         * gnus-html.el (gnus-html-rescale-image): Use our defalias
969         gnus-window-inside-pixel-edges.
970
971 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
974
975         * mm-decode.el (mm-save-part): Allow saving to other directories the
976         normal Emacs way.
977
978         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
979         by Jay Berkenbilt.
980
981         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
982         there isn't a single byte.
983
984         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
985         just do it.  It doesn't really seem to matter what the user responds
986         here, I think, so it's just a confusing question.
987
988         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
989         non-streaming case.
990
991         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
992         (gnus-article-encrypt-body): Use it.
993
994         * gnus-sum.el (gnus-summary-show-complete-article): New command and
995         keystroke.
996
997         * nnimap.el (nnimap-find-wanted-parts-1): Use
998         gnus-fetch-partial-articles.
999
1000         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1001
1002         * nnimap.el (nnimap-insert-partial-structure): New function.
1003         (nnimap-get-partial-article): New function.
1004         (nnimap-request-article): Use it.
1005         (nnimap-wait-for-response): Return whether the wait was successful.
1006         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1007         retrieval wasn't successful.
1008         (nnimap-retrieve-group-data-early): Allow throttling servers.
1009         (nnimap-streaming): New variable.
1010         (nnimap-fetch-partial-articles): Removed.
1011
1012         * mm-decode.el (mm-with-part): Protect against killed buffers.
1013
1014         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1015         for prettier summary display.
1016
1017 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1018
1019         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1020         directly.
1021
1022 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1025         apparently third-party libraries depend on it.
1026
1027         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1028         before starting negotiation.
1029
1030         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1031         privacy reasons.
1032         (gnus-treat-mail-gravatar): Ditto.
1033
1034         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1035         buffer when inserting images.  Inserting text into the headers, for
1036         instance, can make them invalid.
1037
1038 2010-09-25  Julien Danjou  <julien@danjou.info>
1039
1040         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1041         variables.
1042
1043         * nnheader.el: Remove useless variables news-reply-yank-from and
1044         news-reply-yank-message-id.
1045
1046         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1047         variables.
1048
1049         * mml1991.el: Remove useless mml1991-verbose.
1050
1051         * gnus.el: Remove useless variable gnus-use-generic-from.
1052         Remove obsolete variable gnus-topic-indentation.
1053
1054         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1055
1056         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1057
1058         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1059
1060         * gnus-group.el: Remove useless gnus-group-icon-cache.
1061         Remove useless gnus-ephemeral-group-server.
1062
1063         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1064
1065         * mml2015.el: Remove useless mml2015-verbose.
1066
1067         * mml-smime.el: Remove useless mml-smime-verbose.
1068
1069         * gnus.el: Remove useless gnus-local-domain.
1070
1071         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1072         gnus-gravatar-size.
1073
1074         * gnus-art.el: Remove useless gnus-treat-translate.
1075
1076 2010-09-24  Julien Danjou  <julien@danjou.info>
1077
1078         * gnus-sum.el: Add support for Gravatars.
1079
1080         * gnus-art.el: Add support for Gravatars.
1081
1082         * gnus-gravatar.el: Add this file.
1083
1084         * gravatar.el: Add this file.
1085
1086 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1089
1090         * gnus-group.el (gnus-group-fetch-faq): Removed.
1091
1092         * gnus.el (gnus-group-faq-directory): Removed.
1093
1094         * gnus-group.el (gnus-group-fetch-charter): Removed.
1095
1096         * gnus.el (gnus-group-charter-alist): Removed.
1097
1098         * gnus-group.el (gnus-group-archive-directory): Removed.
1099         (gnus-group-recent-archive-directory): Ditto.
1100         (gnus-group-make-archive-group): Removed.
1101
1102         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1103
1104         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1105         use the same article number for all the cached articles.
1106
1107         * nnimap.el (nnimap-command): Register the last command time so
1108         that we can use it for idling NOOPs.
1109         (nnimap-open-connection): Start the keeplive timer.
1110         (nnimap-make-process-buffer): Store all the process buffers.
1111         (nnimap-keepalive): New function.
1112
1113         * starttls.el: (starttls-open-stream): Add autoload cookie.
1114
1115 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1116
1117         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1118         handling.
1119
1120 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1123         its data structures.
1124
1125         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1126         instead of the cl.el copy-list.
1127         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1128         equalp.
1129
1130 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1133         and tool-bar-local-item-from-menu.
1134
1135         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1136         mode-line-highlight face for Emacs.
1137
1138         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1139         loading gnus-sum.elc; fix comment for canlock-verify.
1140         (gnus-article-jump-to-part): Use read-number.
1141         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1142         Emacs pre-21 compatible code for help-echo.
1143         (gnus-article-next-page-1): No need to adjust the number of lines.
1144         (gnus-article-describe-bindings): Always use help-buffer.
1145
1146         * gnus-audio.el (gnus-audio-inline-sound)
1147         * gnus-cus.el (gnus-custom-mode)
1148         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1149
1150         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1151
1152         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1153         compatible code.
1154
1155 2010-09-24  Glenn Morris  <rgm@gnu.org>
1156
1157         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1158         visiting the fcc file in rmail-mode.
1159
1160         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1161
1162 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * nnir.el: Silence the byte compiler.
1165
1166         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1167         alias to browse-url-url-encode-chars if any.
1168         (gnus-html-encode-url): Use it.
1169
1170 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-start.el (gnus-use-backend-marks): New variable.
1173         (gnus-get-unread-articles-in-group): Use it.
1174
1175         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1176         makeover.
1177
1178 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1179
1180         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1181
1182 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1185         Removed.
1186         (gnus-setup-news-hook): Removed
1187         gnus-fixup-nnimap-unread-after-getting-new-news.
1188
1189         * gnus-int.el (gnus-request-update-info): Protect against backends not
1190         having the function.
1191
1192         * nnimap.el (nnimap-stream): Mention starttls.
1193         (nnimap-open-connection): Add starttls support.
1194
1195 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1196
1197         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1198
1199 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1202         BODYSTRUCTUREs.
1203         (nnimap-transform-headers): Unfold quoted {42} headers.
1204
1205         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1206         the info.
1207         (gnus-get-unread-articles): Only call updatep on backends that support
1208         it.
1209
1210         * nnweb.el (nnweb-request-update-info): NOOP.
1211
1212         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1213
1214         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1215         since it only deals with marks.
1216
1217         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1218         gnus-request-marks, and make a new gnus-request-update-info.
1219
1220         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1221         the active instead of the high number, which is usually too low.
1222
1223 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1224
1225         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1226         * encrypt.el: Removed.
1227
1228 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1231         server in symbolic form.
1232
1233         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1234         0.9.
1235
1236 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1239         (nnimap-update-info): Fix up code slightly.
1240
1241         * gnus-int.el (gnus-open-server): Add tracing for performance
1242         debugging.
1243
1244         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1245         (gnus-group-insert-group-line): Pass the real group name so that it
1246         gets the right data.
1247
1248         * gnus-start.el (gnus-get-unread-articles): Don't have
1249         `gnus-get-unread-articles-in-group' update info, since that can be
1250         really slow and doesn't seem to be needed?
1251
1252 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1253
1254         * time-date.el (date-to-time): Try using parse-time-string first before
1255         using the slower timezone-make-date-arpa-standard.
1256
1257 2010-09-22  Julien Danjou  <julien@danjou.info>
1258
1259         * gnus-group.el (gnus-group-insert-group-line): Call
1260         gnus-group-highlight-line.
1261         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1262         default hook list.
1263         (gnus-group-update-eval-form): Add new function.
1264         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1265         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1266
1267 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1270         immediate, then expire all articles.
1271         (nnimap-update-info): Fix off-by-one errors.
1272         (nnimap-flags-to-marks): Would return no marks lists for group with no
1273         flags.  Instead return the other data.
1274
1275 2010-09-22  Julien Danjou  <julien@danjou.info>
1276
1277         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1278         Only return an icon.
1279         (gnus-group-insert-group-line): Compute icon to return.
1280
1281         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1282         variable.
1283         (gnus-html-image-fetched): Only cache if
1284         gnus-html-image-automatic-caching is set.
1285         (gnus-html-image-fetched): Check for errors.
1286
1287 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1290         once per method on `g'.  This ensures that backends like nnfolder don't
1291         open all their folders.
1292
1293         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1294         (nnimap-request-list): Nix out group in the correct buffer.
1295         (nnimap-parse-flags): Implement by using `read' instead of
1296         hand-parsing.
1297         (nnimap-flags-to-marks): Pass on permanent-flags.
1298         (nnimap-make-process-buffer): Record the server name.
1299         (nnimap-parse-flags): Fix typo.
1300         (nnimap-request-scan): Run split on the server in general, not just a
1301         single group.
1302
1303         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1304         parameter, and propagate this downwards.
1305
1306         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1307         since EXAMINE changes it on the server.
1308
1309         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1310         this command might take a while.
1311
1312 2010-09-22  Julien Danjou  <julien@danjou.info>
1313
1314         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1315         harmful if you have 2 images side-by-side, they can't be properly
1316         update on text deletion.  Using text-property is safer here.
1317         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1318         data.
1319
1320 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * nnimap.el (nnimap-expunge-inbox): Removed.
1323         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1324         (nnimap-expunge): Flip default to t.
1325
1326         * gnus.el (gnus-method-to-server): Don't push things to the cache
1327         unless it's unique.
1328         (gnus-server-to-method): Ditto.
1329
1330 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1331
1332         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1333
1334 2010-09-22  Julien Danjou  <julien@danjou.info>
1335
1336         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1337         get the start of data.
1338         (gnus-html-encode-url): Add this function to encode special chars in
1339         URL.
1340         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1341         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1342
1343         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1344         default.
1345         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1346
1347         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1348         images alt-text.
1349         (gnus-html-put-image): Put alt-text as help-echo.
1350
1351 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1354         * mm-util.el (mm-decompress-buffer)
1355         * nnir.el (nnir-run-find-grep)
1356         * pop3.el (pop3-list): Use 3rd arg of split-string.
1357
1358         * time-date.el (format-seconds): Comment fix.
1359
1360         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1361         and byte-optimize-form-code-walker.
1362         (dgnushack-make-auto-load): Don't advise make-autoload.
1363
1364         * lpath.el: Remove Emacs 21 stuff.
1365
1366 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1369         outside the active range.  Suggested by Dan Christensen.
1370
1371         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1372         slightly later to avoid double-getting it.
1373
1374         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1375         previous patch.
1376
1377         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1378
1379 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1380
1381         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1382
1383 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-int.el (gnus-open-server): Give a better error message in the
1386         "go offline" case.
1387
1388         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1389         marks for nnimap, which is seldom the right thing to do.
1390
1391         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1392         (gnus-same-method-different-name): New function.
1393
1394         * nnimap.el (parse-time): Require.
1395
1396         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1397         method in the presence of many similar methods.
1398
1399         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1400
1401         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1402         nnml-inhibit-expiry.
1403
1404         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1405         find out whether methods are equal.
1406
1407         * nnimap.el (nnimap-find-expired-articles): New function.
1408         (nnimap-process-expiry-targets): New function.
1409         (nnimap-request-move-article): Request the article before looking at
1410         what the Message-ID is.  Fix found by Andrew Cohen.
1411         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1412
1413         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1414         for oldness in addition to being a predicate.
1415
1416         * nnimap.el (nnimap-request-group): When we have zero articles, return
1417         the right data to Gnus.
1418         (nnimap-request-expire-articles): Only delete articles immediately if
1419         the target is 'delete.
1420
1421         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1422         method, this would bug out.
1423
1424         * gnus-group.el (gnus-group-expunge-group): Renamed from
1425         gnus-group-nnimap-expunge, and implemented as a normal interface
1426         function.
1427
1428         * gnus-int.el (gnus-request-expunge-group): New function.
1429
1430         * nnimap.el (nnimap-request-create-group): Implement.
1431         (nnimap-request-expunge-group): New function.
1432
1433 2010-09-21  Julien Danjou  <julien@danjou.info>
1434
1435         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1436         (gnus-html-cache-expired): Add new function.
1437         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1438         wethever we should display image for fetch it.
1439         Compute alt-text earlier to pass it to the fetching function too.
1440         (gnus-html-schedule-image-fetching): Change function argument to only
1441         get one image at a time, not a list.
1442         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1443         cache.
1444         (gnus-html-get-image-data): New function to retrieve image data from
1445         cache.
1446         (gnus-html-put-image): Change buffer argument to use image data rather
1447         than file, and place image above region rather than inserting a new
1448         one. Do not take alt-text as argument, since it's useless now: we place
1449         the image above alt-text.
1450         (gnus-html-prune-cache): Remove.
1451         (gnus-html-show-images): Start to fetch image when we find one, do not
1452         push into a temporary list.
1453         (gnus-html-prefetch-images): Only fetch image if they have expired.
1454         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1455         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1456
1457 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1460
1461 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1464         spec inser "*" if the group isn't active instead of 0.
1465
1466         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1467         opening the server.
1468         (nnimap-request-delete-group): Implement group deletion.
1469         (nnimap-transform-headers): Return the size of the entire message in
1470         the Bytes header, not just the size of the first part.
1471         (nnimap-request-move-article): When moving an article from nnimap,
1472         request the article first so the accepting form has an article to
1473         accept.  Reported by Dan Christensen.
1474         (nnimap-command): Make sure that the error message doesn't error out.
1475
1476 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1477
1478         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1479         we haven't requested anything.
1480
1481 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1484         "".  Fix found by Andrew Cohen.
1485
1486         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1487         instead of -encode-string.
1488
1489 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1492
1493         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1494         by mm-subst-char-in-string.
1495
1496 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1499         waiting for the connection string.
1500
1501         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1502         arriving.
1503
1504         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1505         bogus characters.  This allows selecting certain Gmail groups.
1506
1507         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1508         (nnimap-fetch-partial-articles): New variable.
1509         (nnimap-open-connection): When looking for credentials, also use the
1510         nnimap-server-port.
1511         (nnimap-request-article): Return the group/article number, so that Gnus
1512         `^' works as expected.
1513         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1514         them.
1515
1516         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1517         comments.
1518         (gnus-methods-sloppily-equal): New function.
1519         (gnus): When using the development version of Gnus, load the gnus-load
1520         file.
1521
1522         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1523         `gnus-open-server' on each method before trying to scan them etc.  This
1524         ensures that all the backend parameters are set correctly.
1525
1526         * nnimap.el (nnimap-authenticator): New variable.
1527         (nnimap-open-connection): Allow anonymous login.
1528         (nnimap-transform-headers): The chars header is called Chars not
1529         Bytes.
1530         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1531         drops.
1532
1533         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1534         patch, found by Knut Anders Hatlen.
1535
1536 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1537
1538         * gnus-agent.el (gnus-agent-batch-confirmation)
1539         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1540         to gnus-message.
1541         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1542         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1543         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1544         * gnus-int.el (gnus-open-server): Likewise.
1545         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1546         (gnus-score-check-syntax): Likewise.
1547         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1548         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1549         Likewise.
1550         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1551
1552 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1555         calling conventions so that prefetch doesn't bug out.
1556
1557 2010-09-19  Julien Danjou  <julien@danjou.info>
1558
1559         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1560         rather than `subst-char-in-region' in order to be able to replace ASCII
1561         char by UTF-8 ones.
1562
1563         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1564         than curl.
1565         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1566         the right URL and ALT text on images.
1567         (gnus-html-wash-tags): Fix tag case.
1568         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1569         (gnus-article-html): Add -o display_ins_del=2 option.
1570         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1571
1572 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1575         the extra mail headers, which sometimes seem to happen for unknown
1576         reasons.
1577
1578         * mail-parse.el (mail-header-encode-parameter): Define as
1579         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1580         (or most, perhaps?) mail readers don't understand the latter, but do
1581         understand the former.
1582
1583         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1584         to nil, so that no methods are automatically agentized.  I think this
1585         is probably what most users want.
1586
1587         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1588         from url-retrieve, for instance about invalid URLs.
1589
1590         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1591         groups that have no articles.
1592         (nnimap-request-article): Check that we really got an article when we
1593         requested one.
1594
1595         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1596         doesn't exist.
1597
1598         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1599         nntp buffer so the agent can save it.
1600         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1601         that CRLF doesn't get translated to \n.
1602         (nnimap-open-connection): Don't make 'shell commands only send \n.
1603
1604 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1605
1606         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1607         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1608         Update var name.
1609         (nnml-generate-nov-file): Use dolist.
1610         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1611         Use with-current-buffer.
1612
1613 2010-09-18  Julien Danjou  <julien@danjou.info>
1614
1615         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1616         parallel.
1617
1618 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1621         the range update right.
1622         (nnimap-request-group): Don't make `M-g' bug out on group with no
1623         marks.
1624         (nnoo): Required, so that other packages can require nnimap.
1625         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1626         command we're looking for.  This helps when the server sends more
1627         responses after we've gotten everything we expected.
1628         (nnimap): Add a `newlinep' field to keep track of end-of-line
1629         conventions.
1630         Don't send CRLF to things that don't want it.
1631         (nnimap-request-accept-article): Ditto.
1632
1633 2010-09-18  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1636         than curl to retrieve images.
1637
1638 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1641         the marks.
1642         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1643         (nnimap-wait-for-connection): New function.
1644         (nnimap-open-connection): If we have PREAUTH, don't query for login
1645         credentials.
1646         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1647         when doing a partial update.
1648
1649 2010-09-18  Julien Danjou  <julien@danjou.info>
1650
1651         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1652         tags.
1653
1654 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * nnimap.el (nnimap-credentials): New function.
1657         (nnimap-open-connection): Use the new function to look for credentials
1658         also on the numeric equivalents of "imap" and "imaps".
1659
1660         * gnus-start.el (gnus-activate-group): Send the info to
1661         gnus-request-group.
1662
1663         * nnimap.el (nnimap-request-group): Have the "check" version of the
1664         function parse flags and update the info, so that a `M-g' get a total
1665         resync of all flags from the group.
1666
1667         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1668         to allow backends to alter the info on group selection.  Also alter all
1669         the backend -request-group functions to take the parameter.
1670
1671         * nnimap.el (nnimap-store-info): New function.
1672         (nnimap-update-info): Store the info for later usage.
1673         (nnimap-request-group): Use the stored info for the dont-check case, so
1674         that we don't retrieve all marks when we enter a group.
1675
1676         * nnimap.el: Use deffoo instead of defun for interface functions.
1677
1678         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1679         update the group info.  This makes the nndraft groups, for instance, go
1680         back to their old behaviour.
1681
1682         * gnus-sum.el (gnus-select-newsgroup): Indent.
1683
1684         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1685         in.
1686         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1687         nothing.
1688
1689         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1690         from methods that are denied.
1691
1692         * gnus-int.el (gnus-method-denied-p): New function.
1693
1694         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1695         store the password instead of netrc.
1696         (nnimap-open-connection): Don't error out when we can't make a
1697         connections.
1698
1699         * auth-source.el (auth-source-create): In the password prompt, say what
1700         we're querying for.  Also prompt for user name if that hasn't been
1701         given.
1702
1703         * nnimap.el (nnimap-with-process-buffer): Removed.
1704
1705 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1708         method when we're reading from the agent.
1709
1710         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1711
1712         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1713         that's probably most useful for users.
1714
1715         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1716         "failed" all the time.
1717
1718         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1719         ...)) with (with-current-buffer ... ).
1720
1721         * nntp.el (nntp-open-server): Return whether the open was successful or
1722         not.
1723
1724         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1725         select an unread unseen article first.
1726
1727         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1728         /etc/services, supply some sensible port defaults.
1729
1730         * dgnushack.el: Define netrc-credentials.
1731
1732 2010-09-17  Julien Danjou  <julien@danjou.info>
1733
1734         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1735
1736 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1737
1738         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1739         doesn't have any parameters.
1740
1741 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1744         only upcased checks.
1745
1746         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1747
1748         * nnimap.el (nnimap-open-shell-stream): New function.
1749         (nnimap-open-connection): Use it.
1750         (nnimap-transform-headers): Get the number of lines in each message.
1751         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1752         number of lines.
1753         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1754         problem.
1755
1756         * utf7.el (utf7-encode): Autoload.
1757
1758         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1759         to allow the mail splitting to not return a default group.  This is
1760         useful for nnimap, which will leave unmatched mail in the inbox.
1761
1762         * nnimap.el: Rewritten.
1763
1764         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1765         nnimap usage.
1766
1767         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1768         if the move is internal, so that nnimap can do fast internal moves.
1769
1770         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1771         data.
1772         (gnus-read-active-for-groups): Support finishing the early retrieval of
1773         data.
1774
1775         * gnus-range.el (gnus-range-nconcat): New function.
1776
1777         * gnus-int.el (gnus-finish-retrieve-group-infos)
1778         (gnus-retrieve-group-data-early): New functions.
1779
1780 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1781
1782         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1783         (nnrss-retrieve-groups):
1784         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1785         (pop3-quit): Use with-current-buffer.
1786
1787 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1788
1789         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1790         instead of nnheader-accept-process-output.
1791
1792         * dgnushack.el (dgnushack-compile): Add comment.
1793
1794         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1795
1796         * gnus-html.el (gnus-html-schedule-image-fetching)
1797         (gnus-html-prefetch-images): Replace process-kill-without-query by
1798         gnus-set-process-query-on-exit-flag.
1799
1800 2010-09-16  Romain Francoise  <romain@orebokech.com>
1801
1802         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1803
1804 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1807         parameter to unintern is mandatory-ish in Emacs 24.
1808
1809         * gnus-html.el (gnus-html-schedule-image-fetching)
1810         (gnus-html-prefetch-images): Check for curl before using it.
1811
1812         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1813         depend on curl, which isn't essential.
1814
1815         * imap.el: Revert back to version
1816         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1817         seem problematic.
1818
1819 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1820
1821         * gnus-registry.el (gnus-registry-install-shortcuts):
1822         Explicitly pass `obarray' to `unintern' to avoid a warning.
1823
1824 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1827         change.
1828
1829         * nnrss.el (nnrss-request-list): Removed this function and related
1830         functions, including the moreover stuff.
1831
1832 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * nnrss.el (nnrss-retrieve-groups): New function.
1835
1836 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1837
1838         * .dir-locals.el: Add no-byte-compile cookie.
1839
1840 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * time-date.el (format-seconds): Comment fix.
1843
1844         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1845         for back end that doesn't support request-scan.
1846
1847 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1850         then do request scans from the backends.
1851
1852         * netrc.el (netrc-credentials): New conveniency function.
1853
1854         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1855         avoid running a hook per line, since this takes a lot of time,
1856         profiling shows.
1857         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1858         directly if gnus-visual-p is true.
1859
1860 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1863         groups; replace mapcar with dolist which is a bit faster; pass groups
1864         info to gnus-read-active-file-1.
1865         (gnus-read-active-file-1): Scan only specified groups if the new
1866         optional arg `infos' is given.
1867
1868 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1871
1872         * pop3.el (pop3-movemail): Removed.
1873         (pop3-streaming-movemail): Renamed to pop3-movemail.
1874
1875         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1876         don't restrict end-tag searches to the end of the line.
1877
1878 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1879
1880         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1881         articles of every unchecked group to t, which means unknown since the
1882         server has never been opened.
1883
1884 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus-html.el (gnus-html-show-alt-text): New command.
1887         (gnus-html-browse-image): Ditto.
1888         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1889         to browse the image directly.
1890         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1891         better.
1892
1893         * gnus-async.el (gnus-async-article-callback): Call
1894         `gnus-html-prefetch-images' unconditionally.
1895
1896         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1897         before feeding URLs to curl.
1898
1899 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1902         internal images as deletable by `W D D'.
1903
1904         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1905         (gnus-async-article-callback): Fix typo.
1906
1907 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1910         current line to work around bugs in the output from w3m.
1911
1912         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1913         for groups that want that.
1914
1915         * nntp.el (nntp-wait-for-string): Supply a timeout for
1916         accept-process-output to ensure progress.
1917
1918         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1919         level to get unread articles from, then use that for foreign groups,
1920         too.
1921
1922         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1923         confuses the rest of the function.
1924
1925         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1926         for the methods that support -retrieve-groups, too.
1927
1928         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1929
1930 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1933         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1934
1935         * pop3.el: Require cl when compiling.
1936         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1937
1938 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1941         that aren't going to be activated.
1942         (gnus-get-unread-articles): Fix up the last commit.
1943
1944         * gnus-html.el (gnus-article-html): Allow calling without specifying
1945         the handle.  In that case, dissect the buffer first.
1946
1947         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1948
1949         * nnimap.el (nnimap-open-connection): Revert the change that would look
1950         into authinfo for imaps instead of imap.
1951
1952         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1953         say that you don't want to call gnus-request-group with don-check, but
1954         do check the reponse.  This is for virtual groups only.
1955         (gnus-get-unread-articles): Count the archive groups as secondary, so
1956         that they're activated the same way as before.
1957
1958         * imap.el (imap-message-map): Removed optional buffer parameter, since
1959         no callers use it.
1960         (imap-message-get): Ditto.
1961         (imap-message-put): Ditto.
1962         (imap-mailbox-map): Ditto.
1963         (imap-mailbox-put): Ditto.
1964         (imap-mailbox-get): Ditto.
1965         (imap-mailbox-get): Revert last change for this function.
1966
1967         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1968         case-insensitively.
1969         (nnimap-debug): Removed.
1970
1971         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1972         to use `imap-fetch' instead.  According to the comments, this should be
1973         safe, since all other IMAP clients use the 1:* syntax.
1974         (imap-enable-exchange-bug-workaround): Removed.
1975         (imap-debug): Removed -- doesn't seem very useful.
1976
1977         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1978         mail from a file, and the file doesn't exist.
1979
1980         * imap.el (imap-log): New convenience function used throughout instead
1981         of repeating the same code all over the place.
1982
1983         * pop3.el (pop3-streaming-movemail): Return t for success.
1984
1985         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1986         .authinfo if we're using ssl connection.
1987
1988         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1989         already have if we're in a main Gnus `g' run.
1990
1991         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1992
1993 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1996
1997         * nnmh.el (nnmh-request-list-1): Bind `file'.
1998
1999         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2000         alias to set-process-query-on-exit-flag or process-kill-without-query.
2001         (pop3-open-server): Use it.
2002
2003 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2006         box to the Incoming file.  Fixes mistake in previous checkin.
2007
2008         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2009         request loop (for debugging purposes) removed.
2010
2011         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2012         culprit is more visible.
2013         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2014         (nnml-add-incremental-nov): New functions to do "incremental" nov
2015         updates, where we just append to the end of the existing nov files
2016         without reading/writing them in full.
2017
2018         * mail-source.el (mail-source-delete-crash-box): Really only check the
2019         incoming files once in a while.
2020
2021         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2022
2023         * mail-source.el (mail-source-delete-crash-box): Only check the
2024         incoming files for deletion once per day to save a lot of file
2025         accesses.
2026
2027         * pop3.el (pop3-logon): Fix up unbound variable typo.
2028
2029         * mail-source.el (pop3-streaming-movemail): Autoload.
2030
2031         * pop3.el (pop3-streaming-movemail): Respect
2032         pop3-leave-mail-on-server.
2033
2034         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2035         retrieval.
2036
2037         * pop3.el (pop3-process-filter): Removed unused function.
2038         (pop3-streaming-movemail, pop3-send-streaming-command)
2039         (pop3-wait-for-messages, pop3-write-to-file)
2040         (pop3-number-of-responses): New functions for streaming pop3
2041         retrieval.
2042
2043         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2044         come from no known methods.
2045         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2046         list.
2047
2048         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2049         message sizes.
2050         (pop3-movemail): Use erase-buffer instead of looping and deleting
2051         regions, which seems rather odd.
2052
2053         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2054         file once per `g' run.
2055
2056         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2057         directories.  This makes the draft queue directory work.
2058
2059         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2060         data from the backends, so that we only request the list of groups from
2061         each method once.  This should speed things up considerably.
2062
2063         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2064         detect that it's not implemented.
2065
2066         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2067         we actually do recurse down into the tree, but don't stat all leaf
2068         nodes.
2069
2070         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2071         then say so instead of bugging out.
2072
2073         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2074         files exist before trying to read them.
2075
2076         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2077         around <pre_int>.
2078
2079         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2080
2081         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2082
2083 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2084
2085         * mm-util.el (mm-image-load-path): Just return the image directories,
2086         not all directories in the path in addition to the image directories.
2087         (mm-image-load-path): Maintain a cache of the image directories so that
2088         the `g' command in Gnus doesn't have to stat dozens of directories each
2089         time.
2090
2091         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2092         (gnus-html-wash-tags): Add a new `i' command to insert images.
2093         (gnus-html-insert-image): New command and keystroke.
2094         (gnus-html-redisplay-with-images): New command and keystroke.
2095         (gnus-html-show-images): Renamed command.
2096         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2097         spacers.
2098         (gnus-html-wash-tags): Decode entities at the end, so that entities
2099         inside the tags don't mess up the rest of the "parsing".
2100
2101         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2102         so that nnimap methods aren't agentized by default.  There's apparently
2103         many problems related to agent/imap behaviour.
2104
2105         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2106
2107         * gnus-html.el: Doc fix.
2108
2109 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2112         specifier-spec-list for Emacs 21.
2113
2114         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2115         glyph-width and glyph-height instead of display-graphic-p and
2116         image-size; make avoidance of displaying small images work for XEmacs.
2117
2118         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2119         for XEmacs.
2120
2121         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2122         of symbol that holds plist data.
2123         (gnus-process-plist): Remove plist of process after getting it.
2124
2125 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * message.el (message-generate-hashcash): Change default to
2128         'opportunistic if hashcash is installed.
2129
2130         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2131         (gnus-html-put-image): Only call image-size once, since it's somewhat
2132         time-consuming on remote X servers.
2133
2134 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2137         type on data, not a file name.
2138
2139         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2140         window-pixel-edges for Emacs 21.
2141
2142         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2143         decoded contents.
2144         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2145
2146 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2149         group line format, since it isn't very interesting.
2150
2151         * gnus-agent.el (gnus-agent-short-article),
2152         (gnus-agent-long-article): Increase values for these two variables,
2153         since most people are likely to have more network connection and
2154         storage than before.
2155
2156         * gnus.el (gnus-refer-article-method): Change default to 'current.
2157         When referring an article, the common behaviour is to refer it from the
2158         current select method, not the native select method.  The chances of
2159         the native select method having the message in question is rather slim
2160         these days.
2161
2162         * gnus-sum.el (gnus-auto-select-subject): Change default to
2163         `unseen-or-unread'.  I think it's likely that most people want to
2164         select an unseen article over a previously seen, but unread one.
2165
2166         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2167         means that in the article buffer none of the minor mode elements will
2168         be shown, usually, and this is not desirable in most cases.
2169
2170         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2171         that commands like `d' (and the like) go to the next line in the
2172         buffer, instead of the next unread article.  I think this is the
2173         behaviour that is most natural for most users.
2174         (gnus-single-article-buffer): Change default to nil, so that people can
2175         have as many article buffers open as they have summary buffer.  I think
2176         this is the most natural way for the groups to behave.
2177
2178         * message.el (message-generate-new-buffers): Change default to
2179         `unsent', so that all new message buffers start their names with the
2180         string "*unsent", and it's easier to find the buffers if you move from
2181         them.
2182
2183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2186         small.  They're probably tracking images.
2187         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2188         (gnus-html-rescale-image): Yet another try at getting the image sizing
2189         right.
2190
2191         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2192         nntp-marks-file-name is nil.
2193
2194 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2195
2196         * gnus-html.el (gnus-html-wash-tags)
2197         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2198         Better logging.
2199
2200 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2203
2204         * gnus-html.el (gnus-html-wash-tags): Check the value of
2205         gnus-blocked-images in the summary buffer.
2206
2207 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2210
2211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2214         like "a", it seems like.
2215         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2216         since it needs to be picked from the correct buffer.
2217
2218         * nnwfm.el: Removed.
2219
2220         * nnlistserv.el: Removed.
2221
2222 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2223
2224         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2225         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2226
2227 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2228
2229         * nnkiboze.el: Removed.
2230
2231         * nndb.el: Removed.
2232
2233         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2234         alt text.
2235         (gnus-html-rescale-image): Try to get the rescaling logic right for
2236         images that are just wide and not tall.
2237
2238         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2239         overshadow variable bindings.
2240
2241 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * gnus-html.el (gnus-html-wash-tags)
2244         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2245         extra logging.
2246
2247 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2250         (gnus-max-image-proportion): New variable.
2251         (gnus-html-rescale-image): New function.
2252         (gnus-html-put-image): Rescale images.
2253
2254 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2255
2256         Fix up some byte-compiler warnings.
2257         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2258         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2259         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2260         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2261         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2262         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2263         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2264
2265 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-html.el (gnus-article-html): Decode contents by charset.
2268
2269 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2272         (gnus-html-frame-width, gnus-blocked-images)
2273         * message.el (message-prune-recipient-rules): Add custom version.
2274         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2275
2276         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2277         functions.
2278
2279         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2280         gnus-process-get.
2281
2282 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2283
2284         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2285         instead of lsub directly.
2286
2287 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288
2289         * nnwarchive.el: Removed.
2290
2291         * gnus-soup.el: Removed.
2292
2293         * nnsoup.el: Removed.
2294
2295         * nnultimate.el: Removed.
2296
2297         * gnus-html.el (gnus-blocked-images): New variable.
2298
2299         * message.el (message-prune-recipients): New function.
2300         (message-prune-recipient-rules): New variable.
2301
2302         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2303         guess whether a long line is natural text or not.
2304
2305         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2306         gnus-process-plist and friends for compatibility.
2307
2308 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2309
2310         * gnus-html.el: Require packages that define macros used in this file.
2311         (gnus-article-mouse-face): Declare to silence byte-compiler.
2312         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2313         process-get.
2314         (gnus-html-put-image): Use plist-get to avoid getf.
2315         (gnus-html-prefetch-images): Use with-current-buffer.
2316
2317 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-ems.el: Provide compatibility functions for
2320         gnus-set-process-plist.
2321
2322         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2323         header-line-format for XEmacs 21.4.
2324
2325         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2326         * gnus.el (gnus-valid-select-methods)
2327         * message.el (message-send-mail-partially-limit)
2328         * mm-decode.el (mm-text-html-renderer)
2329         * mml.el (mml-insert-mime-headers-always)
2330         * smiley.el (smiley-regexp-alist): Bump custom version.
2331
2332 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-html.el: require mm-url.
2335         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2336         with the url to `url'.
2337         (gnus-html-wash-tags): Support cid: URLs/images.
2338
2339 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2342         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2343         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2344
2345         * gnus-move.el: Removed file, since it doesn't really work.
2346
2347         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2348         UTF-8.  This seems to fix problems with some German web feeds.
2349
2350         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2351         at the top so that the proper colours are applied.
2352
2353         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2354         don't have dots in their names.
2355
2356         * gnus-art.el (gnus-article-view-part): Doc fix.
2357
2358         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2359         XEmacs-compatible.
2360         (gnus-html-put-image): Don't do images on non-graphic displays.
2361
2362         * nnslashdot.el: Removed this unused backend.
2363
2364         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2365         actions.
2366         (gnus-undo-register-1): Revert last change.
2367
2368         * gnus-group.el (gnus-group-completing-read): Protect against not
2369         having completion-styles bound.
2370
2371         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2372         make broken recipients happier.
2373
2374         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2375
2376         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2377         point parameter.
2378
2379         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2380
2381         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2382         completion-styles for group selection.
2383
2384 2009-02-04  Andreas Schwab  <schwab@suse.de>
2385
2386         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2387         headers and regexp-quote the match if necessary.
2388
2389 2009-03-24  Miles Bader  <miles@gnu.org>
2390
2391         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2392         the blinking smiley.
2393
2394 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2395
2396         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2397         blink smiley.
2398
2399 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400
2401         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2402         where the dribbel file lives exists.
2403
2404         * message.el (message-send-mail-partially-limit): Change the default to
2405         nil, since most people don't want this.
2406
2407         * mm-url.el (mm-url-decode-entities): Also decode entities like
2408         &#x3212.
2409
2410 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2411
2412         * gnus-sum.el (gnus-summary-idna-message):
2413         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2414         Hyperlink urls in docstrings with URL `...'.
2415
2416 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2417
2418         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2419         functions.
2420
2421 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2424         say what the mouseover text should be.
2425
2426         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2427         version of the mm-w3m-safe-url-regexp variable to only download images
2428         in the groups where we want that to happen.
2429
2430         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2431
2432         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2433         easier debugging.
2434         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2435         big pictures in the article buffer.
2436
2437         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2438         gnus-article-html.
2439         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2440         w3m.
2441
2442         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2443
2444 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2447         which doesn't exist.
2448
2449         * message.el (message-inhibit-ecomplete): New variable to allow some
2450         function to inhibit ecomplete address storage.
2451         (message-resend): Disable ecomplete message storage when resending
2452         messages.
2453
2454         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2455
2456 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2459         Save excursion while copying, moving, and deleting articles in order to
2460         prevent the cursor from jumping to unforeseen place.
2461
2462 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * lpath.el: No need to bind bookmark-current-buffer,
2465         bookmark-yank-point and bookmark-make-record-function.
2466
2467 2010-08-17  Glenn Morris  <rgm@gnu.org>
2468
2469         * gnus-sync.el: Require gnus components whose functions are used.
2470
2471         * gnus-art.el (bookmark-make-record-function):
2472         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2473         Declare for compiler.
2474
2475         * mm-url.el (mml-compute-boundary): Autoload.
2476
2477 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2480
2481 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         Typo fix "hoo4a" -> "hook".
2484
2485         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2486
2487 2010-08-14  Glenn Morris  <rgm@gnu.org>
2488
2489         * gnus-sync.el (gnus-sync): Fix defgroup version.
2490
2491 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2492
2493         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2494
2495         * gnus-sync.el: Fix docs.
2496         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2497         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2498
2499 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2500
2501         Optimizations for gnus-sync.el.
2502
2503         * gnus-sync.el: Add docs about gnus-sync-backend
2504         possibilities.
2505         (gnus-sync-save): Remove unnecessary message.
2506         (gnus-sync-read): Optimize and show what groups were skipped.
2507
2508 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2509
2510         Minor bug fixes for gnus-sync.el.
2511
2512         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2513         read the sync on get-new-news.
2514
2515         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2516         quiet.
2517
2518         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2519
2520 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2521
2522         Make saving and restoring of hidden threads work with overlays.
2523         Patch applied by Ted Zlatanov.
2524
2525         * gnus-sum.el (gnus-hidden-threads-configuration)
2526         (gnus-restore-hidden-threads-configuration): Update to deal with text
2527         properties, rather than searching for a magic character.
2528
2529 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2530
2531         New gnus-sync.el library for synchronization of marks.
2532
2533         * gnus-sync.el: New library for synchronization of marks.
2534
2535         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2536         renamed from `gnus-registry-grep-in-list'.
2537
2538         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2539
2540         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2541
2542 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2545         determining charset of text fails.
2546
2547 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * nnmail.el (nnmail-get-new-mail-1): Revert.
2550
2551         * nnml.el (nnml-active-number): Make sure names of newly created groups
2552         in nnml-group-alist are encoded.
2553
2554 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2557         containing non-ASCII characters in active file for nnml back end.
2558
2559 2010-07-24  David Engster  <dengste@eml.cc>
2560
2561         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2562         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2563
2564 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2565
2566         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2567         tag (Bug#6654).
2568
2569 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2572         the article buffer, not the summary buffer.
2573
2574 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2577         Emacs 23 as well.
2578
2579 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2582         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2583
2584 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2585
2586         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2587         Patch applied by Karl Fogel.
2588
2589         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2590         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2591
2592 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2593
2594         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2595         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2596         C-w still not working correctly from Article buffers; Thierry's
2597         patch to fix that will be applied after this.
2598
2599         * gnus-art.el (bookmark-make-record-function): New local variable.
2600
2601         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2602         article buffer.
2603         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2604
2605 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2606
2607         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2608         on changes in bookmark.el.
2609
2610 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2613         `no-log' instead of message not to log prompt string.
2614
2615 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2616
2617         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2618         the *other* type of HTML form submission.
2619
2620 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2621
2622         * auth-source.el (auth-source-pick): If choice does not contain a
2623         questioned keyword, set the check to t.
2624
2625 2010-06-12  Romain Francoise  <romain@orebokech.com>
2626
2627         * gnus-util.el (gnus-date-get-time): Move up before first use.
2628
2629 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2632         (gnus-article-edit-part): Bind it to make last part that is substituted
2633         or deleted visible.
2634         (gnus-mime-display-single): Buttonize part of which id equals to
2635         gnus-mime-buttonized-part-id.
2636
2637 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2638
2639         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2640         (gnus-dd-mmm): Use gnus-date-get-time.
2641         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2642         simplify logic.
2643         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2644         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2645
2646 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2647
2648         * auth-source.el (top): Autoload `secrets-list-collections',
2649         `secrets-create-item', `secrets-delete-item'.
2650         (auth-sources): Fix tag string.
2651         (auth-get-source, auth-source-retrieve, auth-source-create)
2652         (auth-source-delete): New defuns.
2653         (auth-source-pick): Rewrite in order to avoid 2 passes.
2654         (auth-source-forget-user-or-password): New parameter USERNAME.
2655         (auth-source-user-or-password): New parameters CREATE-MISSING and
2656         DELETE-EXISTING.  Retrieve password interactively, if needed.
2657
2658 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2659
2660         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2661         deleting unused directories when gnus-expert-user is t.
2662
2663 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2666         for each temp file when gnus-article-browse-delete-temp is ask.
2667
2668 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2669
2670         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2671         Lisp calls to delete-backward-char by calls to delete-char.
2672
2673 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2674
2675         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2676
2677 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2678
2679         * password-cache.el (password-cache-remove): Fix docstring.
2680
2681 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2684         article unless decoding article to be saved.
2685
2686 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2689         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2690         generated within the mm-with-unibyte-current-buffer macro.
2691
2692 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2695         to nil when we're in a mml-preview buffer and no group is selected.
2696
2697 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2698
2699         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2700         when catching the `C-g'.  Reported by "Leo".
2701
2702 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * message.el (message-forward-make-body-plain)
2705         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2706         multibyte-string-p.
2707
2708         * lpath.el: Revert.
2709
2710 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * message.el (message-forward-make-body-mml): Assume original message
2713         is multibyte string; error on unibyte.
2714         (message-forward-make-body-plain): Ditto; don't add excessive newline
2715         in body end.
2716
2717         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2718
2719 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2720
2721         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2722         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2723
2724 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * mm-extern.el (mm-extern-url): Don't use
2727         mm-with-unibyte-current-buffer.
2728         (mm-extern-cache-contents): Use with-current-buffer instead of
2729         save-excursion + set-buffer.
2730
2731 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * mm-util.el (mm-emacs-mule): Remove.
2734
2735 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2736
2737         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2738         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2739         change.
2740
2741 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2744         bind the default value of enable-multibyte-characters to nil.
2745
2746 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * message.el (message-forward-make-body-plain)
2749         (message-forward-make-body-mml):
2750         Don't use mm-with-unibyte-current-buffer.
2751
2752 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2753
2754         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2755
2756 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2757
2758         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2759         (Bug#5592).
2760
2761 2010-05-07  Julien Danjou  <julien@danjou.info>
2762
2763         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2764         it to mm-pipe-part.
2765
2766         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2767         it is given.
2768
2769 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * binhex.el (binhex-decode-region-internal)
2772         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2773         (dns-query)
2774         * nnweb.el (nnweb-gmane-search)
2775         * pgg-parse.el (pgg-parse-armor)
2776         * pgg.el (pgg-verify-region)
2777         * sha1.el (sha1-string-external)
2778         * uudecode.el (uudecode-decode-region-internal)
2779         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2780         XEmacs.
2781
2782         * gnus-art.el (gnus-article-browse-html-parts)
2783         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2784         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2785         make-temp-file.
2786
2787         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2788         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2789         compiling.
2790
2791         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2792         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2793         XEmacs when compiling.
2794
2795         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2796         gnus-pick-mode-off-hook for XEmacs when compiling.
2797         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2798         gnus-binary-mode-off-hook for XEmacs when compiling.
2799
2800         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2801         nil if char-charset is not available.
2802
2803         * imap.el (imap-disable-multibyte)
2804         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2805         macros.
2806
2807         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2808         instead of encode-coding-string.
2809
2810         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2811         'xemacs) instead of mm-emacs-mule to switch function definitions.
2812         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2813
2814         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2815         bind temporary-file-directory for XEmacs;
2816         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2817         timer-set-function for XEmacs 21.4 and SXEmacs;
2818         bind timer-list for XEmacs 21.4 and SXEmacs;
2819         fbind char-charset and find-charset-region for non-Mule XEmacs;
2820         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2821         encode-coding-region and encode-coding-string for XEmacs having no
2822         file-coding feature.
2823
2824 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2825
2826         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2827
2828 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2831         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2832
2833 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2834
2835         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2836         alias `jka-compr-delete-temp-file' no longer exists.
2837
2838 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2839
2840         Use define-minor-mode in Gnus where applicable.
2841         * mml.el (mml-mode): Use define-minor-mode.
2842         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2843         (gnus-undo-mode): Use define-minor-mode.
2844         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2845         (gnus-dead-summary-mode): Use define-minor-mode.
2846         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2847         Initialize in declaration.
2848         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2849         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2850         (gnus-mailing-list-mode): Use define-minor-mode.
2851         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2852         (gnus-draft-mode): Use define-minor-mode.
2853         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2854         (gnus-dired-mode): Use define-minor-mode.
2855
2856 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2857
2858         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2859         handles on recursive mml-to-mime translation and check them for
2860         boundary delimiter collisions.  Reported by Greg Troxel.
2861
2862 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2865
2866 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2867
2868         * mm-util.el (mm-find-buffer-file-coding-system):
2869         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2870
2871 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2872
2873         * message.el (message-generate-headers): Record insertion of optional
2874         headers as well.  Otherwise the check to prevent repeated insertion of
2875         optional headers is a no-op.
2876
2877 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2878
2879         * smime.el: Don't mention CVS.
2880
2881         * nnrss.el (nnrss-fetch): Don't mention CVS.
2882
2883         * nnir.el: Don't mention CVS.
2884
2885 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2888
2889 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * lpath.el: Fbind bookmark-default-handler,
2892         bookmark-get-bookmark-record, bookmark-make-record-default,
2893         bookmark-prop-get for Emacs <23 and XEmacs.
2894
2895 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2896
2897         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2898         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2899         Use with-current-buffer to silence the byte-compiler.
2900         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2901         bother to require `gnus'.
2902         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2903
2904 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2905
2906         * gnus-sum.el (gnus-summary-bookmark-make-record)
2907         (gnus-summary-bookmark-jump): New functions.
2908         (gnus-summary-mode): Setup bookmark support.
2909
2910 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2911
2912         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2913         if set.
2914
2915 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2918         gnus-article-browse-html-save-cid-image; make it work recursively for
2919         forwarded messages as well.
2920         (gnus-article-browse-html-parts): Work when prefix arg is given.
2921         (gnus-article-browse-html-article): Doc fix.
2922
2923 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2924
2925         * message.el (message-default-mail-headers):
2926         (message-default-headers): Carry the value mail-default-headers over
2927         into message-default-mail-headers, rather than message-default-headers.
2928
2929 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2930
2931         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2932         charset.
2933
2934         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2935         charset into the <meta> tag when the article is encoded to utf-8.
2936
2937 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2940         directories as well.
2941         (gnus-article-browse-html-parts): Work for images that do not specify
2942         file names; delete temp directory when quitting; insert header at the
2943         right place; use file: scheme for image files.
2944
2945 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2946
2947         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2948         (gnus-article-browse-html-parts): Use it to make temporary cid image
2949         files in addition to html file so that browser may display them.
2950
2951 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2952
2953         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2954
2955 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2958
2959 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2962         about Secret Service API sources.  Improve Customize options.
2963         (auth-source-pick): Change to accept any number of search parameters.
2964         Implement fallbacks iteratively, not recursively.  Add scoring on the
2965         second pass and sort by score.  Call Secret Service API when needed.
2966         (auth-source-user-or-password): Use it.  Call Secret Service API
2967         directly when needed to get the user name and the password.
2968
2969 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2970
2971         * message.el (message-interactive): Doc fix.
2972         (message-qmail-inject-args): Reflow.
2973         (message-kill-to-signature): Fix typo in docstring.
2974
2975         * smiley.el (smiley-buffer): Fix typo in docstring.
2976
2977 2010-03-24  Glenn Morris  <rgm@gnu.org>
2978
2979         * mail-source.el (gnus-message): Declare.
2980         (mail-source-delete-old-incoming): Require gnus-util.
2981
2982 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2985
2986         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2987
2988         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2989         password-cache's default if it is not bound.
2990         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2991         password-cache-expiry's default if it is not bound.
2992
2993         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2994         available in Emacs 21.
2995
2996         * lpath.el: Suppress compiler warnings for:
2997         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2998         XEmacs;
2999         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3000         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3001         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3002
3003 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3004
3005         * auth-source.el (auth-sources): Fix up definition so extra parameters
3006         are always inline.
3007
3008 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3009
3010         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3011         wasn't updated after mismatch.  Clear cached mailbox info correctly
3012         when uidvalidity changes.
3013         (nnimap-group-prefixed-name): New function to avoid some code
3014         duplication.
3015         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3016         (nnimap-request-group): Use it.
3017         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3018         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3019         with many imap folders.  This is done by caching the group status from
3020         the imap server persistently in a group parameter `imap-status'.  (This
3021         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3022         but not persistently, so every Gnus startup was still very slow.)
3023
3024 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3025
3026         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3027         delete the extra newline.  Otherwise editing of :string and :number
3028         types don't work.
3029
3030 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3033         secrets.el dependency.
3034         (auth-sources): Add optional user name.  Add secrets.el configuration
3035         choice (unused right now).
3036
3037 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3038
3039         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3040         `gnus-registry-install-shortcuts' fill in the functions.
3041
3042         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3043         warnings.
3044         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3045         (gnus-registry-install-shortcuts): Populate and use it in a
3046         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3047
3048 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3049
3050         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3051         In-place substitutions for the group name encoding/decoding.
3052         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3053         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3054         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3055         (nnimap-update-unseen, nnimap-request-list)
3056         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3057         (nnimap-request-set-mark, nnimap-split-to-groups)
3058         (nnimap-split-articles, nnimap-request-newgroups)
3059         (nnimap-request-create-group, nnimap-request-accept-article)
3060         (nnimap-request-delete-group, nnimap-request-rename-group)
3061         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3062         `encoded-mbx' for consistency.
3063         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3064         variable `imap-current-mailbox'.
3065
3066         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3067         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3068
3069 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3070
3071         * pop3.el (pop3-display-message-size-flag): Display message size byte
3072         counts during POP3 download.
3073         (pop3-movemail): Use it.
3074         (pop3-list): Implement listing of available messages.
3075
3076 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3077
3078         * nnir.el (nnir-get-article-nov-override-function): New function to
3079         override the normal NOV retrieval.
3080         (nnir-retrieve-headers): Use it.
3081
3082 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3083
3084         * auth-source.el (netrc-machine-user-or-password): Autoload.
3085
3086 2010-03-19  Glenn Morris  <rgm@gnu.org>
3087
3088         Stop message.el from loading about 40 libraries it doesn't always need.
3089         The general approach is to autoload rather than require, and to
3090         require in the specific functions rather than the file.  (Bug#5642)
3091
3092         * gmm-utils.el: Don't require wid-edit.
3093         (widget-create-child-value, widget-convert, widget-default-get):
3094         Autoload.
3095
3096         * gnus-util.el: Don't require time-date, netrc.
3097         (message-fetch-field, gnus-group-name-decode): Declare rather than
3098         autoloading.
3099         (gnus-fetch-field): Require message.
3100         (gnus-decode-newsgroups): Require gnus-group.
3101
3102         * ietf-drums.el: Don't require time-date.
3103
3104         * message.el: Don't require hashcash, canlock, ecomplete.
3105         Do require mail-utils.  Require nnheader only when compiling.
3106         (smtpmail-default-smtp-server): Remove declaration.
3107         (message-send-mail-function): Check smtpmail-default-smtp-server
3108         is bound rather than requiring smtpmail.
3109         (message-auto-save-directory, message-insert-signature): Use
3110         expand-file-name rather than nnheader-concat.
3111         (nnheader-insert-file-contents): Autoload.
3112         (hashcash-wait-async): Declare.
3113         (message-send-mail): Only call gnus-setup-posting-charset if
3114         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3115         (message-send-mail-with-sendmail): Require sendmail.
3116         (canlock-password, canlock-password-for-verify): Declare.
3117         (message-canlock-password): Require canlock.
3118         (nnheader-get-report): Autoload.
3119         (gnus-setup-posting-charset): Declare.
3120         (message-send-news): Require gnus-msg.
3121         (message-make-references, message-make-in-reply-to): Use mail-header-id
3122         rather than the alias mail-header-message-id.
3123         (ecomplete-add-item, ecomplete-save): Declare.
3124         (message-put-addresses-in-ecomplete): Require ecomplete.
3125         (ecomplete-display-matches): Autoload.
3126
3127         * mm-decode.el: Don't require mailcap, gnus-util.
3128         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3129         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3130         Autoload.
3131         (mailcap-mime-extensions): Declare.
3132
3133         * mm-encode.el: Don't require mailcap.
3134         (mailcap-extension-to-mime): Autoload.
3135
3136         * mml-sec.el: Don't require password-cache.
3137
3138         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3139         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3140         (mml-minibuffer-read-type): Require mailcap.
3141         (mml-preview): Require gnus-msg.
3142
3143         * mml1991.el: Require password-cache.
3144         (password-cache-expiry): Remove declaration.
3145
3146         * mml2015.el: Require password-cache.
3147         (password-cache-expiry): Remove declaration.
3148
3149         * nneething.el (mailcap): Require mailcap.
3150
3151         * nnheader.el (declare-function): Add compatibility stub.
3152         (message-remove-header): Declare rather than autoload.
3153         (nnheader-replace-header): Require message.
3154
3155         * nnimap.el (declare-function): Add compatibility stub.
3156         (netrc-parse, netrc-machine-user-or-password): Declare.
3157         (nnimap-open-connection): Require netrc.
3158
3159         * nntp.el (declare-function): Add compatibility stub.
3160         (netrc-parse, netrc-machine, netrc-get): Declare.
3161         (nntp-send-authinfo): Require netrc.
3162
3163         * rfc2047.el: Don't require qp.
3164         (quoted-printable-encode-region, quoted-printable-decode-string):
3165         Autoload.
3166
3167         * sieve-mode.el: Don't require easymenu.
3168         (easy-menu-add-item): Autoload it.
3169
3170         * spam-stat.el (time-to-number-of-days): Autoload it.
3171
3172 2010-03-19  Glenn Morris  <rgm@gnu.org>
3173
3174         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3175
3176 2010-03-18  Glenn Morris  <rgm@gnu.org>
3177
3178         * hashcash.el (declare-function): Remove duplicate definition.
3179
3180 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3181
3182         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3183         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3184         value if any backslash escapes).
3185
3186 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3189         if it is available.  (bug#5647)
3190
3191         * lpath.el: Suppress compiler warning for coding-system-from-name for
3192         Emacs 21 and XEmacs.
3193
3194 2010-03-14  Juri Linkov  <juri@jurta.org>
3195
3196         * hmac-def.el:
3197         * hmac-md5.el:
3198         * netrc.el: Fix keywords.
3199
3200 2010-02-26  Glenn Morris  <rgm@gnu.org>
3201
3202         * message.el (message-send-mail-function): Change the default, so that
3203         it inherits from a customized send-mail-function.  (Bug#5643)
3204
3205 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3206
3207         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3208         shell-command-to-string signals an error (bug#5299).
3209
3210 2010-02-24  Glenn Morris  <rgm@gnu.org>
3211
3212         * message.el (message-smtpmail-send-it)
3213         (message-send-mail-with-mailclient): Doc fixes.
3214
3215 2010-02-16  Glenn Morris  <rgm@gnu.org>
3216
3217         * message.el (message-default-mail-headers): Change the default value
3218         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3219
3220 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3223         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3224
3225 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3226
3227         * time-date.el (date-to-time): Doc fix (Bug#5408).
3228
3229 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3230
3231         * message.el (message-mail): Just pass yank-action on to message-setup.
3232         (message-setup): Handle (FUN . ARGS) form of yank-action.
3233         (message-with-reply-buffer, message-widen-reply)
3234         (message-yank-original): Handle non-buffer values of
3235         message-reply-buffer (Bug#4080).
3236         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3237
3238 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3239
3240         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3241         Fix typo in docstring.
3242
3243 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3244
3245         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3246         response.
3247
3248 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3251
3252         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3253
3254         * message.el (message-check-news-header-syntax): Protect against a
3255         string that `rfc822-addresses' returns when parsing fails.
3256
3257 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3260         (gnus-previous-char-property-change): New functions.
3261
3262         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3263
3264 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3265
3266         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3267         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3268
3269 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3270
3271         * message.el (message-exchange-point-and-mark): Rework last change to
3272         avoid using optional arg of exchange-point-and-mark, for backward
3273         compatibility.
3274
3275 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3276
3277         * message.el (message-exchange-point-and-mark): Call
3278         exchange-point-and-mark with an argument rather than setting
3279         mark-active by hand (Bug#5175).
3280
3281 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * nntp.el (nntp-service-to-port): Work for service expressed with
3284         numeric string; replace [:digit:] with [0-9] for XEmacs.
3285
3286 2009-12-17  Glenn Morris  <rgm@gnu.org>
3287
3288         * gnus-group.el (gnus-bug-group-download-format-alist):
3289         Change emacs entry to debbugs.gnu.org.  Bump :version.
3290
3291 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3292
3293         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3294
3295 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * message.el (message-info): Explain why we use `Info-goto-node'.
3298
3299 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3302
3303 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * message.el (message-completion-in-region): New compatibility function.
3306         (message-expand-group): Use it.
3307
3308 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3311         with no unread article should be listed if the 2nd arg `predicate' is
3312         given.
3313
3314 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3317
3318 2009-11-29  Juri Linkov  <juri@jurta.org>
3319
3320         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3321         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3322         on `gnus-recenter'. (Bug#4698, Bug#4981)
3323
3324 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3325
3326         * sha1.el (sha1-string-external): default-directory "/" in case
3327         otherwise non-existent.  process-connection-type pipe for touch of
3328         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3329
3330 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3331
3332         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3333         it's comms related and sgml-mode.el has "comm" on that basis too.
3334
3335 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3338         containing tspecial characters if they have been already quoted.
3339
3340 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3341
3342         * dns-mode.el (auto-mode-alist): Purecopy string.
3343
3344 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3345
3346         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3347
3348 2009-10-24  Glenn Morris  <rgm@gnu.org>
3349
3350         * gnus-art.el (help-xref-stack-item): Define for compiler.
3351
3352 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3353
3354         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3355
3356 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3359
3360 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3363         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3364
3365 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3368         (gnus-overlays-in): New alias to overlays-in.
3369
3370         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3371         gnus-overlay-get, and gnus-delete-overlay.
3372         (gnus-summary-show-thread): Make it work as well for systems in which
3373         next-single-char-property-change is not available.
3374         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3375
3376         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3377         (gnus-overlay-get): New alias to extent-property.
3378         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3379
3380         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3381         SXEmacs.
3382
3383         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3384         SXEmacs.
3385
3386 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3387
3388         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3389
3390 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3391
3392         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3393         and XEmacs that don't have `remove-overlays'.
3394
3395 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3396
3397         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3398         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3399         selective display.  Use overlays instead.
3400
3401 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3402
3403         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3404
3405 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3406
3407         * spam-stat.el (spam-stat-load): Fix typo in message.
3408
3409 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3410
3411         * dig.el (dig-invoke): Fix typo in docstring.
3412         (query-dig): Reflow docstring.
3413
3414 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3415
3416         * gnus-art.el (gnus-article-encrypt-body):
3417         * message.el (message-check-recipients):
3418         * mm-util.el (mm-codepage-setup):
3419         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3420         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3421
3422 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3423
3424         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3425         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3426         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3427         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3428         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3429
3430 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3431
3432         * dig.el: Add "Keywords: comm", as per net-utils.el.
3433
3434 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3435
3436         * dig.el (dig-mode): Use define-derived-mode.
3437
3438 2009-09-19  Glenn Morris  <rgm@gnu.org>
3439
3440         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3441
3442 2009-09-18  Glenn Morris  <rgm@gnu.org>
3443
3444         * gnus-diary.el (gnus-diary-check-message):
3445         * message.el (message-insert-formatted-citation-line):
3446         * nnbabyl.el (top-level):
3447         * nndiary.el (nndiary-schedule):
3448         Fix typos in condition-case handlers.
3449
3450 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3453         configuration that provides the sole article window in a frame;
3454         position point correctly after deleting a part.
3455
3456 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3457
3458         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3459         (spam-resolve-registrations-routine): Use it to unregister articles
3460         that change status.
3461
3462 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3465         with XEmacs.
3466         (parse-time-string-chars): Use it.
3467
3468 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3469
3470         * imap.el (imap-interactive-login): Better messages.
3471         (imap-open): Fix bug with renamed buffer on reconnect.
3472         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3473         for easier debugging and cleaner code.  On successful (guessed based on
3474         server capabilities) secondary authentication, set imap-state
3475         correctly.
3476         (imap-last-authenticator): Define imap-last-authenticator as a variable
3477         to avoid warnings.
3478
3479 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * nnrss.el (nnrss-request-article): Remove binding of
3482         default-enable-multibyte-characters that has gotten needless by
3483         the 2007-07-13 change in rfc2047-encode-message-header.
3484
3485         * mml.el (mml-insert-multipart): Error on the message header.
3486         (mml-insert-part): Error on the message header; position point at
3487         the end of a MIME tag.
3488
3489 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * time-date.el (autoload): Expand define-obsolete-function-alias into
3492         defalias and make-obsolete for old Emacsen that Gnus supports.
3493         (with-no-warnings): Define it for old Emacsen.
3494         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3495         is available.
3496         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3497         float-time is available; suppress compile warning for time-to-seconds.
3498
3499         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3500         (gnus-float-time): Alias to float-time if it exists.
3501
3502         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3503         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3504         float-time is available; suppress compile warning for time-to-seconds.
3505
3506         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3507         XEmacs.
3508
3509 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3510
3511         * imap.el (imap-message-map): Docstring fix.
3512
3513 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3516         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3517         Add the optional argument `encoding' that overrides the default.
3518
3519         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3520         mm-encode-buffer.
3521
3522 2009-09-04  Glenn Morris  <rgm@gnu.org>
3523
3524         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3525         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3526         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3527         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3528         * mm-util.el (mm-with-unibyte-current-buffer)
3529         (mm-find-buffer-file-coding-system):
3530         * yenc.el (yenc-decode-region): Use default-value rather than
3531         default-enable-multibyte-characters.
3532
3533 2009-09-03  Glenn Morris  <rgm@gnu.org>
3534
3535         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3536         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3537         than default-enable-multibyte-characters.
3538
3539 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3540
3541         * gnus-art.el (gnus-article-read-summary-keys):
3542         Fix gnus-buffer-configuration's value temporarily used.
3543
3544 2009-09-02  Glenn Morris  <rgm@gnu.org>
3545
3546         * gnus-util.el (gnus-float-time): New function.
3547         * gnus-delay.el (gnus-delay-article):
3548         * gnus-sum.el (gnus-thread-latest-date):
3549         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3550         * nnspool.el (nnspool-request-newgroups):
3551         Use gnus-float-time rather than time-to-seconds.
3552         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3553
3554         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3555         (gnus-header-subject-face, gnus-header-newsgroups-face)
3556         (gnus-header-name-face, gnus-header-content-face):
3557         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3558         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3559         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3560         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3561         (gnus-cite-face-11):
3562         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3563         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3564         (gnus-server-closed-face, gnus-server-denied-face)
3565         (gnus-server-offline-face):
3566         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3567         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3568         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3569         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3570         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3571         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3572         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3573         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3574         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3575         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3576         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3577         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3578         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3579         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3580         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3581         (gnus-summary-high-undownloaded-face)
3582         (gnus-summary-low-undownloaded-face)
3583         (gnus-summary-normal-undownloaded-face)
3584         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3585         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3586         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3587         (gnus-splash-face):
3588         * message.el (message-header-to-face, message-header-cc-face)
3589         (message-header-subject-face, message-header-newsgroups-face)
3590         (message-header-other-face, message-header-name-face)
3591         (message-header-xheader-face, message-separator-face)
3592         (message-cited-text-face, message-mml-face):
3593         * sieve-mode.el (sieve-control-commands-face)
3594         (sieve-action-commands-face, sieve-test-commands-face)
3595         (sieve-tagged-arguments-face):
3596         * spam.el (spam-face):
3597         Mark face aliases with "-face" in the name as obsolete.
3598
3599 2009-09-01  Glenn Morris  <rgm@gnu.org>
3600
3601         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3602         than goto-line.
3603
3604 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3607         Don't move point if the command is invoked inside the message header.
3608
3609 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3610
3611         * imap.el (imap-send-command): Simplify.
3612         (imap-wait-for-tag): point-max -> buffer-size.
3613
3614 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3615
3616         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3617         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3618         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3619         * nnir.el (nnir-swish-e-index-file):
3620         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3621         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3622         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3623         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3624         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3625         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3626
3627 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3630         Don't save excursion.
3631
3632 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3633
3634         * nnheader.el (nnheader-find-file-noselect):
3635         * mm-util.el (mm-insert-file-contents):
3636         Use (default-value 'major-mode) instead of default-major-mode.
3637
3638 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3639
3640         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3641
3642 2009-08-26  Glenn Morris  <rgm@gnu.org>
3643
3644         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3645         than placing in files.el.
3646
3647 2009-08-25  Glenn Morris  <rgm@gnu.org>
3648
3649         * nnir.el (top-level): Don't require cl at run-time.
3650         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3651         Replace cl-function substitute with gnus-replace-in-string.
3652         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3653         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3654         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3655         simplified expansions.
3656
3657 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3658
3659         * dig.el (dig): Add autoload cookie.
3660
3661 2009-08-22  Glenn Morris  <rgm@gnu.org>
3662
3663         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3664         goto-line.
3665
3666 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3667
3668         * parse-time.el (parse-time-string-chars): Save match data.
3669
3670 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3671
3672         * parse-time.el (parse-time-string-chars): Compute using character
3673         classes, to handle non-ascii characters (Bug#3190).
3674
3675 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3678
3679         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3680         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3681         (gnus-mm-display-part, gnus-mime-display-single)
3682         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3683         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3684
3685         * gnus-sum.el
3686         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3687         (gnus-summary-move-article): Add expirable mark to articles copied or
3688         moved to group that has auto-expire turned on if the option is non-nil.
3689
3690 2009-07-24  Glenn Morris  <rgm@gnu.org>
3691
3692         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3693         Fix typo.  (Bug#3903)
3694
3695 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3698         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3699         that should not be used for draft articles.
3700         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3701         that has no concern in minor mode keys.
3702         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3703         Abolish.
3704
3705 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3708         article without making inquiry to a user for unknown encoding.
3709
3710         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3711         (nnmaildir--scan): Assume i-node and device number that file-attributes
3712         returns might be cons-cell.
3713
3714         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3715
3716         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3717
3718 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * auth-source.el: Remove docs now in auth.texi.  Don't use
3721         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3722         `auth-source-hide-passwords' and use them.
3723
3724 2009-07-15  Glenn Morris  <rgm@gnu.org>
3725
3726         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3727
3728 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3731         excessive whitespace from the default values of title and description.
3732
3733 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3736         mail-fetch-field to fetch Content-Description header in order to
3737         exclude newlines.
3738
3739 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3740
3741         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3742         format used by GnuPG 2.0.11.
3743
3744 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3747         to deleted part.
3748
3749 2009-05-30  David Engster  <dengste@eml.cc>
3750
3751         * nnmairix.el: Remove old documentation in the commentary block.
3752         (nnmairix-request-group): Do not update active file for nnml back ends.
3753         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3754         end so that overview files are ignored.
3755         (nnmairix-update-groups): Make updating the groups more robust by using
3756         marks.
3757         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3758         with dollar characters in message-id.
3759
3760 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3763         2008-12-25 in dns.el.
3764
3765 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3766
3767         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3768         could happen if the text is only composed of spaces and/or tabs.
3769
3770 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3771
3772         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3773         when sending a queued message to avoid extra mml tags.
3774
3775 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3778
3779 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3782         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3783         rmail-toggle-header for XEmacs;
3784         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3785
3786 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * gnus-dired.el: Remove autoload for gnus-setup-message.
3789         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3790         displaying Gnus logo; always use compose-mail.
3791
3792 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3795
3796 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3799         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3800         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3801         available.
3802         (gnus-nocem-epg-verify): New function.
3803
3804 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3807
3808 2009-02-15  Glenn Morris  <rgm@gnu.org>
3809
3810         * gnus-util.el (rmail-insert-rmail-file-header)
3811         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3812         autoloads.
3813         (rmail-default-rmail-file): Remove unnecessary declaration.
3814         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3815
3816 2009-02-14  Glenn Morris  <rgm@gnu.org>
3817
3818         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3819         variable (only used in gnus-util, which declares it anyway).
3820         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3821         which was only needed by gnus-art (changed to not use it any more).
3822         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3823         only used in gnus-util, which autoloads it itself.
3824         (rmail-update-summary): Fix autoload.
3825
3826         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3827         rather than rmail-output-to-rmail-file.
3828
3829 2009-02-07  Glenn Morris  <rgm@gnu.org>
3830
3831         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3832         autoload of function that no longer exists.
3833         (rmail-toggle-header): Declare.
3834         (message-forward-rmail-make-body): Handle mbox Rmail.
3835
3836 2009-01-31  Glenn Morris  <rgm@gnu.org>
3837
3838         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3839         2009-01-09 change.
3840
3841 2009-01-31  Dave Love  <fx@gnu.org>
3842
3843         * imap.el (imap-fetch-safe): Bind debug-on-error.
3844         (imap-debug): Add imap-fetch-safe.
3845
3846 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3847
3848         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3849         (auth-source-forget-all-cached): New convenience function.
3850         (auth-source-user-or-password): Accept list of modes or a single mode.
3851
3852         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3853         auth-source modes.
3854
3855         * netrc.el (netrc-machine-user-or-password): Use list of
3856         auth-source modes.
3857
3858         * nnimap.el (nnimap-open-connection): Use list of
3859         auth-source modes.
3860
3861         * nntp.el (nntp-send-authinfo): Use list of
3862         auth-source modes.
3863
3864 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3867         now.
3868
3869 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3872         coding system in XEmacs; add a workaround for XEmacs.
3873
3874         * lpath.el: Fbind coding-system-aliasee.
3875
3876 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3879         of current-language-environment.
3880
3881 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3884         available at runtime.
3885
3886 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3889
3890 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3891
3892         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3893         the greatest positive fixnum value doesn't work under an XEmacs with
3894         bignum support; use the most-positive-fixnum constant instead,
3895         available since Emacs 21.1 with cl and XEmacs 21.1.
3896
3897 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3900         XEmacs gets not to work.
3901
3902 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * mm-util.el (mm-coding-system-priorities): Allow the value like
3905         "Japanese (UTF-8)" of current-language-environment.
3906
3907 2009-01-09  Glenn Morris  <rgm@gnu.org>
3908
3909         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3910         with last-command-event.
3911
3912 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3913
3914         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3915         in the doc string.
3916
3917         * message.el (message-fix-before-sending): Amend comment.
3918
3919 2009-01-08  Dave Love  <fx@gnu.org>
3920
3921         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3922
3923 2009-01-07  David Engster  <dengste@eml.cc>
3924
3925         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3926         simplified server definitions by converting it via
3927         gnus-server-to-method.
3928
3929 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3932         parameter's operands.
3933
3934 2009-01-06  David Engster  <dengste@eml.cc>
3935
3936         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3937         primary select method (for gnus-group-mark-article-as-read).
3938
3939 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3940
3941         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3942         `(gnus)Face', not `(gnus)X-Face'.
3943
3944 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * mm-util.el (mm-ucs-to-char): New function.
3947
3948         * mm-url.el (mm-url-decode-entities): Use it.
3949
3950         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3951         unicode-to-char.
3952
3953 2009-01-05  Dave Love  <fx@gnu.org>
3954
3955         * time-date.el: Require cl for `declare'.
3956
3957 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3958
3959         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3960         Dave Love.
3961
3962 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3963
3964         * message.el (message-fix-before-sending): Add `eight-bit' to
3965         illegible-text check.
3966
3967 2009-01-03  Michael Olson  <mwolson@gnu.org>
3968
3969         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3970         `headers' is nil.  This can occur if the IMAP server does not have
3971         permissions to read messages from a folder, but can write new messages
3972         to the folder.
3973         (nnimap-request-article-part): Do not insert `data' if it is nil.
3974
3975         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3976         characters which will confuse `read', so skip past them.
3977
3978 2009-01-01  Dave Love  <fx@gnu.org>
3979
3980         * imap.el (imap-string-to-integer): Fix typo.
3981         (imap-fetch-safe): New function.
3982         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3983
3984         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3985
3986         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3987         (imap-parse-greeting): Fix doc strings.
3988         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3989         (imap-parse-flag-list): Make messages unique.
3990         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3991
3992         * nnimap.el: Fix author email.
3993         (nnimap-split-rule): Add FIXME comment.
3994         (nnimap-debug): Fix doc string.
3995
3996 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3997
3998         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3999
4000 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4003         nslookup if resolv.conf isn't available.
4004         (dns-query): Rename from query-dns.
4005         (dns-query-cached): Rename from query-dns-cached.
4006
4007 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4010         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4011         to check if those variables exist (first appeared in Emacs 18.50).
4012
4013 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4014
4015         * mm-util.el (mm-line-number-at-pos): New function.
4016
4017         * spam-report.el (spam-report-process-queue): Use it.
4018
4019 2008-12-24  David Engster  <dengste@eml.cc>
4020
4021         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4022         parameters that haven't existed as variables as buffer-local variables.
4023
4024 2008-12-23  Dave Love  <fx@gnu.org>
4025
4026         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4027         cadar.
4028
4029         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4030         imap-starttls-p.
4031         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4032
4033 2008-12-22  Dave Love  <fx@gnu.org>
4034
4035         * imap.el: Fix author email.  Doc fixes.
4036         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4037         reply.
4038
4039 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * spam-report.el (spam-report-gmane-max-requests): New constant.
4042         (spam-report-gmane-wait): New variable.
4043         (spam-report-gmane-ham, spam-report-gmane-spam)
4044         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4045         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4046         the server.
4047
4048         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4049         Add explanations.
4050
4051         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4052         nnheader-accept-process-output and nnheader-read-timeout if available.
4053         (pop3-movemail): Use it.
4054
4055         * message.el (message-check-news-body-syntax): Fix signature check if
4056         there's an attachment.
4057
4058 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * mm-util.el: Add comments to the mm- emulating functions.
4061
4062 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4063
4064         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4065         by Stephen Berman <stephen.berman@gmx.net>.
4066
4067 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4068
4069         * mm-util.el (mm-substring-no-properties): New function.
4070         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4071         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4072         (mm-string-to-multibyte): Doc fix.
4073
4074         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4075
4076 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * mml.el (mml-attach-file): Strip text properties from file name.
4079         (Bug#1574)
4080
4081 2008-12-16  Glenn Morris  <rgm@gnu.org>
4082
4083         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4084
4085 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4088         knows since the charset specified might be a bogus alias that
4089         mm-charset-synonym-alist provides.
4090
4091 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4094         "ISO_8859-1".
4095
4096         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4097
4098 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * mm-util.el (mm-charset-eval-alist):
4101         Define it before mm-charset-to-coding-system.
4102         (mm-charset-to-coding-system): Add optional argument `silent';
4103         define it before mm-charset-override-alist.
4104         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4105         default value if it can be used in Emacs currently running;
4106         silence mm-charset-to-coding-system.
4107
4108 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4111         `allow-override' which says whether to use `mm-charset-override-alist'.
4112         (rfc2047-decode-encoded-words): Use it.
4113
4114         * mm-util.el (mm-charset-override-alist): Fix custom type;
4115         add `(gb2312 . gbk)' to choices.
4116
4117 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4120         fast.
4121
4122         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4123
4124         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4125
4126 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4127
4128         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4129         on links.
4130
4131         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4132
4133 2008-12-03  Lute Kamstra  <lute@gnu.org>
4134
4135         * sha1.el: Remove leading * from docstrings of defcustoms,
4136         deffaces, defconsts and defuns.
4137
4138 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4141         users' addresses that don't have domain parts.
4142         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4143         rather than message-narrow-to-head since there will be the message
4144         header separator.
4145
4146 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4147
4148         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4149         since the result is inserted in a unibyte buffer anyway.
4150         (nnimap-demule-use-string-to-multibyte): Remove.
4151         (nnimap-demule): Alias it to mm-string-to-multibyte.
4152
4153 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4156         variable for debugging bug#464 and bug#1174.
4157         (nnimap-demule): Use it.
4158
4159 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4160
4161         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4162         score calculation correctly.
4163
4164 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4165
4166         * message.el (message-send-mail): Just set the buffer to unibyte
4167         rather than use mm-with-unibyte-current-buffer which does a lot more.
4168         (message-send-mail-partially): Don't bother with
4169         mm-with-unibyte-current-buffer since it's already been made unibyte by
4170         message-send-mail.
4171
4172 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4175
4176 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4179
4180 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4183         require itself and to remove `with-no-warnings'.
4184
4185 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * starttls.el (starttls-any-program-available): Get the name of the
4188         available TLS layer program.
4189         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4190         well as the host name in the "opening" message.
4191
4192         * auth-source.el (auth-source-cache, auth-source-do-cache)
4193         (auth-source-user-or-password): Cache passwords and logins by default,
4194         allow override with `auth-source-do-cache'.
4195         (auth-source-forget-user-or-password): Allow users to remove cache
4196         entries if needed.
4197
4198 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4199
4200         * md4.el (md4-buffer): Fix typo in docstring.
4201         (md4, md4-64): Doc fixes.
4202         (md4-pack-int32): Reflow docstring.
4203
4204 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4205
4206         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4207         condition-case to only the forward-sexp call.
4208
4209 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4210
4211         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4212         quotes contained.  Make it more robust regardless by an extra
4213         condition-case wrapper.
4214
4215 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4218
4219 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * nnml.el (nnml-request-expire-articles): Check if the function set to
4222         `nnmail-expiry-target' returns the symbol `delete'.
4223
4224         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4225
4226         * nnmail.el (nnmail-expiry-target): Fix custom type.
4227
4228 2008-10-02  Glenn Morris  <rgm@gnu.org>
4229
4230         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4231         Silence compiler warning.
4232
4233 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4234
4235         * tls.el (open-tls-stream): Show the actual command being
4236         executed, instead of the format string.
4237
4238 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * lpath.el: Fbind codepage-setup for Emacs 23.
4241
4242 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4243
4244         * mml.el (mml-menu): Don't assume mml2015 is bound.
4245
4246 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4249         exists.
4250
4251 2008-09-27  Glenn Morris  <rgm@gnu.org>
4252
4253         * gnus-util.el (mail-header-remove-comments): Autoload it.
4254
4255 2008-09-27  Andreas Schwab  <schwab@suse.de>
4256
4257         * gnus-util.el (gnus-split-references): Strip comments.
4258         (gnus-parent-id): Likewise.
4259
4260 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4261
4262         * message.el (message-confirm-send): Fix version.
4263
4264 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * message.el (message-idna-to-ascii-rhs-1): Use
4267         mail-extract-address-components rather than mail-header-parse-addresses
4268         that is an alias by default to ietf-drums-parse-addresses that does not
4269         support non-ASCII names in headers' contents.
4270
4271 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * message.el (message-confirm-send): Fixed variable documentation to
4274         avoid the "y/n" wording.
4275
4276 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4277
4278         * message.el (message-set-auto-save-file-name): Save to a different
4279         filename so multiple messages (especially drafts) can be recovered.
4280
4281 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4282
4283         * message.el (message-confirm-send): Add appropriate version.
4284
4285 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4288         defvar.
4289
4290 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4291
4292         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4293         (mm-pkcs7-enveloped-magic): Ditto.
4294
4295 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4296
4297         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4298         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4299
4300 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4303         default, it's better.
4304
4305 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4308         summary line gnus-number property and ignore them (with a warning
4309         message).
4310
4311 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4314         macro caddr in the interactive form since it won't be expanded.
4315
4316 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4319         `charset'; fix name of function called recursively.
4320         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4321
4322 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4325         (gnus-mime-set-charset-parameters): New function.
4326         (gnus-mime-view-part-as-charset): Use it to correctly display part
4327         specifying wrong charset.
4328
4329 2008-09-08  David Engster  <dengste@eml.cc>
4330
4331         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4332         in completing-read for back end server.
4333
4334 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * message.el (message-confirm-send): New variable to confirm sending a
4337         message.
4338         (message-send): Use it.
4339
4340 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4343
4344 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4347
4348 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4351         prevent tracking too many groups.
4352         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4353         Use it.
4354
4355 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4356
4357         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4358         moving point to the bottom of the window in order to avoid recentering.
4359
4360 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4363
4364         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4365         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4366         (gnus-article-beginning-of-window): Fix calculation.
4367
4368 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-msg.el (gnus-summary-supersede-article)
4371         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4372         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4373         message header.
4374
4375 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4376
4377         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4378         pending output coming after the status change.
4379
4380 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4381
4382         * message.el:
4383         * gnus-start.el:
4384         * gnus-registry.el: Remove VMS support.
4385
4386 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4389         macro.
4390         (rfc2104-hash): Use it.
4391
4392 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4393
4394         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4395         (gnus-summary-sort-by-most-recent-date): New commands.
4396         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4397         and menu entries.
4398
4399 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4402         don't redisplay article for raw contents; remove plural articles stuff.
4403
4404         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4405         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4406         on gnus-summary-save-article; display results properly.
4407
4408 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * lpath.el: No need to fbind ns-focus-frame.
4411
4412 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4415
4416 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4419         gnus-save-all-headers.
4420
4421 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4422
4423         * gnus-util.el (ns-focus-frame): Remove declaration.
4424         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4425         like x.
4426
4427 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4428
4429         * rfc2104.el (rfc2104-zero): Delete defconst.
4430         (rfc2104-hex-alist): Likewise.
4431         (rfc2104-hex-to-int): Delete func.
4432         (rfc2104-hexstring-to-bitstring): Likewise.
4433         (rfc2104-nybbles): New defconst.
4434         (rfc2104-hash): Rewrite for speed.
4435
4436 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * tls.el (open-tls-stream): Make it work with the 2nd argument
4439         BUFFER that is a string but does not exist as a buffer object, as
4440         mentioned in the doc-string.
4441
4442 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4445         SXEmacs.
4446
4447 2008-07-16  Glenn Morris  <rgm@gnu.org>
4448
4449         * gnus-util.el (ns-focus-frame): Declare for compiler.
4450
4451 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4454         set as a group parameter.
4455         (gnus-summary-save-in-pipe): Work when it is called independently.
4456         (gnus-summary-pipe-to-muttprint): Don't modify
4457         gnus-summary-pipe-output-default-command.
4458
4459 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4460
4461         * message.el (message-send-mail-with-sendmail):
4462         Display the error message.
4463
4464 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (gnus-default-article-saver):
4467         Add gnus-summary-save-in-pipe to choices.
4468         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4469         gnus-summary-pipe-output-default-command as the default command.
4470         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4471         instead of gnus-last-shell-command.
4472
4473         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4474         New user option.
4475         (gnus-summary-muttprint-program): Mention the value will be changed.
4476         (gnus-summary-save-article): Force showing of all headers.
4477         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4478
4479 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4480
4481         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4482
4483 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4484
4485         * nnimap.el (nnimap-id):
4486         * sieve-manage.el (sieve-manage-open): Doc fixes.
4487
4488 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4489
4490         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4491         if available.
4492
4493 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4496
4497         * nnkiboze.el (nnkiboze-generate-group):
4498         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4499
4500         * nnmairix.el: Require CL.
4501
4502 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * dgnushack.el: Autoload get-display-table and put-display-table for
4505         XEmacs 21.5.
4506
4507         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4508         21.4 and SXEmacs.
4509
4510 2008-06-15  David Engster  <dengste@eml.cc>
4511
4512         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4513
4514 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4515
4516         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4517         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4518         runtime choice under XEmacs.
4519
4520         * gnus-sum.el (gnus-summary-set-display-table):
4521         Use `gnus-put-display-table', `gnus-get-display-table',
4522         `gnus-set-display-table' for the display table, instead of `aset'.
4523
4524         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4525         Use `gnus-put-display-table', `gnus-get-display-table',
4526         `gnus-set-display-table' for the display table.
4527
4528 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * nnmairix.el: Add autoloads.
4531
4532 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4533
4534         * nnmairix.el (nnmairix-delete-recreate-group)
4535         (nnmairix-update-and-clear-marks): Fix error messages.
4536
4537 2008-06-14  David Engster  <dengste@eml.cc>
4538
4539         * nnmairix.el: Upgrade to version 0.6.
4540         (nnmairix-group-toggle-propmarks-this-group)
4541         (nnmairix-group-toggle-readmarks-this-group)
4542         (nnmairix-group-delete-recreate-this-group)
4543         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4544         (nnmairix-remove-tick-mark-original-article): New commands.
4545         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4546         (nnmairix-propagate-marks-to-nnmairix-groups)
4547         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4548         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4549         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4550         functions needed for marks propagation and manipulation of read marks.
4551         (nnmairix-update-groups): New function.
4552         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4553         (nnmairix-determine-original-group-from-registry)
4554         (nnmairix-determine-original-group-from-path)
4555         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4556         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4557         New helper functions.
4558         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4559         keystrokes for new commands.
4560         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4561         (nnmairix-request-group): Check allow-fast group parameter.
4562         (nnmairix-request-create-group): Set allow-fast group parameter if
4563         nnmairix-allowfast-default is set.
4564         (nnmairix-close-group): Propagate marks upon closing if needed.
4565         (nnmairix-group-toggle-threads-this-group): Use new.
4566         nnmairix-group-toggle-parameter helper function.
4567         (nnmairix-search): Better check for empty search result.
4568         (nnmairix-goto-original-article): Use new helper functions for
4569         determining original article.
4570         (nnmairix-show-original-article): Make sure message-id is in brackets.
4571         (nnmairix-call-mairix-binary): Change variable name.
4572         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4573         helper function.
4574         (nnmairix-widget-toggle-activate): Fix doc string.
4575
4576 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * nnir.el: Require edmacro when compiling with XEmacs.
4579         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4580         available in Emacs 21.
4581
4582 2008-06-11  Glenn Morris  <rgm@gnu.org>
4583
4584         * gnus-util.el (x-focus-frame):
4585         * gnus.el (image-size):
4586         * mm-decode.el (image-size): Declare.
4587
4588         * gnus-picon.el (declare-function): Add compat definition.
4589         (image-size): Declare.
4590
4591         * gnus-group.el (tool-bar-map):
4592         * gnus-sum.el (tool-bar-map): Define for compiler.
4593
4594         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4595
4596         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4597
4598         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4599         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4600         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4601         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4602         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4603         * sieve-manage.el, spam-report.el, spam.el:
4604         Remove unnecessary eval-and-compile of autoloads.
4605
4606 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4607
4608         * auth-source.el: Precise Tramp doc.
4609
4610 2008-06-07  Glenn Morris  <rgm@gnu.org>
4611
4612         * nnmairix.el: Remove unnecessary eval-when-compile.
4613
4614 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * lpath.el: Fbind propertize for XEmacs 21.4.
4617
4618 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * nnir.el: Move here from ../contrib.
4621
4622 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4623
4624         * gnus-util.el (gnus-read-shell-command): New function.
4625         * mm-decode.el (mm-pipe-part):
4626         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4627
4628 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4631
4632 2008-06-03  Glenn Morris  <rgm@gnu.org>
4633
4634         * pop3.el (nnheader-accept-process-output): Autoload it.
4635
4636 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4639         are not 2-digit hexadecimal characters that follow `%'s.
4640
4641 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4642
4643         * message.el (message-bogus-recipient-p): Fix type in doc string.
4644         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4645         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4646         Improve custom options.
4647         (message-bogus-recipient-p): Adjust accordingly.
4648
4649 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4650
4651         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4652         long-form month and day names.
4653
4654 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * dgnushack.el: Autoload debug, eudc-expand-inline and
4657         pgg-snarf-keys-region for XEmacs.
4658
4659         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4660
4661         * nnmairix.el: Require edmacro when compiling with XEmacs.
4662
4663 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4666         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4667
4668 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4669
4670         * auth-source.el: Add more docs.
4671
4672         * netrc.el (netrc-machine): Always match if the port is not given.
4673
4674 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4675
4676         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4677         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4678         retrieval faster in some cases, but might make CPU usage larger.  If
4679         this has any bad side effects, we might revert this change.
4680
4681         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4682         seems to make mail retrieval much, much faster.
4683         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4684         unconditionally.
4685
4686         * gnus-draft.el (gnus-group-send-queue): Bind
4687         message-send-mail-partially-limit to nil to avoid being prompted.
4688
4689 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4692
4693         * message.el (message-bogus-address-regexp): Fix and improve custom
4694         type.
4695         (message-setup-hook): Add message-check-recipients as custom option.
4696
4697 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * message.el (message-cite-function): Remove bogus autoload which crept
4700         in during merge from v5-10.
4701
4702 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4705
4706         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4707
4708         * auth-source.el: Preliminary Tramp docs.
4709         (auth-sources): Change the default auth-sources to use
4710         EPA .gpg files.
4711
4712 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4713
4714         * nntp.el: Autoload `auth-source-user-or-password'.
4715         (nntp-send-authinfo): Use it.
4716
4717         * nnimap.el: Autoload `auth-source-user-or-password'.
4718         (nnimap-open-connection): Use it.
4719
4720         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4721         for the gnus-message function.
4722         (auth-source-user-or-password): Use it.
4723
4724 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4725
4726         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4727         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4728         (rfc2104-hash): Use it.
4729
4730 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4731
4732         * gnus-art.el (gnus-article-toggle-truncate-lines):
4733         Don't use `iff' in docstring.
4734
4735 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4736
4737         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4738
4739         * gnus-util.el (gnus-extract-address-component-name)
4740         (gnus-extract-address-component-email): Convenience functions around
4741         `gnus-extract-address-components'.
4742
4743         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4744         Use `gnus-extract-address-component-email' to fix bug of comparing full
4745         sender name to `user-mail-address'.
4746
4747 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4750         catch/throw to optimize.
4751         (gnus-registry-find-keywords): Just use member to find a keyword.
4752
4753 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4756         is current before calling gnus-server-prepare.
4757         (gnus-server-setup-buffer, gnus-server-update-server)
4758         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4759
4760 2008-05-04  Juri Linkov  <juri@jurta.org>
4761
4762         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4763         (mailcap-file-default-commands): Use mailcap-replace-in-string
4764         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4765         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4766
4767 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4768
4769         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4770
4771 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4772
4773         * gnus.el: Bump version to 0.11.
4774
4775 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4776
4777         * gnus.el: No Gnus v0.10 is released.
4778
4779 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4782         hooks.
4783         (gnus-update-read-articles): Speed up non-marks-using users.
4784         (gnus-use-marks): Define gnus-use-marks.
4785         (gnus-propagate-marks): Rename variable to something more sensible.
4786
4787 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4788
4789         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4790         (gmm-image-load-path-for-library): Fix typos in docstrings.
4791         (gmm-message): Reflow docstring.
4792
4793 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4794
4795         * mail-source.el (mail-source-set-1, mail-source-bind):
4796         Move auth-source code out of the macro to clean it up and fix bugs.
4797
4798 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4799
4800         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4801         by sender if it's equal to user-mail-address, it's likely to be
4802         useless.
4803
4804         * mail-source.el (mail-source-bind): Don't use user or password if they
4805         are not bound.  Unintern them if they are nil.  Don't use server unless
4806         it's bound, and default it to empty string otherwise.
4807
4808 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4809
4810         * mail-source.el: Load auth-source.el.
4811         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4812         get user name or password, if auth-sources is set up.
4813
4814         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4815         strategy of splitting with parent.
4816         (gnus-registry-split-fancy-with-parent)
4817         (gnus-registry-post-process-groups): Use it and fix prior
4818         bug (returning a list as the split result).
4819
4820         * auth-source.el (auth-sources): Remove server parameter.
4821         (auth-source-pick, auth-source-user-or-password)
4822         (auth-source-user-or-password-imap)
4823         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4824         (auth-source-user-or-password-sftp)
4825         (auth-source-user-or-password-smtp): Remove server parameter.
4826
4827 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4828
4829         * smime.el (smime-sign-region, smime-encrypt-region)
4830         (smime-decrypt-region):
4831         Remove redundant calls to `generate-new-buffer-name'.
4832
4833 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4834
4835         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4836         Don't use QP for message/rfc822.
4837         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4838
4839 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * sieve-manage.el (sieve-string-bytes): Remove.
4842         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4843         correct byte-length only if the process's coding-system is the same as
4844         the one used internally by Emacs to represent strings.
4845
4846 2008-04-22  Juri Linkov  <juri@jurta.org>
4847
4848         * mailcap.el (mailcap-file-default-commands): New function.
4849
4850 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * message.el (message-signature-separator, message-cite-function):
4853         Change custom version.
4854
4855 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4856
4857         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4858         commands.
4859         (tls-checktrust): Ditto.
4860
4861 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * mm-decode.el (mm-display-external): Make temp file read-only.
4864
4865 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4868         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4869         `C-c C-f d'.
4870
4871 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4872
4873         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4874
4875 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4876
4877         * gnus.el: Bump version to 0.9.
4878
4879 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * gnus.el: No Gnus v0.8 is released.
4882
4883 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4884
4885         * mail-source.el (mail-source-value):
4886         Prefer fboundp to functionp so it works with macros as well.
4887
4888 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4889
4890         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4891         Fix last change in case the element is not even a symbol.
4892
4893 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4894
4895         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4896         Prefer fboundp to functionp so it works with macros as well.
4897
4898 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4899
4900         * auth-source.el: Added docs.
4901         (auth-sources): Modify format to support server.
4902         (auth-source-pick, auth-source-user-or-password)
4903         (auth-source-user-or-password-imap)
4904         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4905         (auth-source-user-or-password-sftp)
4906         (auth-source-user-or-password-smtp): Add server parameter.
4907
4908 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * gnus-registry.el: Initialize the registry when gnus-registry-install
4911         is t.
4912
4913 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * compface.el (uncompface): Make buffer unibyte.
4916
4917 2008-04-05  Glenn Morris  <rgm@gnu.org>
4918
4919         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4920
4921 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4922
4923         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4924         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4925
4926         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4927         multibyteness after rather than before erasing it.
4928
4929         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4930         mm-with-multibyte.
4931         (gnus-request-article-this-buffer): Make sure the proper decoding is
4932         used if gnus-original-article-buffer happens to be unibyte.
4933
4934         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4935         default-enable-multibyte-characters.
4936
4937         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4938         default-enable-multibyte-characters.
4939
4940         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4941
4942         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4943
4944 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4945
4946         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4947         (imap-message-copyuid-1): Use it.
4948         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4949         J. Williams in
4950         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4951
4952         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4953         imap-enable-exchange-bug-workaround.
4954         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4955
4956 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4957
4958         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4959         a 100 byte status-checks into a 2-3MB transfer for each group.
4960         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4961         to enable bug workaround or not.
4962         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4963
4964 2008-03-31  Glenn Morris  <rgm@gnu.org>
4965
4966         * message.el (mml2015-use): Declare for compiler.
4967         (message-info): Require mml2015 when appropriate.
4968
4969 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4972         whitespace.
4973
4974 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4975
4976         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4977         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4978         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4979         (nntp-service-to-port): New function.
4980         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4981         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4982         (nntp-open-netcat-stream): New function.
4983         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4984
4985 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4986
4987         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4988
4989 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4990
4991         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4992
4993 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4994
4995         * dns.el (dns-write): Use set-buffer-multibyte.
4996
4997 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4998
4999         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5000
5001 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * message.el (message-signature-separator): Change default.
5004         Improve custom type.
5005         (message-cite-function): Change default to
5006         message-cite-original-without-signature.
5007
5008         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5009         toggle.
5010
5011         * message.el (message-check-news-body-syntax): Fix signature check.
5012         (message-setup-1): Mark buffer as unmodified _after_ running
5013         message-setup-hook and handling message-alternative-emails.
5014         (message-shorten-references): Be more strict when building list of
5015         valid references to comply with GNKSA.
5016
5017         * gnus-group.el (gnus-read-ephemeral-bug-group)
5018         (gnus-read-ephemeral-debian-bug-group)
5019         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5020
5021         * message.el (message-info): Don't use booleanp which isn't supported
5022         in Emacs 21 and XEmacs.
5023
5024 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5027         gnus-group-gmane-group-download-format.
5028         (gnus-group-read-ephemeral-gmane-group): Rename from
5029         gnus-group-read-ephemeral-gmane-group.
5030         (gnus-read-ephemeral-gmane-group-url): Rename from
5031         gnus-group-read-ephemeral-gmane-group-url.
5032         (gnus-bug-group-download-format-alist): New variable.
5033         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5034         (gnus-read-ephemeral-emacs-bug-group): New commands.
5035
5036 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5039         (gnus-visible-headers): Improve custom type.
5040
5041 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * mml.el (mml-menu): Add workarounds for XEmacs.
5044
5045         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5046         X-Boundary header.
5047
5048         * message.el (message-simplify-recipients): Fix previous commit.
5049
5050 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5051
5052         * mm-util.el (mm-set-buffer-multibyte): New function.
5053         * mm-decode.el (mm-copy-to-buffer): Use it.
5054
5055 2008-03-19  Glenn Morris  <rgm@gnu.org>
5056
5057         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5058         Accidentally removed in the sync process with Emacs.
5059
5060 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5061
5062         * message.el (message-alter-recipients-discard-bogus-full-name):
5063         New function.
5064         (message-alter-recipients-function): New variable.
5065         (message-get-reply-headers): Use it.
5066         (message-replace-header): New helper function.
5067         (message-recipients-without-full-name): New variable.
5068         (message-simplify-recipients): New command.
5069
5070         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5071
5072         * message.el (message-info): Handle EasyPG manual.
5073
5074         * mml.el (mml-menu): Add entry for EasyPG.
5075
5076 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5077
5078         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5079         parameter.
5080
5081         * message.el (message-disassociate-draft): Specify drafts group name
5082         fully.
5083
5084 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5085
5086         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5087         unnecessary duplicates from the match list.
5088
5089 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5092
5093         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5094
5095         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5096         args of `how-many' of which the XEmacs version doesn't take; declare
5097         Info-index-next as function.
5098
5099 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * gnus-score.el (gnus-score-headers): Fix handling of
5102         gnus-inhibit-slow-scoring.
5103
5104         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5105         string.
5106         (gnus-button-url-regexp): Improve handling of parenthesis.
5107         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5108         (gnus-button-handle-info-keystrokes): Handle index entries.
5109
5110 2008-03-15  Glenn Morris  <rgm@gnu.org>
5111
5112         * parse-time.el (parse-time-string): Simplify.
5113
5114 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5117         Incoming* files.
5118
5119 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5120
5121         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5122         (auth-source-pick): Use it.
5123
5124 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5125
5126         * binhex.el (binhex-decode-region-internal):
5127         * uudecode.el (uudecode-decode-region-internal):
5128         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5129         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5130         setting default-enable-multibyte-characters.
5131
5132 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * auth-source.el (auth-source-protocols)
5135         (auth-source-protocols-customize, auth-source-choices): Added and
5136         modified variable customizations and defaults.
5137         (auth-source-pick, auth-source-user-or-password)
5138         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5139         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5140         (auth-source-user-or-password-sftp)
5141         (auth-source-user-or-password-smtp): Use new variables and provide an
5142         interface to netrc.el.
5143
5144 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5147         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5148         Make sure the nntp port to specify is a string.
5149
5150 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5151
5152         * nntp.el: Use with-current-buffer.
5153         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5154         dubious mm-with-unibyte-current-buffer.
5155         (nntp-with-open-group-function): New function extracted from
5156         nntp-with-open-group macro.
5157         (nntp-with-open-group): Use the function, so it's easier to debug.
5158         Add indentation and debugging info.
5159         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5160         the use of the netcat alternatives.
5161
5162         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5163         Avoid mm-string-as-multibyte as well.
5164
5165         * nnweb.el (nnweb-insert-html):
5166         Remove use of nnheader-string-as-multibyte.
5167
5168         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5169         (nnheader-string-as-multibyte): Remove.
5170
5171         * mm-view.el: Use inhibit-read-only.
5172         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5173         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5174         or unibyte-string.
5175
5176         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5177         (mm-uu-yenc-extract): Use with-current-buffer.
5178
5179         * gnus-soup.el (gnus-soup-send-packet): Don't use
5180         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5181
5182         * nnmh.el: Use with-current-buffer.
5183         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5184         mm-string-as-multibyte on the output of mm-encode-coding-string.
5185
5186         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5187         (nnimap-request-move-article): Use with-current-buffer.
5188
5189         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5190         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5191         conversion uses string-make-unibyte rather than string-as-unibyte.
5192
5193         * gnus-msg.el: Use with-current-buffer.
5194
5195         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5196
5197 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5198
5199         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5200         string for caching if it is 'PIN.
5201
5202 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * lpath.el: Consider the case without Emacs/W3.
5205
5206 2008-03-08  Glenn Morris  <rgm@gnu.org>
5207
5208         * time-date.el (date-to-time, time-subtract, time-add)
5209         (safe-date-to-time): Doc fixes.
5210
5211 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * mail-source.el (mail-source-delete-old-incoming-confirm):
5214         Change default to nil.
5215         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5216
5217 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * lpath.el: Rearrange.
5220
5221         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5222         (gnus-article-goto-prev-page): Work for articles having ^L's.
5223
5224         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5225
5226         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5227
5228 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5229
5230         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5231         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5232         (gnus-bookmark-jump): Adjust some variable names.
5233
5234 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5235
5236         * auth-source.el: New package.
5237         (auth-source-choices): Add customization entry point variable.
5238
5239         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5240         bug.
5241
5242 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5243
5244         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5245         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5246         (gnus-registry-install-shortcuts): Rename from
5247         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5248         the `gnus-registry-mark-map' keymap dynamically from
5249         `gnus-registry-marks'.  The generated functions update the summary line
5250         when a registry mark is added or deleted, and will call
5251         `gnus-registry-install-p' (see the comments in the code).
5252         (gnus-registry-user-format-function-M): Use concat intelligently.
5253
5254         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5255         the registry mark functions.
5256
5257 2008-03-05  Glenn Morris  <rgm@gnu.org>
5258
5259         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5260         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5261         gnus-art.
5262         (top-level): No need to load own source when compiling.
5263
5264 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5267         Suggested by <chris.anderton@zetnet.co.uk>.
5268
5269 2008-03-04  Glenn Morris  <rgm@gnu.org>
5270
5271         * gnus-sum.el (top-level): No need to require gnus when compiling,
5272         since unconditionally required near start of file.
5273         (gnus-summary-display-while-building): Move definition before use.
5274
5275 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5276
5277         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5278         formatting function.
5279
5280 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5281
5282         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5283         with plists.
5284         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5285         Use new format.
5286
5287 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5290         `where-is-internal' that returns a range of key sequences.
5291
5292 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5293
5294         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5295
5296         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5297         (gnus-summary-jump-to-group): Consider windows on other displayed
5298         frames as well.  Similar changes might be needed elsewhere, but that's
5299         the one I've bumped into during my use.
5300
5301         * nndoc.el (nndoc-oe-dbx-type-p):
5302         * gnus-msg.el (gnus-debug):
5303         * gnus-group.el (gnus-update-group-mark-positions):
5304         Use mm-string-to-multibyte.
5305
5306 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5309         doesn't handle NotDashEscaped.
5310
5311         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5312         (mml-dnd-attach-options): Fix typo in custom choice.
5313
5314         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5315         nndoc-article-type to mbox.
5316         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5317
5318         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5319         to nil, instead of html2text.
5320
5321         * imap.el (imap-debug): Add `imap-ping-server'.
5322
5323         * gnus-bookmark.el: Add FIXMEs.
5324
5325         * message.el (message-form-letter-separator)
5326         (message-send-form-letter-delay): New variables.
5327         (message-send-form-letter): Use them.  New command to send form
5328         letters.  Requested by Uwe Siart.
5329         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5330
5331 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * Update copyright years.
5334
5335 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         Sync from EMACS_22_BASE.
5338
5339         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5340
5341 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5342
5343         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5344         empty author.
5345
5346 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5347
5348         * gnus-registry.el (gnus-registry-marks): Add variable for
5349         customization of marks and their appearance.
5350         (gnus-registry-read-mark): Use it.
5351         (gnus-registry-do-marks): Add utility function to loop through
5352         `gnus-registry-marks'.
5353         (gnus-registry-install-shortcuts-and-menus): Add function to install
5354         shortcuts and menus.
5355         (gnus-registry-initialize): Use it.
5356         (gnus-registry-default-mark): Clarify documentation.
5357
5358 2008-02-29  Glenn Morris  <rgm@gnu.org>
5359
5360         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5361         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5362         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5363         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5364         Change defcustom :version from 23.0 to 23.1.
5365
5366 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * gnus-registry.el (gnus-registry-follow-group-p)
5369         (gnus-registry-post-process-groups): Add functions to aid registry
5370         splitting and improve logging.  Clarify behavior in function
5371         documentation.
5372         (gnus-registry-split-fancy-with-parent): Use them.
5373
5374 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5375
5376         * gnus-art.el: Use with-current-buffer.
5377
5378 2008-02-27  David Engster  <dengste@eml.cc>
5379
5380         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5381         Express real group name in the response.
5382
5383 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5386         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5387         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5388         autoload gnus-registry-fetch-group when compiling.
5389         (nnmairix-request-group-with-article-number-correction): Remove
5390         unreferenced argument passed to nnmairix-call-backend.
5391
5392 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5395         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5396         Wilde.
5397
5398 2008-02-27  Glenn Morris  <rgm@gnu.org>
5399
5400         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5401         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5402         variables to defconsts.  Convert comments to doc-strings.
5403         (nnmairix-last-server, nnmairix-current-server): Convert from free
5404         variables to defvars.  Convert comments to doc-strings.
5405         (gnus-registry-fetch-group): Autoload.
5406         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5407         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5408         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5409         caddr.
5410         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5411         nnmairix-request-group-with-article-number-correction call.
5412         (nnmairix-fast, nnmairix-group): New, less general names, for free
5413         variables passed from nnmairix-request-group to
5414         nnmairix-request-group-with-article-number-correction.  Declare.
5415         (nnmairix-request-group-with-article-number-correction):
5416         Use nnmairix-fast, nnmairix-group rather than fast, group.
5417
5418 2008-02-26  David Engster  <dengste@eml.cc>
5419
5420         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5421         version 0.5.
5422
5423 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5426         instead of making an extra function call.  Don't add the current group
5427         to articles only when they have the group.  Use
5428         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5429         Reported by David <de_bb@arcor.de>.
5430
5431 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5434         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5435
5436 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * mail-source.el (mail-source-delete-incoming): Change default.
5439         Supplement doc string.
5440
5441         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5442
5443 2008-02-14  Glenn Morris  <rgm@gnu.org>
5444
5445         * time-date.el (format-seconds): New function.
5446
5447 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * nnmail.el (nnmail-message-id-cache-file): Derive from
5450         `gnus-home-directory'.
5451
5452 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5453
5454         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5455         Document negative prefix.
5456
5457         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5458
5459 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * message.el (message-unsent-separator): Add the Exim bounce
5462         separator.
5463
5464 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5465
5466         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5467         list.
5468         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5469         recipient/signer list.
5470
5471 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * Makefile.in (datarootdir): Define.
5474         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5475         name that might contain whitespace.
5476
5477 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5480         fbound (Emacs 23 unicode), signal an error.
5481
5482 2008-02-08  Glenn Morris  <rgm@gnu.org>
5483
5484         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5485
5486 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5487
5488         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5489         ports to the calls to `netrc-machine-user-or-password' in addition to
5490         "imap" and "imaps".
5491
5492 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5493
5494         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5495
5496         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5497
5498 2008-02-01  Kenichi Handa  <handa@m17n.org>
5499
5500         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5501         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5502         (rfc2104-hash): Convert the result of concat to unibyte string.
5503
5504 2008-02-01  Dave Love  <fx@gnu.org>
5505
5506         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5507         coding-system-for-read.
5508         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5509
5510 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5513         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5514         <hanche@math.ntnu.no>.
5515
5516 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5519
5520         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5521
5522 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5523
5524         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5525         * message.el (message-beginning-of-line): Use featurep instead of bound
5526         tests in order to resolve conditionals at compile time.
5527
5528 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5529
5530         * mail-source.el (mail-sources): Add `group' choice.
5531
5532         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5533         parameter `in-group' to control into which group the articles go.
5534         Add treatment of `group' mail-source.
5535
5536 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5539
5540         * mm-decode.el (mm-dissect-buffer): Decode description.
5541
5542         * mml.el (mml-to-mime): Encode message header first.
5543
5544 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5547         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5548
5549         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5550         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5551
5552 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5555
5556 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5559         prefix keys.
5560         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5561         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5562         gnus-xmas.el.
5563
5564         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5565         (gnus-xmas-article-describe-bindings): New function.
5566         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5567         gnus-xmas-article-describe-bindings.
5568
5569         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5570
5571 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5574         Add new variables for article mark management.
5575         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5576         list of extra data entries which, when present, will indicate that the
5577         article ID should not be trimmed from the registry.
5578         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5579         functions.
5580         (gnus-registry-read-mark): New function to read a mark name from the
5581         user.
5582         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5583         (gnus-registry-set-article-mark-internal): New functions to add and
5584         remove marks.
5585         (gnus-registry-get-article-marks): New function to show the marks for
5586         an article, or retrieve them for further use.
5587
5588 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5591         keys when no argument is given.
5592
5593 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * imap.el (imap-ping-server): New variable.
5596         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5597         (imap-ping-server): Minor doc string fixes.
5598
5599 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5600
5601         * imap.el (imap-ping-server): New function.
5602         (imap-opened): Call imap-ping-server.
5603
5604 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-sum.el (gnus-article-sort-by-random)
5607         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5608         jidanni@jidanni.org.
5609
5610 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-art.el (gnus-article-describe-bindings): New function.
5613         (gnus-article-read-summary-keys): Use it.
5614         (gnus-article-mode-map): Bind `C-h b' to it.
5615
5616 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5619         XEmacs.
5620         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5621         against non-character events.
5622
5623         * lpath.el: Fbind map-keymap for Emacs 21.
5624
5625 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5628         command.
5629         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5630         instead of END.  Change name of the temp file.
5631         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5632         customizable.
5633
5634 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5637         bind `S W' to gnus-article-wide-reply-with-original; set default
5638         binding to gnus-article-read-summary-send-keys.
5639         (gnus-article-read-summary-keys): Fix the order of keys; display
5640         continuation keys correctly in the echo area; describe bindings
5641         correctly when keys end with `C-h'.
5642         (gnus-article-read-summary-send-keys): New function.
5643         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5644         for gnus-article-read-summary-send-keys; display continuation keys
5645         correctly in the echo area.
5646         (gnus-article-reply-with-original): Ignore prefix argument.
5647         (gnus-article-wide-reply-with-original): New function.
5648
5649         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5650         Emacs 21.
5651
5652 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5655         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5656
5657 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5658
5659         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5660         (gnus-group-read-ephemeral-gmane-group): New command.
5661
5662 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5663
5664         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5665
5666 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * message.el (message-send-mail-function): Increase custom version.
5669
5670         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5671         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5672
5673 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5676         for the cases where imap-authenticate is called with a nil buffer
5677         parameter.
5678
5679 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5682         html parts correctly; support forwarded messages.
5683         (gnus-article-browse-html-article): Remove work buffers.
5684
5685         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5686         compiling.
5687         (netrc-bound-and-true-p): New macro.
5688         (netrc-parse): Use it instead of bound-and-true-p that is not available
5689         in XEmacs 21.4.
5690
5691 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * gnus-registry.el (gnus-registry-mark-article)
5694         (gnus-registry-article-marks): Add functionality to mark articles
5695         through the Gnus registry.
5696
5697         * encrypt.el: Clarify documentation for the new pgg method.
5698         (encrypt-file-alist): Add PGG option.
5699         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5700         functionality.  Abstract password key and messaging to external
5701         functions.
5702         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5703         (encrypt-message-method-and-cipher): Add new convenience external
5704         functions.
5705         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5706         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5707
5708         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5709         (netrc-parse): Use encrypt-file-alist to determine if
5710         encrypt-find-model or encrypt-insert-file-contents should be used.
5711
5712         * encrypt.el: Clarify documentation.  Load password-cache or
5713         password, whichever one is found first, instead of autoloading.
5714
5715 2007-12-19  Glenn Morris  <rgm@gnu.org>
5716
5717         * mml.el (message-options-set, message-narrow-to-head)
5718         (message-in-body-p, message-mail-p, message-encode-message-body):
5719         Autoload.
5720         (message-remove-header, message-narrow-to-headers-or-head)
5721         (message-subscribed-p, message-make-mail-followup-to)
5722         (message-position-on-field, message-news-p)
5723         (message-options-set-recipient, message-generate-headers)
5724         (message-sort-headers): Declare as functions.
5725
5726 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5729         convention in doc string.
5730
5731 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5734         title to html parts.
5735         (gnus-article-browse-html-article): Pass message header to it.
5736
5737         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5738
5739 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5740
5741         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5742         or password compatible with XEmacs.
5743
5744 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5747         format document.
5748         (gnus-mime-delete-part): Don't write description line if empty.
5749         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5750
5751 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5752
5753         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5754         (gnus-summary-mark-read-and-unread-as-read)
5755         (gnus-summary-mark-current-read-and-unread-as-read)
5756         (gnus-summary-mark-unread-as-ticked): Doc fix.
5757         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5758
5759 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5762         Christoph Conrad <christoph.conrad@gmx.de>.
5763
5764 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5767         yes-or-no-p.
5768
5769 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * mm-decode.el (mm-add-meta-html-tag): New function.
5772         (mm-save-part-to-file, mm-pipe-part): Use it.
5773
5774         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5775         gnus-y-or-n-p instead of y-or-n-p.
5776         (gnus-article-browse-html-parts): Work with message/external-body; use
5777         mm-add-meta-html-tag.
5778
5779 2007-12-11  Glenn Morris  <rgm@gnu.org>
5780
5781         * gnus-cache.el: Require gnus-sum not just when compiling.
5782
5783         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5784
5785         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5786         definitions before use.
5787
5788         * mm-decode.el: Require gnus-util.
5789         (mm-remove-part): Only call delete-annotation on XEmacs.
5790
5791         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5792
5793         * nnmail.el: Require gnus-int.
5794
5795         * spam.el: Move `require's before `eval-when-compile's.
5796
5797         * gnus-ems.el (gnus-alive-p):
5798         * gnus-fun.el (message-goto-eoh):
5799         * gnus-util.el (gnus-group-name-decode):
5800         * mail-source.el (gnus-compress-sequence):
5801         * message.el (Info-goto-node, format-spec):
5802         * mm-bodies.el (message-options-get):
5803         * mm-decode.el (mm-view-pkcs7):
5804         * mm-util.el (gmm-write-region):
5805         * mml-smime.el (mml-compute-boundary)
5806         (gnus-completing-read-with-default):
5807         * mml.el (widget-button-press, gnus-make-hashtable):
5808         * mml1991.el (mm-decode-content-transfer-encoding)
5809         (mm-encode-content-transfer-encoding)
5810         (message-options-get, message-options-set):
5811         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5812         * nnfolder.el (gnus-request-group):
5813         * nnheader.el (ietf-drums-unfold-fws):
5814         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5815         * smime.el (gnus-run-mode-hooks):
5816         * spam-stat.el (gnus-message): Autoload.
5817
5818         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5819         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5820         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5821         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5822         Add declare-function compatibility definition.
5823
5824         * gnus-cache.el (nnvirtual-find-group-art):
5825         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5826         (gnus-add-image, gnus-add-wash-type):
5827         * gnus-group.el (nnkiboze-score-file):
5828         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5829         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5830         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5831         (message-tokenize-header, gnus-get-buffer-create)
5832         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5833         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5834         * gnus.el (gnus-group-decoded-name):
5835         * mail-source.el (imap-capability):
5836         * mm-bodies.el (message-options-set):
5837         * mm-decode.el (gnus-configure-windows):
5838         * mm-extern.el (message-goto-body):
5839         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5840         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5841         (epg-sub-key-validity, message-options-set):
5842         * mml.el (widget-event-point, gnus-configure-windows):
5843         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5844         * mml2015.el (epg-check-configuration, epg-configuration)
5845         (message-options-set):
5846         * nndb.el (nndb-request-article):
5847         * nnfolder.el (gnus-request-create-group):
5848         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5849         * nnmaildir.el (gnus-group-mark-article-read):
5850         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5851         * rfc1843.el (message-fetch-field):
5852         * spam.el (gnus-extract-address-components):
5853         Declare as functions.
5854
5855 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5858
5859         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5860
5861         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5862         bind show-trailing-whitespace for XEmacs.
5863
5864 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5867         new no-op macro for backward compatibility.
5868
5869         * imap.el (imap-string-to-integer): New function.
5870
5871 2007-12-09  Glenn Morris  <rgm@gnu.org>
5872
5873         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5874
5875         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5876         * message.el, mm-view.el, sieve-manage.el, smime.el:
5877         Add declare-function compatibility definition.
5878
5879         * gnus-art.el (w3-region, w3m-region, Info-menu):
5880         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5881         * gnus-sum.el (gnus-get-predicate):
5882         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5883         * message.el (mail-abbrev-in-expansion-header-p):
5884         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5885         (w3m-detect-meta-charset, w3m-region):
5886         * sieve-manage.el (password-read, password-cache-add)
5887         (password-cache-remove):
5888         * smime.el (password-read-and-add): Declare as functions.
5889
5890 2007-12-08  David Kastrup  <dak@gnu.org>
5891
5892         * gnus-sum.el (gnus-summary-simplify-subject-query):
5893         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5894         `message'.
5895
5896 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5899         it to bind idna-program, installation-directory, defined-colors, and
5900         face-attribute for XEmacs of the version that compiles defcustom forms.
5901
5902 2007-12-07  Glenn Morris  <rgm@gnu.org>
5903
5904         * gnus-art.el (article-make-date-line): Revert previous change.
5905
5906 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5909
5910 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5911
5912         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5913         Call gnus-add-to-range ranges only once with a prepared article-list.
5914
5915 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5916
5917         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5918         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5919         group names with backslashes.  Reported by Tassilo Horn
5920         <tassilo@member.fsf.org>.
5921
5922 2007-12-06  Deepak Goel  <deego3@gmail.com>
5923
5924         * gnus-art.el (article-make-date-line):
5925         * gnus-start.el (gnus-load):
5926         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5927
5928 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-use-idna)
5931         * gnus-start.el (gnus-site-init-file)
5932         * message.el (message-use-idna)
5933         * mm-uu.el (mm-uu-hide-markers)
5934         * smiley.el (smiley-style): Revert changes that suppress warnings.
5935
5936 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5939         specify charset to html source.  Reported by Christoph Conrad
5940         <christoph.conrad@gmx.de>.
5941
5942 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5945         idna-program in order to suppress byte compile warning issued by XEmacs
5946         that came to byte compile the default value section of defcustom forms
5947         recently.
5948
5949         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5950         value of installation-directory.
5951
5952         * message.el (message-use-idna): Don't directly refer to the value of
5953         idna-program.
5954
5955         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5956
5957         * smiley.el (smiley-style): Don't directly call face-attribute.
5958
5959 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5960
5961         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5962
5963         * gnus-dired.el: Reduce Gnus dependencies.
5964         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5965         require.  Use autoloads instead.
5966         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5967         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5968         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5969         (gnus-dired-mode): Adjust doc string.
5970         (gnus-dired-mail-mode): New variable.
5971         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5972         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5973         (gnus-dired-mail-buffers): New function.  Return mail or message
5974         composition buffers.
5975         (gnus-dired-attach): Use it.
5976         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5977         NO-DECODE.
5978         (gnus-dired-print): Use `gnus-print-buffer' depending on
5979         `gnus-dired-mail-mode'.
5980
5981 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * rfc2047.el (rfc2047-encoded-word-regexp)
5984         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5985         explaining what regexp patterns are for.
5986
5987 2007-12-04  Glenn Morris  <rgm@gnu.org>
5988
5989         * password.el: Move to password-cache.el.
5990
5991         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5992         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5993         * mml-smime.el (password-read, password-cache-add)
5994         (password-cache-remove):
5995         No need to autoload, since mml-sec requires password.
5996
5997         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5998         * message.el (gnus-extract-address-components):
5999         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6000
6001         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6002         password.
6003
6004 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * mailcap.el: Reduce dependencies.
6007         (mail-header-parse-content-type): Autoload.
6008         (mailcap-delete-duplicates): New alias.
6009         (mailcap-mime-info): Add optional argument NO-DECODE.
6010         (mailcap-mime-types): Use mailcap-delete-duplicates.
6011
6012         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6013
6014 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6015
6016         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6017         (imap-parse-status): Upcase status-att for servers that sends them
6018         lower-case (e.g., MS Exchange 2007).
6019
6020 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6021
6022         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6023         function.
6024
6025         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6026         (gnus-uu-yenc-article): New function.
6027
6028         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6029
6030         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6031         buffer.
6032
6033 2007-12-02  Glenn Morris  <rgm@gnu.org>
6034
6035         * binhex.el (binhex): New custom group.
6036         (binhex-decoder-program, binhex-decoder-switches)
6037         (binhex-use-external): Move to the binhex custom group.
6038
6039         * uudecode.el (uudecode): New custom group.
6040         (uudecode-decoder-program, uudecode-decoder-switches)
6041         (uudecode-use-external): Move to the uudecode custom group.
6042
6043         * netrc.el (top-level): Don't load `encrypt' features.
6044         (netrc-parse): Don't use encrypt.
6045         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6046
6047         * encrypt.el: Remove file.
6048
6049 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6050
6051         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6052         matches on patches.
6053
6054         * gnus-art.el (gnus-article-browse-html-article): Mention
6055         `mm-text-html-renderer' in the doc string.
6056
6057         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6058         string.  Add comments.
6059
6060         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6061         if rhs is ASCII.
6062
6063 2007-12-01  Glenn Morris  <rgm@gnu.org>
6064
6065         * mail-source.el (top-level): Require format-spec before
6066         eval-when-compile.
6067
6068 2007-11-30  Glenn Morris  <rgm@gnu.org>
6069
6070         * encrypt.el: Require password, rather than autoloading password-read.
6071
6072 2007-11-29  Glenn Morris  <rgm@gnu.org>
6073
6074         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6075         (sasl-make-client, sasl-next-step, sasl-step-data)
6076         (sasl-step-set-data): Declare as functions.
6077
6078 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6081
6082 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6083
6084         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6085         certs should be verified and what is to be done in the event of a
6086         verification failure.
6087
6088         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6089         caller can indicate whether the cache should be disregarded for this
6090         call.  This way the result of the call is reproducible at all times and
6091         can be considered a canonical server name for the supplied method.
6092         (gnus-agent-method-p): Canonicalize server names by pushing their
6093         method through `gnus-method-to-server' using the no-cache argument.
6094
6095         * gnus-srvr.el (gnus-server-insert-server-line): Call
6096         `gnus-method-to-server' with `no-cache' argument.
6097
6098         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6099         gnus-agent-possibly-synchronize-flags as this should be called when the
6100         server is actually being opened.
6101         (gnus-agent-possibly-synchronize-flags)
6102         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6103         flags file of an agentized server to the latter function.
6104
6105         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6106         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6107         after a connection has been established successfully.
6108
6109 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el (article-display-face): Force to display face if called
6112         interactively; check if gnus-article-x-face-too-ugly matches author.
6113         (article-display-x-face): Display face even if From header is missing
6114         as article-display-face does.
6115
6116 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6117
6118         * hashcash.el (message-narrow-to-headers-or-head)
6119         (message-fetch-field, message-goto-eoh)
6120         (message-narrow-to-headers): Declare as functions.
6121
6122 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * mail-source.el (mail-sources): Default to fetch from file for
6125         compatibility with default of nnmail-spool-file.
6126
6127 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6130         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6131         to look for encoded word that should be encoded again.
6132         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6133         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6134         encoding pattern.
6135         (rfc2047-decode-region): Switch strict regexp and loose one according
6136         to rfc2047-allow-irregular-q-encoded-words.
6137
6138 2007-11-25  Romain Francoise  <romain@orebokech.com>
6139
6140         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6141
6142 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * tls.el (tls-program): Provide more custom choices from
6145         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6146         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6147
6148 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6149
6150         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6151         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6152
6153         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6154         `nnmail-spool-file'.
6155
6156         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6157         `nnmail-spool-file'.
6158
6159         * gnus-move.el (gnus-change-server): Ditto.
6160
6161         * gnus-kill.el (gnus-batch-score): Ditto.
6162
6163         * gnus-cache.el (gnus-jog-cache): Ditto.
6164
6165         * gnus-msg.el (gnus-summary-reply):
6166         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6167
6168 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6171         version.  Minor improvement to doc strings.
6172         (tls-program): Add comment.
6173
6174 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6175
6176         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6177         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6178         mismatch between the hostname provided in the certificate and the name
6179         of the host connnecting to.
6180         (open-tls-stream): Use them.  Check certificates against trusted root
6181         certificates.
6182
6183 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * gnus-cache.el (gnus-cache-generate-nov-databases):
6186         Use nnml-generate-nov-databases-directory instead of
6187         nnml-generate-nov-databases-1.
6188
6189 2007-11-24  Glenn Morris  <rgm@gnu.org>
6190
6191         * message.el (message-tool-bar-retro): Update for rename
6192         mail_send.xpm->mail-send.xpm.
6193
6194 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6197         `smime-ldap-search' for Emacs 22 and up.
6198
6199 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6200
6201         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6202
6203         * message.el (message-send-mail-function): Fix error convention.
6204         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6205         (message-widen-reply, message-send-mail, message-talkative-question)
6206         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6207         (message-clone-locals, message-send-news): Use with-current-buffer.
6208         (message-insert-or-toggle-importance): Remove unused var `valid'.
6209         (message-make-references): Remove unused var `new-references'.
6210         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6211
6212 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6213
6214         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6215         (spam-split-symbolic-return-positive): Reflow docstring.
6216         (spam-backends, spam-summary-exit-behavior)
6217         (spam-mark-ham-unread-before-move-from-spam-group)
6218         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6219         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6220         (spam-clear-cache, spam-backend-check, spam-install-backend)
6221         (spam-install-statistical-backend, spam-list-of-processors)
6222         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6223         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6224         (spam-check-crm114, spam-initialize, spam-unload-hook):
6225         Fix typos in docstrings.
6226
6227 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6230         been checked if they have never been read and those group levels are
6231         higher than the one that a user specified.
6232
6233 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6236         foreign groups unless a group level is specified by a user.
6237         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6238
6239 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * message.el (message-send-mail-function): Require sendmail.
6242
6243 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * message.el (message-send-mail-function): Check for smtpmail too.
6246
6247         * utf7.el (utf7-encode, utf7-decode): Use coding system
6248         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6249
6250         * message.el (message-send-mail-function): New function.
6251         (message-send-mail-function): Set default using
6252         message-send-mail-function.  Adjust doc string.
6253         (message-send-mail-with-mailclient): New function.
6254
6255 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6256
6257         * smime.el (from):
6258         * rfc2047.el (message-posting-charset):
6259         * qp.el (mm-use-ultra-safe-encoding):
6260         * pop3.el (parse-time-months):
6261         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6262         * nnml.el (files):
6263         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6264         (jka-compr-compression-info-list, ange-ftp-path-format)
6265         (efs-path-regexp):
6266         * nndiary.el (files):
6267         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6268         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6269         (epg-digest-algorithm-alist, inhibit-redisplay)
6270         (password-cache-expiry):
6271         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6272         (pgg-output-buffer, password-cache-expiry):
6273         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6274         (efs-path-regexp):
6275         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6276         (inhibit-redisplay):
6277         * mm-uu.el (file-name, start-point, end-point, entry)
6278         (gnus-newsgroup-name, gnus-newsgroup-charset):
6279         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6280         (latin-unity-ucs-list):
6281         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6282         (mm-uu-binhex-decode-function):
6283         * message.el (gnus-message-group-art, gnus-list-identifiers)
6284         (rmail-enable-mime-composing, gnus-local-organization)
6285         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6286         (gnus-read-active-file, facemenu-add-face-function)
6287         (facemenu-remove-face-function, gnus-article-decoded-p)
6288         (tool-bar-mode):
6289         * mail-source.el (display-time-mail-function):
6290         * gnus-util.el (nnmail-pathname-coding-system)
6291         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6292         (gnus-original-article-buffer, gnus-user-agent)
6293         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6294         (xemacs-codename, sxemacs-codename, emacs-program-version):
6295         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6296         * gnus-start.el (gnus-agent-covered-methods)
6297         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6298         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6299         (gnus-newsgroup-headers, gnus-group-list-mode)
6300         (gnus-group-mark-positions, gnus-newsgroup-data)
6301         (gnus-newsgroup-unreads, nnoo-state-alist)
6302         (gnus-current-select-method, mail-sources)
6303         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6304         (nnmail-spool-file, gnus-cache-active-hashtb):
6305         * gnus-mh.el (mh-lib-progs):
6306         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6307         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6308         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6309         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6310         (gnus-group-buffer):
6311         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6312         (font-lock-set-defaults):
6313         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6314         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6315         (gnus-summary-post-menu, total-parts, type, condition, length):
6316         * gnus-agent.el (gnus-agent-read-agentview):
6317         * flow-fill.el (show-trailing-whitespace):
6318         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6319         eval-and-compile wrappers for byte compiler pacifiers.
6320
6321         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6322         (mm-display-inline-fontify): Check for featurep 'xemacs not
6323         extent-list.
6324
6325         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6326         itimer-list.
6327         (mm-create-image-xemacs): Only do something for XEmacs.
6328         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6329
6330         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6331
6332         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6333         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6334
6335 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6336
6337         * nnimap.el (nnimap-split-download-body):
6338         * gnus-demon.el (gnus-demon):
6339         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6340
6341 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6344         macros.
6345         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6346         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6347         copy data from unibyte buffer to multibyte current buffer.
6348         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6349         to copy data from unibyte current buffer to multibyte buffer.
6350         (nntp-make-process-buffer): Make process buffer unibyte.
6351
6352         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6353
6354 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6355
6356         * pop3.el (pop3-open-server): Accept and process data more robustly at
6357         connexion start to avoid spurious "POP SSL connexion failed" errors.
6358
6359 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6362         read group names.
6363
6364 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6367
6368 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6371         (nnmail-save-active): Use a unibyte buffer when saving active file,
6372         which may contain non-ASCII group names.
6373
6374         * nnml.el (nnml-request-group): Decode group names in messages.
6375
6376 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6377
6378         * message.el (message-citation-line-function)
6379         (message-insert-formatted-citation-line): Fix spelling of
6380         `message-insert-formated-citation-line'.
6381
6382 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6385
6386 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6389         nnmail-pathname-coding-system.
6390
6391         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6392         that a user enters; decode group names in messages.
6393
6394         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6395
6396 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6399
6400         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6401
6402         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6403         risky local variable.
6404
6405         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6406
6407 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6408
6409         * encrypt.el: Improve documentation to fix function name typo.
6410         Reported by Daiki Ueno <ueno@unixuser.org>.
6411
6412 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6415         even if the point is not in the last page of an article.
6416         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6417         back to the previous page.
6418
6419 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6422
6423 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6424
6425         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6426
6427 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6428
6429         * message.el (message-check-news-body-syntax): Avoid
6430         mm-string-as-multibyte.
6431         (message-hide-headers): Don't assume (point-min)==1.
6432
6433 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * message.el (message-remove-blank-cited-lines): Fix if remove is
6436         given.
6437         (message-bogus-address-regexp): New variable.
6438         (message-bogus-recipient-p): New function.
6439         (message-check-recipients): New command.
6440         (message-syntax-checks): Add `bogus-recipient'.
6441         (message-fix-before-sending): Add `bogus-recipient'.
6442
6443         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6444         (gnus-treat-body-boundary): Don't test window-system.
6445
6446 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6447
6448         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6449
6450 2007-10-28  Miles Bader  <miles@gnu.org>
6451
6452         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6453         at compile-time too.
6454
6455 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus-msg.el (gnus-message-setup-hook): Add
6458         `message-remove-blank-cited-lines' to options.
6459
6460 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * message.el (message-remove-blank-cited-lines): New function.
6463         Suggested by Karl Plästerer.
6464
6465 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6468         mapc.
6469
6470         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6471         (top-level): Use mapc to set functions to be traced for debugging.
6472
6473         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6474         called for effect with while loop.
6475
6476         * message.el (message-talkative-question): Replace mapcar called for
6477         effect with mapc.
6478
6479         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6480         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6481         called for effect with dolist.
6482
6483         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6484
6485         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6486         gnus-extra-headers and nnmail-extra-headers.
6487
6488         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6489         called for effect with dolist.
6490         (top-level): Use mapc to set functions to be traced for debugging.
6491
6492         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6493         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6494         dolist.
6495
6496         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6497         Replace mapcar called for effect with mapc.
6498         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6499         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6500         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6501         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6502
6503         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6504         remove-if that's a cl function.
6505
6506         * webmail.el (webmail-debug): Replace mapcar called for effect with
6507         dolist.
6508
6509         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6510         with mapc.
6511
6512 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6515         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6516         with while loop.
6517
6518         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6519         functions from article-* functions.
6520         (gnus-multi-decode-header): Replace mapcar called for effect with
6521         dolist.
6522
6523         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6524         (gnus-bookmark-show-details): Replace mapcar called for effect with
6525         while loop.
6526
6527         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6528         called for effect with while loop.
6529
6530         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6531         with dolist.
6532
6533         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6534         mapcar called for effect with dolist.
6535
6536         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6537
6538         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6539         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6540         Replace mapcar called for effect with dolist.
6541         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6542         mapc.
6543
6544         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6545         Replace mapcar called for effect with dolist.
6546         (gnus-topic-list): Replace mapcar called for effect with mapc.
6547
6548         * gnus.el: Use mapc instead of mapcar to add autoloads.
6549
6550 2007-10-23  Richard Stallman  <rms@gnu.org>
6551
6552         * gnus-group.el (gnus-group-highlight): Mark as risky.
6553
6554 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus.el (gnus-server-to-method): Return method found first in
6557         gnus-newsrc-alist.
6558
6559         * gnus-art.el (gnus-article-highlight-signature)
6560         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6561         button overlay without the front stickiness.
6562
6563 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6564
6565         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6566         overview buffer needed a catch to receive its throw.
6567         (gnus-agent-flush-cache): Declared as interactive to make this function
6568         easier to use.
6569
6570 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6573         `next-line'.
6574
6575 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6578         exclude address matching message-dont-reply-to-names.
6579
6580 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * gnus-util.el (gnus-string<): New function.
6583
6584         * gnus-sum.el (gnus-article-sort-by-author)
6585         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6586
6587 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6590         the frame-focus tag is set in gnus-buffer-configuration.
6591
6592 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6595         the front stickiness.
6596
6597 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6600         url pattern; remove duplicate one.
6601         (gnus-article-extend-url-button): New function.
6602         (gnus-article-add-buttons): Use it.
6603         (gnus-button-push): Use concatenated url that it makes.
6604
6605 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6606
6607         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6608
6609 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6610
6611         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6612         Don't hardcode point-min==1.
6613
6614 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6615
6616         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6617         Fix comment about "iso8859-1".
6618
6619 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6620
6621         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6622         ones returned from the verify-function.
6623
6624         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6625         mml2015-extract-cleartext-signature if extraction failed.
6626
6627 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6628
6629         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6630         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6631         failed.
6632
6633 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6636
6637 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6640         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6641         recommends to use EasyPG instead of PGG.
6642
6643         * pgg.el: Revert to revision 6.23.2.16.
6644
6645         * pgg-def.el: Revert to revision 6.6.2.14.
6646
6647         * pgg-gpg.el: Revert to revision 6.23.2.34.
6648
6649 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6650
6651         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6652         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6653         thread for both the null and zero (kill/expire thread) universal prefix
6654         cases.
6655         (gnus-summary-expire-thread): Add new function to expire a thread,
6656         using gnus-summary-kill-thread.
6657         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6658         shortcuts for gnus-summary-expire-thread.
6659         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6660         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6661
6662 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6663
6664         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6665         extras value, so an extras entry can be deleted.
6666         (gnus-registry-delete-extra-entry): Use it.
6667         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6668         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6669         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6670         storage through the gnus-registry, and provide an appropriate API for
6671         it.
6672
6673 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6676         Suggested by Leo <sdl.web@gmail.com>.
6677
6678         * gnus.el: Do.
6679
6680 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6683         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6684
6685         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6686
6687         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6688         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6689
6690 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6693         newline.
6694         (nnmbox-request-accept-article): Don't change article in source buffer;
6695         narrow to header to use message-fetch-field rather than
6696         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6697         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6698         as delimiters; make sure article ends with newline.
6699         (nnmbox-delete-mail): Correct last position of article to be deleted;
6700         ignore X-Gnus-Newsgroup header in article body.
6701         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6702         positions; make sure article ends with newline.
6703
6704         * message.el (message-display-abbrev): Don't infloop when a user
6705         inserts SPC in the beginning of header.
6706
6707         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6708         coding-system-for-read and coding-system-for-write for XEmacs having no
6709         file-coding feature.
6710
6711         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6712
6713 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6716         list of groups not followed by default.  Fix type to be regexp.
6717         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6718
6719 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6720
6721         * hmac-def.el (define-hmac-function): Switch from old-style to
6722         new-style backquotes.
6723
6724         * md4.el (md4-make-step): Likewise.
6725
6726 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6729         raw-text coding system when saving .newsrc file, which may contain
6730         non-ASCII group names.
6731
6732 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-cus.el (gnus-score-extra): New widget.
6735         (gnus-score-extra-convert): New function.
6736         (gnus-score-customize): Use it for Extra.
6737
6738 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6739
6740         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6741         (mml2015-mailcrypt-clear-verify): Use it.
6742         (mml2015-gpg-clear-verify): Use it.
6743         (mml2015-pgg-clear-verify): Use it.
6744         (mml2015-epg-clear-verify): Replace the current part with the output
6745         from GnuPG; don't extract the plaintext by itself.
6746
6747         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6748         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6749         mml2015-clear-verify-function; don't touch the armor headers or
6750         dash-escaped text here.
6751
6752 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6755         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6756         parts, or application/octet-stream as a last resort.
6757         (gnus-mime-view-part-as-type): Don't toggle display.
6758         (gnus-mime-view-part-as-charset): Don't turn off display before
6759         querying charset.
6760
6761         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6762         stuff to undisplayer function in Emacs.
6763         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6764
6765         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6766         text/calendar parts.
6767
6768 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6771         decoding text/calendar parts.
6772
6773         * message.el (message-forward-make-body-mime): Always mark body as
6774         having no illegible text; remove signed-or-encrypted argument.
6775         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6776
6777         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6778         (mml-generate-mime-1): Don't encode body if it is specified to be in
6779         raw form; don't make buffer be unibyte when inserting multibyte string.
6780
6781 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6782
6783         * sha1.el: Fix up comment style.
6784         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6785         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6786
6787         * hex-util.el: Fix up comment style.
6788         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6789
6790         * gnus-salt.el: Use with-current-buffer.
6791         (gnus-pick-setup-message): Fix long-standing typo.
6792
6793 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * imap.el (imap-logout-timeout): New variable.
6796         (imap-logout, imap-logout-wait): New functions.
6797         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6798
6799         * nnimap.el (nnimap-logout-timeout): New server variable.
6800         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6801         nnimap-logout-timeout.
6802
6803         * gnus-art.el (gnus-article-summary-command-nosave)
6804         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6805
6806 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus.el (gnus-maximum-newsgroup): New variable.
6809
6810         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6811         according to gnus-maximum-newsgroup.
6812
6813         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6814         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6815         Limit the range of articles according to gnus-maximum-newsgroup.
6816
6817 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6818
6819         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6820         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6821         Don't perform gnus-configure-windows here; reuse existing sticky
6822         article buffer.
6823
6824         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6825         it doesn't exist in gnus-article-mode.
6826
6827 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6830         (gnus-agent-decoded-group-name): New function.
6831         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6832         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6833
6834 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6835
6836         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6837         Add binding for gnus-sticky-article.
6838         (gnus-summary-exit): Don't kill sticky article buffers.
6839
6840         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6841         article buffer.
6842         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6843         (gnus-kill-sticky-article-buffers): New commands.
6844
6845 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * nntp.el (nntp-xref-number-is-evil): New server variable.
6848         (nntp-find-group-and-number): If it is non-nil, don't trust article
6849         numbers in the Xref header.
6850
6851 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-agent.el (gnus-agent-read-group): New function.
6854         (gnus-agent-flush-group, gnus-agent-expire-group)
6855         (gnus-agent-regenerate-group): Use it.
6856         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6857         nnmail-pathname-coding-system.
6858
6859 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6862
6863         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6864         that are unread as unread, and also as selected so that information of
6865         marks having been changed by a user may be updated when exiting group.
6866
6867 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6870         calculated ignoring signature parts to gnus-treat-article.
6871
6872 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6875         a point here in order to keep the window start.
6876         (gnus-insert-mime-security-button): Make a button overlay without the
6877         front stickiness.
6878         (gnus-mime-display-security): Goto the end of a button.
6879
6880         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6881
6882 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6885         group-name-at-point.
6886         (gnus-group-completing-read): New function that offers decoded
6887         non-ASCII group names for completion.
6888         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6889         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6890         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6891         (gnus-group-fetch-control): Use it.
6892         (gnus-fetch-group): Use group-name-at-point for the initial value
6893         rather than the default value; use gnus-alive-p.
6894
6895         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6896         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6897         (gnus-summary-post-news): Use gnus-group-completing-read.
6898
6899         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6900         (gnus-read-move-group-name): Decode group name for completion.
6901
6902 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6905         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6906         Yamaoka slightly modified the code).
6907
6908 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6911         (nnmail-split-incoming): Bind it.
6912
6913         * nnml.el (nnml-group-name-charset): New function.
6914         (nnml-decoded-group-name): Use it; don't decode group name if
6915         nnmail-group-names-not-encoded-p is non-nil.
6916         (nnml-encoded-group-name): New function.
6917         (nnml-group-pathname): Inline nnml-decoded-group-name.
6918         (nnml-request-expire-articles): Decode group name in message.
6919         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6920         nnmail-pathname-coding-system.
6921         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6922         not decoded ones according to nnmail-group-names-not-encoded-p.
6923         (nnml-generate-active-info): Use nnml-encoded-group-name.
6924
6925 2007-08-08  Glenn Morris  <rgm@gnu.org>
6926
6927         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6928         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6929         doc-strings and comments.
6930
6931 2007-07-25  Glenn Morris  <rgm@gnu.org>
6932
6933         * Relicense all FSF files to GPLv3 or later.
6934
6935 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-sum.el (gnus-summary-move-article): Make
6938         gnus-summary-respool-article work.
6939
6940 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6943         string.
6944
6945 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6946
6947         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6948         that should be ignored when comparing distant RSS articles with local
6949         ones.
6950         (nnrss-make-hash-index): New function.  Create a hash index according
6951         to the ignored fields.
6952         (nnrss-check-group): Use it.
6953
6954 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6957
6958         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6959
6960         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6961         the new optional argument ENCODED is non-nil.
6962         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6963         coding system for encoding group name.
6964         (gnus-group-make-rss-group): Pass un-encoded group name to
6965         gnus-group-make-group.
6966         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6967         encoded.
6968
6969         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6970         Encode group name to which articles are moved or copied.
6971         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6972         coding system for encoding Newsgroup, Followup-To and Xref headers.
6973
6974         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6975         marks; use nnheader-file-coding-system to write a file.
6976         (nnagent-retrieve-headers): Bind file-name-coding-system to
6977         nnmail-pathname-coding-system.
6978
6979         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6980
6981         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6982         (nnml-request-article, nnml-request-create-group)
6983         (nnml-request-rename-group, nnml-find-id)
6984         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6985         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6986         (nnml-save-marks): Use nnml-group-pathname instead of
6987         nnmail-group-pathname.
6988
6989         (nnml-request-create-group, nnml-request-expire-articles)
6990         (nnml-request-move-article, nnml-request-delete-group)
6991         (nnml-deletable-article-p, nnml-possibly-create-directory)
6992         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6993         (nnml-open-marks): Bind file-name-coding-system to
6994         nnmail-pathname-coding-system.
6995
6996         (nnml-request-article): Pass server argument to nnml-find-group-number.
6997         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6998         server argument to nnml-possibly-create-directory.
6999         (nnml-request-accept-article): Pass server argument to
7000         nnml-active-number and nnml-save-mail.
7001         (nnml-find-group-number): Pass server argument to nnml-find-id.
7002         (nnml-request-update-info): Pass server argument to
7003         nnml-marks-changed-p.
7004
7005         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7006         (nnml-save-mail, nnml-active-number): Add server argument.
7007
7008         (nnml-request-delete-group): Warn if group is missing.
7009         (nnml-get-nov-buffer): Decode group name.
7010         (nnml-generate-active-info): Encode group name.
7011         (nnml-open-marks): Decode group name in messages.
7012
7013 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7016         if it is not specified.
7017         (gnus-article-pipe-part, gnus-article-save-part)
7018         (gnus-article-interactively-view-part, gnus-article-copy-part)
7019         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7020         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7021         (gnus-article-replace-part, gnus-article-delete-part)
7022         (gnus-article-view-part-as-type): Pass raw prefix argument to
7023         gnus-article-part-wrapper.
7024
7025 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-agent.el (gnus-agent-save-active): Bind
7028         nnheader-file-coding-system to gnus-agent-file-coding-system.
7029
7030         * gnus-cache.el (gnus-cache-save-buffers)
7031         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7032         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7033         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7034         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7035         (gnus-cache-generate-active, gnus-cache-rename-group)
7036         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7037         (gnus-cache-update-overview-total-fetched-for): Bind
7038         file-name-coding-system to nnmail-pathname-coding-system.
7039         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7040         variables.
7041         (gnus-cache-decoded-group-name): New function.
7042         (gnus-cache-file-name): Use it.
7043         (gnus-cache-generate-active): Use non-decoded group name for active.
7044
7045         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7046         right place.
7047         (gnus-write-active-file): Don't break non-ASCII group names.
7048
7049         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7050         nnmail-pathname-coding-system.
7051
7052         * lpath.el: Bind default-file-name-coding-system,
7053         file-name-coding-system and language-info-alist for XEmacs.
7054
7055         * gnus-uu.el (gnus-uu-decode-save): Typo.
7056
7057 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7060
7061 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7064         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7065         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7066         (gnus-agent-flush-group, gnus-agent-flush-cache)
7067         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7068         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7069         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7070         (gnus-agent-regenerate-group)
7071         (gnus-agent-update-files-total-fetched-for)
7072         (gnus-agent-update-view-total-fetched-for): Bind
7073         file-name-coding-system to nnmail-pathname-coding-system.
7074         (gnus-agent-group-pathname): Don't encode file names by
7075         nnmail-pathname-coding-system.
7076         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7077         coding-system-for-write instead of buffer-file-coding-system to
7078         gnus-agent-file-coding-system.
7079
7080         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7081         Decode group name.
7082
7083         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7084
7085         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7086         (gnus-read-newsrc-el-file): Make group names unibyte.
7087
7088         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7089         nnmail-pathname-coding-system.
7090
7091         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7092         (nnrss-request-delete-group): Bind file-name-coding-system to
7093         nnmail-pathname-coding-system.
7094         (nnrss-read-server-data, nnrss-read-group-data): Bind
7095         file-name-coding-system correctly.
7096         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7097
7098         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7099         (nntp-server-to-method-cache): New variable.
7100         (nntp-group-pathname): New function that decodes non-ASCII group names.
7101         (nntp-possibly-create-directory, nntp-marks-changed-p)
7102         (nntp-save-marks, nntp-open-marks): Use it.
7103         (nntp-possibly-create-directory, nntp-open-marks):
7104         Bind file-name-coding-system to nnmail-pathname-coding-system.
7105         (nntp-open-marks): Decode group names when bootstrapping marks.
7106
7107         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7108         Newsgroups and Folowup-To headers.
7109
7110 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7113         (gnus-server-closed-face, gnus-server-denied-face)
7114         (gnus-server-offline-face): Remove variable.
7115         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7116
7117         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7118         of modifying message-stack directly for XEmacs.
7119
7120         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7121         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7122         if the coding-system argument is nil for XEmacs.
7123
7124         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7125         mm-charset-override-alist.
7126
7127         * rfc2047.el: Don't require base64; require rfc2045 for the function
7128         rfc2045-encode-string.
7129         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7130         to quote the parameter value.
7131
7132 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7135         form in gnus-group-name-charset-method-alist.
7136
7137         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7138         overrides the default layout edit-form.
7139
7140         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7141
7142         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7143
7144 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7147         as unfetched articles.
7148
7149 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7152
7153 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7156         original back end that keeps marks in the local system.
7157
7158 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7161         arg of pop-to-buffer for XEmacs.
7162         (gnus-article-read-summary-keys): Ditto; don't restore window
7163         configuration if summary command ends up with neither article buffer
7164         nor summary buffer; describe bindings if summary keys end with C-h.
7165
7166 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * message.el (message-fix-before-sending): Skip raw message part to be
7169         forwarded while checking illegible text.
7170         (message-forward-make-body-mime, message-forward-make-body): Mark
7171         signed or encrypted raw message as having no illegible text.
7172
7173 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7176         (gnus-message-with-timestamp-1): New macro.
7177         (gnus-message-with-timestamp): New function.
7178         (gnus-message): Use them.
7179
7180         * nnheader.el (nnheader-message): Use them.
7181
7182 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7185         .newsrc.eld file.
7186
7187 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-agent.el (gnus-agent-fetch-headers)
7190         (gnus-agent-retrieve-headers): Bind
7191         gnus-decode-encoded-address-function to identity.
7192
7193         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7194         available also when the server returns simply a dot.
7195
7196         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7197
7198 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7201
7202 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-ems.el (gnus-x-splash): Make it work.
7205
7206         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7207         from being used.
7208
7209         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7210
7211 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7214         4th and the 5th arguments.
7215
7216         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7217         the front stickiness.
7218         (gnus-article-summary-command-nosave): Correct the order of the
7219         arguments passed to pop-to-buffer.
7220         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7221         summary command ends up with the article buffer.
7222
7223         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7224         the same faces.
7225
7226 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7227
7228         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7229
7230 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7231
7232         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7233         * gnus-sum.el (gnus-summary-highlight):
7234         * pgg.el (pgg-sign-region, pgg-sign):
7235         * mail-source.el (mail-source-delete-old-incoming-confirm):
7236         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7237
7238 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-mime-view-part-externally)
7241         (gnus-mime-view-part-internally): Fix predicate function passed to
7242         completing-read.
7243
7244         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7245
7246         * gnus.el (gnus-update-message-archive-method): Add :version.
7247
7248 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus.el (gnus-update-message-archive-method): New variable.
7251
7252         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7253         according to gnus-message-archive-method if
7254         gnus-update-message-archive-method is non-nil.
7255
7256 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7259         by Loic Dachary <loic@dachary.org>.
7260         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7261
7262 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * message.el (message-pop-to-buffer): Add switch-function argument.
7265         (message-mail): Pass switch-function argument to it.
7266
7267 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7270         Improve doc string.
7271
7272 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7275         (gnus-header-content)
7276         * gnus-cite.el (gnus-cite-10)
7277         * gnus-srvr.el (gnus-server-closed)
7278         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7279         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7280         (gnus-group-mail-3-empty, gnus-group-mail-low)
7281         (gnus-group-mail-low-empty, gnus-splash)
7282         * message.el (message-header-to, message-header-cc)
7283         (message-header-subject, message-header-other, message-header-name)
7284         (message-header-xheader, message-separator, message-cited-text)
7285         (message-mml): Lighten colors of faces used for dark background.
7286
7287 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7288
7289         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7290         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7291
7292 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * message.el (message-narrow-to-headers-or-head):
7295         Ignore mail-header-separator in the body.
7296
7297 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7300         same as window size.
7301
7302 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7303
7304         * message.el (message-font-lock-keywords): Use message-header-xheader
7305         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7306         ahead of the anything pattern, to get it recognised.
7307
7308 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7311         spam.el loads uses it in the compiled defadvice form.
7312
7313 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7314
7315         * gnus-sum.el (gnus-articles-to-read)
7316         (gnus-summary-insert-old-articles): Don't truncate group name for
7317         `read-string'.
7318
7319         * gnus-util.el (gnus-limit-string): Delete this function.
7320
7321         * gnus-sum.el (gnus-simplify-subject-fully): Use
7322         `truncate-string-to-width' instead.
7323
7324 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7325
7326         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7327         if, on summary exit, the next group has to be selected.
7328         (gnus-summary-exit): Use it.
7329
7330 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7333         non-break space.
7334
7335 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7338         Check if group is not a directory.
7339         (nnfolder-request-expire-articles): Don't delete articles if the target
7340         group is not available.
7341
7342         * nnml.el (nnml-request-create-group): Properly check if group is not a
7343         file.
7344         (nnml-request-expire-articles): Don't delete articles if the target
7345         group is not available.
7346
7347         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7348         Don't quote characters that are within parentheses.
7349
7350 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7353         (gnus-handle-ephemeral-exit): Select article according to it.
7354
7355 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * message.el (message-insert-formated-citation-line): Remove newline.
7358         (message-citation-line-format): Add final \n here so that the user can
7359         avoid a blank line.
7360
7361 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7362
7363         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7364         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7365         Update lanl/arXiv support.
7366
7367 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * gnus.el: Bump version number.
7370
7371 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7372
7373         * gnus.el (gnus-version-number): Bump version.
7374
7375 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7376
7377         * gnus.el: No Gnus v0.6 is released.
7378
7379 2007-04-27  Didier Verna  <didier@xemacs.org>
7380
7381         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7382         * gmm-utils.el (gmm-regexp-concat): here.
7383         * message.el: Don't require 'gnus-util.
7384         (message-dont-reply-to-names): Handle name change above.
7385         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7386
7387 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7390         since the initial value varies according to the system.
7391
7392 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7395
7396 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7397
7398         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7399
7400 2007-04-24  Didier Verna  <didier@xemacs.org>
7401
7402         Improve the type of gnus-ignored-from-addresses.
7403         * gnus-util.el (gnus-orify-regexp): New function.
7404         * message.el (gnus-util): Require it.
7405         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7406         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7407         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7408
7409 2007-04-24  Didier Verna  <didier@xemacs.org>
7410
7411         * gnus-sum.el:
7412         * gnus-utils.el: Fix some trailing whitespaces.
7413
7414 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7417         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7418         article's Message-ID; refer parent article in summary buffer.
7419
7420         * message.el (message-bounce): Call mime-to-mml.
7421
7422         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7423         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7424         optimize and/or forms properly.
7425
7426 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7429         URL.
7430
7431 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7434
7435 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7438         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7439         displayed of multipart/alternative part if it is invoked from summary
7440         buffer.
7441
7442         * mm-view.el (mm-inline-text-html-render-with-w3m)
7443         (mm-inline-text-html-render-with-w3m-standalone)
7444         (mm-inline-render-with-function): Use mail-parse-charset by default.
7445
7446 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7447
7448         * parse-time.el (parse-time-string-chars): Check if CHAR
7449         is less than the length of parse-time-syntax.
7450
7451 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7454         from gnus-newsgroup-processable.
7455
7456 2007-04-16  Didier Verna  <didier@xemacs.org>
7457
7458         * gnus-msg.el (gnus-configure-posting-styles): Handle
7459         message-signature-directory properly with :file syntax.  Reported by
7460         "Leo".
7461
7462 2007-04-11  Didier Verna  <didier@xemacs.org>
7463
7464         New user option: message-signature-directory.
7465         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7466         * message.el (message-insert-signature): Ditto.
7467         * message.el (message-signature-file): Doc update.
7468         * message.el (message-signature-directory): New.
7469
7470 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-msg.el (gnus-inews-yank-articles): Use
7473         message-exchange-point-and-mark instead of exchange-point-and-mark.
7474
7475 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * message.el (message-yank-original): Make sure cited text ends with
7478         newline; don't exchange point and mark.
7479
7480 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7481
7482         * tls.el (open-tls-stream): Properly handle case where there
7483         is no associated buffer.
7484
7485 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7486
7487         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7488         message-yank-original, make sure (< mark TEXT point).
7489
7490 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7491
7492         * message.el (message-fill-column): New variable.
7493         (message-mode): Use it.  Add comment on a possible new hook.
7494
7495         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7496         (nnmail-get-new-mail): Reformat.
7497
7498         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7499
7500         * gmm-utils.el: Fix Commentary.
7501         (gmm-tool-bar-from-list): Fix typo in doc string.
7502
7503 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7504
7505         * message.el (message-yank-original): Don't switch point and mark
7506         unnecessarily to put point and mark as documented.
7507
7508 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7509
7510         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7511         from the message heads.
7512
7513 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7514
7515         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7516         article buffer does not have a window.  This may not be the best
7517         solution but is certainly better than setting the start of the null,
7518         that is the current, window.
7519
7520 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7521
7522         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7523         (gnus-draft-setup): Run it.
7524
7525         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7526         gnus-score-fast-scoring.  Allow regexp.
7527         (gnus-score-headers): Use it.
7528
7529         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7530         XEmacs.
7531
7532         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7533         string.
7534         (gnus-button-alist): Also catch `<f1> k ...'.
7535         (gnus-treat-display-x-face): Fix doc string.
7536
7537 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7538
7539         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7540         evaluation of gnus-extended-version to ensure correct generation of the
7541         User-Agent header when message-generate-headers-first is used.
7542
7543 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7544
7545         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7546         hashcash-path is nil.  Don't call callback with incorrect number of
7547         parameters if val is 0.
7548
7549 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7550
7551         * message.el (message-required-news-headers):
7552         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7553
7554 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7555
7556         * tls.el (open-tls-stream): In handshake-waiting loop,
7557         don't wait more if there is output available to process.
7558
7559 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7560
7561         * tls.el (tls-program): Doc fix.
7562
7563 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * message.el (message-generate-new-buffers): Change the meaning of the
7566         nil value; add `standard' to the choices; treat t as `unique'; improve
7567         doc string.
7568         (gnus-select-frame-set-input-focus): Autoload.
7569         (message-buffer-name): Search for the existing message buffer if
7570         message-generate-new-buffers is nil or `standard'; treat the value t of
7571         message-generate-new-buffers as `unique'.
7572         (message-pop-to-buffer): Raise the frame already displaying the message
7573         buffer; clear the echo area after querying.
7574         (message-setup): Pass the `continue' argument to compose-mail.
7575         (message-mail): Prefer `switch-function' if it is given; search for the
7576         existing message buffer if the `continue' argument is non-nil; pass
7577         continue and switch-function arguments to compose-mail by way of
7578         message-setup.
7579         (message-mail-other-window): Adjust argument of message-setup.
7580         (message-mail-other-frame): Ditto.
7581
7582 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7585         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7586         to turn font-lock on when turning gnus-message-citation-mode on.
7587
7588 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7589
7590         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7591         (mml-smime-function-alist): New variable; add epg as the backend.
7592         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7593         mml-smime- functions instead.
7594         * mm-view.el: Require smime.
7595
7596 2007-03-05  Didier Verna  <didier@xemacs.org>
7597
7598         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7599         instead of just inheritance for posting styles.
7600         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7601
7602 2007-02-24  Chris Moore  <dooglus@gmail.com>
7603
7604         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7605         * pgg-pgp.el (pgg-pgp-encrypt-region):
7606         * pgg-gpg.el (pgg-gpg-encrypt-region):
7607         Check pgg-encrypt-for-me if no other recipients.
7608
7609 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7610
7611         * tls.el (tls-certtool-program): Fix custom type.
7612
7613 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7616         and point-at-eol instead of line-(beginning|end)-position.
7617
7618         * assistant.el (assistant-parse-buffer): Ditto.
7619
7620         * netrc.el (netrc-parse-services): Ditto.
7621
7622 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7623
7624         * mml2015.el (mml2015-epg-find-usable-key): New function.
7625         (mml2015-epg-sign): Use it.
7626         (mml2015-epg-encrypt): Use it.
7627
7628 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * message.el (message-make-in-reply-to): Quote name containing
7631         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7632         if there are special characters.  Reported by NAKAJI Hiroyuki
7633         <nakaji@jp.freebsd.org>.
7634
7635 2007-02-27  Didier Verna  <didier@xemacs.org>
7636
7637         Include the group parameters as well as the topic ones in the
7638         inheritance filter process.
7639         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7640         argument GROUP-PARAMS-LIST.
7641         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7642
7643 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * nntp.el (nntp-never-echoes-commands)
7646         (nntp-open-connection-functions-never-echo-commands): New variables.
7647         (nntp-send-command): Use them.
7648
7649 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7650
7651         * mml2015.el (mml2015-epg-verify): Simplified.
7652
7653 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * mml.el (mml-content-disposition-alist): New user option.
7656         (mml-content-disposition): New function.
7657         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7658         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7659
7660 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7661
7662         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7663         verification.
7664
7665 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7666
7667         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7668         articles posted in the last 24 hours.
7669
7670 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7671
7672         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7673
7674 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7675
7676         * nntp.el (nntp-send-command): Don't wait for echoes when
7677         nntp-open-ssl-stream is used.
7678
7679 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7682         (gnus-message-add-citation-keywords)
7683         (gnus-message-remove-citation-keywords): Remove.
7684         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7685         directly, make the variables in font-lock-defaults buffer-local, add
7686         gnus-message-citation-keywords to them and then update the value of
7687         font-lock-keywords.
7688
7689 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * message.el (message-cite-original-1): Don't call
7692         gnus-article-highlight-citation.
7693
7694         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7695         citations; fix line count.
7696
7697 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7700         (gnus-message-add-citation-keywords)
7701         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7702         versions of font-lock-add-keywords and font-lock-remove-keywords to
7703         work with XEmacs correctly.
7704
7705 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-cite.el (gnus-cite-face-list): Set the values of
7708         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7709         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7710         (gnus-message-cite-prefix-regexp): New variable.
7711         (gnus-message-search-citation-line): Use it; protect against long
7712         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7713         the 0th match data for Emacs.
7714         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7715         (gnus-message-add-citation-keywords): Append keywords rather than
7716         prepending; emulate font-lock-add-keywords if it is not available.
7717         (gnus-message-remove-citation-keywords): Emulate
7718         font-lock-remove-keywords if it is not available.
7719
7720         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7721
7722         * message.el (message-cite-prefix-regexp): Set the value of
7723         gnus-message-cite-prefix-regexp.
7724
7725 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7726
7727         * nnweb.el (nnweb-google-parse-1): Update parser.
7728
7729 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7730
7731         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7732
7733 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7734
7735         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7736         regexp.
7737
7738 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7741         string-to-multibyte.
7742         (uudecode-decode-region-internal): Use it.
7743
7744         * lpath.el: Fbind string-as-multibyte for XEmacs.
7745
7746 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7749         custom choice.
7750
7751         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7752
7753 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7754
7755         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7756
7757         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7758         `write-region' to respect `mm-inhibit-file-name-handlers'.
7759
7760 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7763         Use gnus-home-directory instead of "~/" or "$HOME".
7764
7765 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7766
7767         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7768         to mention filename.
7769         Add comments at beginning regarding usage.
7770         (encrypt-write-file-contents): Change interactive so a string is
7771         acceptable.  If the file has no associated model, show an error instead
7772         of a nonsense prompt.
7773
7774 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7775
7776         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7777         Thanks to Yoshihiko Yamada for kind notification of this typo.
7778
7779 2007-01-12  Kenichi Handa  <handa@m17n.org>
7780
7781         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7782         multibyte buffer.
7783
7784 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-score.el (gnus-score-fast-scoring): New variable.
7787         (gnus-score-headers): Use it.
7788
7789         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7790
7791         * message.el (message-cite-original-1): Call
7792         gnus-article-highlight-citation if requested.
7793         (message-make-from): Allow name and address as optional arguments.
7794
7795         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7796
7797         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7798         bugs to doc string.
7799         (gnus-button-alist): Add mid\\|message-id.
7800         (gnus-button-fetch-group): Extend for use in
7801         `browse-url-browser-function'.
7802         (gnus-button-url-regexp): Try to catch paired parentheses like in
7803         Wikipedia URLs.
7804
7805         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7806         Suggested by Simon Krahnke <overlord@gmx.li>.
7807
7808 2007-01-13  Romain Francoise  <romain@orebokech.com>
7809
7810         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7811         Update copyright.
7812
7813 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7814
7815         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7816
7817 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7818
7819         * gnus-registry.el (gnus-registry-unfollowed-groups)
7820         (gnus-registry-split-fancy-with-parent): Fix documentation.
7821
7822 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7823
7824         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7825         from nnweb groups.
7826
7827 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7830         Xref urls.  Erase buffer before requesting head.
7831
7832 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7835         customizable.
7836
7837 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7838
7839         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7840         no signing key is found.
7841         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7842         no encrypting and/or signing key is found.
7843
7844 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7847
7848 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7849
7850         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7851         headers read from disk with the ones newly found in the current search.
7852         This should no longer cause problems, because the article numbers in
7853         Gmane's `nov.php' output are ignored since the previous change.
7854
7855 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7856
7857         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7858
7859 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7862         replace-regexp-in-string; bind url-version; fbind display-images-p and
7863         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7864         find-face and set-itimer-function for Emacs; bind itimer-list for
7865         Emacs.
7866
7867         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7868
7869 2007-01-01  Romain Francoise  <romain@orebokech.com>
7870
7871         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7872
7873 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7874
7875         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7876         `define-minor-mode' macro definition expanded properly.
7877         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7878         exclude it there.
7879
7880         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7881         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7882         `fboundp' test.
7883         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7884         This is OK to autoload in (S)XEmacs now.
7885
7886 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7889         keystroke.
7890         (gnus-summary-limit-to-singletons): Fix typo.
7891
7892         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7893         else fails.
7894
7895 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7896
7897         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7898         docstring.
7899
7900         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7901         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7902         (gnus-summary-insert-dormant-articles): Fix typo in message.
7903
7904 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7907         nil for XEmacs.
7908         (gnus-message-citation-mode): Don't autoload in XEmacs.
7909
7910         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7911
7912 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7913
7914         * nnimap.el (nnimap-expunge-search-string): Mention
7915         nnimap-search-uids-not-since-is-evil in docstring.
7916
7917 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * spam.el: Revert to make-obsolete-variable because
7920         define-obsolete-variable-alias is not supported in Emacs 21.
7921
7922         * spam.el (spam-ifile-path, spam-ifile-database-path)
7923         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7924         make-obsolete-variable.
7925         (spam-bsfilter-path, spam-bsfilter-program)
7926         (spam-spamassassin-path, spam-spamassassin-program)
7927         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7928         use "path" inappropriately.
7929         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7930         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7931         variable names.
7932
7933 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7934
7935         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7936         summary buffer.
7937
7938         * password.el (password-cache-remove): Use clear-string to burn
7939         password, if available.
7940
7941 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7944
7945         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7946
7947         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7948         (gnus-message-highlight-citation): Move defcustom here from
7949         gnus-cite.el.
7950         (gnus-message-citation-mode): Autoload.
7951
7952         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7953         checks to make it compile with XEmacs.
7954         (gnus-message-citation-mode): New minor mode.
7955         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7956         (gnus-message-highlight-citation): New variables.
7957         (gnus-message-search-citation-line)
7958         (gnus-message-add-citation-keywords)
7959         (gnus-message-remove-citation-keywords)
7960         (turn-on-gnus-message-citation-mode)
7961         (turn-off-gnus-message-citation-mode): New functions.
7962
7963 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7964
7965         * gnus-cite.el: Enable highlighting of different citation levels in
7966         message-mode.
7967
7968 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * message.el (message-make-fqdn): Fix comment.
7971         (message-bogus-system-names): Add ".local".
7972
7973         * spam.el (spam-ifile-path, spam-ifile-program)
7974         (spam-ifile-database-path, spam-ifile-database)
7975         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7976         Don't use "path" inappropriately.
7977         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7978         strings.
7979         (spam-check-ifile, spam-ifile-register-with-ifile)
7980         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7981         new variable names.
7982
7983         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7984         (gnus-treat-display-smileys): Simplify using
7985         gnus-image-type-available-p.
7986
7987         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7988         available.
7989
7990         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7991         `display-images-p' if available.
7992
7993 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7996         one after turning on the buffer's multibyteness instead of decoding
7997         them directly in the unibyte buffer that causes unexpected conversion
7998         in Emacs 23 (unicode).
7999
8000 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8001
8002         * message.el (message-generate-hashcash): Fix custom type.
8003
8004 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8007
8008 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8009
8010         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8011         disconnect icons.  Add help text.
8012
8013 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8016         negated to be consistent with the others we handle.
8017
8018 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8021         version of gnus-summary-buffer to something, so that we can use two
8022         article buffers at the same time.
8023
8024 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8025
8026         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8027         trigger all the extra headers.
8028         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8029         sorting.
8030
8031 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8032
8033         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8034         solid groups.
8035
8036 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8037
8038         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8039
8040 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8041
8042         * legacy-gnus-agent.el: Add Copyright notice.
8043
8044 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8045
8046         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8047
8048 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8051
8052         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8053         to make it work reliably in CVS Emacs.
8054         (gnus-summary-limit-strange-charsets-predicate)
8055         (gnus-summary-limit-to-predicate): New functions.
8056
8057 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8058
8059         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8060         specifying array size.
8061         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8062         array if it is too small.
8063         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8064         (gnus-sort-threads-loop): New function.
8065
8066 2006-12-06  Chris Moore  <dooglus@gmail.com>
8067
8068         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8069         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8070
8071 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8072
8073         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8074         options.
8075
8076 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8077
8078         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8079         DOS-ing the recipient.
8080
8081         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8082         the headers when creating the mapping to avoid mismappings.
8083         (nnweb-gmane-create-mapping): Always nix out old mapping.
8084
8085 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8088         and mm-verify-option to never.
8089
8090 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * message.el (message-signed-or-encrypted-p): New function.
8093         (message-forward-make-body): Use it.
8094
8095         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8096         Replace encode-coding-string with mm-encode-coding-string.
8097
8098 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * nneething.el (nneething-decode-file-name): Replace
8101         decode-coding-string with mm-decode-coding-string.
8102
8103         * gnus-int.el (gnus-open-server): Say failed server's name.
8104
8105 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8106
8107         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8108         strings to a single string.  Quote `errors-file-name'.
8109         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8110         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8111         Adjust calls.  Use `shell-quote-argument'.
8112
8113 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8114
8115         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8116         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8117
8118         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8119         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8120         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8121         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8122         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8123         (gnus-subscribe-newsgroup, gnus-1):
8124         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8125         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8126         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8127         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8128
8129 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8132         keystroke.
8133         (gnus-summary-limit-to-bodies): Implement headersp.
8134
8135 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8138
8139 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8142
8143 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * message.el (message-generate-hashcash): Expand range of values to
8146         include `opportunistic'.
8147         (message-send-mail): Use it.
8148
8149 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8150
8151         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8152         and comment it.
8153
8154         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8155
8156 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * gnus-util.el (gnus-extract-address-components): Improve comment.
8159
8160 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * gnus-util.el (gnus-extract-address-components): Work with address in
8163         which the name portion contains @.
8164
8165         * lpath.el: Fbind custom-autoload.
8166
8167 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus.el (gnus-start): Move custom group up.
8170         (gnus-select-method): Don't autoload, but make it available for
8171         `customize-variable'.
8172         (gnus-getenv-nntpserver): Don't autoload.
8173
8174 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8177
8178 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * message.el (message-sendmail-extra-arguments): New variable.
8181         (message-send-mail-with-sendmail): Use it.
8182
8183 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8186         mm-with-unibyte-current-buffer to make string unibyte.
8187
8188         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8189         mm-string-as-multibyte.
8190
8191 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8192
8193         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8194         Reported by Werner Koch <wk@gnupg.org>.
8195
8196 2006-11-14  Daiki Ueno  <ueno@p360>
8197
8198         * mml2015.el: Autoload epa-select-keys when compiling.
8199
8200 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8203         message-options.
8204         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8205
8206 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8207
8208         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8209         EasyPG (< 0.0.6).
8210         (mml2015-always-trust): New user option.
8211         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8212         prompt.
8213
8214 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * nntp.el (nntp-authinfo-force): New variable.
8217         (nntp-send-authinfo): Use it.
8218
8219 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8222         decode encoded words.  Improve prompt.  Add comment about forwarding.
8223         (message-replacement-char): Move up.
8224
8225 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8226
8227         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8228         instead of gnus-intersection because arguments of gnus-sorted-nunion
8229         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8230
8231 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8234         (message-simplify-subject-functions): Enable
8235         message-strip-subject-encoded-words by default.
8236
8237 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * message.el (message-strip-subject-encoded-words): New function.
8240         (message-simplify-subject-functions): New variable.
8241         (message-simplify-subject): Use it.  Fix typo in doc string.
8242         Support message-strip-subject-encoded-words.
8243
8244 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8245
8246         * gnus-diary.el (gnus-diary-delay-format-function):
8247         * nndiary.el (nndiary-reminders):
8248         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8249
8250 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * gnus-art.el (article-hide-boring-headers): Fetch date from
8253         gnus-original-article-buffer to avoid problems with localized date
8254         strings.
8255
8256 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8259
8260 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8263         New variables.
8264         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8265         (mm-charset-synonym-alist): Move some entries to
8266         mm-codepage-iso-8859-list.
8267         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8268         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8269
8270 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8273
8274 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8277         with Emacs 21 and XEmacs.
8278
8279 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * spam.el (spam-parse-address): New function for better parsing,
8282         catching errors, etc.
8283         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8284
8285 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * mm-view.el: Add interactive arg to html2text autoload.
8288
8289 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8292
8293 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8296         variables.
8297         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8298         (mm-charset-synonym-alist): Move some entries to
8299         mm-codepage-iso-8859-list.
8300
8301         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8302
8303 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * message.el (message-citation-line-format)
8306         (message-insert-formated-citation-line): Fix implementation of %E, %N
8307         and %n according to the doc string.
8308
8309 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8312         car-safe to avoid bad parses.
8313
8314 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8317         names.
8318
8319         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8320
8321 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8324         header.
8325
8326         * message.el (message-draft-headers): Add Date.
8327         (message-headers-to-generate): Fix typo in docstring.
8328
8329         * nndraft.el (nndraft-required-headers): New variable.
8330         (nndraft-generate-headers): Use it.
8331
8332         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8333
8334 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8335
8336         * gnus-registry.el (gnus-registry-wash-for-keywords)
8337         (gnus-registry-find-keywords): New functions to allow easy searching of
8338         articles that are in the registry.
8339
8340 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8343         ietf-drums-parse-address instead of gnus-extract-address-components.
8344         Reported by Damien Elmes <damien@repose.cx>.
8345
8346 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus.el (gnus-mime): Remove unused custom group.
8349
8350 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8351
8352         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8353         "blank line" when searching for end of armor headers.
8354
8355 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gmm-utils.el (gmm-write-region): Fix variable name.
8358
8359 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8360
8361         * gmm-utils.el (gmm-write-region): New function based on compatibility
8362         code from `mm-make-temp-file'.
8363
8364         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8365
8366         * nnmaildir.el (nnmaildir--update-nov)
8367         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8368         Use `gmm-write-region'.
8369
8370 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8373         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8374
8375         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8376
8377         * message.el (message-replacement-char): New variable.
8378         (message-fix-before-sending): Use it.
8379         (message-simplify-subject): New function to remove duplicate code.
8380         (message-reply, message-followup): Use it.
8381
8382         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8383         gnus-summary-limit-to-articles.
8384
8385 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-util.el (gnus-with-local-quit): New macro.
8388
8389         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8390
8391 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8392
8393         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8394         ignore non-string data.
8395
8396 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8397
8398         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8399         non-string data (needs to be done in the registry too).
8400
8401 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8402
8403         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8404         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8405         (gnus-registry-split-fancy-with-parent)
8406         (gnus-registry-fetch-simplified-message-subject-fast)
8407         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8408         Remove text properties on ingress into the registry and when it's saved.
8409         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8410         registry from entries with no groups.
8411
8412 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8413
8414         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8415         function to remove string properties.
8416
8417 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * gmm-utils.el (gmm): Adjust custom version.
8420
8421         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8422         custom version.
8423
8424         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8425
8426 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * gnus-art.el (gnus-insert-prev-page-button)
8429         (gnus-insert-next-page-button): Simplify.  Reformat.
8430
8431 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8432
8433         * gnus-art.el (gnus-insert-prev-page-button)
8434         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8435
8436 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8437
8438         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8439
8440 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8441
8442         * gnus-art.el (gnus-insert-mime-button)
8443         (gnus-insert-mime-security-button):
8444         Apply gnus-article-button-face to MIME and security buttons.
8445
8446 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8449         readable.
8450
8451 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8454
8455 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8456
8457         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8458         `browse-url-of-file' instead of `browse-url'.
8459
8460 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8461
8462         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8463         regexp.  Articles containing quotation were cut prematurely.
8464
8465 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * message.el (message-cite-original-1): Use nobody by default for the
8468         value of From header.
8469         (message-reply): Ditto.
8470
8471 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8472
8473         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8474         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8475         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8476
8477 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8480         mails in the doc string.  Add some URLs in comment.
8481         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8482
8483 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8486         backslashes handling and the way to find boundaries of quoted strings.
8487
8488 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8489
8490         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8491         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8492         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8493         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8494
8495 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8498         doc string.
8499         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8500
8501 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * lpath.el: Fbind epg-check-configuration.
8504
8505 2006-09-06  Simon Josefsson  <jas@extundo.com>
8506
8507         * mml2015.el (mml2015-use): Doc fix, mention epg.
8508
8509 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8510
8511         * mml2015.el (mml2015-use): Default to epg, if available.
8512
8513 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8514
8515         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8516         message-sender.
8517         (mml1991-epg-encrypt): Ditto.
8518         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8519         message-sender.
8520         (mml2015-epg-encrypt): Ditto.
8521
8522 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8523
8524         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8525         several common directories.
8526
8527 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8528
8529         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8530         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8531
8532 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * gnus-art.el (article-decode-encoded-words): Make it fast.
8535
8536 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8539
8540         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8541         in quoted string into `\'.
8542
8543 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8546         Use standard-syntax-table.
8547
8548 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-art.el (gnus-decode-address-function): New variable.
8551         (article-decode-encoded-words): Use it to decode headers which are
8552         assumed to contain addresses.
8553         (gnus-mime-delete-part): Remove useless `or'.
8554
8555         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8556         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8557         (gnus-nov-parse-line): Use it to decode From header.
8558         (gnus-get-newsgroup-headers): Ditto.
8559         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8560
8561         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8562         (mail-decode-encoded-address-string): New alias.
8563
8564         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8565         New function.
8566         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8567         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8568         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8569         (rfc2047-decode-string): Ditto.
8570         (rfc2047-decode-address-region): New function.
8571         (rfc2047-decode-address-string): New function.
8572
8573 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * message.el (message-caesar-buffer-body): Allow rotating headers.
8576
8577         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8578
8579         * message.el (message-insert-formated-citation-line): Fix %f.
8580         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8581
8582 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8585         (gnus-bookmark-mouse-available-p): New macro.
8586         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8587         (gnus-bookmark-bmenu-show-infos): Use it.
8588         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8589         (gnus-bookmark-bmenu-hide-infos): Ditto.
8590         (gnus-bookmark-remove-properties): New function.
8591         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8592         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8593         (gnus-bookmark-write-file): Bind coding-system-for-write.
8594         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8595         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8596         group before selecting it.
8597         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8598         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8599         quit-window if it is not available; use gnus-mouse-2 and bind it to
8600         gnus-bookmark-bmenu-select-by-mouse.
8601         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8602         (gnus-bookmark-bmenu-select-by-mouse): New function.
8603
8604 2006-08-13  Romain Francoise  <romain@orebokech.com>
8605
8606         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8607         space.
8608
8609 2006-08-10  Romain Francoise  <romain@orebokech.com>
8610
8611         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8612         (dns-mode-soa-auto-increment-serial): New user option.
8613         (dns-mode-soa-maybe-increment-serial): New function.
8614         (dns-mode): Add the latter to `write-contents-functions'.
8615
8616 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * compface.el (uncompface): Use binary rather than raw-text-unix.
8619
8620 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * compface.el (uncompface): Make sure the eol conversion doesn't take
8623         place when communicating with the external programs.  Reported by
8624         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8625
8626 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8629
8630 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8631
8632         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8633         Make it more robust by parsing author and date independently.
8634
8635 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8638
8639 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8640
8641         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8642         first matching secret key.
8643         (mml2015-epg-encrypt): Ditto.
8644
8645         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8646         first matching secret key.
8647         (mml1991-epg-encrypt): Ditto.
8648
8649         * mml2015.el (mml2015-encrypt-to-self): New user option.
8650         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8651         mml2015-epg-encrypt-to-self is set.
8652
8653         * mml1991.el (mml1991-encrypt-to-self): New variable.
8654         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8655         mml1991-epg-encrypt-to-self is set.
8656
8657         * mml2015.el (mml2015-signers): New user option.
8658         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8659         (mml2015-epg-encrypt): Allow to select signing keys.
8660
8661         * mml1991.el (mml1991-signers): New variable.
8662         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8663         (mml1991-epg-encrypt): Allow to select signing keys.
8664
8665 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * nnheader.el (nnheader-insert-head): Make it work even if the file
8668         uses CRLF for the line-break code.
8669
8670 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8671
8672         * mml2015.el: Require mml-sec instead of password.
8673         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8674         (mml2015-cache-passphrase): Inherit the default value from
8675         mml-secure-cache-passphrase.
8676         (mml2015-passphrase-cache-expiry): Inherit the default value from
8677         mml-secure-passphrase-cache-expiry.
8678
8679         * mml1991.el: Require mml-sec instead of password.
8680         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8681         (mml1991-cache-passphrase): Inherit the default value from
8682         mml-secure-cache-passphrase.
8683         (mml1991-passphrase-cache-expiry): Inherit the default value from
8684         mml-secure-passphrase-cache-expiry.
8685
8686         * mml-sec.el: Require password.
8687         (mml-secure-verbose): New user option.
8688         (mml-secure-cache-passphrase): New user option.
8689         (mml-secure-passphrase-cache-expiry): New user option.
8690
8691 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8692
8693         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8694         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8695         andreas@altroot.de (Andreas Vögele).
8696
8697         FIXME: Use `tiny change'?
8698
8699 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8700
8701         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8702         workaround for the url package included with Emacs.
8703
8704         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8705
8706 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8709         correctly.  This fixes a bug caused by the 2006-05-12 change.
8710
8711 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8712
8713         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8714         some information about the error when saying that the `bogus' mail
8715         group will be used.
8716
8717 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8720         string.
8721
8722 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8723
8724         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8725
8726 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8727
8728         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8729
8730 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8731
8732         * mml1991.el (mml1991-function-alist): Add epg.
8733         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8734         (mml1991-epg-encrypt): New functions.
8735
8736 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8737
8738         * mml2015.el (mml2015-verbose): New variable.
8739         (mml2015-cache-passphrase): Ditto.
8740         (mml2015-passphrase-cache-expiry): Ditto.
8741         (mml2015-function-alist): Add epg.
8742         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8743         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8744         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8745         functions.
8746
8747 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8748
8749         * message.el (message-cite-original-1): Preserve region when removing
8750         quoted text due to X-No-Archive in order to avoid bogus attribution
8751         when citing multiple messages.
8752
8753 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8754
8755         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8756         Kenneth Jacker <khj@be.cs.appstate.edu>.
8757
8758 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-diary.el (gnus-user-format-function-d)
8761         (gnus-user-format-function-D): Autoload.
8762
8763         * imap.el (Commentary): Fix typo.
8764
8765         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8766         2006-04-22 contribution.
8767
8768 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8769
8770         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8771         It didn't really fix the bogosity I'm seeing with solid web groups.
8772
8773 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8774
8775         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8776         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8777         created using server names.  If we use the feature without declaring
8778         it, Gnus does not properly manage server and group state.
8779
8780         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8781         bound.
8782
8783 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8784
8785         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8786         looking up the method using GROUP's prefix before inventing a new one.
8787         It is used on killed/unknown groups in various places where returning
8788         an all-new method isn't expected by the caller.
8789
8790         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8791         and match semantics of gnus-group-real-prefix.
8792
8793 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8794
8795         * nnmail.el (nnmail-broken-references-mailers): New variable.
8796         (nnmail-ignore-broken-references): New function generalizing
8797         nnmail-fix-eudora-headers.
8798         (nnmail-fix-eudora-headers): Now obsolete.
8799
8800         * gnus-art.el (gnus-button-handle-custom): Support
8801         `customize-apropos*'.
8802
8803 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8806
8807         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8808         articles.
8809
8810 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * message.el (message-cite-reply-above): New variable.
8813         (message-yank-original): Use it.
8814
8815 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8818
8819 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8822         as read.
8823
8824         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8825
8826 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8829         (gnus-bookmark-default-file): Use gnus-directory.
8830         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8831         Remove "*" in doc string.
8832         (gnus-bookmark-write-file): Simplify.
8833         (gnus-bookmark-maybe-sort-alist): Use `when'.
8834         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8835         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8836         FIXME about Emacs 21 and XEmacs compatibility.
8837         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8838         compatibility.
8839         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8840         compatibility.
8841         (gnus-bookmark-menu-heading): Fix version.
8842
8843 2006-06-19  Bastien Guerry  <bzg@altern.org>
8844
8845         * gnus-bookmark.el: New file.
8846
8847 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * message.el (message-syntax-checks): Doc fix.
8850
8851 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852
8853         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8854         unsubscribed groups as if they were killed ones.  It causes duplicate
8855         entries in gnus-newsrc-alist.
8856
8857 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * message.el (message-syntax-checks): Doc fix.
8860         (message-send-mail): Add check for continuation headers.
8861         (message-check-news-header-syntax): Fix regexp used to check for
8862         continuation headers.
8863
8864 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8867
8868 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8871
8872 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8875         default-truncate-lines.
8876
8877 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8880         to fill the utf-8 entry.
8881
8882         * lpath.el: Fbind unicode-precedence-list.
8883
8884 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8885
8886         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8887
8888 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8889
8890         * gnus-agent.el (directory-files-and-attributes): Move all the way
8891         forward (the third and final move).
8892         (gnus-agent-read-agentview): Trap reconstruction errors due to
8893         nonexistant directory.  Handle by returning nil.
8894
8895 2006-05-30  Didier Verna  <didier@xemacs.org>
8896
8897         * message.el (message-dont-reply-to-names): Update the custom type.
8898         * message.el (message-dont-reply-to-names): New defsubst: potentially
8899         convert a list of regexps into a single one.
8900         * message.el (message-get-reply-headers): Use it.
8901         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8902
8903 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-agent.el (directory-files-and-attributes): Move forward.
8906
8907 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * gnus-ml.el (gnus-mailing-list-subscribe)
8910         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8911         (gnus-mailing-list-message): Fix doc strings.
8912
8913 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8914
8915         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8916         of doing it manually.
8917
8918 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8921         comment.
8922
8923 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8924
8925         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8926         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8927         (gnus-agent-read-local): All symbols allocated in my-obarray.
8928         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8929         (gnus-agent-regenerate-group): Check numeric names to see if they are
8930         messages or groups.
8931         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8932         better way of do this...)
8933
8934         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8935         'dummy.group' (there should be a better way of do this...)
8936
8937 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8940         (gnus-saved-headers): Ditto.
8941         (gnus-default-article-saver): Mention functions may have properties.
8942         (gnus-article-save): Override gnus-save-all-headers and
8943         gnus-saved-headers by :headers property which saver function may have.
8944         (gnus-summary-save-in-file): Add :headers property.
8945         (gnus-summary-write-to-file): Ditto.
8946
8947         * gnus-sum.el (gnus-summary-save-article): Bind
8948         gnus-prompt-before-saving to t when saving many articles in a file;
8949         always show all headers.
8950
8951         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8952
8953 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8956         marks.
8957
8958         * message.el (message-indent-citation): Add optional arguments to allow
8959         using it outside of message buffers.
8960
8961         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8962         (gnus-article-treat-unfold-headers): Use it.
8963         (gnus-article-truncate-lines): New variable.
8964         (gnus-article-mode): Use it.
8965         (gnus-article-toggle-truncate-lines): New function.
8966
8967         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8968         gnus-article-toggle-truncate-lines.
8969
8970         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8971         coding system in XEmacs, use binary.
8972
8973 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8976         after-load-alist.
8977
8978         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8979         this function should save decoded articles.
8980         (gnus-summary-write-to-file): Use property to specify this function
8981         should save decoded articles and specify gnus-summary-save-in-file
8982         should be used to save articles other than the first one when saving
8983         many articles.
8984         (gnus-summary-save-body-in-file): Use property to specify this
8985         function should save decoded articles.
8986         (gnus-summary-write-body-to-file): Use property to specify this
8987         function should save decoded articles and specify
8988         gnus-summary-save-body-in-file should be used to save articles other
8989         than the first one when saving many articles.
8990
8991         * gnus-sum.el (gnus-summary-save-article): Simplify.
8992
8993 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-default-article-saver): Add
8996         gnus-summary-write-body-to-file.
8997         (gnus-article-save-coding-system): Don't use coding system object
8998         in XEmacs.
8999         (gnus-read-save-file-name): Add optional `dir-var' argument which
9000         specifies directory in which files are saved; work even if optional
9001         `variable' argument is not specified.
9002         (gnus-summary-write-to-file): Read file name.
9003         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9004         (gnus-summary-write-body-to-file): New function.
9005
9006         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9007         (gnus-summary-local-variables): Add it.
9008         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9009         (gnus-summary-save-article): Remove optional `decode' argument;
9010         determine whether to decode articles by the value of
9011         gnus-default-article-saver; when saving many files using
9012         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9013         it first and use gnus-summary-save-in-file or
9014         gnus-summary-save-body-in-file thereafter unless
9015         gnus-prompt-before-saving is always; move point to article which
9016         will be saved.
9017         (gnus-summary-save-article-file): Revert.
9018         (gnus-summary-write-article-file): Revert.
9019         (gnus-summary-save-article-body-file): Revert.
9020         (gnus-summary-write-article-body-file): New function.
9021
9022 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-art.el (gnus-default-article-saver): Doc fix.
9025         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9026         from gnus-summary-save-article-coding-system, and default to a
9027         certain coding system.
9028         (gnus-output-to-file): Add coding cookie and encode text according
9029         to gnus-article-save-coding-system; don't use mm-append-to-file.
9030
9031         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9032         gnus-art.el and rename to gnus-article-save-coding-system.
9033         (gnus-summary-save-article): Require gnus-art; don't show all
9034         headers if it decodes articles; don't add coding cookie here;
9035         don't bind mm-text-coding-system-for-write.
9036         (gnus-summary-save-article-file): Save decoded articles.
9037         (gnus-summary-write-article-file): When saving many files, use
9038         gnus-summary-write-to-file first and gnus-summary-save-in-file
9039         thereafter unless gnus-prompt-before-saving is always.
9040         (gnus-summary-save-article-body-file): Save decoded articles.
9041
9042         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9043
9044 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9045
9046         * nnrss.el (nnrss-check-group): Bind hash-index.
9047
9048 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9049
9050         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9051         its hash index.  Store this hash in `nnrss-group-data'.
9052         (nnrss-read-group-data): Update accordingly.
9053
9054 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9057         entry.
9058
9059         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9060         gnus-article-browse-html-article.
9061
9062 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9063
9064         * gnus-sum.el (gnus-summary-mime-map): Add
9065         gnus-article-browse-html-article.
9066
9067         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9068
9069 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9072         suitable coding systems in customize.
9073
9074 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * mail-source.el (mail-sources): Fix custom type.
9077
9078 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9081         (gnus-summary-expire-articles-now): Shorten prompt.
9082
9083         * gmm-utils.el (wid-edit): Require.
9084         (defun-gmm): Renamed from `gmm-defun-compat'.
9085         (gmm-image-search-load-path): Use it.
9086         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9087
9088 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9091         variable.
9092         (gnus-summary-save-article): Add optional `decode' argument.  If
9093         it is set and gnus-summary-save-article-coding-system is non-nil,
9094         save decoded article.
9095         (gnus-summary-write-article-file): Save decoded article if
9096         gnus-summary-save-article-coding-system is non-nil.
9097
9098         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9099         type.
9100
9101 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9104
9105 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9108         first to test gnus-single-article-buffer which may be buffer-local.
9109
9110         * gnus-sum.el (gnus-summary-setup-buffer): Make
9111         gnus-single-article-buffer buffer-local and nil in ephemeral
9112         group; make gnus-article-buffer, gnus-article-current, and
9113         gnus-original-article-buffer always buffer-local.
9114         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9115         group.
9116         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9117
9118 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * nnml.el (nnml-request-compact-group): Compressed files might not
9121         have .gz extension.
9122
9123 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9124
9125         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9126         (mm-copy-to-buffer): Use with-current-buffer.
9127         (mm-display-part): Simplify.
9128         (mm-inlinable-p): Add optional arg `type'.
9129
9130 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9131
9132         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9133         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9134         Try harder to show the attachment internally or externally using
9135         gnus-mime-view-part-as-type.
9136
9137 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * message.el (message-from-style, message-signature-separator)
9140         (message-user-organization-file, message-send-mail-function)
9141         (message-citation-line-function, message-yank-prefix)
9142         (message-indent-citation-function, message-signature)
9143         (message-signature-file, message-signature-insert-empty-line):
9144         Remove autoloads.
9145
9146         * gnus-art.el (gnus-buttonized-mime-types): Remove
9147         "multipart/signed".  Revert 2006-04-26 change.
9148
9149 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * gnus.el (gnus-version-number): Bump version.
9152
9153 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9154
9155         * gnus.el: No Gnus v0.5 is released.
9156
9157 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9158
9159         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9160         fetching articles by message-id.
9161
9162 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9163
9164         * message.el (hashcash): Require hashcash as normal.
9165
9166         * ecomplete.el (ecomplete-highlight-match-line): Use
9167         point-at-eol.
9168         (ecomplete-highlight-match-line): Use `highlight', because that
9169         face exists in both Emacs and XEmacs.
9170
9171         * message.el (message-display-abbrev): Use point-at-bol.
9172
9173         * mail-source.el: Don't require timer/timer-funcs.
9174
9175         * gnus-async.el: Ditto.
9176
9177         * password.el: Ditto.
9178
9179         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9180
9181         * mm-url.el: Ditto.
9182
9183         * gnus-xmas.el: Don't require timer-funcs.
9184
9185         * mm-util.el: Require timer/timer-funcs.
9186
9187 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9188
9189         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9190         Close.
9191
9192 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9195         unibyte after clear-decrypt function runs.
9196
9197         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9198         returns as a unibyte string.
9199
9200 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * lpath.el: Revert.
9203
9204         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9205         (pgg-gpg-process-sentinel): Revert.
9206
9207         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9208         (pgg-pgp-lookup-key): Revert.
9209
9210         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9211         (pgg-pgp5-lookup-key): Revert.
9212
9213         * pgg.el (pgg-fetch-key): Revert.
9214
9215 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * lpath.el: Fbind string-as-multibyte for XEmacs.
9218
9219         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9220         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9221         (mml1991-pgg-encrypt): Ditto.
9222
9223         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9224         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9225         a multibyte buffer.
9226
9227         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9228         (pgg-pgp-lookup-key): Ditto.
9229
9230         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9231         (pgg-pgp5-lookup-key): Ditto.
9232
9233         * pgg.el (pgg-fetch-key): Ditto.
9234
9235 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * message.el (message-user-organization-file): Check several
9238         locations of the organization file.
9239
9240         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9241         Add gnus-article-view-part-as-type.
9242
9243         * gnus-art.el (gnus-article-view-part-as-type): New function.
9244
9245         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9246         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9247
9248         * mml.el: Simplify autoload.
9249         (mml-mode): defvar dnd-protocol-alist instead of using
9250         symbol-value.
9251         (mml-default-directory): New variable.
9252         (mml-minibuffer-read-file): Use it.
9253         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9254
9255         * message.el (message-citation-line-format): New variable.
9256         (message-insert-formated-citation-line): New function.
9257         (message-citation-line-function): Add
9258         `message-insert-formated-citation-line' to custom type.
9259
9260         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9261         to doc string.
9262
9263         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9264         depending on mm-verify-option.
9265
9266 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9269         binding pgg-* variables; reimplement the section which prevents
9270         MIME header from being signed.
9271         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9272         pgg-text-mode; remove a blank line at the top of body.
9273
9274         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9275         lines at the top of body; use gnus-newsgroup-charset if there's no
9276         Charset header.
9277
9278 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * message.el (message-self-insert-commands): Doc fix.
9281
9282         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9283         (mm-uu-pgp-encrypted-test): Ditto.
9284         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9285         between header and body; return application/pgp-encrypted handle
9286         if decryption failed; decode decrypted body by charset.
9287
9288         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9289         element match to application/pgp-*.
9290
9291 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9292
9293         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9294         HTML.
9295
9296 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297
9298         * mail-source.el (mail-source-call-script): Message the error
9299         string.
9300
9301 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9302
9303         * gnus-util.el (gnus-byte-compile): Use it.
9304
9305 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9306
9307         * gnus-util.el (kill-empty-logs): New function.
9308
9309 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9310
9311         * message.el (message-mail-alias-type): Doc fix.
9312         (message-mail-alias-type-p): New function.
9313         (message-send): Use it.
9314         (message-mode): Ditto.
9315         (message-strip-forbidden-properties): Ditto.
9316
9317         * ecomplete.el (ecomplete-database-file-coding-system): New
9318         variable.
9319         (ecomplete-save): Use it.
9320         (ecomplete-setup): Use it.
9321
9322 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * message.el (message-self-insert-commands): New variable.
9325         (message-strip-forbidden-properties): Use it.
9326
9327 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9330         that doesn't make XEmacs choke.
9331
9332 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * gnus-util.el (gnus-replace-in-string):
9335         Prefer replace-regexp-in-string over of replace-in-string.
9336
9337 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-util.el (gnus-select-frame-set-input-focus):
9340         Use select-frame-set-input-focus if it is available in XEmacs; use
9341         definition defined in Emacs 22 for old Emacsen.
9342
9343         * dgnushack.el: Autoload unmorse-region for XEmacs.
9344
9345         * lpath.el: Bind cursor-in-non-selected-windows and
9346         select-frame-set-input-focus for XEmacs.
9347
9348 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9351
9352 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * gnus-registry.el (gnus-registry-cache-save): Remove text
9355         properties when saving via the temp buffer.
9356
9357 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * message.el (message-generate-hashcash): Honor custom type.
9360
9361 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * message.el (message-generate-hashcash): Default to non-nil when
9364         hashcash is found.
9365
9366         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9367         (gnus-refer-thread-limit): Increase default to 500.
9368
9369         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9370
9371         * flow-fill.el (fill-flowed): Allow delete-space.
9372
9373 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9374
9375         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9376         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9377         Remove autoloads.
9378
9379 2006-04-18  Simon Josefsson  <jas@extundo.com>
9380
9381         * message.el (message-generate-hashcash): Default to.
9382
9383 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9386         concatenating segments rather than before concatenating them.
9387
9388 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9391
9392 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9395
9396         * message.el (message-forward-make-body-plain): Allow
9397         message-forward-ignored-headers to be a list.
9398         (message-remove-ignored-headers): Factor out into function.
9399         (message-forward-make-body-mml): Use it.
9400
9401         * imap.el (imap-quote-specials): New function.
9402         (imap-login-auth): Quote specials.
9403
9404         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9405         (rfc2231-parse-string): Allow concatanation of parameters that
9406         aren't contiguous.  The test case is
9407           (mail-header-parse-content-type "message/external-body;
9408             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9409             access-type=LOCAL-FILE;
9410             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9411
9412 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9413
9414         * nntp.el (nntp-accept-process-output): Return the value of
9415         `nnheader-accept-process-output'.
9416
9417 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9420         (gnus-button-alist): Recognize more diff formats.
9421         (gnus-button-patch): Strip directory.
9422
9423 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9426         Emacs 22 when setting focus.
9427
9428 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * gnus-art.el (gnus-article-treat-types): Do treatment of
9431         text/x-verbatim parts.
9432         (gnus-button-patch): New command.
9433
9434         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9435         addresses that contain invalid characters.
9436
9437 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * message.el (message-put-addresses-in-ecomplete): Use
9440         gnus-replace-in-string.
9441         (message-is-yours-p): Use the more correct
9442         mail-header-parse-address instead of
9443         mail-extract-address-components.
9444         (message-put-addresses-in-ecomplete): Fix typo.
9445
9446         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9447         keystroke.
9448
9449         * gnus-art.el (gnus-treatment-function-alist): Change order of
9450         newsgroups/generic header folding to avoid double-folding.
9451
9452         * message.el (message-hidden-headers): Add X-Draft-From.
9453
9454         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9455         command.
9456         (gnus-summary-repeat-search-article-backward): New command.
9457
9458         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9459         groups in the parent topic.
9460
9461 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9462
9463         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9464         (spam-extra-header-to-number): Return the CRM114 number as a
9465         number instead of a string.
9466
9467 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-art.el (gnus-face-properties-alist): Moved here from
9470         gnus-fun.
9471
9472         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9473
9474 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * message.el (message-strip-forbidden-properties): Only display on
9477         self-insert-command.
9478
9479         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9480         reindent.
9481         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9482
9483 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9484
9485         * smiley.el (smiley-style): Fix typo.
9486
9487 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * hashcash.el (hashcash-insert-payment-async-2): Use
9490         message-goto-eoh instead of doing it manually.
9491         (mail-add-payment): Use message-narrow-to-header instead of trying
9492         to do the same itself.
9493
9494         * message.el (message-hidden-headers): Add Face.
9495
9496         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9497         reparenting code.
9498         (gnus-summary-reparent-children): Refactored out code.
9499         (gnus-summary-thread-map): New keystroke.
9500         (gnus-summary-reparent-children): Make into command.
9501
9502         * smiley.el (smiley-style): Default to `medium' if using a large
9503         font.
9504
9505         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9506         does it itself.
9507
9508         * message.el (message-point-in-header-p): Simplify definition.
9509
9510 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * nnagent.el (nnagent-request-set-mark): Silence log file
9513         writing.
9514         (nnagent-request-set-mark): Use write-region instead of
9515         append-to-file.
9516
9517         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9518         strange select method.
9519
9520         * ecomplete.el (ecomplete-display-matches): Get highlightling
9521         right.
9522         (ecomplete-display-matches): Use literals.
9523         (ecomplete-display-matches): Disable message logging.
9524
9525         * message.el (message-display-abbrev): Small optimization.
9526
9527         * ecomplete.el (ecomplete-display-matches): Allow automatic
9528         display.
9529
9530         * message.el (message-strip-forbidden-properties): Display
9531         abbrevs.
9532         (message-display-abbrev): Get automatic display right.
9533
9534         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9535         keystrokes.
9536
9537 2006-04-13  Romain Francoise  <romain@orebokech.com>
9538
9539         TODO: Backport to v5-10!
9540
9541         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9542         Moved here (and renamed) from gnus-registry.el.
9543
9544         * gnus-registry.el: Require gnus-util.
9545         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9546
9547 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * gnus-group.el (gnus-group-catchup-current): Change
9550         if-then-else-if-then-else into cond.
9551         (gnus-group-catchup): Indent.
9552         (group-name-at-point): New function.
9553         (gnus-fetch-group): Provide default from thing at point.
9554
9555 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * message.el (message-display-abbrev): Fix regexp.
9558
9559         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9560         choosing.
9561         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9562         dead variables.
9563
9564         * message.el (message-newline-and-indent): Remove debugging.
9565         (message-display-abbrev): Use new implementation.
9566
9567 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus-art.el (gnus-article-mode): Set
9570         cursor-in-non-selected-windows to nil.
9571
9572         * smiley.el: Revert previous change.
9573         (smiley-data-directory): defvar it before using it in the
9574         defcustom of `smiley-style'.
9575
9576 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9577
9578         * message.el (message-newline-and-indent): New function.
9579
9580         * ecomplete.el: Implement more bits.
9581
9582         * message.el (message-put-addresses-in-ecomplete): Clean up the
9583         string.
9584
9585         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9586
9587         * gnus-sum.el (gnus-summary-save-parts): Bind
9588         gnus-summary-save-parts-counter and use it to make unique file
9589         names.
9590
9591         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9592
9593         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9594         parameter to say whether to actually parse the individual
9595         addresses.
9596
9597         * message.el (message-put-addresses-in-ecomplete): New function.
9598         (ecomplete): Require.
9599         (message-mail-alias-type): Add ecomplete as an option.
9600
9601 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9602
9603         * flow-fill.el (fill-flowed): Remove trailing space from blank
9604         quoted lines.
9605
9606 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * smiley.el (smiley-style): Move definition later to avoid a
9609         compilation warning.
9610
9611 2006-04-12  Kenichi Handa  <handa@m17n.org>
9612
9613         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9614         buffer and then decode the buffer text if necessary.
9615         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9616         first, and after mm-encode-body, change the buffer to unibyte.
9617         Use mm-disable-multibyte instead of set-buffer-multibyte.
9618
9619 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9622         Content-Type header instead of Content-Disposition header.
9623         (gnus-mime-inline-part): Ditto.
9624         (gnus-mime-view-part-as-charset): Ignore charset that the part
9625         specifies.
9626
9627         * mm-decode.el (mm-display-part): Work with external parts and
9628         usual parts similarly.
9629
9630         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9631         instead of gnus-display-mime.
9632
9633         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9634         instead of with-temp-buffer.
9635
9636         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9637         tag to summarized topics part in order to encode non-ASCII text.
9638
9639 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * smiley.el (smiley-style): New variable.
9642         (smiley-directory): New function.
9643         (smiley-data-directory): Derive from `smiley-style' using
9644         `smiley-directory'.
9645         (smiley-regexp-alist): Add new entries.
9646
9647         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9648         (gnus-article-browse-delete-temp): Add :version.
9649
9650 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9651
9652         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9653         the sieve region.
9654
9655 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9656
9657         * gnus.el (gnus-version-number): Bump version.
9658
9659 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * gnus.el: No Gnus v0.4 is released.
9662
9663 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9666         layout.
9667
9668         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9669         unknown charset.
9670
9671         * message.el (message-header-synonyms): Add Original-To to the
9672         default.
9673
9674         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9675         optional parameter.
9676
9677 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-fun.el (gnus): Require it for gnus-directory.
9680
9681 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9684
9685 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9686
9687         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9688
9689 2006-04-05  Simon Josefsson  <jas@extundo.com>
9690
9691         * password.el (password-reset): New function.
9692
9693 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9694
9695         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9696         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9697
9698 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9699
9700         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9701         Some whitespace was matched into the url, which broke browsing hits
9702         > 100 when mm-url-use-external was nil.
9703
9704 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9707         gnus-extra-headers for 'Newsgroups.
9708
9709         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9710         bound.
9711
9712 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9713
9714         * pgg-gpg.el: Clean up process buffers every time gpg processes
9715         complete.
9716
9717 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9720         doc string.
9721
9722 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9723
9724         * pgg-gpg.el (pgg-gpg-process-filter)
9725         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9726
9727         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9728         lines, temporary fix.
9729
9730 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9733
9734 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9735
9736         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9737         default-enable-multibyte-characters.  This reverts the change from
9738         revision 6.17 which is no longer necessary because the passphrase
9739         is sent separately now.  GnuPG messages are unreadable under
9740         multibyte locales with default-enable-multibyte-characters set to
9741         nil.
9742
9743 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * message.el (message-tool-bar-gnome): Move "spell".
9746
9747 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9750         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9751         instead.
9752
9753 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9754
9755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9756         newsgroups handling for NNTP overviews which don't include
9757         Newsgroups.
9758
9759 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9760
9761         * message.el (message-resend): Bind message-generate-hashcash to nil.
9762
9763 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9764
9765         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9766         when searching for already-paid recipients.
9767
9768 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9771         passphrases when it is not needed.
9772         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9773         passphrase stuff from gpg, should only be necessary when you use
9774         gpg with a smartcard.
9775
9776 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * mml.el (mml-insert-mime): Ignore cached contents of
9779         message/external-body part.
9780
9781         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9782         (mm-insert-part): Ditto.
9783
9784 2006-03-23  Simon Josefsson  <jas@extundo.com>
9785
9786         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9787         Reiner.
9788         (pgg-gpg-use-agent-p): Use it again.
9789
9790 2006-03-23  Simon Josefsson  <jas@extundo.com>
9791
9792         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9793         older emacsen.
9794         (pgg-gpg-use-agent-p): Don't use it.
9795
9796 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9799         if we can.
9800
9801 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9802
9803         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9804         (pgg-gpg-update-agent): New function.
9805         (pgg-gpg-use-agent-p): New function.
9806         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9807         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9808         (pgg-gpg-sign-region): Use it.
9809
9810 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9813         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9814
9815 2006-03-21  Simon Josefsson  <jas@extundo.com>
9816
9817         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9818         <wilde@sha-bang.de>.
9819         (pgg-gpg-use-agent): New variable.
9820         (pgg-gpg-process-region): Use it.
9821         (pgg-gpg-encrypt-region): Likewise.
9822         (pgg-gpg-encrypt-symmetric-region): Likewise.
9823         (pgg-gpg-decrypt-region): Likewise.
9824         (pgg-gpg-sign-region): Likewise.
9825         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9826
9827 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9830
9831         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9832         Add comment on version.
9833
9834 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * smiley.el: Add missing test smiley.
9837
9838 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * mm-decode.el (mm-with-part): New macro.
9841         (mm-get-part): Use it; work with message/external-body as well.
9842         (mm-save-part): Treat name and filename equally.
9843
9844         * mm-extern.el (mm-extern-cache-contents): New function.
9845         (mm-inline-external-body): Use it; force the part to be displayed;
9846         move undisplayer added to the cached handle to the parent.
9847
9848         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9849         (gnus-mime-view-part-as-type): Work with message/external-body.
9850
9851         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9852
9853 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9856         images in image-load-path.  [Sync with image.el, revision 1.60, in
9857         Emacs.]
9858
9859 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9862         path rather than symbol.  Always return list of directories.
9863         Guarantee that image directory comes first.  [Sync with image.el,
9864         revision 1.59, in Emacs.]
9865
9866         * message.el (message-make-tool-bar): Adjust to new API of
9867         `gmm-image-load-path-for-library'.
9868
9869         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9870
9871         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9872
9873 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9874
9875         * gnus-art.el (gnus-article-only-boring-p):
9876         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9877         intangible text.
9878         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9879
9880 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9883         `defun' instead of `gmm-defun-compat'.
9884
9885 2006-03-14  Simon Josefsson  <jas@extundo.com>
9886
9887         * message.el (message-unique-id): Don't use message-number-base36
9888         if (user-uid) is a float.
9889         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9890
9891 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9894
9895         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9896         empty line between a part and a message part.
9897
9898 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * smiley.el: Add more test smileys.
9901         (smiley-data-directory, smiley-regexp-alist)
9902         (gnus-smiley-file-types): Fix doc strings.
9903         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9904         adding new elements.
9905         (smiley-mouse-map): Unused code.  Make it a comment.
9906
9907 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9910         scan latest NoCeM messages instead of old ones.
9911         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9912         delimiters that are recently used.
9913         (gnus-nocem-load-cache): Add autoload cookie.
9914
9915         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9916
9917         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9918         level which is larger than gnus-use-nocem is specified.
9919
9920         * gnus-group.el (gnus-group-get-new-news): Ditto.
9921
9922 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-util.el (gnus-tool-bar-update): New function.
9925
9926         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9927         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9928
9929         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9930
9931         * gnus-group.el (gnus-group-redraw-when-idle)
9932         (gnus-group-redraw-check): Remove.
9933         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9934
9935 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9938         if optional last element is specified in splits (FIELD VALUE...).
9939
9940 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9943         to gmm-image-load-path-for-library.  Call with no-error argument.
9944         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9945
9946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9947
9948         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9949
9950         * gmm-utils.el (gmm-image-load-path): Remove alias.
9951
9952 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * gmm-utils.el (gmm-image-load-path): Add alias.
9955
9956         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9957         nnml-generate-nov-databases-1.
9958         (nnml-generate-nov-databases): Use it.
9959         (nnml-generate-nov-databases-directory): Document no-active
9960         argument.
9961
9962         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9963         directory if path is t.  Add no-error.
9964
9965         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9966         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9967
9968         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9969         resetting gnus-article-browse-html-temp-list.
9970
9971         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9972         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9973         Add example to docstring.  Rename local variables.  Move error
9974         checks to default case in cond and simplify.
9975
9976 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9979         handle is multipart when calling it recursively.
9980         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9981
9982 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9983
9984         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9985         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9986
9987 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9990         is loaded.
9991
9992         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9993         loaded.
9994
9995 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9998         to "Emacs 23 (unicode)" in doc string.
9999
10000         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10001         "Emacs 23 (unicode)" in comment.
10002
10003 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10006
10007         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10008         characters 160 through 255 in Emacs 23.
10009
10010 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10013         gnus-article-browse-html-temp.
10014         (gnus-article-browse-delete-temp): Make it customizable.  Add
10015         `file'.  Adjust doc string.
10016         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10017         query for each file.  Adjust doc string.
10018         (gnus-article-browse-html-parts): Add
10019         `gnus-article-browse-delete-temp-files' to
10020         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10021
10022 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10023
10024         * gnus-art.el (gnus-article-browse-html-temp)
10025         (gnus-article-browse-delete-temp): New variables.
10026         (gnus-article-browse-delete-temp-files): New function.
10027         (gnus-article-browse-html-parts): Use it.
10028
10029 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10032
10033         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10034         string.
10035
10036         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10037         gnus-summary-insert-new-articles when unplugged.  Remove
10038         gnus-summary-search-article-forward.
10039
10040         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10041         display-visual-class instead of display-color-cells.
10042
10043 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * dgnushack.el: Autoload customize-group for XEmacs.
10046
10047         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10048         message/* containing non-ASCII text properly.
10049
10050 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * message.el: Require gmm-utils, remove autoloads.
10053         (message-tool-bar): Set default based on
10054         gmm-tool-bar-style.
10055         (message-tool-bar-gnome): Add gmm-customize-mode.
10056
10057         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10058         gmm-tool-bar-style.
10059         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10060
10061         * gnus-group.el (gnus-group-tool-bar): Set default based on
10062         gmm-tool-bar-style.
10063         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10064
10065         * gmm-utils.el (gmm-image-directory): Rename variable from
10066         gmm-image-load-path.
10067         (gmm-image-load-path): Use gmm-image-directory.
10068         (gmm-customize-mode): New function.
10069         (gmm-tool-bar-style): New variable.
10070
10071         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10072         gnus-group-redraw-line-number.
10073         (gnus-group-redraw-check): Simplify.
10074         (gnus-group-tool-bar-update): Remove redraw check.
10075         (gnus-group-make-tool-bar): Add redraw check.
10076
10077 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10078
10079         * gnus-art.el (gnus-button): Add missing parentheses.
10080
10081 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * lpath.el: Fbind line-number-at-pos.
10084
10085 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10088
10089 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10090
10091         * gnus-art.el (gnus-button): New face.
10092         (gnus-article-button-face): Use it.
10093
10094         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10095         gnus-summary-next-page.  Re-order.
10096
10097         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10098         next-node are now included.
10099         (gnus-group-redraw-line-number): New internal variable.
10100         (gnus-group-redraw-check): Helper function for updating the tool
10101         bar.
10102         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10103
10104         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10105
10106         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10107         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10108         Use it to match format of Spamassassin 3.0 and later.  Reported by
10109         IRIE Tetsuya <irie@t.email.ne.jp>.
10110         (spam-check-bogofilter)
10111         (spam-bogofilter-register-with-bogofilter): Fix args of
10112         `gnus-error' calls.
10113
10114 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10115
10116         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10117         unnecessary interaction when sending queued mails.  Reported by
10118         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10119
10120 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10121
10122         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10123         first or last are nil.
10124
10125 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10126
10127         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10128
10129 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10132
10133 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * dns.el (query-dns): Protect more against buggy tcp output.
10136
10137 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10140         nov.php.
10141
10142 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10143
10144         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10145         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10146         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10147         output on the server side.
10148         (nnweb-google-create-mapping): Update regexps and add some
10149         progress indication.
10150
10151 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10152
10153         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10154         gnus-agent-toggle-plugged.  Re-order icons.
10155         (gnus-group-tool-bar-gnome): Add
10156         gnus-group-{prev,next}-unread-group.
10157         (gnus-group-tool-bar-gnome): Re-order icons.
10158
10159         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10160         gnus-summary-insert-new-articles.
10161
10162         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10163         comments.
10164
10165         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10166         also available in Emacs 21.3.
10167
10168         * message.el (message-fix-before-sending): Change "Emacs 22" to
10169         "Emacs 23 (unicode)" in comment.
10170
10171         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10172         "Emacs 23 (unicode)" in comment.
10173
10174         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10175         comment.
10176         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10177
10178         * mm-view.el (mm-fill-flowed): Add :version.
10179
10180 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10183         and load-path.
10184
10185 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * message.el: Autoload gmm-image-load-path.
10188         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10189         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10190         consitency.
10191
10192         * gmm-utils.el (gmm-image-load-path): Also search in
10193         "../etc/images".  Don't set gmm-image-load-path if we don't find
10194         the image.
10195
10196 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gmm-utils.el (gmm-image-load-path): Don't make
10199         `gmm-image-load-path' include subdirectories which the second arg
10200         `image' might specify.
10201
10202         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10203         subdirectory to icon file names.
10204
10205         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10206
10207 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10210         gmm-image-load-path calls.
10211
10212         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10213
10214         * message.el (message-make-tool-bar): Ditto.
10215
10216         * mml.el (mml-preview): Added comment concerning tool bar icons.
10217
10218         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10219         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10220
10221         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10222         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10223
10224         * message.el (message-tool-bar-gnome): Use new icon names.
10225         (message-make-tool-bar): Use `gmm-image-load-path'.
10226
10227         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10228         functions from MH-E.
10229         (gmm-image-load-path): New variable from MH-E.
10230         (gmm-image-load-path): New function from MH-E.  Added arguments
10231         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10232         *-image-load-path-called-flag.
10233
10234 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10235
10236         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10237
10238 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10239
10240         * nnimap.el (nnimap-request-move-article): Change folder back to
10241         source group before deleting.
10242
10243 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10246
10247         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10248         mm-url.
10249
10250         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10251
10252 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10255         coding system which mm-charset-to-coding-system returns for a
10256         given charset is valid.
10257
10258 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10259
10260         * html2text.el (html2text-remove-tag-list):
10261         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10262
10263 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10264
10265         * gnus-cus.el: Revert 2005-10-17 change.
10266
10267 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-art.el (article-strip-banner): Call
10270         article-really-strip-banner only when the regexp match is made.
10271
10272 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gnus-art.el (article-strip-banner): Use
10275         gnus-extract-address-components instead of
10276         mail-header-parse-addresses to make it work with non-ASCII text;
10277         remove mail-encode-encoded-word-string.
10278
10279         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10280         values which are surrounded with \"...\"; make it never cause a
10281         Lisp error; give up parsing of parameters if it failed in
10282         extracting type.
10283
10284 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10285
10286         * smime.el (smime-cert-by-ldap-1): Fix bug where
10287         `smime-ldap-search' returns results without userCertificates.
10288
10289 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10292
10293 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * spam.el (spam-check-spamassassin-headers): Adapt format for
10296         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10297         <ari@mbf.ocn.ne.jp>.
10298         (spam-list-of-processors): Add spam-use-gmane.
10299
10300 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10303         make-temp-file; make it work with XEmacs as well.
10304
10305         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10306         mm-make-temp-file.
10307
10308         * mm-decode.el (mm-display-external): Use the 3rd arg of
10309         mm-make-temp-file.
10310         (mm-create-image-xemacs): Ditto.
10311
10312 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10315         with message-narrow-to-headers.
10316         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10317         (gnus-draft-check-draft-articles): New function.
10318         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10319
10320 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10321
10322         * gnus-art.el (gnus-article-browse-html-parts):
10323         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10324         Don't use suffix argument for mm-make-temp-file for Emacs 21
10325         compatibility.  Remove useless `format'.
10326
10327 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10328
10329         * nnweb.el (nnweb-google-wash-article): Update regexps.
10330         (nnweb-group-alist): Use defvoo instead of defvar.
10331
10332 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10335         re-loading nn* modules.
10336
10337 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10340         for `tool-bar-mode' and don't check it's default-value.
10341
10342         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10343
10344         * message.el (message-make-tool-bar): Ditto.
10345
10346         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10347         `substring'.  Shorten tmp-file name.
10348
10349         * gnus.el: Remove bogus comment.
10350
10351 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10352
10353         * gnus-art.el (gnus-article-browse-html-parts): New function.
10354         (gnus-article-browse-html-article): New function for viewing html
10355         articles with a browser.
10356
10357 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10358
10359         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10360         in elisp.
10361         (pgg-gpg-encrypt-symmetric-region): Ditto.
10362         (pgg-gpg-sign-region): Ditto.
10363
10364         * pgg-def.el (pgg-text-mode): New variable.
10365
10366         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10367         (mml2015-pgg-encrypt): Ditto.
10368
10369         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10370         (mml1991-pgg-encrypt): Ditto.
10371
10372 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10375         message-make-date instead of current-time-string.
10376
10377         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10378         to gnus-decoded which mm-uu might set.
10379
10380 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10383         don't decode quoted parameters; remove misimported Emacs code.
10384         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10385         (rfc2231-decode-encoded-string): Don't use split-string which
10386         behaves differently according to Emacs version; use
10387         mm-decode-coding-region to convert charset to coding-system.
10388         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10389         (rfc2231-encode-string): Remove misimported Emacs code.
10390
10391 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10394         when calling mail-header-parse-content-type.
10395         (article-de-quoted-unreadable): Ditto.
10396         (article-de-base64-unreadable): Ditto.
10397         (article-wash-html): Ditto.
10398
10399         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10400         calling mail-header-parse-content-type and
10401         mail-header-parse-content-disposition.
10402         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10403         mail-header-parse-content-type.
10404
10405         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10406         insert charset and format parameters; encode description after
10407         inserting it to buffer.
10408         (mml-insert-parameter): Fold lines properly even if a parameter is
10409         segmented into two or more lines; change the max column to 76.
10410
10411         * rfc1843.el (rfc1843-decode-article-body): Don't use
10412         ignore-errors when calling mail-header-parse-content-type.
10413
10414         * rfc2231.el (rfc2231-parse-string): Return at least type if
10415         possible; don't cause an error even if it fails in parsing of
10416         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10417         (rfc2231-encode-string): Don't break lines at the beginning, leave
10418         it to mml-insert-parameter.
10419
10420         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10421         calling mail-header-parse-content-type.
10422
10423 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * spam-report.el (spam-report-gmane-use-article-number):
10426         Improve doc string.
10427         (spam-report-gmane-internal): Check if a suitable header was found
10428         in the article.
10429
10430 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10433         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10434
10435 2006-02-05  Romain Francoise  <romain@orebokech.com>
10436
10437         Update copyright notices of all files in the gnus directory.
10438
10439 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10440
10441         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10442
10443 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10446         segmented lines of parameter value to cope with Thunderbird 1.5
10447         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10448         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10449         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10450
10451 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10452
10453         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10454         parts.
10455
10456 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10457
10458         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10459         there's only one active file for all servers.
10460         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10461         solid groups.  Gnus might have used a FAST request to select the group.
10462         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10463         and nnweb-search redundantly in the active file.
10464         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10465         (nnweb-request-create-group): Don't use ARGS.
10466         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10467         initialisations.  Let nnoo do the work.
10468
10469 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10472         Say the part has been decoded.
10473
10474         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10475
10476 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10477
10478         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10479         mailcap-viewer-test-cache when there's no 'test clause, since that
10480         will invert the meaning of a "nil" test previously determined by
10481         mailcap-mailcap-entry-passes-test.
10482
10483 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10486         compiling.
10487
10488         * gnus-sum.el: Ditto.
10489
10490         * message.el: Don't bind tool-bar-map when compiling.
10491
10492 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10495
10496 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10497
10498         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10499         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10500         current Google Groups.
10501
10502 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10505         and tool-bar-mode.
10506
10507         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10508         and tool-bar-mode.
10509
10510         * message.el (message-tool-bar-update): Simplify.
10511         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10512
10513         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10514         gnus-summary-buffer.
10515         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10516         gnus-summary-reply.
10517
10518         * gmm-utils.el (gmm): Add :version.
10519
10520 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * Makefile.in (clean): New rule.
10523         (distclean): Use it.
10524
10525 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10526
10527         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10528         autoload.
10529
10530 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gmm-utils.el (gmm-verbose): Add :group.
10533
10534 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * message.el: Change some comments WRT tool-bars.
10537
10538         * gnus-sum.el (gnus-summary-tool-bar)
10539         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10540         (gnus-summary-tool-bar-zap-list): New variables.
10541         (gnus-summary-make-tool-bar): Complete rewrite using
10542         `gmm-tool-bar-from-list'.
10543
10544         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10545         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10546         variables.
10547         (gnus-group-make-tool-bar): Complete rewrite using
10548         `gmm-tool-bar-from-list'.
10549         (gnus-group-tool-bar-update): New function.
10550
10551         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10552
10553 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10556         is dissected into a single part of which the type is the same as
10557         the given one; decode charset.
10558
10559 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10560
10561         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10562         into alists as symbol not string, since that's what
10563         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10564         look for.
10565
10566 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10569         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10570
10571         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10572
10573 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10576         (gnus-xmas-mime-security-button-menu): New function.
10577
10578         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10579         (gnus-mime-security-button-menu): New definition.
10580         (gnus-mime-security-button-map): Use them.
10581         (gnus-mime-security-button-menu): New function.
10582         (gnus-insert-mime-security-button): Addition to help echo.
10583         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10584         (gnus-mime-security-pipe-part): New functions.
10585
10586         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10587         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10588
10589         * mm-decode.el (mm-handle-set-disposition): Remove.
10590         (mm-handle-set-description): Remove.
10591
10592 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10595         (mm-w3m-standalone-supports-m17n-p): New function.
10596         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10597         w3m usage.
10598
10599         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10600         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10601
10602 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10603
10604         * message.el (message-tool-bar-zap-list): Use
10605         gmm-tool-bar-zap-list as custom type.
10606         (message-tool-bar-update): New function.
10607         (message-tool-bar, message-tool-bar-gnome)
10608         (message-tool-bar-retro): Add message-tool-bar-update.
10609         (message-tool-bar-gnome): Add flyspell-buffer.
10610
10611         * gnus-util.el (gnus-error): Describe `args'.
10612
10613         * gmm-utils.el (gmm-error): Describe `args'.
10614         (gmm-tool-bar-zap-list): New widget.
10615         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10616
10617 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10620         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10621         the number of recursive calls.
10622
10623         * mm-decode.el (mm-handle-set-disposition): New macro.
10624         (mm-handle-set-description): New macro.
10625
10626 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10629         encoding.
10630
10631 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * message.el (message-tool-bar-zap-list, message-tool-bar)
10634         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10635         (message-tool-bar-local-item-from-menu): Remove.
10636         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10637         (message-make-tool-bar): New function.
10638         (message-mode): Use `message-make-tool-bar'.
10639
10640         * gmm-utils.el: New file.
10641         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10642         (gmm-lazy): New widget copied from `nnmail.el'.
10643         (gmm-tool-bar-from-list): New function for creating customizable
10644         tool bars.
10645         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10646         output.
10647         (gmm): Add :prefix to defgroup.
10648
10649 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10650
10651         * gmm-utils.el (gmm-widget-p): New function.
10652
10653 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * mml.el (mml-attach-file): Describe `description' in doc string.
10656         (mml-menu): Add Emacs MIME manual and PGG manual.
10657
10658 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10659
10660         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10661
10662 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10663
10664         * nntp.el (nntp-end-of-line): Doc fix.
10665
10666 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10667
10668         * imap.el (imap-open): Handle case where buffer is a buffer
10669         object.
10670
10671 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10672
10673         * gnus-delay.el (gnus-delay): Don't autoload.
10674         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10675         to be re-loaded when customizing the `gnus-delay' group.
10676
10677 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10678
10679         * message.el (message-insert-citation-line): Use newlines.
10680
10681 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10682
10683         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10684         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10685         these routines, so the passphrase can be managed externally and
10686         passed in to the system.
10687         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10688         pgg-add-passphrase-to-cache function.
10689
10690         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10691         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10692         these routines, so the passphrase can be managed externally and
10693         passed in to the system.
10694         (pgg-pgp5-sign-region): Use new name of
10695         pgg-add-passphrase-to-cache function.
10696
10697 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10698
10699         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10700         part of the decoded armor to find the key-identifier.
10701         (pgg-gpg-lookup-key-owner): New function to return the
10702         human-readable identifier of a key owner.
10703         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10704         itself.
10705         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10706         the key value) if we have a key and can match it against a secret
10707         key.  Also, added a note pointing out fact that the prompt only
10708         indicates the first matching key.
10709
10710         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10711         pgg-decrypt-region.
10712         (pgg-add-passphrase-to-cache): Rename from
10713         `pgg-add-passphrase-cache' to reduce confusion (all callers
10714         changed).
10715         (pgg-remove-passphrase-from-cache): Rename from
10716         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10717         changed).
10718         (pgg-read-passphrase, pgg-add-passphrase-cache)
10719         (pgg-remove-passphrase-cache): Add informative docstrings.
10720         (pgg-decrypt): Convey provided passphrase in subordinate call to
10721         pgg-decrypt-region.
10722
10723 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10724
10725         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10726         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10727         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10728         'passphrase' argument, so the passphrase can be managed externally
10729         and then passed in to the system.
10730
10731         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10732         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10733         so the passphrase cache can be used reliably with identifiers
10734         besides a pgp packet's key id.
10735
10736         * pgg-gpg.el (pgg-gpg-encrypt-region)
10737         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10738         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10739         these routines, so the passphrase can be managed externally and
10740         passed in to the system.
10741
10742         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10743         'notruncate' argument, so the passphrase cache can be used
10744         reliably with identifiers besides a pgp packet's key id.
10745
10746 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10747
10748         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10749         symmetric encryption.
10750         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10751         encrypted session key.
10752         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10753         message ask for the passphrase in a proper way.
10754
10755         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10756         New user commands for symmetric encryption.
10757
10758 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10761
10762         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10763
10764 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10765
10766         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10767
10768 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * mm-decode.el (mm-inlined-types): Add application/pgp.
10771         (mm-automatic-display): Ditto.
10772
10773         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10774         part as text.
10775
10776 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * nnrss.el: Update copyright.
10779         (nnrss-opml-import): Query whether to subscribe to each entry.
10780
10781         * gnus-art.el:
10782         * gnus-sum.el:
10783         * gnus-xmas.el:
10784         * messagexmas.el:
10785         * mm-uu.el:
10786         * mm-view.el: Update copyright.
10787
10788 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * message.el (message-info): New function.
10791         (message-mode-menu): Add it.
10792         Update copyright.
10793
10794         * ChangeLog: Fix and update copyright.
10795
10796 2006-01-13  Romain Francoise  <romain@orebokech.com>
10797
10798         * message.el (message-forward-subject-name-subject): Prefer the
10799         address to 'nowhere' if the sender has no name.
10800         Fix typo.  Update copyright year.
10801
10802 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-art.el (article-wash-html): Use
10805         gnus-summary-show-article-charset-alist if a numeric arg is given.
10806         (gnus-article-wash-html-with-w3m-standalone): New function.
10807
10808         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10809         mm-inline-text-html-render-with-w3m-standalone.
10810         (mm-text-html-washer-alist): Map w3m-standalone to
10811         gnus-article-wash-html-with-w3m-standalone.
10812         (mm-inline-text-html-render-with-w3m-standalone): New function.
10813
10814 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10817         Improve LaTeX.
10818
10819 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10822         (nnrss-request-article): Render text/plain parts as HTML.
10823
10824         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10825         the buffer.
10826
10827 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10828
10829         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10830         custom definition of `gnus-posting-styles'.
10831
10832         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10833         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10834
10835 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10838         Use nntp for bug archive.
10839
10840 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10843         parts.
10844         (nnrss-normalize-date): New function converts ISO 8601 date into
10845         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10846         (nnrss-check-group): Use it.
10847
10848 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10851
10852         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10853         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10854         (nnrss-insert-w3): Ditto.
10855
10856 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10859         the articles to be forwarded including the case where neither a
10860         number of articles nor a region is specified.
10861
10862 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * nnrss.el (nnrss-request-article): Fix last change; fill
10865         text/plain parts.
10866
10867 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10870         in text/plain part.
10871         (nnrss-check-group): Don't add excessive newline to dc:subject.
10872
10873 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10874
10875         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10876         article.
10877
10878 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10881         (nnml-use-compressed-files, nnml-save-mail): Support other
10882         comression programs such as bzip2.
10883
10884 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * dns.el (query-dns): Make sure we check the buffer size before
10887         removing tcp headers.
10888
10889 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10892         remove MIME buttons associated with multipart/alternative parts.
10893         (gnus-mime-display-alternative): Tag buttons using `article-type'
10894         text property.
10895
10896         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10897         associated with multipart/alternative parts.
10898
10899         * gnus-art.el (gnus-signature-separator): Fix custom type.
10900
10901         * mm-decode.el (mm-inlined-types): Fix custom type.
10902         (mm-keep-viewer-alive-types): Ditto.
10903         (mm-automatic-display): Ditto.
10904         (mm-attachment-override-types): Ditto.
10905         (mm-inline-override-types): Ditto.
10906         (mm-automatic-external-display): Ditto.
10907
10908 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * spam-report.el (spam-report-user-mail-address)
10911         (spam-report-user-agent): New variables.
10912         (spam-report-url-ping-plain): Use spam-report-user-agent.
10913
10914 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10915
10916         * gnus-art.el (gnus-button-handle-custom): Do not just use
10917         `customize-apropos' for any "M-x customize-*" button but the
10918         function called for.  Accept both the function name and its
10919         argument in order to achieve this.
10920         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10921         function name to `gnus-button-handle-custom' in case of "M-x
10922         customize-*" buttons.
10923
10924 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10927         multipart/alternative and add xref to mm-discouraged-alternatives
10928         in doc string.
10929
10930         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10931         gnus-buttonized-mime-types in doc string.
10932
10933 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10936         Suggest image/.* in the doc string.
10937
10938 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10941         message-marks (Debian bug #342521).
10942
10943 2005-12-12  Simon Josefsson  <jas@extundo.com>
10944
10945         * password.el (password-read-from-cache): Add.
10946         (password-read): Use it.
10947
10948 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10951         us-ascii as a MIME charset.
10952
10953         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10954         against the case where the 2nd arg TYPE is nil.
10955
10956 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * pop3.el (pop3-stream-type): Fix custom version.
10959
10960         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10961
10962 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10963
10964         * mm-decode.el (mm-display-external): Add missing cdr.
10965
10966 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10969         RFC1524) if it is in mailcap or add a suffix according to
10970         mailcap-mime-extensions when generating a temp filename; postpone
10971         deleting a temp file for 2 seconds for some wrappers, shell
10972         scripts, and so on, which might exit right after having started a
10973         viewer command as a background job.
10974
10975 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * nntp.el (nntp-marks-directory): Fix custom group.
10978
10979         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10980         steps when < 10.
10981
10982         * gnus-start.el (gnus-no-server-1): Mention
10983         `gnus-level-default-subscribed' in doc string.
10984
10985 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10986
10987         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10988         parens.
10989
10990 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10991
10992         * gnus-xmas.el (gnus-use-toolbar): Revert.
10993         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10994         gnus-use-toolbar is default.
10995
10996         * messagexmas.el (message-use-toolbar): Revert.
10997         (message-setup-toolbar): Use global default-toolbar if
10998         message-use-toolbar is default.
10999
11000 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11003         according to default-toolbar-visible-p.
11004
11005         * messagexmas.el (message-use-toolbar): Ditto.
11006
11007 2005-11-26  Dave Love  <fx@gnu.org>
11008
11009         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11010         (tls-program, tls-success): Provide openssl alternative.
11011
11012         * starttls.el: Doc fixes.
11013         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11014         SERVICE to PORT.
11015
11016         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11017         port null or service name.
11018         (starttls-negotiate): Autoload.
11019
11020 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * message.el (message-kill-to-signature): Fix interactive spec.
11023
11024 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * pop3.el (pop3-open-server): Recognize a string as a service name.
11027
11028 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11029
11030         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11031
11032 2005-11-23  Dave Love  <fx@gnu.org>
11033
11034         Add pop3s, pop3/starttls.
11035
11036         * pop3.el (pop3-authentication-scheme): Clarify doc.
11037         (open-tls-stream, starttls-open-stream): Autoload.
11038         (pop3-stream-type): New.
11039         (pop3-open-server): Use it.
11040
11041         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11042         for POP.
11043         (mail-source-keyword-map): Add :stream for POP.
11044         (mail-source-fetch-pop): Use pop3-stream-type.
11045
11046 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11049         of current-time-string.
11050
11051 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11052
11053         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11054         date header.
11055
11056 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11057
11058         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11059         it can seriously impact performance as it bypasses the agent's
11060         local caches.
11061
11062 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11063
11064         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11065         must be explicitly online rather than "not explicitly offline" for
11066         its flags to be synchronized.
11067
11068         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11069         that gnus-uu-unmark-thread will function correctly.
11070
11071         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11072         1024K is instead displayed as 1M.
11073
11074 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11077
11078 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11079
11080         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11081
11082 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11083
11084         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11085         error message to display actual error condition.
11086         (gnus-agent-save-local): Avoid saving symbols that are bound to
11087         nil as they simply result in a warning message in
11088         gnus-agent-read-local.
11089
11090 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11093         rather than make-variable-buffer-local for file-precious-flag.
11094
11095 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11096
11097         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11098         for duplicates which are removed.  The invalid sort check then
11099         triggers a rescan after the sort as sorting may have moved
11100         duplicate entries such that they can be cheaply detected.
11101
11102 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11105
11106 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11107
11108         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11109         internal variable to a custom variable.  Changed default value
11110         from compressed(2) to uncompressed(1).
11111         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11112         support for uncompressed agentview files.  Taken together, reading
11113         the agentview file should now be 6-7 times faster.
11114
11115 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11116
11117         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11118         as a buffer-local variable.  This avoids creating truncated
11119         dribble files as a result of a hang up, eg.
11120
11121 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11122
11123         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11124         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11125         XEmacs.
11126
11127 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * gnus-start.el (gnus-start-draft-setup): Enforce
11130         `gnus-draft-mode' for nndraft:drafts at startup.
11131
11132         * gnus.el (gnus-splash): Change custom group.
11133         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11134         allow-list argument.
11135
11136         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11137         string.
11138
11139 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-art.el (gnus-default-article-saver): Add user-defined
11142         `function' to custom type.
11143
11144 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11145
11146         * imap.el (imap-open): Handle case where buffer is a buffer
11147         object.
11148
11149 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11152         long lines.
11153         (gnus-cache-delete-group): Wrap doc strings.
11154
11155         * gnus-agent.el (gnus-agent-rename-group)
11156         (gnus-agent-delete-group): Wrap doc strings.
11157
11158 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * messagexmas.el (message-use-toolbar): Change the valid values
11161         into default, top, bottom, left, and right.
11162         (message-toolbar-thickness): New variable.
11163         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11164         well.
11165         (message-setup-toolbar): Make it work.
11166
11167         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11168         (gnus-use-toolbar): Change the valid values into default, top,
11169         bottom, left, and right.
11170         (gnus-toolbar-thickness): New variable.
11171         (gnus-xmas-setup-toolbar): New function.
11172         (gnus-xmas-setup-group-toolbar): Use it.
11173         (gnus-xmas-setup-summary-toolbar): Use it.
11174
11175 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176
11177         * gnus-start.el (gnus-1): Add "native" to
11178         gnus-predefined-server-alist.
11179
11180         * gnus.el (gnus-method-to-server): Don't add "native" to the
11181         lists here, because that leads to problems when
11182         gnus-select-method is bound.
11183
11184 2005-11-09  Simon Josefsson  <jas@extundo.com>
11185
11186         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11187         use (not sort-by-date) instead.
11188
11189 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11190
11191         * gnus-delay.el (gnus-delay-group): Don't autoload.
11192         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11193         to be re-loaded when customizing the `gnus-delay' group.
11194
11195 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11196
11197         * message.el: Revert last changes.
11198         (message-insert-citation-line): Use newlines.
11199
11200 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11201
11202         * message.el (message-courtesy-message)
11203         (message-mark-insert-begin, message-mark-insert-end)
11204         (message-elide-ellipsis, message-cancel-message)
11205         (message-add-header, message-change-subject)
11206         (message-cross-post-followup-to-header)
11207         (message-cross-post-insert-note, message-reduce-to-to-cc)
11208         (message-widen-reply, message-delete-not-region)
11209         (message-kill-to-signature, message-insert-signature)
11210         (message-insert-importance-high, message-insert-importance-low)
11211         (message-insert-or-toggle-importance)
11212         (message-insert-disposition-notification-to)
11213         (message-indent-citation, message-yank-original)
11214         (message-cite-original-without-signature, message-cite-original)
11215         (message-insert-citation-line, message-position-on-field)
11216         (message-fix-before-sending, message-send-mail-partially)
11217         (message-send-mail, message-send-mail-with-sendmail)
11218         (message-send-mail-with-qmail, message-send-news)
11219         (message-check-news-header-syntax, message-generate-headers)
11220         (message-insert-courtesy-copy, message-fill-address)
11221         (message-fill-header, message-shorten-references)
11222         (message-setup-1, message-cancel-news)
11223         (message-forward-make-body-plain, message-forward-make-body-mime)
11224         (message-forward-make-body-mml, message-encode-message-body)
11225         (message-forward-make-body-digest-plain)
11226         (message-forward-make-body-digest-mime)
11227         (message-use-alternative-email-as-from): Insert `hard-newline'
11228         instead of ordinary newlines.
11229
11230 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * message.el (message-generate-headers): Downcase the argument
11233         given to message-check-element.
11234
11235 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11236
11237         * nntp.el (nntp-authinfo-rejected): New error condition.
11238         (nntp-wait-for): Use new error condition to signal authentication
11239         error.
11240         (nntp-retrieve-data): Rethrow new error condition to break out of
11241         recursive call to nntp-send-authinfo.
11242
11243 2005-11-08  Romain Francoise  <romain@orebokech.com>
11244
11245         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11246         (gnus-summary-exit-map): Bind to `Z p'.
11247         (gnus-summary-make-menu-bar): Add menu item.
11248
11249 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11252         (gnus-treat-*): Add `first' in all doc strings.
11253
11254         * gnus-group.el (gnus-group-compact-group): Fix typo.
11255
11256 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * gnus.el (gnus-parameters-case-fold-search): New variable.
11259         (gnus-parameters-get-parameter): Use it.
11260
11261         * gnus-score.el (gnus-home-score-file): Doc fix.
11262
11263 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11264
11265         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11266
11267 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * mm-util.el (mm-special-display-p): New function.
11270
11271         * mml.el (mml-preview): Use it; doc fix.
11272
11273 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11274
11275         * imap.el (imap-open): Handle case where buffer is a buffer object.
11276
11277 2005-10-29  Romain Francoise  <romain@orebokech.com>
11278
11279         * message.el (message-fix-before-sending): Fix comment.
11280
11281 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11282
11283         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11284
11285 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11286
11287         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11288         Used in gnus-score.el.
11289
11290 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11293
11294 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11297         whitespace removed in revision 7.8.  Use concatenated string to
11298         protect trailing whitespace.
11299
11300 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11301
11302         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11303         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11304         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11305         Courier IMAP ("some version from 2004").  Mostly based on similar
11306         code in the same function.
11307
11308 2005-10-26  Didier Verna  <didier@xemacs.org>
11309
11310         * gnus-group.el (gnus-group-compact-group): Invalidate original
11311         article buffer.
11312         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11313         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11314         NOV database and in article itself.
11315         Invalidate article backlog.
11316
11317 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11320
11321 2005-10-26  Simon Josefsson  <jas@extundo.com>
11322
11323         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11324         part of 2004-07-25 change.
11325
11326 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * message.el (message-display-completion-list): New function.
11329         (message-expand-group): Use it; make sure the Completions buffer
11330         is modifiable.
11331 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11332
11333         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11334         user-mail-name is an empty string.
11335
11336 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11339         depending on gnus-score-decay-constant.
11340
11341         * encrypt.el (encrypt-insert-file-contents)
11342         (encrypt-write-file-contents): Don't use `gnus-message'.
11343
11344         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11345         arguments.
11346         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11347         arguments to mm-uu-verbatim-marks-extract.
11348         (mm-uu-hide-markers): New variable.
11349         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11350
11351         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11352         (gnus-convert-image-to-face-command): Use "convert" by default to
11353         allow other input image formats.
11354         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11355         accordingly.
11356
11357 2005-10-23  Simon Josefsson  <jas@extundo.com>
11358
11359         * imap.el (imap-gssapi-program): Align command line parameters
11360         with latest GNU SASL.
11361         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11362
11363 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11364
11365         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11366         HTML.
11367         (nnslashdot-request-article): Ditto.
11368
11369         * lpath.el (featurep): Add nobreak-char-display.
11370
11371 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11372
11373         * mail-source.el (mail-source-fetch-pop): Require pop3.
11374         (mail-source-check-pop): Ditto.
11375
11376 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11379         errors.
11380
11381 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11384         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11385
11386         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11387
11388         * mm-bodies.el (mm-decode-string): Call
11389         `mm-charset-to-coding-system' with allow-override argument.
11390
11391 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11394         (rfc2047-charset-to-coding-system): New function.
11395         (rfc2047-decode-encoded-words): New function.
11396         (rfc2047-decode-region): Use them.
11397         (rfc2047-decode-cte): Remove.
11398         (rfc2047-parse-and-decode): Remove.
11399         (rfc2047-decode): Remove.
11400
11401 2005-10-15  Kenichi Handa  <handa@m17n.org>
11402
11403         * rfc2047.el (rfc2047-decode-cte): New function.
11404         (rfc2047-decode-region): Change the way to decode successive
11405         encoded-words: decode B- or Q-encoding in each encoded-word,
11406         concatenate them, and decode it as charset.
11407
11408 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * lpath.el: Fbind codepage-setup for XEmacs.
11411
11412 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11413
11414         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11415         widget-move-and-invoke.
11416         (gnus-custom-mode): Use gnus-custom-map.
11417
11418 2005-10-15  Bill Wohler  <wohler@newt.com>
11419
11420         * message.el (message-tool-bar-map): Renamed image file from
11421         mail_send to mail/send.
11422
11423 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11424
11425         * message.el (message-expand-group): Pass the common
11426         prefix substring of completion to `display-completion-list'.
11427
11428 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * mml-sec.el (mml-secure-method): New internal variable.
11431         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11432         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11433         functions using mml-secure-method.
11434
11435         * mml.el (mml-mode-map): Add key bindings for those functions.
11436         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11437         Harder <harder@myrealbox.com>.
11438         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11439         end of message if point is the headers of the message.
11440
11441         * message.el (message-in-body-p): New function.
11442
11443         * assistant.el: Autoload gnus-util and netrc.
11444
11445         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11446         Use `mm-charset-override-alist' only when decoding.
11447
11448         * mm-bodies.el (mm-decode-body): Call
11449         `mm-charset-to-coding-system' with allow-override argument.
11450
11451         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11452         `filename' from Content-Disposition if Content-Type doesn't
11453         provide `name'.
11454         (gnus-mime-view-part-as-type): Set default instead of
11455         initial-input.
11456
11457 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11458
11459         * format-spec.el (format-spec): Propagate text properties of % spec.
11460
11461 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * gnus-art.el (gnus-treat-predicate): Add `first'.
11464
11465 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11468         (mm-charset-override-alist): New variable.
11469         (mm-charset-to-coding-system): Use it.
11470         (mm-codepage-setup): New helper function.
11471         (mm-charset-eval-alist): New variable.
11472         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11473         about unknown charsets.
11474
11475         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11476
11477 2005-10-04  David Hansen  <david.hansen@gmx.net>
11478
11479         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11480         (nnrss-check-group): Ditto.
11481
11482 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11485         Rename x-gnus-verbatim to x-verbatim.
11486         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11487
11488         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11489         x-verbatim.
11490
11491         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11492
11493         * gnus-util.el (gnus-remove-duplicates): Remove.
11494
11495         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11496         instead of gnus-remove-duplicates.
11497
11498         * message.el (message-remove-duplicates): Remove.
11499         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11500         message-remove-duplicates.
11501
11502         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11503         available, else use implementation from `delete-dups'.
11504
11505         * message.el (message-insert-expires): New function.
11506         (message-mode-map): Add key binding.
11507         (message-mode-field-menu): Add menu entry.
11508         (message-mode): Document it.
11509         (message-make-expires-date): Use `message-make-date'.
11510
11511 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11512
11513         * message.el (message-make-expires-date): New function.
11514
11515 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * Makefile.in (list-installed-shadows): New entry.
11518         (install): Use it.
11519         (remove-installed-shadows): New entry.
11520
11521         * dgnushack.el (dgnushack-default-load-path): New variable.
11522         (dgnushack-find-lisp-shadows): New function.
11523         (dgnushack-remove-lisp-shadows): New function.
11524
11525 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * Makefile.in (install-el-elc): New entry.
11528         (install): Use it so that .el files are necessarily installed.
11529
11530 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11533
11534 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11535
11536         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11537         function rather than the diff-mode.el package.
11538         (mm-display-external): Use with-current-buffer.
11539         (mm-viewer-completion-map, mm-viewer-completion-map):
11540         Move initialization inside declaration.
11541
11542 2005-09-29  Simon Josefsson  <jas@extundo.com>
11543
11544         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11545         autoload mail-check-payment.
11546         (spam-check-hashcash): Define unconditionally, since hashcash.el
11547         is part of Gnus now.  Ignore errors from payment checking.
11548
11549 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * message.el (message-bold-region, message-unbold-region): Rename
11552         from `bold-region' and `unbold-region'.
11553
11554         * message.el: Remove useless autoloads.
11555
11556 2005-09-28  Simon Josefsson  <jas@extundo.com>
11557
11558         * message.el (message-use-idna): Default to t.
11559         (message-use-idna): Test whether encoding works too.  Doc fix.
11560
11561 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * nntp.el (nntp-warn-about-losing-connection): Remove.
11564
11565 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11566
11567         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11568         customizable.  Change default value.
11569         (mm-uu-diff-groups-regexp): Change default value.
11570         (mm-uu-type-alist): Add doc string.
11571         (mm-uu-configure): Add doc string.  Make it interactive.
11572         (mm-uu-tex-groups-regexp): New variable.
11573         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11574         (mm-uu-type-alist): Add LaTeX documents.
11575         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11576         of "text/verbatim".
11577         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11578
11579         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11580         instead of "text/verbatim".
11581
11582         * message.el (message-mark-inserted-region)
11583         (message-mark-insert-file): Use slrn style marks when called with
11584         prefix argument.
11585
11586 2005-09-27  Simon Josefsson  <jas@extundo.com>
11587
11588         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11589
11590 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11591
11592         * message.el (message-remove-duplicates): New function.
11593         Implementation borrowed from `gnus-remove-duplicates'.
11594         (message-idna-to-ascii-rhs): Also encode idna addresses in
11595         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11596         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11597         only ask about the same idna domain once per header and also tell
11598         in what header to replace the idna domain.
11599
11600         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11601         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11602         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11603         a header is decoded and not just the last one.
11604
11605 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11608         has been decoded.
11609
11610         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11611         (mm-insert-part): Don't modify text if it has been decoded.
11612
11613         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11614         decoded.
11615
11616         * mm-view.el (mm-inline-text): Don't strip text props unless
11617         decoding enriched or richtext parts.
11618
11619 2005-09-25  Romain Francoise  <romain@orebokech.com>
11620
11621         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11622         * gnus-start.el (gnus-subscribe-interactively):
11623         * gnus-uu.el (gnus-uu-grab-articles):
11624         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11625         space.
11626
11627 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11628
11629         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11630         * mm-view.el (mm-view-pkcs7-decrypt):
11631         * gnus-sum.el (gnus-summary-limit-to-extra)
11632         (gnus-summary-respool-article, gnus-read-move-group-name):
11633         * gnus-score.el (gnus-summary-increase-score):
11634         * gnus-util.el (gnus-completing-read-with-default):
11635         * gnus-art.el (gnus-read-save-file-name)
11636         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11637         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11638         * message.el (message-check-news-header-syntax):
11639         Follow convention for reading with the minibuffer.
11640
11641 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * spam-report.el (spam-report-url-ping-plain):
11644         Use gnus-extended-version as User-Agent.
11645
11646         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11647         default value is nil.
11648
11649         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11650         (mm-uu-verbatim-marks-extract): New function.
11651         (mm-uu-extract): New face.
11652         (mm-uu-copy-to-buffer): Use it.
11653
11654         * spam-report.el (spam-report-gmane-ham): Renamed from
11655         `spam-report-gmane-unspam'.
11656         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11657         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11658
11659         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11660         Autoload.
11661         (spam-report-gmane-unregister-routine): Renamed
11662         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11663
11664 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11665
11666         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11667         (spam-report-gmane-unregister-routine): Add support for gmane
11668         unregistration.
11669
11670         * spam-report.el (spam-report-gmane-unspam)
11671         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11672         (spam-report-gmane): Change to take a single article and do unspam
11673         registration.
11674
11675 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * mm-url.el (mm-url-decode-entities): Fix regexp.
11678
11679 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680
11681         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11682         default to nil, to be able to use Gnus at all.  If the default
11683         switches to something else, then the function should be fixed not
11684         be exceedingly slow.
11685
11686 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11687
11688         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11689         fail hard.
11690
11691         * spam-report.el: Add better Keywords line.
11692
11693         * spam.el: Add Maintainer and better Keywords line.
11694
11695 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-art.el (gnus-article-replace-part)
11698         (gnus-mime-replace-part): New functions.
11699         (gnus-mime-action-alist, gnus-mime-button-commands)
11700         (gnus-mime-save-part-and-strip): Added file argument.
11701         (gnus-article-part-wrapper): Added interactive argument.
11702
11703         * gnus-sum.el (gnus-summary-mime-map): Add
11704         `gnus-article-replace-part'.
11705
11706 2005-09-19  Didier Verna  <didier@xemacs.org>
11707
11708         The nnml compaction feature:
11709         * nnml.el (nnml-request-compact-group): New function.
11710         * nnml.el (nnml-request-compact): New function.
11711         * gnus-int.el (gnus-request-compact-group): New function.
11712         * gnus-int.el (gnus-request-compact): New function.
11713         * gnus-group.el (gnus-group-compact-group): New function.
11714         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11715         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11716         * gnus-srvr.el (gnus-server-compact-server): New function.
11717         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11718         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11719
11720 2005-09-18  Deepak Goel  <deego@gnufans.org>
11721
11722         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11723         format spec.
11724
11725 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11728
11729 2005-09-15  Romain Francoise  <romain@orebokech.com>
11730
11731         * message.el (message-fill-paragraph): Clarify docstring.
11732
11733 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-art.el (gnus-mime-display-part): Protect against broken
11736         MIME messages.
11737
11738 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11741         before parsing header.
11742
11743 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11744
11745         * html2text.el (html2text-replace-list): Add new entities.
11746
11747 2005-09-11  Romain Francoise  <romain@orebokech.com>
11748
11749         * message.el (message-alternative-emails): Improve docstring.
11750         (message-setup-1): Call `message-use-alternative-email-as-from'
11751         after `message-setup-hook' to give it precedence over posting
11752         styles, etc.
11753         (message-use-alternative-email-as-from): Add docstring.  Remove
11754         the original From header if present.
11755
11756         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11757         (nnml-save-mail): Use it.
11758
11759         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11760         articles.  Add new argument `silent'.
11761         (gnus-uu-mark-all): Report the total number of marked articles.
11762
11763 2005-09-10  Romain Francoise  <romain@orebokech.com>
11764
11765         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11766         (gnus-uu-mark-series): Likewise.
11767
11768 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11769
11770         * spam-report.el (spam-report-gmane): Fix generation of spam
11771         report URL.
11772
11773 2005-09-10  Simon Josefsson  <jas@extundo.com>
11774
11775         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11776         t, based on discussion on the ding list with Robert Epprecht
11777         <epprecht@solnet.ch>.
11778
11779 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * spam-report.el (spam-report-gmane): Make it work without
11782         X-Report-Spam header.  Gmane now only provides Archived-At.
11783         This is only used if `spam-report-gmane-use-article-number' is nil.
11784         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11785
11786         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11787         make `gnus-summary-sort-by-recipient' work with threading.
11788
11789         * nnweb.el (nnweb-google-wash-article): Print a message if article
11790         is not available.
11791
11792 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11793
11794         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11795         change.  Decode text/* parts content before displaying.
11796
11797 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11800
11801 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11804
11805         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11806         url-package-name, url-package-version,
11807         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11808         w3m-display-inline-images, and w3m-minor-mode-map.
11809
11810 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * message.el (message-tab-body-function): Fix mismatched custom type.
11813
11814         * gnus.el (gnus-group-change-level-function): Ditto.
11815
11816         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11817
11818         * gnus-art.el (gnus-signature-limit)
11819         (gnus-article-mime-part-function): Ditto.
11820
11821 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * mml.el (mml-mode): Silence the byte compiler.
11824
11825         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11826         using `(sit-for 0)' before moving the point to the specified part;
11827         skip unbuttonized parts.
11828         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11829         return to the summary window if gnus-auto-select-part is non-nil.
11830
11831 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11834         variables.
11835         (mml-dnd-attach-file, mml-mode): Use them.
11836
11837         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11838         Make fetching article by MID work again for Google Groups.  Added
11839         FIXME concerning gnus-group-make-web-group.
11840
11841         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11842         Don't depend on Gnus by using mail-extract-address-components if
11843         gnus-extract-address-components is not bound.
11844
11845 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11846
11847         * gnus-art.el (gnus-mime-display-security): Don't display the
11848         signature, but only the signed part.
11849
11850 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11853
11854         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11855         list, not listp.
11856
11857 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11858
11859         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11860         when encoding.
11861
11862         * mm-bodies.el (mm-decode-content-transfer-encoding):
11863         De-canonicalize CRLF for all text content types, not just
11864         text/plain.
11865
11866 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11869         valid article; point arrow and cursor at the MIME button.
11870
11871 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11874         Suggested by Dan Christensen <jdc@uwo.ca>.
11875
11876         * mm-decode.el (mm-save-part): Enable change of prompt.
11877
11878 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11879
11880         * gnus-msg.el (gnus-inews-add-send-actions): Made
11881         `message-post-method' lambda parameter ARG `&optional'.
11882
11883 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-sum.el (gnus-summary-mime-map): Added
11886         gnus-article-save-part-and-strip, gnus-article-delete-part and
11887         gnus-article-jump-to-part.
11888
11889         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11890         (gnus-article-edit-part): Use it.
11891         (gnus-article-part-wrapper): Added no-handle argument.
11892         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11893         functions.
11894
11895 2005-08-29  Romain Francoise  <romain@orebokech.com>
11896
11897         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11898         docstring.
11899         (gnus-face-from-file): Likewise.
11900
11901 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11904         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11905         non-nil.
11906         (gnus-auto-select-part): New variable.
11907         (gnus-article-jump-to-part): New function.
11908         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11909         (gnus-mime-delete-part): Allow selecting specified part after
11910         deleting or stripping parts.
11911         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11912         part if argument is bogus.
11913
11914 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11915
11916         * gnus-art.el (w3m-minor-mode-map):
11917         * gnus-spec.el (gnus-newsrc-file-version):
11918         * gnus-util.el (nnmail-active-file-coding-system)
11919         (gnus-original-article-buffer, gnus-user-agent):
11920         * gnus.el (gnus-ham-process-destinations)
11921         (gnus-parameter-ham-marks-alist)
11922         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11923         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11924         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11925         * mm-decode.el (gnus-current-window-configuration):
11926         * mm-extern.el (gnus-article-mime-handles):
11927         * mm-url.el (url-current-object, url-package-name)
11928         (url-package-version):
11929         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11930         (smime-keys, w3m-cid-retrieve-function-alist)
11931         (w3m-current-buffer, w3m-display-inline-images)
11932         (w3m-minor-mode-map):
11933         * mml-smime.el (gnus-extract-address-components):
11934         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11935         (gnus-newsrc-hashtb, message-default-charset)
11936         (message-deletable-headers, message-options)
11937         (message-posting-charset, message-required-mail-headers)
11938         (message-required-news-headers):
11939         * mml1991.el (mc-pgp-always-sign):
11940         * mml2015.el (mc-pgp-always-sign):
11941         * nnheader.el (nnmail-extra-headers):
11942         * rfc1843.el (gnus-decode-encoded-word-function)
11943         (gnus-decode-header-function, gnus-newsgroup-name):
11944         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11945
11946 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11947
11948         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11949         the end of the date treatments.
11950
11951 2005-08-15  Simon Josefsson  <jas@extundo.com>
11952
11953         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11954         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11955         Capello and Romain Francoise.
11956         (pgg-fetch-key-function): Removed, not used?
11957         (pgg-insert-url-with-w3): Require url, to get
11958         url-insert-file-contents regardless of where it is defined.
11959
11960 2005-08-13  Romain Francoise  <romain@orebokech.com>
11961
11962         * message.el (message-cite-original-1): New function.
11963         (message-cite-original): Use it.
11964         (message-cite-original-without-signature): Ditto.
11965
11966 2005-08-08  Romain Francoise  <romain@orebokech.com>
11967
11968         * message.el (message-yank-empty-prefix): New variable.
11969         (message-indent-citation): Use it.
11970         (message-cite-original-without-signature): Respect X-No-Archive.
11971
11972 2005-08-08  Simon Josefsson  <jas@extundo.com>
11973
11974         * pgg.el: Autoload url-insert-file-contents instead of loading
11975         w3/url.
11976         (pgg-insert-url-with-w3): Don't load url here.
11977
11978 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11979
11980         * message.el (message-kill-to-signature): Don't insert newline at
11981         bol.
11982         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11983
11984 2005-08-06  Romain Francoise  <romain@orebokech.com>
11985
11986         * message.el (message-user-fqdn): Fix typo in docstring.
11987
11988 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11989
11990         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11991
11992         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11993
11994 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * mm-bodies.el (mm-encode-body): Use coding system rather than
11997         charset to encode text.
11998
11999         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12000         number of charsets if utf-8 is available (XEmacs).
12001
12002 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12005         taken from `gnus-button-mid-or-mail-regexp'.
12006         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12007         (gnus-button-alist): Improve regexp for domain part of the MIDs
12008         for news:localpart@domain buttons.
12009         (gnus-button-ctan-directory-regexp): Update.
12010
12011 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * sieve-manage.el (sieve-manage-interactive-login): Use
12014         make-local-variable rather than make-variable-buffer-local.
12015         (sieve-manage-open): Ditto.
12016         (sieve-manage-authenticate): Ditto.
12017
12018         * mml.el (mml-generate-mime-1): Make the content type default to
12019         text/plain if the filename is not specified.
12020
12021 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12024         instead of insert-buffer.
12025
12026         * message.el (message-yank-original): Ditto; set the mark at the
12027         end of the yanked message.
12028
12029 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12032         lines to scroll rather than to stop it.
12033
12034         * mml.el (mml-generate-default-type): Add doc string.
12035         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12036         default to application/octet-stream when determining the content
12037         type if it is not specified for the part or the mml contents; add
12038         a comment about mml-generate-default-type.
12039
12040 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12043         make it default to application/octet-stream when determining the
12044         content type if it is not specified for the external contents.
12045
12046 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12049         segmented parameter but also other parameters might be there.
12050
12051 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mm-decode.el (mm-display-external): Delete temp file, directory
12054         and buffer immediately if the external process is exited.
12055
12056 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12059         fewer lines than that of scroll-margin.
12060         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12061
12062 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * gnus-art.el (gnus-article-next-page): Revert.
12065         (gnus-article-beginning-of-window): New macro.
12066         (gnus-article-next-page-1): Use it.
12067         (gnus-article-prev-page): Ditto.
12068         (gnus-article-edit-part): Use insert-buffer-substring instead of
12069         insert-buffer.
12070         (gnus-article-edit-exit): Ditto.
12071
12072         * gnus-util.el (gnus-beginning-of-window): Remove.
12073         (gnus-end-of-window): Remove.
12074
12075         * lpath.el: Don't bind header-line-format and scroll-margin.
12076
12077 2005-07-25  Simon Josefsson  <jas@extundo.com>
12078
12079         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12080         to have the url package without w3.  Reported by Daiki Ueno
12081         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12082
12083 2005-07-20  Didier Verna  <didier@xemacs.org>
12084
12085         * gnus-diary.el: Remove the description comment (nndiary is now
12086         properly documented in the Gnus manual).
12087         Fix the spelling of "Back End".
12088         * nndiary.el: Ditto.
12089         Fix the copyright notice.
12090
12091 2005-07-18  Romain Francoise  <romain@orebokech.com>
12092
12093         * gnus-sum.el (gnus-summary-to-prefix)
12094         (gnus-summary-newsgroup-prefix): New variables.
12095         (gnus-summary-from-or-to-or-newsgroups): Use them.
12096
12097 2005-07-17  Romain Francoise  <romain@orebokech.com>
12098
12099         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12100         space as it's generally not especially interesting to the user.
12101
12102 2005-07-16  Romain Francoise  <romain@orebokech.com>
12103
12104         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12105         nil to avoid prompting and file modification if one of the
12106         messages at the top of the nnfolder file contains a copyright
12107         notice.
12108         Update copyright notice.
12109
12110         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12111         instead of `current-time-string' as the latter creates a time
12112         string that is not RFC 2822 compliant (it lacks the zone).
12113         Update copyright notice.
12114
12115 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12116
12117         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12118         for text/rtf.  Display default in prompt.  Pass default for M-n.
12119
12120         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12121
12122 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * gnus-msg.el (gnus-button-mailto): Remove
12125         save-selected-window-window hackery because it relies on
12126         save-selected-window internals.
12127
12128 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12131         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12132         (gnus-article-prev-page): Ditto.
12133
12134         * gnus-util.el (gnus-beginning-of-window): New function.
12135         (gnus-end-of-window): New function.
12136
12137         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12138
12139 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12140
12141         * gnus-score.el (gnus-score-edit-all-score): Set
12142         gnus-score-edit-exit-function to gnus-score-edit-done and call
12143         gnus-message.
12144
12145 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12146
12147         * gnus-msg.el (gnus-button-mailto): Remove
12148         save-selected-window-window hackery because it relies on
12149         save-selected-window internals.
12150
12151 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12154         add-minor-mode.
12155         (gnus-binary-mode): Ditto.
12156
12157         * gnus-topic.el (gnus-topic-mode): Ditto.
12158
12159 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12160
12161         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12162         (gnus-article-prev-page): Take scroll-margin into consideration.
12163
12164 2005-07-04  Lute Kamstra  <lute@gnu.org>
12165
12166         Update FSF's address in GPL notices.
12167
12168 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12169
12170         * gnus.el (gnus-exit):
12171         * gnus-group.el (gnus-group-icons):
12172         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12173
12174         * gnus-nocem.el (gnus-nocem):
12175         * message.el (message-various, message-buffers, message-sending)
12176         (message-interface, message-forwarding, message-insertion)
12177         (message-headers, message-news, message-mail):
12178         * pgg-gpg.el (pgg-gpg):
12179         * pgg-parse.el (pgg-parse):
12180         * pgg-pgp.el (pgg-pgp):
12181         * pgg-pgp5.el (pgg-pgp5):
12182         * pop3.el (pop3): Finish `defgroup' description with period.
12183
12184 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (article-display-face): Improve the efficiency.
12187         (article-display-x-face): Ditto; remove grey x-face stuff.
12188
12189 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * gnus-art.el (article-display-face): Correct the position in
12192         which Faces are inserted.
12193
12194 2005-06-29  Didier Verna  <didier@xemacs.org>
12195
12196         * gnus-art.el (article-display-face): Display faces in correct
12197         order.
12198
12199 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12202         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12203         (gnus-nocem-check-article): Fetch the Type header.
12204         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12205         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12206         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12207         make sure gnus-nocem-hashtb is initialized.
12208         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12209         (gnus-nocem-unwanted-article-p): Ditto.
12210
12211         * pgg.el (pgg-verify): Return the verification result.
12212
12213 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12214
12215         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12216         is ascii.
12217
12218 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12219
12220         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12221         `show-nonbreak-escape'.
12222
12223 2005-06-23  Lute Kamstra  <lute@gnu.org>
12224
12225         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12226
12227         * dig.el (dig-mode):
12228         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12229
12230 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12231
12232         * nnimap.el (nnimap-split-download-body): Fix spellings.
12233
12234 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12235
12236         * gnus-art.el (gnus-article-encrypt-body):
12237         * gnus-cus.el (gnus-score-customize):
12238         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12239         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12240
12241 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12242
12243         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12244         header by looking for magic "MII" at the beginnig.
12245
12246 2005-06-16  Miles Bader  <miles@gnu.org>
12247
12248         * gnus-xmas.el (gnus-xmas-group-startup-message):
12249         Use renamed gnus-splash face.
12250
12251         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12252         (assistant-field-face): New backward-compatibility alias for renamed
12253         face.
12254         (assistant-render-text): Use renamed assistant-field face.
12255
12256         * spam.el (spam): Remove "-face" suffix from face name.
12257         (spam-face): New backward-compatibility alias for renamed face.
12258         (spam-face, spam-initialize): Use renamed spam face.
12259
12260         * message.el (message-header-to, message-header-cc)
12261         (message-header-subject, message-header-newsgroups)
12262         (message-header-other, message-header-name)
12263         (message-header-xheader, message-separator, message-cited-text)
12264         (message-mml): Remove "-face" suffix from face names.
12265         (message-header-to-face, message-header-cc-face)
12266         (message-header-subject-face, message-header-newsgroups-face)
12267         (message-header-other-face, message-header-name-face)
12268         (message-header-xheader-face, message-separator-face)
12269         (message-cited-text-face, message-mml-face):
12270         New backward-compatibility aliases for renamed faces.
12271         (message-font-lock-keywords): Use renamed message faces.
12272
12273         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12274         (sieve-test-commands, sieve-tagged-arguments):
12275         Remove "-face" suffix from face names.
12276         (sieve-control-commands-face, sieve-action-commands-face)
12277         (sieve-test-commands-face, sieve-tagged-arguments-face):
12278         New backward-compatibility aliases for renamed faces.
12279         (sieve-control-commands-face, sieve-action-commands-face)
12280         (sieve-test-commands-face, sieve-tagged-arguments-face):
12281         Use renamed sieve faces.
12282
12283         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12284         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12285         (gnus-group-news-3-empty, gnus-group-news-4)
12286         (gnus-group-news-4-empty, gnus-group-news-5)
12287         (gnus-group-news-5-empty, gnus-group-news-6)
12288         (gnus-group-news-6-empty, gnus-group-news-low)
12289         (gnus-group-news-low-empty, gnus-group-mail-1)
12290         (gnus-group-mail-1-empty, gnus-group-mail-2)
12291         (gnus-group-mail-2-empty, gnus-group-mail-3)
12292         (gnus-group-mail-3-empty, gnus-group-mail-low)
12293         (gnus-group-mail-low-empty, gnus-summary-selected)
12294         (gnus-summary-cancelled, gnus-summary-high-ticked)
12295         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12296         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12297         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12298         (gnus-summary-low-undownloaded)
12299         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12300         (gnus-summary-low-unread, gnus-summary-normal-unread)
12301         (gnus-summary-high-read, gnus-summary-low-read)
12302         (gnus-summary-normal-read, gnus-splash):
12303         Remove "-face" suffix from face names.
12304         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12305         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12306         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12307         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12308         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12309         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12310         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12311         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12312         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12313         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12314         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12315         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12316         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12317         (gnus-summary-normal-ticked-face)
12318         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12319         (gnus-summary-normal-ancient-face)
12320         (gnus-summary-high-undownloaded-face)
12321         (gnus-summary-low-undownloaded-face)
12322         (gnus-summary-normal-undownloaded-face)
12323         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12324         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12325         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12326         (gnus-splash-face):
12327         New backward-compatibility aliases for renamed faces.
12328         (gnus-group-startup-message): Use renamed gnus faces.
12329
12330         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12331         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12332         (gnus-server-agent): Remove "-face" suffix from face names.
12333         (gnus-server-agent-face, gnus-server-opened-face)
12334         (gnus-server-closed-face, gnus-server-denied-face)
12335         (gnus-server-offline-face):
12336         New backward-compatibility aliases for renamed faces.
12337         (gnus-server-agent-face, gnus-server-opened-face)
12338         (gnus-server-closed-face, gnus-server-denied-face)
12339         (gnus-server-offline-face): Use renamed gnus faces.
12340
12341         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12342         Remove "-face" suffix from face names.
12343         (gnus-picon-xbm-face, gnus-picon-face):
12344         New backward-compatibility aliases for renamed faces.
12345
12346         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12347         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12348         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12349         (gnus-cite-11): Remove "-face" suffix from face names.
12350         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12351         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12352         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12353         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12354         New backward-compatibility aliases for renamed faces.
12355         (gnus-cite-attribution-face, gnus-cite-face-list)
12356         (gnus-article-boring-faces): Use renamed gnus faces.
12357
12358         * gnus-art.el (gnus-signature, gnus-header-from)
12359         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12360         (gnus-header-content): Remove "-face" suffix from face names.
12361         (gnus-signature-face, gnus-header-from-face)
12362         (gnus-header-subject-face, gnus-header-newsgroups-face)
12363         (gnus-header-name-face, gnus-header-content-face):
12364         New backward-compatibility aliases for renamed faces.
12365         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12366
12367         * gnus-sum.el (gnus-summary-selected-face)
12368         (gnus-summary-highlight): Use renamed gnus faces.
12369         * gnus-group.el (gnus-group-highlight): Likewise.
12370
12371 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12372
12373         * gnus-sieve.el (gnus-sieve-article-add-rule):
12374         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12375         * spam-stat.el (spam-stat-buffer-change-to-spam)
12376         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12377
12378         * message.el (message-is-yours-p):
12379         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12380
12381 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12382
12383         * mm-view.el (mm-inline-text): Withdraw the last change.
12384
12385 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12388         executing enriched-decode.
12389
12390 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12393         charset of tar files.
12394
12395 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12396
12397         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12398
12399 2005-06-04  Lute Kamstra  <lute@gnu.org>
12400
12401         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12402         information is never recorded.
12403
12404 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12405
12406         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12407
12408 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * pop3.el (pop3-apop): Run md5 in the binary mode.
12411
12412         * starttls.el (starttls-set-process-query-on-exit-flag):
12413         Use eval-and-compile.
12414
12415 2005-05-31  Simon Josefsson  <jas@extundo.com>
12416
12417         * smime.el (smime-replace-in-string): Define.
12418         (smime-cert-by-ldap-1): Use it.
12419
12420 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (article-display-x-face): Replace
12423         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12424
12425         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12426         set-process-query-on-exit-flag or process-kill-without-query.
12427
12428         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12429         loop instead of replace-regexp.
12430
12431         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12432         instead of process-kill-without-query if it is available.
12433
12434         * lpath.el: Fbind ldap-search-entries.
12435
12436         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12437         instead of find-file-hooks if it is available.
12438
12439         * mml1991.el: Bind pgg-default-user-id when compiling.
12440
12441         * mml2015.el: Bind pgg-default-user-id when compiling.
12442
12443         * nndraft.el (nndraft-request-associate-buffer):
12444         Use write-contents-functions instead of write-contents-hooks if it is
12445         available.
12446
12447         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12448         instead of find-file-hooks if it is available.
12449
12450         * nntp.el (nntp-open-connection): Replace
12451         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12452         (nntp-open-ssl-stream): Ditto.
12453         (nntp-open-tls-stream): Ditto.
12454
12455         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12456         set-process-query-on-exit-flag or process-kill-without-query.
12457         (starttls-open-stream-gnutls): Use it instead of
12458         process-kill-without-query.
12459         (starttls-open-stream): Ditto.
12460
12461 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12462
12463         * smime.el (smime-cert-by-ldap-1): Don't use
12464         replace-regexp-in-string.
12465
12466 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12467
12468         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12469
12470         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12471         in PEM format.  Adjust to the XEmacs compability.
12472
12473 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12476         by `string-to-number'.
12477         * gnus-agent.el (gnus-agent-regenerate-group)
12478         (gnus-agent-fetch-articles): Ditto.
12479         * gnus-art.el (gnus-button-fetch-group): Ditto.
12480         * gnus-cache.el (gnus-cache-generate-active)
12481         (gnus-cache-articles-in-group): Ditto.
12482         * gnus-group.el (gnus-group-set-current-level)
12483         (gnus-group-insert-group-line): Ditto.
12484         * gnus-score.el (gnus-score-set-expunge-below)
12485         (gnus-score-set-mark-below, gnus-summary-score-effect)
12486         (gnus-summary-score-entry): Ditto.
12487         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12488         (gnus-soup-pack): Ditto.
12489         * gnus-spec.el (gnus-xmas-format): Ditto.
12490         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12491         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12492         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12493         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12494         * nndb.el (nndb-get-remote-expire-response): Ditto.
12495         * nndiary.el (nndiary-parse-schedule-value)
12496         (nndiary-string-to-number, nndiary-request-replace-article)
12497         (nndiary-request-article): Ditto.
12498         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12499         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12500         * nneething.el (nneething-make-head): Ditto.
12501         * nnfolder.el (nnfolder-request-article)
12502         (nnfolder-retrieve-headers): Ditto.
12503         * nnheader.el (nnheader-file-to-number): Ditto.
12504         * nnkiboze.el (nnkiboze-request-article): Ditto.
12505         * nnmail.el (nnmail-process-unix-mail-format)
12506         (nnmail-process-babyl-mail-format): Ditto.
12507         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12508         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12509         (nnmh-request-create-group, nnmh-request-list-1)
12510         (nnmh-request-group, nnmh-request-article): Ditto.
12511         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12512         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12513         * nnsoup.el (nnsoup-make-active): Ditto.
12514         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12515         * nntp.el (nntp-find-group-and-number)
12516         (nntp-retrieve-headers-with-xover): Ditto.
12517         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12518         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12519         (pgg-format-key-identifier): Ditto.
12520         * pop3.el (pop3-last, pop3-stat): Ditto.
12521         * qp.el (quoted-printable-decode-region): Ditto.
12522
12523         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12524         of concat.
12525
12526 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12529
12530         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12531
12532         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12533
12534         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12535
12536         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12537
12538         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12539
12540         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12541         (gnus-carpal-mode): Ditto.
12542
12543         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12544         (gnus-browse-mode): Ditto.
12545
12546         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12547
12548         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12549
12550 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12551
12552         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12553
12554 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-util.el (gnus-run-mode-hooks): New function.
12557
12558         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12559
12560         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12561         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12562
12563 2005-05-27  Lute Kamstra  <lute@gnu.org>
12564
12565         * dns-mode.el (dns-mode): Specify customization group.
12566
12567 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12568
12569         * gnus-agent.el (gnus-agent-make-mode-line-string):
12570         Use mode-line-highlight as mouse-face.
12571
12572 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * canlock.el (canlock): Change the parent group to news.
12575
12576         * deuglify.el (gnus-outlook-deuglify): Add :group.
12577
12578         * dig.el (dig): Add :group.
12579
12580         * dns-mode.el (dns-mode): Add :group.
12581
12582         * encrypt.el (encrypt): Add :group.
12583
12584         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12585         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12586         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12587         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12588         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12589
12590         * gnus-diary.el (gnus-diary): Add :group.
12591
12592         * gnus.el (gnus-group-news-1-face): Add :group.
12593         (gnus-group-news-1-empty-face): Ditto.
12594         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12595         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12596         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12597         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12598         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12599         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12600         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12601         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12602         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12603         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12604         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12605         (gnus-summary-high-ticked-face): Ditto.
12606         (gnus-summary-low-ticked-face): Ditto.
12607         (gnus-summary-normal-ticked-face): Ditto.
12608         (gnus-summary-high-ancient-face): Ditto.
12609         (gnus-summary-low-ancient-face): Ditto.
12610         (gnus-summary-normal-ancient-face): Ditto.
12611         (gnus-summary-high-undownloaded-face): Ditto.
12612         (gnus-summary-low-undownloaded-face): Ditto.
12613         (gnus-summary-normal-undownloaded-face): Ditto.
12614         (gnus-summary-high-unread-face): Ditto.
12615         (gnus-summary-low-unread-face): Ditto.
12616         (gnus-summary-normal-unread-face): Ditto.
12617         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12618         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12619
12620         * hashcash.el (hashcash): New custom group.
12621         (hashcash-default-payment): Add :group.
12622         (hashcash-payment-alist): Ditto.
12623         (hashcash-default-accept-payment): Ditto.
12624         (hashcash-accept-resources): Ditto.
12625         (hashcash-path): Ditto.
12626         (hashcash-extra-generate-parameters): Ditto.
12627         (hashcash-double-spend-database): Ditto.
12628         (hashcash-in-news): Ditto.
12629
12630         * message.el (message-minibuffer-local-map): Add :group.
12631
12632         * netrc.el (netrc): Add :group.
12633
12634         * sieve-manage.el (sieve-manage-log): Add :group.
12635         (sieve-manage-default-user): Diito.
12636         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12637         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12638         (sieve-manage-authenticators): Ditto.
12639         (sieve-manage-authenticator-alist): Ditto.
12640         (sieve-manage-default-port): Ditto.
12641
12642         * sieve-mode.el (sieve-control-commands-face): Add :group.
12643         (sieve-action-commands-face): Ditto.
12644         (sieve-test-commands-face): Ditto.
12645         (sieve-tagged-arguments-face): Ditto.
12646
12647         * smime.el (smime): Add :group.
12648
12649         * spam-report.el (spam-report): Add :group.
12650
12651         * spam.el (spam, spam-face): Add :group.
12652
12653 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12656         return \n.\n.\n at the end of articles.  Protect against that.
12657         (nntp-with-open-group): Allow debugging.
12658
12659         * nnheader.el (mail-header-set-extra): Make into a function
12660         because I just could't understand how to quote the list properly.
12661
12662         * dns.el (query-dns-cached): New function.
12663
12664 2005-05-26  Lute Kamstra  <lute@gnu.org>
12665
12666         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12667
12668 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12671
12672         * gnus-art.el: Don't autoload mail-extract-address-components.
12673
12674         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12675         eval-and-compile to evaluate it.
12676
12677         * hashcash.el: Don't autoload executable-find.
12678
12679         * nndb.el: Don't declare the nndb back end two or more times; don't
12680         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12681
12682         * nntp.el: Autoload format-spec instead of format; use
12683         eval-and-compile to evaluate autoload forms.
12684
12685 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12686
12687         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12688
12689 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * gnus.el (gnus-version-number): Bump version.
12692
12693 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12694
12695         * gnus.el: No Gnus v0.3 is released.
12696
12697 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * lpath.el (featurep): Bind show-nonbreak-escape.
12700
12701 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-art.el (gnus-article-edit-part): Disable undo.
12704
12705 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12708         gnus-article-date-lapsed-new-header is t if date timer is active;
12709         skip headers in which the original date value is empty.
12710         (gnus-article-save-original-date): Redefine it as a macro.
12711         (gnus-display-mime): Use it.
12712
12713 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-art.el (article-date-ut): Support converting date in
12716         forwarded parts as well.
12717         (gnus-article-save-original-date): New function.
12718         (gnus-display-mime): Use it.
12719
12720 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12721
12722         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12723         enclosure element of <item>.
12724
12725 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * message.el (message-kill-buffer-query): Renamed from
12728         `message-kill-buffer-query-if-modified'.  Added :version.
12729
12730 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12733         window layout.
12734
12735 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * mml.el: Autoload dnd when compiling.
12738
12739 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12742         x-dnd-*.
12743
12744 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * qp.el (quoted-printable-encode-region): Save excursion.
12747
12748 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12749
12750         * message.el (message-kill-buffer-query-if-modified): Add new variable
12751         so the user can kill a modified message buffer quickly.
12752         (message-kill-buffer): Use it.
12753
12754 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12755
12756         * lpath.el: Fbind display-time-event-handler; don't fbind
12757         string-to-multibyte.
12758
12759         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12760
12761 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12764         contained in text because xml.el decodes entities) with LFs.
12765
12766 2005-04-11  Lute Kamstra  <lute@gnu.org>
12767
12768         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12769         differently.
12770
12771 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12772
12773         * mm-util.el (mm-detect-coding-region): Typo.
12774
12775 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12778
12779 2005-04-06  Deepak Goel  <deego@gnufans.org>
12780
12781         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12782         user-function allow user modifications of the scores.
12783         (spam-stat-score-buffer-user): New function, to allow
12784         user-computed modifications to the score.
12785         (spam-stat-score-buffer-user-functions): List of additional
12786         scoring functions.
12787         (spam-stat-error-holder): Global temporary error holder.
12788         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12789         variable.
12790
12791 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * gnus-registry.el (gnus-registry-clean-empty-function)
12794         (gnus-registry-trim, gnus-registry-fetch-groups)
12795         (gnus-registry-delete-group): Groups that match
12796         `gnus-registry-ignored-groups' are removed from the registry
12797         entries, not just ignored for splitting.  This helps clean up the
12798         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12799         to get all the groups a message ID is in.
12800
12801         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12802         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12803         (spam-stat-score-buffer-user-functions): Add :number custom type.
12804
12805 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12808         argument in XEmacs.
12809
12810         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12811         (nnrss-request-group): Decode group name first.
12812         (nnrss-request-article): Make a text/plain article if mml-to-mime
12813         failed.
12814         (nnrss-get-encoding): Return a compatible encoding according to
12815         nnrss-compatible-encoding-alist.
12816         (nnrss-find-el): Use consp instead of listp.
12817         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12818
12819 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12822         which Emacs 20 doesn't support.
12823         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12824
12825 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12828         silence the byte compiler inside the defun.
12829
12830         * gnus-demon.el (parse-time-string): Add autoload.
12831
12832         * gnus-delay.el (parse-time-string): Add autoload.
12833
12834         * gnus-art.el (parse-time-string): Add autoload.
12835
12836         * nnultimate.el (parse-time): Require for `parse-time-string'.
12837
12838 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12841
12842         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12843
12844         * smime.el (smime-ldap-host-list): Add :version.
12845
12846 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12847
12848         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12849         pass it to `gnus-browse-read-group'.
12850         (gnus-browse-read-group): Add NUMBER argument and pass it to
12851         `gnus-group-read-ephemeral-group'.
12852
12853         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12854         argument and pass it to `gnus-group-read-group'.
12855
12856 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12857
12858         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12859         mm-xemacs-find-mime-charset-1 if we have the mule feature
12860         available at runtime.
12861
12862 2005-03-25  Werner Lemberg  <wl@gnu.org>
12863
12864         * nnmaildir.el: Replace `illegal' with `invalid'.
12865
12866 2005-03-23  Lute Kamstra  <lute@gnu.org>
12867
12868         * time-date.el: Add comment on time value formats.
12869         Don't require parse-time.
12870         (with-decoded-time-value): New macro.
12871         (encode-time-value): New function.
12872         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12873         (days-to-time): Return a valid time value when arg is huge.
12874         (time-since): Use time-subtract.
12875         (time-to-number-of-days): Use time-to-seconds.
12876
12877 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12878
12879         * gnus-start.el (gnus-display-time-event-handler):
12880         Check display-time-timer at runtime rather than only at load time
12881         in case display-time-mode is turned off in the mean time.
12882
12883 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12886         used.
12887
12888         * nneething.el (nneething-map-file-directory): Derive from
12889         `gnus-directory'.
12890
12891         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12892         the To/Cc button.
12893
12894 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * nnmaildir.el (nnmaildir-request-accept-article):
12897         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12898
12899 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12900
12901         * gnus-async.el: Require timer-funcs at compile time when in
12902         XEmacs for `run-with-idle-timer'.
12903
12904 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12905
12906         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12907         autoloaded function.
12908
12909 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12910
12911         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12912
12913 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12914
12915         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12916
12917 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12918
12919         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12920         gnus-expert-user to default.
12921
12922 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12923
12924         * nnimap.el (nnimap-open-server): Ditto.
12925
12926         * imap.el (imap-authenticate): Fix typo.
12927
12928 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12929
12930         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12931         buffer (since IMAP server might return FETCH response out of
12932         order, and the nntp buffer must be sorted).
12933
12934 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12935
12936         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12937         comparison on string.
12938
12939         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12940         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12941         (gnus-agent-summary-fetch-series): Modified to protect against
12942         gnus-agent-summary-fetch-group clearing processable flags.
12943         (gnus-agent-synchronize-group-flags): Update live group buffer as
12944         synchronization may occur due to the user toggle the plugged
12945         status.
12946         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12947         successfully downloaded.
12948         (gnus-agent-expire-group-1): Avoid using markers when the overview
12949         is in ascending order; greatly improves performance.
12950         (gnus-agent-regenerate-group): Use
12951         gnus-agent-synchronize-group-flags to reset read status in both
12952         gnus and server.
12953         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12954
12955 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * message.el: Don't autoload former message-utils variables.
12958         (message-strip-subject-trailing-was): Change doc string.
12959
12960         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12961         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12962         (nnweb-google-search): Add "hl=en" here.
12963         (nnweb-google-parse-1, nnweb-google-create-mapping):
12964         Don't hardcode URL.
12965
12966 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12967
12968         * message.el (message-get-reply-headers, message-followup):
12969         Mention related variables `message-use-followup-to' and
12970         `message-use-mail-followup-to', in the information buffer.
12971
12972         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12973         of broken groups(-beta).google.com.
12974
12975 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12978         parameter to invoked gnus-request-move-article; remove the
12979         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12980         all at once instead of once per article.
12981         (gnus-summary-remove-process-mark): Accept a list of articles as
12982         well as a single article for processing.
12983
12984         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12985         parameter.
12986
12987         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12988
12989         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12990
12991         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12992         parameter.
12993
12994         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12995         parameter.
12996
12997         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12998         parameter and remove the gnus-sum-hint-move-is-internal variable.
12999
13000         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13001         parameter.
13002
13003         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13004         parameter.
13005
13006         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13007         parameter.
13008
13009         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13010
13011         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13012         parameter.
13013
13014         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13015         parameter.
13016
13017 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13018
13019         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13020         a more conservative way.
13021
13022 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13023
13024         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13025         buffer, so it moves the window's cursor.
13026
13027 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13028
13029         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13030         `mm-dissect-multipart' and receive the from field as an (optional)
13031         argument from `mm-dissect-multipart'.
13032         (mm-dissect-multipart): Receive the from field as an argument and
13033         pass it on when we call `mm-dissect-buffer' on MIME parts.
13034         Fixes verification/decryption of signed/encrypted MIME parts.
13035
13036 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13037
13038         * gnus-sum.el (gnus-summary-move-article): Set
13039         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13040         whatever it calls (right now, only nnimap-request-move article
13041         respects it).
13042
13043         * nnimap.el (nnimap-request-move-article): When
13044         gnus-sum-hint-move-is-internal is set, don't do the extra
13045         nnimap-request-article.
13046
13047 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13050
13051         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13052         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13053
13054         * gnus-sum.el (gnus-summary-caesar-message):
13055         Apply `gnus-treat-article' after rotation.
13056
13057         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13058         doc string.
13059
13060 2005-02-22  Simon Josefsson  <jas@extundo.com>
13061
13062         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13063         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13064         <arne@arnested.dk>.
13065         (encrypt): Add password-cache and password-cache-expiry as group
13066         members.
13067
13068 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13069
13070         * smime.el (smime-ldap-host-list): Doc fix.
13071         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13072         cache) password.
13073         (smime-sign-region): Use it.
13074         (smime-decrypt-region): Use it.
13075         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13076         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13077         fails.
13078         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13079         certificate from DER to PEM format rather than calling openssl.
13080
13081         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13082
13083         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13084         for signing/encryption.
13085
13086         * mml.el (mml-parse-1): Use them.
13087
13088 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13089
13090         * nnrss.el (nnrss-verbose): Removed.
13091         (nnrss-request-group): Use `nnheader-message' instead.
13092
13093 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13094
13095         * nnrss.el (nnrss-verbose): New variable.
13096         (nnrss-request-group): Make it say nnrss is requesting a group.
13097
13098 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13101         Handle news URL with given port correctly.
13102
13103 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13106         containing special characters.
13107
13108         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13109
13110         * mml.el (mime-to-mml): Ditto.
13111
13112         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13113         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13114         (rfc2047-decode-region): Quote decoded words containing special
13115         characters when rfc2047-quote-decoded-words-containing-tspecials
13116         is non-nil.
13117
13118 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13119
13120         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13121
13122         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13123
13124 2005-02-15  Simon Josefsson  <jas@extundo.com>
13125
13126         * nnimap.el (nnimap-debug): Doc fix.
13127
13128         * imap.el (imap-debug): Doc fix.
13129
13130 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13133
13134 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus.el (spam-contents): Improve docs for spam-contents
13137         parameter in its variable incarnation.
13138
13139 2005-02-14  Simon Josefsson  <jas@extundo.com>
13140
13141         * smime-ldap.el: Use require instead of load-library for ldap.
13142         (smime-ldap-search): Indent.
13143         (smime-ldap-search-internal): Shorten line.
13144
13145         * smime.el (smime-cert-by-dns): Add doc-string.
13146         (smime-cert-by-ldap-1): Indent.
13147
13148         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13149         mml-smime-get-dns-ldap.
13150         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13151
13152 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13153
13154         * smime.el: Require smime-ldap.
13155         (smime-ldap-host-list): New variable.
13156         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13157
13158         * mml-smime.el (mml-smime-encrypt-query): New function.
13159         (mml-smime-encrypt-query): Use it.
13160
13161         * smime-ldap.el: New file.
13162
13163 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13166
13167 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13170         argument in doc string.  Make query for type more clear.
13171
13172 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * gnus.el (gnus-group-startup-message): Search for gnus images in
13175         etc/images/gnus.
13176         * mm-util.el (mm-image-load-path): Likewise.
13177         * smiley.el (smiley-data-directory): Search for smilies in
13178         etc/images/smilies.
13179
13180 2005-02-09  Kim F. Storm  <storm@cua.dk>
13181
13182         Change Emacs release version from 21.4 to 22.1 throughout.
13183         Change Emacs development version from 21.3.50 to 22.0.50.
13184
13185 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13188
13189         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13190         non-Mule XEmacs as well.
13191         (mm-decompress-buffer): Signal an error intentionally if it does
13192         not decompress compressed data because auto-compression-mode is
13193         disabled.
13194
13195 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13196
13197         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13198         an ID in the registry even if it has no groups.
13199
13200 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13203         merge it into mm-decompress-buffer.
13204         (gnus-mime-copy-part): Use the MIME part charset, the value which
13205         a user specified or gnus-newsgroup-charset for decoding, like
13206         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13207         save-buffer what was used.  Suggested by Kevin Ryde
13208         <user42@zip.com.au>.
13209         (gnus-mime-inline-part): Allow the name parameter as well as the
13210         filename parameter; force decompressing of compressed data; always
13211         display contents being not decoded as unibyte.
13212
13213         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13214         as well as the filename parameter.
13215
13216         * mm-util.el (mm-decompress-buffer): Merge
13217         gnus-mime-jka-compr-maybe-uncompress.
13218         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13219         of compressed data.
13220
13221 2005-02-08  Simon Josefsson  <jas@extundo.com>
13222
13223         * imap.el (imap-log): Doc fix.
13224
13225 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13228         the coding cookies; decompress compressed parts.
13229
13230         * mml.el (mml-generate-mime-1): Add the charset parameter according
13231         to the value which a user specified manually or the coding cookie.
13232
13233         * mm-util.el (mm-string-to-multibyte): New function.
13234         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13235         (mm-coding-system-to-mime-charset): New function.
13236         (mm-decompress-buffer): New function.
13237         (mm-find-buffer-file-coding-system): New function.
13238
13239         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13240         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13241         parts.
13242
13243 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13244
13245         * mm-view.el (mm-display-inline-fontify): Decode a part according
13246         to the charset parameter.
13247
13248 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13251         prefix arg is neither nil nor a number, as info specifies.
13252
13253 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13256         timestamps.
13257
13258 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13259
13260         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13261         groups error checking and notify user.
13262
13263 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13264
13265         * message.el (message-send-mail-function): Check existence of
13266         sendmail-program first before using default value
13267         `message-send-mail-with-sendmail'.  Otherwise use more generic
13268         `smtpmail-send-it'.
13269
13270 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * nntp.el (nntp-request-update-info): Always return nil.
13273
13274 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13275
13276         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13277
13278 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13279
13280         * message.el (message-beginning-of-line): Change the behavior when
13281         invoked between BOL and : so that it first moves backward.
13282
13283 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13286         article buffer when editing of the article is discarded.
13287         (gnus-article-prepare): Revert.
13288
13289 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13290
13291         * gnus-art.el (gnus-article-prepare):
13292         Remove message-strip-forbidden-properties from the local hook.
13293
13294 2005-01-27  Simon Josefsson  <jas@extundo.com>
13295
13296         * password.el (password-cache-add): Only start one timer per key.
13297         Reported by Derek Atkins <warlord@MIT.EDU>.
13298
13299 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13300
13301         * run-at-time.el: Removed.  It is no longer needed as
13302         timer-funcs.el in the xemacs-base package has a working version of
13303         `run-at-time'.
13304
13305         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13306
13307         * password.el: Require timer-funcs instead of run-at-time in
13308         XEmacs.
13309         Remove `password-run-at-time' macro.
13310         (password-cache-add): Use `run-at-time' instead of
13311         `password-run-at-time'.
13312
13313         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13314         Remove `nnheader-cancel-function-timers' alias,
13315         `cancel-function-timers' exists in XEmacs in timer-funcs.
13316
13317         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13318         for `run-with-idle-timer'.
13319
13320         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13321         for `run-at-time'.
13322
13323         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13324         for `with-timeout'.
13325
13326         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13327         the same as for XEmacs 21.4.
13328         No need to ignore `run-with-idle-timer', this function exists in
13329         XEmacs now in timer-funcs.el in the xemacs-base package.
13330         (dgnushack-compile): No need to delete
13331         run-at-time.el from the list of files to compile because it
13332         doesn't exist anymore.
13333
13334 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13337         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13338
13339 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13340
13341         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13342         sensitively.
13343
13344 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13345
13346         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13347
13348 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13351         which will be inserted according to the multibyteness of a buffer
13352         rather than the type of contents.  Suggested by ARISAWA Akihiro
13353         <ari@mbf.ocn.ne.jp>.
13354
13355         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13356         of string which old xml.el may return rather than a string.
13357
13358 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13361
13362 2005-01-16  Simon Josefsson  <jas@extundo.com>
13363
13364         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13365         idn/idna.el isn't available.
13366         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13367         <michael@waxrat.com>.
13368
13369         * hashcash.el: Remove non-FSF copyright header.
13370
13371         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13372         (hashcash-generate-payment): Use it.
13373         (hashcash-generate-payment-async): Use it.
13374
13375 2005-01-15  Simon Josefsson  <jas@extundo.com>
13376
13377         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13378         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13379
13380         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13381         gnus-summary-idna-message.
13382         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13383         (gnus-summary-idna-message): New function.
13384
13385 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13388         gnus-novice-user.
13389
13390 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * nnrss.el (nnrss-request-delete-group): Delete entries in
13393         nnrss-group-alist as well.
13394         (nnrss-save-server-data): Insert newline.
13395
13396 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * gnus.el (gnus-user-agent): Use list of symbols instead of
13399         symbols.  Display full version number for (S)XEmacs.  Optionally
13400         display (S)XEmacs codename.
13401
13402         * gnus-util.el (gnus-emacs-version): Update for new
13403         `gnus-user-agent'.
13404
13405         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13406         Gnus version.
13407
13408 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13409
13410         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13411         which is unreadable in some setups.
13412
13413 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-spec.el (gnus-update-format-specifications): Flush the
13416         group format spec cache if it doesn't support decoded group names.
13417
13418 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13421         Allow to apply decay on score files matching a regexp.
13422
13423 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13426         compatibility in %g and %c.
13427
13428 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13431         name for only %g and %c.
13432         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13433         of gnus-tmp-group to decoded group name.
13434         (gnus-group-make-rss-group): Exclude `/'s from group names.
13435
13436 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * nnrss.el (nnrss-get-encoding): Fix regexp.
13439
13440 2004-12-27  Simon Josefsson  <jas@extundo.com>
13441
13442         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13443         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13444         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13445
13446 2004-12-17  Kim F. Storm  <storm@cua.dk>
13447
13448         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13449
13450         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13451
13452 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13453
13454         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13455
13456 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * nnrss.el: Require rfc2047 and mml.
13459         (nnrss-file-coding-system): New variable.
13460         (nnrss-format-string): Redefine it as an inline function.
13461         (nnrss-decode-group-name): New function.
13462         (nnrss-string-as-multibyte): Remove.
13463         (nnrss-retrieve-headers): Decode group name; don't use
13464         nnrss-format-string.
13465         (nnrss-request-group): Decode group name.
13466         (nnrss-request-article): Decode group name; allow a Message-ID as
13467         well as an article number; don't use nnrss-format-string; encode a
13468         Message-ID string which may contain non-ASCII characters; use
13469         mml-to-mime to compose a MIME article.
13470         (nnrss-request-expire-articles): Decode group name.
13471         (nnrss-request-delete-group): Decode group name.
13472         (nnrss-fetch): Clarify error message.
13473         (nnrss-read-server-data): Use insert-file-contents instead of load;
13474         bind file-name-coding-system; use multibyte buffer.
13475         (nnrss-save-server-data): Bind coding-system-for-write to the
13476         value of nnrss-file-coding-system; bind file-name-coding-system;
13477         add coding cookie.
13478         (nnrss-read-group-data): Use insert-file-contents instead of load;
13479         bind file-name-coding-system; use multibyte buffer.
13480         (nnrss-save-group-data): Bind coding-system-for-write to the
13481         value of nnrss-file-coding-system; bind file-name-coding-system.
13482         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13483         make it work with non-ASCII text.
13484         (nnrss-find-el): Make it work with old xml.el as well.
13485
13486 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13487
13488         * nnrss.el (nnrss-get-encoding): New function.
13489         (nnrss-fetch): Use unibyte buffer initially; bind
13490         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13491         decode contents according to the encoding attribute.
13492         (nnrss-save-group-data): Add coding cookie.
13493         (nnrss-mime-encode-string): New function.
13494         (nnrss-check-group): Use it to encode subject and author.
13495
13496 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13497
13498         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13499         imaginary variable.
13500
13501 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13504         correctly even if there are wide characters.
13505
13506 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13507
13508         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13509         downcased symbol names; make a new cache instead of reusing
13510         bbdb-hashtable.
13511
13512 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13515         concatenating segments rather than before concatenating them.
13516         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13517
13518         * message.el (message-get-reply-headers): Bind `extra'.
13519
13520 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * message.el (message-extra-wide-headers): New variable.
13523         (message-get-reply-headers): Use it.
13524
13525 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13528         (gnus-agent-group-pathname): Ditto.
13529
13530         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13531
13532         * gnus-group.el (gnus-group-make-group): Decode group name.
13533         (gnus-group-make-rss-group): Register the group data after opening
13534         the nnrss group.
13535
13536 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13537
13538         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13539         by expiry now get marked as read.
13540
13541 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13544
13545 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13546
13547         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13548         unify Latin characters in XEmacs.
13549         (mm-find-mime-charset-region): Use it.
13550
13551 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-util.el (gnus-delete-directory): New function.
13554
13555         * gnus-agent.el (gnus-agent-delete-group): Use it.
13556
13557         * gnus-cache.el (gnus-cache-delete-group): Use it.
13558
13559 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13562         names.
13563
13564 2004-12-16  Simon Josefsson  <jas@extundo.com>
13565
13566         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13567
13568 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13571
13572         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13573         (gnus-group-set-current-level): Decode group name.
13574
13575 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13576
13577         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13578         failed.
13579
13580 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-group.el (gnus-group-delete-group): Decode group name.
13583         (gnus-group-make-rss-group): Encode group name.
13584         (gnus-group-catchup-current): Decode group name.
13585         (gnus-group-kill-group): Decode group name.
13586
13587 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13588
13589         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13590
13591 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-group.el (gnus-group-make-rss-group):
13594         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13595
13596         * gnus-start.el (gnus-setup-news): Honor user's setting to
13597         gnus-message-archive-method.  Suggested by Lute Kamstra
13598         <lute@gnu.org>.
13599
13600 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13601
13602         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13603         global counterparts of the buffer-local variables.
13604
13605 2004-11-16  Romain Francoise  <romain@orebokech.com>
13606
13607         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13608         counterparts of the buffer-local variables.
13609
13610 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * message.el (message-forbidden-properties): Fixed typo in doc
13613         string.
13614
13615 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * gnus-util.el (gnus-replace-in-string): Added doc string.
13618
13619         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13620         to avoid problems when splitting mails with many recipients.
13621
13622 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13625         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13626
13627 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13628
13629         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13630         if there is no hashtable in memory or file modification time is
13631         newer than cached timestamp.
13632
13633 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13636         not-matching option.
13637
13638 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13641         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13642         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13643         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13644         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13645         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13646
13647 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * message.el (message-forward-make-body-mml): Remove headers
13650         according to message-forward-ignored-headers if a message is decoded.
13651
13652 2004-12-02  Romain Francoise  <romain@orebokech.com>
13653
13654         * message.el (message-forward-make-body-plain): Always remove
13655         headers according to message-forward-ignored-headers.
13656
13657 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * spam.el (spam-summary-prepare-exit): Remove the
13660         gnus-summary-limit pop for now, it has problems with ham marks for
13661         me.
13662
13663 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13664
13665         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13666         correctly.
13667
13668 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13669
13670         * format-spec.el (format-spec): Message the char.
13671
13672 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13673
13674         * gnus-art.el (gnus-split-methods): Reformat comments.
13675
13676         * spam.el (spam-summary-prepare-exit): Remove article limits
13677         before exiting the summary buffer.
13678
13679 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13682         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13683
13684         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13685         order to silence the byte compiler.
13686
13687         * spam.el: Fix the way to silence the byte compiler, which
13688         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13689         bbdb-search-simple, spam-BBDB-register-routine,
13690         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13691         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13692         spam-stat-buffer-is-spam, spam-stat-load,
13693         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13694         spam-stat-save and spam-stat-split-fancy.
13695
13696 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13699         which may confuse users.
13700         (canlock-password-for-verify): Ditto.
13701
13702         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13703
13704         * gnus-art.el (gnus-emphasis-alist): Ditto.
13705
13706         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13707
13708         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13709
13710         * gnus-start.el (gnus-save-killed-list): Ditto.
13711
13712         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13713         (gnus-sum-thread-tree-root): Ditto.
13714         (gnus-sum-thread-tree-false-root): Ditto.
13715         (gnus-sum-thread-tree-single-indent): Ditto.
13716
13717         * message.el (message-courtesy-message): Ditto.
13718         (message-archive-note): Ditto.
13719         (message-subscribed-address-file): Ditto.
13720         (message-user-fqdn): Ditto.
13721
13722         * spam-report.el (spam-report-gmane-regex): Ditto.
13723
13724         * spam.el (spam-blackhole-good-server-regex): Ditto.
13725
13726 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * mml.el (mml-preview): Widen the message buffer before copying
13729         the contents to the preview buffer; sort headers before previewing.
13730
13731         * message.el (message-hidden-headers): Fix the way to avoid a bug
13732         in the `repeat' widget in Emacs 21.3 or earlier.
13733
13734 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * message.el (message-hidden-headers): Default to "^References:".
13737         Improve customization type.  Suggested by Reiner Steib
13738         <Reiner.Steib@gmx.de>.
13739
13740 2004-11-25  Romain Francoise  <romain@orebokech.com>
13741
13742         * message.el (message-strip-forbidden-properties): Remove check for
13743         obsolete `message-hidden' text property, hidden headers are not
13744         accessible in the buffer anymore.
13745
13746 2004-11-22  Romain Francoise  <romain@orebokech.com>
13747
13748         * message.el (message-header-format-alist): Add `From' in list
13749         so that it can be sorted.
13750         (message-fix-before-sending): Widen and sort headers before
13751         sending.
13752         (message-hide-headers): Use narrowing to hide headers by moving
13753         them to the top of the buffer and narrowing to the region
13754         underneath.
13755
13756 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * message.el (message-strip-forbidden-properties): Bind
13759         buffer-read-only (etc) to nil.
13760
13761 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13764         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13765
13766 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13767
13768         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13769
13770 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13771
13772         * dns.el (query-dns): Use sit-for to time instead of
13773         accept-process-output, since that doesn't seem to work on udp
13774         sockets.
13775
13776 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13779
13780 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13781
13782         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13783         doc string.  Improve doc string.
13784
13785 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * nntp.el (nntp-request-update-info): Return nil if
13788         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13789         may not call gnus-activate-group which uselessly issues the GROUP
13790         commands for all nntp groups and wastes time.  Reported by Romain
13791         Francoise <romain@orebokech.com>.
13792
13793         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13794
13795 2004-11-15  Simon Josefsson  <jas@extundo.com>
13796
13797         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13798         headers separately.
13799         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13800         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13801
13802 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus-start.el (gnus-convert-old-newsrc):
13805         Assign legacy-gnus-agent to 5.10.7.
13806
13807 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13808
13809         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13810         start of the lines.
13811
13812 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13813
13814         * hashcash.el (hashcash-default-payment): Change default to 20.
13815         (hashcash-default-accept-payment): Change default to 20.
13816         (hashcash-process-alist): New variable.
13817         (hashcash-generate-payment-async): Add.
13818         (hashcash-already-paid-p): Add.
13819         (hashcash-insert-payment): Don't generate payments twice.
13820         (hashcash-insert-payment-async): Add.
13821         (hashcash-insert-payment-async-2): Add.
13822         (hashcash-cancel-async): Add.
13823         (hashcash-wait-async): Add.
13824         (hashcash-processes-running-p): Add.
13825         (hashcash-wait-or-cancel): Add.
13826         (mail-add-payment): New optional argument.  Conditionally start
13827         asynchronous calculation.
13828         (mail-add-payment-async): Add.
13829
13830         * message.el (message-send-mail): Wait for asynchronous hashcash
13831         results.  Don't clobber existing X-Hashcash headers.
13832         (message-setup-1): Call mail-add-payment-async when
13833         message-generate-hashcash is non-nil.
13834
13835 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13836
13837         * message.el (message-use-alternative-email-as-from): Examine the
13838         From header as well; use message-make-from in order to include a
13839         user's full name.
13840
13841 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13844         default; improve customization type.
13845         (gnus-emphasis-custom-with-format): New macro.
13846         (gnus-emphasis-custom-value-to-external): New function.
13847         (gnus-emphasis-custom-value-to-internal): New function.
13848
13849 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850
13851         * dns.el (query-dns): Resolve reverse addresses.
13852
13853 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13854
13855         * gnus-group.el (gnus-group-get-new-news): Use it.
13856
13857         * gnus-start.el (gnus-check-reasonable-setup): New function.
13858
13859 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13862         "Args out of range" error.  Reported by Arnaud Giersch
13863         <arnaud.giersch@free.fr>.
13864
13865 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13866
13867         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13868
13869 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13870
13871         * spam.el (spam group): Add :version.
13872
13873         * pgg-def.el (pgg group): Add :version.
13874
13875 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-art.el (gnus-article-edit-article): Don't associate the
13878         article buffer with a draft file.  This is a temporary measure
13879         against the 2004-08-22 change to gnus-article-edit-mode.
13880
13881 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13884         (html2text-format-tags): Remove unused variable `attr'.
13885
13886 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13889
13890         * tls.el (tls-process-connection-type, tls-success)
13891         (tls-certtool-program): Add :version.
13892
13893         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13894         (starttls-extra-arguments, starttls-process-connection-type)
13895         (starttls-connect, starttls-failure, starttls-success): Add :version.
13896
13897         * spam-stat.el (spam-stat): Add :version.
13898
13899         * sieve.el (sieve): Add :version.
13900
13901         * sha1.el (sha1): Add :version.
13902         (sha1-use-external): Remove redundant version.
13903
13904         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13905         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13906         (nnmail-split-fancy-match-partial-words)
13907         (nnmail-split-lowercase-expanded): Add :version.
13908
13909         * nndiary.el (nndiary): Add :version.
13910
13911         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13912
13913         * mml-sec.el (mml-default-sign-method)
13914         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13915         Add :version.
13916
13917         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13918
13919         * mm-url.el (mm-url-use-external, mm-url-program)
13920         (mm-url-arguments): Add :version.
13921
13922         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13923         (mm-attachment-file-modes, mm-decrypt-option)
13924         (mm-w3m-safe-url-regexp): Add :version.
13925
13926         * message.el (message-cite-prefix-regexp)
13927         (message-sendmail-envelope-from, message-minibuffer-local-map)
13928         (message-user-fqdn, message-completion-alist): Add :version.
13929
13930         * gnus-win.el (gnus-configure-windows-hook)
13931         (gnus-use-frames-on-any-display): Add :version.
13932
13933         * gnus-art.el (gnus-article-address-banner-alist)
13934         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13935         (gnus-treat-from-picon, gnus-treat-mail-picon)
13936         (gnus-treat-x-pgp-sig): Add :version.
13937
13938         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13939         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13940         (gnus-summary-article-delete-hook)
13941         (gnus-summary-display-while-building): Add :version.
13942
13943         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13944         (gnus-get-top-new-news-hook): Add :version.
13945
13946         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13947         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13948
13949         * gnus-registry.el (gnus-registry): Add :version.
13950
13951         * gnus-spec.el (gnus-use-correct-string-widths)
13952         (gnus-make-format-preserve-properties): Add :version.
13953
13954         * gnus.el (gnus-group-charter-alist)
13955         (gnus-group-fetch-control-use-browse-url)
13956         (gnus-install-group-spam-parameters): Add :version.
13957
13958         * gnus-diary.el (gnus-diary): Add :version.
13959
13960         * gnus-delay.el (gnus-delay): Add :version.
13961
13962         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13963         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13964         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13965         Add :version.
13966
13967         * gnus-agent.el (gnus-agent-max-fetch-size)
13968         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13969         (gnus-agent-prompt-send-queue): Add :version.
13970
13971         * deuglify.el (gnus-outlook-deuglify): Add :version.
13972
13973         * html2text.el: Beautify code.  Improve doc strings.  Some
13974         checkdoc cleanup.
13975         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13976
13977 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13978
13979         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13980
13981 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13984         when package is loaded.
13985
13986         * spam.el (spam-summary-score-preferred-header): Add global preference
13987         for people who want to override the default SpamAssassin over
13988         Bogofilter preference (when both are set).
13989         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13990         (spam-user-format-function-S): Check
13991         spam-summary-score-preferred-header.
13992         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13993         (spam-user-format-function-S): Format the score correctly.
13994
13995 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13998         signature file.  Suggested by Manoj Srivastava
13999         <srivasta@golden-gryphon.com>.
14000
14001         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14002         iso-2022-jp even in the Japanese language environment.
14003         Suggested by Jason Rumney <jasonr@gnu.org>.
14004
14005 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14008         use the same characters as the dummy marks; make it free from
14009         getting affected by the language environment.
14010         (gnus-summary-read-group-1): Update mark positions only when the
14011         format spec is updated.
14012
14013         * gnus-spec.el (gnus-update-format-specifications): Return a list
14014         of updated types.
14015
14016 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14019         of boundp to check if display-warning is available.
14020
14021 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14022
14023         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14024
14025 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * nnspool.el (nnspool-spool-directory): Use news-path if the
14028         news-directory variable is not bound.
14029
14030         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14031         function instead of display-warning if it is not available.
14032
14033 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14034
14035         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14036         v5-10: Use `point-at-bol'.
14037
14038 2004-10-26  Simon Josefsson  <jas@extundo.com>
14039
14040         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14041         <chenggao@gmail.com>.
14042
14043 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14046         instead.
14047
14048 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14049
14050         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14051         to remove a server from the nnimap-server-buffer-alist.
14052         (nnimap-open-connection, nnimap-close-server): Use it.
14053
14054         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14055
14056 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14059         running the major-mode function.
14060
14061 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14064         dummy marks in the right way.
14065
14066 2004-10-18  David Edmondson  <dme@dme.org>
14067
14068         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14069         excessively.
14070
14071 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * gnus-util.el (gnus-split-references): Accept a nil references
14074         string and go on blissfully.
14075
14076         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14077         cases where the references string is non-nil but has no references.
14078
14079         * encrypt.el: Add autoload tags.
14080
14081         * spam.el (spam-resolve-registrations-routine): Remove article
14082         from unregistration list too.  Reported by David Hanak
14083         <dhanak@isis.vanderbilt.edu>
14084
14085 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14086
14087         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14088         nil.  Changed custom type.
14089
14090 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14093
14094         * gnus-sum.el (gnus-summary-move-article): Use it.
14095
14096 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * encrypt.el: Add autoload cookies.
14099
14100         * spam.el (spam-backend-article-list-property)
14101         (spam-backend-get-article-todo-list)
14102         (spam-backend-put-article-todo-list)
14103         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14104         Resolve registrations separately.
14105         (spam-register-routine): Format comments.
14106         (spam-unregister-routine, spam-register-routine): Always call with
14107         specific-articles, no default list.
14108         (spam-summary-prepare-exit): Use the spam-classifications function.
14109
14110         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14111         gnus-encrypt.el.
14112
14113         * encrypt.el: Copied from gnus-encrypt.el.
14114
14115         * gnus-encrypt.el: Commented that it's obsolete.
14116
14117 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14120         (gnus-score-save): Use it.
14121
14122         * message.el (message-bury): Use `window-dedicated-p'.
14123
14124 2004-10-15  Simon Josefsson  <jas@extundo.com>
14125
14126         * pop3.el (top-level): Don't require nnheader.
14127         (pop3-read-timeout): Add.
14128         (pop3-accept-process-output): Add.
14129         (pop3-read-response, pop3-retr): Use it.
14130
14131 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14132
14133         * spam.el (spam-register-routine): Move comment.
14134         (spam-verify-bogofilter): Use 'unknown for the initial
14135         spam-bogofilter-valid state, not 'never.
14136
14137         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14138         for netrc-machine.
14139
14140         * nnimap.el (nnimap-open-connection): Use
14141         netrc-machine-user-or-password.
14142
14143 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14144
14145         * gnus-registry.el (gnus-registry-unload-hook):
14146         Set as a variable with add-hook.
14147
14148         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14149         of news-path.
14150
14151         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14152
14153         * spam.el: Delete duplicate `provide'.
14154         (spam-unload-hook): Set as a variable with add-hook.
14155
14156 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14159         in the doc string.
14160
14161         * message.el (message-ignored-news-headers)
14162         (message-ignored-supersedes-headers)
14163         (message-ignored-resent-headers)
14164         (message-forward-ignored-headers): Improve custom type.
14165
14166 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * message.el (message-tokenize-header): Fix 2004-09-06 change
14169         which used point-min in the wrong place.
14170
14171 2004-10-12  Simon Josefsson  <jas@extundo.com>
14172
14173         * tls.el (tls-certtool-program): New variable.
14174         (tls-certificate-information): New function, based on
14175         ssl-certificate-information.
14176
14177 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14178
14179         * compface.el: Move the version of ELisp-based uncompface program
14180         to the contrib directory because of the copyright problem.
14181
14182 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * message.el (message-kill-buffer): Raise the current frame.
14185
14186 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14189
14190         * gnus.el (message-y-or-n-p): Autoload.
14191
14192         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14193         (pop3-password-required, pop3-authentication-scheme)
14194         (pop3-leave-mail-on-server): Made customizable.
14195         (pop3): New custom group.
14196         (pop3-retr): Remove `sleep-for' statements.
14197         Suggested by Dave Love <fx@gnu.org>.
14198
14199         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14200         Windows/DOS.
14201
14202         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14203         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14204         Dave Love <fx@gnu.org>.
14205
14206         * mml.el (mml-minibuffer-read-disposition): Require match.
14207         Suggested by Dave Love <fx@gnu.org>.
14208
14209 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14212         doc string.
14213
14214 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14217
14218 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14219
14220         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14221         instead of calling `mm-insert-inline', to decode text/* parts
14222         before displaying them.
14223
14224 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * mm-uu.el (mm-uu-text-plain-type): New variable.
14227         (mm-uu-pgp-signed-extract-1): Use it.
14228         (mm-uu-pgp-encrypted-extract-1): Use it.
14229         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14230         bind mm-uu-text-plain-type with that value.
14231         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14232         mm-uu-dissect.
14233
14234 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-group.el (gnus-update-group-mark-positions):
14237         * gnus-sum.el (gnus-update-summary-mark-positions):
14238         * message.el (message-check-news-body-syntax):
14239         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14240         of string-as-multibyte.
14241
14242 2004-10-05  Juri Linkov  <juri@jurta.org>
14243
14244         * gnus-group.el (gnus-update-group-mark-positions):
14245         * gnus-sum.el (gnus-update-summary-mark-positions):
14246         * message.el (message-check-news-body-syntax):
14247         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14248         8-bit unibyte values to a multibyte string for search functions.
14249
14250 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14253         (mm-uu-dissect-text-parts): New function.
14254
14255         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14256         dissect text parts.
14257
14258         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14259         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14260
14261         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14262
14263         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14264         gnus-current-topics instead of gnus-current-topic.
14265
14266 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14267
14268         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14269
14270 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14271
14272         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14273         where approriate.
14274
14275         * nnml.el (nnml-generate-active-info): do.
14276
14277         * nndiary.el (nndiary-generate-active-info): do.
14278
14279         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14280         (gnus-topic-move): do.
14281
14282         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14283         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14284
14285         * gnus-srvr.el (gnus-server-prepare)
14286         (gnus-server-open-all-servers): do.
14287
14288         * gnus-msg.el (gnus-summary-cancel-article)
14289         (gnus-summary-resend-message)
14290         (gnus-summary-mail-crosspost-complaint): do.
14291
14292         * gnus-move.el (gnus-change-server): do.
14293
14294         * gnus-group.el (gnus-group-unmark-all-groups)
14295         (gnus-group-set-current-level): do.
14296
14297 2004-10-04  Simon Josefsson  <jas@extundo.com>
14298
14299         * message.el (message-generate-hashcash): Doc fix.
14300
14301 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14302
14303         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14304         avoid infinite recursion via gnus-get-function.
14305
14306 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14307
14308         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14309
14310         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14311
14312         * nnmail.el (nnmail-split-history): do.
14313
14314         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14315         (nnml-request-delete-group): do.
14316
14317         * nnslashdot.el (nnslashdot-read-groups): do.
14318
14319         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14320         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14321
14322         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14323         (nnspool-sift-nov-with-sed): Use last.
14324         (nnspool-retrieve-headers-with-nov): Use mapc.
14325         (nnspool-request-newgroups): Use dolist.
14326         (nnspool-request-group): Use last.
14327
14328         * nntp.el (nntp-read-server-type): Use dolist.
14329
14330         * nnvirtual.el (nnvirtual-create-mapping)
14331         (nnvirtual-update-read-and-marked): Use dolist.
14332         (nnvirtual-convert-headers): Simplify.
14333
14334 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14335
14336         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14337         support for sync'ing tick marks.
14338
14339 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14342         there's no visible header.
14343
14344 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14345
14346         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14347         necessary, pass full group name to gnus-request-set-marks.
14348
14349 2004-10-01  Simon Josefsson  <jas@extundo.com>
14350
14351         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14352         acroread.
14353
14354 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14355
14356         * spam-report.el (spam-report-gmane): Fix interactive.
14357
14358         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14359
14360         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14361         when writing file.
14362         (gnus-agent-synchronize-flags): Don't default to being
14363         interactive.
14364
14365 2004-09-30  Simon Josefsson  <jas@extundo.com>
14366
14367         * message.el (message-generate-hashcash): Add.
14368         (message-send-mail): Use it, call mail-add-payment.
14369
14370 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14371
14372         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14373
14374 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14375
14376         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14377         gnus-requst-update-info with explicit code to sync the in-memory
14378         info read flags with the marks being sync'd to the backend.
14379
14380         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14381
14382 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14383
14384         * spam.el (spam-verify-bogofilter): Add new function.
14385         (spam-check-bogofilter)
14386         (spam-bogofilter-register-with-bogofilter): Use it.
14387         (spam-verify-bogofilter): Add small fixes.
14388
14389 2004-09-28  Simon Josefsson  <jas@extundo.com>
14390
14391         * hashcash.el (hashcash-generate-payment): Revert.
14392
14393 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14396         gnus-extract-references instead of gnus-split-references.
14397
14398         * gnus-util.el (gnus-extract-references): Add new function, analogous
14399         to gnus-split-references but extracts only the message-ID without
14400         anything extra.
14401
14402         * hashcash.el (hashcash-generate-payment)
14403         (hashcash-check-payment): Do the right thing if hashcash-path is
14404         nil (because the hashcash program could not be found).
14405
14406         * spam.el (spam-use-hashcash): Remove comment.
14407
14408 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14409
14410         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14411         (gnus-cache-enter-article, gnus-cache-remove-article)
14412         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14413
14414         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14415
14416         * gnus-art.el (article-hide-boring-headers)
14417         (article-translate-strings, article-display-face)
14418         (gnus-article-mime-match-handle-first)
14419         (gnus-article-highlight-headers)
14420         (gnus-article-add-buttons-to-head): do.
14421
14422 2004-09-27  Simon Josefsson  <jas@extundo.com>
14423
14424         * hashcash.el: New version, from
14425         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14426         ../contrib/.
14427
14428 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14431
14432 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14433
14434         * gnus-dup.el (gnus-dup-open): Use mapc.
14435         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14436
14437         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14438         Reported by Stefan Wiens <s.wi@gmx.net>.
14439
14440         * gnus.el (gnus-shutdown): Use dolist.
14441
14442         * gnus-undo.el (gnus-undo): Use mapc.
14443
14444         * nnrss.el (nnrss-generate-active): do.
14445
14446         * message.el (message-cite-original-without-signature)
14447         (message-cite-original): Use mapc.
14448         (message-do-actions, message-make-forward-subject): Use dolist.
14449
14450 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14451
14452         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14453         deletion to remove entire duplicate line.  Fixes merged article
14454         number bug.
14455
14456 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14457
14458         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14459         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14460         first ask if you want to open a server and then, even when you
14461         responded with no, asking if you want to synchronize the server's
14462         flags.
14463         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14464         multi-line expressions.
14465         (gnus-agent-synchronize-group-flags): New internal function.
14466         Updates marks in memory (in the info structure) AND in the
14467         backend.
14468
14469         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14470
14471         * nnagent.el (nnagent-request-set-mark): Use
14472         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14473         method, to ensure that synchronization updates marks in the
14474         backend and in the info (in memory) structure.
14475
14476 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14479         convention fully; don't miss the root article of a thread; make
14480         the X-Draft-From header with correct article numbers.
14481
14482 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14483
14484         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14485         unless plugged.  Disable the agent so that an open failure causes
14486         an error.
14487
14488         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14489         Reverted 2004-09-21 change.  The backend must be opened while
14490         synchronizing flags even when the backend stores the flags
14491         locally.
14492
14493 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14494
14495         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14496         in `header' match.  Reported by Svend Tollak Munkejord.
14497
14498         * message.el (message-cite-original): Fix use of
14499         `message-cite-articles-with-x-no-archive'.
14500
14501 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14504         (gnus-window-to-buffer): Ditto.
14505
14506         * mml.el (mml-preview-buffer): New variable.
14507         (mml-preview): Manage window layout with gnus-buffer-configuration.
14508
14509         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14510         X-Draft-From header even if those articles aren't quoted.
14511
14512 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14513
14514         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14515         (gnus-request-set-mark, gnus-request-update-mark): Use new
14516         g-s-t-u-l-m to decide to use backend even when unplugged.
14517
14518 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14521         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14522
14523 2004-09-20  Simon Josefsson  <jas@extundo.com>
14524
14525         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14526         "utf-16-le".
14527
14528 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14529
14530         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14531
14532 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * uudecode.el (uudecode-use-external): Add :version.
14535
14536         * smime.el (smime-CA-file, smime-encrypt-cipher)
14537         (smime-dns-server): Add :version.
14538
14539         * smiley.el (gnus-smiley-file-types): Add :version.
14540
14541         * sha1.el (sha1-use-external): Add :version.
14542
14543         * pgg-def.el (pgg-query-keyserver): Add :version.
14544
14545         * nnmail.el (nnmail-fancy-expiry-targets)
14546         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14547         Add :version.
14548
14549         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14550         (nnimap-retrieve-groups-asynchronous): Add :version.
14551         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14552
14553         * mml.el (mml-content-disposition-parameters)
14554         (mml-insert-mime-headers-always): Add :version.
14555
14556         * mm-util.el (mm-coding-system-priorities): Add :version.
14557
14558         * mm-decode.el (mm-inline-text-html-with-images)
14559         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14560         (mm-verify-option): Add :version.
14561         (mm-text-html-renderer): Change :version.
14562
14563         * message.el (message-fcc-externalize-attachments)
14564         (message-required-headers, message-draft-headers)
14565         (message-subject-trailing-was-query)
14566         (message-subject-trailing-was-ask-regexp)
14567         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14568         (message-mark-insert-end, message-archive-header)
14569         (message-archive-note, message-cross-post-default)
14570         (message-cross-post-note, message-followup-to-note)
14571         (message-cross-post-note-function, message-use-mail-followup-to)
14572         (message-subscribed-address-functions)
14573         (message-subscribed-address-file, message-subscribed-addresses)
14574         (message-subscribed-regexps, message-allow-no-recipients)
14575         (message-yank-cited-prefix, message-signature-insert-empty-line)
14576         (message-hidden-headers, message-hierarchical-addresses)
14577         (message-mail-user-agent, message-use-idna)
14578         (message-valid-fqdn-regexp)
14579         (message-strip-special-text-properties, message-header-synonyms)
14580         (message-beginning-of-line, message-tab-body-function): Add :version.
14581         (message-insert-canlock, message-wide-reply-confirm-recipients):
14582         Change :version.
14583
14584         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14585         and :version.
14586         (mail-source-delete-old-incoming-confirm)
14587         (mail-source-movemail-program): Add :version.
14588
14589         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14590         (gnus-agent-cache, gnus-agent): Change :version.
14591
14592         * gnus-util.el (gnus-use-byte-compile): Change :version.
14593
14594         * gnus-sum.el (gnus-summary-make-false-root-always)
14595         (gnus-summary-default-high-score)
14596         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14597         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14598         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14599         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14600         (gnus-sum-thread-tree-single-indent)
14601         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14602         (gnus-sum-thread-tree-leaf-with-other)
14603         (gnus-sum-thread-tree-single-leaf): Add :version.
14604         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14605         (gnus-article-loose-mime): Change :version.
14606
14607         * gnus-start.el (gnus-backup-startup-file)
14608         (gnus-save-startup-file-via-temp-buffer): Add :version.
14609
14610         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14611         (gnus-server-offline-face): Add :version.
14612
14613         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14614
14615         * gnus-msg.el (gnus-gcc-externalize-attachments)
14616         (gnus-debug-files, gnus-debug-exclude-variables)
14617         (gnus-discouraged-post-methods): Change :version.
14618         (gnus-confirm-mail-reply-to-news)
14619         (gnus-confirm-treat-mail-like-news): Add :version.
14620
14621         * gnus-int.el (gnus-server-unopen-status): Add :version.
14622
14623         * gnus-group.el (gnus-group-jump-to-group-prompt)
14624         (gnus-large-ephemeral-newsgroup)
14625         (gnus-fetch-old-ephemeral-headers): Add :version.
14626
14627         * gnus-fun.el (gnus-x-face-directory)
14628         (gnus-convert-pbm-to-x-face-command)
14629         (gnus-convert-image-to-x-face-command)
14630         (gnus-convert-image-to-face-command): Add :version.
14631
14632         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14633
14634         * gnus-cite.el (gnus-cite-blank-line-after-header)
14635         (gnus-article-boring-faces): Add :version.
14636
14637         * gnus-art.el (gnus-buttonized-mime-types)
14638         (gnus-inhibit-mime-unbuttonizing)
14639         (gnus-treat-display-face)
14640         (gnus-treat-body-boundary): Change :version.
14641         (gnus-body-boundary-delimiter, gnus-picon-databases)
14642         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14643         (gnus-treat-date-english, gnus-treat-fold-headers)
14644         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14645         (gnus-treat-mail-picon, gnus-treat-wash-html)
14646         (gnus-article-encrypt-protocol)
14647         (gnus-use-idna, gnus-article-over-scroll)
14648         (gnus-mime-display-multipart-alternative-as-mixed)
14649         (gnus-mime-display-multipart-related-as-mixed)
14650         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14651         (gnus-ctan-url, gnus-button-ctan-handler)
14652         (gnus-button-handle-ctan-bogus-regexp)
14653         (gnus-button-ctan-directory-regexp)
14654         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14655         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14656         (gnus-button-man-level, gnus-button-emacs-level)
14657         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14658
14659         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14660         (gnus-agent-go-online): Change :version.
14661         (gnus-agent-expire-unagentized-dirs)
14662         (gnus-agent-auto-agentize-methods): Add :version.
14663
14664         * flow-fill.el (fill-flowed-display-column)
14665         (fill-flowed-encode-column): Add :version.
14666
14667         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14668         (gnus-outlook-deuglify-unwrap-max)
14669         (gnus-outlook-deuglify-cite-marks)
14670         (gnus-outlook-deuglify-unwrap-stop-chars)
14671         (gnus-outlook-deuglify-no-wrap-chars)
14672         (gnus-outlook-deuglify-attrib-cut-regexp)
14673         (gnus-outlook-deuglify-attrib-verb-regexp)
14674         (gnus-outlook-deuglify-attrib-end-regexp)
14675         (gnus-outlook-display-hook): Add :version.
14676
14677         * binhex.el (binhex-use-external): Add :version.
14678
14679 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14682         and `invisible'.
14683
14684 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14685
14686         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14687         in gnus-registry-trim.
14688
14689 2004-09-13  Simon Josefsson  <jas@extundo.com>
14690
14691         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14692
14693         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14694
14695         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14696         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14697         <yamaoka@jpl.org>.
14698         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14699         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14700         <yamaoka@jpl.org>.
14701
14702         * sieve.el (sieve-manage-mode): Ditto.
14703
14704 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14707
14708 2004-09-11  Simon Josefsson  <jas@extundo.com>
14709
14710         * dns-mode.el: Add.
14711
14712         * mm-view.el (mm-display-dns-inline): Add.
14713
14714         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14715         (mm-automatic-display): Ditto.
14716
14717         * mailcap.el (mailcap-mime-data): Add text/dns.
14718         (mailcap-mime-extensions): Map .soa to text/dns.
14719
14720 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14721
14722         * gnus-art.el (article-decode-mime-words, article-babel)
14723         (gnus-article-highlight-signature, gnus-article-add-buttons)
14724         (gnus-signature-toggle): Remove unnecessary bindings of
14725         `inhibit-read-only' inherited from v5.10 merge.
14726
14727 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * nntp.el (nntp): New customization group.
14730         (nntp-authinfo-file): Add customization group.
14731
14732         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14733
14734         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14735
14736         * gnus.el (to-address, to-list, subscribed)
14737         (large-newsgroup-initial): Ditto.
14738
14739         * flow-fill.el (fill-flowed-display-column)
14740         (fill-flowed-encode-column): Ditto.
14741
14742 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14743
14744         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14745         Use point-min rather than 1.
14746         (message-send-mail): Use buffer-size rather than point-max.
14747
14748         * gnus-sum.el (gnus-summary-search-article-forward):
14749         Signal a specific `search-failed' rather than a generic `error'.
14750
14751         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14752         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14753         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14754
14755 2004-09-10  Simon Josefsson  <jas@extundo.com>
14756
14757         * nndb.el (require): Remove tcp and duplicate cl.
14758
14759 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-agent.el (directory-files-and-attributes): Move forward.
14762
14763 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14764
14765         * gnus-agent.el (directory-files-and-attributes): Optionally
14766         defined to support XEmacs.
14767
14768 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14769
14770         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14771         to avoid run-time CL dependencies.
14772         (gnus-agent-unfetch-articles): New function.
14773         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14774         article numbers even when local .overview file is missing.
14775         (gnus-agent-read-article-number): New function.  Only accepts
14776         27-bit article numbers.
14777         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14778         gnus-agent-read-article-number.
14779         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14780         from backend while recognizing that article numbers in .overview
14781         must be valid.
14782         (gnus-agent-update-files-total-fetched-for): Use
14783         directory-files-and-attributes to improve performance.
14784         * gnus-int.el (gnus-request-move-article): Use
14785         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14786         improve performance.
14787
14788         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14789         some users confused by references to .newsrc when they only have a
14790         .newsrc.eld file.
14791         (gnus-convert-mark-converter-prompt)
14792         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14793         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14794         New function.  Used internally to only display 'gnus converting
14795         files' message when actually necessary.
14796
14797         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14798         methods now autoloaded.
14799
14800 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14803         identifiers.
14804
14805 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-picon.el: Fix indentation and closing parenthesis.
14808
14809 2004-09-01  Simon Josefsson  <jas@extundo.com>
14810
14811         * message.el (message-canlock-generate): Require sha1, not
14812         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14813         to require within a function.  Sadly, if sha1.el isn't loaded, the
14814         let binding in m-c-g will hide the defcustom definition, which is
14815         bad.)
14816
14817         * canlock.el: Require sha1, not sha1-el.
14818
14819         * message.el: Don't autoload sha1 (there is a autoload cookie in
14820         sha1.el).
14821
14822         * sha1-el.el: Renamed to sha1.el.
14823
14824 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14825
14826         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14827
14828 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14829
14830         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14831
14832 2004-08-30  Kim F. Storm  <storm@cua.dk>
14833
14834         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14835
14836         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14837         Add :group 'nnimap.
14838
14839 2004-08-30  Andreas Schwab  <schwab@suse.de>
14840
14841         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14842         ?* and ?\;.
14843
14844         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14845         and ?\' to symbol instead of whitespace.
14846
14847 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14850
14851         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14852         instead of re-search-forward.
14853
14854         * gnus-uu.el (gnus-uu-save-article): Ditto.
14855         (gnus-uu-post-encode-uuencode): Ditto.
14856
14857         * html2text.el (html2text-clean-list-items): Ditto.
14858         (html2text-clean-dtdd): Ditto.
14859         (html2text-format-tags): Ditto.
14860
14861         * message.el (message-send-mail-with-sendmail): Fix regexp.
14862         (message-fill-field-general): Use search-forward instead of
14863         re-search-forward.
14864         (unbold-region): Ditto.
14865
14866         * nnrss.el (nnrss-request-article): Ditto.
14867
14868         * nnslashdot.el (nnslashdot-request-article): Ditto.
14869
14870         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14871
14872         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14873         "Unrecognized menu descriptor" error in XEmacs.
14874
14875 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14876
14877         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14878         parent article of a sparse article in the thread hashtb.
14879
14880 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14881
14882         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14883         (nnmail-expand-newtext): Lowercase expanded entries if
14884         nnmail-split-lowercase-expanded is non-nil.
14885
14886 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14889
14890         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14891         of gnus-tmp-news-method into string under XEmacs.  It will be
14892         passed to gnus-correct-length which takes only a string argument.
14893
14894 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-util.el (gnus-bind-print-variables): New macro.
14897         (gnus-prin1): Use it.
14898         (gnus-prin1-to-string): Use it.
14899         (gnus-pp): New function.
14900         (gnus-pp-to-string): New function.
14901
14902         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14903         Replace pp-to-string with gnus-pp-to-string.
14904         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14905         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14906         * gnus-msg.el (gnus-debug): Ditto.
14907         * gnus-score.el (gnus-score-save): Ditto.
14908         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14909         gnus-pp-to-string.
14910         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14911         with gnus-pp.
14912         * score-mode.el (gnus-score-pretty-print): Ditto.
14913         * webmail.el (webmail-debug): Ditto.
14914
14915 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-art.el (article-display-face, article-display-x-face):
14918         Use buffer-read-only.
14919
14920 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (article-hide-list-identifiers):
14923         Bind inhibit-read-only as t.
14924
14925 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14926
14927         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14928
14929 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14930
14931         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14932         (gnus-narrow-to-page): Don't assume point-min == 1.
14933         (gnus-article-edit-mode): Derive from message-mode.
14934
14935         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14936         point-min == 1.
14937
14938         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14939         Disable incorrect use of `assert'.
14940
14941         * message.el (message-mode): Set comment-start-skip.
14942
14943
14944 2004-08-22  Sam Steingold  <sds@gnu.org>
14945
14946         * pop3.el (pop3-leave-mail-on-server): New user variable.
14947         (pop3-movemail): Delete mail only when it is nil.
14948
14949 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14952
14953         * mml.el (mml-preview): Use `pop-to-buffer'.
14954
14955         * message.el (message-goto-mail-followup-to): Insert after "To".
14956         (message-carefully-insert-headers): Add comment.
14957
14958         * gnus.el: Remove unused variable `gnus-article-check-size'.
14959
14960         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14961
14962         * gnus-art.el (gnus-button-alist): Improve
14963         `gnus-button-handle-library' entry.
14964
14965 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14966
14967         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14968         downcase, since XEmacs capitalizes error messages differently.
14969
14970 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14971
14972         * nntp.el: Add (require 'gnus) due to reference to
14973         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14974
14975 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14976
14977         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14978         `mm-fill-flowed'.
14979
14980         * mm-decode.el (mm-dissect-singlepart): Check it.
14981
14982 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14985         'imap' for netrc parsing.
14986
14987 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * mailcap.el (mailcap-mime-data): Mark as risky.
14990
14991 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14994         may be included in the encoded word.
14995         (rfc2047-encode): Don't append a space if the encoded word
14996         includes close parenthesis.
14997
14998 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15001         of text within parentheses.
15002
15003 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15004
15005         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15006         (gnus-encrypt-write-file-contents): Make the password key the file
15007         name PLUS the cipher, not just the cipher.  Also remove failed
15008         passwords from the cache.
15009
15010 2004-08-06  Simon Josefsson  <jas@extundo.com>
15011
15012         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15013         fix.
15014
15015 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15018         LWSP.
15019
15020 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15021
15022         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15023         to append in-reply-to: data to the references: header.
15024
15025         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15026         (netrc-parse): Use gnus-encrypt.el functions.
15027
15028         * gnus-encrypt.el: Add new file for encryption support; currently
15029         does only a few GPG ciphers and an internal XOR cipher.
15030
15031         * password.el: Add comments on using password-read-and-add.
15032         (password-read-and-add): Add function to read and add the
15033         password to the cache at once.
15034
15035 2004-07-28  Simon Josefsson  <jas@extundo.com>
15036
15037         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15038         parameter (but don't use it, for now).
15039
15040         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15041         instead of hard coding to nil.
15042
15043 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15046         as mm-inline-image-xemacs does.
15047
15048 2004-07-26  Simon Josefsson  <jas@extundo.com>
15049
15050         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15051         Revert part of 2004-07-17 change below.
15052
15053 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15056         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15057
15058 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059
15060         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15061         quotes that actually start with ">" at the beginning of the
15062         lines.
15063
15064 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * rfc2047.el (rfc2047-encode-region): Fix last change.
15067         (rfc2047-encode-parameter): Remove useless concat.
15068
15069 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15072         encode special characters; fix some kind of misconfigured headers;
15073         signal a real error if debug-on-quit or debug-on-error is non-nil.
15074         (rfc2047-encode-max-chars): New variable.
15075         (rfc2047-encode-1): Use it.
15076         (rfc2047-encode-parameter): New function.
15077
15078         * mml.el (mml-insert-parameter): Remove an excessive space.
15079
15080 2004-07-17  Simon Josefsson  <jas@extundo.com>
15081
15082         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15083         Kai Grossjohann <kai@emptydomain.de>.
15084         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15085         (gnus-group-make-menu-bar): Ditto.
15086
15087         * gnus-util.el (gnus-group-server): Add.
15088
15089 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15090
15091         * message.el (message-clone-locals): Clone sendmail and smtp
15092         variables.
15093
15094 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * rfc2047.el (rfc2047-encode-region): Fix last change.
15097
15098 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15101         characters as non-special.
15102
15103 2004-07-09  Simon Josefsson  <jas@extundo.com>
15104
15105         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15106         Users will lose all flag changes made while unplugged with
15107         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15108         good default.  See numerous reports on ding mailing list.
15109
15110 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15113         add generate-head-function and generate-article-function to the
15114         rfc822-forward entry.
15115         (nndoc-rfc822-forward-generate-article): New function.
15116         (nndoc-rfc822-forward-generate-head): New function.
15117
15118         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15119
15120 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15121
15122         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15123         respect display group parameter and gnus-summary-expunge-below.
15124         (gnus-articles-to-read): Remove unused reference to display group
15125         parameter.
15126
15127 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15128
15129         * nnheader.el (nnheader-uniquify-message-id): New experimental
15130         variable.
15131         (nnheader-nov-read-message-id): Use it.
15132
15133         * spam-report.el (spam-report-gmane): Add interactive.
15134
15135 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15138         qp-or-base64 for the application/* types.
15139
15140 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15141
15142         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15143
15144 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15145
15146         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15147         trim value.
15148
15149 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15150
15151         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15152         New macro and function.
15153         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15154
15155 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15158         after-load-alist.
15159
15160 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15161
15162         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15163         update info that isn't there.
15164
15165 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15166
15167         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15168         entry.
15169
15170 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mm-view.el (mm-inline-render-with-function): Use multibyte
15173         buffer; decode html source by charset.
15174
15175         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15176
15177         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15178         Mule-UCS is loaded under XEmacs.
15179         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15180
15181 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15182
15183         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15184
15185 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * mm-util.el (mm-coding-system-p): Return a coding-system.
15188         (mm-mime-mule-charset-alist): Use shift_jis instead of
15189         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15190         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15191         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15192         instead of japanese-shift-jis and iso-latin-1 respectively in
15193         order to share the default value with both Emacs and XEmacs-mule.
15194         (mm-mule-charset-to-mime-charset): Make
15195         mm-coding-system-priorities effective.
15196         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15197         while predicating of candidates upon the priorities.
15198
15199 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15200
15201         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15202         gnus-uu-invert-processable.
15203
15204         * gnus.el: Autoload gnus-uu-invert-processable.
15205
15206 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * mm-util.el (mm-with-multibyte-buffer): New macro.
15209
15210         * rfc2047.el (rfc2047-encode-string): Use it.
15211         (rfc2047-encode-region): Move point to the end of the region after
15212         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15213
15214 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15217         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15218
15219 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15222         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15223         Karl Chen <quarl@nospam.quarl.org>.
15224
15225 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15226
15227         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15228         invalid addresses.
15229
15230 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15231
15232         * spam.el: Change section markers, revise TODO list.
15233         (spam-backends): Make new master list of all installed backends.
15234         (spam-summary-exit-behavior): Add new variable to determine how
15235         messages moves are done at summary exit.
15236         (spam-move-spam-nonspam-groups-only)
15237         (spam-process-ham-in-nonham-groups)
15238         (spam-process-ham-in-spam-groups): Remove variables, the
15239         spam-summary-exit-behavior variable should be used to manage this
15240         behavior.
15241         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15242         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15243         and spam-old-spam-articles.
15244         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15245         Add empty variables, placeholders for the backends they represent.
15246         (spam-set-difference): Move, unchanged.
15247         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15248         unless the user has a processor variable.
15249         (spam-classifications, spam-classification-valid-p)
15250         (spam-backend-properties, spam-backend-property-valid-p)
15251         (spam-backend-function-type-valid-p)
15252         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15253         (spam-report-articles-gmane, spam-report-articles-resend):
15254         Remove functions, they are not needed.
15255         (spam-install-backend-super, spam-backend-list)
15256         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15257         (spam-backend-function, spam-backend-ham-registration-function)
15258         (spam-backend-spam-registration-function)
15259         (spam-backend-ham-unregistration-function)
15260         (spam-backend-spam-unregistration-function)
15261         (spam-backend-statistical-p, spam-backend-mover-p)
15262         (spam-install-backend-alias, spam-install-checkonly-backend)
15263         (spam-install-mover-backend, spam-install-nocheck-backend)
15264         (spam-install-backend, spam-install-statistical-backend)
15265         (spam-install-statistical-checkonly-backend): Add backend installation
15266         support.
15267         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15268         (spam-group-processor-p): Use the new backend code and respect the
15269         summary exit behavior.
15270         (spam-mark-spam-as-expired-and-move-routine): Remove.
15271         (spam-summary-prepare): Change to use the new spam-old-articles
15272         variable.
15273         (spam-copy-or-move-routine, spam-copy-spam-routine)
15274         (spam-move-spam-routine, spam-copy-ham-routine)
15275         (spam-move-ham-routine): Add code to copy/move ham or spam.
15276         (spam-fetch-field-fast): Improve doc and code, plus allow the
15277         'number request.
15278         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15279         variables.
15280         (spam-split, spam-find-spam): Use the new backend code.
15281         (spam-registration-functions): Remove variable.
15282         (spam-unregister-routine): Add convenience wrapper.
15283         (spam-log-undo-registration, spam-register-routine)
15284         (spam-log-processing-to-registry)
15285         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15286         where possible.
15287         (spam-check-gmane-xref, spam-check-regex-headers)
15288         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15289         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15290         (spam-check-bogofilter-headers, spam-check-spamoracle)
15291         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15292         (spam-check-crm114-headers): Use the spam-split-group that
15293         spam-split prepares, no need to determine it every time.
15294
15295         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15296         to the nnheader-parse-naked-head call.
15297
15298         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15299
15300         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15301         the nnheader-nov-read-message-id call.
15302
15303 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15306         gnus-activate-group twice.  Suggested by Markus Peter
15307         <warp@spin.de>.
15308
15309 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * gnus-art.el (gnus-article-time-format): Exchange the order of
15312         day and month in the default value; fix customization type.
15313         (article-date-ut): Use add-text-properties.
15314         (article-make-date-line): Use message-make-date instead of
15315         current-time-string.
15316
15317         * message.el (message-fetch-field): Don't use set-text-properties.
15318         (message-make-date): Simplify.
15319
15320         * messagexmas.el (message-xmas-make-date): New function.
15321         (message-xmas-redefine): Defalias message-make-date to it.
15322
15323 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15326         (rfc2047-encode-region): Treat text within parentheses as special;
15327         show the original text when error has occurred.
15328
15329         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15330         already-computed method to gnus-activate-group.
15331
15332         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15333         same select-methods identical Lisp objects.
15334
15335         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15336         object when modifying the info.
15337
15338 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15341         gnus-opened-servers since it has never been opened with the new
15342         configuration yet.
15343
15344 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15347         arg to nnheader-generate-fake-message-id.
15348
15349 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15350
15351         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15352         number and build a fake message ID localized to a group and
15353         article number (so it's repeatable from that point on).
15354         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15355         ID format.
15356
15357         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15358         nnheader-generate-fake-message-id with the article number.
15359
15360 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15361
15362         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15363         end-of-buffer.
15364
15365 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15366
15367         * message.el (message-ignored-supersedes-headers): Add Approved.
15368
15369 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15372         goto-char.
15373         (rfc2047-encode): Fold the line before encoding.
15374
15375 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15376
15377         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15378         folding -- not all headers can be folded, and this should be done
15379         by the message composition mode.  Probably.  I think.
15380
15381 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15384         fast.
15385
15386         * gnus-ems.el (gnus-remove-image): Don't use
15387         message-text-with-property; remove only the image found first.
15388
15389         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15390         found first.
15391
15392 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15393
15394         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15395
15396 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * message.el (message-text-with-property): Make it fast and accept
15399         optional arguments.
15400         (message-strip-forbidden-properties): Use it.
15401         (message-fix-before-sending): Follow the m-t-w-p change.
15402
15403         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15404
15405 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15406
15407         * gnus-art.el (article-hide-headers): Don't change the buffer
15408         mistakenly when performing mml-preview even if
15409         gnus-single-article-buffer is nil.
15410
15411 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15412
15413         * message.el (message-expand-name-databases): New user option.
15414         (message-expand-name): Use it.
15415
15416 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15417
15418         * spam.el (spam-report-articles-resend)
15419         (spam-report-resend-register-routine): Allow ham reporting.
15420         (spam-report-resend-register-ham-routine): Add wrapper.
15421         (spam-registration-functions): Add ham resending functions.
15422         (spam-list-of-processors): Add ham resend processor.
15423
15424         * gnus.el (ham-resend-to): Add new group parameter.
15425         (spam-process): Add ham resend option.
15426
15427         * spam-report.el (spam-report-resend): Allow reporting ham.
15428         (spam-report-resend-ham): Add wrapper.
15429
15430 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15431
15432         * message.el (message-cite-articles-with-x-no-archive): New
15433         variable.
15434         (message-cite-original): Use it.
15435
15436 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15437
15438         * message.el (message-cite-original): Respect X-No-Archive.
15439
15440 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (article-hide-headers): Refer to the values for
15443         gnus-ignored-headers and gnus-visible-headers in the summary
15444         buffer since a user may have set them as group parameters.
15445
15446 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15447
15448         * assistant.el (assistant-node-name): Add convenience function.
15449         (assistant-render-text, assistant-render-node): Add error handling,
15450         plus handle multiple next nodes.
15451         (assistant-find-next-node): Comment out for now.
15452         (assistant-find-next-nodes): Add function, returns list of next
15453         nodes.
15454
15455 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * mail-source.el (mail-source-directory): Fix doc-string.
15458
15459 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15460
15461         * assistant.el (assistant-render-text, assistant-eval): Add :set
15462         widget type, which is different because it takes and returns a
15463         list.  Much hilarity ensues.
15464
15465 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15468
15469         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15470         doc-string.
15471
15472         * gnus-start.el (gnus-activate-group): Added doc-string.
15473
15474 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15477
15478 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15479
15480         * assistant.el (assistant-render-text): Try to add a :set
15481         widget, more to come.
15482
15483         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15484         strings.
15485         (spam-report-articles-resend)
15486         (spam-register-routine): Do registration iff any articles warrant
15487         it.
15488         (spam-summary-prepare-exit): Change log message for nil group
15489         destinations.
15490
15491 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15492
15493         * spam.el (spam-report-resend-register-routine): Allow
15494         spam-report-resend-to to be a group parameter or a global value.
15495
15496 2004-05-26  Simon Josefsson  <jas@extundo.com>
15497
15498         * starttls.el: Merge with my GNUTLS based starttls.el.
15499         (starttls-gnutls-program, starttls-use-gnutls)
15500         (starttls-extra-arguments, starttls-process-connection-type)
15501         (starttls-connect, starttls-failure, starttls-success): New
15502         variables.
15503         (starttls-program, starttls-extra-args): Doc fix.
15504         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15505         functions.
15506         (starttls-negotiate, starttls-open-stream): Check
15507         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15508         function if it is set.
15509
15510 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15513         structured fields.
15514
15515 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15518
15519 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15520
15521         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15522         variable.
15523         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15524         assigning the spam-mark to new messages.
15525
15526 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15527
15528         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15529
15530 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15533
15534         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15535         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15536         default.
15537
15538 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15539
15540         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15541         correct data.
15542
15543 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15544
15545         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15546         (spam-group-processor-p): Fix function.
15547         (spam-group-processor-multiple-p)
15548         (spam-group-spam-processor-report-gmane-p)
15549         (spam-group-spam-processor-report-resend-p)
15550         (spam-group-spam-processor-bogofilter-p)
15551         (spam-group-spam-processor-blacklist-p)
15552         (spam-group-spam-processor-ifile-p)
15553         (spam-group-ham-processor-ifile-p)
15554         (spam-group-spam-processor-spamoracle-p)
15555         (spam-group-spam-processor-crm114-p)
15556         (spam-group-ham-processor-bogofilter-p)
15557         (spam-group-spam-processor-stat-p)
15558         (spam-group-ham-processor-stat-p)
15559         (spam-group-ham-processor-whitelist-p)
15560         (spam-group-ham-processor-BBDB-p)
15561         (spam-group-ham-processor-spamoracle-p)
15562         (spam-group-ham-processor-copy-p): Remove functions with some
15563         prejudice against unneeded code.
15564         (spam-report-articles-resend)
15565         (spam-report-resend-register-routine): Allow the group/topic
15566         spam-resend-to value to override spam-report-resend-to.
15567         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15568         properly now.
15569
15570         * gnus.el (spam-resend-to): Add group/topic parameter.
15571         (spam-process): Move the OBSOLETE processors to the end of the
15572         choices.
15573
15574 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15575
15576         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15577         with resend-to set to nil, and then ask the user if necessary.
15578         (spam-report-resend): spam-report-resend takes a list of articles, not
15579         separate article numbers.
15580
15581 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15584         addition to emacs-w3m.
15585
15586 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15587
15588         * assistant.el (assistant-authinfo-data): New function.
15589         (assistant-eval): Eval for entire assistant.
15590
15591         * netrc.el (netrc-services-file): New variable.
15592         (netrc-parse-services): New function.
15593         (netrc-find-service-name): New function.
15594         (netrc-find-service-number): New function.
15595         (netrc-port-equal): New function.
15596         (netrc-machine): Use it.
15597
15598         * nnimap.el (nnimap-open-connection): Use netrc.
15599
15600         * gnus-util.el (gnus-netrc-get): Remove aliases.
15601
15602         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15603
15604         * assistant.el (wid-edit): Fix compilation.
15605
15606         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15607
15608 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15609
15610         * gnus-util.el (gnus-set-file-modes): New function.  (small
15611         patch).
15612
15613 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15614
15615         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15616
15617         * assistant.el (assistant-render-node): Fix up rendering and
15618         read-only text.
15619         (assistant-render-node): Reset.
15620         (assistant-make-read-only): Not sticky.
15621
15622 2004-05-20  Danny Siu  <dsiu@adobe.com>
15623
15624         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15625         centered even when gnus-auto-center-summary is t.
15626
15627 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15628
15629         * dns.el (dns-get-txt-answer): New function.
15630         (dns-read-txt): Ditto.
15631         (query-dns): Use it.
15632
15633 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15636         active for foreign groups even if the group level is higher than
15637         the specified value.
15638
15639 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15640
15641         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15642         non-active groups.
15643
15644         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15645
15646 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15647
15648         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15649
15650 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15651
15652         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15653         (spam-crm114-header, spam-crm114-spam-switch)
15654         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15655         (spam-crm114-positive-spam-header)
15656         (spam-crm114-database-directory, spam-list-of-processors)
15657         (spam-group-spam-processor-crm114-p)
15658         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15659         (spam-generic-score, spam-list-of-checks)
15660         (spam-list-of-statistical-checks, spam-registration-functions)
15661         (spam-check-crm114-headers, spam-crm114-score)
15662         (spam-check-crm114, spam-crm114-register-with-crm114)
15663         (spam-crm114-register-spam-routine)
15664         (spam-crm114-unregister-spam-routine)
15665         (spam-crm114-register-ham-routine)
15666         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15667         asjo@koldfront.dk (Adam Sjøgren).
15668
15669         * gnus.el: Add spam-use-crm114.
15670
15671         * spam.el (spam-list-of-processors, spam-registration-functions):
15672         Add spam-use-resend.
15673         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15674         (spam-report-articles-gmane): Add doc fix.
15675         (spam-report-articles-resend, spam-report-resend-register-routine):
15676         Add wrappers around spam-report-resend-to.
15677
15678         * spam-report.el (spam-report-resend-to, spam-report-resend):
15679         Add support for resending spam.
15680         (spam-report-gmane): Fix line length >80.
15681
15682         * gnus.el (spam-process): Add spam-use-resend.
15683
15684 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15685
15686         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15687         number of processed spam messages.
15688         (spam-ham-copy-or-move-routine): Return the number of processed
15689         ham messages.
15690         (spam-summary-prepare-exit): Use the above values to decide
15691         whether status messages shouled be displayed.
15692
15693 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15696         `rfc2047-encoding-function-alist' in order to avoid conflicting
15697         with the old version.
15698         (rfc2047-encode-region): Concatenate words containing non-ASCII
15699         characters in structured fields; don't encode space-delimited
15700         ASCII words even in unstructured fields; don't break words at
15701         char-category boundaries.
15702         (rfc2047-encode-1): New function.
15703         (rfc2047-encode): Use it; encode text so that it occupies the
15704         maximum width within 76-column; work correctly on Q encoding for
15705         iso-2022-* charsets.
15706         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15707         sure not to break a line just after the header name.
15708         (rfc2047-b-encode-region): Removed.
15709         (rfc2047-b-encode-string): New function.
15710         (rfc2047-q-encode-region): Removed.
15711         (rfc2047-q-encode-string): New function.
15712
15713         * mm-util.el (mm-replace-in-string): New function.
15714
15715 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15718         get it right.
15719         (gnus-inews-make-draft): Really.
15720
15721 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15722
15723         * nnmh.el (nnmh-request-list-1): Don't check the link count
15724         before descending.  (small patch)
15725
15726 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15727
15728         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15729         stuff.
15730
15731         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15732         on real group name.
15733
15734         * gnus-art.el (gnus-signature-limit): Doc fix.
15735
15736         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15737
15738         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15739
15740 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15741
15742         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15743         isn't a string.
15744
15745 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15746
15747         * gnus-draft.el (gnus-draft-send): Bind
15748         rfc2047-encode-encoded-words.
15749
15750         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15751         (rfc2047-encodable-p): Say that =? needs encoding.
15752         (rfc2047-encode-encoded-words): New variable.
15753
15754         * gnus-group.el (gnus-group-select-group): Doc fix.
15755
15756         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15757
15758         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15759         to nil.
15760
15761         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15762
15763         * nnheader.el (nnheader-get-lines-and-char): New function.
15764
15765 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-msg.el (gnus-summary-followup-with-original): Document
15768         yanking of region when active.
15769
15770 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15773         groups if the group level is higher than the specified value.
15774
15775 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15778         (gnus-group-jump-to-group): Added prefix argument using
15779         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15780         non-active group.
15781
15782         * compface.el (uncompface): Be verbose when changing
15783         `uncompface-use-external'.
15784
15785         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15786         handle manual section.
15787
15788 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15789
15790         * gnus-art.el (gnus-button-alist): Revert previous change.
15791
15792 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15795
15796 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15797
15798         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15799         whether backend can accept message.
15800
15801         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15802
15803 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15804
15805         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15806         Avoid creating directory when nntp-marks-is-evil is true.
15807         Reported by Reiner Steib.
15808
15809 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * gnus-picon.el (gnus-picon-style): New variable.
15812         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15813         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15814         Jesper Harder <harder@ifa.au.dk>.
15815
15816 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15817
15818         * message.el (message-fill-field): Return point.
15819         (message-generate-headers): Go to end of field.
15820
15821         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15822         stuff for non-living groups.
15823
15824 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15825
15826         * gnus-art.el (gnus-article-followup-with-original)
15827         (gnus-article-reply-with-original): gnus-mark-active-p ->
15828         gnus-region-active-p.
15829
15830 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15833         only when there is spam or ham to be processed.
15834
15835 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15836
15837         * mail-source.el (mail-source-delete-crash-box): Refactor.
15838         (mail-source-fetch): Use it.
15839         (mail-source-fetch-file): Ditto.
15840         (mail-source-fetch-directory): Run postscript in loop.
15841         (mail-source-fetch-pop): Delete.
15842         (mail-source-fetch-maildir): Ditto.
15843         (mail-source-fetch-imap): Ditto.
15844
15845         * imap.el (imap-authenticators): Comment out sasl.
15846
15847         * message.el (message-skip-to-next-address): New function.
15848         (message-fill-header-address): Refactor.
15849         (message-fill-address): Use it.
15850         (message-delete-address): Use it.
15851         (message-fill-header-general): Refactor.
15852         (message-fill-field-address): Rename.
15853         (message-narrow-to-field): Find the start of the header.
15854         (message-header-format-alist): Don't pre-fill.
15855         (message-fill-header): Removed.
15856         (message-insert-header): New function.
15857         (message-shorten-references): Use it.
15858
15859         * rfc2047.el (rfc2047-field-value): Strip props.
15860
15861         * mail-parse.el (mail-header-make-address): New alias.
15862
15863         * ietf-drums.el (ietf-drums-make-address): New function.
15864
15865         * imap.el: Add compiler directives.
15866
15867         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15868
15869         * gnus-art.el (article-decode-idna-rhs): Don't use
15870         message-idna-inside-rhs-p.
15871
15872 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15873
15874         * message.el (message-idna-inside-rhs-p): Removed.
15875         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15876
15877         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15878         false positives.
15879
15880 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15881
15882         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15883
15884 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15885
15886         * nneething.el (nneething-file-name): Don't create spurious
15887         files.
15888
15889         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15890         (gnus-inews-do-gcc): Remove sleep.
15891
15892         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15893         part under point.
15894
15895         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15896         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15897
15898 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * spam.el (spam-summary-prepare-exit): Fixed (length).
15901
15902 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15903
15904         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15905         as expired without moving it" message when there are spam
15906         messages left.
15907
15908 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15909
15910         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15911         header is not nil.
15912
15913 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15914
15915         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15916         nntp-possibly-create-directory, not nntp-possibly-change-group.
15917         (nntp-marks-changed-p): New arg SERVER.
15918         (nntp-request-update-info): Adjust caller.
15919
15920 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15921
15922         * nntp.el (nntp-save-marks): Pass missing arg.
15923
15924 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15925
15926         * nntp.el: Support marks.
15927         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15928         (nntp-marks-modtime, nntp-marks-directory): New variables.
15929         (nntp-request-set-mark, nntp-request-update-info)
15930         (nntp-possibly-create-directory, nntp-marks-changed-p)
15931         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15932         functions.
15933
15934 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15935
15936         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15937         (gnus-xmas-redefine): Rename.
15938
15939         * gnus-score.el (gnus-score-insert-help): Use
15940         gnus-select-lowest-window.
15941
15942         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15943         appt-select-lowest-window and rename to gnus-select-lowest-window.
15944
15945         * gnus.el: do.
15946
15947 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15948
15949         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15950         encodings of MIME-encoded words, in order to improve
15951         interoperability with several broken MUAs.
15952
15953 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15954
15955         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15956         tags, only when charsets are not specified in headers.
15957         (mm-inline-text-html-render-with-w3m): Ditto.
15958
15959         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15960         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15961
15962 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15963
15964         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15965         instead of MIME-decoded from fields when checking
15966         `gnus-article-address-banner-alist'.
15967
15968 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15969
15970         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15971         description rather than subject.
15972
15973 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15974
15975         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15976
15977 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978
15979         * gnus.el (gnus-version-number): Bump.
15980
15981 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15982
15983         * gnus.el: No Gnus v0.2 is released.
15984
15985 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15986
15987         * gnus-agent.el (gnus-agent-read-agentview): Inline
15988         gnus-uncompress-range.
15989
15990 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15991
15992         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15993         `exec-installed-p'.
15994
15995 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15996
15997         * gnus.el (spam-process, spam-autodetect-methods): Add
15998         bsfilter and bsfilter-headers.
15999
16000         * spam.el (spam-bsfilter): New customize group.
16001         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16002         (spam-bsfilter-header, spam-bsfilter-probability-header)
16003         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16004         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16005         (spam-bsfilter-database-directory): New options.
16006         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16007         (spam-list-of-statistical-checks, spam-registration-functions):
16008         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16009         (spam-bsfilter-score): New command.
16010         (spam-check-bsfilter-headers, spam-check-bsfilter)
16011         (spam-bsfilter-register-with-bsfilter)
16012         (spam-bsfilter-register-spam-routine)
16013         (spam-bsfilter-unregister-spam-routine)
16014         (spam-bsfilter-register-ham-routine)
16015         (spam-bsfilter-unregister-ham-routine): New functions.
16016         (spam-generic-score): Support bsfilter; Accept an optional argument
16017         to recalcurate spam score even if scoring header has already been
16018         added.
16019         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16020         optional argument to recalcurate spam score even if scoring header
16021         has already been added.
16022
16023 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16024
16025         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16026         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16027         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16028         link is missing.
16029
16030 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16031
16032         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16033         (html2text-get-attr): Rewrite.
16034
16035         * message.el (message-setup-1): Remove redundant put-text-property
16036         on mail-header-separator.
16037
16038 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * gnus-registry.el (gnus-registry-cache-whitespace)
16041         (gnus-registry-action, gnus-registry-spool-action)
16042         (gnus-registry-split-fancy-with-parent): Change message levels
16043         from 5 to 3 or 7, as needed.
16044
16045         * spam.el (spam-summary-prepare-exit)
16046         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16047         (spam-split, spam-find-spam, spam-log-undo-registration)
16048         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16049         level from 5 to 6.
16050
16051 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16054         2004-03-04 change).
16055
16056 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16057
16058         * sieve-manage.el (sieve-manage-open):
16059         * nnweb.el (nnweb-insert-html):
16060         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16061         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16062         * nnspool.el (nnspool-request-group):
16063         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16064         * nnml.el (nnml-request-update-info):
16065         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16066         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16067         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16068         (nnimap-request-set-mark):
16069         * nnfolder.el (nnfolder-request-update-info):
16070         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16071         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16072         * gnus-uu.el (gnus-uu-find-articles-matching):
16073         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16074         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16075         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16076         * gnus-nocem.el (gnus-nocem-scan-groups):
16077         * gnus-int.el (gnus-start-news-server):
16078         * gnus-group.el (gnus-group-make-kiboze-group)
16079         (gnus-group-browse-foreign-server):
16080         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16081         Use mapc when appropriate.
16082
16083 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         FIXME: Make separate entries for each person.
16086
16087         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16088         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16089         <shields@msrl.com>:
16090
16091         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16092         may need for spam sorting and scoring.
16093         (spam-user-format-function-S): Add user format function suitable for
16094         general use.
16095         (spam-article-sort-by-spam-status): Add sorting function for summary
16096         sorting.
16097         (spam-extra-header-to-number): Add function to get a score from a
16098         header.
16099         (spam-summary-score): Add function to get a numeric score from the
16100         headers.
16101         (spam-generic-score): Fix function doc, was in wrong place.
16102         (spam-initialize): Take symbols when it's run, and install the
16103         extra headers that spam-necessary-extra-headers thinks we need.
16104
16105 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16106
16107         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16108         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16109
16110 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16111
16112         * gnus-sum.el (gnus-set-global-variables)
16113         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16114         (gnus-article-get-xrefs, gnus-summary-best-group)
16115         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16116         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16117         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16118         Use with-current-buffer.
16119
16120 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * spam.el (spam-summary-prepare-exit): Simplify logic.
16123         (spam-fetch-article-header): Read the article header if it's not
16124         available.
16125         (spam-list-articles): Simplify logic.
16126         (spam-filelist-register-routine): Fix bug with unregister-list.
16127
16128         * gnus-registry.el: Fix comments at beginning.
16129
16130 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16131
16132         * message.el (message-cater-to-broken-inn): Remove.
16133         (message-shorten-references): Make sure the total folded length of
16134         References is shorter than 998 characters to cater to a bug in INN
16135         2.3.  Also, don't pretend that references aren't folded -- this
16136         hasn't worked for a while.
16137
16138 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16139
16140         * gnus-agent.el (gnus-agentize):
16141         gnus-agent-send-mail-real-function no longer set to current value
16142         of message-send-mail-function but rather a lambda that calls
16143         message-send-mail-function.  The change makes the agent real-time
16144         responsive to user changes to message-send-mail-function.
16145
16146 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16147
16148         * legacy-gnus-agent.el
16149         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16150         help from Florian Weimer <fw@deneb.enyo.de>
16151
16152 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * nnmail.el (nnmail-cache-insert): Revert last change.
16155
16156 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * nnmail.el (nnmail-cache-insert): Always check whether
16159         nnmail-cache-ignore-groups matches a group name.
16160
16161 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16164         (spam-find-spam, spam-log-processing-to-registry)
16165         (spam-log-registered-p, spam-log-unregistration-needed-p)
16166         (spam-log-undo-registration): Use gnus-message instead of
16167         gnus-error, none of these errors are fatal.
16168
16169         * gnus-registry.el (gnus-registry-clean-empty-function)
16170         (gnus-registry-clean-empty): Remove only empty entries without
16171         extra data.
16172
16173 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16174
16175         * spam-stat.el (spam-stat-buffer-change-to-spam)
16176         (spam-stat-buffer-change-to-non-spam): Change (error) to
16177         (gnus-message 8) invocation.
16178
16179 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * nntp.el (nntp-via-netcat-command): New variable.
16182         (nntp-via-netcat-switches): New variable.
16183         (nntp-open-via-rlogin-and-netcat): New function.
16184         (nntp-open-connection-function): Doc fix.
16185         (nntp-telnet-command): Doc fix.
16186         (nntp-end-of-line): Doc fix.
16187         (nntp-via-rlogin-command): Doc fix.
16188         (nntp-via-user-name): Doc fix.
16189         (nntp-via-address): Doc fix.
16190
16191 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16192
16193         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16194         error in Emacs 21.1.
16195
16196 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16197
16198         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16199
16200 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16201
16202         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16203         (gnus-agent-with-refreshed-group): New macro.
16204         (gnus-agent-rename-group): New function.
16205         (gnus-agent-delete-group): New function.
16206         (gnus-agent-save-group-info): Use gnus-command-method when
16207         `method' parameter is nil.  Don't write nil entries into the
16208         active file.
16209         (gnus-agent-get-group-info): New function.
16210         (gnus-agent-fetch-articles): Use
16211         gnus-agent-update-files-total-fetched-for to increment disk space
16212         used.
16213         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16214         gnus-agent-update-view-total-fetched-for to increment disk space
16215         used.
16216         (gnus-agent-get-local): Added optional parameters to avoid calling
16217         gnus-group-real-name and gnus-find-method-for-group.
16218         (gnus-agent-set-local): Delete stored entry if either min, or max,
16219         are nil.
16220         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16221         quit, use gnus-agent-regenerate-group to record existance of any
16222         articles fetched to disk before the quit occurred.
16223         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16224         gnus-agent-update-view-total-fetched-for, and
16225         gnus-agent-update-files-total-fetched-for to decrement disk space
16226         used.
16227         (gnus-agent-retrieve-headers): Use
16228         gnus-agent-update-view-total-fetched-for to increment disk space
16229         used.
16230         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16231         with gnus-agent-update-files-total-fetched-for to decrement disk
16232         space and fresh group buffer.
16233         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16234         (gnus-agent-need-update-total-fetched-for): New variable.
16235         (gnus-agent-update-files-total-fetched-for): New function.
16236         (gnus-agent-update-view-total-fetched-for): New function.
16237         (gnus-agent-total-fetched-for): New function.
16238
16239         * gnus-cache.el (gnus-cache-save-buffers): Use
16240         gnus-cache-update-overview-total-fetched-for to change disk space
16241         used by this group.
16242         (gnus-cache-possibly-enter-article): Use
16243         gnus-cache-update-file-total-fetched-for to increment disk space
16244         used by this group.
16245         (gnus-cache-possibly-remove-article): Use
16246         gnus-cache-update-file-total-fetched-for to decrement disk space
16247         used by this group.
16248         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16249         (gnus-cache-rename-group): New function.
16250         (gnus-cache-delete-group): New function.
16251         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16252         (gnus-cache-need-update-total-fetched-for): New variable.
16253         (gnus-cache-with-refreshed-group): New macro.
16254         (gnus-cache-update-file-total-fetched-for): New function.
16255         (gnus-cache-update-overview-total-fetched-for): New function.
16256         (gnus-cache-rename-group-total-fetched-for): New function.
16257         (gnus-cache-delete-group-total-fetched-for): New function.
16258         (gnus-cache-total-fetched-for): New function.
16259
16260         * gnus-group.el: Require gnus-sum and autoload functions to
16261         resolve warnings when gnus-group.el compiled alone.
16262         (gnus-group-line-format): Documented new %F.
16263         (size of Fetched data) group line format; identifies disk space
16264         used by agent and cache.
16265         (gnus-group-line-format-alist): Defined new F format.
16266         (gnus-total-fetched-for): New function.
16267         (gnus-group-delete-group): No longer update
16268         gnus-cache-active-altered as gnus-request-delete-group now keeps
16269         the cache in sync.
16270         (gnus-group-list-active): Let the agent store a server's active
16271         list if currently plugged.
16272
16273         * gnus-int.el (gnus-request-delete-group):
16274         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16275         local disk in sync with the server.
16276         (gnus-request-rename-group):
16277         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16278         local disk in sync with the server.
16279
16280         * gnus-start.el (gnus-get-unread-articles):
16281         Cosmetic simplification to logic.
16282
16283         * gnus-util.el (gnus-rename-file): New function.
16284
16285 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16286
16287         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16288
16289 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16290
16291         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16292         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16293
16294 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16295
16296         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16297         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16298
16299 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16300
16301         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16302
16303 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16304
16305         * spam.el (spam-set-difference): Add function to replace
16306         gnus-set-difference in spam.el.
16307         (spam-summary-prepare-exit): Use spam-set-difference.
16308
16309 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * gnus-registry.el (gnus-registry-cache-file): Update to use
16312         gnus-dribble-directory OR gnus-home-directory OR ~.
16313         (gnus-registry-split-fancy-with-parent): Fix doc.
16314
16315 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * message.el (message-exchange-point-and-mark): Use
16318         message-mark-active-p.  Suggested by Jesper Harder
16319         <harder@ifa.au.dk>.
16320
16321 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * message.el (message-exchange-point-and-mark): Don't activate
16324         region if it was inactive.  Suggested by Hiroshi Fujishima
16325         <pooh@nature.tsukuba.ac.jp>.
16326
16327 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * gnus-art.el (article-display-face): Display Faces in the same
16330         order as X-Faces.
16331
16332 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16335
16336 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16339         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16340         (gnus-article-mime-hierarchy): Remove.
16341         (gnus-article-mime-hierarchy-next): Remove.
16342         (gnus-article-mode): Revert 2004-03-19 change.
16343         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16344         (gnus-insert-mime-button): Revert 2004-03-19 change.
16345         (gnus-mime-accumulate-hierarchy): Remove.
16346         (gnus-mime-enter-multipart): Remove.
16347         (gnus-mime-leave-multipart): Remove.
16348         (gnus-mime-display-part): Revert 2004-03-19 change.
16349         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16350
16351         * mml.el (mml-preview): Revert 2004-03-19 change.
16352
16353 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16354
16355         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16356
16357 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16360         t while entering a file name using the mm-with-multibyte macro.
16361         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16362
16363         * mm-util.el (mm-with-multibyte): New macro.
16364
16365 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16368         user option.
16369         (gnus-mime-multipart-functions): Doc and customization fix.
16370         (gnus-article-mime-hierarchy): New variable.
16371         (gnus-article-mime-hierarchy-next): New variable.
16372         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16373         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16374         gnus-article-mime-hierarchy-next to nil.
16375         (gnus-insert-mime-button): Show hierarchy numbers.
16376         (gnus-mime-accumulate-hierarchy): New function.
16377         (gnus-mime-enter-multipart): New function.
16378         (gnus-mime-leave-multipart): New function.
16379         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16380         (gnus-mime-display-alternative): Show hierarchy numbers.
16381
16382         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16383         gnus-article-mime-hierarchy-next to nil.
16384
16385 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16386
16387         * dns.el: Don't require gnus-xmas.
16388
16389 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16392         inline PGP.
16393         (mml-menu): Disable mml-quote-region if mark is inactive.
16394
16395 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16398         when the group's active is not available.
16399
16400 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16403         error.
16404
16405 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * imap.el (imap-store-password): New variable.
16408         (imap-interactive-login): Use it.
16409         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16410
16411 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16414         window-start and hscroll to summary window.
16415
16416 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16417
16418         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16419         conversion message to newsrc-dribble when an actual conversion is
16420         performed.
16421
16422 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16423
16424         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16425
16426 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * mm-decode.el (mm-complicated-handles): New function reviving
16429         former definition of mm-multiple-handles.
16430
16431         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16432         (gnus-mime-delete-part): Use it.
16433
16434 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16435
16436         * gnus-agent.el (gnus-agent-read-local): Bind
16437         nnheader-file-coding-system to gnus-agent-file-coding-system to
16438         avoid the implicit assumption that they will always be equal.
16439         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16440         coding-system-for-write, as the with-temp-file macro first prints
16441         to a buffer then saves the buffer.
16442
16443 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-art.el (gnus-article-edit-part): New function.
16446         (gnus-mime-save-part-and-strip): Use it; do query instead of
16447         signaling an error; don't use mm-multiple-handles.
16448         (gnus-mime-delete-part): Ditto.
16449
16450 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16451
16452         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16453         old file versions.
16454         (gnus-group-prepare-hook): Removed function that converted list
16455         form of gnus-agent-expire-days to group properties.
16456
16457         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16458         (gnus-request-accept-article): Re-indented.
16459
16460         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16461         converters to handle old agent file formats.  Added logic for a
16462         "backup before upgrading warning".
16463         (gnus-convert-mark-converter-prompt): Developers can mark
16464         functions as needing (default), or not needing,
16465         gnus-convert-old-newsrc's "backup before upgrading warning".
16466         (gnus-convert-converter-needs-prompt): Tests whether the user
16467         should be protected from potentially irreversable changes by the
16468         function.
16469
16470         * legacy-gnus-agent.el: New.  Provides converters that are only
16471         loaded when gnus-convert-old-newsrc needs to call them.
16472
16473 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * mail-source.el (mail-source-touch-pop): Doc fix.
16476
16477         * message.el (message-smtpmail-send-it): Doc fix.
16478
16479 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16480
16481         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16482
16483         * nnmail.el (nnmail-split-fancy): do.
16484
16485         * gnus-kill.el (gnus-kill, gnus-execute): do.
16486
16487 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16488
16489         * gnus-sum.el (gnus-widget-reversible-match)
16490         (gnus-widget-reversible-to-internal)
16491         (gnus-widget-reversible-to-external): New functions.
16492         (gnus-widget-reversible): New widget.
16493         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16494
16495 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16496
16497         * gnus-sum.el (gnus-thread-sort-functions)
16498         (gnus-article-sort-functions): Document `(not F)' items.
16499
16500 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16501
16502         * spam.el (spam-use-gmane-xref): Add new backend.
16503         (spam-gmane-xref-spam-group): Add variable to control the name of the
16504         Gmane spam group.
16505         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16506         (spam-regex-headers-spam, spam-regex-headers-ham)
16507         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16508         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16509         backends and checks.
16510         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16511
16512         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16513         an autodetect method.
16514
16515 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16516
16517         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16518         articles are being added to a group.
16519         (gnus-request-replace-article): Inform the agent that articles
16520         need to be uncached as the cached contents are no longer valid.
16521
16522 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * binhex.el: Don't autoload executable-find.
16525
16526         * canlock.el: Don't autoload mail-fetch-field.
16527
16528         * dgnushack.el: Autoload c-mode for XEmacs.
16529
16530         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16531
16532         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16533         rmail-dont-reply-to and rmail-output.
16534
16535         * gnus-score.el: Don't autoload ffap-string-at-point.
16536
16537         * gnus-setup.el: Don't autoload sc-cite-original.
16538
16539         * imap.el: Don't autoload base64-decode-string,
16540         base64-encode-string and md5.
16541
16542         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16543         and rmail-msg-restore-non-pruned-header.
16544
16545         * mm-decode.el: Don't autoload executable-find.
16546
16547         * mm-url.el: Don't autoload executable-find.
16548
16549         * mm-view.el: Don't autoload diff-mode.
16550
16551         * nndb.el: Don't autoload news-reply-mode, news-setup,
16552         cancel-timer and telnet.
16553
16554         * password.el: Don't autoload run-at-time for Emacs.
16555
16556         * sha1-el.el: Don't autoload executable-find.
16557
16558         * sieve-mode.el: Don't autoload c-mode.
16559
16560         * uudecode.el: Don't autoload executable-find.
16561
16562 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16563
16564         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16565         (gnus-agent-possibly-alter-active): Avoid null in numeric
16566         comparison.
16567         (gnus-agent-set-local): Refuse to save null in local object table.
16568         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16569         list of articles that will be marked as unread.
16570
16571 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16574
16575 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16576
16577         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16578         language tags.
16579
16580 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16581
16582         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16583         Don't bind "obarray".
16584
16585         * gnus-sum.el (gnus-thread-sort-functions): Added
16586         `gnus-thread-sort-by-most-recent-number' and
16587         `gnus-thread-sort-by-most-recent-date'.
16588         Reported by Kai Grossjohann <kai@emptydomain.de>.
16589
16590 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16593
16594 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16595
16596         * gnus-cus.el (gnus-agent-customize-category): Removed
16597         ignore-errors macro reference that required cl to be loaded at
16598         run-time.
16599
16600         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16601         single-interval range of the form (min . max).  Previously the
16602         range had to look like ((min . max)).  Likewise, return
16603         (min . max) rather than ((min . max)).
16604         (gnus-range-map): Use gnus-range-normalize to accept
16605         single-interval range.
16606
16607         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16608         the cache, but not the agent, now appear with their usual face.
16609
16610         * dgnushack.el (loaddir): New variable that is bound to the
16611         directory containing the dgnushack.el file. Use loaddir, rather
16612         than srcdir, to update load-path. Change lets dgnushack compile
16613         code in directories other than GNUS/lisp.
16614
16615 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * lpath.el: Don't bind w3m-safe-url-regexp.
16618
16619         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16620         w3m-safe-url-regexp variable buffer-local.
16621
16622         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16623
16624 2004-02-27  Simon Josefsson  <jas@extundo.com>
16625
16626         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16627         gnus-group-real-prefix.
16628         (gnus-summary-move-article): Use it, instead of
16629         gnus-group-real-prefix.
16630
16631 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * lpath.el: Bind w3m-safe-url-regexp.
16634
16635         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16636         w3m-safe-url-regexp variable buffer-local and set it as the value
16637         of mm-w3m-safe-url-regexp.
16638
16639         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16640
16641         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16642         parsing gnus-posting-styles when the message is not for replying.
16643
16644         * dgnushack.el: Autoload sgml-mode for XEmacs.
16645
16646         * nnrss.el (nnrss-opml-export): Use
16647         mm-set-buffer-file-coding-system instead of
16648         set-buffer-file-coding-system.
16649
16650 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16651
16652         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16653         of checkdoc.el).
16654         * nnrss.el: do.
16655         * gnus-mlspl.el: do.
16656         * gnus-ml.el: do.
16657         * gnus-srvr.el: do.
16658
16659         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16660
16661 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16662
16663         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16664         Corrections to custom-manual links.
16665
16666         * gnus-art.el (gnus-article): Ditto.
16667
16668         * mm-decode.el (mime-display, mime-security): Ditto.
16669
16670 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16671
16672         * flow-fill.el: Typo.
16673
16674 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16675
16676         * spam-wash.el: New file.
16677
16678 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16679
16680         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16681
16682 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16683
16684         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16685         to be run with new-articles as LIST1, not LIST2.
16686         (spam-registration-functions): Add spam-use-ham-copy as a nil
16687         registration backend.
16688
16689 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16690
16691         * spam-stat.el (spam-stat-washing-hook): New option.
16692         (spam-stat-buffer-words): Use it.
16693         (spam-stat-process-directory, spam-stat-test-directory): Use
16694         insert-file-contents-literally.
16695         (spam-stat-coding-system): New variable.
16696         (spam-stat-load, spam-stat-save): Use it.
16697
16698 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * spam-report.el (spam-report-plug-agent): Quote
16701         spam-report-url-to-file and spam-report-url-ping-plain.
16702
16703 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16704
16705         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16706         / in mailto URLs.
16707
16708 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16709
16710         * spam-report.el (spam-report-process-queue): Fix interactive use.
16711         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16712         (spam-report-unplug-agent): Doc fixes.
16713         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16714         (spam-report-agentize, spam-report-deagentize): Autoload.
16715
16716 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16719
16720         * message.el (message-setup-fill-variables): Add mml tags to
16721         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16722         <ajk@iu.edu>.
16723         (message-mode): Don't modify paragraph-separate there.
16724
16725 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * compface.el (uncompface-use-external): Default to undecided.
16728         (uncompface-use-external-threshold): New variable.
16729         (uncompface-float-time): New macro.
16730         (uncompface): Determine whether to use the external decoder if
16731         uncompface-use-external is undecided.
16732
16733 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16734
16735         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16736         after images.
16737
16738         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16739
16740 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16741
16742         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16743
16744         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16745
16746         * gnus-sum.el (gnus-summary-limit-to-age)
16747         (gnus-summary-limit-children): do.
16748
16749         * gnus-int.el (gnus-request-scan): do.
16750
16751         * gnus-group.el (gnus-group-suspend): do.
16752
16753         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16754
16755         * gnus-cite.el (gnus-cite-parse-attributions): do.
16756
16757         * gnus-agent.el (gnus-summary-set-agent-mark)
16758         (gnus-agent-regenerate-group): do.
16759
16760         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16761
16762         * binhex.el (binhex-decode-region-internal): do.
16763
16764 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * gnus-fun.el (gnus-face-properties-alist): New user option.
16767         (gnus-display-x-face-in-from): Use it.
16768
16769         * gnus-art.el (article-display-face): Ditto.
16770
16771         * compface.el (uncompface-use-external): Default to nil.
16772
16773 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16774
16775         * nntp.el (nntp-erase-buffer): New function.
16776         (nntp-retrieve-data, nntp-send-command)
16777         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16778         (nntp-possibly-change-group): Use it.
16779
16780         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16781         with-current-buffer.
16782
16783 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16784
16785         * compface.el: Merge the ELisp-based uncompface program.
16786         (compface): New customization group.
16787         (uncompface-use-external): New user option.
16788         (uncompface): Call uncompface-internal if uncompface-use-external
16789         is nil.
16790         (uncompface-internal): New function.  Note that there are also
16791         some other functions and variables added for this function.
16792
16793 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16794
16795         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16796         if necessary.
16797
16798 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16799
16800         * spam-report.el (spam-report-unplug-agent)
16801         (spam-report-plug-agent, spam-report-deagentize)
16802         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16803         Add support for the Agent in spam-report: when unplugged, report to a
16804         file; when plugged, submit all the requests.
16805
16806         * spam.el (spam-register-routine): Fix message about
16807         registration.
16808
16809 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16810
16811         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16812         dependencies.
16813         (rfc2047-encode): Use it.
16814
16815         * gnus-art.el (gnus-button-marker-list): Move before first
16816         reference.
16817
16818         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16819         (imap-parse-body): Fix format string mismatch.
16820
16821         * gnus-score.el (gnus-summary-increase-score): do.
16822
16823         * nnrss.el (nnrss-close): New function.
16824
16825 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * nnrss.el (nnrss-make-filename): New function.
16828         (nnrss-request-delete-group, nnrss-read-server-data)
16829         (nnrss-save-server-data, nnrss-read-group-data)
16830         (nnrss-save-group-data): Use it.
16831         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16832         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16833         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16834
16835 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16836
16837         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16838
16839 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16840
16841         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16842         files.
16843
16844         * message.el (message-generate-headers-first): Don't quote nil
16845         and t in docstrings.
16846
16847         * imap.el (imap-id): do.
16848
16849         * gnus-agent.el (gnus-agent-consider-all-articles)
16850         (gnus-agent-queue-mail): do.
16851
16852 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16853
16854         * spam-report.el (spam-report-process-queue): New function.
16855         Process requests from `spam-report-requests-file'.
16856         (spam-report-process-queue): Doc fix.
16857
16858 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16859
16860         * spam.el (spam-register-routine)
16861         (spam-log-processing-to-registry, spam-log-registered-p)
16862         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16863         Change "check" to "spam-check" for semi-clarity.
16864
16865 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * pop3.el: Require nnheader.
16868
16869         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16870
16871         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16872
16873         * gnus-picon.el: Require cl.
16874
16875         * gnus-fun.el: Require gnus-ems and gnus-util.
16876
16877         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16878
16879         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16880
16881         * gnus-art.el (gnus-article-edit-mode): Define before first
16882         reference.
16883
16884 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16885
16886         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16887         (gnus-uu-post-encoded): Use point-at-bol.
16888
16889         * gnus-topic.el (gnus-group-active-topic-p): do.
16890
16891         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16892
16893         * gnus-group.el (gnus-group-kill-region): do.
16894
16895         * gnus-art.el (article-date-ut): do.
16896
16897         * message.el (message-fetch-field): Remove redundant
16898         case-fold-search binding.
16899         (message-narrow-to-field): Simplify.
16900
16901 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * spam.el (spam-directory): Derive from `gnus-directory'.
16904
16905         * spam-report.el (spam-report-url-to-file)
16906         (spam-report-requests-file): New function and variable for offline
16907         reporting.
16908         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16909         and user defined function.
16910         (spam-report-url-ping-mm-url): Remove doubled slash.
16911
16912 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16913
16914         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16915
16916 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16917
16918         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16919         format string mismatch.
16920
16921         * sieve.el (sieve-deactivate-all): do.
16922
16923         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16924
16925         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16926
16927         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16928
16929         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16930
16931 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16932
16933         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16934         the list of checks.
16935
16936 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16937
16938         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16939         padding.
16940
16941 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16942
16943         * mm-view.el (mm-fill-flowed): New variable.
16944         (mm-inline-text): Use it.
16945
16946 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16947
16948         * spam.el (spam-spamassassin-register-ham-routine)
16949         (spam-spamassassin-register-spam-routine): Fix function names.
16950
16951 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus.el (gnus-tmp-grouplens): Remove.
16954         (gnus-summary-line-format): Remove grouplens.
16955
16956         * gnus-group.el (gnus-group-line-format): Ditto.
16957
16958         * gnus-spec.el (gnus-format-specs): Ditto.
16959         (gnus-update-format-specifications): Flush the group format spec
16960         cache if there's the grouplens stuff.
16961         (gnus-parse-simple-format): Replace %l with the empty string.
16962
16963 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16964
16965         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16966         omission.
16967
16968 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16971         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16972
16973 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16974
16975         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16976         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16977         New macros and functions.
16978         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16979         Handle > NLINK_MAX messages.
16980         * nnmaildir.el (nnmaildir-request-set-mark): Use
16981         nnmaildir--emlink-p and nnmaildir--eexist-p.
16982
16983 2004-01-25  Alex Schroeder  <alex@gnu.org>
16984
16985         * spam-stat.el (spam-stat-process-directory-age): New option.
16986         (spam-stat-process-directory): Use it.
16987
16988 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16989
16990         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16991         (spam-stat-save): Accept prefix argument.
16992
16993 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16994
16995         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16996         links" error.
16997
16998 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17001         the rest of the and/or forms.
17002
17003 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17004
17005         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17006         compatibility with old .newsrc.eld files.
17007
17008         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17009
17010         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17011
17012         * gnus-start.el (gnus-1): do.
17013
17014         * gnus-group.el (gnus-group-line-format-alist): do.
17015
17016         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17017
17018         * gnus-gl.el: Remove.
17019
17020 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17021
17022         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17023         marks consisting of a single range {for example, (3 . 5)} rather
17024         than a list of a single range { ((3 . 5)) }.
17025
17026 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17027
17028         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17029         with-current-buffer.
17030         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17031         avoid consing a string.
17032
17033         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17034         Remove obsolete entries for big5 and gb2312.
17035
17036 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17037
17038         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17039         uncompressed list.
17040
17041 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17042
17043         * spam-stat.el (spam-stat-strip-xref): New function.
17044         (spam-stat-process-directory): Use it.
17045
17046         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17047         here -- it's done in message-fetch-field.
17048
17049 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17050
17051         * gnus-agent.el (gnus-agent-queue-mail)
17052         (gnus-agent-prompt-send-queue): New variables.
17053         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17054         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17055         "nndraft:queue" along to gnus-draft-send.  Use
17056         gnus-agent-prompt-send-queue.
17057         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17058         is "nndraft:queue".  Suggested by Gaute Strokkenes
17059         <gs234@srcf.ucam.org>
17060
17061         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17062         (agent-enable-undownloaded-faces): Added.
17063         (gnus-agent-cat-groups): Use eval-and-compile, not
17064         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17065         method of gnus-agent-cat-groups even when the buffer has been
17066         evaled.
17067         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17068         delete gnus-agent-save-active-1.
17069         (gnus-agent-save-groups): Deleted.  Identical to
17070         gnus-agent-save-active.
17071         (gnus-agent-write-active): No longer adjust agent's copy of active
17072         file as agent's adjustments are now stored in their own
17073         file.  Removed optional parameter.
17074         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17075         servers.  Add use of min/max range limits from server's local
17076         file.
17077         (gnus-agent-save-alist): Removed unused optional argument.
17078         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17079         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17080         (gnus-agent-set-local): A per-server file that keeps min/max range
17081         limits for articles known to the agent.  Provides a fast mechanism
17082         for altering many active ranges.
17083         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17084         active file (local makes it unnecessary).
17085         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17086
17087         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17088         (agent-enable-undownloaded-faces): Added.
17089
17090         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17091         disable it when sending to "nndraft:queue".
17092         (gnus-group-send-queue): Add safety check to avoid sending queue
17093         when unplugged.
17094
17095         * gnus-group.el (gnus-group-catchup): Use new
17096         gnus-sequence-of-unread-articles, not
17097         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17098         numbers of articles.  Use gnus-range-map to avoid having to
17099         uncompress the unread list.
17100         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17101         Fixed invalid ange-ftp reference.
17102
17103         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17104         (gnus-sorted-range-intersection): Intersection of two ranges
17105         without requiring that they first be uncompressed.
17106
17107         * gnus-start.el (gnus-activate-group): Unless blocked by the
17108         caller, possibly expand the active range to include both cached
17109         and agentized articles.
17110         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17111         multiple version-dependent converters.
17112         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17113         gnus-agent-save-active.
17114         (gnus-save-newsrc-file): Save dirty agent range limits.
17115
17116         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17117         gnus-agent-possibly-alter-active.
17118         (gnus-adjust-marked-articles): Faster handling of simple lists.
17119
17120 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17121
17122         * spam-stat.el (spam-stat-test-directory): New optional argument
17123         displays a list of files detected.  Suggested by Andrew Cohen
17124         <cohen@andy.bu.edu>.
17125         (spam-stat-buffer-words-with-scores): Don't narrow and change
17126         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17127
17128 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17129
17130         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17131         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17132         (spam-spamassassin-arguments)
17133         (spam-spamassassin-spam-flag-header)
17134         (spam-spamassassin-positive-spam-flag-header)
17135         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17136         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17137         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17138         (spam-list-of-processors, spam-list-of-checks)
17139         (spam-list-of-statistical-checks, spam-registration-functions)
17140         (spam-check-spamassassin-headers, spam-check-spamassassin)
17141         (spam-spamassassin-score)
17142         (spam-spamassassin-register-with-sa-learn)
17143         (spam-spamassassin-register-spam-routine)
17144         (spam-spamassassin-register-ham-routine)
17145         (spam-assassin-register-spam-routine)
17146         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17147         (spam-bogofilter-score): Fix to show article before scoring.
17148
17149 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17150
17151         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17152         default scoring function.
17153         (spam-generic-score): Call spam-spamassassin-score if
17154         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17155         spam-bogofilter-score otherwise.
17156
17157         * gnus.el (spam-process, spam-autodetect-methods): Add
17158         spamassassin and spamassassin-headers.
17159
17160 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17161
17162         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17163         Suppress unnecessary messages.
17164
17165 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17168         make-hash-table.
17169
17170 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * canlock.el (base64-encode-string): Don't autoload it.
17173
17174 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * run-at-time.el: Remove useless (require 'itimer),
17177         eval-and-compile and (featurep 'xemacs).
17178
17179 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17182         GROUP is a virtual group.
17183
17184 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17185
17186         * gnus.el: Autoload `message-y-or-n-p'.
17187
17188 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17189
17190         * pgg-parse.el: Remove unnecessary (require 'custom).
17191
17192         * pgg-def.el: do.
17193
17194         * nnmail.el: do.
17195
17196         * gnus-undo.el: do.
17197
17198         * gnus-picon.el: do.
17199
17200         * gnus-util.el: do.
17201
17202 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17203
17204         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17205
17206 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17209         handle, as well as a list.
17210
17211         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17212         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17213         (mm-w3m-cid-retrieve): Simplify.
17214
17215 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17216
17217         * message.el (message-kill-to-signature): Allow prefix arg to
17218         specify number of lines to keep before signature.
17219
17220 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17221
17222         * message.el (message-kill-to-signature): Change docstring.
17223
17224 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * canlock.el: Always require sha1-el.
17227         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17228
17229         * message.el: Autoload sha1 only when compiling.
17230
17231         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17232         eudc-expand-inline for XEmacs.
17233
17234 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * message.el (message-canlock-generate): Require sha1-el.
17237
17238 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17239
17240         * message.el (message-expand-name): Silence the byte compiler.
17241
17242         * lpath.el: Add detect-coding-system.
17243
17244         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17245         cus-edit.
17246
17247 2004-01-13  Simon Josefsson  <jas@extundo.com>
17248
17249         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17250         Invoke gnus-score-mode.  Reported by
17251         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17252
17253         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17254         Jim Blandy <jimb@redhat.com> (tiny change).
17255
17256 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17259
17260 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17261
17262         * spam.el (spam-get-article-as-string): Update to use
17263         gnus-request-article-this-buffer, much simpler.
17264         (spam-get-article-as-buffer): Remove.
17265
17266 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17267
17268         * message.el (message-expand-name): Use EUDC if the user uses that.
17269
17270 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17271
17272         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17273         character for the encoding to avoid consing a string.
17274
17275         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17276         unnecessarily.
17277
17278         * mm-util.el (mm-replace-chars-in-string): Remove.
17279
17280         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17281         of mm-replace-chars-in-string.
17282
17283 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17284
17285         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17286
17287         * mm-util.el (mm-subst-char-in-string): Support inplace.
17288
17289         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17290         a new string in every iteration.  Use shy groups.
17291
17292 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17293
17294         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17295         * gnus-soup.el (gnus-soup-group-brew):
17296         * gnus-msg.el (gnus-put-message):
17297         * gnus-move.el (gnus-group-move-group-to-server):
17298         * gnus-kill.el (gnus-batch-score):
17299         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17300         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17301         (gnus-group-update-group, gnus-group-read-group)
17302         (gnus-group-make-group, gnus-group-make-help-group)
17303         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17304         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17305         (gnus-group-sort-by-unread, gnus-group-catchup)
17306         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17307         (gnus-group-yank-group, gnus-group-set-info)
17308         (gnus-group-list-groups):
17309         * gnus.el (gnus-generate-new-group-name):
17310         * gnus-delay.el (gnus-delay-send-queue):
17311         * nnvirtual.el (nnvirtual-catchup-group):
17312         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17313         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17314         (gnus-group-prepare-topics, gnus-topic-check-topology):
17315         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17316         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17317         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17318         (gnus-group-make-articles-read):
17319         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17320         (gnus-group-change-level, gnus-kill-newsgroup)
17321         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17322         (gnus-get-unread-articles, gnus-make-articles-unread)
17323         (gnus-make-ascending-articles-unread): Use accessor
17324         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17325         to get group information for improved readability.
17326
17327
17328 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17329
17330         * gnus-art.el (article-decode-mime-words, article-babel)
17331         (gnus-article-highlight-signature, gnus-article-add-buttons)
17332         (gnus-signature-toggle): Use gnus-with-article-buffer.
17333
17334         * gnus-art.el (gnus-article-highlight-headers)
17335         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17336
17337         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17338         (gnus-article-set-globals, gnus-request-article-this-buffer)
17339         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17340         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17341         (gnus-mime-display-alternative): Use with-current-buffer.
17342
17343 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17344
17345         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17346         also under 80 char limit, and call gnus-error if needed.
17347         (spam-fetch-article-header): Fix - it was a
17348         buffer-local variable (gnus-newsgroup-data).
17349         (spam-find-spam): Use spam-generate-fake-headers, forget about
17350         spam-insert-fake-headers.
17351         (spam-insert-fake-headers): Remove.
17352
17353 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * deuglify.el (gnus-article-outlook-unwrap-lines)
17356         (gnus-outlook-rearrange-article)
17357         (gnus-outlook-repair-attribution-outlook)
17358         (gnus-outlook-repair-attribution-block)
17359         (gnus-outlook-repair-attribution-other): Remove redundant
17360         save-excursion.
17361
17362 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17363
17364         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17365         (spam-fetch-field-subject-fast)
17366         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17367         (spam-fetch-article-header): Add functions to deal with Gnus
17368         internals for fast retrieval of article header data.
17369         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17370
17371 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17372
17373         * pop3.el (pop3-md5): Remove.
17374         (pop3-apop): Replace pop3-md5 with md5.
17375
17376         * mm-bodies.el: base64 is always built-in.
17377
17378         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17379         with-current-buffer.
17380
17381 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * canlock.el (canlock-insert-header): Remove excessive grouping in
17384         regexp.
17385
17386         * gnus-sum.el (gnus-summary-read-document): Ditto.
17387
17388         * gnus-uu.el (gnus-uu-part-number): Ditto.
17389
17390         * html2text.el (html2text-remove-tags): Ditto.
17391         (html2text-format-tags): Ditto.
17392         (html2text-format-single-elements): Ditto.
17393
17394         * mml.el (mml-parse-1): Ditto.
17395
17396 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17399
17400         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17401
17402         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17403
17404         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17405
17406 2003-11-15  Simon Josefsson  <jas@extundo.com>
17407
17408         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17409         (pgg-gpg-lookup-key): Use regexp match instead of
17410         split-string (split-string is different between emacs 21.2 and
17411         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17412
17413 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17414
17415         * gnus-art.el (gnus-mime-view-all-parts)
17416         (gnus-article-part-wrapper, gnus-article-view-part): Use
17417         with-current-buffer.
17418
17419 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17420
17421         * spam.el (spam-disable-spam-split-during-ham-respool)
17422         (spam-spamoracle-database, spam-cache-lookups)
17423         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17424         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17425         (spam-group-ham-marks, spam-group-spam-marks)
17426         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17427         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17428         also add spam-use-blackholes to the statistical checks.
17429         (spam-fetch-field-fast): Add interface to fetching fields, may
17430         become a macro.
17431         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17432         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17433         (spam-insert-fake-headers): Fake an article when needed.
17434         (spam-find-spam): Fake article when possible.
17435         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17436         (spam-check-bogofilter-headers): Use message-fetch-field instead
17437         of nnmail-fetch-field.
17438
17439 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17440
17441         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17442
17443 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17444
17445         * spam.el (spam-split): Do not require spam-use-CHECK to be
17446         enabled if that check is passed to spam-split explicitly; also
17447         fix so 'spam doesn't get converted to spam-split-group when
17448         spam-split-symbolic-return is t.
17449         (spam-find-spam): Find registrations of the article and use those
17450         instead of re-running spam-split to find the spam/ham
17451         classification of the article.
17452         (spam-log-processing-to-registry, spam-log-registered-p)
17453         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17454         Use gnus-error instead of gnus-message.
17455         (spam-log-registration-type): Add function to determine the
17456         classification of a message based on registry entries; will
17457         return nil if both 'spam and 'ham are found.
17458         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17459         a reasonably fast local cache without the loading errors.
17460         (spam-cache-lookups): Set to t by default.
17461         (spam-find-spam): Don't try to guess spam-cache-lookups.
17462         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17463         spam-caches entry.
17464         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17465         caching of whitelist/blacklist entries.
17466         (spam-check-whitelist, spam-check-blacklist): Invoke
17467         spam-from-listed-p with a type, not a cache variable.
17468         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17469
17470 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17471
17472         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17473
17474         * nnmail.el (nnmail-split-fancy): do.
17475
17476         * mml.el (mml-parse): do.
17477
17478         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17479         (gnus-score-adaptive): do.
17480
17481 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17484         (gnus-mime-button-map): Don't set keymap parent.
17485         (gnus-button-ctan-directory-regexp): Use shy grouping.
17486         (gnus-prev-page-map): Don't set keymap parent.
17487         (gnus-prev-page-map): Remove duplicated one.
17488         (gnus-next-page-map): Don't set keymap parent.
17489         (gnus-mime-security-button-map): Ditto.
17490
17491         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17492         version number.
17493
17494         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17495
17496 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * canlock.el (canlock-sha1-function): Remove.
17499         (canlock-sha1-function-for-verify): Remove.
17500         (canlock-openssl-program): Remove.
17501         (canlock-openssl-args): Remove.
17502         (canlock-ignore-errors): Remove.
17503         (canlock-sha1-with-openssl): Remove.
17504         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17505         (canlock-verify): Don't use canlock-ignore-errors.
17506
17507         * sha1-el.el (sha1-string-external): Make it can return a string
17508         in binary form.
17509         (sha1-region-external): Ditto.
17510         (sha1-string-internal): Ditto.
17511         (sha1-region-internal): Ditto.
17512         (sha1-region): Ditto.
17513         (sha1-string): Ditto.
17514         (sha1): Ditto.
17515
17516 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17517
17518         * spam.el (spam-report-articles-gmane): New command.
17519
17520 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17523
17524         * run-at-time.el (run-at-time-saved): Remove.
17525         (run-at-time): Doc fix.
17526
17527 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17528
17529         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17530         (gnus-summary-limit-map): Add it.
17531         (gnus-summary-make-menu-bar): do.
17532
17533 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17536         Make attempt at some caching support (done for BBDB only now).
17537         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17538         addresses to be checked.
17539         (spam-clear-cache-BBDB): Add function, to be invoked by
17540         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17541         (spam-check-BBDB): Check and use the caches, if
17542         spam-cache-lookups is on, remove superfluous (provide).
17543
17544 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17547
17548 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17549
17550         * run-at-time.el (run-at-time-saved): Move to after the definition
17551         of `run-at-time'.
17552
17553         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17554
17555 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17558         mm-w3m-local-map-property.
17559
17560         * mm-view.el (mm-w3m-mode-map): Remove.
17561         (mm-w3m-local-map-property): Remove.
17562         (mm-inline-text-html-render-with-w3m): Don't use
17563         mm-w3m-local-map-property.
17564
17565 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17566
17567         * run-at-time.el: New file.
17568
17569         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17570         under Emacs.
17571
17572         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17573         of gnus-set-text-properties.
17574
17575         * gnus-uu.el (gnus-uu-save-article): Ditto.
17576
17577         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17578
17579         * gnus-cite.el (gnus-cite-parse): Ditto.
17580
17581         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17582         of gnus-.
17583
17584         * gnus-xmas.el (run-at-time): Require run-at-time.
17585
17586         * gnus.el: Changed calls to nnheader-run-at-time and
17587         password-run-at-time throughout to use run-at-time directly.
17588
17589         * password.el: Removed definition of run-at-time.
17590
17591         * nnheaderxm.el: Remove definition of run-at-time.
17592
17593 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17594
17595         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17596         in prompt.
17597
17598 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17599
17600         * messagexmas.el (message-xmas-redefine): Alias
17601         `message-make-caesar-translation-table' to
17602         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17603         version.
17604
17605         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17606         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17607         `gnus-xmas-set-text-properties'.
17608         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17609         `gnus-xmas-completing-read'.
17610         (gnus-xmas-completing-read): Removed.
17611         (gnus-xmas-open-network-stream): Removed.
17612
17613         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17614         XEmacs version.
17615
17616         * dns.el (dns-make-network-process): Use `open-network-stream'
17617         instead of `gnus-xmas-open-network-stream'.
17618
17619         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17620
17621         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17622
17623 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17624
17625         * gnus-art.el (gnus-mime-display-alternative)
17626         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17627         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17628         Don't use gnus-local-map-property.
17629
17630         * gnus-util.el (gnus-local-map-property): Remove.
17631
17632         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17633         gnus-completing-read-maybe-default with completing-read.
17634
17635         * gnus-util.el (gnus-completing-read): do.
17636         (gnus-completing-read-maybe-default): Remove.
17637
17638 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17639
17640         * password.el: Only autoload `run-at-time' if not XEmacs.
17641         Only autoload the itimer functions if XEmacs.
17642
17643 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17646         XEmacsen.
17647
17648         * dgnushack.el: Autoload executable-find for XEmacs.
17649
17650 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * gnus-art.el (gnus-read-string): Remove.
17653         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17654         read-string.
17655
17656 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17657
17658         * netrc.el: Autoload password-read.
17659         (netrc): Add configuration group.
17660         (netrc-encoding-method, netrc-openssl-path): Add
17661         variables for encoding and decoding of files with symmetric
17662         ciphers.
17663         (netrc-encode): Add assistant function to encode a file with
17664         netrc-encoding-method.
17665         (netrc-parse): Add interactive parameter, added optional
17666         decoding if netrc-encoding-method is non-nil but otherwise
17667         behavior is standard.
17668         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17669         Do s/encode/encrypt/ everywhere.
17670
17671         * spam.el: Remove executable-find autoload.
17672
17673 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17674
17675         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17676
17677         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17678
17679 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gnus-art.el (gnus-treat-ansi-sequences)
17682         (article-treat-ansi-sequences): New variable and function.
17683         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17684
17685         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17686         Use it.
17687
17688 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17689
17690         * mm-util.el (mm-quote-arg): Remove.
17691
17692         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17693         shell-quote-argument.
17694
17695         * gnus-uu.el (gnus-uu-command): do.
17696
17697         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17698
17699         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17700         with make-char.
17701
17702         * mm-util.el (mm-make-char): Remove.
17703
17704         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17705         add-minor-mode.
17706
17707         * gnus-undo.el (gnus-undo-mode): do.
17708
17709         * gnus-topic.el (gnus-topic-mode): do.
17710
17711         * gnus-sum.el (gnus-dead-summary-mode): do.
17712
17713         * gnus-start.el (gnus-slave-mode): do.
17714
17715         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17716
17717         * gnus-ml.el (gnus-mailing-list-mode): do.
17718
17719         * gnus-gl.el (gnus-grouplens-mode): do.
17720
17721         * gnus-draft.el (gnus-draft-mode): do.
17722
17723         * gnus-dired.el (gnus-dired-mode): do.
17724
17725         * gnus-ems.el (gnus-add-minor-mode): Remove.
17726
17727         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17728         Replace gnus-char-width with char-width.
17729
17730         * gnus-ems.el (gnus-char-width): Remove.
17731
17732         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17733         Replace gnus-char-width with char-width.
17734
17735         * gnus-ems.el (gnus-char-width): Remove.
17736
17737         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17738         definition.
17739         Remove Emacs 20 hash table compatibility code.
17740
17741         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17742         20 compatibility code.
17743
17744         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17745
17746         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17747
17748         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17749         with point-at-{eol,bol}.
17750
17751         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17752
17753         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17754
17755         * flow-fill.el (fill-flowed-point-at-bol)
17756         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17757
17758         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17759         Replace with point-at-{eol,bol} throughout all files.
17760
17761 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * ntlm.el (ntlm-string-as-unibyte): New macro.
17764         (ntlm-build-auth-response): Use it.
17765
17766         Remove Emacs 20 stuff:
17767         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17768         (butlast, mapc, remove): Remove the compiler macros.
17769         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17770         of delq and copy-sequence.
17771         * gnus-art.el (popup-menu): Remove the compiler macro.
17772         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17773         Emacs 20.
17774
17775 2004-01-05  Simon Josefsson  <jas@extundo.com>
17776
17777         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17778         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17779         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17780         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17781         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17782         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17783         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17784         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17785         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17786         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17787         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17788         string-xor into ntlm-string-xor.  Suggested by
17789         Jesper Harder <harder@myrealbox.com>.
17790
17791         * ntlm.el: Don't include poem.
17792
17793         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17794         Jesper Harder <harder@myrealbox.com>.
17795
17796         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17797
17798         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17799         probably breaks emacs with DL patch, but do we care? Is anyone
17800         still using the DL stuff?)
17801
17802         * sieve-manage.el: Use the password package.
17803         (sieve-manage-read-passwd): Remove.
17804         (sieve-manage-interactive-login): Use password.  Re-add
17805         condition-case around loop.
17806
17807         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17808         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17809         the password package.
17810
17811 2003-02-19  Simon Josefsson  <jas@extundo.com>
17812
17813         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17814         token.
17815
17816 2002-08-07  Simon Josefsson  <jas@extundo.com>
17817
17818         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17819         (sieve-manage-authenticators):
17820         (sieve-manage-authenticator-alist): Add some SASL mechs.
17821         (sieve-sasl-auth): New function.
17822         (sieve-manage-cram-md5-auth):
17823         (sieve-manage-plain-auth): Rewrite using SASL library.
17824         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17825         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17826         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17827         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17828
17829 2004-01-05  Simon Josefsson  <jas@extundo.com>
17830
17831         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17832         New files.
17833
17834 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17835
17836         * gnus-group.el (gnus-no-groups-message): Update.
17837
17838         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17839
17840 2003-11-09  Simon Josefsson  <jas@extundo.com>
17841
17842         * imap.el: Support for ID IMAP extension (RFC 2971).
17843         (imap-local-variables): Add imap-id.
17844         (imap-id): New variable.
17845         (imap-id): New function.
17846         (imap-parse-response): Parse untagged ID response.
17847         * nnimap.el (nnimap-id): New variable.
17848         (nnimap-open-connection): Use it.
17849
17850 2003-12-28  Simon Josefsson  <jas@extundo.com>
17851
17852         * gnus-score.el (gnus-score-edit-all-score): New.
17853         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17854
17855 2004-01-04  Simon Josefsson  <jas@extundo.com>
17856
17857         * password.el: Add.
17858
17859 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17860
17861         * dns.el (dns-query-types): Fix typo.
17862         (dns-query-types): New function.
17863         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17864         PTR and SOA replies, see RFC 1035.
17865
17866 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17867
17868         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17869
17870         * Moved to Changelog.2.
17871
17872 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * gnus.el (gnus-version-number): Bump version.
17875
17876 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17877
17878         * gnus.el: No Gnus v0.1 is released.
17879
17880 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17881
17882         * gnus.el: No Gnus v0.0 is released.
17883
17884 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17885
17886         * gnus.el (gnus-version-number): Bump.
17887         (gnus-version): No.
17888
17889 See ChangeLog.2 for earlier changes.
17890
17891     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17892       Free Software Foundation, Inc.
17893
17894   This file is part of GNU Emacs.
17895
17896   GNU Emacs is free software: you can redistribute it and/or modify
17897   it under the terms of the GNU General Public License as published by
17898   the Free Software Foundation, either version 3 of the License, or
17899   (at your option) any later version.
17900
17901   GNU Emacs is distributed in the hope that it will be useful,
17902   but WITHOUT ANY WARRANTY; without even the implied warranty of
17903   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17904   GNU General Public License for more details.
17905
17906   You should have received a copy of the GNU General Public License
17907   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17908
17909 ;; Local Variables:
17910 ;; coding: utf-8
17911 ;; fill-column: 79
17912 ;; add-log-time-zone-rule: t
17913 ;; End: