gnus-sum.el (gnus-number): Rename from `number'.
[gnus] / lisp / ChangeLog
1 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (require): Require cl when compiling.
4         (shr-tag-hr): New function.
5
6         * nnimap.el (nnimap-update-info): Remove double setting of high.
7         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
8         makes nnimap work properly on Courier again.
9
10         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
11         the variable for backwards compatability.
12
13         * mm-decode.el (mm-save-part): If given a non-directory result, expand
14         the file name before using to avoid setting mm-default-directory to
15         nil.
16
17         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
18         bidning gnus-agent variables.
19
20         * shr.el (shr-render-td): Use a cache for the table rendering function
21         to avoid getting an exponential rendering behaviour in nested tables.
22         (shr-insert): Rework the line-breaking algorithm.
23         (shr-insert): Don't leave trailing spaces.
24         (shr-insert-table): Also insert empty TDs.
25         (shr-tag-blockquote): Ensure paragraphs after </ul>.
26
27 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
28
29         * gnus-sum.el (gnus-number): Rename from `number'.
30         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
31         (gnus-summary-limit-children): Update uses correspondingly.
32
33 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
36         (gnus-gravatar-transform-address): Don't show avatars of people of
37         which mail addresses match gnus-gravatar-too-ugly.
38
39 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * shr.el (shr-table-widths): Expand TD elements to fill available
42         space.
43
44 2010-10-07  Julien Danjou  <julien@danjou.info>
45
46         * nnimap.el (nnimap-request-rename-group): Add this method.
47
48 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
49
50         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
51         name from XEmacs' function-arglist.
52
53         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
54         gravatar under XEmacs.
55
56 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * auth-source.el: Update docs with TODO items.
59
60         * gnus-sync.el: Update docs to explain state and plans.
61
62         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
63         Hooks for mark updates.
64         (gnus-request-set-mark, gnus-request-update-mark): Use them.
65
66         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
67         hooks with arguments, which is needed for mark update hooks.
68
69 2010-10-06  Julien Danjou  <julien@danjou.info>
70
71         * sieve-manage.el: Update example in `Commentary'.
72
73         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
74
75         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
76         not 2000.
77         (sieve-manage-authenticate): Re-add function.
78
79 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * shr.el (shr-insert): Get 'space transition right.
82         (shr-render-td): Only delete space at the end of the TD.
83
84         * nnimap.el (nnimap-open-connection): Prepare to support
85         open-gnutls-stream.
86
87         * shr.el: Rearrange function order to be more logical.
88
89 2010-10-06  Julien Danjou  <julien@danjou.info>
90
91         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
92         (nnrss-discover-feed): Remove 404 URL in docstring.
93
94         * nnir.el: Fix Swish-E URL.
95         Fix Namazu URL.
96
97         * message.el (message-change-subject): Remove 404 URL in a comment.
98
99 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
102         called interactively.
103
104         * gnus-util.el (gnus-remove-if): Allow hash table.
105         (gnus-remove-if-not): New function.
106
107         * gnus-art.el (gnus-mime-view-part-as-type)
108         * gnus-score.el (gnus-summary-score-effect)
109         * gnus-sum.el (gnus-read-move-group-name):
110         Replace remove-if-not with gnus-remove-if-not.
111
112         * gnus-group.el (gnus-group-completing-read):
113         Regard collection as a hash table if it is not a list.
114
115 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-render-td): Allow blank/missing <TD>s.
118
119         * shr.el: Document the table-rendering algorithm.
120
121 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
124         for Emacsen having no `libxml-parse-html-region' support.
125
126 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
129         invalid URLs.
130
131         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
132         line-broken.
133         (shr-tag-img): Ignore image fetching errors.
134         (shr-overlays-in-region): Compute overlay positions correctly.
135
136         * mm-decode.el (mm-shr): Require shr.
137
138         * gnus-art.el (gnus-blocked-images): Move variable here.
139
140         * shr.el (shr-insert-table): Bind free variable.
141
142         * mm-decode.el (mm-shr): Bind shr-content-function.
143
144         * shr.el (shr-content-function): New variable.
145
146         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
147         added for symmetry.
148
149         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
150
151         * gnus-group.el (gnus-group-make-group): Doc fix.
152
153         * nnimap.el (nnimap-request-newgroups): Return success.
154
155         * shr.el (shr-find-elements): New function.
156         (shr-tag-table): Put all the images after the table.
157         (shr-tag-table): Really inhibit images inside the table.
158         (shr-collect-overlays): Copy over overlays from the TD elements to the
159         main document.
160
161         * mm-decode.el (mm-shr): Bind shr-blocked-images to
162         gnus-blocked-images.
163
164 2010-10-05  Julien Danjou  <julien@danjou.info>
165
166         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
167
168         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
169         (gnus-html-maximum-image-size): Add this function.
170         (gnus-html-put-image): Use gnus-html-maximum-image-size.
171
172         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
173         server-value of the capability is nil.
174
175 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * shr.el (shr-tag-em): Add <EM> tag.
178
179 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
180
181         * sieve-manage.el (sieve-manage-default-stream): Make default stream
182         customizable.
183
184         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
185         handing broken links to browse-url.
186
187 2010-10-05  Julien Danjou  <julien@danjou.info>
188
189         * gnus-util.el (gnus-emacs-completing-read)
190         (gnus-iswitchb-completing-read): Use autoload rather than require.
191
192 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
195         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
196         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
197         iswitchb-temp-buflist for XEmacs.
198
199         * gnus-util.el (gnus-completing-read-function): Exclude
200         gnus-icompleting-read and gnus-ido-completing-read from candidates for
201         XEmacs since iswitchb.el is very old and ido.el is unavailable in
202         XEmacs.
203
204         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
205         not to use `delete-dups' that is unavailable in XEmacs 21.4.
206
207         * gnus-html.el: Don't require help-fns under XEmacs.
208         (gnus-html-schedule-image-fetching): Work for XEmacs.
209
210         * mm-decode.el (mm-shr): Decode contents by charset.
211
212 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
215         unknown.
216
217         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
218         (shr-get-image-data): Ensure against the cache file missing.
219
220         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
221         for data.
222
223         * spam-report.el (spam-report-url-ping-plain): Don't query about
224         killing the process.
225
226         * shr.el (shr-render-td): Protect against too-wide text.
227
228 2010-10-04  Julien Danjou  <julien@danjou.info>
229
230         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
231         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
232
233         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
234         retrieved.
235
236 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * shr.el (browse-url): Required.
239         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
240         lines.
241         (shr-show-alt-text, shr-browse-image): New commands.
242         (shr-browse-url, shr-copy-url): New commands.
243
244         * gnus-sum.el (gnus-widen-article-window): New variable.
245         (gnus-summary-select-article-buffer): Use it.
246
247         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
248         without @ signs.
249
250 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
251
252         * nnir.el (nnir-run-imap): Remove spurious space in search string.
253
254 2010-10-04  Julien Danjou  <julien@danjou.info>
255
256         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
257         for XEmacs.
258
259 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
262
263         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
264         (nnimap-close-server): Implement.
265
266         * dgnushack.el (iswitchb): Require to shut up the compiler.
267
268         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
269         (shr-insert): Tweak line breaking.
270         (shr-insert): Handle <pre> better.
271         (shr-tag-li): Get <li> indentation right.
272         (shr-tag-li): Get <li> indentation even righter.
273         (shr-tag-blockquote): Ensure paragraph start.
274         (shr-make-table): Tweak table generation.
275         (shr-make-table): Fix typo.
276
277         * shr.el: Implement table rendering.
278
279 2010-10-04  Julien Danjou  <julien@danjou.info>
280
281         * gnus-html.el (gnus-html-put-image): Fix resize image code.
282
283 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * shr.el (shr-insert): Use string anchors instead of line anchors.
286
287 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * shr.el: Add headings.
290         (shr-ensure-paragraph): Actually work.
291         (shr-tag-li): Make <ul> prettier.
292         (shr-insert): Get white space at the beginning/end of elements right.
293         (shr-tag-p): Collapse subsequent <p>s.
294         (shr-ensure-paragraph): Don't insert double line feeds after blank
295         lines.
296         (shr-insert): \t is also space.
297         (shr-tag-s): Fix "s" tag name function.
298         (shr-tag-s): Fix face prop name.
299
300 2010-10-03  Julien Danjou  <julien@danjou.info>
301
302         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
303
304         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
305         gnus-window-inside-pixel-edges.
306
307         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
308         gnus-ems.
309
310         * mm-view.el (mm-inline-image-emacs): Support image resizing.
311
312         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
313         function.
314
315         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
316         resize choice.
317
318 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
321         beginning of the buffer.
322
323         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
324         article buffer again.
325
326         * shr.el (shr-tag-p): Don't insert newlines at the start of the
327         buffer.
328
329         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
330         when it's at the start of the buffer.
331
332         * shr.el (shr-tag-blockquote): Convert name.
333         (shr-rescale-image): Use the right image-size variant.
334
335         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
336         buffer isn't shown, then select the current article first instead of
337         bugging out.
338         (gnus-summary-select-article-buffer): Show both the article and summary
339         buffers again.
340
341         * shr.el (shr-fontize-cont): Protect against regions with no text.
342         Rename tag functions to shr-tag-* for enhanced security.
343         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
344
345 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
346
347         * shr.el (shr-insert):
348         * pop3.el (pop3-movemail):
349         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
350         loaded.
351
352 2010-10-03  Glenn Morris  <rgm@gnu.org>
353
354         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
355
356         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
357
358         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
359
360         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
361
362         * gnus-util.el (gnus-make-local-hook): Simplify.
363
364 2010-10-02  Julien Danjou  <julien@danjou.info>
365
366         * gnus-util.el (gnus-iswitchb-completing-read): New function.
367         (gnus-ido-completing-read): New function.
368         (gnus-emacs-completing-read): New function.
369         (gnus-completing-read): Use gnus-completing-read-function.
370         Add gnus-completing-read-function.
371
372 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * shr.el (shr-insert-document): Autoload.
375         (shr-img): Be silent.
376         (shr-insert): Add a newline after every picture before text.
377         (shr-add-font): Use overlays for combining faces.
378         (shr-insert): Pass upwards the text start point.
379
380         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
381         possible.
382         (mm-shr): New function.
383
384 2010-10-02  Julien Danjou  <julien@danjou.info>
385
386         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
387         should go backward.
388
389 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
390
391         * shr.el (shr): Fix typo in provide call.
392
393 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * shr.el: New file.
396
397         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
398
399         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
400         completing read.
401
402 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
405         we're being queried about.  Suggested by Dan Jacobson.
406
407         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
408         by Jason Eisner.
409
410         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
411         table, too.  Suggested by Stefan Wiens.
412         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
413         the table unnecessary.  Suggested by Stefan Wiens.
414
415         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
416         longer needed, and probably doesn't work either, as pointed out by
417         Stefan Wiens.
418         (gnus-summary-exit): Remove call to the clearing function.
419         (gnus-summary-exit-no-update): Ditto.
420
421         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
422         instead of gnus-eval-in-buffer-window to avoid popping up frames.
423         Reported by Stefan Monnier.
424         (gnus-summary-save-in-rmail): Ditto.
425
426         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
427         article buffer, instead of both the article buffer and the summary
428         buffer.  Sort of suggested by Dan Jacobson.
429
430         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
431
432         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
433         Suggested by Dan Jacobson.
434
435         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
436         documentation clearer.
437
438         * message.el (message-shorten-references): Comment on the number "21".
439         Suggested by Stefan Monnier.
440
441         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
442         Suggested by Dan Jacobson.
443
444         * gnus.el (gnus-large-newsgroup): Mention
445         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
446
447         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
448         externalize attachments.  Bug reported by Steve Wen.
449
450         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
451         really message anything to the user.
452
453         * nnmail.el (nnmail-article-group): Allow using the fancy split method
454         directly.
455
456         * nnimap.el (nnimap-request-group): Low higher than high to signal no
457         messages in empty groups.
458
459 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
460
461         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
462         non-UIDNEXT group.
463
464 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
467         not the value from the collection.
468
469         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
470         values.  This sometimes happens on some groups that have no info.
471         (nnimap-request-newgroups): New function.
472
473 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
474
475         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
476         check into `gnus-registry-initialize'.
477         (gnus-registry-initialize): Ditto.
478         Fix and extend header docs.
479
480 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
483         regexp backtrace overflows.
484
485         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
486         for starttls that tls.el implements; i.e. openssl.
487
488         * tls.el (tls-starttls-switches): Give up on using starttls with
489         gnutls-cli.
490         (tls-program): Add --insecure to be consistent with the defaults from
491         openssl s_client.  Now all three commands are insecure.
492
493 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
494
495         * lpath.el: Bind completion-styles-alist for XEmacs.
496
497         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
498         (gravatar-create-image): New function that's an alias to
499         gnus-xmas-create-image, gnus-create-image, or create-image.
500         (gravatar-data->image): Use it.
501
502 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
503
504         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
505         install the nnregistry refer method.
506         (gnus-registry-install-hooks): Use it.
507         (gnus-registry-unfollowed-groups): Add nnmairix to the default
508         unfollowed groups.
509
510 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
511
512         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
513         expanding threads.
514
515 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * nnir.el: Use the server names without suffixes (bug #7009).
518
519         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
520         unencrypted to STARTTLS, if possible.
521
522 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
523
524         * message.el (message-ignored-supersedes-headers): Strip Injection-*
525         headers before superseding.
526
527 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * nnrss.el (nnrss-use-local): Add documentation.
530
531         * nnimap.el (nnimap-extend-tls-programs): New function.
532         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
533         (nnimap-wait-for-connection): Accept the greeting from the stupid
534         output from openssl s_client -starttls, too.
535
536         * tls.el (tls-starttls-switches): New variable.
537         (tls-find-starttls-argument): Use it.
538         (open-tls-stream): Ditto.
539
540         * netrc.el (netrc-credentials): Return the value of the "default"
541         entry.
542         (netrc-machine): Ditto.
543
544         * nnimap.el (nnimap-find-article-by-message-id): Really return the
545         article number.
546         (nnimap-split-fancy): New variable.
547         (nnimap-split-incoming-mail): Use it.
548
549         * nntp.el (nntp-server-list-active-group): Document.
550
551         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
552         SELECT to get the message-id.
553
554         * mail-source.el (mail-sources): Removed webmail support.
555         (defvar): Ditto.
556         (mail-source-fetcher-alist): Ditto.
557         (mail-source-fetch-webmail): Removed.
558
559         * webmail.el: Removed -- doesn't seem relevant any more.
560
561         * gnus.el: Fix up make-obsolete-variable declarations throughout.
562
563         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
564         the \r.
565
566 2010-09-30  Julien Danjou  <julien@danjou.info>
567
568         * gnus-agent.el (gnus-agent-add-group): Fix call to
569         gnus-completing-read.
570
571 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * nndoc.el (nndoc-retrieve-groups): New function.
574
575         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
576         `default', use nnmail-split-methods.
577         (nnimap-request-article): Downcase the NILs so that they are nil.
578
579         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
580         symbol.
581
582         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
583         code, since if the user has requested network, that's what they ought
584         to get.
585         (nnimap-request-set-mark): Erase the buffer before issuing commands.
586         (nnimap-split-rule): Mark as obsolete.
587
588         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
589         variable.
590
591         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
592         correct slot, too.
593
594 2010-09-29  Julien Danjou  <julien@danjou.info>
595
596         * gnus.el (gnus-local-domain): Declare variable obsolete.
597
598         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
599         computing.
600         (gnus-ido-completing-read): Require ido.
601
602 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus-registry.el: Don't prompt on load, which makes it impossible to
605         build Gnus.
606
607         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
608         when interpreting the structures.
609         (nnimap-request-accept-article): Add \r\n to the lines to make this
610         work with Cyrus.
611
612         * nndraft.el (nndraft-request-expire-articles): Use the group name
613         instead if "nndraft".  Fix found by Nils Ackermann.
614
615 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
616
617         * nnregistry.el: Added.
618
619 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
620
621         * nnmail.el (group, group-art-list, group-art):
622         Remove unneeded directives.
623
624 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
627         (mm-mime-charset)
628         * rfc2047.el (rfc2047-syntax-table)
629         * utf7.el (utf7-utf-16-coding-system): Comment fix.
630
631         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
632         rather than `insert-file-contents' and `eval-region'.
633
634         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
635         construction.
636
637         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
638
639         * time-date.el: No need to require cl for Emacs 21.
640
641 2010-09-29  Julien Danjou  <julien@danjou.info>
642
643         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
644         replacement of `gnus-gravatar-relief' to mimic
645         `gnus-faces-properties-alist'.
646         Add :version property.
647
648 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * mail-source.el (mail-source-report-new-mail)
651         * message.el (message-default-mail-headers)
652         * mm-decode.el (mm-valid-image-format-p): Comment fix.
653
654         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
655
656 2010-09-28  Julien Danjou  <julien@danjou.info>
657
658         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
659         mail-address contains the same string as real-name.
660
661         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
662         non-blank in header, otherwise it'll get stripped.
663
664         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
665         real-name, and then for mail address rather than doing : or , search.
666
667 2010-09-27  Julien Danjou  <julien@danjou.info>
668
669         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
670         (gnus-server-goto-server): Use gnus-completing-read.
671
672         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
673
674         * mm-util.el (defalias): Use gnus-completing-read.
675         (mm-codepage-setup): Use gnus-completing-read.
676
677         * smime.el (smime-sign-buffer): Use gnus-completing-read.
678         (smime-decrypt-buffer): Use gnus-completing-read.
679
680         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
681
682         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
683         (mml-minibuffer-read-disposition): Use gnus-completing-read.
684         (mml-insert-multipart): Use gnus-completing-read.
685
686         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
687
688         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
689
690         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
691
692         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
693
694         * gnus.el (gnus-read-method): Use gnus-completing-read.
695
696         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
697
698         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
699         (gnus-mime-action-on-part): Use gnus-completing-read.
700         (gnus-article-encrypt-body): Use gnus-completing-read.
701
702         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
703         (gnus-topic-move-matching): Use gnus-completing-read.
704         (gnus-topic-copy-matching): Use gnus-completing-read.
705         (gnus-topic-sort-topics): Use gnus-completing-read.
706         (gnus-topic-move): Use gnus-completing-read.
707
708         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
709         (gnus-agent-add-group): Use gnus-completing-read.
710
711         * nnmairix.el (nnmairix-create-server-and-default-group): Use
712         gnus-completing-read.
713         (nnmairix-update-groups): Use gnus-completing-read.
714         (nnmairix-get-server): Use gnus-completing-read.
715         (nnmairix-backend-to-server): Use gnus-completing-read.
716         (nnmairix-goto-original-article): Use gnus-completing-read.
717         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
718
719         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
720
721         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
722         (gnus-group-make-useful-group): Use gnus-completing-read.
723         (gnus-group-make-web-group): Use gnus-completing-read.
724         (gnus-group-add-to-virtual): Use gnus-completing-read.
725         (gnus-group-browse-foreign-server): Use gnus-completing-read.
726
727         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
728         (gnus-summary-limit-to-extra): Use gnus-completing-read.
729         (gnus-summary-execute-command): Use gnus-completing-read.
730         (gnus-summary-respool-article): Use gnus-completing-read.
731         (gnus-read-move-group-name): Use gnus-completing-read.
732
733         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
734         (gnus-summary-score-effect): Use gnus-completing-read.
735
736         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
737
738         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
739         right completing-read function.
740         (gnus-use-ido): New variable
741         (gnus-completing-read-with-default): Remove.
742
743 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
746         x-focus-frame.
747
748         * nnimap.el (auth-source-forget-user-or-password)
749         (auth-source-user-or-password): Autoload.
750
751         * message.el (message-from-style, message-interactive)
752         (message-cite-prefix-regexp, message-sendmail-envelope-from)
753         (message-yank-prefix, message-indentation-spaces, message-signature)
754         (message-signature-file): Add comment.
755
756 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
759         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
760         new articles.
761
762         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
763         parts.
764         (nnimap-request-article): Work with the t setting, too.
765
766         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
767         that you don't get flashes of other buffers.
768         (gnus-summary-show-complete-article): Intern before setting.
769
770 2010-09-27  David Engster  <dengste@eml.cc>
771
772         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
773         well as HEADERS.
774         (nnmairix-retrieve-headers): Provide new argument for the above.
775
776 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-sum.el (gnus-summary-move-article): Don't alter
779         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
780         group.
781
782         * nnimap.el (nnimap-update-info): Don't destructively alter active.
783
784         * message.el (message-cite-prefix-regexp): Revert my last edit.
785
786         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
787         variable instead of the Gnus variable.
788
789         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
790
791         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
792         again.
793
794         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
795         since some servers don't like it.
796         (nnimap-open-connection): Forget credentials if the server says the
797         password was wrong.
798         (nnimap-parse-line): Protect against invalid data.
799
800         * gnus-sum.el (gnus-summary-move-article): Add comment.
801         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
802         nothing alters it while scanning for new messages.
803
804         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
805         which may or may not help.
806         (nnimap-open-connection): If we're doing a stream connection, and then
807         discover we're on a STARTTLS-capable server, then open a STARTTLS
808         connection instead.
809
810 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * nnimap.el (utf7): Required.
813
814         * message.el (message-cite-prefix-regexp): Remove "}" from citation
815         prefix.
816
817 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
818
819         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
820
821 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * nnimap.el (nnimap-request-accept-article): Message the error on
824         error.
825
826 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
829
830 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * nndoc.el (nndoc-request-list): Return success always.
833
834         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
835         `fetch-old' -- we only want to fetch the articles we've requested.  The
836         rest are in the agent, probably.
837         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
838         disappeared server" to something low.  It's not important.
839
840         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
841         arrived before the FETCH data.
842
843         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
844         target here, because we don't know the Gnus name of the group.
845
846         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
847         for the correct group.
848
849         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
850
851         * gnus.el (gnus): Give a final warning after startup.
852
853         * gnus-util.el (gnus-action-message-log): New variable.
854         (gnus-message): Use it.
855         (gnus-final-warning): New function.
856
857         * nnimap.el (nnimap-open-connection): Record the greeting.
858         (nnimap): Add greeting.
859
860 2010-09-26  Julien Danjou  <julien@danjou.info>
861
862         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
863         arguments.
864         (gnus-html-wash-images): Fix spec computing to include start/end.
865
866         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
867
868 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869
870         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
871         deletion.
872         (nnimap-retrieve-headers): Don't select the group, because that's
873         already done by nnimap-possibly-change-group.
874
875         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
876         (gnus-picon-transform-address): Use it.
877
878         * mail-source.el (mail-source-value): Revert previous patch.
879
880         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
881         on failure.
882         (nnimap-open-connection): Look up both virtual and physical server name
883         credentials.
884
885         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
886
887 2009-02-07  Dave Love  <fx@gnu.org>
888
889         * tls.el (open-tls-stream): Don't query killing process.
890
891 2009-02-08  Dave Love  <fx@gnu.org>
892
893         * gnus-win.el (gnus-window-to-buffer-helper,
894         gnus-all-windows-visible-p): Function needn't be a symbol.
895
896         * mail-source.el (mail-source-value): Function needn't be a symbol.
897
898 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * message.el (message-cite-prefix-regexp): Remove } from the cite
901         prefix.
902
903         * gnus-art.el (gnus-treatment-function-alist): Do picons before
904         highlight again, so that the highlight is correct.
905
906         * gnus-picon.el (gnus-picon): Remove again.
907         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
908
909         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
910         doing the header highlightling, so that the background colour of the
911         picon is correct.
912
913         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
914         (gnus-picon): Ditto.
915         (gnus-picon): Reinstate.  The background colour for picons is white.
916         (gnus-picon-insert-glyph): Make the background white.
917
918         * nnml.el (nnml-open-nov): Don't return dead buffers.
919
920         * auth-source.el (auth-source-create): Query the user for whether to
921         store the credentials.
922
923         * netrc.el (netrc-store-data): New function.
924
925         * auth-source.el (auth-source-user-or-password): Use the existing auth
926         sources, if any, for creation.
927
928         * gnus.el (gnus-group-fast-parameter): Return the last matching
929         parameter instead of the first matching parameter.
930
931 2010-09-26  Julien Danjou  <julien@danjou.info>
932
933         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
934
935 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * mml2015.el (mml2015-use): Remove gpg support.
938
939         * mml1991.el (mml1991-function-alist): Remove gpg function.
940         (mml1991-gpg-sign): Removed.
941
942 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
943
944         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
945         (gnus-browse-unsubscribe-current-group): Document it.
946         (gnus-browse-unsubscribe-group): Use it.
947
948 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
951         address to the To list for easier response.
952
953         * gnus.el (gnus-play-startup-jingle): Removed.
954         (gnus-splash): Don't play jingle.
955         (gnus): Silence gnus-load message.
956
957         * gnus-art.el (gnus-treat-play-sounds): Removed.
958
959         * gnus.el (gnus-play-jingle): Remove audio support.
960
961         * gnus-cus.el (gnus-score-customize): Remove audio reference.
962
963         * earcon.el: Removed -- no users.
964
965         * gnus-audio.el: Removed -- no users of this package.
966
967         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
968
969         * gnus-start.el (gnus-setup-news): Remove nocem support.
970
971         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
972
973         * gnus.el (gnus-use-nocem): Removed.
974
975         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
976         Removed.
977
978         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
979         uses NoCeM any more.
980
981         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
982         (gnus-button-ctan-handler): Ditto.
983         (gnus-button-handle-ctan-bogus-regexp): Ditto.
984         (gnus-button-ctan-directory-regexp): Ditto.
985         (gnus-button-handle-ctan): Ditto.
986         (gnus-button-tex-level): Ditto.
987         (gnus-button-alist): Removed CTAN stuff.
988
989 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
992         nnimap-streaming test.
993
994         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
995         servers twice.
996
997         * nnimap.el (nnimap-open-connection): Add more error reporting when
998         nnimap fails early.
999
1000         * nnheader.el (nnheader-get-report-string): New function.
1001         (nnheader-get-report): Use it.
1002
1003         * gnus-int.el (gnus-check-server): Say what the error was when opening
1004         failed.
1005
1006         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1007         using streaming.
1008
1009 2010-09-25  Julien Danjou  <julien@danjou.info>
1010
1011         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1012         gnus-window-inside-pixel-edges.
1013
1014 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1017
1018         * mm-decode.el (mm-save-part): Allow saving to other directories the
1019         normal Emacs way.
1020
1021         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1022         by Jay Berkenbilt.
1023
1024         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1025         there isn't a single byte.
1026
1027         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1028         just do it.  It doesn't really seem to matter what the user responds
1029         here, I think, so it's just a confusing question.
1030
1031         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1032         non-streaming case.
1033
1034         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1035         (gnus-article-encrypt-body): Use it.
1036
1037         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1038         keystroke.
1039
1040         * nnimap.el (nnimap-find-wanted-parts-1): Use
1041         gnus-fetch-partial-articles.
1042
1043         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1044
1045         * nnimap.el (nnimap-insert-partial-structure): New function.
1046         (nnimap-get-partial-article): New function.
1047         (nnimap-request-article): Use it.
1048         (nnimap-wait-for-response): Return whether the wait was successful.
1049         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1050         retrieval wasn't successful.
1051         (nnimap-retrieve-group-data-early): Allow throttling servers.
1052         (nnimap-streaming): New variable.
1053         (nnimap-fetch-partial-articles): Removed.
1054
1055         * mm-decode.el (mm-with-part): Protect against killed buffers.
1056
1057         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1058         for prettier summary display.
1059
1060 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1061
1062         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1063         directly.
1064
1065 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1068         apparently third-party libraries depend on it.
1069
1070         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1071         before starting negotiation.
1072
1073         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1074         privacy reasons.
1075         (gnus-treat-mail-gravatar): Ditto.
1076
1077         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1078         buffer when inserting images.  Inserting text into the headers, for
1079         instance, can make them invalid.
1080
1081 2010-09-25  Julien Danjou  <julien@danjou.info>
1082
1083         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1084         variables.
1085
1086         * nnheader.el: Remove useless variables news-reply-yank-from and
1087         news-reply-yank-message-id.
1088
1089         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1090         variables.
1091
1092         * mml1991.el: Remove useless mml1991-verbose.
1093
1094         * gnus.el: Remove useless variable gnus-use-generic-from.
1095         Remove obsolete variable gnus-topic-indentation.
1096
1097         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1098
1099         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1100
1101         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1102
1103         * gnus-group.el: Remove useless gnus-group-icon-cache.
1104         Remove useless gnus-ephemeral-group-server.
1105
1106         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1107
1108         * mml2015.el: Remove useless mml2015-verbose.
1109
1110         * mml-smime.el: Remove useless mml-smime-verbose.
1111
1112         * gnus.el: Remove useless gnus-local-domain.
1113
1114         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1115         gnus-gravatar-size.
1116
1117         * gnus-art.el: Remove useless gnus-treat-translate.
1118
1119 2010-09-24  Julien Danjou  <julien@danjou.info>
1120
1121         * gnus-sum.el: Add support for Gravatars.
1122
1123         * gnus-art.el: Add support for Gravatars.
1124
1125         * gnus-gravatar.el: Add this file.
1126
1127         * gravatar.el: Add this file.
1128
1129 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1130
1131         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1132
1133         * gnus-group.el (gnus-group-fetch-faq): Removed.
1134
1135         * gnus.el (gnus-group-faq-directory): Removed.
1136
1137         * gnus-group.el (gnus-group-fetch-charter): Removed.
1138
1139         * gnus.el (gnus-group-charter-alist): Removed.
1140
1141         * gnus-group.el (gnus-group-archive-directory): Removed.
1142         (gnus-group-recent-archive-directory): Ditto.
1143         (gnus-group-make-archive-group): Removed.
1144
1145         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1146
1147         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1148         use the same article number for all the cached articles.
1149
1150         * nnimap.el (nnimap-command): Register the last command time so
1151         that we can use it for idling NOOPs.
1152         (nnimap-open-connection): Start the keeplive timer.
1153         (nnimap-make-process-buffer): Store all the process buffers.
1154         (nnimap-keepalive): New function.
1155
1156         * starttls.el: (starttls-open-stream): Add autoload cookie.
1157
1158 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1159
1160         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1161         handling.
1162
1163 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1166         its data structures.
1167
1168         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1169         instead of the cl.el copy-list.
1170         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1171         equalp.
1172
1173 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1176         and tool-bar-local-item-from-menu.
1177
1178         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1179         mode-line-highlight face for Emacs.
1180
1181         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1182         loading gnus-sum.elc; fix comment for canlock-verify.
1183         (gnus-article-jump-to-part): Use read-number.
1184         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1185         Emacs pre-21 compatible code for help-echo.
1186         (gnus-article-next-page-1): No need to adjust the number of lines.
1187         (gnus-article-describe-bindings): Always use help-buffer.
1188
1189         * gnus-audio.el (gnus-audio-inline-sound)
1190         * gnus-cus.el (gnus-custom-mode)
1191         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1192
1193         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1194
1195         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1196         compatible code.
1197
1198 2010-09-24  Glenn Morris  <rgm@gnu.org>
1199
1200         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1201         visiting the fcc file in rmail-mode.
1202
1203         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1204
1205 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * nnir.el: Silence the byte compiler.
1208
1209         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1210         alias to browse-url-url-encode-chars if any.
1211         (gnus-html-encode-url): Use it.
1212
1213 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * gnus-start.el (gnus-use-backend-marks): New variable.
1216         (gnus-get-unread-articles-in-group): Use it.
1217
1218         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1219         makeover.
1220
1221 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1222
1223         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1224
1225 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1228         Removed.
1229         (gnus-setup-news-hook): Removed
1230         gnus-fixup-nnimap-unread-after-getting-new-news.
1231
1232         * gnus-int.el (gnus-request-update-info): Protect against backends not
1233         having the function.
1234
1235         * nnimap.el (nnimap-stream): Mention starttls.
1236         (nnimap-open-connection): Add starttls support.
1237
1238 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1239
1240         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1241
1242 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1245         BODYSTRUCTUREs.
1246         (nnimap-transform-headers): Unfold quoted {42} headers.
1247
1248         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1249         the info.
1250         (gnus-get-unread-articles): Only call updatep on backends that support
1251         it.
1252
1253         * nnweb.el (nnweb-request-update-info): NOOP.
1254
1255         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1256
1257         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1258         since it only deals with marks.
1259
1260         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1261         gnus-request-marks, and make a new gnus-request-update-info.
1262
1263         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1264         the active instead of the high number, which is usually too low.
1265
1266 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1267
1268         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1269         * encrypt.el: Removed.
1270
1271 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1274         server in symbolic form.
1275
1276         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1277         0.9.
1278
1279 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1282         (nnimap-update-info): Fix up code slightly.
1283
1284         * gnus-int.el (gnus-open-server): Add tracing for performance
1285         debugging.
1286
1287         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1288         (gnus-group-insert-group-line): Pass the real group name so that it
1289         gets the right data.
1290
1291         * gnus-start.el (gnus-get-unread-articles): Don't have
1292         `gnus-get-unread-articles-in-group' update info, since that can be
1293         really slow and doesn't seem to be needed?
1294
1295 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1296
1297         * time-date.el (date-to-time): Try using parse-time-string first before
1298         using the slower timezone-make-date-arpa-standard.
1299
1300 2010-09-22  Julien Danjou  <julien@danjou.info>
1301
1302         * gnus-group.el (gnus-group-insert-group-line): Call
1303         gnus-group-highlight-line.
1304         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1305         default hook list.
1306         (gnus-group-update-eval-form): Add new function.
1307         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1308         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1309
1310 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1313         immediate, then expire all articles.
1314         (nnimap-update-info): Fix off-by-one errors.
1315         (nnimap-flags-to-marks): Would return no marks lists for group with no
1316         flags.  Instead return the other data.
1317
1318 2010-09-22  Julien Danjou  <julien@danjou.info>
1319
1320         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1321         Only return an icon.
1322         (gnus-group-insert-group-line): Compute icon to return.
1323
1324         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1325         variable.
1326         (gnus-html-image-fetched): Only cache if
1327         gnus-html-image-automatic-caching is set.
1328         (gnus-html-image-fetched): Check for errors.
1329
1330 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1333         once per method on `g'.  This ensures that backends like nnfolder don't
1334         open all their folders.
1335
1336         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1337         (nnimap-request-list): Nix out group in the correct buffer.
1338         (nnimap-parse-flags): Implement by using `read' instead of
1339         hand-parsing.
1340         (nnimap-flags-to-marks): Pass on permanent-flags.
1341         (nnimap-make-process-buffer): Record the server name.
1342         (nnimap-parse-flags): Fix typo.
1343         (nnimap-request-scan): Run split on the server in general, not just a
1344         single group.
1345
1346         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1347         parameter, and propagate this downwards.
1348
1349         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1350         since EXAMINE changes it on the server.
1351
1352         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1353         this command might take a while.
1354
1355 2010-09-22  Julien Danjou  <julien@danjou.info>
1356
1357         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1358         harmful if you have 2 images side-by-side, they can't be properly
1359         update on text deletion.  Using text-property is safer here.
1360         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1361         data.
1362
1363 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnimap.el (nnimap-expunge-inbox): Removed.
1366         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1367         (nnimap-expunge): Flip default to t.
1368
1369         * gnus.el (gnus-method-to-server): Don't push things to the cache
1370         unless it's unique.
1371         (gnus-server-to-method): Ditto.
1372
1373 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1374
1375         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1376
1377 2010-09-22  Julien Danjou  <julien@danjou.info>
1378
1379         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1380         get the start of data.
1381         (gnus-html-encode-url): Add this function to encode special chars in
1382         URL.
1383         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1384         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1385
1386         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1387         default.
1388         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1389
1390         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1391         images alt-text.
1392         (gnus-html-put-image): Put alt-text as help-echo.
1393
1394 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1397         * mm-util.el (mm-decompress-buffer)
1398         * nnir.el (nnir-run-find-grep)
1399         * pop3.el (pop3-list): Use 3rd arg of split-string.
1400
1401         * time-date.el (format-seconds): Comment fix.
1402
1403         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1404         and byte-optimize-form-code-walker.
1405         (dgnushack-make-auto-load): Don't advise make-autoload.
1406
1407         * lpath.el: Remove Emacs 21 stuff.
1408
1409 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1412         outside the active range.  Suggested by Dan Christensen.
1413
1414         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1415         slightly later to avoid double-getting it.
1416
1417         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1418         previous patch.
1419
1420         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1421
1422 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1423
1424         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1425
1426 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-int.el (gnus-open-server): Give a better error message in the
1429         "go offline" case.
1430
1431         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1432         marks for nnimap, which is seldom the right thing to do.
1433
1434         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1435         (gnus-same-method-different-name): New function.
1436
1437         * nnimap.el (parse-time): Require.
1438
1439         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1440         method in the presence of many similar methods.
1441
1442         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1443
1444         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1445         nnml-inhibit-expiry.
1446
1447         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1448         find out whether methods are equal.
1449
1450         * nnimap.el (nnimap-find-expired-articles): New function.
1451         (nnimap-process-expiry-targets): New function.
1452         (nnimap-request-move-article): Request the article before looking at
1453         what the Message-ID is.  Fix found by Andrew Cohen.
1454         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1455
1456         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1457         for oldness in addition to being a predicate.
1458
1459         * nnimap.el (nnimap-request-group): When we have zero articles, return
1460         the right data to Gnus.
1461         (nnimap-request-expire-articles): Only delete articles immediately if
1462         the target is 'delete.
1463
1464         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1465         method, this would bug out.
1466
1467         * gnus-group.el (gnus-group-expunge-group): Renamed from
1468         gnus-group-nnimap-expunge, and implemented as a normal interface
1469         function.
1470
1471         * gnus-int.el (gnus-request-expunge-group): New function.
1472
1473         * nnimap.el (nnimap-request-create-group): Implement.
1474         (nnimap-request-expunge-group): New function.
1475
1476 2010-09-21  Julien Danjou  <julien@danjou.info>
1477
1478         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1479         (gnus-html-cache-expired): Add new function.
1480         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1481         wethever we should display image for fetch it.
1482         Compute alt-text earlier to pass it to the fetching function too.
1483         (gnus-html-schedule-image-fetching): Change function argument to only
1484         get one image at a time, not a list.
1485         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1486         cache.
1487         (gnus-html-get-image-data): New function to retrieve image data from
1488         cache.
1489         (gnus-html-put-image): Change buffer argument to use image data rather
1490         than file, and place image above region rather than inserting a new
1491         one. Do not take alt-text as argument, since it's useless now: we place
1492         the image above alt-text.
1493         (gnus-html-prune-cache): Remove.
1494         (gnus-html-show-images): Start to fetch image when we find one, do not
1495         push into a temporary list.
1496         (gnus-html-prefetch-images): Only fetch image if they have expired.
1497         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1498         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1499
1500 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1503
1504 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1507         spec inser "*" if the group isn't active instead of 0.
1508
1509         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1510         opening the server.
1511         (nnimap-request-delete-group): Implement group deletion.
1512         (nnimap-transform-headers): Return the size of the entire message in
1513         the Bytes header, not just the size of the first part.
1514         (nnimap-request-move-article): When moving an article from nnimap,
1515         request the article first so the accepting form has an article to
1516         accept.  Reported by Dan Christensen.
1517         (nnimap-command): Make sure that the error message doesn't error out.
1518
1519 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1520
1521         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1522         we haven't requested anything.
1523
1524 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1527         "".  Fix found by Andrew Cohen.
1528
1529         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1530         instead of -encode-string.
1531
1532 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1535
1536         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1537         by mm-subst-char-in-string.
1538
1539 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1542         waiting for the connection string.
1543
1544         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1545         arriving.
1546
1547         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1548         bogus characters.  This allows selecting certain Gmail groups.
1549
1550         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1551         (nnimap-fetch-partial-articles): New variable.
1552         (nnimap-open-connection): When looking for credentials, also use the
1553         nnimap-server-port.
1554         (nnimap-request-article): Return the group/article number, so that Gnus
1555         `^' works as expected.
1556         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1557         them.
1558
1559         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1560         comments.
1561         (gnus-methods-sloppily-equal): New function.
1562         (gnus): When using the development version of Gnus, load the gnus-load
1563         file.
1564
1565         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1566         `gnus-open-server' on each method before trying to scan them etc.  This
1567         ensures that all the backend parameters are set correctly.
1568
1569         * nnimap.el (nnimap-authenticator): New variable.
1570         (nnimap-open-connection): Allow anonymous login.
1571         (nnimap-transform-headers): The chars header is called Chars not
1572         Bytes.
1573         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1574         drops.
1575
1576         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1577         patch, found by Knut Anders Hatlen.
1578
1579 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1580
1581         * gnus-agent.el (gnus-agent-batch-confirmation)
1582         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1583         to gnus-message.
1584         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1585         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1586         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1587         * gnus-int.el (gnus-open-server): Likewise.
1588         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1589         (gnus-score-check-syntax): Likewise.
1590         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1591         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1592         Likewise.
1593         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1594
1595 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1598         calling conventions so that prefetch doesn't bug out.
1599
1600 2010-09-19  Julien Danjou  <julien@danjou.info>
1601
1602         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1603         rather than `subst-char-in-region' in order to be able to replace ASCII
1604         char by UTF-8 ones.
1605
1606         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1607         than curl.
1608         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1609         the right URL and ALT text on images.
1610         (gnus-html-wash-tags): Fix tag case.
1611         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1612         (gnus-article-html): Add -o display_ins_del=2 option.
1613         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1614
1615 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1618         the extra mail headers, which sometimes seem to happen for unknown
1619         reasons.
1620
1621         * mail-parse.el (mail-header-encode-parameter): Define as
1622         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1623         (or most, perhaps?) mail readers don't understand the latter, but do
1624         understand the former.
1625
1626         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1627         to nil, so that no methods are automatically agentized.  I think this
1628         is probably what most users want.
1629
1630         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1631         from url-retrieve, for instance about invalid URLs.
1632
1633         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1634         groups that have no articles.
1635         (nnimap-request-article): Check that we really got an article when we
1636         requested one.
1637
1638         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1639         doesn't exist.
1640
1641         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1642         nntp buffer so the agent can save it.
1643         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1644         that CRLF doesn't get translated to \n.
1645         (nnimap-open-connection): Don't make 'shell commands only send \n.
1646
1647 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1648
1649         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1650         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1651         Update var name.
1652         (nnml-generate-nov-file): Use dolist.
1653         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1654         Use with-current-buffer.
1655
1656 2010-09-18  Julien Danjou  <julien@danjou.info>
1657
1658         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1659         parallel.
1660
1661 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1664         the range update right.
1665         (nnimap-request-group): Don't make `M-g' bug out on group with no
1666         marks.
1667         (nnoo): Required, so that other packages can require nnimap.
1668         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1669         command we're looking for.  This helps when the server sends more
1670         responses after we've gotten everything we expected.
1671         (nnimap): Add a `newlinep' field to keep track of end-of-line
1672         conventions.
1673         Don't send CRLF to things that don't want it.
1674         (nnimap-request-accept-article): Ditto.
1675
1676 2010-09-18  Julien Danjou  <julien@danjou.info>
1677
1678         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1679         than curl to retrieve images.
1680
1681 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1684         the marks.
1685         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1686         (nnimap-wait-for-connection): New function.
1687         (nnimap-open-connection): If we have PREAUTH, don't query for login
1688         credentials.
1689         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1690         when doing a partial update.
1691
1692 2010-09-18  Julien Danjou  <julien@danjou.info>
1693
1694         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1695         tags.
1696
1697 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nnimap.el (nnimap-credentials): New function.
1700         (nnimap-open-connection): Use the new function to look for credentials
1701         also on the numeric equivalents of "imap" and "imaps".
1702
1703         * gnus-start.el (gnus-activate-group): Send the info to
1704         gnus-request-group.
1705
1706         * nnimap.el (nnimap-request-group): Have the "check" version of the
1707         function parse flags and update the info, so that a `M-g' get a total
1708         resync of all flags from the group.
1709
1710         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1711         to allow backends to alter the info on group selection.  Also alter all
1712         the backend -request-group functions to take the parameter.
1713
1714         * nnimap.el (nnimap-store-info): New function.
1715         (nnimap-update-info): Store the info for later usage.
1716         (nnimap-request-group): Use the stored info for the dont-check case, so
1717         that we don't retrieve all marks when we enter a group.
1718
1719         * nnimap.el: Use deffoo instead of defun for interface functions.
1720
1721         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1722         update the group info.  This makes the nndraft groups, for instance, go
1723         back to their old behaviour.
1724
1725         * gnus-sum.el (gnus-select-newsgroup): Indent.
1726
1727         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1728         in.
1729         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1730         nothing.
1731
1732         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1733         from methods that are denied.
1734
1735         * gnus-int.el (gnus-method-denied-p): New function.
1736
1737         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1738         store the password instead of netrc.
1739         (nnimap-open-connection): Don't error out when we can't make a
1740         connections.
1741
1742         * auth-source.el (auth-source-create): In the password prompt, say what
1743         we're querying for.  Also prompt for user name if that hasn't been
1744         given.
1745
1746         * nnimap.el (nnimap-with-process-buffer): Removed.
1747
1748 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1751         method when we're reading from the agent.
1752
1753         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1754
1755         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1756         that's probably most useful for users.
1757
1758         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1759         "failed" all the time.
1760
1761         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1762         ...)) with (with-current-buffer ... ).
1763
1764         * nntp.el (nntp-open-server): Return whether the open was successful or
1765         not.
1766
1767         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1768         select an unread unseen article first.
1769
1770         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1771         /etc/services, supply some sensible port defaults.
1772
1773         * dgnushack.el: Define netrc-credentials.
1774
1775 2010-09-17  Julien Danjou  <julien@danjou.info>
1776
1777         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1778
1779 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1780
1781         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1782         doesn't have any parameters.
1783
1784 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785
1786         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1787         only upcased checks.
1788
1789         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1790
1791         * nnimap.el (nnimap-open-shell-stream): New function.
1792         (nnimap-open-connection): Use it.
1793         (nnimap-transform-headers): Get the number of lines in each message.
1794         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1795         number of lines.
1796         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1797         problem.
1798
1799         * utf7.el (utf7-encode): Autoload.
1800
1801         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1802         to allow the mail splitting to not return a default group.  This is
1803         useful for nnimap, which will leave unmatched mail in the inbox.
1804
1805         * nnimap.el: Rewritten.
1806
1807         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1808         nnimap usage.
1809
1810         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1811         if the move is internal, so that nnimap can do fast internal moves.
1812
1813         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1814         data.
1815         (gnus-read-active-for-groups): Support finishing the early retrieval of
1816         data.
1817
1818         * gnus-range.el (gnus-range-nconcat): New function.
1819
1820         * gnus-int.el (gnus-finish-retrieve-group-infos)
1821         (gnus-retrieve-group-data-early): New functions.
1822
1823 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1824
1825         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1826         (nnrss-retrieve-groups):
1827         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1828         (pop3-quit): Use with-current-buffer.
1829
1830 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1833         instead of nnheader-accept-process-output.
1834
1835         * dgnushack.el (dgnushack-compile): Add comment.
1836
1837         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1838
1839         * gnus-html.el (gnus-html-schedule-image-fetching)
1840         (gnus-html-prefetch-images): Replace process-kill-without-query by
1841         gnus-set-process-query-on-exit-flag.
1842
1843 2010-09-16  Romain Francoise  <romain@orebokech.com>
1844
1845         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1846
1847 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1850         parameter to unintern is mandatory-ish in Emacs 24.
1851
1852         * gnus-html.el (gnus-html-schedule-image-fetching)
1853         (gnus-html-prefetch-images): Check for curl before using it.
1854
1855         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1856         depend on curl, which isn't essential.
1857
1858         * imap.el: Revert back to version
1859         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1860         seem problematic.
1861
1862 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1863
1864         * gnus-registry.el (gnus-registry-install-shortcuts):
1865         Explicitly pass `obarray' to `unintern' to avoid a warning.
1866
1867 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1870         change.
1871
1872         * nnrss.el (nnrss-request-list): Removed this function and related
1873         functions, including the moreover stuff.
1874
1875 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * nnrss.el (nnrss-retrieve-groups): New function.
1878
1879 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1880
1881         * .dir-locals.el: Add no-byte-compile cookie.
1882
1883 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * time-date.el (format-seconds): Comment fix.
1886
1887         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1888         for back end that doesn't support request-scan.
1889
1890 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1893         then do request scans from the backends.
1894
1895         * netrc.el (netrc-credentials): New conveniency function.
1896
1897         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1898         avoid running a hook per line, since this takes a lot of time,
1899         profiling shows.
1900         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1901         directly if gnus-visual-p is true.
1902
1903 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1906         groups; replace mapcar with dolist which is a bit faster; pass groups
1907         info to gnus-read-active-file-1.
1908         (gnus-read-active-file-1): Scan only specified groups if the new
1909         optional arg `infos' is given.
1910
1911 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1914
1915         * pop3.el (pop3-movemail): Removed.
1916         (pop3-streaming-movemail): Renamed to pop3-movemail.
1917
1918         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1919         don't restrict end-tag searches to the end of the line.
1920
1921 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1922
1923         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1924         articles of every unchecked group to t, which means unknown since the
1925         server has never been opened.
1926
1927 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-html.el (gnus-html-show-alt-text): New command.
1930         (gnus-html-browse-image): Ditto.
1931         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1932         to browse the image directly.
1933         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1934         better.
1935
1936         * gnus-async.el (gnus-async-article-callback): Call
1937         `gnus-html-prefetch-images' unconditionally.
1938
1939         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1940         before feeding URLs to curl.
1941
1942 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1943
1944         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1945         internal images as deletable by `W D D'.
1946
1947         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1948         (gnus-async-article-callback): Fix typo.
1949
1950 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1953         current line to work around bugs in the output from w3m.
1954
1955         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1956         for groups that want that.
1957
1958         * nntp.el (nntp-wait-for-string): Supply a timeout for
1959         accept-process-output to ensure progress.
1960
1961         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1962         level to get unread articles from, then use that for foreign groups,
1963         too.
1964
1965         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1966         confuses the rest of the function.
1967
1968         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1969         for the methods that support -retrieve-groups, too.
1970
1971         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1972
1973 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1976         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1977
1978         * pop3.el: Require cl when compiling.
1979         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1980
1981 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1984         that aren't going to be activated.
1985         (gnus-get-unread-articles): Fix up the last commit.
1986
1987         * gnus-html.el (gnus-article-html): Allow calling without specifying
1988         the handle.  In that case, dissect the buffer first.
1989
1990         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1991
1992         * nnimap.el (nnimap-open-connection): Revert the change that would look
1993         into authinfo for imaps instead of imap.
1994
1995         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1996         say that you don't want to call gnus-request-group with don-check, but
1997         do check the reponse.  This is for virtual groups only.
1998         (gnus-get-unread-articles): Count the archive groups as secondary, so
1999         that they're activated the same way as before.
2000
2001         * imap.el (imap-message-map): Removed optional buffer parameter, since
2002         no callers use it.
2003         (imap-message-get): Ditto.
2004         (imap-message-put): Ditto.
2005         (imap-mailbox-map): Ditto.
2006         (imap-mailbox-put): Ditto.
2007         (imap-mailbox-get): Ditto.
2008         (imap-mailbox-get): Revert last change for this function.
2009
2010         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2011         case-insensitively.
2012         (nnimap-debug): Removed.
2013
2014         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2015         to use `imap-fetch' instead.  According to the comments, this should be
2016         safe, since all other IMAP clients use the 1:* syntax.
2017         (imap-enable-exchange-bug-workaround): Removed.
2018         (imap-debug): Removed -- doesn't seem very useful.
2019
2020         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2021         mail from a file, and the file doesn't exist.
2022
2023         * imap.el (imap-log): New convenience function used throughout instead
2024         of repeating the same code all over the place.
2025
2026         * pop3.el (pop3-streaming-movemail): Return t for success.
2027
2028         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2029         .authinfo if we're using ssl connection.
2030
2031         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2032         already have if we're in a main Gnus `g' run.
2033
2034         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2035
2036 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2039
2040         * nnmh.el (nnmh-request-list-1): Bind `file'.
2041
2042         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2043         alias to set-process-query-on-exit-flag or process-kill-without-query.
2044         (pop3-open-server): Use it.
2045
2046 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2049         box to the Incoming file.  Fixes mistake in previous checkin.
2050
2051         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2052         request loop (for debugging purposes) removed.
2053
2054         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2055         culprit is more visible.
2056         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2057         (nnml-add-incremental-nov): New functions to do "incremental" nov
2058         updates, where we just append to the end of the existing nov files
2059         without reading/writing them in full.
2060
2061         * mail-source.el (mail-source-delete-crash-box): Really only check the
2062         incoming files once in a while.
2063
2064         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2065
2066         * mail-source.el (mail-source-delete-crash-box): Only check the
2067         incoming files for deletion once per day to save a lot of file
2068         accesses.
2069
2070         * pop3.el (pop3-logon): Fix up unbound variable typo.
2071
2072         * mail-source.el (pop3-streaming-movemail): Autoload.
2073
2074         * pop3.el (pop3-streaming-movemail): Respect
2075         pop3-leave-mail-on-server.
2076
2077         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2078         retrieval.
2079
2080         * pop3.el (pop3-process-filter): Removed unused function.
2081         (pop3-streaming-movemail, pop3-send-streaming-command)
2082         (pop3-wait-for-messages, pop3-write-to-file)
2083         (pop3-number-of-responses): New functions for streaming pop3
2084         retrieval.
2085
2086         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2087         come from no known methods.
2088         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2089         list.
2090
2091         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2092         message sizes.
2093         (pop3-movemail): Use erase-buffer instead of looping and deleting
2094         regions, which seems rather odd.
2095
2096         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2097         file once per `g' run.
2098
2099         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2100         directories.  This makes the draft queue directory work.
2101
2102         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2103         data from the backends, so that we only request the list of groups from
2104         each method once.  This should speed things up considerably.
2105
2106         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2107         detect that it's not implemented.
2108
2109         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2110         we actually do recurse down into the tree, but don't stat all leaf
2111         nodes.
2112
2113         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2114         then say so instead of bugging out.
2115
2116         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2117         files exist before trying to read them.
2118
2119         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2120         around <pre_int>.
2121
2122         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2123
2124         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2125
2126 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * mm-util.el (mm-image-load-path): Just return the image directories,
2129         not all directories in the path in addition to the image directories.
2130         (mm-image-load-path): Maintain a cache of the image directories so that
2131         the `g' command in Gnus doesn't have to stat dozens of directories each
2132         time.
2133
2134         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2135         (gnus-html-wash-tags): Add a new `i' command to insert images.
2136         (gnus-html-insert-image): New command and keystroke.
2137         (gnus-html-redisplay-with-images): New command and keystroke.
2138         (gnus-html-show-images): Renamed command.
2139         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2140         spacers.
2141         (gnus-html-wash-tags): Decode entities at the end, so that entities
2142         inside the tags don't mess up the rest of the "parsing".
2143
2144         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2145         so that nnimap methods aren't agentized by default.  There's apparently
2146         many problems related to agent/imap behaviour.
2147
2148         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2149
2150         * gnus-html.el: Doc fix.
2151
2152 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2155         specifier-spec-list for Emacs 21.
2156
2157         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2158         glyph-width and glyph-height instead of display-graphic-p and
2159         image-size; make avoidance of displaying small images work for XEmacs.
2160
2161         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2162         for XEmacs.
2163
2164         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2165         of symbol that holds plist data.
2166         (gnus-process-plist): Remove plist of process after getting it.
2167
2168 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * message.el (message-generate-hashcash): Change default to
2171         'opportunistic if hashcash is installed.
2172
2173         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2174         (gnus-html-put-image): Only call image-size once, since it's somewhat
2175         time-consuming on remote X servers.
2176
2177 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2180         type on data, not a file name.
2181
2182         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2183         window-pixel-edges for Emacs 21.
2184
2185         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2186         decoded contents.
2187         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2188
2189 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2192         group line format, since it isn't very interesting.
2193
2194         * gnus-agent.el (gnus-agent-short-article),
2195         (gnus-agent-long-article): Increase values for these two variables,
2196         since most people are likely to have more network connection and
2197         storage than before.
2198
2199         * gnus.el (gnus-refer-article-method): Change default to 'current.
2200         When referring an article, the common behaviour is to refer it from the
2201         current select method, not the native select method.  The chances of
2202         the native select method having the message in question is rather slim
2203         these days.
2204
2205         * gnus-sum.el (gnus-auto-select-subject): Change default to
2206         `unseen-or-unread'.  I think it's likely that most people want to
2207         select an unseen article over a previously seen, but unread one.
2208
2209         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2210         means that in the article buffer none of the minor mode elements will
2211         be shown, usually, and this is not desirable in most cases.
2212
2213         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2214         that commands like `d' (and the like) go to the next line in the
2215         buffer, instead of the next unread article.  I think this is the
2216         behaviour that is most natural for most users.
2217         (gnus-single-article-buffer): Change default to nil, so that people can
2218         have as many article buffers open as they have summary buffer.  I think
2219         this is the most natural way for the groups to behave.
2220
2221         * message.el (message-generate-new-buffers): Change default to
2222         `unsent', so that all new message buffers start their names with the
2223         string "*unsent", and it's easier to find the buffers if you move from
2224         them.
2225
2226 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2229         small.  They're probably tracking images.
2230         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2231         (gnus-html-rescale-image): Yet another try at getting the image sizing
2232         right.
2233
2234         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2235         nntp-marks-file-name is nil.
2236
2237 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2238
2239         * gnus-html.el (gnus-html-wash-tags)
2240         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2241         Better logging.
2242
2243 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2246
2247         * gnus-html.el (gnus-html-wash-tags): Check the value of
2248         gnus-blocked-images in the summary buffer.
2249
2250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2253
2254 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2257         like "a", it seems like.
2258         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2259         since it needs to be picked from the correct buffer.
2260
2261         * nnwfm.el: Removed.
2262
2263         * nnlistserv.el: Removed.
2264
2265 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2266
2267         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2268         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2269
2270 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nnkiboze.el: Removed.
2273
2274         * nndb.el: Removed.
2275
2276         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2277         alt text.
2278         (gnus-html-rescale-image): Try to get the rescaling logic right for
2279         images that are just wide and not tall.
2280
2281         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2282         overshadow variable bindings.
2283
2284 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2285
2286         * gnus-html.el (gnus-html-wash-tags)
2287         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2288         extra logging.
2289
2290 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2293         (gnus-max-image-proportion): New variable.
2294         (gnus-html-rescale-image): New function.
2295         (gnus-html-put-image): Rescale images.
2296
2297 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2298
2299         Fix up some byte-compiler warnings.
2300         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2301         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2302         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2303         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2304         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2305         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2306         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2307
2308 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2309
2310         * gnus-html.el (gnus-article-html): Decode contents by charset.
2311
2312 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2315         (gnus-html-frame-width, gnus-blocked-images)
2316         * message.el (message-prune-recipient-rules): Add custom version.
2317         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2318
2319         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2320         functions.
2321
2322         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2323         gnus-process-get.
2324
2325 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2326
2327         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2328         instead of lsub directly.
2329
2330 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2331
2332         * nnwarchive.el: Removed.
2333
2334         * gnus-soup.el: Removed.
2335
2336         * nnsoup.el: Removed.
2337
2338         * nnultimate.el: Removed.
2339
2340         * gnus-html.el (gnus-blocked-images): New variable.
2341
2342         * message.el (message-prune-recipients): New function.
2343         (message-prune-recipient-rules): New variable.
2344
2345         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2346         guess whether a long line is natural text or not.
2347
2348         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2349         gnus-process-plist and friends for compatibility.
2350
2351 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2352
2353         * gnus-html.el: Require packages that define macros used in this file.
2354         (gnus-article-mouse-face): Declare to silence byte-compiler.
2355         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2356         process-get.
2357         (gnus-html-put-image): Use plist-get to avoid getf.
2358         (gnus-html-prefetch-images): Use with-current-buffer.
2359
2360 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * gnus-ems.el: Provide compatibility functions for
2363         gnus-set-process-plist.
2364
2365         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2366         header-line-format for XEmacs 21.4.
2367
2368         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2369         * gnus.el (gnus-valid-select-methods)
2370         * message.el (message-send-mail-partially-limit)
2371         * mm-decode.el (mm-text-html-renderer)
2372         * mml.el (mml-insert-mime-headers-always)
2373         * smiley.el (smiley-regexp-alist): Bump custom version.
2374
2375 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * gnus-html.el: require mm-url.
2378         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2379         with the url to `url'.
2380         (gnus-html-wash-tags): Support cid: URLs/images.
2381
2382 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2385         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2386         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2387
2388         * gnus-move.el: Removed file, since it doesn't really work.
2389
2390         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2391         UTF-8.  This seems to fix problems with some German web feeds.
2392
2393         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2394         at the top so that the proper colours are applied.
2395
2396         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2397         don't have dots in their names.
2398
2399         * gnus-art.el (gnus-article-view-part): Doc fix.
2400
2401         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2402         XEmacs-compatible.
2403         (gnus-html-put-image): Don't do images on non-graphic displays.
2404
2405         * nnslashdot.el: Removed this unused backend.
2406
2407         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2408         actions.
2409         (gnus-undo-register-1): Revert last change.
2410
2411         * gnus-group.el (gnus-group-completing-read): Protect against not
2412         having completion-styles bound.
2413
2414         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2415         make broken recipients happier.
2416
2417         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2418
2419         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2420         point parameter.
2421
2422         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2423
2424         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2425         completion-styles for group selection.
2426
2427 2009-02-04  Andreas Schwab  <schwab@suse.de>
2428
2429         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2430         headers and regexp-quote the match if necessary.
2431
2432 2009-03-24  Miles Bader  <miles@gnu.org>
2433
2434         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2435         the blinking smiley.
2436
2437 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2438
2439         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2440         blink smiley.
2441
2442 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2445         where the dribbel file lives exists.
2446
2447         * message.el (message-send-mail-partially-limit): Change the default to
2448         nil, since most people don't want this.
2449
2450         * mm-url.el (mm-url-decode-entities): Also decode entities like
2451         &#x3212.
2452
2453 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2454
2455         * gnus-sum.el (gnus-summary-idna-message):
2456         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2457         Hyperlink urls in docstrings with URL `...'.
2458
2459 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2460
2461         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2462         functions.
2463
2464 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2467         say what the mouseover text should be.
2468
2469         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2470         version of the mm-w3m-safe-url-regexp variable to only download images
2471         in the groups where we want that to happen.
2472
2473         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2474
2475         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2476         easier debugging.
2477         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2478         big pictures in the article buffer.
2479
2480         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2481         gnus-article-html.
2482         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2483         w3m.
2484
2485         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2486
2487 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2490         which doesn't exist.
2491
2492         * message.el (message-inhibit-ecomplete): New variable to allow some
2493         function to inhibit ecomplete address storage.
2494         (message-resend): Disable ecomplete message storage when resending
2495         messages.
2496
2497         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2498
2499 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2502         Save excursion while copying, moving, and deleting articles in order to
2503         prevent the cursor from jumping to unforeseen place.
2504
2505 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * lpath.el: No need to bind bookmark-current-buffer,
2508         bookmark-yank-point and bookmark-make-record-function.
2509
2510 2010-08-17  Glenn Morris  <rgm@gnu.org>
2511
2512         * gnus-sync.el: Require gnus components whose functions are used.
2513
2514         * gnus-art.el (bookmark-make-record-function):
2515         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2516         Declare for compiler.
2517
2518         * mm-url.el (mml-compute-boundary): Autoload.
2519
2520 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2523
2524 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         Typo fix "hoo4a" -> "hook".
2527
2528         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2529
2530 2010-08-14  Glenn Morris  <rgm@gnu.org>
2531
2532         * gnus-sync.el (gnus-sync): Fix defgroup version.
2533
2534 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2535
2536         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2537
2538         * gnus-sync.el: Fix docs.
2539         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2540         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2541
2542 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         Optimizations for gnus-sync.el.
2545
2546         * gnus-sync.el: Add docs about gnus-sync-backend
2547         possibilities.
2548         (gnus-sync-save): Remove unnecessary message.
2549         (gnus-sync-read): Optimize and show what groups were skipped.
2550
2551 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         Minor bug fixes for gnus-sync.el.
2554
2555         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2556         read the sync on get-new-news.
2557
2558         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2559         quiet.
2560
2561         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2562
2563 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2564
2565         Make saving and restoring of hidden threads work with overlays.
2566         Patch applied by Ted Zlatanov.
2567
2568         * gnus-sum.el (gnus-hidden-threads-configuration)
2569         (gnus-restore-hidden-threads-configuration): Update to deal with text
2570         properties, rather than searching for a magic character.
2571
2572 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2573
2574         New gnus-sync.el library for synchronization of marks.
2575
2576         * gnus-sync.el: New library for synchronization of marks.
2577
2578         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2579         renamed from `gnus-registry-grep-in-list'.
2580
2581         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2582
2583         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2584
2585 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2588         determining charset of text fails.
2589
2590 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * nnmail.el (nnmail-get-new-mail-1): Revert.
2593
2594         * nnml.el (nnml-active-number): Make sure names of newly created groups
2595         in nnml-group-alist are encoded.
2596
2597 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2600         containing non-ASCII characters in active file for nnml back end.
2601
2602 2010-07-24  David Engster  <dengste@eml.cc>
2603
2604         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2605         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2606
2607 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2608
2609         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2610         tag (Bug#6654).
2611
2612 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2615         the article buffer, not the summary buffer.
2616
2617 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2620         Emacs 23 as well.
2621
2622 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2625         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2626
2627 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2628
2629         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2630         Patch applied by Karl Fogel.
2631
2632         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2633         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2634
2635 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2636
2637         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2638         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2639         C-w still not working correctly from Article buffers; Thierry's
2640         patch to fix that will be applied after this.
2641
2642         * gnus-art.el (bookmark-make-record-function): New local variable.
2643
2644         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2645         article buffer.
2646         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2647
2648 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2649
2650         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2651         on changes in bookmark.el.
2652
2653 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2656         `no-log' instead of message not to log prompt string.
2657
2658 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2659
2660         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2661         the *other* type of HTML form submission.
2662
2663 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2664
2665         * auth-source.el (auth-source-pick): If choice does not contain a
2666         questioned keyword, set the check to t.
2667
2668 2010-06-12  Romain Francoise  <romain@orebokech.com>
2669
2670         * gnus-util.el (gnus-date-get-time): Move up before first use.
2671
2672 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2675         (gnus-article-edit-part): Bind it to make last part that is substituted
2676         or deleted visible.
2677         (gnus-mime-display-single): Buttonize part of which id equals to
2678         gnus-mime-buttonized-part-id.
2679
2680 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2681
2682         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2683         (gnus-dd-mmm): Use gnus-date-get-time.
2684         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2685         simplify logic.
2686         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2687         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2688
2689 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2690
2691         * auth-source.el (top): Autoload `secrets-list-collections',
2692         `secrets-create-item', `secrets-delete-item'.
2693         (auth-sources): Fix tag string.
2694         (auth-get-source, auth-source-retrieve, auth-source-create)
2695         (auth-source-delete): New defuns.
2696         (auth-source-pick): Rewrite in order to avoid 2 passes.
2697         (auth-source-forget-user-or-password): New parameter USERNAME.
2698         (auth-source-user-or-password): New parameters CREATE-MISSING and
2699         DELETE-EXISTING.  Retrieve password interactively, if needed.
2700
2701 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2702
2703         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2704         deleting unused directories when gnus-expert-user is t.
2705
2706 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2709         for each temp file when gnus-article-browse-delete-temp is ask.
2710
2711 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2712
2713         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2714         Lisp calls to delete-backward-char by calls to delete-char.
2715
2716 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2717
2718         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2719
2720 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2721
2722         * password-cache.el (password-cache-remove): Fix docstring.
2723
2724 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2727         article unless decoding article to be saved.
2728
2729 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2732         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2733         generated within the mm-with-unibyte-current-buffer macro.
2734
2735 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2738         to nil when we're in a mml-preview buffer and no group is selected.
2739
2740 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2741
2742         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2743         when catching the `C-g'.  Reported by "Leo".
2744
2745 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * message.el (message-forward-make-body-plain)
2748         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2749         multibyte-string-p.
2750
2751         * lpath.el: Revert.
2752
2753 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * message.el (message-forward-make-body-mml): Assume original message
2756         is multibyte string; error on unibyte.
2757         (message-forward-make-body-plain): Ditto; don't add excessive newline
2758         in body end.
2759
2760         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2761
2762 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2763
2764         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2765         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2766
2767 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * mm-extern.el (mm-extern-url): Don't use
2770         mm-with-unibyte-current-buffer.
2771         (mm-extern-cache-contents): Use with-current-buffer instead of
2772         save-excursion + set-buffer.
2773
2774 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * mm-util.el (mm-emacs-mule): Remove.
2777
2778 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2779
2780         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2781         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2782         change.
2783
2784 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2787         bind the default value of enable-multibyte-characters to nil.
2788
2789 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * message.el (message-forward-make-body-plain)
2792         (message-forward-make-body-mml):
2793         Don't use mm-with-unibyte-current-buffer.
2794
2795 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2796
2797         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2798
2799 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2800
2801         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2802         (Bug#5592).
2803
2804 2010-05-07  Julien Danjou  <julien@danjou.info>
2805
2806         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2807         it to mm-pipe-part.
2808
2809         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2810         it is given.
2811
2812 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * binhex.el (binhex-decode-region-internal)
2815         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2816         (dns-query)
2817         * nnweb.el (nnweb-gmane-search)
2818         * pgg-parse.el (pgg-parse-armor)
2819         * pgg.el (pgg-verify-region)
2820         * sha1.el (sha1-string-external)
2821         * uudecode.el (uudecode-decode-region-internal)
2822         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2823         XEmacs.
2824
2825         * gnus-art.el (gnus-article-browse-html-parts)
2826         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2827         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2828         make-temp-file.
2829
2830         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2831         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2832         compiling.
2833
2834         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2835         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2836         XEmacs when compiling.
2837
2838         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2839         gnus-pick-mode-off-hook for XEmacs when compiling.
2840         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2841         gnus-binary-mode-off-hook for XEmacs when compiling.
2842
2843         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2844         nil if char-charset is not available.
2845
2846         * imap.el (imap-disable-multibyte)
2847         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2848         macros.
2849
2850         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2851         instead of encode-coding-string.
2852
2853         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2854         'xemacs) instead of mm-emacs-mule to switch function definitions.
2855         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2856
2857         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2858         bind temporary-file-directory for XEmacs;
2859         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2860         timer-set-function for XEmacs 21.4 and SXEmacs;
2861         bind timer-list for XEmacs 21.4 and SXEmacs;
2862         fbind char-charset and find-charset-region for non-Mule XEmacs;
2863         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2864         encode-coding-region and encode-coding-string for XEmacs having no
2865         file-coding feature.
2866
2867 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2868
2869         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2870
2871 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2874         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2875
2876 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2877
2878         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2879         alias `jka-compr-delete-temp-file' no longer exists.
2880
2881 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2882
2883         Use define-minor-mode in Gnus where applicable.
2884         * mml.el (mml-mode): Use define-minor-mode.
2885         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2886         (gnus-undo-mode): Use define-minor-mode.
2887         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2888         (gnus-dead-summary-mode): Use define-minor-mode.
2889         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2890         Initialize in declaration.
2891         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2892         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2893         (gnus-mailing-list-mode): Use define-minor-mode.
2894         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2895         (gnus-draft-mode): Use define-minor-mode.
2896         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2897         (gnus-dired-mode): Use define-minor-mode.
2898
2899 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2900
2901         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2902         handles on recursive mml-to-mime translation and check them for
2903         boundary delimiter collisions.  Reported by Greg Troxel.
2904
2905 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2908
2909 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2910
2911         * mm-util.el (mm-find-buffer-file-coding-system):
2912         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2913
2914 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2915
2916         * message.el (message-generate-headers): Record insertion of optional
2917         headers as well.  Otherwise the check to prevent repeated insertion of
2918         optional headers is a no-op.
2919
2920 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * smime.el: Don't mention CVS.
2923
2924         * nnrss.el (nnrss-fetch): Don't mention CVS.
2925
2926         * nnir.el: Don't mention CVS.
2927
2928 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2929
2930         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2931
2932 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * lpath.el: Fbind bookmark-default-handler,
2935         bookmark-get-bookmark-record, bookmark-make-record-default,
2936         bookmark-prop-get for Emacs <23 and XEmacs.
2937
2938 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2941         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2942         Use with-current-buffer to silence the byte-compiler.
2943         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2944         bother to require `gnus'.
2945         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2946
2947 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2948
2949         * gnus-sum.el (gnus-summary-bookmark-make-record)
2950         (gnus-summary-bookmark-jump): New functions.
2951         (gnus-summary-mode): Setup bookmark support.
2952
2953 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2954
2955         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2956         if set.
2957
2958 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2961         gnus-article-browse-html-save-cid-image; make it work recursively for
2962         forwarded messages as well.
2963         (gnus-article-browse-html-parts): Work when prefix arg is given.
2964         (gnus-article-browse-html-article): Doc fix.
2965
2966 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2967
2968         * message.el (message-default-mail-headers):
2969         (message-default-headers): Carry the value mail-default-headers over
2970         into message-default-mail-headers, rather than message-default-headers.
2971
2972 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2973
2974         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2975         charset.
2976
2977         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2978         charset into the <meta> tag when the article is encoded to utf-8.
2979
2980 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2983         directories as well.
2984         (gnus-article-browse-html-parts): Work for images that do not specify
2985         file names; delete temp directory when quitting; insert header at the
2986         right place; use file: scheme for image files.
2987
2988 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2989
2990         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2991         (gnus-article-browse-html-parts): Use it to make temporary cid image
2992         files in addition to html file so that browser may display them.
2993
2994 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2997
2998 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2999
3000         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3001
3002 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3005         about Secret Service API sources.  Improve Customize options.
3006         (auth-source-pick): Change to accept any number of search parameters.
3007         Implement fallbacks iteratively, not recursively.  Add scoring on the
3008         second pass and sort by score.  Call Secret Service API when needed.
3009         (auth-source-user-or-password): Use it.  Call Secret Service API
3010         directly when needed to get the user name and the password.
3011
3012 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3013
3014         * message.el (message-interactive): Doc fix.
3015         (message-qmail-inject-args): Reflow.
3016         (message-kill-to-signature): Fix typo in docstring.
3017
3018         * smiley.el (smiley-buffer): Fix typo in docstring.
3019
3020 2010-03-24  Glenn Morris  <rgm@gnu.org>
3021
3022         * mail-source.el (gnus-message): Declare.
3023         (mail-source-delete-old-incoming): Require gnus-util.
3024
3025 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3028
3029         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3030
3031         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3032         password-cache's default if it is not bound.
3033         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3034         password-cache-expiry's default if it is not bound.
3035
3036         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3037         available in Emacs 21.
3038
3039         * lpath.el: Suppress compiler warnings for:
3040         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3041         XEmacs;
3042         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3043         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3044         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3045
3046 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3047
3048         * auth-source.el (auth-sources): Fix up definition so extra parameters
3049         are always inline.
3050
3051 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3052
3053         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3054         wasn't updated after mismatch.  Clear cached mailbox info correctly
3055         when uidvalidity changes.
3056         (nnimap-group-prefixed-name): New function to avoid some code
3057         duplication.
3058         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3059         (nnimap-request-group): Use it.
3060         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3061         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3062         with many imap folders.  This is done by caching the group status from
3063         the imap server persistently in a group parameter `imap-status'.  (This
3064         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3065         but not persistently, so every Gnus startup was still very slow.)
3066
3067 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3068
3069         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3070         delete the extra newline.  Otherwise editing of :string and :number
3071         types don't work.
3072
3073 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3074
3075         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3076         secrets.el dependency.
3077         (auth-sources): Add optional user name.  Add secrets.el configuration
3078         choice (unused right now).
3079
3080 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3081
3082         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3083         `gnus-registry-install-shortcuts' fill in the functions.
3084
3085         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3086         warnings.
3087         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3088         (gnus-registry-install-shortcuts): Populate and use it in a
3089         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3090
3091 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3092
3093         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3094         In-place substitutions for the group name encoding/decoding.
3095         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3096         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3097         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3098         (nnimap-update-unseen, nnimap-request-list)
3099         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3100         (nnimap-request-set-mark, nnimap-split-to-groups)
3101         (nnimap-split-articles, nnimap-request-newgroups)
3102         (nnimap-request-create-group, nnimap-request-accept-article)
3103         (nnimap-request-delete-group, nnimap-request-rename-group)
3104         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3105         `encoded-mbx' for consistency.
3106         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3107         variable `imap-current-mailbox'.
3108
3109         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3110         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3111
3112 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3113
3114         * pop3.el (pop3-display-message-size-flag): Display message size byte
3115         counts during POP3 download.
3116         (pop3-movemail): Use it.
3117         (pop3-list): Implement listing of available messages.
3118
3119 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3120
3121         * nnir.el (nnir-get-article-nov-override-function): New function to
3122         override the normal NOV retrieval.
3123         (nnir-retrieve-headers): Use it.
3124
3125 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3126
3127         * auth-source.el (netrc-machine-user-or-password): Autoload.
3128
3129 2010-03-19  Glenn Morris  <rgm@gnu.org>
3130
3131         Stop message.el from loading about 40 libraries it doesn't always need.
3132         The general approach is to autoload rather than require, and to
3133         require in the specific functions rather than the file.  (Bug#5642)
3134
3135         * gmm-utils.el: Don't require wid-edit.
3136         (widget-create-child-value, widget-convert, widget-default-get):
3137         Autoload.
3138
3139         * gnus-util.el: Don't require time-date, netrc.
3140         (message-fetch-field, gnus-group-name-decode): Declare rather than
3141         autoloading.
3142         (gnus-fetch-field): Require message.
3143         (gnus-decode-newsgroups): Require gnus-group.
3144
3145         * ietf-drums.el: Don't require time-date.
3146
3147         * message.el: Don't require hashcash, canlock, ecomplete.
3148         Do require mail-utils.  Require nnheader only when compiling.
3149         (smtpmail-default-smtp-server): Remove declaration.
3150         (message-send-mail-function): Check smtpmail-default-smtp-server
3151         is bound rather than requiring smtpmail.
3152         (message-auto-save-directory, message-insert-signature): Use
3153         expand-file-name rather than nnheader-concat.
3154         (nnheader-insert-file-contents): Autoload.
3155         (hashcash-wait-async): Declare.
3156         (message-send-mail): Only call gnus-setup-posting-charset if
3157         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3158         (message-send-mail-with-sendmail): Require sendmail.
3159         (canlock-password, canlock-password-for-verify): Declare.
3160         (message-canlock-password): Require canlock.
3161         (nnheader-get-report): Autoload.
3162         (gnus-setup-posting-charset): Declare.
3163         (message-send-news): Require gnus-msg.
3164         (message-make-references, message-make-in-reply-to): Use mail-header-id
3165         rather than the alias mail-header-message-id.
3166         (ecomplete-add-item, ecomplete-save): Declare.
3167         (message-put-addresses-in-ecomplete): Require ecomplete.
3168         (ecomplete-display-matches): Autoload.
3169
3170         * mm-decode.el: Don't require mailcap, gnus-util.
3171         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3172         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3173         Autoload.
3174         (mailcap-mime-extensions): Declare.
3175
3176         * mm-encode.el: Don't require mailcap.
3177         (mailcap-extension-to-mime): Autoload.
3178
3179         * mml-sec.el: Don't require password-cache.
3180
3181         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3182         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3183         (mml-minibuffer-read-type): Require mailcap.
3184         (mml-preview): Require gnus-msg.
3185
3186         * mml1991.el: Require password-cache.
3187         (password-cache-expiry): Remove declaration.
3188
3189         * mml2015.el: Require password-cache.
3190         (password-cache-expiry): Remove declaration.
3191
3192         * nneething.el (mailcap): Require mailcap.
3193
3194         * nnheader.el (declare-function): Add compatibility stub.
3195         (message-remove-header): Declare rather than autoload.
3196         (nnheader-replace-header): Require message.
3197
3198         * nnimap.el (declare-function): Add compatibility stub.
3199         (netrc-parse, netrc-machine-user-or-password): Declare.
3200         (nnimap-open-connection): Require netrc.
3201
3202         * nntp.el (declare-function): Add compatibility stub.
3203         (netrc-parse, netrc-machine, netrc-get): Declare.
3204         (nntp-send-authinfo): Require netrc.
3205
3206         * rfc2047.el: Don't require qp.
3207         (quoted-printable-encode-region, quoted-printable-decode-string):
3208         Autoload.
3209
3210         * sieve-mode.el: Don't require easymenu.
3211         (easy-menu-add-item): Autoload it.
3212
3213         * spam-stat.el (time-to-number-of-days): Autoload it.
3214
3215 2010-03-19  Glenn Morris  <rgm@gnu.org>
3216
3217         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3218
3219 2010-03-18  Glenn Morris  <rgm@gnu.org>
3220
3221         * hashcash.el (declare-function): Remove duplicate definition.
3222
3223 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3224
3225         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3226         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3227         value if any backslash escapes).
3228
3229 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3232         if it is available.  (bug#5647)
3233
3234         * lpath.el: Suppress compiler warning for coding-system-from-name for
3235         Emacs 21 and XEmacs.
3236
3237 2010-03-14  Juri Linkov  <juri@jurta.org>
3238
3239         * hmac-def.el:
3240         * hmac-md5.el:
3241         * netrc.el: Fix keywords.
3242
3243 2010-02-26  Glenn Morris  <rgm@gnu.org>
3244
3245         * message.el (message-send-mail-function): Change the default, so that
3246         it inherits from a customized send-mail-function.  (Bug#5643)
3247
3248 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3249
3250         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3251         shell-command-to-string signals an error (bug#5299).
3252
3253 2010-02-24  Glenn Morris  <rgm@gnu.org>
3254
3255         * message.el (message-smtpmail-send-it)
3256         (message-send-mail-with-mailclient): Doc fixes.
3257
3258 2010-02-16  Glenn Morris  <rgm@gnu.org>
3259
3260         * message.el (message-default-mail-headers): Change the default value
3261         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3262
3263 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3266         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3267
3268 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3269
3270         * time-date.el (date-to-time): Doc fix (Bug#5408).
3271
3272 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3273
3274         * message.el (message-mail): Just pass yank-action on to message-setup.
3275         (message-setup): Handle (FUN . ARGS) form of yank-action.
3276         (message-with-reply-buffer, message-widen-reply)
3277         (message-yank-original): Handle non-buffer values of
3278         message-reply-buffer (Bug#4080).
3279         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3280
3281 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3282
3283         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3284         Fix typo in docstring.
3285
3286 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3287
3288         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3289         response.
3290
3291 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3294
3295         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3296
3297         * message.el (message-check-news-header-syntax): Protect against a
3298         string that `rfc822-addresses' returns when parsing fails.
3299
3300 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3303         (gnus-previous-char-property-change): New functions.
3304
3305         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3306
3307 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3308
3309         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3310         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3311
3312 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3313
3314         * message.el (message-exchange-point-and-mark): Rework last change to
3315         avoid using optional arg of exchange-point-and-mark, for backward
3316         compatibility.
3317
3318 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3319
3320         * message.el (message-exchange-point-and-mark): Call
3321         exchange-point-and-mark with an argument rather than setting
3322         mark-active by hand (Bug#5175).
3323
3324 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * nntp.el (nntp-service-to-port): Work for service expressed with
3327         numeric string; replace [:digit:] with [0-9] for XEmacs.
3328
3329 2009-12-17  Glenn Morris  <rgm@gnu.org>
3330
3331         * gnus-group.el (gnus-bug-group-download-format-alist):
3332         Change emacs entry to debbugs.gnu.org.  Bump :version.
3333
3334 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3335
3336         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3337
3338 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * message.el (message-info): Explain why we use `Info-goto-node'.
3341
3342 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3345
3346 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3347
3348         * message.el (message-completion-in-region): New compatibility function.
3349         (message-expand-group): Use it.
3350
3351 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3354         with no unread article should be listed if the 2nd arg `predicate' is
3355         given.
3356
3357 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3360
3361 2009-11-29  Juri Linkov  <juri@jurta.org>
3362
3363         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3364         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3365         on `gnus-recenter'. (Bug#4698, Bug#4981)
3366
3367 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3368
3369         * sha1.el (sha1-string-external): default-directory "/" in case
3370         otherwise non-existent.  process-connection-type pipe for touch of
3371         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3372
3373 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3374
3375         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3376         it's comms related and sgml-mode.el has "comm" on that basis too.
3377
3378 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3381         containing tspecial characters if they have been already quoted.
3382
3383 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3384
3385         * dns-mode.el (auto-mode-alist): Purecopy string.
3386
3387 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3388
3389         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3390
3391 2009-10-24  Glenn Morris  <rgm@gnu.org>
3392
3393         * gnus-art.el (help-xref-stack-item): Define for compiler.
3394
3395 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3396
3397         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3398
3399 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3402
3403 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3406         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3407
3408 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3411         (gnus-overlays-in): New alias to overlays-in.
3412
3413         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3414         gnus-overlay-get, and gnus-delete-overlay.
3415         (gnus-summary-show-thread): Make it work as well for systems in which
3416         next-single-char-property-change is not available.
3417         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3418
3419         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3420         (gnus-overlay-get): New alias to extent-property.
3421         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3422
3423         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3424         SXEmacs.
3425
3426         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3427         SXEmacs.
3428
3429 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3432
3433 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3434
3435         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3436         and XEmacs that don't have `remove-overlays'.
3437
3438 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3439
3440         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3441         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3442         selective display.  Use overlays instead.
3443
3444 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3445
3446         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3447
3448 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3449
3450         * spam-stat.el (spam-stat-load): Fix typo in message.
3451
3452 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3453
3454         * dig.el (dig-invoke): Fix typo in docstring.
3455         (query-dig): Reflow docstring.
3456
3457 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3458
3459         * gnus-art.el (gnus-article-encrypt-body):
3460         * message.el (message-check-recipients):
3461         * mm-util.el (mm-codepage-setup):
3462         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3463         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3464
3465 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3466
3467         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3468         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3469         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3470         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3471         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3472
3473 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3474
3475         * dig.el: Add "Keywords: comm", as per net-utils.el.
3476
3477 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3478
3479         * dig.el (dig-mode): Use define-derived-mode.
3480
3481 2009-09-19  Glenn Morris  <rgm@gnu.org>
3482
3483         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3484
3485 2009-09-18  Glenn Morris  <rgm@gnu.org>
3486
3487         * gnus-diary.el (gnus-diary-check-message):
3488         * message.el (message-insert-formatted-citation-line):
3489         * nnbabyl.el (top-level):
3490         * nndiary.el (nndiary-schedule):
3491         Fix typos in condition-case handlers.
3492
3493 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3496         configuration that provides the sole article window in a frame;
3497         position point correctly after deleting a part.
3498
3499 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3500
3501         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3502         (spam-resolve-registrations-routine): Use it to unregister articles
3503         that change status.
3504
3505 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3508         with XEmacs.
3509         (parse-time-string-chars): Use it.
3510
3511 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3512
3513         * imap.el (imap-interactive-login): Better messages.
3514         (imap-open): Fix bug with renamed buffer on reconnect.
3515         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3516         for easier debugging and cleaner code.  On successful (guessed based on
3517         server capabilities) secondary authentication, set imap-state
3518         correctly.
3519         (imap-last-authenticator): Define imap-last-authenticator as a variable
3520         to avoid warnings.
3521
3522 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3523
3524         * nnrss.el (nnrss-request-article): Remove binding of
3525         default-enable-multibyte-characters that has gotten needless by
3526         the 2007-07-13 change in rfc2047-encode-message-header.
3527
3528         * mml.el (mml-insert-multipart): Error on the message header.
3529         (mml-insert-part): Error on the message header; position point at
3530         the end of a MIME tag.
3531
3532 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3533
3534         * time-date.el (autoload): Expand define-obsolete-function-alias into
3535         defalias and make-obsolete for old Emacsen that Gnus supports.
3536         (with-no-warnings): Define it for old Emacsen.
3537         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3538         is available.
3539         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3540         float-time is available; suppress compile warning for time-to-seconds.
3541
3542         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3543         (gnus-float-time): Alias to float-time if it exists.
3544
3545         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3546         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3547         float-time is available; suppress compile warning for time-to-seconds.
3548
3549         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3550         XEmacs.
3551
3552 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3553
3554         * imap.el (imap-message-map): Docstring fix.
3555
3556 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3559         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3560         Add the optional argument `encoding' that overrides the default.
3561
3562         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3563         mm-encode-buffer.
3564
3565 2009-09-04  Glenn Morris  <rgm@gnu.org>
3566
3567         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3568         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3569         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3570         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3571         * mm-util.el (mm-with-unibyte-current-buffer)
3572         (mm-find-buffer-file-coding-system):
3573         * yenc.el (yenc-decode-region): Use default-value rather than
3574         default-enable-multibyte-characters.
3575
3576 2009-09-03  Glenn Morris  <rgm@gnu.org>
3577
3578         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3579         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3580         than default-enable-multibyte-characters.
3581
3582 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3583
3584         * gnus-art.el (gnus-article-read-summary-keys):
3585         Fix gnus-buffer-configuration's value temporarily used.
3586
3587 2009-09-02  Glenn Morris  <rgm@gnu.org>
3588
3589         * gnus-util.el (gnus-float-time): New function.
3590         * gnus-delay.el (gnus-delay-article):
3591         * gnus-sum.el (gnus-thread-latest-date):
3592         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3593         * nnspool.el (nnspool-request-newgroups):
3594         Use gnus-float-time rather than time-to-seconds.
3595         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3596
3597         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3598         (gnus-header-subject-face, gnus-header-newsgroups-face)
3599         (gnus-header-name-face, gnus-header-content-face):
3600         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3601         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3602         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3603         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3604         (gnus-cite-face-11):
3605         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3606         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3607         (gnus-server-closed-face, gnus-server-denied-face)
3608         (gnus-server-offline-face):
3609         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3610         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3611         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3612         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3613         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3614         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3615         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3616         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3617         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3618         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3619         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3620         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3621         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3622         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3623         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3624         (gnus-summary-high-undownloaded-face)
3625         (gnus-summary-low-undownloaded-face)
3626         (gnus-summary-normal-undownloaded-face)
3627         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3628         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3629         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3630         (gnus-splash-face):
3631         * message.el (message-header-to-face, message-header-cc-face)
3632         (message-header-subject-face, message-header-newsgroups-face)
3633         (message-header-other-face, message-header-name-face)
3634         (message-header-xheader-face, message-separator-face)
3635         (message-cited-text-face, message-mml-face):
3636         * sieve-mode.el (sieve-control-commands-face)
3637         (sieve-action-commands-face, sieve-test-commands-face)
3638         (sieve-tagged-arguments-face):
3639         * spam.el (spam-face):
3640         Mark face aliases with "-face" in the name as obsolete.
3641
3642 2009-09-01  Glenn Morris  <rgm@gnu.org>
3643
3644         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3645         than goto-line.
3646
3647 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3650         Don't move point if the command is invoked inside the message header.
3651
3652 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3653
3654         * imap.el (imap-send-command): Simplify.
3655         (imap-wait-for-tag): point-max -> buffer-size.
3656
3657 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3658
3659         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3660         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3661         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3662         * nnir.el (nnir-swish-e-index-file):
3663         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3664         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3665         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3666         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3667         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3668         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3669
3670 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3671
3672         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3673         Don't save excursion.
3674
3675 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3676
3677         * nnheader.el (nnheader-find-file-noselect):
3678         * mm-util.el (mm-insert-file-contents):
3679         Use (default-value 'major-mode) instead of default-major-mode.
3680
3681 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3682
3683         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3684
3685 2009-08-26  Glenn Morris  <rgm@gnu.org>
3686
3687         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3688         than placing in files.el.
3689
3690 2009-08-25  Glenn Morris  <rgm@gnu.org>
3691
3692         * nnir.el (top-level): Don't require cl at run-time.
3693         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3694         Replace cl-function substitute with gnus-replace-in-string.
3695         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3696         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3697         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3698         simplified expansions.
3699
3700 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3701
3702         * dig.el (dig): Add autoload cookie.
3703
3704 2009-08-22  Glenn Morris  <rgm@gnu.org>
3705
3706         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3707         goto-line.
3708
3709 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3710
3711         * parse-time.el (parse-time-string-chars): Save match data.
3712
3713 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3714
3715         * parse-time.el (parse-time-string-chars): Compute using character
3716         classes, to handle non-ascii characters (Bug#3190).
3717
3718 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3721
3722         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3723         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3724         (gnus-mm-display-part, gnus-mime-display-single)
3725         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3726         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3727
3728         * gnus-sum.el
3729         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3730         (gnus-summary-move-article): Add expirable mark to articles copied or
3731         moved to group that has auto-expire turned on if the option is non-nil.
3732
3733 2009-07-24  Glenn Morris  <rgm@gnu.org>
3734
3735         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3736         Fix typo.  (Bug#3903)
3737
3738 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3741         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3742         that should not be used for draft articles.
3743         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3744         that has no concern in minor mode keys.
3745         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3746         Abolish.
3747
3748 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3751         article without making inquiry to a user for unknown encoding.
3752
3753         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3754         (nnmaildir--scan): Assume i-node and device number that file-attributes
3755         returns might be cons-cell.
3756
3757         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3758
3759         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3760
3761 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3762
3763         * auth-source.el: Remove docs now in auth.texi.  Don't use
3764         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3765         `auth-source-hide-passwords' and use them.
3766
3767 2009-07-15  Glenn Morris  <rgm@gnu.org>
3768
3769         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3770
3771 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3774         excessive whitespace from the default values of title and description.
3775
3776 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3779         mail-fetch-field to fetch Content-Description header in order to
3780         exclude newlines.
3781
3782 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3783
3784         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3785         format used by GnuPG 2.0.11.
3786
3787 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3790         to deleted part.
3791
3792 2009-05-30  David Engster  <dengste@eml.cc>
3793
3794         * nnmairix.el: Remove old documentation in the commentary block.
3795         (nnmairix-request-group): Do not update active file for nnml back ends.
3796         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3797         end so that overview files are ignored.
3798         (nnmairix-update-groups): Make updating the groups more robust by using
3799         marks.
3800         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3801         with dollar characters in message-id.
3802
3803 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3804
3805         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3806         2008-12-25 in dns.el.
3807
3808 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3809
3810         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3811         could happen if the text is only composed of spaces and/or tabs.
3812
3813 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3814
3815         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3816         when sending a queued message to avoid extra mml tags.
3817
3818 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3821
3822 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3825         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3826         rmail-toggle-header for XEmacs;
3827         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3828
3829 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * gnus-dired.el: Remove autoload for gnus-setup-message.
3832         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3833         displaying Gnus logo; always use compose-mail.
3834
3835 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3838
3839 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3842         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3843         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3844         available.
3845         (gnus-nocem-epg-verify): New function.
3846
3847 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3848
3849         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3850
3851 2009-02-15  Glenn Morris  <rgm@gnu.org>
3852
3853         * gnus-util.el (rmail-insert-rmail-file-header)
3854         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3855         autoloads.
3856         (rmail-default-rmail-file): Remove unnecessary declaration.
3857         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3858
3859 2009-02-14  Glenn Morris  <rgm@gnu.org>
3860
3861         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3862         variable (only used in gnus-util, which declares it anyway).
3863         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3864         which was only needed by gnus-art (changed to not use it any more).
3865         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3866         only used in gnus-util, which autoloads it itself.
3867         (rmail-update-summary): Fix autoload.
3868
3869         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3870         rather than rmail-output-to-rmail-file.
3871
3872 2009-02-07  Glenn Morris  <rgm@gnu.org>
3873
3874         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3875         autoload of function that no longer exists.
3876         (rmail-toggle-header): Declare.
3877         (message-forward-rmail-make-body): Handle mbox Rmail.
3878
3879 2009-01-31  Glenn Morris  <rgm@gnu.org>
3880
3881         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3882         2009-01-09 change.
3883
3884 2009-01-31  Dave Love  <fx@gnu.org>
3885
3886         * imap.el (imap-fetch-safe): Bind debug-on-error.
3887         (imap-debug): Add imap-fetch-safe.
3888
3889 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3890
3891         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3892         (auth-source-forget-all-cached): New convenience function.
3893         (auth-source-user-or-password): Accept list of modes or a single mode.
3894
3895         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3896         auth-source modes.
3897
3898         * netrc.el (netrc-machine-user-or-password): Use list of
3899         auth-source modes.
3900
3901         * nnimap.el (nnimap-open-connection): Use list of
3902         auth-source modes.
3903
3904         * nntp.el (nntp-send-authinfo): Use list of
3905         auth-source modes.
3906
3907 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3910         now.
3911
3912 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3913
3914         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3915         coding system in XEmacs; add a workaround for XEmacs.
3916
3917         * lpath.el: Fbind coding-system-aliasee.
3918
3919 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3922         of current-language-environment.
3923
3924 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3927         available at runtime.
3928
3929 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3932
3933 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3934
3935         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3936         the greatest positive fixnum value doesn't work under an XEmacs with
3937         bignum support; use the most-positive-fixnum constant instead,
3938         available since Emacs 21.1 with cl and XEmacs 21.1.
3939
3940 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3943         XEmacs gets not to work.
3944
3945 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * mm-util.el (mm-coding-system-priorities): Allow the value like
3948         "Japanese (UTF-8)" of current-language-environment.
3949
3950 2009-01-09  Glenn Morris  <rgm@gnu.org>
3951
3952         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3953         with last-command-event.
3954
3955 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3958         in the doc string.
3959
3960         * message.el (message-fix-before-sending): Amend comment.
3961
3962 2009-01-08  Dave Love  <fx@gnu.org>
3963
3964         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3965
3966 2009-01-07  David Engster  <dengste@eml.cc>
3967
3968         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3969         simplified server definitions by converting it via
3970         gnus-server-to-method.
3971
3972 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3975         parameter's operands.
3976
3977 2009-01-06  David Engster  <dengste@eml.cc>
3978
3979         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3980         primary select method (for gnus-group-mark-article-as-read).
3981
3982 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3983
3984         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3985         `(gnus)Face', not `(gnus)X-Face'.
3986
3987 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * mm-util.el (mm-ucs-to-char): New function.
3990
3991         * mm-url.el (mm-url-decode-entities): Use it.
3992
3993         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3994         unicode-to-char.
3995
3996 2009-01-05  Dave Love  <fx@gnu.org>
3997
3998         * time-date.el: Require cl for `declare'.
3999
4000 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4003         Dave Love.
4004
4005 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * message.el (message-fix-before-sending): Add `eight-bit' to
4008         illegible-text check.
4009
4010 2009-01-03  Michael Olson  <mwolson@gnu.org>
4011
4012         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4013         `headers' is nil.  This can occur if the IMAP server does not have
4014         permissions to read messages from a folder, but can write new messages
4015         to the folder.
4016         (nnimap-request-article-part): Do not insert `data' if it is nil.
4017
4018         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4019         characters which will confuse `read', so skip past them.
4020
4021 2009-01-01  Dave Love  <fx@gnu.org>
4022
4023         * imap.el (imap-string-to-integer): Fix typo.
4024         (imap-fetch-safe): New function.
4025         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4026
4027         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4028
4029         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4030         (imap-parse-greeting): Fix doc strings.
4031         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4032         (imap-parse-flag-list): Make messages unique.
4033         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4034
4035         * nnimap.el: Fix author email.
4036         (nnimap-split-rule): Add FIXME comment.
4037         (nnimap-debug): Fix doc string.
4038
4039 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4040
4041         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4042
4043 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4046         nslookup if resolv.conf isn't available.
4047         (dns-query): Rename from query-dns.
4048         (dns-query-cached): Rename from query-dns-cached.
4049
4050 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4053         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4054         to check if those variables exist (first appeared in Emacs 18.50).
4055
4056 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * mm-util.el (mm-line-number-at-pos): New function.
4059
4060         * spam-report.el (spam-report-process-queue): Use it.
4061
4062 2008-12-24  David Engster  <dengste@eml.cc>
4063
4064         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4065         parameters that haven't existed as variables as buffer-local variables.
4066
4067 2008-12-23  Dave Love  <fx@gnu.org>
4068
4069         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4070         cadar.
4071
4072         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4073         imap-starttls-p.
4074         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4075
4076 2008-12-22  Dave Love  <fx@gnu.org>
4077
4078         * imap.el: Fix author email.  Doc fixes.
4079         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4080         reply.
4081
4082 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * spam-report.el (spam-report-gmane-max-requests): New constant.
4085         (spam-report-gmane-wait): New variable.
4086         (spam-report-gmane-ham, spam-report-gmane-spam)
4087         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4088         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4089         the server.
4090
4091         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4092         Add explanations.
4093
4094         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4095         nnheader-accept-process-output and nnheader-read-timeout if available.
4096         (pop3-movemail): Use it.
4097
4098         * message.el (message-check-news-body-syntax): Fix signature check if
4099         there's an attachment.
4100
4101 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * mm-util.el: Add comments to the mm- emulating functions.
4104
4105 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4108         by Stephen Berman <stephen.berman@gmx.net>.
4109
4110 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * mm-util.el (mm-substring-no-properties): New function.
4113         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4114         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4115         (mm-string-to-multibyte): Doc fix.
4116
4117         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4118
4119 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4120
4121         * mml.el (mml-attach-file): Strip text properties from file name.
4122         (Bug#1574)
4123
4124 2008-12-16  Glenn Morris  <rgm@gnu.org>
4125
4126         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4127
4128 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4131         knows since the charset specified might be a bogus alias that
4132         mm-charset-synonym-alist provides.
4133
4134 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4135
4136         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4137         "ISO_8859-1".
4138
4139         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4140
4141 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mm-util.el (mm-charset-eval-alist):
4144         Define it before mm-charset-to-coding-system.
4145         (mm-charset-to-coding-system): Add optional argument `silent';
4146         define it before mm-charset-override-alist.
4147         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4148         default value if it can be used in Emacs currently running;
4149         silence mm-charset-to-coding-system.
4150
4151 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4154         `allow-override' which says whether to use `mm-charset-override-alist'.
4155         (rfc2047-decode-encoded-words): Use it.
4156
4157         * mm-util.el (mm-charset-override-alist): Fix custom type;
4158         add `(gb2312 . gbk)' to choices.
4159
4160 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4163         fast.
4164
4165         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4166
4167         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4168
4169 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4170
4171         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4172         on links.
4173
4174         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4175
4176 2008-12-03  Lute Kamstra  <lute@gnu.org>
4177
4178         * sha1.el: Remove leading * from docstrings of defcustoms,
4179         deffaces, defconsts and defuns.
4180
4181 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4184         users' addresses that don't have domain parts.
4185         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4186         rather than message-narrow-to-head since there will be the message
4187         header separator.
4188
4189 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4190
4191         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4192         since the result is inserted in a unibyte buffer anyway.
4193         (nnimap-demule-use-string-to-multibyte): Remove.
4194         (nnimap-demule): Alias it to mm-string-to-multibyte.
4195
4196 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4199         variable for debugging bug#464 and bug#1174.
4200         (nnimap-demule): Use it.
4201
4202 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4203
4204         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4205         score calculation correctly.
4206
4207 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4208
4209         * message.el (message-send-mail): Just set the buffer to unibyte
4210         rather than use mm-with-unibyte-current-buffer which does a lot more.
4211         (message-send-mail-partially): Don't bother with
4212         mm-with-unibyte-current-buffer since it's already been made unibyte by
4213         message-send-mail.
4214
4215 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4218
4219 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4220
4221         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4222
4223 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4226         require itself and to remove `with-no-warnings'.
4227
4228 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         * starttls.el (starttls-any-program-available): Get the name of the
4231         available TLS layer program.
4232         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4233         well as the host name in the "opening" message.
4234
4235         * auth-source.el (auth-source-cache, auth-source-do-cache)
4236         (auth-source-user-or-password): Cache passwords and logins by default,
4237         allow override with `auth-source-do-cache'.
4238         (auth-source-forget-user-or-password): Allow users to remove cache
4239         entries if needed.
4240
4241 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4242
4243         * md4.el (md4-buffer): Fix typo in docstring.
4244         (md4, md4-64): Doc fixes.
4245         (md4-pack-int32): Reflow docstring.
4246
4247 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4248
4249         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4250         condition-case to only the forward-sexp call.
4251
4252 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4255         quotes contained.  Make it more robust regardless by an extra
4256         condition-case wrapper.
4257
4258 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4261
4262 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * nnml.el (nnml-request-expire-articles): Check if the function set to
4265         `nnmail-expiry-target' returns the symbol `delete'.
4266
4267         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4268
4269         * nnmail.el (nnmail-expiry-target): Fix custom type.
4270
4271 2008-10-02  Glenn Morris  <rgm@gnu.org>
4272
4273         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4274         Silence compiler warning.
4275
4276 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4277
4278         * tls.el (open-tls-stream): Show the actual command being
4279         executed, instead of the format string.
4280
4281 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * lpath.el: Fbind codepage-setup for Emacs 23.
4284
4285 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4286
4287         * mml.el (mml-menu): Don't assume mml2015 is bound.
4288
4289 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4292         exists.
4293
4294 2008-09-27  Glenn Morris  <rgm@gnu.org>
4295
4296         * gnus-util.el (mail-header-remove-comments): Autoload it.
4297
4298 2008-09-27  Andreas Schwab  <schwab@suse.de>
4299
4300         * gnus-util.el (gnus-split-references): Strip comments.
4301         (gnus-parent-id): Likewise.
4302
4303 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4304
4305         * message.el (message-confirm-send): Fix version.
4306
4307 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * message.el (message-idna-to-ascii-rhs-1): Use
4310         mail-extract-address-components rather than mail-header-parse-addresses
4311         that is an alias by default to ietf-drums-parse-addresses that does not
4312         support non-ASCII names in headers' contents.
4313
4314 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4315
4316         * message.el (message-confirm-send): Fixed variable documentation to
4317         avoid the "y/n" wording.
4318
4319 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4320
4321         * message.el (message-set-auto-save-file-name): Save to a different
4322         filename so multiple messages (especially drafts) can be recovered.
4323
4324 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * message.el (message-confirm-send): Add appropriate version.
4327
4328 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4331         defvar.
4332
4333 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4334
4335         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4336         (mm-pkcs7-enveloped-magic): Ditto.
4337
4338 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4339
4340         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4341         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4342
4343 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4346         default, it's better.
4347
4348 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4349
4350         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4351         summary line gnus-number property and ignore them (with a warning
4352         message).
4353
4354 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4357         macro caddr in the interactive form since it won't be expanded.
4358
4359 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4362         `charset'; fix name of function called recursively.
4363         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4364
4365 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4368         (gnus-mime-set-charset-parameters): New function.
4369         (gnus-mime-view-part-as-charset): Use it to correctly display part
4370         specifying wrong charset.
4371
4372 2008-09-08  David Engster  <dengste@eml.cc>
4373
4374         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4375         in completing-read for back end server.
4376
4377 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4378
4379         * message.el (message-confirm-send): New variable to confirm sending a
4380         message.
4381         (message-send): Use it.
4382
4383 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4386
4387 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4390
4391 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4394         prevent tracking too many groups.
4395         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4396         Use it.
4397
4398 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4399
4400         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4401         moving point to the bottom of the window in order to avoid recentering.
4402
4403 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4406
4407         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4408         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4409         (gnus-article-beginning-of-window): Fix calculation.
4410
4411 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-msg.el (gnus-summary-supersede-article)
4414         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4415         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4416         message header.
4417
4418 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4419
4420         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4421         pending output coming after the status change.
4422
4423 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4424
4425         * message.el:
4426         * gnus-start.el:
4427         * gnus-registry.el: Remove VMS support.
4428
4429 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4432         macro.
4433         (rfc2104-hash): Use it.
4434
4435 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4438         (gnus-summary-sort-by-most-recent-date): New commands.
4439         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4440         and menu entries.
4441
4442 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4445         don't redisplay article for raw contents; remove plural articles stuff.
4446
4447         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4448         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4449         on gnus-summary-save-article; display results properly.
4450
4451 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * lpath.el: No need to fbind ns-focus-frame.
4454
4455 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4458
4459 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4462         gnus-save-all-headers.
4463
4464 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4465
4466         * gnus-util.el (ns-focus-frame): Remove declaration.
4467         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4468         like x.
4469
4470 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4471
4472         * rfc2104.el (rfc2104-zero): Delete defconst.
4473         (rfc2104-hex-alist): Likewise.
4474         (rfc2104-hex-to-int): Delete func.
4475         (rfc2104-hexstring-to-bitstring): Likewise.
4476         (rfc2104-nybbles): New defconst.
4477         (rfc2104-hash): Rewrite for speed.
4478
4479 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * tls.el (open-tls-stream): Make it work with the 2nd argument
4482         BUFFER that is a string but does not exist as a buffer object, as
4483         mentioned in the doc-string.
4484
4485 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4488         SXEmacs.
4489
4490 2008-07-16  Glenn Morris  <rgm@gnu.org>
4491
4492         * gnus-util.el (ns-focus-frame): Declare for compiler.
4493
4494 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4497         set as a group parameter.
4498         (gnus-summary-save-in-pipe): Work when it is called independently.
4499         (gnus-summary-pipe-to-muttprint): Don't modify
4500         gnus-summary-pipe-output-default-command.
4501
4502 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4503
4504         * message.el (message-send-mail-with-sendmail):
4505         Display the error message.
4506
4507 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-art.el (gnus-default-article-saver):
4510         Add gnus-summary-save-in-pipe to choices.
4511         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4512         gnus-summary-pipe-output-default-command as the default command.
4513         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4514         instead of gnus-last-shell-command.
4515
4516         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4517         New user option.
4518         (gnus-summary-muttprint-program): Mention the value will be changed.
4519         (gnus-summary-save-article): Force showing of all headers.
4520         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4521
4522 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4523
4524         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4525
4526 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4527
4528         * nnimap.el (nnimap-id):
4529         * sieve-manage.el (sieve-manage-open): Doc fixes.
4530
4531 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4532
4533         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4534         if available.
4535
4536 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4539
4540         * nnkiboze.el (nnkiboze-generate-group):
4541         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4542
4543         * nnmairix.el: Require CL.
4544
4545 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * dgnushack.el: Autoload get-display-table and put-display-table for
4548         XEmacs 21.5.
4549
4550         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4551         21.4 and SXEmacs.
4552
4553 2008-06-15  David Engster  <dengste@eml.cc>
4554
4555         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4556
4557 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4558
4559         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4560         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4561         runtime choice under XEmacs.
4562
4563         * gnus-sum.el (gnus-summary-set-display-table):
4564         Use `gnus-put-display-table', `gnus-get-display-table',
4565         `gnus-set-display-table' for the display table, instead of `aset'.
4566
4567         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4568         Use `gnus-put-display-table', `gnus-get-display-table',
4569         `gnus-set-display-table' for the display table.
4570
4571 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * nnmairix.el: Add autoloads.
4574
4575 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * nnmairix.el (nnmairix-delete-recreate-group)
4578         (nnmairix-update-and-clear-marks): Fix error messages.
4579
4580 2008-06-14  David Engster  <dengste@eml.cc>
4581
4582         * nnmairix.el: Upgrade to version 0.6.
4583         (nnmairix-group-toggle-propmarks-this-group)
4584         (nnmairix-group-toggle-readmarks-this-group)
4585         (nnmairix-group-delete-recreate-this-group)
4586         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4587         (nnmairix-remove-tick-mark-original-article): New commands.
4588         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4589         (nnmairix-propagate-marks-to-nnmairix-groups)
4590         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4591         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4592         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4593         functions needed for marks propagation and manipulation of read marks.
4594         (nnmairix-update-groups): New function.
4595         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4596         (nnmairix-determine-original-group-from-registry)
4597         (nnmairix-determine-original-group-from-path)
4598         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4599         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4600         New helper functions.
4601         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4602         keystrokes for new commands.
4603         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4604         (nnmairix-request-group): Check allow-fast group parameter.
4605         (nnmairix-request-create-group): Set allow-fast group parameter if
4606         nnmairix-allowfast-default is set.
4607         (nnmairix-close-group): Propagate marks upon closing if needed.
4608         (nnmairix-group-toggle-threads-this-group): Use new.
4609         nnmairix-group-toggle-parameter helper function.
4610         (nnmairix-search): Better check for empty search result.
4611         (nnmairix-goto-original-article): Use new helper functions for
4612         determining original article.
4613         (nnmairix-show-original-article): Make sure message-id is in brackets.
4614         (nnmairix-call-mairix-binary): Change variable name.
4615         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4616         helper function.
4617         (nnmairix-widget-toggle-activate): Fix doc string.
4618
4619 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * nnir.el: Require edmacro when compiling with XEmacs.
4622         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4623         available in Emacs 21.
4624
4625 2008-06-11  Glenn Morris  <rgm@gnu.org>
4626
4627         * gnus-util.el (x-focus-frame):
4628         * gnus.el (image-size):
4629         * mm-decode.el (image-size): Declare.
4630
4631         * gnus-picon.el (declare-function): Add compat definition.
4632         (image-size): Declare.
4633
4634         * gnus-group.el (tool-bar-map):
4635         * gnus-sum.el (tool-bar-map): Define for compiler.
4636
4637         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4638
4639         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4640
4641         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4642         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4643         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4644         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4645         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4646         * sieve-manage.el, spam-report.el, spam.el:
4647         Remove unnecessary eval-and-compile of autoloads.
4648
4649 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4650
4651         * auth-source.el: Precise Tramp doc.
4652
4653 2008-06-07  Glenn Morris  <rgm@gnu.org>
4654
4655         * nnmairix.el: Remove unnecessary eval-when-compile.
4656
4657 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * lpath.el: Fbind propertize for XEmacs 21.4.
4660
4661 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * nnir.el: Move here from ../contrib.
4664
4665 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4666
4667         * gnus-util.el (gnus-read-shell-command): New function.
4668         * mm-decode.el (mm-pipe-part):
4669         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4670
4671 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4674
4675 2008-06-03  Glenn Morris  <rgm@gnu.org>
4676
4677         * pop3.el (nnheader-accept-process-output): Autoload it.
4678
4679 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4682         are not 2-digit hexadecimal characters that follow `%'s.
4683
4684 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4685
4686         * message.el (message-bogus-recipient-p): Fix type in doc string.
4687         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4688         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4689         Improve custom options.
4690         (message-bogus-recipient-p): Adjust accordingly.
4691
4692 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4693
4694         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4695         long-form month and day names.
4696
4697 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * dgnushack.el: Autoload debug, eudc-expand-inline and
4700         pgg-snarf-keys-region for XEmacs.
4701
4702         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4703
4704         * nnmairix.el: Require edmacro when compiling with XEmacs.
4705
4706 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4709         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4710
4711 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * auth-source.el: Add more docs.
4714
4715         * netrc.el (netrc-machine): Always match if the port is not given.
4716
4717 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4720         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4721         retrieval faster in some cases, but might make CPU usage larger.  If
4722         this has any bad side effects, we might revert this change.
4723
4724         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4725         seems to make mail retrieval much, much faster.
4726         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4727         unconditionally.
4728
4729         * gnus-draft.el (gnus-group-send-queue): Bind
4730         message-send-mail-partially-limit to nil to avoid being prompted.
4731
4732 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4735
4736         * message.el (message-bogus-address-regexp): Fix and improve custom
4737         type.
4738         (message-setup-hook): Add message-check-recipients as custom option.
4739
4740 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * message.el (message-cite-function): Remove bogus autoload which crept
4743         in during merge from v5-10.
4744
4745 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4746
4747         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4748
4749         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4750
4751         * auth-source.el: Preliminary Tramp docs.
4752         (auth-sources): Change the default auth-sources to use
4753         EPA .gpg files.
4754
4755 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * nntp.el: Autoload `auth-source-user-or-password'.
4758         (nntp-send-authinfo): Use it.
4759
4760         * nnimap.el: Autoload `auth-source-user-or-password'.
4761         (nnimap-open-connection): Use it.
4762
4763         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4764         for the gnus-message function.
4765         (auth-source-user-or-password): Use it.
4766
4767 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4768
4769         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4770         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4771         (rfc2104-hash): Use it.
4772
4773 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4774
4775         * gnus-art.el (gnus-article-toggle-truncate-lines):
4776         Don't use `iff' in docstring.
4777
4778 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4779
4780         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4781
4782         * gnus-util.el (gnus-extract-address-component-name)
4783         (gnus-extract-address-component-email): Convenience functions around
4784         `gnus-extract-address-components'.
4785
4786         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4787         Use `gnus-extract-address-component-email' to fix bug of comparing full
4788         sender name to `user-mail-address'.
4789
4790 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4793         catch/throw to optimize.
4794         (gnus-registry-find-keywords): Just use member to find a keyword.
4795
4796 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4799         is current before calling gnus-server-prepare.
4800         (gnus-server-setup-buffer, gnus-server-update-server)
4801         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4802
4803 2008-05-04  Juri Linkov  <juri@jurta.org>
4804
4805         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4806         (mailcap-file-default-commands): Use mailcap-replace-in-string
4807         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4808         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4809
4810 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4811
4812         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4813
4814 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4815
4816         * gnus.el: Bump version to 0.11.
4817
4818 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4819
4820         * gnus.el: No Gnus v0.10 is released.
4821
4822 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4825         hooks.
4826         (gnus-update-read-articles): Speed up non-marks-using users.
4827         (gnus-use-marks): Define gnus-use-marks.
4828         (gnus-propagate-marks): Rename variable to something more sensible.
4829
4830 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4831
4832         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4833         (gmm-image-load-path-for-library): Fix typos in docstrings.
4834         (gmm-message): Reflow docstring.
4835
4836 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * mail-source.el (mail-source-set-1, mail-source-bind):
4839         Move auth-source code out of the macro to clean it up and fix bugs.
4840
4841 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4842
4843         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4844         by sender if it's equal to user-mail-address, it's likely to be
4845         useless.
4846
4847         * mail-source.el (mail-source-bind): Don't use user or password if they
4848         are not bound.  Unintern them if they are nil.  Don't use server unless
4849         it's bound, and default it to empty string otherwise.
4850
4851 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * mail-source.el: Load auth-source.el.
4854         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4855         get user name or password, if auth-sources is set up.
4856
4857         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4858         strategy of splitting with parent.
4859         (gnus-registry-split-fancy-with-parent)
4860         (gnus-registry-post-process-groups): Use it and fix prior
4861         bug (returning a list as the split result).
4862
4863         * auth-source.el (auth-sources): Remove server parameter.
4864         (auth-source-pick, auth-source-user-or-password)
4865         (auth-source-user-or-password-imap)
4866         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4867         (auth-source-user-or-password-sftp)
4868         (auth-source-user-or-password-smtp): Remove server parameter.
4869
4870 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4871
4872         * smime.el (smime-sign-region, smime-encrypt-region)
4873         (smime-decrypt-region):
4874         Remove redundant calls to `generate-new-buffer-name'.
4875
4876 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4877
4878         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4879         Don't use QP for message/rfc822.
4880         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4881
4882 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4883
4884         * sieve-manage.el (sieve-string-bytes): Remove.
4885         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4886         correct byte-length only if the process's coding-system is the same as
4887         the one used internally by Emacs to represent strings.
4888
4889 2008-04-22  Juri Linkov  <juri@jurta.org>
4890
4891         * mailcap.el (mailcap-file-default-commands): New function.
4892
4893 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * message.el (message-signature-separator, message-cite-function):
4896         Change custom version.
4897
4898 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4899
4900         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4901         commands.
4902         (tls-checktrust): Ditto.
4903
4904 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4905
4906         * mm-decode.el (mm-display-external): Make temp file read-only.
4907
4908 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4911         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4912         `C-c C-f d'.
4913
4914 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4915
4916         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4917
4918 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * gnus.el: Bump version to 0.9.
4921
4922 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * gnus.el: No Gnus v0.8 is released.
4925
4926 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4927
4928         * mail-source.el (mail-source-value):
4929         Prefer fboundp to functionp so it works with macros as well.
4930
4931 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4932
4933         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4934         Fix last change in case the element is not even a symbol.
4935
4936 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4937
4938         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4939         Prefer fboundp to functionp so it works with macros as well.
4940
4941 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * auth-source.el: Added docs.
4944         (auth-sources): Modify format to support server.
4945         (auth-source-pick, auth-source-user-or-password)
4946         (auth-source-user-or-password-imap)
4947         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4948         (auth-source-user-or-password-sftp)
4949         (auth-source-user-or-password-smtp): Add server parameter.
4950
4951 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4952
4953         * gnus-registry.el: Initialize the registry when gnus-registry-install
4954         is t.
4955
4956 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4957
4958         * compface.el (uncompface): Make buffer unibyte.
4959
4960 2008-04-05  Glenn Morris  <rgm@gnu.org>
4961
4962         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4963
4964 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4967         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4968
4969         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4970         multibyteness after rather than before erasing it.
4971
4972         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4973         mm-with-multibyte.
4974         (gnus-request-article-this-buffer): Make sure the proper decoding is
4975         used if gnus-original-article-buffer happens to be unibyte.
4976
4977         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4978         default-enable-multibyte-characters.
4979
4980         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4981         default-enable-multibyte-characters.
4982
4983         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4984
4985         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4986
4987 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4988
4989         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4990         (imap-message-copyuid-1): Use it.
4991         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4992         J. Williams in
4993         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4994
4995         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4996         imap-enable-exchange-bug-workaround.
4997         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4998
4999 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5000
5001         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5002         a 100 byte status-checks into a 2-3MB transfer for each group.
5003         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5004         to enable bug workaround or not.
5005         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5006
5007 2008-03-31  Glenn Morris  <rgm@gnu.org>
5008
5009         * message.el (mml2015-use): Declare for compiler.
5010         (message-info): Require mml2015 when appropriate.
5011
5012 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5015         whitespace.
5016
5017 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5018
5019         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5020         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5021         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5022         (nntp-service-to-port): New function.
5023         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5024         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5025         (nntp-open-netcat-stream): New function.
5026         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5027
5028 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5029
5030         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5031
5032 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5033
5034         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5035
5036 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5037
5038         * dns.el (dns-write): Use set-buffer-multibyte.
5039
5040 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5041
5042         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5043
5044 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5045
5046         * message.el (message-signature-separator): Change default.
5047         Improve custom type.
5048         (message-cite-function): Change default to
5049         message-cite-original-without-signature.
5050
5051         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5052         toggle.
5053
5054         * message.el (message-check-news-body-syntax): Fix signature check.
5055         (message-setup-1): Mark buffer as unmodified _after_ running
5056         message-setup-hook and handling message-alternative-emails.
5057         (message-shorten-references): Be more strict when building list of
5058         valid references to comply with GNKSA.
5059
5060         * gnus-group.el (gnus-read-ephemeral-bug-group)
5061         (gnus-read-ephemeral-debian-bug-group)
5062         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5063
5064         * message.el (message-info): Don't use booleanp which isn't supported
5065         in Emacs 21 and XEmacs.
5066
5067 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5068
5069         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5070         gnus-group-gmane-group-download-format.
5071         (gnus-group-read-ephemeral-gmane-group): Rename from
5072         gnus-group-read-ephemeral-gmane-group.
5073         (gnus-read-ephemeral-gmane-group-url): Rename from
5074         gnus-group-read-ephemeral-gmane-group-url.
5075         (gnus-bug-group-download-format-alist): New variable.
5076         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5077         (gnus-read-ephemeral-emacs-bug-group): New commands.
5078
5079 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5080
5081         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5082         (gnus-visible-headers): Improve custom type.
5083
5084 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * mml.el (mml-menu): Add workarounds for XEmacs.
5087
5088         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5089         X-Boundary header.
5090
5091         * message.el (message-simplify-recipients): Fix previous commit.
5092
5093 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5094
5095         * mm-util.el (mm-set-buffer-multibyte): New function.
5096         * mm-decode.el (mm-copy-to-buffer): Use it.
5097
5098 2008-03-19  Glenn Morris  <rgm@gnu.org>
5099
5100         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5101         Accidentally removed in the sync process with Emacs.
5102
5103 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * message.el (message-alter-recipients-discard-bogus-full-name):
5106         New function.
5107         (message-alter-recipients-function): New variable.
5108         (message-get-reply-headers): Use it.
5109         (message-replace-header): New helper function.
5110         (message-recipients-without-full-name): New variable.
5111         (message-simplify-recipients): New command.
5112
5113         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5114
5115         * message.el (message-info): Handle EasyPG manual.
5116
5117         * mml.el (mml-menu): Add entry for EasyPG.
5118
5119 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5120
5121         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5122         parameter.
5123
5124         * message.el (message-disassociate-draft): Specify drafts group name
5125         fully.
5126
5127 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5130         unnecessary duplicates from the match list.
5131
5132 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5135
5136         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5137
5138         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5139         args of `how-many' of which the XEmacs version doesn't take; declare
5140         Info-index-next as function.
5141
5142 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * gnus-score.el (gnus-score-headers): Fix handling of
5145         gnus-inhibit-slow-scoring.
5146
5147         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5148         string.
5149         (gnus-button-url-regexp): Improve handling of parenthesis.
5150         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5151         (gnus-button-handle-info-keystrokes): Handle index entries.
5152
5153 2008-03-15  Glenn Morris  <rgm@gnu.org>
5154
5155         * parse-time.el (parse-time-string): Simplify.
5156
5157 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5160         Incoming* files.
5161
5162 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5163
5164         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5165         (auth-source-pick): Use it.
5166
5167 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5168
5169         * binhex.el (binhex-decode-region-internal):
5170         * uudecode.el (uudecode-decode-region-internal):
5171         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5172         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5173         setting default-enable-multibyte-characters.
5174
5175 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * auth-source.el (auth-source-protocols)
5178         (auth-source-protocols-customize, auth-source-choices): Added and
5179         modified variable customizations and defaults.
5180         (auth-source-pick, auth-source-user-or-password)
5181         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5182         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5183         (auth-source-user-or-password-sftp)
5184         (auth-source-user-or-password-smtp): Use new variables and provide an
5185         interface to netrc.el.
5186
5187 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5190         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5191         Make sure the nntp port to specify is a string.
5192
5193 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * nntp.el: Use with-current-buffer.
5196         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5197         dubious mm-with-unibyte-current-buffer.
5198         (nntp-with-open-group-function): New function extracted from
5199         nntp-with-open-group macro.
5200         (nntp-with-open-group): Use the function, so it's easier to debug.
5201         Add indentation and debugging info.
5202         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5203         the use of the netcat alternatives.
5204
5205         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5206         Avoid mm-string-as-multibyte as well.
5207
5208         * nnweb.el (nnweb-insert-html):
5209         Remove use of nnheader-string-as-multibyte.
5210
5211         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5212         (nnheader-string-as-multibyte): Remove.
5213
5214         * mm-view.el: Use inhibit-read-only.
5215         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5216         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5217         or unibyte-string.
5218
5219         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5220         (mm-uu-yenc-extract): Use with-current-buffer.
5221
5222         * gnus-soup.el (gnus-soup-send-packet): Don't use
5223         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5224
5225         * nnmh.el: Use with-current-buffer.
5226         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5227         mm-string-as-multibyte on the output of mm-encode-coding-string.
5228
5229         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5230         (nnimap-request-move-article): Use with-current-buffer.
5231
5232         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5233         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5234         conversion uses string-make-unibyte rather than string-as-unibyte.
5235
5236         * gnus-msg.el: Use with-current-buffer.
5237
5238         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5239
5240 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5241
5242         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5243         string for caching if it is 'PIN.
5244
5245 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * lpath.el: Consider the case without Emacs/W3.
5248
5249 2008-03-08  Glenn Morris  <rgm@gnu.org>
5250
5251         * time-date.el (date-to-time, time-subtract, time-add)
5252         (safe-date-to-time): Doc fixes.
5253
5254 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5255
5256         * mail-source.el (mail-source-delete-old-incoming-confirm):
5257         Change default to nil.
5258         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5259
5260 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * lpath.el: Rearrange.
5263
5264         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5265         (gnus-article-goto-prev-page): Work for articles having ^L's.
5266
5267         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5268
5269         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5270
5271 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5272
5273         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5274         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5275         (gnus-bookmark-jump): Adjust some variable names.
5276
5277 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * auth-source.el: New package.
5280         (auth-source-choices): Add customization entry point variable.
5281
5282         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5283         bug.
5284
5285 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5286
5287         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5288         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5289         (gnus-registry-install-shortcuts): Rename from
5290         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5291         the `gnus-registry-mark-map' keymap dynamically from
5292         `gnus-registry-marks'.  The generated functions update the summary line
5293         when a registry mark is added or deleted, and will call
5294         `gnus-registry-install-p' (see the comments in the code).
5295         (gnus-registry-user-format-function-M): Use concat intelligently.
5296
5297         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5298         the registry mark functions.
5299
5300 2008-03-05  Glenn Morris  <rgm@gnu.org>
5301
5302         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5303         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5304         gnus-art.
5305         (top-level): No need to load own source when compiling.
5306
5307 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5310         Suggested by <chris.anderton@zetnet.co.uk>.
5311
5312 2008-03-04  Glenn Morris  <rgm@gnu.org>
5313
5314         * gnus-sum.el (top-level): No need to require gnus when compiling,
5315         since unconditionally required near start of file.
5316         (gnus-summary-display-while-building): Move definition before use.
5317
5318 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5319
5320         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5321         formatting function.
5322
5323 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5326         with plists.
5327         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5328         Use new format.
5329
5330 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5333         `where-is-internal' that returns a range of key sequences.
5334
5335 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5336
5337         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5338
5339         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5340         (gnus-summary-jump-to-group): Consider windows on other displayed
5341         frames as well.  Similar changes might be needed elsewhere, but that's
5342         the one I've bumped into during my use.
5343
5344         * nndoc.el (nndoc-oe-dbx-type-p):
5345         * gnus-msg.el (gnus-debug):
5346         * gnus-group.el (gnus-update-group-mark-positions):
5347         Use mm-string-to-multibyte.
5348
5349 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5352         doesn't handle NotDashEscaped.
5353
5354         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5355         (mml-dnd-attach-options): Fix typo in custom choice.
5356
5357         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5358         nndoc-article-type to mbox.
5359         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5360
5361         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5362         to nil, instead of html2text.
5363
5364         * imap.el (imap-debug): Add `imap-ping-server'.
5365
5366         * gnus-bookmark.el: Add FIXMEs.
5367
5368         * message.el (message-form-letter-separator)
5369         (message-send-form-letter-delay): New variables.
5370         (message-send-form-letter): Use them.  New command to send form
5371         letters.  Requested by Uwe Siart.
5372         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5373
5374 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5375
5376         * Update copyright years.
5377
5378 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         Sync from EMACS_22_BASE.
5381
5382         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5383
5384 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5385
5386         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5387         empty author.
5388
5389 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * gnus-registry.el (gnus-registry-marks): Add variable for
5392         customization of marks and their appearance.
5393         (gnus-registry-read-mark): Use it.
5394         (gnus-registry-do-marks): Add utility function to loop through
5395         `gnus-registry-marks'.
5396         (gnus-registry-install-shortcuts-and-menus): Add function to install
5397         shortcuts and menus.
5398         (gnus-registry-initialize): Use it.
5399         (gnus-registry-default-mark): Clarify documentation.
5400
5401 2008-02-29  Glenn Morris  <rgm@gnu.org>
5402
5403         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5404         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5405         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5406         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5407         Change defcustom :version from 23.0 to 23.1.
5408
5409 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * gnus-registry.el (gnus-registry-follow-group-p)
5412         (gnus-registry-post-process-groups): Add functions to aid registry
5413         splitting and improve logging.  Clarify behavior in function
5414         documentation.
5415         (gnus-registry-split-fancy-with-parent): Use them.
5416
5417 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5418
5419         * gnus-art.el: Use with-current-buffer.
5420
5421 2008-02-27  David Engster  <dengste@eml.cc>
5422
5423         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5424         Express real group name in the response.
5425
5426 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5429         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5430         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5431         autoload gnus-registry-fetch-group when compiling.
5432         (nnmairix-request-group-with-article-number-correction): Remove
5433         unreferenced argument passed to nnmairix-call-backend.
5434
5435 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5436
5437         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5438         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5439         Wilde.
5440
5441 2008-02-27  Glenn Morris  <rgm@gnu.org>
5442
5443         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5444         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5445         variables to defconsts.  Convert comments to doc-strings.
5446         (nnmairix-last-server, nnmairix-current-server): Convert from free
5447         variables to defvars.  Convert comments to doc-strings.
5448         (gnus-registry-fetch-group): Autoload.
5449         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5450         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5451         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5452         caddr.
5453         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5454         nnmairix-request-group-with-article-number-correction call.
5455         (nnmairix-fast, nnmairix-group): New, less general names, for free
5456         variables passed from nnmairix-request-group to
5457         nnmairix-request-group-with-article-number-correction.  Declare.
5458         (nnmairix-request-group-with-article-number-correction):
5459         Use nnmairix-fast, nnmairix-group rather than fast, group.
5460
5461 2008-02-26  David Engster  <dengste@eml.cc>
5462
5463         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5464         version 0.5.
5465
5466 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5469         instead of making an extra function call.  Don't add the current group
5470         to articles only when they have the group.  Use
5471         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5472         Reported by David <de_bb@arcor.de>.
5473
5474 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5477         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5478
5479 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5480
5481         * mail-source.el (mail-source-delete-incoming): Change default.
5482         Supplement doc string.
5483
5484         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5485
5486 2008-02-14  Glenn Morris  <rgm@gnu.org>
5487
5488         * time-date.el (format-seconds): New function.
5489
5490 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * nnmail.el (nnmail-message-id-cache-file): Derive from
5493         `gnus-home-directory'.
5494
5495 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5498         Document negative prefix.
5499
5500         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5501
5502 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503
5504         * message.el (message-unsent-separator): Add the Exim bounce
5505         separator.
5506
5507 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5508
5509         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5510         list.
5511         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5512         recipient/signer list.
5513
5514 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * Makefile.in (datarootdir): Define.
5517         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5518         name that might contain whitespace.
5519
5520 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5523         fbound (Emacs 23 unicode), signal an error.
5524
5525 2008-02-08  Glenn Morris  <rgm@gnu.org>
5526
5527         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5528
5529 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5530
5531         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5532         ports to the calls to `netrc-machine-user-or-password' in addition to
5533         "imap" and "imaps".
5534
5535 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5536
5537         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5538
5539         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5540
5541 2008-02-01  Kenichi Handa  <handa@m17n.org>
5542
5543         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5544         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5545         (rfc2104-hash): Convert the result of concat to unibyte string.
5546
5547 2008-02-01  Dave Love  <fx@gnu.org>
5548
5549         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5550         coding-system-for-read.
5551         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5552
5553 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5554
5555         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5556         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5557         <hanche@math.ntnu.no>.
5558
5559 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5562
5563         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5564
5565 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5566
5567         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5568         * message.el (message-beginning-of-line): Use featurep instead of bound
5569         tests in order to resolve conditionals at compile time.
5570
5571 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5572
5573         * mail-source.el (mail-sources): Add `group' choice.
5574
5575         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5576         parameter `in-group' to control into which group the articles go.
5577         Add treatment of `group' mail-source.
5578
5579 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5582
5583         * mm-decode.el (mm-dissect-buffer): Decode description.
5584
5585         * mml.el (mml-to-mime): Encode message header first.
5586
5587 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5590         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5591
5592         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5593         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5594
5595 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5598
5599 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5602         prefix keys.
5603         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5604         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5605         gnus-xmas.el.
5606
5607         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5608         (gnus-xmas-article-describe-bindings): New function.
5609         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5610         gnus-xmas-article-describe-bindings.
5611
5612         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5613
5614 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5617         Add new variables for article mark management.
5618         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5619         list of extra data entries which, when present, will indicate that the
5620         article ID should not be trimmed from the registry.
5621         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5622         functions.
5623         (gnus-registry-read-mark): New function to read a mark name from the
5624         user.
5625         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5626         (gnus-registry-set-article-mark-internal): New functions to add and
5627         remove marks.
5628         (gnus-registry-get-article-marks): New function to show the marks for
5629         an article, or retrieve them for further use.
5630
5631 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5634         keys when no argument is given.
5635
5636 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * imap.el (imap-ping-server): New variable.
5639         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5640         (imap-ping-server): Minor doc string fixes.
5641
5642 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5643
5644         * imap.el (imap-ping-server): New function.
5645         (imap-opened): Call imap-ping-server.
5646
5647 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5648
5649         * gnus-sum.el (gnus-article-sort-by-random)
5650         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5651         jidanni@jidanni.org.
5652
5653 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-art.el (gnus-article-describe-bindings): New function.
5656         (gnus-article-read-summary-keys): Use it.
5657         (gnus-article-mode-map): Bind `C-h b' to it.
5658
5659 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5662         XEmacs.
5663         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5664         against non-character events.
5665
5666         * lpath.el: Fbind map-keymap for Emacs 21.
5667
5668 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5671         command.
5672         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5673         instead of END.  Change name of the temp file.
5674         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5675         customizable.
5676
5677 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5680         bind `S W' to gnus-article-wide-reply-with-original; set default
5681         binding to gnus-article-read-summary-send-keys.
5682         (gnus-article-read-summary-keys): Fix the order of keys; display
5683         continuation keys correctly in the echo area; describe bindings
5684         correctly when keys end with `C-h'.
5685         (gnus-article-read-summary-send-keys): New function.
5686         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5687         for gnus-article-read-summary-send-keys; display continuation keys
5688         correctly in the echo area.
5689         (gnus-article-reply-with-original): Ignore prefix argument.
5690         (gnus-article-wide-reply-with-original): New function.
5691
5692         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5693         Emacs 21.
5694
5695 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5698         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5699
5700 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5703         (gnus-group-read-ephemeral-gmane-group): New command.
5704
5705 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5706
5707         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5708
5709 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * message.el (message-send-mail-function): Increase custom version.
5712
5713         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5714         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5715
5716 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5717
5718         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5719         for the cases where imap-authenticate is called with a nil buffer
5720         parameter.
5721
5722 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5725         html parts correctly; support forwarded messages.
5726         (gnus-article-browse-html-article): Remove work buffers.
5727
5728         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5729         compiling.
5730         (netrc-bound-and-true-p): New macro.
5731         (netrc-parse): Use it instead of bound-and-true-p that is not available
5732         in XEmacs 21.4.
5733
5734 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5735
5736         * gnus-registry.el (gnus-registry-mark-article)
5737         (gnus-registry-article-marks): Add functionality to mark articles
5738         through the Gnus registry.
5739
5740         * encrypt.el: Clarify documentation for the new pgg method.
5741         (encrypt-file-alist): Add PGG option.
5742         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5743         functionality.  Abstract password key and messaging to external
5744         functions.
5745         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5746         (encrypt-message-method-and-cipher): Add new convenience external
5747         functions.
5748         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5749         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5750
5751         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5752         (netrc-parse): Use encrypt-file-alist to determine if
5753         encrypt-find-model or encrypt-insert-file-contents should be used.
5754
5755         * encrypt.el: Clarify documentation.  Load password-cache or
5756         password, whichever one is found first, instead of autoloading.
5757
5758 2007-12-19  Glenn Morris  <rgm@gnu.org>
5759
5760         * mml.el (message-options-set, message-narrow-to-head)
5761         (message-in-body-p, message-mail-p, message-encode-message-body):
5762         Autoload.
5763         (message-remove-header, message-narrow-to-headers-or-head)
5764         (message-subscribed-p, message-make-mail-followup-to)
5765         (message-position-on-field, message-news-p)
5766         (message-options-set-recipient, message-generate-headers)
5767         (message-sort-headers): Declare as functions.
5768
5769 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5772         convention in doc string.
5773
5774 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5777         title to html parts.
5778         (gnus-article-browse-html-article): Pass message header to it.
5779
5780         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5781
5782 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5785         or password compatible with XEmacs.
5786
5787 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5790         format document.
5791         (gnus-mime-delete-part): Don't write description line if empty.
5792         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5793
5794 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5795
5796         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5797         (gnus-summary-mark-read-and-unread-as-read)
5798         (gnus-summary-mark-current-read-and-unread-as-read)
5799         (gnus-summary-mark-unread-as-ticked): Doc fix.
5800         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5801
5802 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5805         Christoph Conrad <christoph.conrad@gmx.de>.
5806
5807 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5810         yes-or-no-p.
5811
5812 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mm-decode.el (mm-add-meta-html-tag): New function.
5815         (mm-save-part-to-file, mm-pipe-part): Use it.
5816
5817         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5818         gnus-y-or-n-p instead of y-or-n-p.
5819         (gnus-article-browse-html-parts): Work with message/external-body; use
5820         mm-add-meta-html-tag.
5821
5822 2007-12-11  Glenn Morris  <rgm@gnu.org>
5823
5824         * gnus-cache.el: Require gnus-sum not just when compiling.
5825
5826         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5827
5828         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5829         definitions before use.
5830
5831         * mm-decode.el: Require gnus-util.
5832         (mm-remove-part): Only call delete-annotation on XEmacs.
5833
5834         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5835
5836         * nnmail.el: Require gnus-int.
5837
5838         * spam.el: Move `require's before `eval-when-compile's.
5839
5840         * gnus-ems.el (gnus-alive-p):
5841         * gnus-fun.el (message-goto-eoh):
5842         * gnus-util.el (gnus-group-name-decode):
5843         * mail-source.el (gnus-compress-sequence):
5844         * message.el (Info-goto-node, format-spec):
5845         * mm-bodies.el (message-options-get):
5846         * mm-decode.el (mm-view-pkcs7):
5847         * mm-util.el (gmm-write-region):
5848         * mml-smime.el (mml-compute-boundary)
5849         (gnus-completing-read-with-default):
5850         * mml.el (widget-button-press, gnus-make-hashtable):
5851         * mml1991.el (mm-decode-content-transfer-encoding)
5852         (mm-encode-content-transfer-encoding)
5853         (message-options-get, message-options-set):
5854         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5855         * nnfolder.el (gnus-request-group):
5856         * nnheader.el (ietf-drums-unfold-fws):
5857         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5858         * smime.el (gnus-run-mode-hooks):
5859         * spam-stat.el (gnus-message): Autoload.
5860
5861         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5862         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5863         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5864         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5865         Add declare-function compatibility definition.
5866
5867         * gnus-cache.el (nnvirtual-find-group-art):
5868         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5869         (gnus-add-image, gnus-add-wash-type):
5870         * gnus-group.el (nnkiboze-score-file):
5871         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5872         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5873         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5874         (message-tokenize-header, gnus-get-buffer-create)
5875         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5876         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5877         * gnus.el (gnus-group-decoded-name):
5878         * mail-source.el (imap-capability):
5879         * mm-bodies.el (message-options-set):
5880         * mm-decode.el (gnus-configure-windows):
5881         * mm-extern.el (message-goto-body):
5882         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5883         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5884         (epg-sub-key-validity, message-options-set):
5885         * mml.el (widget-event-point, gnus-configure-windows):
5886         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5887         * mml2015.el (epg-check-configuration, epg-configuration)
5888         (message-options-set):
5889         * nndb.el (nndb-request-article):
5890         * nnfolder.el (gnus-request-create-group):
5891         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5892         * nnmaildir.el (gnus-group-mark-article-read):
5893         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5894         * rfc1843.el (message-fetch-field):
5895         * spam.el (gnus-extract-address-components):
5896         Declare as functions.
5897
5898 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5901
5902         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5903
5904         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5905         bind show-trailing-whitespace for XEmacs.
5906
5907 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5910         new no-op macro for backward compatibility.
5911
5912         * imap.el (imap-string-to-integer): New function.
5913
5914 2007-12-09  Glenn Morris  <rgm@gnu.org>
5915
5916         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5917
5918         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5919         * message.el, mm-view.el, sieve-manage.el, smime.el:
5920         Add declare-function compatibility definition.
5921
5922         * gnus-art.el (w3-region, w3m-region, Info-menu):
5923         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5924         * gnus-sum.el (gnus-get-predicate):
5925         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5926         * message.el (mail-abbrev-in-expansion-header-p):
5927         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5928         (w3m-detect-meta-charset, w3m-region):
5929         * sieve-manage.el (password-read, password-cache-add)
5930         (password-cache-remove):
5931         * smime.el (password-read-and-add): Declare as functions.
5932
5933 2007-12-08  David Kastrup  <dak@gnu.org>
5934
5935         * gnus-sum.el (gnus-summary-simplify-subject-query):
5936         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5937         `message'.
5938
5939 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5942         it to bind idna-program, installation-directory, defined-colors, and
5943         face-attribute for XEmacs of the version that compiles defcustom forms.
5944
5945 2007-12-07  Glenn Morris  <rgm@gnu.org>
5946
5947         * gnus-art.el (article-make-date-line): Revert previous change.
5948
5949 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5952
5953 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5954
5955         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5956         Call gnus-add-to-range ranges only once with a prepared article-list.
5957
5958 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5959
5960         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5961         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5962         group names with backslashes.  Reported by Tassilo Horn
5963         <tassilo@member.fsf.org>.
5964
5965 2007-12-06  Deepak Goel  <deego3@gmail.com>
5966
5967         * gnus-art.el (article-make-date-line):
5968         * gnus-start.el (gnus-load):
5969         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5970
5971 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-art.el (gnus-use-idna)
5974         * gnus-start.el (gnus-site-init-file)
5975         * message.el (message-use-idna)
5976         * mm-uu.el (mm-uu-hide-markers)
5977         * smiley.el (smiley-style): Revert changes that suppress warnings.
5978
5979 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5982         specify charset to html source.  Reported by Christoph Conrad
5983         <christoph.conrad@gmx.de>.
5984
5985 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5988         idna-program in order to suppress byte compile warning issued by XEmacs
5989         that came to byte compile the default value section of defcustom forms
5990         recently.
5991
5992         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5993         value of installation-directory.
5994
5995         * message.el (message-use-idna): Don't directly refer to the value of
5996         idna-program.
5997
5998         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5999
6000         * smiley.el (smiley-style): Don't directly call face-attribute.
6001
6002 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6005
6006         * gnus-dired.el: Reduce Gnus dependencies.
6007         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6008         require.  Use autoloads instead.
6009         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6010         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6011         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6012         (gnus-dired-mode): Adjust doc string.
6013         (gnus-dired-mail-mode): New variable.
6014         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6015         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6016         (gnus-dired-mail-buffers): New function.  Return mail or message
6017         composition buffers.
6018         (gnus-dired-attach): Use it.
6019         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6020         NO-DECODE.
6021         (gnus-dired-print): Use `gnus-print-buffer' depending on
6022         `gnus-dired-mail-mode'.
6023
6024 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * rfc2047.el (rfc2047-encoded-word-regexp)
6027         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6028         explaining what regexp patterns are for.
6029
6030 2007-12-04  Glenn Morris  <rgm@gnu.org>
6031
6032         * password.el: Move to password-cache.el.
6033
6034         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6035         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6036         * mml-smime.el (password-read, password-cache-add)
6037         (password-cache-remove):
6038         No need to autoload, since mml-sec requires password.
6039
6040         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6041         * message.el (gnus-extract-address-components):
6042         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6043
6044         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6045         password.
6046
6047 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * mailcap.el: Reduce dependencies.
6050         (mail-header-parse-content-type): Autoload.
6051         (mailcap-delete-duplicates): New alias.
6052         (mailcap-mime-info): Add optional argument NO-DECODE.
6053         (mailcap-mime-types): Use mailcap-delete-duplicates.
6054
6055         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6056
6057 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6058
6059         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6060         (imap-parse-status): Upcase status-att for servers that sends them
6061         lower-case (e.g., MS Exchange 2007).
6062
6063 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6064
6065         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6066         function.
6067
6068         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6069         (gnus-uu-yenc-article): New function.
6070
6071         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6072
6073         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6074         buffer.
6075
6076 2007-12-02  Glenn Morris  <rgm@gnu.org>
6077
6078         * binhex.el (binhex): New custom group.
6079         (binhex-decoder-program, binhex-decoder-switches)
6080         (binhex-use-external): Move to the binhex custom group.
6081
6082         * uudecode.el (uudecode): New custom group.
6083         (uudecode-decoder-program, uudecode-decoder-switches)
6084         (uudecode-use-external): Move to the uudecode custom group.
6085
6086         * netrc.el (top-level): Don't load `encrypt' features.
6087         (netrc-parse): Don't use encrypt.
6088         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6089
6090         * encrypt.el: Remove file.
6091
6092 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6095         matches on patches.
6096
6097         * gnus-art.el (gnus-article-browse-html-article): Mention
6098         `mm-text-html-renderer' in the doc string.
6099
6100         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6101         string.  Add comments.
6102
6103         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6104         if rhs is ASCII.
6105
6106 2007-12-01  Glenn Morris  <rgm@gnu.org>
6107
6108         * mail-source.el (top-level): Require format-spec before
6109         eval-when-compile.
6110
6111 2007-11-30  Glenn Morris  <rgm@gnu.org>
6112
6113         * encrypt.el: Require password, rather than autoloading password-read.
6114
6115 2007-11-29  Glenn Morris  <rgm@gnu.org>
6116
6117         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6118         (sasl-make-client, sasl-next-step, sasl-step-data)
6119         (sasl-step-set-data): Declare as functions.
6120
6121 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6124
6125 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6126
6127         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6128         certs should be verified and what is to be done in the event of a
6129         verification failure.
6130
6131         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6132         caller can indicate whether the cache should be disregarded for this
6133         call.  This way the result of the call is reproducible at all times and
6134         can be considered a canonical server name for the supplied method.
6135         (gnus-agent-method-p): Canonicalize server names by pushing their
6136         method through `gnus-method-to-server' using the no-cache argument.
6137
6138         * gnus-srvr.el (gnus-server-insert-server-line): Call
6139         `gnus-method-to-server' with `no-cache' argument.
6140
6141         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6142         gnus-agent-possibly-synchronize-flags as this should be called when the
6143         server is actually being opened.
6144         (gnus-agent-possibly-synchronize-flags)
6145         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6146         flags file of an agentized server to the latter function.
6147
6148         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6149         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6150         after a connection has been established successfully.
6151
6152 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-art.el (article-display-face): Force to display face if called
6155         interactively; check if gnus-article-x-face-too-ugly matches author.
6156         (article-display-x-face): Display face even if From header is missing
6157         as article-display-face does.
6158
6159 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6160
6161         * hashcash.el (message-narrow-to-headers-or-head)
6162         (message-fetch-field, message-goto-eoh)
6163         (message-narrow-to-headers): Declare as functions.
6164
6165 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * mail-source.el (mail-sources): Default to fetch from file for
6168         compatibility with default of nnmail-spool-file.
6169
6170 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6173         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6174         to look for encoded word that should be encoded again.
6175         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6176         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6177         encoding pattern.
6178         (rfc2047-decode-region): Switch strict regexp and loose one according
6179         to rfc2047-allow-irregular-q-encoded-words.
6180
6181 2007-11-25  Romain Francoise  <romain@orebokech.com>
6182
6183         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6184
6185 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6186
6187         * tls.el (tls-program): Provide more custom choices from
6188         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6189         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6190
6191 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6194         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6195
6196         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6197         `nnmail-spool-file'.
6198
6199         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6200         `nnmail-spool-file'.
6201
6202         * gnus-move.el (gnus-change-server): Ditto.
6203
6204         * gnus-kill.el (gnus-batch-score): Ditto.
6205
6206         * gnus-cache.el (gnus-jog-cache): Ditto.
6207
6208         * gnus-msg.el (gnus-summary-reply):
6209         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6210
6211 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6214         version.  Minor improvement to doc strings.
6215         (tls-program): Add comment.
6216
6217 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6218
6219         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6220         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6221         mismatch between the hostname provided in the certificate and the name
6222         of the host connnecting to.
6223         (open-tls-stream): Use them.  Check certificates against trusted root
6224         certificates.
6225
6226 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-cache.el (gnus-cache-generate-nov-databases):
6229         Use nnml-generate-nov-databases-directory instead of
6230         nnml-generate-nov-databases-1.
6231
6232 2007-11-24  Glenn Morris  <rgm@gnu.org>
6233
6234         * message.el (message-tool-bar-retro): Update for rename
6235         mail_send.xpm->mail-send.xpm.
6236
6237 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6238
6239         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6240         `smime-ldap-search' for Emacs 22 and up.
6241
6242 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6243
6244         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6245
6246         * message.el (message-send-mail-function): Fix error convention.
6247         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6248         (message-widen-reply, message-send-mail, message-talkative-question)
6249         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6250         (message-clone-locals, message-send-news): Use with-current-buffer.
6251         (message-insert-or-toggle-importance): Remove unused var `valid'.
6252         (message-make-references): Remove unused var `new-references'.
6253         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6254
6255 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6256
6257         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6258         (spam-split-symbolic-return-positive): Reflow docstring.
6259         (spam-backends, spam-summary-exit-behavior)
6260         (spam-mark-ham-unread-before-move-from-spam-group)
6261         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6262         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6263         (spam-clear-cache, spam-backend-check, spam-install-backend)
6264         (spam-install-statistical-backend, spam-list-of-processors)
6265         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6266         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6267         (spam-check-crm114, spam-initialize, spam-unload-hook):
6268         Fix typos in docstrings.
6269
6270 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6273         been checked if they have never been read and those group levels are
6274         higher than the one that a user specified.
6275
6276 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6279         foreign groups unless a group level is specified by a user.
6280         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6281
6282 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * message.el (message-send-mail-function): Require sendmail.
6285
6286 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * message.el (message-send-mail-function): Check for smtpmail too.
6289
6290         * utf7.el (utf7-encode, utf7-decode): Use coding system
6291         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6292
6293         * message.el (message-send-mail-function): New function.
6294         (message-send-mail-function): Set default using
6295         message-send-mail-function.  Adjust doc string.
6296         (message-send-mail-with-mailclient): New function.
6297
6298 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6299
6300         * smime.el (from):
6301         * rfc2047.el (message-posting-charset):
6302         * qp.el (mm-use-ultra-safe-encoding):
6303         * pop3.el (parse-time-months):
6304         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6305         * nnml.el (files):
6306         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6307         (jka-compr-compression-info-list, ange-ftp-path-format)
6308         (efs-path-regexp):
6309         * nndiary.el (files):
6310         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6311         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6312         (epg-digest-algorithm-alist, inhibit-redisplay)
6313         (password-cache-expiry):
6314         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6315         (pgg-output-buffer, password-cache-expiry):
6316         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6317         (efs-path-regexp):
6318         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6319         (inhibit-redisplay):
6320         * mm-uu.el (file-name, start-point, end-point, entry)
6321         (gnus-newsgroup-name, gnus-newsgroup-charset):
6322         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6323         (latin-unity-ucs-list):
6324         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6325         (mm-uu-binhex-decode-function):
6326         * message.el (gnus-message-group-art, gnus-list-identifiers)
6327         (rmail-enable-mime-composing, gnus-local-organization)
6328         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6329         (gnus-read-active-file, facemenu-add-face-function)
6330         (facemenu-remove-face-function, gnus-article-decoded-p)
6331         (tool-bar-mode):
6332         * mail-source.el (display-time-mail-function):
6333         * gnus-util.el (nnmail-pathname-coding-system)
6334         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6335         (gnus-original-article-buffer, gnus-user-agent)
6336         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6337         (xemacs-codename, sxemacs-codename, emacs-program-version):
6338         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6339         * gnus-start.el (gnus-agent-covered-methods)
6340         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6341         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6342         (gnus-newsgroup-headers, gnus-group-list-mode)
6343         (gnus-group-mark-positions, gnus-newsgroup-data)
6344         (gnus-newsgroup-unreads, nnoo-state-alist)
6345         (gnus-current-select-method, mail-sources)
6346         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6347         (nnmail-spool-file, gnus-cache-active-hashtb):
6348         * gnus-mh.el (mh-lib-progs):
6349         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6350         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6351         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6352         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6353         (gnus-group-buffer):
6354         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6355         (font-lock-set-defaults):
6356         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6357         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6358         (gnus-summary-post-menu, total-parts, type, condition, length):
6359         * gnus-agent.el (gnus-agent-read-agentview):
6360         * flow-fill.el (show-trailing-whitespace):
6361         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6362         eval-and-compile wrappers for byte compiler pacifiers.
6363
6364         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6365         (mm-display-inline-fontify): Check for featurep 'xemacs not
6366         extent-list.
6367
6368         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6369         itimer-list.
6370         (mm-create-image-xemacs): Only do something for XEmacs.
6371         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6372
6373         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6374
6375         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6376         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6377
6378 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6379
6380         * nnimap.el (nnimap-split-download-body):
6381         * gnus-demon.el (gnus-demon):
6382         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6383
6384 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6387         macros.
6388         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6389         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6390         copy data from unibyte buffer to multibyte current buffer.
6391         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6392         to copy data from unibyte current buffer to multibyte buffer.
6393         (nntp-make-process-buffer): Make process buffer unibyte.
6394
6395         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6396
6397 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6398
6399         * pop3.el (pop3-open-server): Accept and process data more robustly at
6400         connexion start to avoid spurious "POP SSL connexion failed" errors.
6401
6402 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6405         read group names.
6406
6407 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6410
6411 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6414         (nnmail-save-active): Use a unibyte buffer when saving active file,
6415         which may contain non-ASCII group names.
6416
6417         * nnml.el (nnml-request-group): Decode group names in messages.
6418
6419 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * message.el (message-citation-line-function)
6422         (message-insert-formatted-citation-line): Fix spelling of
6423         `message-insert-formated-citation-line'.
6424
6425 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6428
6429 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6432         nnmail-pathname-coding-system.
6433
6434         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6435         that a user enters; decode group names in messages.
6436
6437         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6438
6439 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6442
6443         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6444
6445         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6446         risky local variable.
6447
6448         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6449
6450 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * encrypt.el: Improve documentation to fix function name typo.
6453         Reported by Daiki Ueno <ueno@unixuser.org>.
6454
6455 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6458         even if the point is not in the last page of an article.
6459         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6460         back to the previous page.
6461
6462 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6465
6466 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6469
6470 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6471
6472         * message.el (message-check-news-body-syntax): Avoid
6473         mm-string-as-multibyte.
6474         (message-hide-headers): Don't assume (point-min)==1.
6475
6476 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * message.el (message-remove-blank-cited-lines): Fix if remove is
6479         given.
6480         (message-bogus-address-regexp): New variable.
6481         (message-bogus-recipient-p): New function.
6482         (message-check-recipients): New command.
6483         (message-syntax-checks): Add `bogus-recipient'.
6484         (message-fix-before-sending): Add `bogus-recipient'.
6485
6486         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6487         (gnus-treat-body-boundary): Don't test window-system.
6488
6489 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6490
6491         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6492
6493 2007-10-28  Miles Bader  <miles@gnu.org>
6494
6495         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6496         at compile-time too.
6497
6498 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-msg.el (gnus-message-setup-hook): Add
6501         `message-remove-blank-cited-lines' to options.
6502
6503 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * message.el (message-remove-blank-cited-lines): New function.
6506         Suggested by Karl Plästerer.
6507
6508 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6511         mapc.
6512
6513         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6514         (top-level): Use mapc to set functions to be traced for debugging.
6515
6516         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6517         called for effect with while loop.
6518
6519         * message.el (message-talkative-question): Replace mapcar called for
6520         effect with mapc.
6521
6522         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6523         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6524         called for effect with dolist.
6525
6526         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6527
6528         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6529         gnus-extra-headers and nnmail-extra-headers.
6530
6531         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6532         called for effect with dolist.
6533         (top-level): Use mapc to set functions to be traced for debugging.
6534
6535         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6536         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6537         dolist.
6538
6539         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6540         Replace mapcar called for effect with mapc.
6541         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6542         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6543         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6544         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6545
6546         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6547         remove-if that's a cl function.
6548
6549         * webmail.el (webmail-debug): Replace mapcar called for effect with
6550         dolist.
6551
6552         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6553         with mapc.
6554
6555 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6558         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6559         with while loop.
6560
6561         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6562         functions from article-* functions.
6563         (gnus-multi-decode-header): Replace mapcar called for effect with
6564         dolist.
6565
6566         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6567         (gnus-bookmark-show-details): Replace mapcar called for effect with
6568         while loop.
6569
6570         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6571         called for effect with while loop.
6572
6573         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6574         with dolist.
6575
6576         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6577         mapcar called for effect with dolist.
6578
6579         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6580
6581         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6582         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6583         Replace mapcar called for effect with dolist.
6584         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6585         mapc.
6586
6587         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6588         Replace mapcar called for effect with dolist.
6589         (gnus-topic-list): Replace mapcar called for effect with mapc.
6590
6591         * gnus.el: Use mapc instead of mapcar to add autoloads.
6592
6593 2007-10-23  Richard Stallman  <rms@gnu.org>
6594
6595         * gnus-group.el (gnus-group-highlight): Mark as risky.
6596
6597 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus.el (gnus-server-to-method): Return method found first in
6600         gnus-newsrc-alist.
6601
6602         * gnus-art.el (gnus-article-highlight-signature)
6603         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6604         button overlay without the front stickiness.
6605
6606 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6607
6608         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6609         overview buffer needed a catch to receive its throw.
6610         (gnus-agent-flush-cache): Declared as interactive to make this function
6611         easier to use.
6612
6613 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6616         `next-line'.
6617
6618 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6621         exclude address matching message-dont-reply-to-names.
6622
6623 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * gnus-util.el (gnus-string<): New function.
6626
6627         * gnus-sum.el (gnus-article-sort-by-author)
6628         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6629
6630 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6633         the frame-focus tag is set in gnus-buffer-configuration.
6634
6635 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6638         the front stickiness.
6639
6640 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6643         url pattern; remove duplicate one.
6644         (gnus-article-extend-url-button): New function.
6645         (gnus-article-add-buttons): Use it.
6646         (gnus-button-push): Use concatenated url that it makes.
6647
6648 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6649
6650         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6651
6652 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6653
6654         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6655         Don't hardcode point-min==1.
6656
6657 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6660         Fix comment about "iso8859-1".
6661
6662 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6663
6664         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6665         ones returned from the verify-function.
6666
6667         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6668         mml2015-extract-cleartext-signature if extraction failed.
6669
6670 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6671
6672         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6673         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6674         failed.
6675
6676 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6679
6680 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6683         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6684         recommends to use EasyPG instead of PGG.
6685
6686         * pgg.el: Revert to revision 6.23.2.16.
6687
6688         * pgg-def.el: Revert to revision 6.6.2.14.
6689
6690         * pgg-gpg.el: Revert to revision 6.23.2.34.
6691
6692 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6693
6694         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6695         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6696         thread for both the null and zero (kill/expire thread) universal prefix
6697         cases.
6698         (gnus-summary-expire-thread): Add new function to expire a thread,
6699         using gnus-summary-kill-thread.
6700         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6701         shortcuts for gnus-summary-expire-thread.
6702         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6703         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6704
6705 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6708         extras value, so an extras entry can be deleted.
6709         (gnus-registry-delete-extra-entry): Use it.
6710         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6711         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6712         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6713         storage through the gnus-registry, and provide an appropriate API for
6714         it.
6715
6716 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6719         Suggested by Leo <sdl.web@gmail.com>.
6720
6721         * gnus.el: Do.
6722
6723 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6726         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6727
6728         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6729
6730         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6731         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6732
6733 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6736         newline.
6737         (nnmbox-request-accept-article): Don't change article in source buffer;
6738         narrow to header to use message-fetch-field rather than
6739         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6740         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6741         as delimiters; make sure article ends with newline.
6742         (nnmbox-delete-mail): Correct last position of article to be deleted;
6743         ignore X-Gnus-Newsgroup header in article body.
6744         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6745         positions; make sure article ends with newline.
6746
6747         * message.el (message-display-abbrev): Don't infloop when a user
6748         inserts SPC in the beginning of header.
6749
6750         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6751         coding-system-for-read and coding-system-for-write for XEmacs having no
6752         file-coding feature.
6753
6754         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6755
6756 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6759         list of groups not followed by default.  Fix type to be regexp.
6760         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6761
6762 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6763
6764         * hmac-def.el (define-hmac-function): Switch from old-style to
6765         new-style backquotes.
6766
6767         * md4.el (md4-make-step): Likewise.
6768
6769 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6772         raw-text coding system when saving .newsrc file, which may contain
6773         non-ASCII group names.
6774
6775 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-cus.el (gnus-score-extra): New widget.
6778         (gnus-score-extra-convert): New function.
6779         (gnus-score-customize): Use it for Extra.
6780
6781 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6782
6783         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6784         (mml2015-mailcrypt-clear-verify): Use it.
6785         (mml2015-gpg-clear-verify): Use it.
6786         (mml2015-pgg-clear-verify): Use it.
6787         (mml2015-epg-clear-verify): Replace the current part with the output
6788         from GnuPG; don't extract the plaintext by itself.
6789
6790         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6791         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6792         mml2015-clear-verify-function; don't touch the armor headers or
6793         dash-escaped text here.
6794
6795 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6798         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6799         parts, or application/octet-stream as a last resort.
6800         (gnus-mime-view-part-as-type): Don't toggle display.
6801         (gnus-mime-view-part-as-charset): Don't turn off display before
6802         querying charset.
6803
6804         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6805         stuff to undisplayer function in Emacs.
6806         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6807
6808         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6809         text/calendar parts.
6810
6811 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6814         decoding text/calendar parts.
6815
6816         * message.el (message-forward-make-body-mime): Always mark body as
6817         having no illegible text; remove signed-or-encrypted argument.
6818         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6819
6820         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6821         (mml-generate-mime-1): Don't encode body if it is specified to be in
6822         raw form; don't make buffer be unibyte when inserting multibyte string.
6823
6824 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6825
6826         * sha1.el: Fix up comment style.
6827         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6828         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6829
6830         * hex-util.el: Fix up comment style.
6831         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6832
6833         * gnus-salt.el: Use with-current-buffer.
6834         (gnus-pick-setup-message): Fix long-standing typo.
6835
6836 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * imap.el (imap-logout-timeout): New variable.
6839         (imap-logout, imap-logout-wait): New functions.
6840         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6841
6842         * nnimap.el (nnimap-logout-timeout): New server variable.
6843         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6844         nnimap-logout-timeout.
6845
6846         * gnus-art.el (gnus-article-summary-command-nosave)
6847         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6848
6849 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus.el (gnus-maximum-newsgroup): New variable.
6852
6853         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6854         according to gnus-maximum-newsgroup.
6855
6856         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6857         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6858         Limit the range of articles according to gnus-maximum-newsgroup.
6859
6860 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6861
6862         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6863         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6864         Don't perform gnus-configure-windows here; reuse existing sticky
6865         article buffer.
6866
6867         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6868         it doesn't exist in gnus-article-mode.
6869
6870 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6873         (gnus-agent-decoded-group-name): New function.
6874         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6875         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6876
6877 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6878
6879         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6880         Add binding for gnus-sticky-article.
6881         (gnus-summary-exit): Don't kill sticky article buffers.
6882
6883         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6884         article buffer.
6885         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6886         (gnus-kill-sticky-article-buffers): New commands.
6887
6888 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * nntp.el (nntp-xref-number-is-evil): New server variable.
6891         (nntp-find-group-and-number): If it is non-nil, don't trust article
6892         numbers in the Xref header.
6893
6894 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-agent.el (gnus-agent-read-group): New function.
6897         (gnus-agent-flush-group, gnus-agent-expire-group)
6898         (gnus-agent-regenerate-group): Use it.
6899         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6900         nnmail-pathname-coding-system.
6901
6902 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6905
6906         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6907         that are unread as unread, and also as selected so that information of
6908         marks having been changed by a user may be updated when exiting group.
6909
6910 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6913         calculated ignoring signature parts to gnus-treat-article.
6914
6915 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6918         a point here in order to keep the window start.
6919         (gnus-insert-mime-security-button): Make a button overlay without the
6920         front stickiness.
6921         (gnus-mime-display-security): Goto the end of a button.
6922
6923         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6924
6925 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6928         group-name-at-point.
6929         (gnus-group-completing-read): New function that offers decoded
6930         non-ASCII group names for completion.
6931         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6932         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6933         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6934         (gnus-group-fetch-control): Use it.
6935         (gnus-fetch-group): Use group-name-at-point for the initial value
6936         rather than the default value; use gnus-alive-p.
6937
6938         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6939         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6940         (gnus-summary-post-news): Use gnus-group-completing-read.
6941
6942         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6943         (gnus-read-move-group-name): Decode group name for completion.
6944
6945 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6946
6947         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6948         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6949         Yamaoka slightly modified the code).
6950
6951 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6954         (nnmail-split-incoming): Bind it.
6955
6956         * nnml.el (nnml-group-name-charset): New function.
6957         (nnml-decoded-group-name): Use it; don't decode group name if
6958         nnmail-group-names-not-encoded-p is non-nil.
6959         (nnml-encoded-group-name): New function.
6960         (nnml-group-pathname): Inline nnml-decoded-group-name.
6961         (nnml-request-expire-articles): Decode group name in message.
6962         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6963         nnmail-pathname-coding-system.
6964         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6965         not decoded ones according to nnmail-group-names-not-encoded-p.
6966         (nnml-generate-active-info): Use nnml-encoded-group-name.
6967
6968 2007-08-08  Glenn Morris  <rgm@gnu.org>
6969
6970         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6971         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6972         doc-strings and comments.
6973
6974 2007-07-25  Glenn Morris  <rgm@gnu.org>
6975
6976         * Relicense all FSF files to GPLv3 or later.
6977
6978 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-sum.el (gnus-summary-move-article): Make
6981         gnus-summary-respool-article work.
6982
6983 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6986         string.
6987
6988 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6989
6990         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6991         that should be ignored when comparing distant RSS articles with local
6992         ones.
6993         (nnrss-make-hash-index): New function.  Create a hash index according
6994         to the ignored fields.
6995         (nnrss-check-group): Use it.
6996
6997 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7000
7001         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7002
7003         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7004         the new optional argument ENCODED is non-nil.
7005         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7006         coding system for encoding group name.
7007         (gnus-group-make-rss-group): Pass un-encoded group name to
7008         gnus-group-make-group.
7009         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7010         encoded.
7011
7012         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7013         Encode group name to which articles are moved or copied.
7014         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7015         coding system for encoding Newsgroup, Followup-To and Xref headers.
7016
7017         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7018         marks; use nnheader-file-coding-system to write a file.
7019         (nnagent-retrieve-headers): Bind file-name-coding-system to
7020         nnmail-pathname-coding-system.
7021
7022         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7023
7024         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7025         (nnml-request-article, nnml-request-create-group)
7026         (nnml-request-rename-group, nnml-find-id)
7027         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7028         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7029         (nnml-save-marks): Use nnml-group-pathname instead of
7030         nnmail-group-pathname.
7031
7032         (nnml-request-create-group, nnml-request-expire-articles)
7033         (nnml-request-move-article, nnml-request-delete-group)
7034         (nnml-deletable-article-p, nnml-possibly-create-directory)
7035         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7036         (nnml-open-marks): Bind file-name-coding-system to
7037         nnmail-pathname-coding-system.
7038
7039         (nnml-request-article): Pass server argument to nnml-find-group-number.
7040         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7041         server argument to nnml-possibly-create-directory.
7042         (nnml-request-accept-article): Pass server argument to
7043         nnml-active-number and nnml-save-mail.
7044         (nnml-find-group-number): Pass server argument to nnml-find-id.
7045         (nnml-request-update-info): Pass server argument to
7046         nnml-marks-changed-p.
7047
7048         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7049         (nnml-save-mail, nnml-active-number): Add server argument.
7050
7051         (nnml-request-delete-group): Warn if group is missing.
7052         (nnml-get-nov-buffer): Decode group name.
7053         (nnml-generate-active-info): Encode group name.
7054         (nnml-open-marks): Decode group name in messages.
7055
7056 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7059         if it is not specified.
7060         (gnus-article-pipe-part, gnus-article-save-part)
7061         (gnus-article-interactively-view-part, gnus-article-copy-part)
7062         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7063         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7064         (gnus-article-replace-part, gnus-article-delete-part)
7065         (gnus-article-view-part-as-type): Pass raw prefix argument to
7066         gnus-article-part-wrapper.
7067
7068 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-agent.el (gnus-agent-save-active): Bind
7071         nnheader-file-coding-system to gnus-agent-file-coding-system.
7072
7073         * gnus-cache.el (gnus-cache-save-buffers)
7074         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7075         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7076         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7077         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7078         (gnus-cache-generate-active, gnus-cache-rename-group)
7079         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7080         (gnus-cache-update-overview-total-fetched-for): Bind
7081         file-name-coding-system to nnmail-pathname-coding-system.
7082         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7083         variables.
7084         (gnus-cache-decoded-group-name): New function.
7085         (gnus-cache-file-name): Use it.
7086         (gnus-cache-generate-active): Use non-decoded group name for active.
7087
7088         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7089         right place.
7090         (gnus-write-active-file): Don't break non-ASCII group names.
7091
7092         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7093         nnmail-pathname-coding-system.
7094
7095         * lpath.el: Bind default-file-name-coding-system,
7096         file-name-coding-system and language-info-alist for XEmacs.
7097
7098         * gnus-uu.el (gnus-uu-decode-save): Typo.
7099
7100 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7103
7104 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7107         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7108         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7109         (gnus-agent-flush-group, gnus-agent-flush-cache)
7110         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7111         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7112         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7113         (gnus-agent-regenerate-group)
7114         (gnus-agent-update-files-total-fetched-for)
7115         (gnus-agent-update-view-total-fetched-for): Bind
7116         file-name-coding-system to nnmail-pathname-coding-system.
7117         (gnus-agent-group-pathname): Don't encode file names by
7118         nnmail-pathname-coding-system.
7119         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7120         coding-system-for-write instead of buffer-file-coding-system to
7121         gnus-agent-file-coding-system.
7122
7123         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7124         Decode group name.
7125
7126         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7127
7128         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7129         (gnus-read-newsrc-el-file): Make group names unibyte.
7130
7131         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7132         nnmail-pathname-coding-system.
7133
7134         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7135         (nnrss-request-delete-group): Bind file-name-coding-system to
7136         nnmail-pathname-coding-system.
7137         (nnrss-read-server-data, nnrss-read-group-data): Bind
7138         file-name-coding-system correctly.
7139         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7140
7141         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7142         (nntp-server-to-method-cache): New variable.
7143         (nntp-group-pathname): New function that decodes non-ASCII group names.
7144         (nntp-possibly-create-directory, nntp-marks-changed-p)
7145         (nntp-save-marks, nntp-open-marks): Use it.
7146         (nntp-possibly-create-directory, nntp-open-marks):
7147         Bind file-name-coding-system to nnmail-pathname-coding-system.
7148         (nntp-open-marks): Decode group names when bootstrapping marks.
7149
7150         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7151         Newsgroups and Folowup-To headers.
7152
7153 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7156         (gnus-server-closed-face, gnus-server-denied-face)
7157         (gnus-server-offline-face): Remove variable.
7158         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7159
7160         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7161         of modifying message-stack directly for XEmacs.
7162
7163         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7164         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7165         if the coding-system argument is nil for XEmacs.
7166
7167         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7168         mm-charset-override-alist.
7169
7170         * rfc2047.el: Don't require base64; require rfc2045 for the function
7171         rfc2045-encode-string.
7172         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7173         to quote the parameter value.
7174
7175 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7178         form in gnus-group-name-charset-method-alist.
7179
7180         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7181         overrides the default layout edit-form.
7182
7183         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7184
7185         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7186
7187 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7190         as unfetched articles.
7191
7192 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7195
7196 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7199         original back end that keeps marks in the local system.
7200
7201 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7204         arg of pop-to-buffer for XEmacs.
7205         (gnus-article-read-summary-keys): Ditto; don't restore window
7206         configuration if summary command ends up with neither article buffer
7207         nor summary buffer; describe bindings if summary keys end with C-h.
7208
7209 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * message.el (message-fix-before-sending): Skip raw message part to be
7212         forwarded while checking illegible text.
7213         (message-forward-make-body-mime, message-forward-make-body): Mark
7214         signed or encrypted raw message as having no illegible text.
7215
7216 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7219         (gnus-message-with-timestamp-1): New macro.
7220         (gnus-message-with-timestamp): New function.
7221         (gnus-message): Use them.
7222
7223         * nnheader.el (nnheader-message): Use them.
7224
7225 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7226
7227         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7228         .newsrc.eld file.
7229
7230 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * gnus-agent.el (gnus-agent-fetch-headers)
7233         (gnus-agent-retrieve-headers): Bind
7234         gnus-decode-encoded-address-function to identity.
7235
7236         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7237         available also when the server returns simply a dot.
7238
7239         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7240
7241 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7244
7245 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-ems.el (gnus-x-splash): Make it work.
7248
7249         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7250         from being used.
7251
7252         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7253
7254 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7257         4th and the 5th arguments.
7258
7259         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7260         the front stickiness.
7261         (gnus-article-summary-command-nosave): Correct the order of the
7262         arguments passed to pop-to-buffer.
7263         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7264         summary command ends up with the article buffer.
7265
7266         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7267         the same faces.
7268
7269 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7270
7271         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7272
7273 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7274
7275         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7276         * gnus-sum.el (gnus-summary-highlight):
7277         * pgg.el (pgg-sign-region, pgg-sign):
7278         * mail-source.el (mail-source-delete-old-incoming-confirm):
7279         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7280
7281 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-art.el (gnus-mime-view-part-externally)
7284         (gnus-mime-view-part-internally): Fix predicate function passed to
7285         completing-read.
7286
7287         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7288
7289         * gnus.el (gnus-update-message-archive-method): Add :version.
7290
7291 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * gnus.el (gnus-update-message-archive-method): New variable.
7294
7295         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7296         according to gnus-message-archive-method if
7297         gnus-update-message-archive-method is non-nil.
7298
7299 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7302         by Loic Dachary <loic@dachary.org>.
7303         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7304
7305 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * message.el (message-pop-to-buffer): Add switch-function argument.
7308         (message-mail): Pass switch-function argument to it.
7309
7310 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7311
7312         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7313         Improve doc string.
7314
7315 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7318         (gnus-header-content)
7319         * gnus-cite.el (gnus-cite-10)
7320         * gnus-srvr.el (gnus-server-closed)
7321         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7322         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7323         (gnus-group-mail-3-empty, gnus-group-mail-low)
7324         (gnus-group-mail-low-empty, gnus-splash)
7325         * message.el (message-header-to, message-header-cc)
7326         (message-header-subject, message-header-other, message-header-name)
7327         (message-header-xheader, message-separator, message-cited-text)
7328         (message-mml): Lighten colors of faces used for dark background.
7329
7330 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7331
7332         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7333         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7334
7335 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * message.el (message-narrow-to-headers-or-head):
7338         Ignore mail-header-separator in the body.
7339
7340 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7343         same as window size.
7344
7345 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7346
7347         * message.el (message-font-lock-keywords): Use message-header-xheader
7348         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7349         ahead of the anything pattern, to get it recognised.
7350
7351 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7354         spam.el loads uses it in the compiled defadvice form.
7355
7356 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7357
7358         * gnus-sum.el (gnus-articles-to-read)
7359         (gnus-summary-insert-old-articles): Don't truncate group name for
7360         `read-string'.
7361
7362         * gnus-util.el (gnus-limit-string): Delete this function.
7363
7364         * gnus-sum.el (gnus-simplify-subject-fully): Use
7365         `truncate-string-to-width' instead.
7366
7367 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7368
7369         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7370         if, on summary exit, the next group has to be selected.
7371         (gnus-summary-exit): Use it.
7372
7373 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7376         non-break space.
7377
7378 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7381         Check if group is not a directory.
7382         (nnfolder-request-expire-articles): Don't delete articles if the target
7383         group is not available.
7384
7385         * nnml.el (nnml-request-create-group): Properly check if group is not a
7386         file.
7387         (nnml-request-expire-articles): Don't delete articles if the target
7388         group is not available.
7389
7390         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7391         Don't quote characters that are within parentheses.
7392
7393 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7396         (gnus-handle-ephemeral-exit): Select article according to it.
7397
7398 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * message.el (message-insert-formated-citation-line): Remove newline.
7401         (message-citation-line-format): Add final \n here so that the user can
7402         avoid a blank line.
7403
7404 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7405
7406         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7407         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7408         Update lanl/arXiv support.
7409
7410 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * gnus.el: Bump version number.
7413
7414 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7415
7416         * gnus.el (gnus-version-number): Bump version.
7417
7418 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7419
7420         * gnus.el: No Gnus v0.6 is released.
7421
7422 2007-04-27  Didier Verna  <didier@xemacs.org>
7423
7424         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7425         * gmm-utils.el (gmm-regexp-concat): here.
7426         * message.el: Don't require 'gnus-util.
7427         (message-dont-reply-to-names): Handle name change above.
7428         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7429
7430 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7433         since the initial value varies according to the system.
7434
7435 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7438
7439 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7440
7441         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7442
7443 2007-04-24  Didier Verna  <didier@xemacs.org>
7444
7445         Improve the type of gnus-ignored-from-addresses.
7446         * gnus-util.el (gnus-orify-regexp): New function.
7447         * message.el (gnus-util): Require it.
7448         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7449         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7451
7452 2007-04-24  Didier Verna  <didier@xemacs.org>
7453
7454         * gnus-sum.el:
7455         * gnus-utils.el: Fix some trailing whitespaces.
7456
7457 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7460         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7461         article's Message-ID; refer parent article in summary buffer.
7462
7463         * message.el (message-bounce): Call mime-to-mml.
7464
7465         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7466         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7467         optimize and/or forms properly.
7468
7469 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7472         URL.
7473
7474 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7477
7478 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7481         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7482         displayed of multipart/alternative part if it is invoked from summary
7483         buffer.
7484
7485         * mm-view.el (mm-inline-text-html-render-with-w3m)
7486         (mm-inline-text-html-render-with-w3m-standalone)
7487         (mm-inline-render-with-function): Use mail-parse-charset by default.
7488
7489 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7490
7491         * parse-time.el (parse-time-string-chars): Check if CHAR
7492         is less than the length of parse-time-syntax.
7493
7494 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7495
7496         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7497         from gnus-newsgroup-processable.
7498
7499 2007-04-16  Didier Verna  <didier@xemacs.org>
7500
7501         * gnus-msg.el (gnus-configure-posting-styles): Handle
7502         message-signature-directory properly with :file syntax.  Reported by
7503         "Leo".
7504
7505 2007-04-11  Didier Verna  <didier@xemacs.org>
7506
7507         New user option: message-signature-directory.
7508         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7509         * message.el (message-insert-signature): Ditto.
7510         * message.el (message-signature-file): Doc update.
7511         * message.el (message-signature-directory): New.
7512
7513 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-msg.el (gnus-inews-yank-articles): Use
7516         message-exchange-point-and-mark instead of exchange-point-and-mark.
7517
7518 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * message.el (message-yank-original): Make sure cited text ends with
7521         newline; don't exchange point and mark.
7522
7523 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7524
7525         * tls.el (open-tls-stream): Properly handle case where there
7526         is no associated buffer.
7527
7528 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7529
7530         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7531         message-yank-original, make sure (< mark TEXT point).
7532
7533 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * message.el (message-fill-column): New variable.
7536         (message-mode): Use it.  Add comment on a possible new hook.
7537
7538         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7539         (nnmail-get-new-mail): Reformat.
7540
7541         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7542
7543         * gmm-utils.el: Fix Commentary.
7544         (gmm-tool-bar-from-list): Fix typo in doc string.
7545
7546 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7547
7548         * message.el (message-yank-original): Don't switch point and mark
7549         unnecessarily to put point and mark as documented.
7550
7551 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7554         from the message heads.
7555
7556 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7557
7558         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7559         article buffer does not have a window.  This may not be the best
7560         solution but is certainly better than setting the start of the null,
7561         that is the current, window.
7562
7563 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7564
7565         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7566         (gnus-draft-setup): Run it.
7567
7568         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7569         gnus-score-fast-scoring.  Allow regexp.
7570         (gnus-score-headers): Use it.
7571
7572         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7573         XEmacs.
7574
7575         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7576         string.
7577         (gnus-button-alist): Also catch `<f1> k ...'.
7578         (gnus-treat-display-x-face): Fix doc string.
7579
7580 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7581
7582         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7583         evaluation of gnus-extended-version to ensure correct generation of the
7584         User-Agent header when message-generate-headers-first is used.
7585
7586 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7587
7588         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7589         hashcash-path is nil.  Don't call callback with incorrect number of
7590         parameters if val is 0.
7591
7592 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7593
7594         * message.el (message-required-news-headers):
7595         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7596
7597 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7598
7599         * tls.el (open-tls-stream): In handshake-waiting loop,
7600         don't wait more if there is output available to process.
7601
7602 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7603
7604         * tls.el (tls-program): Doc fix.
7605
7606 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * message.el (message-generate-new-buffers): Change the meaning of the
7609         nil value; add `standard' to the choices; treat t as `unique'; improve
7610         doc string.
7611         (gnus-select-frame-set-input-focus): Autoload.
7612         (message-buffer-name): Search for the existing message buffer if
7613         message-generate-new-buffers is nil or `standard'; treat the value t of
7614         message-generate-new-buffers as `unique'.
7615         (message-pop-to-buffer): Raise the frame already displaying the message
7616         buffer; clear the echo area after querying.
7617         (message-setup): Pass the `continue' argument to compose-mail.
7618         (message-mail): Prefer `switch-function' if it is given; search for the
7619         existing message buffer if the `continue' argument is non-nil; pass
7620         continue and switch-function arguments to compose-mail by way of
7621         message-setup.
7622         (message-mail-other-window): Adjust argument of message-setup.
7623         (message-mail-other-frame): Ditto.
7624
7625 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7628         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7629         to turn font-lock on when turning gnus-message-citation-mode on.
7630
7631 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7632
7633         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7634         (mml-smime-function-alist): New variable; add epg as the backend.
7635         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7636         mml-smime- functions instead.
7637         * mm-view.el: Require smime.
7638
7639 2007-03-05  Didier Verna  <didier@xemacs.org>
7640
7641         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7642         instead of just inheritance for posting styles.
7643         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7644
7645 2007-02-24  Chris Moore  <dooglus@gmail.com>
7646
7647         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7648         * pgg-pgp.el (pgg-pgp-encrypt-region):
7649         * pgg-gpg.el (pgg-gpg-encrypt-region):
7650         Check pgg-encrypt-for-me if no other recipients.
7651
7652 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7653
7654         * tls.el (tls-certtool-program): Fix custom type.
7655
7656 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7659         and point-at-eol instead of line-(beginning|end)-position.
7660
7661         * assistant.el (assistant-parse-buffer): Ditto.
7662
7663         * netrc.el (netrc-parse-services): Ditto.
7664
7665 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7666
7667         * mml2015.el (mml2015-epg-find-usable-key): New function.
7668         (mml2015-epg-sign): Use it.
7669         (mml2015-epg-encrypt): Use it.
7670
7671 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * message.el (message-make-in-reply-to): Quote name containing
7674         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7675         if there are special characters.  Reported by NAKAJI Hiroyuki
7676         <nakaji@jp.freebsd.org>.
7677
7678 2007-02-27  Didier Verna  <didier@xemacs.org>
7679
7680         Include the group parameters as well as the topic ones in the
7681         inheritance filter process.
7682         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7683         argument GROUP-PARAMS-LIST.
7684         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7685
7686 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * nntp.el (nntp-never-echoes-commands)
7689         (nntp-open-connection-functions-never-echo-commands): New variables.
7690         (nntp-send-command): Use them.
7691
7692 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7693
7694         * mml2015.el (mml2015-epg-verify): Simplified.
7695
7696 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * mml.el (mml-content-disposition-alist): New user option.
7699         (mml-content-disposition): New function.
7700         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7701         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7702
7703 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7704
7705         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7706         verification.
7707
7708 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7709
7710         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7711         articles posted in the last 24 hours.
7712
7713 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7714
7715         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7716
7717 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7718
7719         * nntp.el (nntp-send-command): Don't wait for echoes when
7720         nntp-open-ssl-stream is used.
7721
7722 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7723
7724         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7725         (gnus-message-add-citation-keywords)
7726         (gnus-message-remove-citation-keywords): Remove.
7727         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7728         directly, make the variables in font-lock-defaults buffer-local, add
7729         gnus-message-citation-keywords to them and then update the value of
7730         font-lock-keywords.
7731
7732 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * message.el (message-cite-original-1): Don't call
7735         gnus-article-highlight-citation.
7736
7737         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7738         citations; fix line count.
7739
7740 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7743         (gnus-message-add-citation-keywords)
7744         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7745         versions of font-lock-add-keywords and font-lock-remove-keywords to
7746         work with XEmacs correctly.
7747
7748 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-cite.el (gnus-cite-face-list): Set the values of
7751         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7752         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7753         (gnus-message-cite-prefix-regexp): New variable.
7754         (gnus-message-search-citation-line): Use it; protect against long
7755         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7756         the 0th match data for Emacs.
7757         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7758         (gnus-message-add-citation-keywords): Append keywords rather than
7759         prepending; emulate font-lock-add-keywords if it is not available.
7760         (gnus-message-remove-citation-keywords): Emulate
7761         font-lock-remove-keywords if it is not available.
7762
7763         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7764
7765         * message.el (message-cite-prefix-regexp): Set the value of
7766         gnus-message-cite-prefix-regexp.
7767
7768 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7769
7770         * nnweb.el (nnweb-google-parse-1): Update parser.
7771
7772 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7773
7774         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7775
7776 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7779         regexp.
7780
7781 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7784         string-to-multibyte.
7785         (uudecode-decode-region-internal): Use it.
7786
7787         * lpath.el: Fbind string-as-multibyte for XEmacs.
7788
7789 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7792         custom choice.
7793
7794         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7795
7796 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7797
7798         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7799
7800         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7801         `write-region' to respect `mm-inhibit-file-name-handlers'.
7802
7803 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7806         Use gnus-home-directory instead of "~/" or "$HOME".
7807
7808 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7811         to mention filename.
7812         Add comments at beginning regarding usage.
7813         (encrypt-write-file-contents): Change interactive so a string is
7814         acceptable.  If the file has no associated model, show an error instead
7815         of a nonsense prompt.
7816
7817 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7818
7819         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7820         Thanks to Yoshihiko Yamada for kind notification of this typo.
7821
7822 2007-01-12  Kenichi Handa  <handa@m17n.org>
7823
7824         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7825         multibyte buffer.
7826
7827 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * gnus-score.el (gnus-score-fast-scoring): New variable.
7830         (gnus-score-headers): Use it.
7831
7832         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7833
7834         * message.el (message-cite-original-1): Call
7835         gnus-article-highlight-citation if requested.
7836         (message-make-from): Allow name and address as optional arguments.
7837
7838         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7839
7840         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7841         bugs to doc string.
7842         (gnus-button-alist): Add mid\\|message-id.
7843         (gnus-button-fetch-group): Extend for use in
7844         `browse-url-browser-function'.
7845         (gnus-button-url-regexp): Try to catch paired parentheses like in
7846         Wikipedia URLs.
7847
7848         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7849         Suggested by Simon Krahnke <overlord@gmx.li>.
7850
7851 2007-01-13  Romain Francoise  <romain@orebokech.com>
7852
7853         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7854         Update copyright.
7855
7856 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7857
7858         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7859
7860 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7861
7862         * gnus-registry.el (gnus-registry-unfollowed-groups)
7863         (gnus-registry-split-fancy-with-parent): Fix documentation.
7864
7865 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7868         from nnweb groups.
7869
7870 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7873         Xref urls.  Erase buffer before requesting head.
7874
7875 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7878         customizable.
7879
7880 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7881
7882         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7883         no signing key is found.
7884         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7885         no encrypting and/or signing key is found.
7886
7887 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7890
7891 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7892
7893         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7894         headers read from disk with the ones newly found in the current search.
7895         This should no longer cause problems, because the article numbers in
7896         Gmane's `nov.php' output are ignored since the previous change.
7897
7898 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7899
7900         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7901
7902 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7905         replace-regexp-in-string; bind url-version; fbind display-images-p and
7906         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7907         find-face and set-itimer-function for Emacs; bind itimer-list for
7908         Emacs.
7909
7910         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7911
7912 2007-01-01  Romain Francoise  <romain@orebokech.com>
7913
7914         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7915
7916 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7917
7918         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7919         `define-minor-mode' macro definition expanded properly.
7920         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7921         exclude it there.
7922
7923         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7924         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7925         `fboundp' test.
7926         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7927         This is OK to autoload in (S)XEmacs now.
7928
7929 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7930
7931         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7932         keystroke.
7933         (gnus-summary-limit-to-singletons): Fix typo.
7934
7935         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7936         else fails.
7937
7938 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7939
7940         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7941         docstring.
7942
7943         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7944         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7945         (gnus-summary-insert-dormant-articles): Fix typo in message.
7946
7947 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7950         nil for XEmacs.
7951         (gnus-message-citation-mode): Don't autoload in XEmacs.
7952
7953         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7954
7955 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7956
7957         * nnimap.el (nnimap-expunge-search-string): Mention
7958         nnimap-search-uids-not-since-is-evil in docstring.
7959
7960 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * spam.el: Revert to make-obsolete-variable because
7963         define-obsolete-variable-alias is not supported in Emacs 21.
7964
7965         * spam.el (spam-ifile-path, spam-ifile-database-path)
7966         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7967         make-obsolete-variable.
7968         (spam-bsfilter-path, spam-bsfilter-program)
7969         (spam-spamassassin-path, spam-spamassassin-program)
7970         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7971         use "path" inappropriately.
7972         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7973         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7974         variable names.
7975
7976 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7977
7978         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7979         summary buffer.
7980
7981         * password.el (password-cache-remove): Use clear-string to burn
7982         password, if available.
7983
7984 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7987
7988         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7989
7990         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7991         (gnus-message-highlight-citation): Move defcustom here from
7992         gnus-cite.el.
7993         (gnus-message-citation-mode): Autoload.
7994
7995         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7996         checks to make it compile with XEmacs.
7997         (gnus-message-citation-mode): New minor mode.
7998         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7999         (gnus-message-highlight-citation): New variables.
8000         (gnus-message-search-citation-line)
8001         (gnus-message-add-citation-keywords)
8002         (gnus-message-remove-citation-keywords)
8003         (turn-on-gnus-message-citation-mode)
8004         (turn-off-gnus-message-citation-mode): New functions.
8005
8006 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8007
8008         * gnus-cite.el: Enable highlighting of different citation levels in
8009         message-mode.
8010
8011 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * message.el (message-make-fqdn): Fix comment.
8014         (message-bogus-system-names): Add ".local".
8015
8016         * spam.el (spam-ifile-path, spam-ifile-program)
8017         (spam-ifile-database-path, spam-ifile-database)
8018         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8019         Don't use "path" inappropriately.
8020         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8021         strings.
8022         (spam-check-ifile, spam-ifile-register-with-ifile)
8023         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8024         new variable names.
8025
8026         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8027         (gnus-treat-display-smileys): Simplify using
8028         gnus-image-type-available-p.
8029
8030         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8031         available.
8032
8033         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8034         `display-images-p' if available.
8035
8036 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8039         one after turning on the buffer's multibyteness instead of decoding
8040         them directly in the unibyte buffer that causes unexpected conversion
8041         in Emacs 23 (unicode).
8042
8043 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8044
8045         * message.el (message-generate-hashcash): Fix custom type.
8046
8047 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8048
8049         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8050
8051 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8054         disconnect icons.  Add help text.
8055
8056 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8059         negated to be consistent with the others we handle.
8060
8061 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8064         version of gnus-summary-buffer to something, so that we can use two
8065         article buffers at the same time.
8066
8067 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8068
8069         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8070         trigger all the extra headers.
8071         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8072         sorting.
8073
8074 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8075
8076         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8077         solid groups.
8078
8079 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8080
8081         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8082
8083 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * legacy-gnus-agent.el: Add Copyright notice.
8086
8087 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8088
8089         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8090
8091 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8094
8095         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8096         to make it work reliably in CVS Emacs.
8097         (gnus-summary-limit-strange-charsets-predicate)
8098         (gnus-summary-limit-to-predicate): New functions.
8099
8100 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8101
8102         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8103         specifying array size.
8104         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8105         array if it is too small.
8106         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8107         (gnus-sort-threads-loop): New function.
8108
8109 2006-12-06  Chris Moore  <dooglus@gmail.com>
8110
8111         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8112         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8113
8114 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8115
8116         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8117         options.
8118
8119 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8122         DOS-ing the recipient.
8123
8124         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8125         the headers when creating the mapping to avoid mismappings.
8126         (nnweb-gmane-create-mapping): Always nix out old mapping.
8127
8128 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8131         and mm-verify-option to never.
8132
8133 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * message.el (message-signed-or-encrypted-p): New function.
8136         (message-forward-make-body): Use it.
8137
8138         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8139         Replace encode-coding-string with mm-encode-coding-string.
8140
8141 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * nneething.el (nneething-decode-file-name): Replace
8144         decode-coding-string with mm-decode-coding-string.
8145
8146         * gnus-int.el (gnus-open-server): Say failed server's name.
8147
8148 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8149
8150         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8151         strings to a single string.  Quote `errors-file-name'.
8152         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8153         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8154         Adjust calls.  Use `shell-quote-argument'.
8155
8156 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8157
8158         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8159         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8160
8161         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8162         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8163         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8164         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8165         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8166         (gnus-subscribe-newsgroup, gnus-1):
8167         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8168         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8169         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8170         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8171
8172 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8175         keystroke.
8176         (gnus-summary-limit-to-bodies): Implement headersp.
8177
8178 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8181
8182 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8185
8186 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * message.el (message-generate-hashcash): Expand range of values to
8189         include `opportunistic'.
8190         (message-send-mail): Use it.
8191
8192 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8193
8194         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8195         and comment it.
8196
8197         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8198
8199 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * gnus-util.el (gnus-extract-address-components): Improve comment.
8202
8203 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-util.el (gnus-extract-address-components): Work with address in
8206         which the name portion contains @.
8207
8208         * lpath.el: Fbind custom-autoload.
8209
8210 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * gnus.el (gnus-start): Move custom group up.
8213         (gnus-select-method): Don't autoload, but make it available for
8214         `customize-variable'.
8215         (gnus-getenv-nntpserver): Don't autoload.
8216
8217 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8218
8219         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8220
8221 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * message.el (message-sendmail-extra-arguments): New variable.
8224         (message-send-mail-with-sendmail): Use it.
8225
8226 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8229         mm-with-unibyte-current-buffer to make string unibyte.
8230
8231         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8232         mm-string-as-multibyte.
8233
8234 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8235
8236         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8237         Reported by Werner Koch <wk@gnupg.org>.
8238
8239 2006-11-14  Daiki Ueno  <ueno@p360>
8240
8241         * mml2015.el: Autoload epa-select-keys when compiling.
8242
8243 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8244
8245         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8246         message-options.
8247         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8248
8249 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8250
8251         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8252         EasyPG (< 0.0.6).
8253         (mml2015-always-trust): New user option.
8254         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8255         prompt.
8256
8257 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * nntp.el (nntp-authinfo-force): New variable.
8260         (nntp-send-authinfo): Use it.
8261
8262 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8263
8264         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8265         decode encoded words.  Improve prompt.  Add comment about forwarding.
8266         (message-replacement-char): Move up.
8267
8268 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8269
8270         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8271         instead of gnus-intersection because arguments of gnus-sorted-nunion
8272         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8273
8274 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8277         (message-simplify-subject-functions): Enable
8278         message-strip-subject-encoded-words by default.
8279
8280 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * message.el (message-strip-subject-encoded-words): New function.
8283         (message-simplify-subject-functions): New variable.
8284         (message-simplify-subject): Use it.  Fix typo in doc string.
8285         Support message-strip-subject-encoded-words.
8286
8287 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8288
8289         * gnus-diary.el (gnus-diary-delay-format-function):
8290         * nndiary.el (nndiary-reminders):
8291         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8292
8293 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * gnus-art.el (article-hide-boring-headers): Fetch date from
8296         gnus-original-article-buffer to avoid problems with localized date
8297         strings.
8298
8299 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8302
8303 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8306         New variables.
8307         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8308         (mm-charset-synonym-alist): Move some entries to
8309         mm-codepage-iso-8859-list.
8310         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8311         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8312
8313 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8316
8317 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8320         with Emacs 21 and XEmacs.
8321
8322 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8323
8324         * spam.el (spam-parse-address): New function for better parsing,
8325         catching errors, etc.
8326         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8327
8328 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * mm-view.el: Add interactive arg to html2text autoload.
8331
8332 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8335
8336 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8339         variables.
8340         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8341         (mm-charset-synonym-alist): Move some entries to
8342         mm-codepage-iso-8859-list.
8343
8344         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8345
8346 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * message.el (message-citation-line-format)
8349         (message-insert-formated-citation-line): Fix implementation of %E, %N
8350         and %n according to the doc string.
8351
8352 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8353
8354         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8355         car-safe to avoid bad parses.
8356
8357 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8360         names.
8361
8362         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8363
8364 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8367         header.
8368
8369         * message.el (message-draft-headers): Add Date.
8370         (message-headers-to-generate): Fix typo in docstring.
8371
8372         * nndraft.el (nndraft-required-headers): New variable.
8373         (nndraft-generate-headers): Use it.
8374
8375         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8376
8377 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8378
8379         * gnus-registry.el (gnus-registry-wash-for-keywords)
8380         (gnus-registry-find-keywords): New functions to allow easy searching of
8381         articles that are in the registry.
8382
8383 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8384
8385         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8386         ietf-drums-parse-address instead of gnus-extract-address-components.
8387         Reported by Damien Elmes <damien@repose.cx>.
8388
8389 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus.el (gnus-mime): Remove unused custom group.
8392
8393 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8394
8395         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8396         "blank line" when searching for end of armor headers.
8397
8398 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gmm-utils.el (gmm-write-region): Fix variable name.
8401
8402 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * gmm-utils.el (gmm-write-region): New function based on compatibility
8405         code from `mm-make-temp-file'.
8406
8407         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8408
8409         * nnmaildir.el (nnmaildir--update-nov)
8410         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8411         Use `gmm-write-region'.
8412
8413 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8414
8415         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8416         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8417
8418         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8419
8420         * message.el (message-replacement-char): New variable.
8421         (message-fix-before-sending): Use it.
8422         (message-simplify-subject): New function to remove duplicate code.
8423         (message-reply, message-followup): Use it.
8424
8425         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8426         gnus-summary-limit-to-articles.
8427
8428 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-util.el (gnus-with-local-quit): New macro.
8431
8432         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8433
8434 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8435
8436         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8437         ignore non-string data.
8438
8439 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8440
8441         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8442         non-string data (needs to be done in the registry too).
8443
8444 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8445
8446         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8447         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8448         (gnus-registry-split-fancy-with-parent)
8449         (gnus-registry-fetch-simplified-message-subject-fast)
8450         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8451         Remove text properties on ingress into the registry and when it's saved.
8452         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8453         registry from entries with no groups.
8454
8455 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8458         function to remove string properties.
8459
8460 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * gmm-utils.el (gmm): Adjust custom version.
8463
8464         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8465         custom version.
8466
8467         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8468
8469 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gnus-art.el (gnus-insert-prev-page-button)
8472         (gnus-insert-next-page-button): Simplify.  Reformat.
8473
8474 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8475
8476         * gnus-art.el (gnus-insert-prev-page-button)
8477         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8478
8479 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8480
8481         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8482
8483 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8484
8485         * gnus-art.el (gnus-insert-mime-button)
8486         (gnus-insert-mime-security-button):
8487         Apply gnus-article-button-face to MIME and security buttons.
8488
8489 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8492         readable.
8493
8494 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8497
8498 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8499
8500         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8501         `browse-url-of-file' instead of `browse-url'.
8502
8503 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8504
8505         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8506         regexp.  Articles containing quotation were cut prematurely.
8507
8508 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * message.el (message-cite-original-1): Use nobody by default for the
8511         value of From header.
8512         (message-reply): Ditto.
8513
8514 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8515
8516         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8517         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8518         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8519
8520 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8523         mails in the doc string.  Add some URLs in comment.
8524         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8525
8526 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8529         backslashes handling and the way to find boundaries of quoted strings.
8530
8531 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8532
8533         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8534         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8535         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8536         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8537
8538 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8541         doc string.
8542         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8543
8544 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8545
8546         * lpath.el: Fbind epg-check-configuration.
8547
8548 2006-09-06  Simon Josefsson  <jas@extundo.com>
8549
8550         * mml2015.el (mml2015-use): Doc fix, mention epg.
8551
8552 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8553
8554         * mml2015.el (mml2015-use): Default to epg, if available.
8555
8556 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8557
8558         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8559         message-sender.
8560         (mml1991-epg-encrypt): Ditto.
8561         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8562         message-sender.
8563         (mml2015-epg-encrypt): Ditto.
8564
8565 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8566
8567         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8568         several common directories.
8569
8570 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8571
8572         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8573         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8574
8575 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-art.el (article-decode-encoded-words): Make it fast.
8578
8579 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8582
8583         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8584         in quoted string into `\'.
8585
8586 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8589         Use standard-syntax-table.
8590
8591 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (gnus-decode-address-function): New variable.
8594         (article-decode-encoded-words): Use it to decode headers which are
8595         assumed to contain addresses.
8596         (gnus-mime-delete-part): Remove useless `or'.
8597
8598         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8599         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8600         (gnus-nov-parse-line): Use it to decode From header.
8601         (gnus-get-newsgroup-headers): Ditto.
8602         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8603
8604         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8605         (mail-decode-encoded-address-string): New alias.
8606
8607         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8608         New function.
8609         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8610         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8611         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8612         (rfc2047-decode-string): Ditto.
8613         (rfc2047-decode-address-region): New function.
8614         (rfc2047-decode-address-string): New function.
8615
8616 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * message.el (message-caesar-buffer-body): Allow rotating headers.
8619
8620         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8621
8622         * message.el (message-insert-formated-citation-line): Fix %f.
8623         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8624
8625 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8628         (gnus-bookmark-mouse-available-p): New macro.
8629         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8630         (gnus-bookmark-bmenu-show-infos): Use it.
8631         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8632         (gnus-bookmark-bmenu-hide-infos): Ditto.
8633         (gnus-bookmark-remove-properties): New function.
8634         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8635         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8636         (gnus-bookmark-write-file): Bind coding-system-for-write.
8637         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8638         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8639         group before selecting it.
8640         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8641         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8642         quit-window if it is not available; use gnus-mouse-2 and bind it to
8643         gnus-bookmark-bmenu-select-by-mouse.
8644         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8645         (gnus-bookmark-bmenu-select-by-mouse): New function.
8646
8647 2006-08-13  Romain Francoise  <romain@orebokech.com>
8648
8649         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8650         space.
8651
8652 2006-08-10  Romain Francoise  <romain@orebokech.com>
8653
8654         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8655         (dns-mode-soa-auto-increment-serial): New user option.
8656         (dns-mode-soa-maybe-increment-serial): New function.
8657         (dns-mode): Add the latter to `write-contents-functions'.
8658
8659 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * compface.el (uncompface): Use binary rather than raw-text-unix.
8662
8663 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * compface.el (uncompface): Make sure the eol conversion doesn't take
8666         place when communicating with the external programs.  Reported by
8667         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8668
8669 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8672
8673 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8674
8675         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8676         Make it more robust by parsing author and date independently.
8677
8678 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8681
8682 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8683
8684         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8685         first matching secret key.
8686         (mml2015-epg-encrypt): Ditto.
8687
8688         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8689         first matching secret key.
8690         (mml1991-epg-encrypt): Ditto.
8691
8692         * mml2015.el (mml2015-encrypt-to-self): New user option.
8693         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8694         mml2015-epg-encrypt-to-self is set.
8695
8696         * mml1991.el (mml1991-encrypt-to-self): New variable.
8697         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8698         mml1991-epg-encrypt-to-self is set.
8699
8700         * mml2015.el (mml2015-signers): New user option.
8701         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8702         (mml2015-epg-encrypt): Allow to select signing keys.
8703
8704         * mml1991.el (mml1991-signers): New variable.
8705         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8706         (mml1991-epg-encrypt): Allow to select signing keys.
8707
8708 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * nnheader.el (nnheader-insert-head): Make it work even if the file
8711         uses CRLF for the line-break code.
8712
8713 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8714
8715         * mml2015.el: Require mml-sec instead of password.
8716         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8717         (mml2015-cache-passphrase): Inherit the default value from
8718         mml-secure-cache-passphrase.
8719         (mml2015-passphrase-cache-expiry): Inherit the default value from
8720         mml-secure-passphrase-cache-expiry.
8721
8722         * mml1991.el: Require mml-sec instead of password.
8723         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8724         (mml1991-cache-passphrase): Inherit the default value from
8725         mml-secure-cache-passphrase.
8726         (mml1991-passphrase-cache-expiry): Inherit the default value from
8727         mml-secure-passphrase-cache-expiry.
8728
8729         * mml-sec.el: Require password.
8730         (mml-secure-verbose): New user option.
8731         (mml-secure-cache-passphrase): New user option.
8732         (mml-secure-passphrase-cache-expiry): New user option.
8733
8734 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8735
8736         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8737         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8738         andreas@altroot.de (Andreas Vögele).
8739
8740         FIXME: Use `tiny change'?
8741
8742 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8743
8744         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8745         workaround for the url package included with Emacs.
8746
8747         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8748
8749 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8752         correctly.  This fixes a bug caused by the 2006-05-12 change.
8753
8754 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8755
8756         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8757         some information about the error when saying that the `bogus' mail
8758         group will be used.
8759
8760 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8761
8762         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8763         string.
8764
8765 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8766
8767         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8768
8769 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8770
8771         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8772
8773 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8774
8775         * mml1991.el (mml1991-function-alist): Add epg.
8776         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8777         (mml1991-epg-encrypt): New functions.
8778
8779 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8780
8781         * mml2015.el (mml2015-verbose): New variable.
8782         (mml2015-cache-passphrase): Ditto.
8783         (mml2015-passphrase-cache-expiry): Ditto.
8784         (mml2015-function-alist): Add epg.
8785         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8786         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8787         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8788         functions.
8789
8790 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8791
8792         * message.el (message-cite-original-1): Preserve region when removing
8793         quoted text due to X-No-Archive in order to avoid bogus attribution
8794         when citing multiple messages.
8795
8796 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8797
8798         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8799         Kenneth Jacker <khj@be.cs.appstate.edu>.
8800
8801 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * gnus-diary.el (gnus-user-format-function-d)
8804         (gnus-user-format-function-D): Autoload.
8805
8806         * imap.el (Commentary): Fix typo.
8807
8808         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8809         2006-04-22 contribution.
8810
8811 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8812
8813         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8814         It didn't really fix the bogosity I'm seeing with solid web groups.
8815
8816 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8817
8818         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8819         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8820         created using server names.  If we use the feature without declaring
8821         it, Gnus does not properly manage server and group state.
8822
8823         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8824         bound.
8825
8826 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8827
8828         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8829         looking up the method using GROUP's prefix before inventing a new one.
8830         It is used on killed/unknown groups in various places where returning
8831         an all-new method isn't expected by the caller.
8832
8833         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8834         and match semantics of gnus-group-real-prefix.
8835
8836 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * nnmail.el (nnmail-broken-references-mailers): New variable.
8839         (nnmail-ignore-broken-references): New function generalizing
8840         nnmail-fix-eudora-headers.
8841         (nnmail-fix-eudora-headers): Now obsolete.
8842
8843         * gnus-art.el (gnus-button-handle-custom): Support
8844         `customize-apropos*'.
8845
8846 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8849
8850         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8851         articles.
8852
8853 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * message.el (message-cite-reply-above): New variable.
8856         (message-yank-original): Use it.
8857
8858 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8861
8862 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8865         as read.
8866
8867         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8868
8869 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8870
8871         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8872         (gnus-bookmark-default-file): Use gnus-directory.
8873         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8874         Remove "*" in doc string.
8875         (gnus-bookmark-write-file): Simplify.
8876         (gnus-bookmark-maybe-sort-alist): Use `when'.
8877         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8878         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8879         FIXME about Emacs 21 and XEmacs compatibility.
8880         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8881         compatibility.
8882         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8883         compatibility.
8884         (gnus-bookmark-menu-heading): Fix version.
8885
8886 2006-06-19  Bastien Guerry  <bzg@altern.org>
8887
8888         * gnus-bookmark.el: New file.
8889
8890 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * message.el (message-syntax-checks): Doc fix.
8893
8894 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8895
8896         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8897         unsubscribed groups as if they were killed ones.  It causes duplicate
8898         entries in gnus-newsrc-alist.
8899
8900 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * message.el (message-syntax-checks): Doc fix.
8903         (message-send-mail): Add check for continuation headers.
8904         (message-check-news-header-syntax): Fix regexp used to check for
8905         continuation headers.
8906
8907 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8910
8911 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8914
8915 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8918         default-truncate-lines.
8919
8920 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8923         to fill the utf-8 entry.
8924
8925         * lpath.el: Fbind unicode-precedence-list.
8926
8927 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8928
8929         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8930
8931 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8932
8933         * gnus-agent.el (directory-files-and-attributes): Move all the way
8934         forward (the third and final move).
8935         (gnus-agent-read-agentview): Trap reconstruction errors due to
8936         nonexistant directory.  Handle by returning nil.
8937
8938 2006-05-30  Didier Verna  <didier@xemacs.org>
8939
8940         * message.el (message-dont-reply-to-names): Update the custom type.
8941         * message.el (message-dont-reply-to-names): New defsubst: potentially
8942         convert a list of regexps into a single one.
8943         * message.el (message-get-reply-headers): Use it.
8944         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8945
8946 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * gnus-agent.el (directory-files-and-attributes): Move forward.
8949
8950 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-ml.el (gnus-mailing-list-subscribe)
8953         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8954         (gnus-mailing-list-message): Fix doc strings.
8955
8956 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8957
8958         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8959         of doing it manually.
8960
8961 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8964         comment.
8965
8966 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8967
8968         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8969         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8970         (gnus-agent-read-local): All symbols allocated in my-obarray.
8971         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8972         (gnus-agent-regenerate-group): Check numeric names to see if they are
8973         messages or groups.
8974         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8975         better way of do this...)
8976
8977         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8978         'dummy.group' (there should be a better way of do this...)
8979
8980 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8983         (gnus-saved-headers): Ditto.
8984         (gnus-default-article-saver): Mention functions may have properties.
8985         (gnus-article-save): Override gnus-save-all-headers and
8986         gnus-saved-headers by :headers property which saver function may have.
8987         (gnus-summary-save-in-file): Add :headers property.
8988         (gnus-summary-write-to-file): Ditto.
8989
8990         * gnus-sum.el (gnus-summary-save-article): Bind
8991         gnus-prompt-before-saving to t when saving many articles in a file;
8992         always show all headers.
8993
8994         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8995
8996 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8999         marks.
9000
9001         * message.el (message-indent-citation): Add optional arguments to allow
9002         using it outside of message buffers.
9003
9004         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9005         (gnus-article-treat-unfold-headers): Use it.
9006         (gnus-article-truncate-lines): New variable.
9007         (gnus-article-mode): Use it.
9008         (gnus-article-toggle-truncate-lines): New function.
9009
9010         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9011         gnus-article-toggle-truncate-lines.
9012
9013         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9014         coding system in XEmacs, use binary.
9015
9016 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9019         after-load-alist.
9020
9021         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9022         this function should save decoded articles.
9023         (gnus-summary-write-to-file): Use property to specify this function
9024         should save decoded articles and specify gnus-summary-save-in-file
9025         should be used to save articles other than the first one when saving
9026         many articles.
9027         (gnus-summary-save-body-in-file): Use property to specify this
9028         function should save decoded articles.
9029         (gnus-summary-write-body-to-file): Use property to specify this
9030         function should save decoded articles and specify
9031         gnus-summary-save-body-in-file should be used to save articles other
9032         than the first one when saving many articles.
9033
9034         * gnus-sum.el (gnus-summary-save-article): Simplify.
9035
9036 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9037
9038         * gnus-art.el (gnus-default-article-saver): Add
9039         gnus-summary-write-body-to-file.
9040         (gnus-article-save-coding-system): Don't use coding system object
9041         in XEmacs.
9042         (gnus-read-save-file-name): Add optional `dir-var' argument which
9043         specifies directory in which files are saved; work even if optional
9044         `variable' argument is not specified.
9045         (gnus-summary-write-to-file): Read file name.
9046         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9047         (gnus-summary-write-body-to-file): New function.
9048
9049         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9050         (gnus-summary-local-variables): Add it.
9051         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9052         (gnus-summary-save-article): Remove optional `decode' argument;
9053         determine whether to decode articles by the value of
9054         gnus-default-article-saver; when saving many files using
9055         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9056         it first and use gnus-summary-save-in-file or
9057         gnus-summary-save-body-in-file thereafter unless
9058         gnus-prompt-before-saving is always; move point to article which
9059         will be saved.
9060         (gnus-summary-save-article-file): Revert.
9061         (gnus-summary-write-article-file): Revert.
9062         (gnus-summary-save-article-body-file): Revert.
9063         (gnus-summary-write-article-body-file): New function.
9064
9065 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-art.el (gnus-default-article-saver): Doc fix.
9068         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9069         from gnus-summary-save-article-coding-system, and default to a
9070         certain coding system.
9071         (gnus-output-to-file): Add coding cookie and encode text according
9072         to gnus-article-save-coding-system; don't use mm-append-to-file.
9073
9074         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9075         gnus-art.el and rename to gnus-article-save-coding-system.
9076         (gnus-summary-save-article): Require gnus-art; don't show all
9077         headers if it decodes articles; don't add coding cookie here;
9078         don't bind mm-text-coding-system-for-write.
9079         (gnus-summary-save-article-file): Save decoded articles.
9080         (gnus-summary-write-article-file): When saving many files, use
9081         gnus-summary-write-to-file first and gnus-summary-save-in-file
9082         thereafter unless gnus-prompt-before-saving is always.
9083         (gnus-summary-save-article-body-file): Save decoded articles.
9084
9085         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9086
9087 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * nnrss.el (nnrss-check-group): Bind hash-index.
9090
9091 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9092
9093         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9094         its hash index.  Store this hash in `nnrss-group-data'.
9095         (nnrss-read-group-data): Update accordingly.
9096
9097 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9098
9099         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9100         entry.
9101
9102         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9103         gnus-article-browse-html-article.
9104
9105 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9106
9107         * gnus-sum.el (gnus-summary-mime-map): Add
9108         gnus-article-browse-html-article.
9109
9110         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9111
9112 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9115         suitable coding systems in customize.
9116
9117 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * mail-source.el (mail-sources): Fix custom type.
9120
9121 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9124         (gnus-summary-expire-articles-now): Shorten prompt.
9125
9126         * gmm-utils.el (wid-edit): Require.
9127         (defun-gmm): Renamed from `gmm-defun-compat'.
9128         (gmm-image-search-load-path): Use it.
9129         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9130
9131 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9134         variable.
9135         (gnus-summary-save-article): Add optional `decode' argument.  If
9136         it is set and gnus-summary-save-article-coding-system is non-nil,
9137         save decoded article.
9138         (gnus-summary-write-article-file): Save decoded article if
9139         gnus-summary-save-article-coding-system is non-nil.
9140
9141         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9142         type.
9143
9144 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9147
9148 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9151         first to test gnus-single-article-buffer which may be buffer-local.
9152
9153         * gnus-sum.el (gnus-summary-setup-buffer): Make
9154         gnus-single-article-buffer buffer-local and nil in ephemeral
9155         group; make gnus-article-buffer, gnus-article-current, and
9156         gnus-original-article-buffer always buffer-local.
9157         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9158         group.
9159         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9160
9161 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * nnml.el (nnml-request-compact-group): Compressed files might not
9164         have .gz extension.
9165
9166 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9167
9168         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9169         (mm-copy-to-buffer): Use with-current-buffer.
9170         (mm-display-part): Simplify.
9171         (mm-inlinable-p): Add optional arg `type'.
9172
9173 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9174
9175         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9176         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9177         Try harder to show the attachment internally or externally using
9178         gnus-mime-view-part-as-type.
9179
9180 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * message.el (message-from-style, message-signature-separator)
9183         (message-user-organization-file, message-send-mail-function)
9184         (message-citation-line-function, message-yank-prefix)
9185         (message-indent-citation-function, message-signature)
9186         (message-signature-file, message-signature-insert-empty-line):
9187         Remove autoloads.
9188
9189         * gnus-art.el (gnus-buttonized-mime-types): Remove
9190         "multipart/signed".  Revert 2006-04-26 change.
9191
9192 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * gnus.el (gnus-version-number): Bump version.
9195
9196 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9197
9198         * gnus.el: No Gnus v0.5 is released.
9199
9200 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9201
9202         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9203         fetching articles by message-id.
9204
9205 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * message.el (hashcash): Require hashcash as normal.
9208
9209         * ecomplete.el (ecomplete-highlight-match-line): Use
9210         point-at-eol.
9211         (ecomplete-highlight-match-line): Use `highlight', because that
9212         face exists in both Emacs and XEmacs.
9213
9214         * message.el (message-display-abbrev): Use point-at-bol.
9215
9216         * mail-source.el: Don't require timer/timer-funcs.
9217
9218         * gnus-async.el: Ditto.
9219
9220         * password.el: Ditto.
9221
9222         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9223
9224         * mm-url.el: Ditto.
9225
9226         * gnus-xmas.el: Don't require timer-funcs.
9227
9228         * mm-util.el: Require timer/timer-funcs.
9229
9230 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9231
9232         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9233         Close.
9234
9235 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9238         unibyte after clear-decrypt function runs.
9239
9240         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9241         returns as a unibyte string.
9242
9243 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * lpath.el: Revert.
9246
9247         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9248         (pgg-gpg-process-sentinel): Revert.
9249
9250         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9251         (pgg-pgp-lookup-key): Revert.
9252
9253         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9254         (pgg-pgp5-lookup-key): Revert.
9255
9256         * pgg.el (pgg-fetch-key): Revert.
9257
9258 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * lpath.el: Fbind string-as-multibyte for XEmacs.
9261
9262         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9263         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9264         (mml1991-pgg-encrypt): Ditto.
9265
9266         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9267         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9268         a multibyte buffer.
9269
9270         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9271         (pgg-pgp-lookup-key): Ditto.
9272
9273         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9274         (pgg-pgp5-lookup-key): Ditto.
9275
9276         * pgg.el (pgg-fetch-key): Ditto.
9277
9278 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9279
9280         * message.el (message-user-organization-file): Check several
9281         locations of the organization file.
9282
9283         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9284         Add gnus-article-view-part-as-type.
9285
9286         * gnus-art.el (gnus-article-view-part-as-type): New function.
9287
9288         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9289         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9290
9291         * mml.el: Simplify autoload.
9292         (mml-mode): defvar dnd-protocol-alist instead of using
9293         symbol-value.
9294         (mml-default-directory): New variable.
9295         (mml-minibuffer-read-file): Use it.
9296         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9297
9298         * message.el (message-citation-line-format): New variable.
9299         (message-insert-formated-citation-line): New function.
9300         (message-citation-line-function): Add
9301         `message-insert-formated-citation-line' to custom type.
9302
9303         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9304         to doc string.
9305
9306         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9307         depending on mm-verify-option.
9308
9309 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9312         binding pgg-* variables; reimplement the section which prevents
9313         MIME header from being signed.
9314         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9315         pgg-text-mode; remove a blank line at the top of body.
9316
9317         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9318         lines at the top of body; use gnus-newsgroup-charset if there's no
9319         Charset header.
9320
9321 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * message.el (message-self-insert-commands): Doc fix.
9324
9325         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9326         (mm-uu-pgp-encrypted-test): Ditto.
9327         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9328         between header and body; return application/pgp-encrypted handle
9329         if decryption failed; decode decrypted body by charset.
9330
9331         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9332         element match to application/pgp-*.
9333
9334 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9335
9336         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9337         HTML.
9338
9339 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * mail-source.el (mail-source-call-script): Message the error
9342         string.
9343
9344 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * gnus-util.el (gnus-byte-compile): Use it.
9347
9348 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9349
9350         * gnus-util.el (kill-empty-logs): New function.
9351
9352 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * message.el (message-mail-alias-type): Doc fix.
9355         (message-mail-alias-type-p): New function.
9356         (message-send): Use it.
9357         (message-mode): Ditto.
9358         (message-strip-forbidden-properties): Ditto.
9359
9360         * ecomplete.el (ecomplete-database-file-coding-system): New
9361         variable.
9362         (ecomplete-save): Use it.
9363         (ecomplete-setup): Use it.
9364
9365 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * message.el (message-self-insert-commands): New variable.
9368         (message-strip-forbidden-properties): Use it.
9369
9370 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9371
9372         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9373         that doesn't make XEmacs choke.
9374
9375 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * gnus-util.el (gnus-replace-in-string):
9378         Prefer replace-regexp-in-string over of replace-in-string.
9379
9380 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * gnus-util.el (gnus-select-frame-set-input-focus):
9383         Use select-frame-set-input-focus if it is available in XEmacs; use
9384         definition defined in Emacs 22 for old Emacsen.
9385
9386         * dgnushack.el: Autoload unmorse-region for XEmacs.
9387
9388         * lpath.el: Bind cursor-in-non-selected-windows and
9389         select-frame-set-input-focus for XEmacs.
9390
9391 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9394
9395 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9396
9397         * gnus-registry.el (gnus-registry-cache-save): Remove text
9398         properties when saving via the temp buffer.
9399
9400 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * message.el (message-generate-hashcash): Honor custom type.
9403
9404 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405
9406         * message.el (message-generate-hashcash): Default to non-nil when
9407         hashcash is found.
9408
9409         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9410         (gnus-refer-thread-limit): Increase default to 500.
9411
9412         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9413
9414         * flow-fill.el (fill-flowed): Allow delete-space.
9415
9416 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9419         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9420         Remove autoloads.
9421
9422 2006-04-18  Simon Josefsson  <jas@extundo.com>
9423
9424         * message.el (message-generate-hashcash): Default to.
9425
9426 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9429         concatenating segments rather than before concatenating them.
9430
9431 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9434
9435 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9438
9439         * message.el (message-forward-make-body-plain): Allow
9440         message-forward-ignored-headers to be a list.
9441         (message-remove-ignored-headers): Factor out into function.
9442         (message-forward-make-body-mml): Use it.
9443
9444         * imap.el (imap-quote-specials): New function.
9445         (imap-login-auth): Quote specials.
9446
9447         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9448         (rfc2231-parse-string): Allow concatanation of parameters that
9449         aren't contiguous.  The test case is
9450           (mail-header-parse-content-type "message/external-body;
9451             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9452             access-type=LOCAL-FILE;
9453             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9454
9455 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9456
9457         * nntp.el (nntp-accept-process-output): Return the value of
9458         `nnheader-accept-process-output'.
9459
9460 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9463         (gnus-button-alist): Recognize more diff formats.
9464         (gnus-button-patch): Strip directory.
9465
9466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9469         Emacs 22 when setting focus.
9470
9471 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * gnus-art.el (gnus-article-treat-types): Do treatment of
9474         text/x-verbatim parts.
9475         (gnus-button-patch): New command.
9476
9477         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9478         addresses that contain invalid characters.
9479
9480 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * message.el (message-put-addresses-in-ecomplete): Use
9483         gnus-replace-in-string.
9484         (message-is-yours-p): Use the more correct
9485         mail-header-parse-address instead of
9486         mail-extract-address-components.
9487         (message-put-addresses-in-ecomplete): Fix typo.
9488
9489         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9490         keystroke.
9491
9492         * gnus-art.el (gnus-treatment-function-alist): Change order of
9493         newsgroups/generic header folding to avoid double-folding.
9494
9495         * message.el (message-hidden-headers): Add X-Draft-From.
9496
9497         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9498         command.
9499         (gnus-summary-repeat-search-article-backward): New command.
9500
9501         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9502         groups in the parent topic.
9503
9504 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9505
9506         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9507         (spam-extra-header-to-number): Return the CRM114 number as a
9508         number instead of a string.
9509
9510 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9511
9512         * gnus-art.el (gnus-face-properties-alist): Moved here from
9513         gnus-fun.
9514
9515         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9516
9517 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * message.el (message-strip-forbidden-properties): Only display on
9520         self-insert-command.
9521
9522         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9523         reindent.
9524         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9525
9526 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9527
9528         * smiley.el (smiley-style): Fix typo.
9529
9530 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * hashcash.el (hashcash-insert-payment-async-2): Use
9533         message-goto-eoh instead of doing it manually.
9534         (mail-add-payment): Use message-narrow-to-header instead of trying
9535         to do the same itself.
9536
9537         * message.el (message-hidden-headers): Add Face.
9538
9539         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9540         reparenting code.
9541         (gnus-summary-reparent-children): Refactored out code.
9542         (gnus-summary-thread-map): New keystroke.
9543         (gnus-summary-reparent-children): Make into command.
9544
9545         * smiley.el (smiley-style): Default to `medium' if using a large
9546         font.
9547
9548         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9549         does it itself.
9550
9551         * message.el (message-point-in-header-p): Simplify definition.
9552
9553 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * nnagent.el (nnagent-request-set-mark): Silence log file
9556         writing.
9557         (nnagent-request-set-mark): Use write-region instead of
9558         append-to-file.
9559
9560         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9561         strange select method.
9562
9563         * ecomplete.el (ecomplete-display-matches): Get highlightling
9564         right.
9565         (ecomplete-display-matches): Use literals.
9566         (ecomplete-display-matches): Disable message logging.
9567
9568         * message.el (message-display-abbrev): Small optimization.
9569
9570         * ecomplete.el (ecomplete-display-matches): Allow automatic
9571         display.
9572
9573         * message.el (message-strip-forbidden-properties): Display
9574         abbrevs.
9575         (message-display-abbrev): Get automatic display right.
9576
9577         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9578         keystrokes.
9579
9580 2006-04-13  Romain Francoise  <romain@orebokech.com>
9581
9582         TODO: Backport to v5-10!
9583
9584         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9585         Moved here (and renamed) from gnus-registry.el.
9586
9587         * gnus-registry.el: Require gnus-util.
9588         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9589
9590 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * gnus-group.el (gnus-group-catchup-current): Change
9593         if-then-else-if-then-else into cond.
9594         (gnus-group-catchup): Indent.
9595         (group-name-at-point): New function.
9596         (gnus-fetch-group): Provide default from thing at point.
9597
9598 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * message.el (message-display-abbrev): Fix regexp.
9601
9602         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9603         choosing.
9604         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9605         dead variables.
9606
9607         * message.el (message-newline-and-indent): Remove debugging.
9608         (message-display-abbrev): Use new implementation.
9609
9610 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus-art.el (gnus-article-mode): Set
9613         cursor-in-non-selected-windows to nil.
9614
9615         * smiley.el: Revert previous change.
9616         (smiley-data-directory): defvar it before using it in the
9617         defcustom of `smiley-style'.
9618
9619 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * message.el (message-newline-and-indent): New function.
9622
9623         * ecomplete.el: Implement more bits.
9624
9625         * message.el (message-put-addresses-in-ecomplete): Clean up the
9626         string.
9627
9628         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9629
9630         * gnus-sum.el (gnus-summary-save-parts): Bind
9631         gnus-summary-save-parts-counter and use it to make unique file
9632         names.
9633
9634         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9635
9636         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9637         parameter to say whether to actually parse the individual
9638         addresses.
9639
9640         * message.el (message-put-addresses-in-ecomplete): New function.
9641         (ecomplete): Require.
9642         (message-mail-alias-type): Add ecomplete as an option.
9643
9644 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9645
9646         * flow-fill.el (fill-flowed): Remove trailing space from blank
9647         quoted lines.
9648
9649 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * smiley.el (smiley-style): Move definition later to avoid a
9652         compilation warning.
9653
9654 2006-04-12  Kenichi Handa  <handa@m17n.org>
9655
9656         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9657         buffer and then decode the buffer text if necessary.
9658         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9659         first, and after mm-encode-body, change the buffer to unibyte.
9660         Use mm-disable-multibyte instead of set-buffer-multibyte.
9661
9662 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9665         Content-Type header instead of Content-Disposition header.
9666         (gnus-mime-inline-part): Ditto.
9667         (gnus-mime-view-part-as-charset): Ignore charset that the part
9668         specifies.
9669
9670         * mm-decode.el (mm-display-part): Work with external parts and
9671         usual parts similarly.
9672
9673         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9674         instead of gnus-display-mime.
9675
9676         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9677         instead of with-temp-buffer.
9678
9679         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9680         tag to summarized topics part in order to encode non-ASCII text.
9681
9682 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9683
9684         * smiley.el (smiley-style): New variable.
9685         (smiley-directory): New function.
9686         (smiley-data-directory): Derive from `smiley-style' using
9687         `smiley-directory'.
9688         (smiley-regexp-alist): Add new entries.
9689
9690         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9691         (gnus-article-browse-delete-temp): Add :version.
9692
9693 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9694
9695         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9696         the sieve region.
9697
9698 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus.el (gnus-version-number): Bump version.
9701
9702 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus.el: No Gnus v0.4 is released.
9705
9706 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9709         layout.
9710
9711         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9712         unknown charset.
9713
9714         * message.el (message-header-synonyms): Add Original-To to the
9715         default.
9716
9717         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9718         optional parameter.
9719
9720 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * gnus-fun.el (gnus): Require it for gnus-directory.
9723
9724 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9727
9728 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9729
9730         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9731
9732 2006-04-05  Simon Josefsson  <jas@extundo.com>
9733
9734         * password.el (password-reset): New function.
9735
9736 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9737
9738         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9739         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9740
9741 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9742
9743         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9744         Some whitespace was matched into the url, which broke browsing hits
9745         > 100 when mm-url-use-external was nil.
9746
9747 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9750         gnus-extra-headers for 'Newsgroups.
9751
9752         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9753         bound.
9754
9755 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9756
9757         * pgg-gpg.el: Clean up process buffers every time gpg processes
9758         complete.
9759
9760 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9763         doc string.
9764
9765 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9766
9767         * pgg-gpg.el (pgg-gpg-process-filter)
9768         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9769
9770         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9771         lines, temporary fix.
9772
9773 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9776
9777 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9778
9779         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9780         default-enable-multibyte-characters.  This reverts the change from
9781         revision 6.17 which is no longer necessary because the passphrase
9782         is sent separately now.  GnuPG messages are unreadable under
9783         multibyte locales with default-enable-multibyte-characters set to
9784         nil.
9785
9786 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * message.el (message-tool-bar-gnome): Move "spell".
9789
9790 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9793         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9794         instead.
9795
9796 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9797
9798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9799         newsgroups handling for NNTP overviews which don't include
9800         Newsgroups.
9801
9802 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9803
9804         * message.el (message-resend): Bind message-generate-hashcash to nil.
9805
9806 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9807
9808         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9809         when searching for already-paid recipients.
9810
9811 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9812
9813         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9814         passphrases when it is not needed.
9815         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9816         passphrase stuff from gpg, should only be necessary when you use
9817         gpg with a smartcard.
9818
9819 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * mml.el (mml-insert-mime): Ignore cached contents of
9822         message/external-body part.
9823
9824         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9825         (mm-insert-part): Ditto.
9826
9827 2006-03-23  Simon Josefsson  <jas@extundo.com>
9828
9829         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9830         Reiner.
9831         (pgg-gpg-use-agent-p): Use it again.
9832
9833 2006-03-23  Simon Josefsson  <jas@extundo.com>
9834
9835         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9836         older emacsen.
9837         (pgg-gpg-use-agent-p): Don't use it.
9838
9839 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9842         if we can.
9843
9844 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9845
9846         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9847         (pgg-gpg-update-agent): New function.
9848         (pgg-gpg-use-agent-p): New function.
9849         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9850         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9851         (pgg-gpg-sign-region): Use it.
9852
9853 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9856         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9857
9858 2006-03-21  Simon Josefsson  <jas@extundo.com>
9859
9860         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9861         <wilde@sha-bang.de>.
9862         (pgg-gpg-use-agent): New variable.
9863         (pgg-gpg-process-region): Use it.
9864         (pgg-gpg-encrypt-region): Likewise.
9865         (pgg-gpg-encrypt-symmetric-region): Likewise.
9866         (pgg-gpg-decrypt-region): Likewise.
9867         (pgg-gpg-sign-region): Likewise.
9868         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9869
9870 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9873
9874         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9875         Add comment on version.
9876
9877 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * smiley.el: Add missing test smiley.
9880
9881 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * mm-decode.el (mm-with-part): New macro.
9884         (mm-get-part): Use it; work with message/external-body as well.
9885         (mm-save-part): Treat name and filename equally.
9886
9887         * mm-extern.el (mm-extern-cache-contents): New function.
9888         (mm-inline-external-body): Use it; force the part to be displayed;
9889         move undisplayer added to the cached handle to the parent.
9890
9891         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9892         (gnus-mime-view-part-as-type): Work with message/external-body.
9893
9894         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9895
9896 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9899         images in image-load-path.  [Sync with image.el, revision 1.60, in
9900         Emacs.]
9901
9902 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9905         path rather than symbol.  Always return list of directories.
9906         Guarantee that image directory comes first.  [Sync with image.el,
9907         revision 1.59, in Emacs.]
9908
9909         * message.el (message-make-tool-bar): Adjust to new API of
9910         `gmm-image-load-path-for-library'.
9911
9912         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9913
9914         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9915
9916 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917
9918         * gnus-art.el (gnus-article-only-boring-p):
9919         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9920         intangible text.
9921         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9922
9923 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9926         `defun' instead of `gmm-defun-compat'.
9927
9928 2006-03-14  Simon Josefsson  <jas@extundo.com>
9929
9930         * message.el (message-unique-id): Don't use message-number-base36
9931         if (user-uid) is a float.
9932         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9933
9934 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9937
9938         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9939         empty line between a part and a message part.
9940
9941 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * smiley.el: Add more test smileys.
9944         (smiley-data-directory, smiley-regexp-alist)
9945         (gnus-smiley-file-types): Fix doc strings.
9946         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9947         adding new elements.
9948         (smiley-mouse-map): Unused code.  Make it a comment.
9949
9950 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9953         scan latest NoCeM messages instead of old ones.
9954         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9955         delimiters that are recently used.
9956         (gnus-nocem-load-cache): Add autoload cookie.
9957
9958         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9959
9960         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9961         level which is larger than gnus-use-nocem is specified.
9962
9963         * gnus-group.el (gnus-group-get-new-news): Ditto.
9964
9965 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-util.el (gnus-tool-bar-update): New function.
9968
9969         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9970         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9971
9972         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9973
9974         * gnus-group.el (gnus-group-redraw-when-idle)
9975         (gnus-group-redraw-check): Remove.
9976         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9977
9978 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9981         if optional last element is specified in splits (FIELD VALUE...).
9982
9983 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9986         to gmm-image-load-path-for-library.  Call with no-error argument.
9987         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9988
9989         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9990
9991         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9992
9993         * gmm-utils.el (gmm-image-load-path): Remove alias.
9994
9995 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gmm-utils.el (gmm-image-load-path): Add alias.
9998
9999         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10000         nnml-generate-nov-databases-1.
10001         (nnml-generate-nov-databases): Use it.
10002         (nnml-generate-nov-databases-directory): Document no-active
10003         argument.
10004
10005         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10006         directory if path is t.  Add no-error.
10007
10008         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10009         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10010
10011         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10012         resetting gnus-article-browse-html-temp-list.
10013
10014         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10015         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10016         Add example to docstring.  Rename local variables.  Move error
10017         checks to default case in cond and simplify.
10018
10019 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10022         handle is multipart when calling it recursively.
10023         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10024
10025 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10026
10027         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10028         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10029
10030 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10033         is loaded.
10034
10035         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10036         loaded.
10037
10038 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10041         to "Emacs 23 (unicode)" in doc string.
10042
10043         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10044         "Emacs 23 (unicode)" in comment.
10045
10046 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10049
10050         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10051         characters 160 through 255 in Emacs 23.
10052
10053 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10056         gnus-article-browse-html-temp.
10057         (gnus-article-browse-delete-temp): Make it customizable.  Add
10058         `file'.  Adjust doc string.
10059         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10060         query for each file.  Adjust doc string.
10061         (gnus-article-browse-html-parts): Add
10062         `gnus-article-browse-delete-temp-files' to
10063         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10064
10065 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10066
10067         * gnus-art.el (gnus-article-browse-html-temp)
10068         (gnus-article-browse-delete-temp): New variables.
10069         (gnus-article-browse-delete-temp-files): New function.
10070         (gnus-article-browse-html-parts): Use it.
10071
10072 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10075
10076         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10077         string.
10078
10079         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10080         gnus-summary-insert-new-articles when unplugged.  Remove
10081         gnus-summary-search-article-forward.
10082
10083         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10084         display-visual-class instead of display-color-cells.
10085
10086 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * dgnushack.el: Autoload customize-group for XEmacs.
10089
10090         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10091         message/* containing non-ASCII text properly.
10092
10093 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * message.el: Require gmm-utils, remove autoloads.
10096         (message-tool-bar): Set default based on
10097         gmm-tool-bar-style.
10098         (message-tool-bar-gnome): Add gmm-customize-mode.
10099
10100         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10101         gmm-tool-bar-style.
10102         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10103
10104         * gnus-group.el (gnus-group-tool-bar): Set default based on
10105         gmm-tool-bar-style.
10106         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10107
10108         * gmm-utils.el (gmm-image-directory): Rename variable from
10109         gmm-image-load-path.
10110         (gmm-image-load-path): Use gmm-image-directory.
10111         (gmm-customize-mode): New function.
10112         (gmm-tool-bar-style): New variable.
10113
10114         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10115         gnus-group-redraw-line-number.
10116         (gnus-group-redraw-check): Simplify.
10117         (gnus-group-tool-bar-update): Remove redraw check.
10118         (gnus-group-make-tool-bar): Add redraw check.
10119
10120 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10121
10122         * gnus-art.el (gnus-button): Add missing parentheses.
10123
10124 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * lpath.el: Fbind line-number-at-pos.
10127
10128 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10131
10132 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gnus-art.el (gnus-button): New face.
10135         (gnus-article-button-face): Use it.
10136
10137         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10138         gnus-summary-next-page.  Re-order.
10139
10140         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10141         next-node are now included.
10142         (gnus-group-redraw-line-number): New internal variable.
10143         (gnus-group-redraw-check): Helper function for updating the tool
10144         bar.
10145         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10146
10147         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10148
10149         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10150         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10151         Use it to match format of Spamassassin 3.0 and later.  Reported by
10152         IRIE Tetsuya <irie@t.email.ne.jp>.
10153         (spam-check-bogofilter)
10154         (spam-bogofilter-register-with-bogofilter): Fix args of
10155         `gnus-error' calls.
10156
10157 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10160         unnecessary interaction when sending queued mails.  Reported by
10161         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10162
10163 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10166         first or last are nil.
10167
10168 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10169
10170         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10171
10172 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10173
10174         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10175
10176 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * dns.el (query-dns): Protect more against buggy tcp output.
10179
10180 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10183         nov.php.
10184
10185 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10186
10187         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10188         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10189         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10190         output on the server side.
10191         (nnweb-google-create-mapping): Update regexps and add some
10192         progress indication.
10193
10194 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10197         gnus-agent-toggle-plugged.  Re-order icons.
10198         (gnus-group-tool-bar-gnome): Add
10199         gnus-group-{prev,next}-unread-group.
10200         (gnus-group-tool-bar-gnome): Re-order icons.
10201
10202         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10203         gnus-summary-insert-new-articles.
10204
10205         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10206         comments.
10207
10208         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10209         also available in Emacs 21.3.
10210
10211         * message.el (message-fix-before-sending): Change "Emacs 22" to
10212         "Emacs 23 (unicode)" in comment.
10213
10214         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10215         "Emacs 23 (unicode)" in comment.
10216
10217         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10218         comment.
10219         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10220
10221         * mm-view.el (mm-fill-flowed): Add :version.
10222
10223 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10226         and load-path.
10227
10228 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * message.el: Autoload gmm-image-load-path.
10231         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10232         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10233         consitency.
10234
10235         * gmm-utils.el (gmm-image-load-path): Also search in
10236         "../etc/images".  Don't set gmm-image-load-path if we don't find
10237         the image.
10238
10239 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gmm-utils.el (gmm-image-load-path): Don't make
10242         `gmm-image-load-path' include subdirectories which the second arg
10243         `image' might specify.
10244
10245         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10246         subdirectory to icon file names.
10247
10248         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10249
10250 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10253         gmm-image-load-path calls.
10254
10255         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10256
10257         * message.el (message-make-tool-bar): Ditto.
10258
10259         * mml.el (mml-preview): Added comment concerning tool bar icons.
10260
10261         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10262         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10263
10264         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10265         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10266
10267         * message.el (message-tool-bar-gnome): Use new icon names.
10268         (message-make-tool-bar): Use `gmm-image-load-path'.
10269
10270         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10271         functions from MH-E.
10272         (gmm-image-load-path): New variable from MH-E.
10273         (gmm-image-load-path): New function from MH-E.  Added arguments
10274         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10275         *-image-load-path-called-flag.
10276
10277 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10278
10279         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10280
10281 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10282
10283         * nnimap.el (nnimap-request-move-article): Change folder back to
10284         source group before deleting.
10285
10286 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10289
10290         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10291         mm-url.
10292
10293         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10294
10295 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10298         coding system which mm-charset-to-coding-system returns for a
10299         given charset is valid.
10300
10301 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10302
10303         * html2text.el (html2text-remove-tag-list):
10304         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10305
10306 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10307
10308         * gnus-cus.el: Revert 2005-10-17 change.
10309
10310 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-art.el (article-strip-banner): Call
10313         article-really-strip-banner only when the regexp match is made.
10314
10315 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * gnus-art.el (article-strip-banner): Use
10318         gnus-extract-address-components instead of
10319         mail-header-parse-addresses to make it work with non-ASCII text;
10320         remove mail-encode-encoded-word-string.
10321
10322         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10323         values which are surrounded with \"...\"; make it never cause a
10324         Lisp error; give up parsing of parameters if it failed in
10325         extracting type.
10326
10327 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10328
10329         * smime.el (smime-cert-by-ldap-1): Fix bug where
10330         `smime-ldap-search' returns results without userCertificates.
10331
10332 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10335
10336 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * spam.el (spam-check-spamassassin-headers): Adapt format for
10339         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10340         <ari@mbf.ocn.ne.jp>.
10341         (spam-list-of-processors): Add spam-use-gmane.
10342
10343 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10346         make-temp-file; make it work with XEmacs as well.
10347
10348         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10349         mm-make-temp-file.
10350
10351         * mm-decode.el (mm-display-external): Use the 3rd arg of
10352         mm-make-temp-file.
10353         (mm-create-image-xemacs): Ditto.
10354
10355 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10358         with message-narrow-to-headers.
10359         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10360         (gnus-draft-check-draft-articles): New function.
10361         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10362
10363 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * gnus-art.el (gnus-article-browse-html-parts):
10366         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10367         Don't use suffix argument for mm-make-temp-file for Emacs 21
10368         compatibility.  Remove useless `format'.
10369
10370 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10371
10372         * nnweb.el (nnweb-google-wash-article): Update regexps.
10373         (nnweb-group-alist): Use defvoo instead of defvar.
10374
10375 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10378         re-loading nn* modules.
10379
10380 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10383         for `tool-bar-mode' and don't check it's default-value.
10384
10385         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10386
10387         * message.el (message-make-tool-bar): Ditto.
10388
10389         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10390         `substring'.  Shorten tmp-file name.
10391
10392         * gnus.el: Remove bogus comment.
10393
10394 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10395
10396         * gnus-art.el (gnus-article-browse-html-parts): New function.
10397         (gnus-article-browse-html-article): New function for viewing html
10398         articles with a browser.
10399
10400 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10401
10402         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10403         in elisp.
10404         (pgg-gpg-encrypt-symmetric-region): Ditto.
10405         (pgg-gpg-sign-region): Ditto.
10406
10407         * pgg-def.el (pgg-text-mode): New variable.
10408
10409         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10410         (mml2015-pgg-encrypt): Ditto.
10411
10412         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10413         (mml1991-pgg-encrypt): Ditto.
10414
10415 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10418         message-make-date instead of current-time-string.
10419
10420         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10421         to gnus-decoded which mm-uu might set.
10422
10423 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10426         don't decode quoted parameters; remove misimported Emacs code.
10427         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10428         (rfc2231-decode-encoded-string): Don't use split-string which
10429         behaves differently according to Emacs version; use
10430         mm-decode-coding-region to convert charset to coding-system.
10431         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10432         (rfc2231-encode-string): Remove misimported Emacs code.
10433
10434 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10437         when calling mail-header-parse-content-type.
10438         (article-de-quoted-unreadable): Ditto.
10439         (article-de-base64-unreadable): Ditto.
10440         (article-wash-html): Ditto.
10441
10442         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10443         calling mail-header-parse-content-type and
10444         mail-header-parse-content-disposition.
10445         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10446         mail-header-parse-content-type.
10447
10448         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10449         insert charset and format parameters; encode description after
10450         inserting it to buffer.
10451         (mml-insert-parameter): Fold lines properly even if a parameter is
10452         segmented into two or more lines; change the max column to 76.
10453
10454         * rfc1843.el (rfc1843-decode-article-body): Don't use
10455         ignore-errors when calling mail-header-parse-content-type.
10456
10457         * rfc2231.el (rfc2231-parse-string): Return at least type if
10458         possible; don't cause an error even if it fails in parsing of
10459         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10460         (rfc2231-encode-string): Don't break lines at the beginning, leave
10461         it to mml-insert-parameter.
10462
10463         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10464         calling mail-header-parse-content-type.
10465
10466 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * spam-report.el (spam-report-gmane-use-article-number):
10469         Improve doc string.
10470         (spam-report-gmane-internal): Check if a suitable header was found
10471         in the article.
10472
10473 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10476         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10477
10478 2006-02-05  Romain Francoise  <romain@orebokech.com>
10479
10480         Update copyright notices of all files in the gnus directory.
10481
10482 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10483
10484         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10485
10486 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10489         segmented lines of parameter value to cope with Thunderbird 1.5
10490         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10491         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10492         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10493
10494 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10495
10496         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10497         parts.
10498
10499 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10500
10501         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10502         there's only one active file for all servers.
10503         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10504         solid groups.  Gnus might have used a FAST request to select the group.
10505         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10506         and nnweb-search redundantly in the active file.
10507         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10508         (nnweb-request-create-group): Don't use ARGS.
10509         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10510         initialisations.  Let nnoo do the work.
10511
10512 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10515         Say the part has been decoded.
10516
10517         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10518
10519 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10520
10521         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10522         mailcap-viewer-test-cache when there's no 'test clause, since that
10523         will invert the meaning of a "nil" test previously determined by
10524         mailcap-mailcap-entry-passes-test.
10525
10526 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10529         compiling.
10530
10531         * gnus-sum.el: Ditto.
10532
10533         * message.el: Don't bind tool-bar-map when compiling.
10534
10535 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10538
10539 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10540
10541         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10542         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10543         current Google Groups.
10544
10545 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10548         and tool-bar-mode.
10549
10550         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10551         and tool-bar-mode.
10552
10553         * message.el (message-tool-bar-update): Simplify.
10554         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10555
10556         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10557         gnus-summary-buffer.
10558         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10559         gnus-summary-reply.
10560
10561         * gmm-utils.el (gmm): Add :version.
10562
10563 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * Makefile.in (clean): New rule.
10566         (distclean): Use it.
10567
10568 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10569
10570         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10571         autoload.
10572
10573 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gmm-utils.el (gmm-verbose): Add :group.
10576
10577 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * message.el: Change some comments WRT tool-bars.
10580
10581         * gnus-sum.el (gnus-summary-tool-bar)
10582         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10583         (gnus-summary-tool-bar-zap-list): New variables.
10584         (gnus-summary-make-tool-bar): Complete rewrite using
10585         `gmm-tool-bar-from-list'.
10586
10587         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10588         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10589         variables.
10590         (gnus-group-make-tool-bar): Complete rewrite using
10591         `gmm-tool-bar-from-list'.
10592         (gnus-group-tool-bar-update): New function.
10593
10594         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10595
10596 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10597
10598         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10599         is dissected into a single part of which the type is the same as
10600         the given one; decode charset.
10601
10602 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10603
10604         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10605         into alists as symbol not string, since that's what
10606         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10607         look for.
10608
10609 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10612         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10613
10614         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10615
10616 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10619         (gnus-xmas-mime-security-button-menu): New function.
10620
10621         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10622         (gnus-mime-security-button-menu): New definition.
10623         (gnus-mime-security-button-map): Use them.
10624         (gnus-mime-security-button-menu): New function.
10625         (gnus-insert-mime-security-button): Addition to help echo.
10626         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10627         (gnus-mime-security-pipe-part): New functions.
10628
10629         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10630         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10631
10632         * mm-decode.el (mm-handle-set-disposition): Remove.
10633         (mm-handle-set-description): Remove.
10634
10635 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10638         (mm-w3m-standalone-supports-m17n-p): New function.
10639         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10640         w3m usage.
10641
10642         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10643         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10644
10645 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * message.el (message-tool-bar-zap-list): Use
10648         gmm-tool-bar-zap-list as custom type.
10649         (message-tool-bar-update): New function.
10650         (message-tool-bar, message-tool-bar-gnome)
10651         (message-tool-bar-retro): Add message-tool-bar-update.
10652         (message-tool-bar-gnome): Add flyspell-buffer.
10653
10654         * gnus-util.el (gnus-error): Describe `args'.
10655
10656         * gmm-utils.el (gmm-error): Describe `args'.
10657         (gmm-tool-bar-zap-list): New widget.
10658         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10659
10660 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10663         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10664         the number of recursive calls.
10665
10666         * mm-decode.el (mm-handle-set-disposition): New macro.
10667         (mm-handle-set-description): New macro.
10668
10669 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10672         encoding.
10673
10674 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * message.el (message-tool-bar-zap-list, message-tool-bar)
10677         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10678         (message-tool-bar-local-item-from-menu): Remove.
10679         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10680         (message-make-tool-bar): New function.
10681         (message-mode): Use `message-make-tool-bar'.
10682
10683         * gmm-utils.el: New file.
10684         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10685         (gmm-lazy): New widget copied from `nnmail.el'.
10686         (gmm-tool-bar-from-list): New function for creating customizable
10687         tool bars.
10688         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10689         output.
10690         (gmm): Add :prefix to defgroup.
10691
10692 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10693
10694         * gmm-utils.el (gmm-widget-p): New function.
10695
10696 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * mml.el (mml-attach-file): Describe `description' in doc string.
10699         (mml-menu): Add Emacs MIME manual and PGG manual.
10700
10701 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10702
10703         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10704
10705 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10706
10707         * nntp.el (nntp-end-of-line): Doc fix.
10708
10709 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10710
10711         * imap.el (imap-open): Handle case where buffer is a buffer
10712         object.
10713
10714 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10715
10716         * gnus-delay.el (gnus-delay): Don't autoload.
10717         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10718         to be re-loaded when customizing the `gnus-delay' group.
10719
10720 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10721
10722         * message.el (message-insert-citation-line): Use newlines.
10723
10724 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10725
10726         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10727         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10728         these routines, so the passphrase can be managed externally and
10729         passed in to the system.
10730         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10731         pgg-add-passphrase-to-cache function.
10732
10733         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10734         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10735         these routines, so the passphrase can be managed externally and
10736         passed in to the system.
10737         (pgg-pgp5-sign-region): Use new name of
10738         pgg-add-passphrase-to-cache function.
10739
10740 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10741
10742         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10743         part of the decoded armor to find the key-identifier.
10744         (pgg-gpg-lookup-key-owner): New function to return the
10745         human-readable identifier of a key owner.
10746         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10747         itself.
10748         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10749         the key value) if we have a key and can match it against a secret
10750         key.  Also, added a note pointing out fact that the prompt only
10751         indicates the first matching key.
10752
10753         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10754         pgg-decrypt-region.
10755         (pgg-add-passphrase-to-cache): Rename from
10756         `pgg-add-passphrase-cache' to reduce confusion (all callers
10757         changed).
10758         (pgg-remove-passphrase-from-cache): Rename from
10759         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10760         changed).
10761         (pgg-read-passphrase, pgg-add-passphrase-cache)
10762         (pgg-remove-passphrase-cache): Add informative docstrings.
10763         (pgg-decrypt): Convey provided passphrase in subordinate call to
10764         pgg-decrypt-region.
10765
10766 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10767
10768         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10769         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10770         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10771         'passphrase' argument, so the passphrase can be managed externally
10772         and then passed in to the system.
10773
10774         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10775         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10776         so the passphrase cache can be used reliably with identifiers
10777         besides a pgp packet's key id.
10778
10779         * pgg-gpg.el (pgg-gpg-encrypt-region)
10780         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10781         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10782         these routines, so the passphrase can be managed externally and
10783         passed in to the system.
10784
10785         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10786         'notruncate' argument, so the passphrase cache can be used
10787         reliably with identifiers besides a pgp packet's key id.
10788
10789 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10790
10791         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10792         symmetric encryption.
10793         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10794         encrypted session key.
10795         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10796         message ask for the passphrase in a proper way.
10797
10798         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10799         New user commands for symmetric encryption.
10800
10801 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10804
10805         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10806
10807 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10808
10809         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10810
10811 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * mm-decode.el (mm-inlined-types): Add application/pgp.
10814         (mm-automatic-display): Ditto.
10815
10816         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10817         part as text.
10818
10819 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * nnrss.el: Update copyright.
10822         (nnrss-opml-import): Query whether to subscribe to each entry.
10823
10824         * gnus-art.el:
10825         * gnus-sum.el:
10826         * gnus-xmas.el:
10827         * messagexmas.el:
10828         * mm-uu.el:
10829         * mm-view.el: Update copyright.
10830
10831 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * message.el (message-info): New function.
10834         (message-mode-menu): Add it.
10835         Update copyright.
10836
10837         * ChangeLog: Fix and update copyright.
10838
10839 2006-01-13  Romain Francoise  <romain@orebokech.com>
10840
10841         * message.el (message-forward-subject-name-subject): Prefer the
10842         address to 'nowhere' if the sender has no name.
10843         Fix typo.  Update copyright year.
10844
10845 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-art.el (article-wash-html): Use
10848         gnus-summary-show-article-charset-alist if a numeric arg is given.
10849         (gnus-article-wash-html-with-w3m-standalone): New function.
10850
10851         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10852         mm-inline-text-html-render-with-w3m-standalone.
10853         (mm-text-html-washer-alist): Map w3m-standalone to
10854         gnus-article-wash-html-with-w3m-standalone.
10855         (mm-inline-text-html-render-with-w3m-standalone): New function.
10856
10857 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10860         Improve LaTeX.
10861
10862 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10865         (nnrss-request-article): Render text/plain parts as HTML.
10866
10867         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10868         the buffer.
10869
10870 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10873         custom definition of `gnus-posting-styles'.
10874
10875         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10876         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10877
10878 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10881         Use nntp for bug archive.
10882
10883 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10886         parts.
10887         (nnrss-normalize-date): New function converts ISO 8601 date into
10888         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10889         (nnrss-check-group): Use it.
10890
10891 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10894
10895         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10896         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10897         (nnrss-insert-w3): Ditto.
10898
10899 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10902         the articles to be forwarded including the case where neither a
10903         number of articles nor a region is specified.
10904
10905 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * nnrss.el (nnrss-request-article): Fix last change; fill
10908         text/plain parts.
10909
10910 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10913         in text/plain part.
10914         (nnrss-check-group): Don't add excessive newline to dc:subject.
10915
10916 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10917
10918         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10919         article.
10920
10921 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10924         (nnml-use-compressed-files, nnml-save-mail): Support other
10925         comression programs such as bzip2.
10926
10927 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * dns.el (query-dns): Make sure we check the buffer size before
10930         removing tcp headers.
10931
10932 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10935         remove MIME buttons associated with multipart/alternative parts.
10936         (gnus-mime-display-alternative): Tag buttons using `article-type'
10937         text property.
10938
10939         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10940         associated with multipart/alternative parts.
10941
10942         * gnus-art.el (gnus-signature-separator): Fix custom type.
10943
10944         * mm-decode.el (mm-inlined-types): Fix custom type.
10945         (mm-keep-viewer-alive-types): Ditto.
10946         (mm-automatic-display): Ditto.
10947         (mm-attachment-override-types): Ditto.
10948         (mm-inline-override-types): Ditto.
10949         (mm-automatic-external-display): Ditto.
10950
10951 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * spam-report.el (spam-report-user-mail-address)
10954         (spam-report-user-agent): New variables.
10955         (spam-report-url-ping-plain): Use spam-report-user-agent.
10956
10957 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10958
10959         * gnus-art.el (gnus-button-handle-custom): Do not just use
10960         `customize-apropos' for any "M-x customize-*" button but the
10961         function called for.  Accept both the function name and its
10962         argument in order to achieve this.
10963         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10964         function name to `gnus-button-handle-custom' in case of "M-x
10965         customize-*" buttons.
10966
10967 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10970         multipart/alternative and add xref to mm-discouraged-alternatives
10971         in doc string.
10972
10973         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10974         gnus-buttonized-mime-types in doc string.
10975
10976 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10979         Suggest image/.* in the doc string.
10980
10981 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10984         message-marks (Debian bug #342521).
10985
10986 2005-12-12  Simon Josefsson  <jas@extundo.com>
10987
10988         * password.el (password-read-from-cache): Add.
10989         (password-read): Use it.
10990
10991 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10994         us-ascii as a MIME charset.
10995
10996         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10997         against the case where the 2nd arg TYPE is nil.
10998
10999 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * pop3.el (pop3-stream-type): Fix custom version.
11002
11003         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11004
11005 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11006
11007         * mm-decode.el (mm-display-external): Add missing cdr.
11008
11009 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11012         RFC1524) if it is in mailcap or add a suffix according to
11013         mailcap-mime-extensions when generating a temp filename; postpone
11014         deleting a temp file for 2 seconds for some wrappers, shell
11015         scripts, and so on, which might exit right after having started a
11016         viewer command as a background job.
11017
11018 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11019
11020         * nntp.el (nntp-marks-directory): Fix custom group.
11021
11022         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11023         steps when < 10.
11024
11025         * gnus-start.el (gnus-no-server-1): Mention
11026         `gnus-level-default-subscribed' in doc string.
11027
11028 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11029
11030         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11031         parens.
11032
11033 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-xmas.el (gnus-use-toolbar): Revert.
11036         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11037         gnus-use-toolbar is default.
11038
11039         * messagexmas.el (message-use-toolbar): Revert.
11040         (message-setup-toolbar): Use global default-toolbar if
11041         message-use-toolbar is default.
11042
11043 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11046         according to default-toolbar-visible-p.
11047
11048         * messagexmas.el (message-use-toolbar): Ditto.
11049
11050 2005-11-26  Dave Love  <fx@gnu.org>
11051
11052         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11053         (tls-program, tls-success): Provide openssl alternative.
11054
11055         * starttls.el: Doc fixes.
11056         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11057         SERVICE to PORT.
11058
11059         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11060         port null or service name.
11061         (starttls-negotiate): Autoload.
11062
11063 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * message.el (message-kill-to-signature): Fix interactive spec.
11066
11067 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * pop3.el (pop3-open-server): Recognize a string as a service name.
11070
11071 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11072
11073         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11074
11075 2005-11-23  Dave Love  <fx@gnu.org>
11076
11077         Add pop3s, pop3/starttls.
11078
11079         * pop3.el (pop3-authentication-scheme): Clarify doc.
11080         (open-tls-stream, starttls-open-stream): Autoload.
11081         (pop3-stream-type): New.
11082         (pop3-open-server): Use it.
11083
11084         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11085         for POP.
11086         (mail-source-keyword-map): Add :stream for POP.
11087         (mail-source-fetch-pop): Use pop3-stream-type.
11088
11089 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11092         of current-time-string.
11093
11094 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11095
11096         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11097         date header.
11098
11099 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11100
11101         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11102         it can seriously impact performance as it bypasses the agent's
11103         local caches.
11104
11105 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11106
11107         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11108         must be explicitly online rather than "not explicitly offline" for
11109         its flags to be synchronized.
11110
11111         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11112         that gnus-uu-unmark-thread will function correctly.
11113
11114         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11115         1024K is instead displayed as 1M.
11116
11117 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11120
11121 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11122
11123         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11124
11125 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11126
11127         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11128         error message to display actual error condition.
11129         (gnus-agent-save-local): Avoid saving symbols that are bound to
11130         nil as they simply result in a warning message in
11131         gnus-agent-read-local.
11132
11133 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11136         rather than make-variable-buffer-local for file-precious-flag.
11137
11138 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11139
11140         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11141         for duplicates which are removed.  The invalid sort check then
11142         triggers a rescan after the sort as sorting may have moved
11143         duplicate entries such that they can be cheaply detected.
11144
11145 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11148
11149 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11150
11151         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11152         internal variable to a custom variable.  Changed default value
11153         from compressed(2) to uncompressed(1).
11154         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11155         support for uncompressed agentview files.  Taken together, reading
11156         the agentview file should now be 6-7 times faster.
11157
11158 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11159
11160         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11161         as a buffer-local variable.  This avoids creating truncated
11162         dribble files as a result of a hang up, eg.
11163
11164 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11165
11166         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11167         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11168         XEmacs.
11169
11170 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus-start.el (gnus-start-draft-setup): Enforce
11173         `gnus-draft-mode' for nndraft:drafts at startup.
11174
11175         * gnus.el (gnus-splash): Change custom group.
11176         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11177         allow-list argument.
11178
11179         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11180         string.
11181
11182 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus-art.el (gnus-default-article-saver): Add user-defined
11185         `function' to custom type.
11186
11187 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11188
11189         * imap.el (imap-open): Handle case where buffer is a buffer
11190         object.
11191
11192 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11195         long lines.
11196         (gnus-cache-delete-group): Wrap doc strings.
11197
11198         * gnus-agent.el (gnus-agent-rename-group)
11199         (gnus-agent-delete-group): Wrap doc strings.
11200
11201 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11202
11203         * messagexmas.el (message-use-toolbar): Change the valid values
11204         into default, top, bottom, left, and right.
11205         (message-toolbar-thickness): New variable.
11206         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11207         well.
11208         (message-setup-toolbar): Make it work.
11209
11210         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11211         (gnus-use-toolbar): Change the valid values into default, top,
11212         bottom, left, and right.
11213         (gnus-toolbar-thickness): New variable.
11214         (gnus-xmas-setup-toolbar): New function.
11215         (gnus-xmas-setup-group-toolbar): Use it.
11216         (gnus-xmas-setup-summary-toolbar): Use it.
11217
11218 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * gnus-start.el (gnus-1): Add "native" to
11221         gnus-predefined-server-alist.
11222
11223         * gnus.el (gnus-method-to-server): Don't add "native" to the
11224         lists here, because that leads to problems when
11225         gnus-select-method is bound.
11226
11227 2005-11-09  Simon Josefsson  <jas@extundo.com>
11228
11229         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11230         use (not sort-by-date) instead.
11231
11232 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11233
11234         * gnus-delay.el (gnus-delay-group): Don't autoload.
11235         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11236         to be re-loaded when customizing the `gnus-delay' group.
11237
11238 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11239
11240         * message.el: Revert last changes.
11241         (message-insert-citation-line): Use newlines.
11242
11243 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11244
11245         * message.el (message-courtesy-message)
11246         (message-mark-insert-begin, message-mark-insert-end)
11247         (message-elide-ellipsis, message-cancel-message)
11248         (message-add-header, message-change-subject)
11249         (message-cross-post-followup-to-header)
11250         (message-cross-post-insert-note, message-reduce-to-to-cc)
11251         (message-widen-reply, message-delete-not-region)
11252         (message-kill-to-signature, message-insert-signature)
11253         (message-insert-importance-high, message-insert-importance-low)
11254         (message-insert-or-toggle-importance)
11255         (message-insert-disposition-notification-to)
11256         (message-indent-citation, message-yank-original)
11257         (message-cite-original-without-signature, message-cite-original)
11258         (message-insert-citation-line, message-position-on-field)
11259         (message-fix-before-sending, message-send-mail-partially)
11260         (message-send-mail, message-send-mail-with-sendmail)
11261         (message-send-mail-with-qmail, message-send-news)
11262         (message-check-news-header-syntax, message-generate-headers)
11263         (message-insert-courtesy-copy, message-fill-address)
11264         (message-fill-header, message-shorten-references)
11265         (message-setup-1, message-cancel-news)
11266         (message-forward-make-body-plain, message-forward-make-body-mime)
11267         (message-forward-make-body-mml, message-encode-message-body)
11268         (message-forward-make-body-digest-plain)
11269         (message-forward-make-body-digest-mime)
11270         (message-use-alternative-email-as-from): Insert `hard-newline'
11271         instead of ordinary newlines.
11272
11273 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * message.el (message-generate-headers): Downcase the argument
11276         given to message-check-element.
11277
11278 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11279
11280         * nntp.el (nntp-authinfo-rejected): New error condition.
11281         (nntp-wait-for): Use new error condition to signal authentication
11282         error.
11283         (nntp-retrieve-data): Rethrow new error condition to break out of
11284         recursive call to nntp-send-authinfo.
11285
11286 2005-11-08  Romain Francoise  <romain@orebokech.com>
11287
11288         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11289         (gnus-summary-exit-map): Bind to `Z p'.
11290         (gnus-summary-make-menu-bar): Add menu item.
11291
11292 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11295         (gnus-treat-*): Add `first' in all doc strings.
11296
11297         * gnus-group.el (gnus-group-compact-group): Fix typo.
11298
11299 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * gnus.el (gnus-parameters-case-fold-search): New variable.
11302         (gnus-parameters-get-parameter): Use it.
11303
11304         * gnus-score.el (gnus-home-score-file): Doc fix.
11305
11306 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11307
11308         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11309
11310 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-util.el (mm-special-display-p): New function.
11313
11314         * mml.el (mml-preview): Use it; doc fix.
11315
11316 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11317
11318         * imap.el (imap-open): Handle case where buffer is a buffer object.
11319
11320 2005-10-29  Romain Francoise  <romain@orebokech.com>
11321
11322         * message.el (message-fix-before-sending): Fix comment.
11323
11324 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11325
11326         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11327
11328 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11329
11330         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11331         Used in gnus-score.el.
11332
11333 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11336
11337 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11340         whitespace removed in revision 7.8.  Use concatenated string to
11341         protect trailing whitespace.
11342
11343 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11344
11345         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11346         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11347         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11348         Courier IMAP ("some version from 2004").  Mostly based on similar
11349         code in the same function.
11350
11351 2005-10-26  Didier Verna  <didier@xemacs.org>
11352
11353         * gnus-group.el (gnus-group-compact-group): Invalidate original
11354         article buffer.
11355         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11356         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11357         NOV database and in article itself.
11358         Invalidate article backlog.
11359
11360 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11363
11364 2005-10-26  Simon Josefsson  <jas@extundo.com>
11365
11366         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11367         part of 2004-07-25 change.
11368
11369 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * message.el (message-display-completion-list): New function.
11372         (message-expand-group): Use it; make sure the Completions buffer
11373         is modifiable.
11374 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11375
11376         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11377         user-mail-name is an empty string.
11378
11379 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11382         depending on gnus-score-decay-constant.
11383
11384         * encrypt.el (encrypt-insert-file-contents)
11385         (encrypt-write-file-contents): Don't use `gnus-message'.
11386
11387         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11388         arguments.
11389         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11390         arguments to mm-uu-verbatim-marks-extract.
11391         (mm-uu-hide-markers): New variable.
11392         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11393
11394         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11395         (gnus-convert-image-to-face-command): Use "convert" by default to
11396         allow other input image formats.
11397         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11398         accordingly.
11399
11400 2005-10-23  Simon Josefsson  <jas@extundo.com>
11401
11402         * imap.el (imap-gssapi-program): Align command line parameters
11403         with latest GNU SASL.
11404         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11405
11406 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407
11408         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11409         HTML.
11410         (nnslashdot-request-article): Ditto.
11411
11412         * lpath.el (featurep): Add nobreak-char-display.
11413
11414 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11415
11416         * mail-source.el (mail-source-fetch-pop): Require pop3.
11417         (mail-source-check-pop): Ditto.
11418
11419 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11422         errors.
11423
11424 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11427         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11428
11429         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11430
11431         * mm-bodies.el (mm-decode-string): Call
11432         `mm-charset-to-coding-system' with allow-override argument.
11433
11434 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11437         (rfc2047-charset-to-coding-system): New function.
11438         (rfc2047-decode-encoded-words): New function.
11439         (rfc2047-decode-region): Use them.
11440         (rfc2047-decode-cte): Remove.
11441         (rfc2047-parse-and-decode): Remove.
11442         (rfc2047-decode): Remove.
11443
11444 2005-10-15  Kenichi Handa  <handa@m17n.org>
11445
11446         * rfc2047.el (rfc2047-decode-cte): New function.
11447         (rfc2047-decode-region): Change the way to decode successive
11448         encoded-words: decode B- or Q-encoding in each encoded-word,
11449         concatenate them, and decode it as charset.
11450
11451 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * lpath.el: Fbind codepage-setup for XEmacs.
11454
11455 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11456
11457         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11458         widget-move-and-invoke.
11459         (gnus-custom-mode): Use gnus-custom-map.
11460
11461 2005-10-15  Bill Wohler  <wohler@newt.com>
11462
11463         * message.el (message-tool-bar-map): Renamed image file from
11464         mail_send to mail/send.
11465
11466 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11467
11468         * message.el (message-expand-group): Pass the common
11469         prefix substring of completion to `display-completion-list'.
11470
11471 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * mml-sec.el (mml-secure-method): New internal variable.
11474         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11475         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11476         functions using mml-secure-method.
11477
11478         * mml.el (mml-mode-map): Add key bindings for those functions.
11479         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11480         Harder <harder@myrealbox.com>.
11481         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11482         end of message if point is the headers of the message.
11483
11484         * message.el (message-in-body-p): New function.
11485
11486         * assistant.el: Autoload gnus-util and netrc.
11487
11488         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11489         Use `mm-charset-override-alist' only when decoding.
11490
11491         * mm-bodies.el (mm-decode-body): Call
11492         `mm-charset-to-coding-system' with allow-override argument.
11493
11494         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11495         `filename' from Content-Disposition if Content-Type doesn't
11496         provide `name'.
11497         (gnus-mime-view-part-as-type): Set default instead of
11498         initial-input.
11499
11500 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11501
11502         * format-spec.el (format-spec): Propagate text properties of % spec.
11503
11504 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * gnus-art.el (gnus-treat-predicate): Add `first'.
11507
11508 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11511         (mm-charset-override-alist): New variable.
11512         (mm-charset-to-coding-system): Use it.
11513         (mm-codepage-setup): New helper function.
11514         (mm-charset-eval-alist): New variable.
11515         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11516         about unknown charsets.
11517
11518         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11519
11520 2005-10-04  David Hansen  <david.hansen@gmx.net>
11521
11522         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11523         (nnrss-check-group): Ditto.
11524
11525 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11528         Rename x-gnus-verbatim to x-verbatim.
11529         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11530
11531         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11532         x-verbatim.
11533
11534         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11535
11536         * gnus-util.el (gnus-remove-duplicates): Remove.
11537
11538         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11539         instead of gnus-remove-duplicates.
11540
11541         * message.el (message-remove-duplicates): Remove.
11542         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11543         message-remove-duplicates.
11544
11545         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11546         available, else use implementation from `delete-dups'.
11547
11548         * message.el (message-insert-expires): New function.
11549         (message-mode-map): Add key binding.
11550         (message-mode-field-menu): Add menu entry.
11551         (message-mode): Document it.
11552         (message-make-expires-date): Use `message-make-date'.
11553
11554 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11555
11556         * message.el (message-make-expires-date): New function.
11557
11558 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * Makefile.in (list-installed-shadows): New entry.
11561         (install): Use it.
11562         (remove-installed-shadows): New entry.
11563
11564         * dgnushack.el (dgnushack-default-load-path): New variable.
11565         (dgnushack-find-lisp-shadows): New function.
11566         (dgnushack-remove-lisp-shadows): New function.
11567
11568 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * Makefile.in (install-el-elc): New entry.
11571         (install): Use it so that .el files are necessarily installed.
11572
11573 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11576
11577 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11578
11579         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11580         function rather than the diff-mode.el package.
11581         (mm-display-external): Use with-current-buffer.
11582         (mm-viewer-completion-map, mm-viewer-completion-map):
11583         Move initialization inside declaration.
11584
11585 2005-09-29  Simon Josefsson  <jas@extundo.com>
11586
11587         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11588         autoload mail-check-payment.
11589         (spam-check-hashcash): Define unconditionally, since hashcash.el
11590         is part of Gnus now.  Ignore errors from payment checking.
11591
11592 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * message.el (message-bold-region, message-unbold-region): Rename
11595         from `bold-region' and `unbold-region'.
11596
11597         * message.el: Remove useless autoloads.
11598
11599 2005-09-28  Simon Josefsson  <jas@extundo.com>
11600
11601         * message.el (message-use-idna): Default to t.
11602         (message-use-idna): Test whether encoding works too.  Doc fix.
11603
11604 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * nntp.el (nntp-warn-about-losing-connection): Remove.
11607
11608 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11609
11610         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11611         customizable.  Change default value.
11612         (mm-uu-diff-groups-regexp): Change default value.
11613         (mm-uu-type-alist): Add doc string.
11614         (mm-uu-configure): Add doc string.  Make it interactive.
11615         (mm-uu-tex-groups-regexp): New variable.
11616         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11617         (mm-uu-type-alist): Add LaTeX documents.
11618         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11619         of "text/verbatim".
11620         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11621
11622         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11623         instead of "text/verbatim".
11624
11625         * message.el (message-mark-inserted-region)
11626         (message-mark-insert-file): Use slrn style marks when called with
11627         prefix argument.
11628
11629 2005-09-27  Simon Josefsson  <jas@extundo.com>
11630
11631         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11632
11633 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11634
11635         * message.el (message-remove-duplicates): New function.
11636         Implementation borrowed from `gnus-remove-duplicates'.
11637         (message-idna-to-ascii-rhs): Also encode idna addresses in
11638         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11639         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11640         only ask about the same idna domain once per header and also tell
11641         in what header to replace the idna domain.
11642
11643         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11644         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11645         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11646         a header is decoded and not just the last one.
11647
11648 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11651         has been decoded.
11652
11653         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11654         (mm-insert-part): Don't modify text if it has been decoded.
11655
11656         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11657         decoded.
11658
11659         * mm-view.el (mm-inline-text): Don't strip text props unless
11660         decoding enriched or richtext parts.
11661
11662 2005-09-25  Romain Francoise  <romain@orebokech.com>
11663
11664         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11665         * gnus-start.el (gnus-subscribe-interactively):
11666         * gnus-uu.el (gnus-uu-grab-articles):
11667         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11668         space.
11669
11670 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11671
11672         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11673         * mm-view.el (mm-view-pkcs7-decrypt):
11674         * gnus-sum.el (gnus-summary-limit-to-extra)
11675         (gnus-summary-respool-article, gnus-read-move-group-name):
11676         * gnus-score.el (gnus-summary-increase-score):
11677         * gnus-util.el (gnus-completing-read-with-default):
11678         * gnus-art.el (gnus-read-save-file-name)
11679         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11680         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11681         * message.el (message-check-news-header-syntax):
11682         Follow convention for reading with the minibuffer.
11683
11684 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11685
11686         * spam-report.el (spam-report-url-ping-plain):
11687         Use gnus-extended-version as User-Agent.
11688
11689         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11690         default value is nil.
11691
11692         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11693         (mm-uu-verbatim-marks-extract): New function.
11694         (mm-uu-extract): New face.
11695         (mm-uu-copy-to-buffer): Use it.
11696
11697         * spam-report.el (spam-report-gmane-ham): Renamed from
11698         `spam-report-gmane-unspam'.
11699         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11700         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11701
11702         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11703         Autoload.
11704         (spam-report-gmane-unregister-routine): Renamed
11705         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11706
11707 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11708
11709         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11710         (spam-report-gmane-unregister-routine): Add support for gmane
11711         unregistration.
11712
11713         * spam-report.el (spam-report-gmane-unspam)
11714         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11715         (spam-report-gmane): Change to take a single article and do unspam
11716         registration.
11717
11718 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * mm-url.el (mm-url-decode-entities): Fix regexp.
11721
11722 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11725         default to nil, to be able to use Gnus at all.  If the default
11726         switches to something else, then the function should be fixed not
11727         be exceedingly slow.
11728
11729 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11730
11731         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11732         fail hard.
11733
11734         * spam-report.el: Add better Keywords line.
11735
11736         * spam.el: Add Maintainer and better Keywords line.
11737
11738 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * gnus-art.el (gnus-article-replace-part)
11741         (gnus-mime-replace-part): New functions.
11742         (gnus-mime-action-alist, gnus-mime-button-commands)
11743         (gnus-mime-save-part-and-strip): Added file argument.
11744         (gnus-article-part-wrapper): Added interactive argument.
11745
11746         * gnus-sum.el (gnus-summary-mime-map): Add
11747         `gnus-article-replace-part'.
11748
11749 2005-09-19  Didier Verna  <didier@xemacs.org>
11750
11751         The nnml compaction feature:
11752         * nnml.el (nnml-request-compact-group): New function.
11753         * nnml.el (nnml-request-compact): New function.
11754         * gnus-int.el (gnus-request-compact-group): New function.
11755         * gnus-int.el (gnus-request-compact): New function.
11756         * gnus-group.el (gnus-group-compact-group): New function.
11757         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11758         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11759         * gnus-srvr.el (gnus-server-compact-server): New function.
11760         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11761         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11762
11763 2005-09-18  Deepak Goel  <deego@gnufans.org>
11764
11765         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11766         format spec.
11767
11768 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11771
11772 2005-09-15  Romain Francoise  <romain@orebokech.com>
11773
11774         * message.el (message-fill-paragraph): Clarify docstring.
11775
11776 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-mime-display-part): Protect against broken
11779         MIME messages.
11780
11781 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11784         before parsing header.
11785
11786 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11787
11788         * html2text.el (html2text-replace-list): Add new entities.
11789
11790 2005-09-11  Romain Francoise  <romain@orebokech.com>
11791
11792         * message.el (message-alternative-emails): Improve docstring.
11793         (message-setup-1): Call `message-use-alternative-email-as-from'
11794         after `message-setup-hook' to give it precedence over posting
11795         styles, etc.
11796         (message-use-alternative-email-as-from): Add docstring.  Remove
11797         the original From header if present.
11798
11799         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11800         (nnml-save-mail): Use it.
11801
11802         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11803         articles.  Add new argument `silent'.
11804         (gnus-uu-mark-all): Report the total number of marked articles.
11805
11806 2005-09-10  Romain Francoise  <romain@orebokech.com>
11807
11808         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11809         (gnus-uu-mark-series): Likewise.
11810
11811 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * spam-report.el (spam-report-gmane): Fix generation of spam
11814         report URL.
11815
11816 2005-09-10  Simon Josefsson  <jas@extundo.com>
11817
11818         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11819         t, based on discussion on the ding list with Robert Epprecht
11820         <epprecht@solnet.ch>.
11821
11822 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * spam-report.el (spam-report-gmane): Make it work without
11825         X-Report-Spam header.  Gmane now only provides Archived-At.
11826         This is only used if `spam-report-gmane-use-article-number' is nil.
11827         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11828
11829         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11830         make `gnus-summary-sort-by-recipient' work with threading.
11831
11832         * nnweb.el (nnweb-google-wash-article): Print a message if article
11833         is not available.
11834
11835 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11836
11837         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11838         change.  Decode text/* parts content before displaying.
11839
11840 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11843
11844 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11847
11848         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11849         url-package-name, url-package-version,
11850         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11851         w3m-display-inline-images, and w3m-minor-mode-map.
11852
11853 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * message.el (message-tab-body-function): Fix mismatched custom type.
11856
11857         * gnus.el (gnus-group-change-level-function): Ditto.
11858
11859         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11860
11861         * gnus-art.el (gnus-signature-limit)
11862         (gnus-article-mime-part-function): Ditto.
11863
11864 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * mml.el (mml-mode): Silence the byte compiler.
11867
11868         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11869         using `(sit-for 0)' before moving the point to the specified part;
11870         skip unbuttonized parts.
11871         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11872         return to the summary window if gnus-auto-select-part is non-nil.
11873
11874 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11877         variables.
11878         (mml-dnd-attach-file, mml-mode): Use them.
11879
11880         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11881         Make fetching article by MID work again for Google Groups.  Added
11882         FIXME concerning gnus-group-make-web-group.
11883
11884         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11885         Don't depend on Gnus by using mail-extract-address-components if
11886         gnus-extract-address-components is not bound.
11887
11888 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11889
11890         * gnus-art.el (gnus-mime-display-security): Don't display the
11891         signature, but only the signed part.
11892
11893 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11896
11897         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11898         list, not listp.
11899
11900 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11901
11902         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11903         when encoding.
11904
11905         * mm-bodies.el (mm-decode-content-transfer-encoding):
11906         De-canonicalize CRLF for all text content types, not just
11907         text/plain.
11908
11909 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11912         valid article; point arrow and cursor at the MIME button.
11913
11914 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11917         Suggested by Dan Christensen <jdc@uwo.ca>.
11918
11919         * mm-decode.el (mm-save-part): Enable change of prompt.
11920
11921 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11922
11923         * gnus-msg.el (gnus-inews-add-send-actions): Made
11924         `message-post-method' lambda parameter ARG `&optional'.
11925
11926 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-sum.el (gnus-summary-mime-map): Added
11929         gnus-article-save-part-and-strip, gnus-article-delete-part and
11930         gnus-article-jump-to-part.
11931
11932         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11933         (gnus-article-edit-part): Use it.
11934         (gnus-article-part-wrapper): Added no-handle argument.
11935         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11936         functions.
11937
11938 2005-08-29  Romain Francoise  <romain@orebokech.com>
11939
11940         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11941         docstring.
11942         (gnus-face-from-file): Likewise.
11943
11944 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11947         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11948         non-nil.
11949         (gnus-auto-select-part): New variable.
11950         (gnus-article-jump-to-part): New function.
11951         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11952         (gnus-mime-delete-part): Allow selecting specified part after
11953         deleting or stripping parts.
11954         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11955         part if argument is bogus.
11956
11957 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11958
11959         * gnus-art.el (w3m-minor-mode-map):
11960         * gnus-spec.el (gnus-newsrc-file-version):
11961         * gnus-util.el (nnmail-active-file-coding-system)
11962         (gnus-original-article-buffer, gnus-user-agent):
11963         * gnus.el (gnus-ham-process-destinations)
11964         (gnus-parameter-ham-marks-alist)
11965         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11966         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11967         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11968         * mm-decode.el (gnus-current-window-configuration):
11969         * mm-extern.el (gnus-article-mime-handles):
11970         * mm-url.el (url-current-object, url-package-name)
11971         (url-package-version):
11972         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11973         (smime-keys, w3m-cid-retrieve-function-alist)
11974         (w3m-current-buffer, w3m-display-inline-images)
11975         (w3m-minor-mode-map):
11976         * mml-smime.el (gnus-extract-address-components):
11977         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11978         (gnus-newsrc-hashtb, message-default-charset)
11979         (message-deletable-headers, message-options)
11980         (message-posting-charset, message-required-mail-headers)
11981         (message-required-news-headers):
11982         * mml1991.el (mc-pgp-always-sign):
11983         * mml2015.el (mc-pgp-always-sign):
11984         * nnheader.el (nnmail-extra-headers):
11985         * rfc1843.el (gnus-decode-encoded-word-function)
11986         (gnus-decode-header-function, gnus-newsgroup-name):
11987         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11988
11989 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11990
11991         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11992         the end of the date treatments.
11993
11994 2005-08-15  Simon Josefsson  <jas@extundo.com>
11995
11996         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11997         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11998         Capello and Romain Francoise.
11999         (pgg-fetch-key-function): Removed, not used?
12000         (pgg-insert-url-with-w3): Require url, to get
12001         url-insert-file-contents regardless of where it is defined.
12002
12003 2005-08-13  Romain Francoise  <romain@orebokech.com>
12004
12005         * message.el (message-cite-original-1): New function.
12006         (message-cite-original): Use it.
12007         (message-cite-original-without-signature): Ditto.
12008
12009 2005-08-08  Romain Francoise  <romain@orebokech.com>
12010
12011         * message.el (message-yank-empty-prefix): New variable.
12012         (message-indent-citation): Use it.
12013         (message-cite-original-without-signature): Respect X-No-Archive.
12014
12015 2005-08-08  Simon Josefsson  <jas@extundo.com>
12016
12017         * pgg.el: Autoload url-insert-file-contents instead of loading
12018         w3/url.
12019         (pgg-insert-url-with-w3): Don't load url here.
12020
12021 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12022
12023         * message.el (message-kill-to-signature): Don't insert newline at
12024         bol.
12025         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12026
12027 2005-08-06  Romain Francoise  <romain@orebokech.com>
12028
12029         * message.el (message-user-fqdn): Fix typo in docstring.
12030
12031 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12032
12033         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12034
12035         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12036
12037 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * mm-bodies.el (mm-encode-body): Use coding system rather than
12040         charset to encode text.
12041
12042         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12043         number of charsets if utf-8 is available (XEmacs).
12044
12045 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12048         taken from `gnus-button-mid-or-mail-regexp'.
12049         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12050         (gnus-button-alist): Improve regexp for domain part of the MIDs
12051         for news:localpart@domain buttons.
12052         (gnus-button-ctan-directory-regexp): Update.
12053
12054 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * sieve-manage.el (sieve-manage-interactive-login): Use
12057         make-local-variable rather than make-variable-buffer-local.
12058         (sieve-manage-open): Ditto.
12059         (sieve-manage-authenticate): Ditto.
12060
12061         * mml.el (mml-generate-mime-1): Make the content type default to
12062         text/plain if the filename is not specified.
12063
12064 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12067         instead of insert-buffer.
12068
12069         * message.el (message-yank-original): Ditto; set the mark at the
12070         end of the yanked message.
12071
12072 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12075         lines to scroll rather than to stop it.
12076
12077         * mml.el (mml-generate-default-type): Add doc string.
12078         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12079         default to application/octet-stream when determining the content
12080         type if it is not specified for the part or the mml contents; add
12081         a comment about mml-generate-default-type.
12082
12083 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12086         make it default to application/octet-stream when determining the
12087         content type if it is not specified for the external contents.
12088
12089 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12092         segmented parameter but also other parameters might be there.
12093
12094 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mm-decode.el (mm-display-external): Delete temp file, directory
12097         and buffer immediately if the external process is exited.
12098
12099 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12102         fewer lines than that of scroll-margin.
12103         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12104
12105 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-art.el (gnus-article-next-page): Revert.
12108         (gnus-article-beginning-of-window): New macro.
12109         (gnus-article-next-page-1): Use it.
12110         (gnus-article-prev-page): Ditto.
12111         (gnus-article-edit-part): Use insert-buffer-substring instead of
12112         insert-buffer.
12113         (gnus-article-edit-exit): Ditto.
12114
12115         * gnus-util.el (gnus-beginning-of-window): Remove.
12116         (gnus-end-of-window): Remove.
12117
12118         * lpath.el: Don't bind header-line-format and scroll-margin.
12119
12120 2005-07-25  Simon Josefsson  <jas@extundo.com>
12121
12122         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12123         to have the url package without w3.  Reported by Daiki Ueno
12124         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12125
12126 2005-07-20  Didier Verna  <didier@xemacs.org>
12127
12128         * gnus-diary.el: Remove the description comment (nndiary is now
12129         properly documented in the Gnus manual).
12130         Fix the spelling of "Back End".
12131         * nndiary.el: Ditto.
12132         Fix the copyright notice.
12133
12134 2005-07-18  Romain Francoise  <romain@orebokech.com>
12135
12136         * gnus-sum.el (gnus-summary-to-prefix)
12137         (gnus-summary-newsgroup-prefix): New variables.
12138         (gnus-summary-from-or-to-or-newsgroups): Use them.
12139
12140 2005-07-17  Romain Francoise  <romain@orebokech.com>
12141
12142         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12143         space as it's generally not especially interesting to the user.
12144
12145 2005-07-16  Romain Francoise  <romain@orebokech.com>
12146
12147         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12148         nil to avoid prompting and file modification if one of the
12149         messages at the top of the nnfolder file contains a copyright
12150         notice.
12151         Update copyright notice.
12152
12153         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12154         instead of `current-time-string' as the latter creates a time
12155         string that is not RFC 2822 compliant (it lacks the zone).
12156         Update copyright notice.
12157
12158 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12159
12160         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12161         for text/rtf.  Display default in prompt.  Pass default for M-n.
12162
12163         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12164
12165 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * gnus-msg.el (gnus-button-mailto): Remove
12168         save-selected-window-window hackery because it relies on
12169         save-selected-window internals.
12170
12171 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12174         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12175         (gnus-article-prev-page): Ditto.
12176
12177         * gnus-util.el (gnus-beginning-of-window): New function.
12178         (gnus-end-of-window): New function.
12179
12180         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12181
12182 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12183
12184         * gnus-score.el (gnus-score-edit-all-score): Set
12185         gnus-score-edit-exit-function to gnus-score-edit-done and call
12186         gnus-message.
12187
12188 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12189
12190         * gnus-msg.el (gnus-button-mailto): Remove
12191         save-selected-window-window hackery because it relies on
12192         save-selected-window internals.
12193
12194 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12197         add-minor-mode.
12198         (gnus-binary-mode): Ditto.
12199
12200         * gnus-topic.el (gnus-topic-mode): Ditto.
12201
12202 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12203
12204         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12205         (gnus-article-prev-page): Take scroll-margin into consideration.
12206
12207 2005-07-04  Lute Kamstra  <lute@gnu.org>
12208
12209         Update FSF's address in GPL notices.
12210
12211 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12212
12213         * gnus.el (gnus-exit):
12214         * gnus-group.el (gnus-group-icons):
12215         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12216
12217         * gnus-nocem.el (gnus-nocem):
12218         * message.el (message-various, message-buffers, message-sending)
12219         (message-interface, message-forwarding, message-insertion)
12220         (message-headers, message-news, message-mail):
12221         * pgg-gpg.el (pgg-gpg):
12222         * pgg-parse.el (pgg-parse):
12223         * pgg-pgp.el (pgg-pgp):
12224         * pgg-pgp5.el (pgg-pgp5):
12225         * pop3.el (pop3): Finish `defgroup' description with period.
12226
12227 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-art.el (article-display-face): Improve the efficiency.
12230         (article-display-x-face): Ditto; remove grey x-face stuff.
12231
12232 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * gnus-art.el (article-display-face): Correct the position in
12235         which Faces are inserted.
12236
12237 2005-06-29  Didier Verna  <didier@xemacs.org>
12238
12239         * gnus-art.el (article-display-face): Display faces in correct
12240         order.
12241
12242 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12243
12244         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12245         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12246         (gnus-nocem-check-article): Fetch the Type header.
12247         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12248         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12249         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12250         make sure gnus-nocem-hashtb is initialized.
12251         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12252         (gnus-nocem-unwanted-article-p): Ditto.
12253
12254         * pgg.el (pgg-verify): Return the verification result.
12255
12256 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12259         is ascii.
12260
12261 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12262
12263         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12264         `show-nonbreak-escape'.
12265
12266 2005-06-23  Lute Kamstra  <lute@gnu.org>
12267
12268         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12269
12270         * dig.el (dig-mode):
12271         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12272
12273 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12274
12275         * nnimap.el (nnimap-split-download-body): Fix spellings.
12276
12277 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12278
12279         * gnus-art.el (gnus-article-encrypt-body):
12280         * gnus-cus.el (gnus-score-customize):
12281         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12282         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12283
12284 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12285
12286         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12287         header by looking for magic "MII" at the beginnig.
12288
12289 2005-06-16  Miles Bader  <miles@gnu.org>
12290
12291         * gnus-xmas.el (gnus-xmas-group-startup-message):
12292         Use renamed gnus-splash face.
12293
12294         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12295         (assistant-field-face): New backward-compatibility alias for renamed
12296         face.
12297         (assistant-render-text): Use renamed assistant-field face.
12298
12299         * spam.el (spam): Remove "-face" suffix from face name.
12300         (spam-face): New backward-compatibility alias for renamed face.
12301         (spam-face, spam-initialize): Use renamed spam face.
12302
12303         * message.el (message-header-to, message-header-cc)
12304         (message-header-subject, message-header-newsgroups)
12305         (message-header-other, message-header-name)
12306         (message-header-xheader, message-separator, message-cited-text)
12307         (message-mml): Remove "-face" suffix from face names.
12308         (message-header-to-face, message-header-cc-face)
12309         (message-header-subject-face, message-header-newsgroups-face)
12310         (message-header-other-face, message-header-name-face)
12311         (message-header-xheader-face, message-separator-face)
12312         (message-cited-text-face, message-mml-face):
12313         New backward-compatibility aliases for renamed faces.
12314         (message-font-lock-keywords): Use renamed message faces.
12315
12316         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12317         (sieve-test-commands, sieve-tagged-arguments):
12318         Remove "-face" suffix from face names.
12319         (sieve-control-commands-face, sieve-action-commands-face)
12320         (sieve-test-commands-face, sieve-tagged-arguments-face):
12321         New backward-compatibility aliases for renamed faces.
12322         (sieve-control-commands-face, sieve-action-commands-face)
12323         (sieve-test-commands-face, sieve-tagged-arguments-face):
12324         Use renamed sieve faces.
12325
12326         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12327         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12328         (gnus-group-news-3-empty, gnus-group-news-4)
12329         (gnus-group-news-4-empty, gnus-group-news-5)
12330         (gnus-group-news-5-empty, gnus-group-news-6)
12331         (gnus-group-news-6-empty, gnus-group-news-low)
12332         (gnus-group-news-low-empty, gnus-group-mail-1)
12333         (gnus-group-mail-1-empty, gnus-group-mail-2)
12334         (gnus-group-mail-2-empty, gnus-group-mail-3)
12335         (gnus-group-mail-3-empty, gnus-group-mail-low)
12336         (gnus-group-mail-low-empty, gnus-summary-selected)
12337         (gnus-summary-cancelled, gnus-summary-high-ticked)
12338         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12339         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12340         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12341         (gnus-summary-low-undownloaded)
12342         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12343         (gnus-summary-low-unread, gnus-summary-normal-unread)
12344         (gnus-summary-high-read, gnus-summary-low-read)
12345         (gnus-summary-normal-read, gnus-splash):
12346         Remove "-face" suffix from face names.
12347         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12348         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12349         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12350         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12351         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12352         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12353         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12354         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12355         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12356         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12357         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12358         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12359         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12360         (gnus-summary-normal-ticked-face)
12361         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12362         (gnus-summary-normal-ancient-face)
12363         (gnus-summary-high-undownloaded-face)
12364         (gnus-summary-low-undownloaded-face)
12365         (gnus-summary-normal-undownloaded-face)
12366         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12367         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12368         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12369         (gnus-splash-face):
12370         New backward-compatibility aliases for renamed faces.
12371         (gnus-group-startup-message): Use renamed gnus faces.
12372
12373         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12374         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12375         (gnus-server-agent): Remove "-face" suffix from face names.
12376         (gnus-server-agent-face, gnus-server-opened-face)
12377         (gnus-server-closed-face, gnus-server-denied-face)
12378         (gnus-server-offline-face):
12379         New backward-compatibility aliases for renamed faces.
12380         (gnus-server-agent-face, gnus-server-opened-face)
12381         (gnus-server-closed-face, gnus-server-denied-face)
12382         (gnus-server-offline-face): Use renamed gnus faces.
12383
12384         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12385         Remove "-face" suffix from face names.
12386         (gnus-picon-xbm-face, gnus-picon-face):
12387         New backward-compatibility aliases for renamed faces.
12388
12389         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12390         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12391         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12392         (gnus-cite-11): Remove "-face" suffix from face names.
12393         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12394         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12395         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12396         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12397         New backward-compatibility aliases for renamed faces.
12398         (gnus-cite-attribution-face, gnus-cite-face-list)
12399         (gnus-article-boring-faces): Use renamed gnus faces.
12400
12401         * gnus-art.el (gnus-signature, gnus-header-from)
12402         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12403         (gnus-header-content): Remove "-face" suffix from face names.
12404         (gnus-signature-face, gnus-header-from-face)
12405         (gnus-header-subject-face, gnus-header-newsgroups-face)
12406         (gnus-header-name-face, gnus-header-content-face):
12407         New backward-compatibility aliases for renamed faces.
12408         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12409
12410         * gnus-sum.el (gnus-summary-selected-face)
12411         (gnus-summary-highlight): Use renamed gnus faces.
12412         * gnus-group.el (gnus-group-highlight): Likewise.
12413
12414 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12415
12416         * gnus-sieve.el (gnus-sieve-article-add-rule):
12417         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12418         * spam-stat.el (spam-stat-buffer-change-to-spam)
12419         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12420
12421         * message.el (message-is-yours-p):
12422         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12423
12424 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * mm-view.el (mm-inline-text): Withdraw the last change.
12427
12428 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12431         executing enriched-decode.
12432
12433 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12436         charset of tar files.
12437
12438 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12439
12440         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12441
12442 2005-06-04  Lute Kamstra  <lute@gnu.org>
12443
12444         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12445         information is never recorded.
12446
12447 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12448
12449         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12450
12451 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * pop3.el (pop3-apop): Run md5 in the binary mode.
12454
12455         * starttls.el (starttls-set-process-query-on-exit-flag):
12456         Use eval-and-compile.
12457
12458 2005-05-31  Simon Josefsson  <jas@extundo.com>
12459
12460         * smime.el (smime-replace-in-string): Define.
12461         (smime-cert-by-ldap-1): Use it.
12462
12463 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * gnus-art.el (article-display-x-face): Replace
12466         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12467
12468         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12469         set-process-query-on-exit-flag or process-kill-without-query.
12470
12471         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12472         loop instead of replace-regexp.
12473
12474         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12475         instead of process-kill-without-query if it is available.
12476
12477         * lpath.el: Fbind ldap-search-entries.
12478
12479         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12480         instead of find-file-hooks if it is available.
12481
12482         * mml1991.el: Bind pgg-default-user-id when compiling.
12483
12484         * mml2015.el: Bind pgg-default-user-id when compiling.
12485
12486         * nndraft.el (nndraft-request-associate-buffer):
12487         Use write-contents-functions instead of write-contents-hooks if it is
12488         available.
12489
12490         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12491         instead of find-file-hooks if it is available.
12492
12493         * nntp.el (nntp-open-connection): Replace
12494         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12495         (nntp-open-ssl-stream): Ditto.
12496         (nntp-open-tls-stream): Ditto.
12497
12498         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12499         set-process-query-on-exit-flag or process-kill-without-query.
12500         (starttls-open-stream-gnutls): Use it instead of
12501         process-kill-without-query.
12502         (starttls-open-stream): Ditto.
12503
12504 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12505
12506         * smime.el (smime-cert-by-ldap-1): Don't use
12507         replace-regexp-in-string.
12508
12509 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12510
12511         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12512
12513         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12514         in PEM format.  Adjust to the XEmacs compability.
12515
12516 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12519         by `string-to-number'.
12520         * gnus-agent.el (gnus-agent-regenerate-group)
12521         (gnus-agent-fetch-articles): Ditto.
12522         * gnus-art.el (gnus-button-fetch-group): Ditto.
12523         * gnus-cache.el (gnus-cache-generate-active)
12524         (gnus-cache-articles-in-group): Ditto.
12525         * gnus-group.el (gnus-group-set-current-level)
12526         (gnus-group-insert-group-line): Ditto.
12527         * gnus-score.el (gnus-score-set-expunge-below)
12528         (gnus-score-set-mark-below, gnus-summary-score-effect)
12529         (gnus-summary-score-entry): Ditto.
12530         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12531         (gnus-soup-pack): Ditto.
12532         * gnus-spec.el (gnus-xmas-format): Ditto.
12533         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12534         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12535         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12536         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12537         * nndb.el (nndb-get-remote-expire-response): Ditto.
12538         * nndiary.el (nndiary-parse-schedule-value)
12539         (nndiary-string-to-number, nndiary-request-replace-article)
12540         (nndiary-request-article): Ditto.
12541         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12542         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12543         * nneething.el (nneething-make-head): Ditto.
12544         * nnfolder.el (nnfolder-request-article)
12545         (nnfolder-retrieve-headers): Ditto.
12546         * nnheader.el (nnheader-file-to-number): Ditto.
12547         * nnkiboze.el (nnkiboze-request-article): Ditto.
12548         * nnmail.el (nnmail-process-unix-mail-format)
12549         (nnmail-process-babyl-mail-format): Ditto.
12550         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12551         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12552         (nnmh-request-create-group, nnmh-request-list-1)
12553         (nnmh-request-group, nnmh-request-article): Ditto.
12554         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12555         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12556         * nnsoup.el (nnsoup-make-active): Ditto.
12557         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12558         * nntp.el (nntp-find-group-and-number)
12559         (nntp-retrieve-headers-with-xover): Ditto.
12560         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12561         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12562         (pgg-format-key-identifier): Ditto.
12563         * pop3.el (pop3-last, pop3-stat): Ditto.
12564         * qp.el (quoted-printable-decode-region): Ditto.
12565
12566         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12567         of concat.
12568
12569 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12572
12573         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12574
12575         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12576
12577         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12578
12579         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12580
12581         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12582
12583         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12584         (gnus-carpal-mode): Ditto.
12585
12586         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12587         (gnus-browse-mode): Ditto.
12588
12589         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12590
12591         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12592
12593 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12594
12595         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12596
12597 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-util.el (gnus-run-mode-hooks): New function.
12600
12601         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12602
12603         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12604         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12605
12606 2005-05-27  Lute Kamstra  <lute@gnu.org>
12607
12608         * dns-mode.el (dns-mode): Specify customization group.
12609
12610 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12611
12612         * gnus-agent.el (gnus-agent-make-mode-line-string):
12613         Use mode-line-highlight as mouse-face.
12614
12615 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * canlock.el (canlock): Change the parent group to news.
12618
12619         * deuglify.el (gnus-outlook-deuglify): Add :group.
12620
12621         * dig.el (dig): Add :group.
12622
12623         * dns-mode.el (dns-mode): Add :group.
12624
12625         * encrypt.el (encrypt): Add :group.
12626
12627         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12628         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12629         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12630         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12631         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12632
12633         * gnus-diary.el (gnus-diary): Add :group.
12634
12635         * gnus.el (gnus-group-news-1-face): Add :group.
12636         (gnus-group-news-1-empty-face): Ditto.
12637         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12638         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12639         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12640         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12641         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12642         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12643         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12644         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12645         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12646         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12647         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12648         (gnus-summary-high-ticked-face): Ditto.
12649         (gnus-summary-low-ticked-face): Ditto.
12650         (gnus-summary-normal-ticked-face): Ditto.
12651         (gnus-summary-high-ancient-face): Ditto.
12652         (gnus-summary-low-ancient-face): Ditto.
12653         (gnus-summary-normal-ancient-face): Ditto.
12654         (gnus-summary-high-undownloaded-face): Ditto.
12655         (gnus-summary-low-undownloaded-face): Ditto.
12656         (gnus-summary-normal-undownloaded-face): Ditto.
12657         (gnus-summary-high-unread-face): Ditto.
12658         (gnus-summary-low-unread-face): Ditto.
12659         (gnus-summary-normal-unread-face): Ditto.
12660         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12661         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12662
12663         * hashcash.el (hashcash): New custom group.
12664         (hashcash-default-payment): Add :group.
12665         (hashcash-payment-alist): Ditto.
12666         (hashcash-default-accept-payment): Ditto.
12667         (hashcash-accept-resources): Ditto.
12668         (hashcash-path): Ditto.
12669         (hashcash-extra-generate-parameters): Ditto.
12670         (hashcash-double-spend-database): Ditto.
12671         (hashcash-in-news): Ditto.
12672
12673         * message.el (message-minibuffer-local-map): Add :group.
12674
12675         * netrc.el (netrc): Add :group.
12676
12677         * sieve-manage.el (sieve-manage-log): Add :group.
12678         (sieve-manage-default-user): Diito.
12679         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12680         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12681         (sieve-manage-authenticators): Ditto.
12682         (sieve-manage-authenticator-alist): Ditto.
12683         (sieve-manage-default-port): Ditto.
12684
12685         * sieve-mode.el (sieve-control-commands-face): Add :group.
12686         (sieve-action-commands-face): Ditto.
12687         (sieve-test-commands-face): Ditto.
12688         (sieve-tagged-arguments-face): Ditto.
12689
12690         * smime.el (smime): Add :group.
12691
12692         * spam-report.el (spam-report): Add :group.
12693
12694         * spam.el (spam, spam-face): Add :group.
12695
12696 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12699         return \n.\n.\n at the end of articles.  Protect against that.
12700         (nntp-with-open-group): Allow debugging.
12701
12702         * nnheader.el (mail-header-set-extra): Make into a function
12703         because I just could't understand how to quote the list properly.
12704
12705         * dns.el (query-dns-cached): New function.
12706
12707 2005-05-26  Lute Kamstra  <lute@gnu.org>
12708
12709         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12710
12711 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12714
12715         * gnus-art.el: Don't autoload mail-extract-address-components.
12716
12717         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12718         eval-and-compile to evaluate it.
12719
12720         * hashcash.el: Don't autoload executable-find.
12721
12722         * nndb.el: Don't declare the nndb back end two or more times; don't
12723         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12724
12725         * nntp.el: Autoload format-spec instead of format; use
12726         eval-and-compile to evaluate autoload forms.
12727
12728 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12729
12730         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12731
12732 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * gnus.el (gnus-version-number): Bump version.
12735
12736 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12737
12738         * gnus.el: No Gnus v0.3 is released.
12739
12740 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12741
12742         * lpath.el (featurep): Bind show-nonbreak-escape.
12743
12744 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-art.el (gnus-article-edit-part): Disable undo.
12747
12748 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12751         gnus-article-date-lapsed-new-header is t if date timer is active;
12752         skip headers in which the original date value is empty.
12753         (gnus-article-save-original-date): Redefine it as a macro.
12754         (gnus-display-mime): Use it.
12755
12756 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-art.el (article-date-ut): Support converting date in
12759         forwarded parts as well.
12760         (gnus-article-save-original-date): New function.
12761         (gnus-display-mime): Use it.
12762
12763 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12764
12765         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12766         enclosure element of <item>.
12767
12768 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * message.el (message-kill-buffer-query): Renamed from
12771         `message-kill-buffer-query-if-modified'.  Added :version.
12772
12773 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12776         window layout.
12777
12778 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * mml.el: Autoload dnd when compiling.
12781
12782 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12785         x-dnd-*.
12786
12787 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * qp.el (quoted-printable-encode-region): Save excursion.
12790
12791 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12792
12793         * message.el (message-kill-buffer-query-if-modified): Add new variable
12794         so the user can kill a modified message buffer quickly.
12795         (message-kill-buffer): Use it.
12796
12797 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * lpath.el: Fbind display-time-event-handler; don't fbind
12800         string-to-multibyte.
12801
12802         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12803
12804 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12807         contained in text because xml.el decodes entities) with LFs.
12808
12809 2005-04-11  Lute Kamstra  <lute@gnu.org>
12810
12811         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12812         differently.
12813
12814 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12815
12816         * mm-util.el (mm-detect-coding-region): Typo.
12817
12818 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12821
12822 2005-04-06  Deepak Goel  <deego@gnufans.org>
12823
12824         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12825         user-function allow user modifications of the scores.
12826         (spam-stat-score-buffer-user): New function, to allow
12827         user-computed modifications to the score.
12828         (spam-stat-score-buffer-user-functions): List of additional
12829         scoring functions.
12830         (spam-stat-error-holder): Global temporary error holder.
12831         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12832         variable.
12833
12834 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12835
12836         * gnus-registry.el (gnus-registry-clean-empty-function)
12837         (gnus-registry-trim, gnus-registry-fetch-groups)
12838         (gnus-registry-delete-group): Groups that match
12839         `gnus-registry-ignored-groups' are removed from the registry
12840         entries, not just ignored for splitting.  This helps clean up the
12841         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12842         to get all the groups a message ID is in.
12843
12844         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12845         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12846         (spam-stat-score-buffer-user-functions): Add :number custom type.
12847
12848 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12851         argument in XEmacs.
12852
12853         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12854         (nnrss-request-group): Decode group name first.
12855         (nnrss-request-article): Make a text/plain article if mml-to-mime
12856         failed.
12857         (nnrss-get-encoding): Return a compatible encoding according to
12858         nnrss-compatible-encoding-alist.
12859         (nnrss-find-el): Use consp instead of listp.
12860         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12861
12862 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12865         which Emacs 20 doesn't support.
12866         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12867
12868 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12871         silence the byte compiler inside the defun.
12872
12873         * gnus-demon.el (parse-time-string): Add autoload.
12874
12875         * gnus-delay.el (parse-time-string): Add autoload.
12876
12877         * gnus-art.el (parse-time-string): Add autoload.
12878
12879         * nnultimate.el (parse-time): Require for `parse-time-string'.
12880
12881 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12884
12885         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12886
12887         * smime.el (smime-ldap-host-list): Add :version.
12888
12889 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12892         pass it to `gnus-browse-read-group'.
12893         (gnus-browse-read-group): Add NUMBER argument and pass it to
12894         `gnus-group-read-ephemeral-group'.
12895
12896         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12897         argument and pass it to `gnus-group-read-group'.
12898
12899 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12900
12901         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12902         mm-xemacs-find-mime-charset-1 if we have the mule feature
12903         available at runtime.
12904
12905 2005-03-25  Werner Lemberg  <wl@gnu.org>
12906
12907         * nnmaildir.el: Replace `illegal' with `invalid'.
12908
12909 2005-03-23  Lute Kamstra  <lute@gnu.org>
12910
12911         * time-date.el: Add comment on time value formats.
12912         Don't require parse-time.
12913         (with-decoded-time-value): New macro.
12914         (encode-time-value): New function.
12915         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12916         (days-to-time): Return a valid time value when arg is huge.
12917         (time-since): Use time-subtract.
12918         (time-to-number-of-days): Use time-to-seconds.
12919
12920 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12921
12922         * gnus-start.el (gnus-display-time-event-handler):
12923         Check display-time-timer at runtime rather than only at load time
12924         in case display-time-mode is turned off in the mean time.
12925
12926 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12929         used.
12930
12931         * nneething.el (nneething-map-file-directory): Derive from
12932         `gnus-directory'.
12933
12934         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12935         the To/Cc button.
12936
12937 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12938
12939         * nnmaildir.el (nnmaildir-request-accept-article):
12940         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12941
12942 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12943
12944         * gnus-async.el: Require timer-funcs at compile time when in
12945         XEmacs for `run-with-idle-timer'.
12946
12947 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12948
12949         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12950         autoloaded function.
12951
12952 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12953
12954         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12955
12956 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12957
12958         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12959
12960 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12961
12962         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12963         gnus-expert-user to default.
12964
12965 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12966
12967         * nnimap.el (nnimap-open-server): Ditto.
12968
12969         * imap.el (imap-authenticate): Fix typo.
12970
12971 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12972
12973         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12974         buffer (since IMAP server might return FETCH response out of
12975         order, and the nntp buffer must be sorted).
12976
12977 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12978
12979         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12980         comparison on string.
12981
12982         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12983         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12984         (gnus-agent-summary-fetch-series): Modified to protect against
12985         gnus-agent-summary-fetch-group clearing processable flags.
12986         (gnus-agent-synchronize-group-flags): Update live group buffer as
12987         synchronization may occur due to the user toggle the plugged
12988         status.
12989         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12990         successfully downloaded.
12991         (gnus-agent-expire-group-1): Avoid using markers when the overview
12992         is in ascending order; greatly improves performance.
12993         (gnus-agent-regenerate-group): Use
12994         gnus-agent-synchronize-group-flags to reset read status in both
12995         gnus and server.
12996         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12997
12998 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * message.el: Don't autoload former message-utils variables.
13001         (message-strip-subject-trailing-was): Change doc string.
13002
13003         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13004         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13005         (nnweb-google-search): Add "hl=en" here.
13006         (nnweb-google-parse-1, nnweb-google-create-mapping):
13007         Don't hardcode URL.
13008
13009 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * message.el (message-get-reply-headers, message-followup):
13012         Mention related variables `message-use-followup-to' and
13013         `message-use-mail-followup-to', in the information buffer.
13014
13015         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13016         of broken groups(-beta).google.com.
13017
13018 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13019
13020         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13021         parameter to invoked gnus-request-move-article; remove the
13022         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13023         all at once instead of once per article.
13024         (gnus-summary-remove-process-mark): Accept a list of articles as
13025         well as a single article for processing.
13026
13027         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13028         parameter.
13029
13030         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13031
13032         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13033
13034         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13035         parameter.
13036
13037         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13038         parameter.
13039
13040         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13041         parameter and remove the gnus-sum-hint-move-is-internal variable.
13042
13043         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13044         parameter.
13045
13046         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13047         parameter.
13048
13049         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13050         parameter.
13051
13052         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13053
13054         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13055         parameter.
13056
13057         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13058         parameter.
13059
13060 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13061
13062         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13063         a more conservative way.
13064
13065 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13066
13067         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13068         buffer, so it moves the window's cursor.
13069
13070 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13071
13072         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13073         `mm-dissect-multipart' and receive the from field as an (optional)
13074         argument from `mm-dissect-multipart'.
13075         (mm-dissect-multipart): Receive the from field as an argument and
13076         pass it on when we call `mm-dissect-buffer' on MIME parts.
13077         Fixes verification/decryption of signed/encrypted MIME parts.
13078
13079 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13080
13081         * gnus-sum.el (gnus-summary-move-article): Set
13082         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13083         whatever it calls (right now, only nnimap-request-move article
13084         respects it).
13085
13086         * nnimap.el (nnimap-request-move-article): When
13087         gnus-sum-hint-move-is-internal is set, don't do the extra
13088         nnimap-request-article.
13089
13090 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13093
13094         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13095         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13096
13097         * gnus-sum.el (gnus-summary-caesar-message):
13098         Apply `gnus-treat-article' after rotation.
13099
13100         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13101         doc string.
13102
13103 2005-02-22  Simon Josefsson  <jas@extundo.com>
13104
13105         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13106         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13107         <arne@arnested.dk>.
13108         (encrypt): Add password-cache and password-cache-expiry as group
13109         members.
13110
13111 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13112
13113         * smime.el (smime-ldap-host-list): Doc fix.
13114         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13115         cache) password.
13116         (smime-sign-region): Use it.
13117         (smime-decrypt-region): Use it.
13118         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13119         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13120         fails.
13121         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13122         certificate from DER to PEM format rather than calling openssl.
13123
13124         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13125
13126         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13127         for signing/encryption.
13128
13129         * mml.el (mml-parse-1): Use them.
13130
13131 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13132
13133         * nnrss.el (nnrss-verbose): Removed.
13134         (nnrss-request-group): Use `nnheader-message' instead.
13135
13136 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13137
13138         * nnrss.el (nnrss-verbose): New variable.
13139         (nnrss-request-group): Make it say nnrss is requesting a group.
13140
13141 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13144         Handle news URL with given port correctly.
13145
13146 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13149         containing special characters.
13150
13151         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13152
13153         * mml.el (mime-to-mml): Ditto.
13154
13155         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13156         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13157         (rfc2047-decode-region): Quote decoded words containing special
13158         characters when rfc2047-quote-decoded-words-containing-tspecials
13159         is non-nil.
13160
13161 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13164
13165         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13166
13167 2005-02-15  Simon Josefsson  <jas@extundo.com>
13168
13169         * nnimap.el (nnimap-debug): Doc fix.
13170
13171         * imap.el (imap-debug): Doc fix.
13172
13173 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13176
13177 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13178
13179         * gnus.el (spam-contents): Improve docs for spam-contents
13180         parameter in its variable incarnation.
13181
13182 2005-02-14  Simon Josefsson  <jas@extundo.com>
13183
13184         * smime-ldap.el: Use require instead of load-library for ldap.
13185         (smime-ldap-search): Indent.
13186         (smime-ldap-search-internal): Shorten line.
13187
13188         * smime.el (smime-cert-by-dns): Add doc-string.
13189         (smime-cert-by-ldap-1): Indent.
13190
13191         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13192         mml-smime-get-dns-ldap.
13193         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13194
13195 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13196
13197         * smime.el: Require smime-ldap.
13198         (smime-ldap-host-list): New variable.
13199         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13200
13201         * mml-smime.el (mml-smime-encrypt-query): New function.
13202         (mml-smime-encrypt-query): Use it.
13203
13204         * smime-ldap.el: New file.
13205
13206 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13209
13210 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13213         argument in doc string.  Make query for type more clear.
13214
13215 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * gnus.el (gnus-group-startup-message): Search for gnus images in
13218         etc/images/gnus.
13219         * mm-util.el (mm-image-load-path): Likewise.
13220         * smiley.el (smiley-data-directory): Search for smilies in
13221         etc/images/smilies.
13222
13223 2005-02-09  Kim F. Storm  <storm@cua.dk>
13224
13225         Change Emacs release version from 21.4 to 22.1 throughout.
13226         Change Emacs development version from 21.3.50 to 22.0.50.
13227
13228 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13231
13232         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13233         non-Mule XEmacs as well.
13234         (mm-decompress-buffer): Signal an error intentionally if it does
13235         not decompress compressed data because auto-compression-mode is
13236         disabled.
13237
13238 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13239
13240         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13241         an ID in the registry even if it has no groups.
13242
13243 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13246         merge it into mm-decompress-buffer.
13247         (gnus-mime-copy-part): Use the MIME part charset, the value which
13248         a user specified or gnus-newsgroup-charset for decoding, like
13249         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13250         save-buffer what was used.  Suggested by Kevin Ryde
13251         <user42@zip.com.au>.
13252         (gnus-mime-inline-part): Allow the name parameter as well as the
13253         filename parameter; force decompressing of compressed data; always
13254         display contents being not decoded as unibyte.
13255
13256         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13257         as well as the filename parameter.
13258
13259         * mm-util.el (mm-decompress-buffer): Merge
13260         gnus-mime-jka-compr-maybe-uncompress.
13261         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13262         of compressed data.
13263
13264 2005-02-08  Simon Josefsson  <jas@extundo.com>
13265
13266         * imap.el (imap-log): Doc fix.
13267
13268 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13271         the coding cookies; decompress compressed parts.
13272
13273         * mml.el (mml-generate-mime-1): Add the charset parameter according
13274         to the value which a user specified manually or the coding cookie.
13275
13276         * mm-util.el (mm-string-to-multibyte): New function.
13277         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13278         (mm-coding-system-to-mime-charset): New function.
13279         (mm-decompress-buffer): New function.
13280         (mm-find-buffer-file-coding-system): New function.
13281
13282         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13283         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13284         parts.
13285
13286 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13287
13288         * mm-view.el (mm-display-inline-fontify): Decode a part according
13289         to the charset parameter.
13290
13291 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13294         prefix arg is neither nil nor a number, as info specifies.
13295
13296 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13299         timestamps.
13300
13301 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13302
13303         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13304         groups error checking and notify user.
13305
13306 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13307
13308         * message.el (message-send-mail-function): Check existence of
13309         sendmail-program first before using default value
13310         `message-send-mail-with-sendmail'.  Otherwise use more generic
13311         `smtpmail-send-it'.
13312
13313 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * nntp.el (nntp-request-update-info): Always return nil.
13316
13317 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13318
13319         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13320
13321 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13322
13323         * message.el (message-beginning-of-line): Change the behavior when
13324         invoked between BOL and : so that it first moves backward.
13325
13326 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13329         article buffer when editing of the article is discarded.
13330         (gnus-article-prepare): Revert.
13331
13332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-art.el (gnus-article-prepare):
13335         Remove message-strip-forbidden-properties from the local hook.
13336
13337 2005-01-27  Simon Josefsson  <jas@extundo.com>
13338
13339         * password.el (password-cache-add): Only start one timer per key.
13340         Reported by Derek Atkins <warlord@MIT.EDU>.
13341
13342 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13343
13344         * run-at-time.el: Removed.  It is no longer needed as
13345         timer-funcs.el in the xemacs-base package has a working version of
13346         `run-at-time'.
13347
13348         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13349
13350         * password.el: Require timer-funcs instead of run-at-time in
13351         XEmacs.
13352         Remove `password-run-at-time' macro.
13353         (password-cache-add): Use `run-at-time' instead of
13354         `password-run-at-time'.
13355
13356         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13357         Remove `nnheader-cancel-function-timers' alias,
13358         `cancel-function-timers' exists in XEmacs in timer-funcs.
13359
13360         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13361         for `run-with-idle-timer'.
13362
13363         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13364         for `run-at-time'.
13365
13366         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13367         for `with-timeout'.
13368
13369         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13370         the same as for XEmacs 21.4.
13371         No need to ignore `run-with-idle-timer', this function exists in
13372         XEmacs now in timer-funcs.el in the xemacs-base package.
13373         (dgnushack-compile): No need to delete
13374         run-at-time.el from the list of files to compile because it
13375         doesn't exist anymore.
13376
13377 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13380         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13381
13382 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13383
13384         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13385         sensitively.
13386
13387 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13388
13389         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13390
13391 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13394         which will be inserted according to the multibyteness of a buffer
13395         rather than the type of contents.  Suggested by ARISAWA Akihiro
13396         <ari@mbf.ocn.ne.jp>.
13397
13398         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13399         of string which old xml.el may return rather than a string.
13400
13401 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13404
13405 2005-01-16  Simon Josefsson  <jas@extundo.com>
13406
13407         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13408         idn/idna.el isn't available.
13409         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13410         <michael@waxrat.com>.
13411
13412         * hashcash.el: Remove non-FSF copyright header.
13413
13414         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13415         (hashcash-generate-payment): Use it.
13416         (hashcash-generate-payment-async): Use it.
13417
13418 2005-01-15  Simon Josefsson  <jas@extundo.com>
13419
13420         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13421         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13422
13423         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13424         gnus-summary-idna-message.
13425         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13426         (gnus-summary-idna-message): New function.
13427
13428 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13431         gnus-novice-user.
13432
13433 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * nnrss.el (nnrss-request-delete-group): Delete entries in
13436         nnrss-group-alist as well.
13437         (nnrss-save-server-data): Insert newline.
13438
13439 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13440
13441         * gnus.el (gnus-user-agent): Use list of symbols instead of
13442         symbols.  Display full version number for (S)XEmacs.  Optionally
13443         display (S)XEmacs codename.
13444
13445         * gnus-util.el (gnus-emacs-version): Update for new
13446         `gnus-user-agent'.
13447
13448         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13449         Gnus version.
13450
13451 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13454         which is unreadable in some setups.
13455
13456 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-spec.el (gnus-update-format-specifications): Flush the
13459         group format spec cache if it doesn't support decoded group names.
13460
13461 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13462
13463         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13464         Allow to apply decay on score files matching a regexp.
13465
13466 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13469         compatibility in %g and %c.
13470
13471 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13474         name for only %g and %c.
13475         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13476         of gnus-tmp-group to decoded group name.
13477         (gnus-group-make-rss-group): Exclude `/'s from group names.
13478
13479 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * nnrss.el (nnrss-get-encoding): Fix regexp.
13482
13483 2004-12-27  Simon Josefsson  <jas@extundo.com>
13484
13485         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13486         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13487         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13488
13489 2004-12-17  Kim F. Storm  <storm@cua.dk>
13490
13491         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13492
13493         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13494
13495 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13496
13497         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13498
13499 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * nnrss.el: Require rfc2047 and mml.
13502         (nnrss-file-coding-system): New variable.
13503         (nnrss-format-string): Redefine it as an inline function.
13504         (nnrss-decode-group-name): New function.
13505         (nnrss-string-as-multibyte): Remove.
13506         (nnrss-retrieve-headers): Decode group name; don't use
13507         nnrss-format-string.
13508         (nnrss-request-group): Decode group name.
13509         (nnrss-request-article): Decode group name; allow a Message-ID as
13510         well as an article number; don't use nnrss-format-string; encode a
13511         Message-ID string which may contain non-ASCII characters; use
13512         mml-to-mime to compose a MIME article.
13513         (nnrss-request-expire-articles): Decode group name.
13514         (nnrss-request-delete-group): Decode group name.
13515         (nnrss-fetch): Clarify error message.
13516         (nnrss-read-server-data): Use insert-file-contents instead of load;
13517         bind file-name-coding-system; use multibyte buffer.
13518         (nnrss-save-server-data): Bind coding-system-for-write to the
13519         value of nnrss-file-coding-system; bind file-name-coding-system;
13520         add coding cookie.
13521         (nnrss-read-group-data): Use insert-file-contents instead of load;
13522         bind file-name-coding-system; use multibyte buffer.
13523         (nnrss-save-group-data): Bind coding-system-for-write to the
13524         value of nnrss-file-coding-system; bind file-name-coding-system.
13525         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13526         make it work with non-ASCII text.
13527         (nnrss-find-el): Make it work with old xml.el as well.
13528
13529 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13530
13531         * nnrss.el (nnrss-get-encoding): New function.
13532         (nnrss-fetch): Use unibyte buffer initially; bind
13533         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13534         decode contents according to the encoding attribute.
13535         (nnrss-save-group-data): Add coding cookie.
13536         (nnrss-mime-encode-string): New function.
13537         (nnrss-check-group): Use it to encode subject and author.
13538
13539 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13540
13541         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13542         imaginary variable.
13543
13544 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13547         correctly even if there are wide characters.
13548
13549 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13550
13551         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13552         downcased symbol names; make a new cache instead of reusing
13553         bbdb-hashtable.
13554
13555 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13558         concatenating segments rather than before concatenating them.
13559         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13560
13561         * message.el (message-get-reply-headers): Bind `extra'.
13562
13563 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13564
13565         * message.el (message-extra-wide-headers): New variable.
13566         (message-get-reply-headers): Use it.
13567
13568 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13571         (gnus-agent-group-pathname): Ditto.
13572
13573         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13574
13575         * gnus-group.el (gnus-group-make-group): Decode group name.
13576         (gnus-group-make-rss-group): Register the group data after opening
13577         the nnrss group.
13578
13579 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13580
13581         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13582         by expiry now get marked as read.
13583
13584 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13587
13588 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13589
13590         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13591         unify Latin characters in XEmacs.
13592         (mm-find-mime-charset-region): Use it.
13593
13594 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * gnus-util.el (gnus-delete-directory): New function.
13597
13598         * gnus-agent.el (gnus-agent-delete-group): Use it.
13599
13600         * gnus-cache.el (gnus-cache-delete-group): Use it.
13601
13602 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13605         names.
13606
13607 2004-12-16  Simon Josefsson  <jas@extundo.com>
13608
13609         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13610
13611 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13614
13615         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13616         (gnus-group-set-current-level): Decode group name.
13617
13618 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13619
13620         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13621         failed.
13622
13623 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-group.el (gnus-group-delete-group): Decode group name.
13626         (gnus-group-make-rss-group): Encode group name.
13627         (gnus-group-catchup-current): Decode group name.
13628         (gnus-group-kill-group): Decode group name.
13629
13630 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13631
13632         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13633
13634 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-group.el (gnus-group-make-rss-group):
13637         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13638
13639         * gnus-start.el (gnus-setup-news): Honor user's setting to
13640         gnus-message-archive-method.  Suggested by Lute Kamstra
13641         <lute@gnu.org>.
13642
13643 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13644
13645         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13646         global counterparts of the buffer-local variables.
13647
13648 2004-11-16  Romain Francoise  <romain@orebokech.com>
13649
13650         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13651         counterparts of the buffer-local variables.
13652
13653 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * message.el (message-forbidden-properties): Fixed typo in doc
13656         string.
13657
13658 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-util.el (gnus-replace-in-string): Added doc string.
13661
13662         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13663         to avoid problems when splitting mails with many recipients.
13664
13665 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13666
13667         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13668         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13669
13670 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13671
13672         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13673         if there is no hashtable in memory or file modification time is
13674         newer than cached timestamp.
13675
13676 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13677
13678         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13679         not-matching option.
13680
13681 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13684         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13685         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13686         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13687         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13688         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13689
13690 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * message.el (message-forward-make-body-mml): Remove headers
13693         according to message-forward-ignored-headers if a message is decoded.
13694
13695 2004-12-02  Romain Francoise  <romain@orebokech.com>
13696
13697         * message.el (message-forward-make-body-plain): Always remove
13698         headers according to message-forward-ignored-headers.
13699
13700 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13701
13702         * spam.el (spam-summary-prepare-exit): Remove the
13703         gnus-summary-limit pop for now, it has problems with ham marks for
13704         me.
13705
13706 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13709         correctly.
13710
13711 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13712
13713         * format-spec.el (format-spec): Message the char.
13714
13715 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13716
13717         * gnus-art.el (gnus-split-methods): Reformat comments.
13718
13719         * spam.el (spam-summary-prepare-exit): Remove article limits
13720         before exiting the summary buffer.
13721
13722 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13725         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13726
13727         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13728         order to silence the byte compiler.
13729
13730         * spam.el: Fix the way to silence the byte compiler, which
13731         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13732         bbdb-search-simple, spam-BBDB-register-routine,
13733         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13734         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13735         spam-stat-buffer-is-spam, spam-stat-load,
13736         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13737         spam-stat-save and spam-stat-split-fancy.
13738
13739 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13742         which may confuse users.
13743         (canlock-password-for-verify): Ditto.
13744
13745         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13746
13747         * gnus-art.el (gnus-emphasis-alist): Ditto.
13748
13749         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13750
13751         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13752
13753         * gnus-start.el (gnus-save-killed-list): Ditto.
13754
13755         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13756         (gnus-sum-thread-tree-root): Ditto.
13757         (gnus-sum-thread-tree-false-root): Ditto.
13758         (gnus-sum-thread-tree-single-indent): Ditto.
13759
13760         * message.el (message-courtesy-message): Ditto.
13761         (message-archive-note): Ditto.
13762         (message-subscribed-address-file): Ditto.
13763         (message-user-fqdn): Ditto.
13764
13765         * spam-report.el (spam-report-gmane-regex): Ditto.
13766
13767         * spam.el (spam-blackhole-good-server-regex): Ditto.
13768
13769 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * mml.el (mml-preview): Widen the message buffer before copying
13772         the contents to the preview buffer; sort headers before previewing.
13773
13774         * message.el (message-hidden-headers): Fix the way to avoid a bug
13775         in the `repeat' widget in Emacs 21.3 or earlier.
13776
13777 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * message.el (message-hidden-headers): Default to "^References:".
13780         Improve customization type.  Suggested by Reiner Steib
13781         <Reiner.Steib@gmx.de>.
13782
13783 2004-11-25  Romain Francoise  <romain@orebokech.com>
13784
13785         * message.el (message-strip-forbidden-properties): Remove check for
13786         obsolete `message-hidden' text property, hidden headers are not
13787         accessible in the buffer anymore.
13788
13789 2004-11-22  Romain Francoise  <romain@orebokech.com>
13790
13791         * message.el (message-header-format-alist): Add `From' in list
13792         so that it can be sorted.
13793         (message-fix-before-sending): Widen and sort headers before
13794         sending.
13795         (message-hide-headers): Use narrowing to hide headers by moving
13796         them to the top of the buffer and narrowing to the region
13797         underneath.
13798
13799 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13800
13801         * message.el (message-strip-forbidden-properties): Bind
13802         buffer-read-only (etc) to nil.
13803
13804 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13807         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13808
13809 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13810
13811         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13812
13813 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13814
13815         * dns.el (query-dns): Use sit-for to time instead of
13816         accept-process-output, since that doesn't seem to work on udp
13817         sockets.
13818
13819 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13822
13823 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13824
13825         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13826         doc string.  Improve doc string.
13827
13828 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * nntp.el (nntp-request-update-info): Return nil if
13831         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13832         may not call gnus-activate-group which uselessly issues the GROUP
13833         commands for all nntp groups and wastes time.  Reported by Romain
13834         Francoise <romain@orebokech.com>.
13835
13836         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13837
13838 2004-11-15  Simon Josefsson  <jas@extundo.com>
13839
13840         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13841         headers separately.
13842         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13843         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13844
13845 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13846
13847         * gnus-start.el (gnus-convert-old-newsrc):
13848         Assign legacy-gnus-agent to 5.10.7.
13849
13850 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13853         start of the lines.
13854
13855 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13856
13857         * hashcash.el (hashcash-default-payment): Change default to 20.
13858         (hashcash-default-accept-payment): Change default to 20.
13859         (hashcash-process-alist): New variable.
13860         (hashcash-generate-payment-async): Add.
13861         (hashcash-already-paid-p): Add.
13862         (hashcash-insert-payment): Don't generate payments twice.
13863         (hashcash-insert-payment-async): Add.
13864         (hashcash-insert-payment-async-2): Add.
13865         (hashcash-cancel-async): Add.
13866         (hashcash-wait-async): Add.
13867         (hashcash-processes-running-p): Add.
13868         (hashcash-wait-or-cancel): Add.
13869         (mail-add-payment): New optional argument.  Conditionally start
13870         asynchronous calculation.
13871         (mail-add-payment-async): Add.
13872
13873         * message.el (message-send-mail): Wait for asynchronous hashcash
13874         results.  Don't clobber existing X-Hashcash headers.
13875         (message-setup-1): Call mail-add-payment-async when
13876         message-generate-hashcash is non-nil.
13877
13878 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13879
13880         * message.el (message-use-alternative-email-as-from): Examine the
13881         From header as well; use message-make-from in order to include a
13882         user's full name.
13883
13884 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13887         default; improve customization type.
13888         (gnus-emphasis-custom-with-format): New macro.
13889         (gnus-emphasis-custom-value-to-external): New function.
13890         (gnus-emphasis-custom-value-to-internal): New function.
13891
13892 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13893
13894         * dns.el (query-dns): Resolve reverse addresses.
13895
13896 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13897
13898         * gnus-group.el (gnus-group-get-new-news): Use it.
13899
13900         * gnus-start.el (gnus-check-reasonable-setup): New function.
13901
13902 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13905         "Args out of range" error.  Reported by Arnaud Giersch
13906         <arnaud.giersch@free.fr>.
13907
13908 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13909
13910         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13911
13912 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13913
13914         * spam.el (spam group): Add :version.
13915
13916         * pgg-def.el (pgg group): Add :version.
13917
13918 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-art.el (gnus-article-edit-article): Don't associate the
13921         article buffer with a draft file.  This is a temporary measure
13922         against the 2004-08-22 change to gnus-article-edit-mode.
13923
13924 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13927         (html2text-format-tags): Remove unused variable `attr'.
13928
13929 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13932
13933         * tls.el (tls-process-connection-type, tls-success)
13934         (tls-certtool-program): Add :version.
13935
13936         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13937         (starttls-extra-arguments, starttls-process-connection-type)
13938         (starttls-connect, starttls-failure, starttls-success): Add :version.
13939
13940         * spam-stat.el (spam-stat): Add :version.
13941
13942         * sieve.el (sieve): Add :version.
13943
13944         * sha1.el (sha1): Add :version.
13945         (sha1-use-external): Remove redundant version.
13946
13947         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13948         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13949         (nnmail-split-fancy-match-partial-words)
13950         (nnmail-split-lowercase-expanded): Add :version.
13951
13952         * nndiary.el (nndiary): Add :version.
13953
13954         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13955
13956         * mml-sec.el (mml-default-sign-method)
13957         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13958         Add :version.
13959
13960         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13961
13962         * mm-url.el (mm-url-use-external, mm-url-program)
13963         (mm-url-arguments): Add :version.
13964
13965         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13966         (mm-attachment-file-modes, mm-decrypt-option)
13967         (mm-w3m-safe-url-regexp): Add :version.
13968
13969         * message.el (message-cite-prefix-regexp)
13970         (message-sendmail-envelope-from, message-minibuffer-local-map)
13971         (message-user-fqdn, message-completion-alist): Add :version.
13972
13973         * gnus-win.el (gnus-configure-windows-hook)
13974         (gnus-use-frames-on-any-display): Add :version.
13975
13976         * gnus-art.el (gnus-article-address-banner-alist)
13977         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13978         (gnus-treat-from-picon, gnus-treat-mail-picon)
13979         (gnus-treat-x-pgp-sig): Add :version.
13980
13981         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13982         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13983         (gnus-summary-article-delete-hook)
13984         (gnus-summary-display-while-building): Add :version.
13985
13986         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13987         (gnus-get-top-new-news-hook): Add :version.
13988
13989         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13990         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13991
13992         * gnus-registry.el (gnus-registry): Add :version.
13993
13994         * gnus-spec.el (gnus-use-correct-string-widths)
13995         (gnus-make-format-preserve-properties): Add :version.
13996
13997         * gnus.el (gnus-group-charter-alist)
13998         (gnus-group-fetch-control-use-browse-url)
13999         (gnus-install-group-spam-parameters): Add :version.
14000
14001         * gnus-diary.el (gnus-diary): Add :version.
14002
14003         * gnus-delay.el (gnus-delay): Add :version.
14004
14005         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14006         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14007         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14008         Add :version.
14009
14010         * gnus-agent.el (gnus-agent-max-fetch-size)
14011         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14012         (gnus-agent-prompt-send-queue): Add :version.
14013
14014         * deuglify.el (gnus-outlook-deuglify): Add :version.
14015
14016         * html2text.el: Beautify code.  Improve doc strings.  Some
14017         checkdoc cleanup.
14018         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14019
14020 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14021
14022         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14023
14024 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14025
14026         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14027         when package is loaded.
14028
14029         * spam.el (spam-summary-score-preferred-header): Add global preference
14030         for people who want to override the default SpamAssassin over
14031         Bogofilter preference (when both are set).
14032         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14033         (spam-user-format-function-S): Check
14034         spam-summary-score-preferred-header.
14035         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14036         (spam-user-format-function-S): Format the score correctly.
14037
14038 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14041         signature file.  Suggested by Manoj Srivastava
14042         <srivasta@golden-gryphon.com>.
14043
14044         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14045         iso-2022-jp even in the Japanese language environment.
14046         Suggested by Jason Rumney <jasonr@gnu.org>.
14047
14048 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14049
14050         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14051         use the same characters as the dummy marks; make it free from
14052         getting affected by the language environment.
14053         (gnus-summary-read-group-1): Update mark positions only when the
14054         format spec is updated.
14055
14056         * gnus-spec.el (gnus-update-format-specifications): Return a list
14057         of updated types.
14058
14059 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14062         of boundp to check if display-warning is available.
14063
14064 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14065
14066         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14067
14068 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * nnspool.el (nnspool-spool-directory): Use news-path if the
14071         news-directory variable is not bound.
14072
14073         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14074         function instead of display-warning if it is not available.
14075
14076 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14079         v5-10: Use `point-at-bol'.
14080
14081 2004-10-26  Simon Josefsson  <jas@extundo.com>
14082
14083         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14084         <chenggao@gmail.com>.
14085
14086 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14089         instead.
14090
14091 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14092
14093         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14094         to remove a server from the nnimap-server-buffer-alist.
14095         (nnimap-open-connection, nnimap-close-server): Use it.
14096
14097         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14098
14099 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14102         running the major-mode function.
14103
14104 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14107         dummy marks in the right way.
14108
14109 2004-10-18  David Edmondson  <dme@dme.org>
14110
14111         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14112         excessively.
14113
14114 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-util.el (gnus-split-references): Accept a nil references
14117         string and go on blissfully.
14118
14119         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14120         cases where the references string is non-nil but has no references.
14121
14122         * encrypt.el: Add autoload tags.
14123
14124         * spam.el (spam-resolve-registrations-routine): Remove article
14125         from unregistration list too.  Reported by David Hanak
14126         <dhanak@isis.vanderbilt.edu>
14127
14128 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14131         nil.  Changed custom type.
14132
14133 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14134
14135         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14136
14137         * gnus-sum.el (gnus-summary-move-article): Use it.
14138
14139 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14140
14141         * encrypt.el: Add autoload cookies.
14142
14143         * spam.el (spam-backend-article-list-property)
14144         (spam-backend-get-article-todo-list)
14145         (spam-backend-put-article-todo-list)
14146         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14147         Resolve registrations separately.
14148         (spam-register-routine): Format comments.
14149         (spam-unregister-routine, spam-register-routine): Always call with
14150         specific-articles, no default list.
14151         (spam-summary-prepare-exit): Use the spam-classifications function.
14152
14153         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14154         gnus-encrypt.el.
14155
14156         * encrypt.el: Copied from gnus-encrypt.el.
14157
14158         * gnus-encrypt.el: Commented that it's obsolete.
14159
14160 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14163         (gnus-score-save): Use it.
14164
14165         * message.el (message-bury): Use `window-dedicated-p'.
14166
14167 2004-10-15  Simon Josefsson  <jas@extundo.com>
14168
14169         * pop3.el (top-level): Don't require nnheader.
14170         (pop3-read-timeout): Add.
14171         (pop3-accept-process-output): Add.
14172         (pop3-read-response, pop3-retr): Use it.
14173
14174 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14175
14176         * spam.el (spam-register-routine): Move comment.
14177         (spam-verify-bogofilter): Use 'unknown for the initial
14178         spam-bogofilter-valid state, not 'never.
14179
14180         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14181         for netrc-machine.
14182
14183         * nnimap.el (nnimap-open-connection): Use
14184         netrc-machine-user-or-password.
14185
14186 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14187
14188         * gnus-registry.el (gnus-registry-unload-hook):
14189         Set as a variable with add-hook.
14190
14191         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14192         of news-path.
14193
14194         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14195
14196         * spam.el: Delete duplicate `provide'.
14197         (spam-unload-hook): Set as a variable with add-hook.
14198
14199 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14202         in the doc string.
14203
14204         * message.el (message-ignored-news-headers)
14205         (message-ignored-supersedes-headers)
14206         (message-ignored-resent-headers)
14207         (message-forward-ignored-headers): Improve custom type.
14208
14209 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * message.el (message-tokenize-header): Fix 2004-09-06 change
14212         which used point-min in the wrong place.
14213
14214 2004-10-12  Simon Josefsson  <jas@extundo.com>
14215
14216         * tls.el (tls-certtool-program): New variable.
14217         (tls-certificate-information): New function, based on
14218         ssl-certificate-information.
14219
14220 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * compface.el: Move the version of ELisp-based uncompface program
14223         to the contrib directory because of the copyright problem.
14224
14225 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * message.el (message-kill-buffer): Raise the current frame.
14228
14229 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14232
14233         * gnus.el (message-y-or-n-p): Autoload.
14234
14235         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14236         (pop3-password-required, pop3-authentication-scheme)
14237         (pop3-leave-mail-on-server): Made customizable.
14238         (pop3): New custom group.
14239         (pop3-retr): Remove `sleep-for' statements.
14240         Suggested by Dave Love <fx@gnu.org>.
14241
14242         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14243         Windows/DOS.
14244
14245         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14246         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14247         Dave Love <fx@gnu.org>.
14248
14249         * mml.el (mml-minibuffer-read-disposition): Require match.
14250         Suggested by Dave Love <fx@gnu.org>.
14251
14252 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14255         doc string.
14256
14257 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14260
14261 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14262
14263         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14264         instead of calling `mm-insert-inline', to decode text/* parts
14265         before displaying them.
14266
14267 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * mm-uu.el (mm-uu-text-plain-type): New variable.
14270         (mm-uu-pgp-signed-extract-1): Use it.
14271         (mm-uu-pgp-encrypted-extract-1): Use it.
14272         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14273         bind mm-uu-text-plain-type with that value.
14274         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14275         mm-uu-dissect.
14276
14277 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-group.el (gnus-update-group-mark-positions):
14280         * gnus-sum.el (gnus-update-summary-mark-positions):
14281         * message.el (message-check-news-body-syntax):
14282         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14283         of string-as-multibyte.
14284
14285 2004-10-05  Juri Linkov  <juri@jurta.org>
14286
14287         * gnus-group.el (gnus-update-group-mark-positions):
14288         * gnus-sum.el (gnus-update-summary-mark-positions):
14289         * message.el (message-check-news-body-syntax):
14290         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14291         8-bit unibyte values to a multibyte string for search functions.
14292
14293 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14296         (mm-uu-dissect-text-parts): New function.
14297
14298         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14299         dissect text parts.
14300
14301         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14302         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14303
14304         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14305
14306         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14307         gnus-current-topics instead of gnus-current-topic.
14308
14309 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14310
14311         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14312
14313 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14314
14315         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14316         where approriate.
14317
14318         * nnml.el (nnml-generate-active-info): do.
14319
14320         * nndiary.el (nndiary-generate-active-info): do.
14321
14322         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14323         (gnus-topic-move): do.
14324
14325         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14326         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14327
14328         * gnus-srvr.el (gnus-server-prepare)
14329         (gnus-server-open-all-servers): do.
14330
14331         * gnus-msg.el (gnus-summary-cancel-article)
14332         (gnus-summary-resend-message)
14333         (gnus-summary-mail-crosspost-complaint): do.
14334
14335         * gnus-move.el (gnus-change-server): do.
14336
14337         * gnus-group.el (gnus-group-unmark-all-groups)
14338         (gnus-group-set-current-level): do.
14339
14340 2004-10-04  Simon Josefsson  <jas@extundo.com>
14341
14342         * message.el (message-generate-hashcash): Doc fix.
14343
14344 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14345
14346         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14347         avoid infinite recursion via gnus-get-function.
14348
14349 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14350
14351         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14352
14353         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14354
14355         * nnmail.el (nnmail-split-history): do.
14356
14357         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14358         (nnml-request-delete-group): do.
14359
14360         * nnslashdot.el (nnslashdot-read-groups): do.
14361
14362         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14363         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14364
14365         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14366         (nnspool-sift-nov-with-sed): Use last.
14367         (nnspool-retrieve-headers-with-nov): Use mapc.
14368         (nnspool-request-newgroups): Use dolist.
14369         (nnspool-request-group): Use last.
14370
14371         * nntp.el (nntp-read-server-type): Use dolist.
14372
14373         * nnvirtual.el (nnvirtual-create-mapping)
14374         (nnvirtual-update-read-and-marked): Use dolist.
14375         (nnvirtual-convert-headers): Simplify.
14376
14377 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14378
14379         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14380         support for sync'ing tick marks.
14381
14382 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14385         there's no visible header.
14386
14387 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14388
14389         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14390         necessary, pass full group name to gnus-request-set-marks.
14391
14392 2004-10-01  Simon Josefsson  <jas@extundo.com>
14393
14394         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14395         acroread.
14396
14397 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14398
14399         * spam-report.el (spam-report-gmane): Fix interactive.
14400
14401         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14402
14403         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14404         when writing file.
14405         (gnus-agent-synchronize-flags): Don't default to being
14406         interactive.
14407
14408 2004-09-30  Simon Josefsson  <jas@extundo.com>
14409
14410         * message.el (message-generate-hashcash): Add.
14411         (message-send-mail): Use it, call mail-add-payment.
14412
14413 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14414
14415         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14416
14417 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14418
14419         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14420         gnus-requst-update-info with explicit code to sync the in-memory
14421         info read flags with the marks being sync'd to the backend.
14422
14423         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14424
14425 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14426
14427         * spam.el (spam-verify-bogofilter): Add new function.
14428         (spam-check-bogofilter)
14429         (spam-bogofilter-register-with-bogofilter): Use it.
14430         (spam-verify-bogofilter): Add small fixes.
14431
14432 2004-09-28  Simon Josefsson  <jas@extundo.com>
14433
14434         * hashcash.el (hashcash-generate-payment): Revert.
14435
14436 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14439         gnus-extract-references instead of gnus-split-references.
14440
14441         * gnus-util.el (gnus-extract-references): Add new function, analogous
14442         to gnus-split-references but extracts only the message-ID without
14443         anything extra.
14444
14445         * hashcash.el (hashcash-generate-payment)
14446         (hashcash-check-payment): Do the right thing if hashcash-path is
14447         nil (because the hashcash program could not be found).
14448
14449         * spam.el (spam-use-hashcash): Remove comment.
14450
14451 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14452
14453         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14454         (gnus-cache-enter-article, gnus-cache-remove-article)
14455         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14456
14457         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14458
14459         * gnus-art.el (article-hide-boring-headers)
14460         (article-translate-strings, article-display-face)
14461         (gnus-article-mime-match-handle-first)
14462         (gnus-article-highlight-headers)
14463         (gnus-article-add-buttons-to-head): do.
14464
14465 2004-09-27  Simon Josefsson  <jas@extundo.com>
14466
14467         * hashcash.el: New version, from
14468         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14469         ../contrib/.
14470
14471 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14474
14475 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14476
14477         * gnus-dup.el (gnus-dup-open): Use mapc.
14478         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14479
14480         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14481         Reported by Stefan Wiens <s.wi@gmx.net>.
14482
14483         * gnus.el (gnus-shutdown): Use dolist.
14484
14485         * gnus-undo.el (gnus-undo): Use mapc.
14486
14487         * nnrss.el (nnrss-generate-active): do.
14488
14489         * message.el (message-cite-original-without-signature)
14490         (message-cite-original): Use mapc.
14491         (message-do-actions, message-make-forward-subject): Use dolist.
14492
14493 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14494
14495         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14496         deletion to remove entire duplicate line.  Fixes merged article
14497         number bug.
14498
14499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14500
14501         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14502         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14503         first ask if you want to open a server and then, even when you
14504         responded with no, asking if you want to synchronize the server's
14505         flags.
14506         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14507         multi-line expressions.
14508         (gnus-agent-synchronize-group-flags): New internal function.
14509         Updates marks in memory (in the info structure) AND in the
14510         backend.
14511
14512         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14513
14514         * nnagent.el (nnagent-request-set-mark): Use
14515         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14516         method, to ensure that synchronization updates marks in the
14517         backend and in the info (in memory) structure.
14518
14519 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14522         convention fully; don't miss the root article of a thread; make
14523         the X-Draft-From header with correct article numbers.
14524
14525 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14526
14527         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14528         unless plugged.  Disable the agent so that an open failure causes
14529         an error.
14530
14531         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14532         Reverted 2004-09-21 change.  The backend must be opened while
14533         synchronizing flags even when the backend stores the flags
14534         locally.
14535
14536 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14539         in `header' match.  Reported by Svend Tollak Munkejord.
14540
14541         * message.el (message-cite-original): Fix use of
14542         `message-cite-articles-with-x-no-archive'.
14543
14544 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14547         (gnus-window-to-buffer): Ditto.
14548
14549         * mml.el (mml-preview-buffer): New variable.
14550         (mml-preview): Manage window layout with gnus-buffer-configuration.
14551
14552         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14553         X-Draft-From header even if those articles aren't quoted.
14554
14555 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14556
14557         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14558         (gnus-request-set-mark, gnus-request-update-mark): Use new
14559         g-s-t-u-l-m to decide to use backend even when unplugged.
14560
14561 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14564         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14565
14566 2004-09-20  Simon Josefsson  <jas@extundo.com>
14567
14568         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14569         "utf-16-le".
14570
14571 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14572
14573         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14574
14575 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * uudecode.el (uudecode-use-external): Add :version.
14578
14579         * smime.el (smime-CA-file, smime-encrypt-cipher)
14580         (smime-dns-server): Add :version.
14581
14582         * smiley.el (gnus-smiley-file-types): Add :version.
14583
14584         * sha1.el (sha1-use-external): Add :version.
14585
14586         * pgg-def.el (pgg-query-keyserver): Add :version.
14587
14588         * nnmail.el (nnmail-fancy-expiry-targets)
14589         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14590         Add :version.
14591
14592         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14593         (nnimap-retrieve-groups-asynchronous): Add :version.
14594         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14595
14596         * mml.el (mml-content-disposition-parameters)
14597         (mml-insert-mime-headers-always): Add :version.
14598
14599         * mm-util.el (mm-coding-system-priorities): Add :version.
14600
14601         * mm-decode.el (mm-inline-text-html-with-images)
14602         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14603         (mm-verify-option): Add :version.
14604         (mm-text-html-renderer): Change :version.
14605
14606         * message.el (message-fcc-externalize-attachments)
14607         (message-required-headers, message-draft-headers)
14608         (message-subject-trailing-was-query)
14609         (message-subject-trailing-was-ask-regexp)
14610         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14611         (message-mark-insert-end, message-archive-header)
14612         (message-archive-note, message-cross-post-default)
14613         (message-cross-post-note, message-followup-to-note)
14614         (message-cross-post-note-function, message-use-mail-followup-to)
14615         (message-subscribed-address-functions)
14616         (message-subscribed-address-file, message-subscribed-addresses)
14617         (message-subscribed-regexps, message-allow-no-recipients)
14618         (message-yank-cited-prefix, message-signature-insert-empty-line)
14619         (message-hidden-headers, message-hierarchical-addresses)
14620         (message-mail-user-agent, message-use-idna)
14621         (message-valid-fqdn-regexp)
14622         (message-strip-special-text-properties, message-header-synonyms)
14623         (message-beginning-of-line, message-tab-body-function): Add :version.
14624         (message-insert-canlock, message-wide-reply-confirm-recipients):
14625         Change :version.
14626
14627         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14628         and :version.
14629         (mail-source-delete-old-incoming-confirm)
14630         (mail-source-movemail-program): Add :version.
14631
14632         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14633         (gnus-agent-cache, gnus-agent): Change :version.
14634
14635         * gnus-util.el (gnus-use-byte-compile): Change :version.
14636
14637         * gnus-sum.el (gnus-summary-make-false-root-always)
14638         (gnus-summary-default-high-score)
14639         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14640         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14641         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14642         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14643         (gnus-sum-thread-tree-single-indent)
14644         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14645         (gnus-sum-thread-tree-leaf-with-other)
14646         (gnus-sum-thread-tree-single-leaf): Add :version.
14647         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14648         (gnus-article-loose-mime): Change :version.
14649
14650         * gnus-start.el (gnus-backup-startup-file)
14651         (gnus-save-startup-file-via-temp-buffer): Add :version.
14652
14653         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14654         (gnus-server-offline-face): Add :version.
14655
14656         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14657
14658         * gnus-msg.el (gnus-gcc-externalize-attachments)
14659         (gnus-debug-files, gnus-debug-exclude-variables)
14660         (gnus-discouraged-post-methods): Change :version.
14661         (gnus-confirm-mail-reply-to-news)
14662         (gnus-confirm-treat-mail-like-news): Add :version.
14663
14664         * gnus-int.el (gnus-server-unopen-status): Add :version.
14665
14666         * gnus-group.el (gnus-group-jump-to-group-prompt)
14667         (gnus-large-ephemeral-newsgroup)
14668         (gnus-fetch-old-ephemeral-headers): Add :version.
14669
14670         * gnus-fun.el (gnus-x-face-directory)
14671         (gnus-convert-pbm-to-x-face-command)
14672         (gnus-convert-image-to-x-face-command)
14673         (gnus-convert-image-to-face-command): Add :version.
14674
14675         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14676
14677         * gnus-cite.el (gnus-cite-blank-line-after-header)
14678         (gnus-article-boring-faces): Add :version.
14679
14680         * gnus-art.el (gnus-buttonized-mime-types)
14681         (gnus-inhibit-mime-unbuttonizing)
14682         (gnus-treat-display-face)
14683         (gnus-treat-body-boundary): Change :version.
14684         (gnus-body-boundary-delimiter, gnus-picon-databases)
14685         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14686         (gnus-treat-date-english, gnus-treat-fold-headers)
14687         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14688         (gnus-treat-mail-picon, gnus-treat-wash-html)
14689         (gnus-article-encrypt-protocol)
14690         (gnus-use-idna, gnus-article-over-scroll)
14691         (gnus-mime-display-multipart-alternative-as-mixed)
14692         (gnus-mime-display-multipart-related-as-mixed)
14693         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14694         (gnus-ctan-url, gnus-button-ctan-handler)
14695         (gnus-button-handle-ctan-bogus-regexp)
14696         (gnus-button-ctan-directory-regexp)
14697         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14698         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14699         (gnus-button-man-level, gnus-button-emacs-level)
14700         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14701
14702         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14703         (gnus-agent-go-online): Change :version.
14704         (gnus-agent-expire-unagentized-dirs)
14705         (gnus-agent-auto-agentize-methods): Add :version.
14706
14707         * flow-fill.el (fill-flowed-display-column)
14708         (fill-flowed-encode-column): Add :version.
14709
14710         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14711         (gnus-outlook-deuglify-unwrap-max)
14712         (gnus-outlook-deuglify-cite-marks)
14713         (gnus-outlook-deuglify-unwrap-stop-chars)
14714         (gnus-outlook-deuglify-no-wrap-chars)
14715         (gnus-outlook-deuglify-attrib-cut-regexp)
14716         (gnus-outlook-deuglify-attrib-verb-regexp)
14717         (gnus-outlook-deuglify-attrib-end-regexp)
14718         (gnus-outlook-display-hook): Add :version.
14719
14720         * binhex.el (binhex-use-external): Add :version.
14721
14722 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14725         and `invisible'.
14726
14727 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14728
14729         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14730         in gnus-registry-trim.
14731
14732 2004-09-13  Simon Josefsson  <jas@extundo.com>
14733
14734         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14735
14736         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14737
14738         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14739         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14740         <yamaoka@jpl.org>.
14741         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14742         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14743         <yamaoka@jpl.org>.
14744
14745         * sieve.el (sieve-manage-mode): Ditto.
14746
14747 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14750
14751 2004-09-11  Simon Josefsson  <jas@extundo.com>
14752
14753         * dns-mode.el: Add.
14754
14755         * mm-view.el (mm-display-dns-inline): Add.
14756
14757         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14758         (mm-automatic-display): Ditto.
14759
14760         * mailcap.el (mailcap-mime-data): Add text/dns.
14761         (mailcap-mime-extensions): Map .soa to text/dns.
14762
14763 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14764
14765         * gnus-art.el (article-decode-mime-words, article-babel)
14766         (gnus-article-highlight-signature, gnus-article-add-buttons)
14767         (gnus-signature-toggle): Remove unnecessary bindings of
14768         `inhibit-read-only' inherited from v5.10 merge.
14769
14770 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * nntp.el (nntp): New customization group.
14773         (nntp-authinfo-file): Add customization group.
14774
14775         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14776
14777         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14778
14779         * gnus.el (to-address, to-list, subscribed)
14780         (large-newsgroup-initial): Ditto.
14781
14782         * flow-fill.el (fill-flowed-display-column)
14783         (fill-flowed-encode-column): Ditto.
14784
14785 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14786
14787         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14788         Use point-min rather than 1.
14789         (message-send-mail): Use buffer-size rather than point-max.
14790
14791         * gnus-sum.el (gnus-summary-search-article-forward):
14792         Signal a specific `search-failed' rather than a generic `error'.
14793
14794         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14795         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14796         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14797
14798 2004-09-10  Simon Josefsson  <jas@extundo.com>
14799
14800         * nndb.el (require): Remove tcp and duplicate cl.
14801
14802 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-agent.el (directory-files-and-attributes): Move forward.
14805
14806 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14807
14808         * gnus-agent.el (directory-files-and-attributes): Optionally
14809         defined to support XEmacs.
14810
14811 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14812
14813         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14814         to avoid run-time CL dependencies.
14815         (gnus-agent-unfetch-articles): New function.
14816         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14817         article numbers even when local .overview file is missing.
14818         (gnus-agent-read-article-number): New function.  Only accepts
14819         27-bit article numbers.
14820         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14821         gnus-agent-read-article-number.
14822         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14823         from backend while recognizing that article numbers in .overview
14824         must be valid.
14825         (gnus-agent-update-files-total-fetched-for): Use
14826         directory-files-and-attributes to improve performance.
14827         * gnus-int.el (gnus-request-move-article): Use
14828         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14829         improve performance.
14830
14831         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14832         some users confused by references to .newsrc when they only have a
14833         .newsrc.eld file.
14834         (gnus-convert-mark-converter-prompt)
14835         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14836         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14837         New function.  Used internally to only display 'gnus converting
14838         files' message when actually necessary.
14839
14840         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14841         methods now autoloaded.
14842
14843 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14846         identifiers.
14847
14848 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * gnus-picon.el: Fix indentation and closing parenthesis.
14851
14852 2004-09-01  Simon Josefsson  <jas@extundo.com>
14853
14854         * message.el (message-canlock-generate): Require sha1, not
14855         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14856         to require within a function.  Sadly, if sha1.el isn't loaded, the
14857         let binding in m-c-g will hide the defcustom definition, which is
14858         bad.)
14859
14860         * canlock.el: Require sha1, not sha1-el.
14861
14862         * message.el: Don't autoload sha1 (there is a autoload cookie in
14863         sha1.el).
14864
14865         * sha1-el.el: Renamed to sha1.el.
14866
14867 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14868
14869         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14870
14871 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14872
14873         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14874
14875 2004-08-30  Kim F. Storm  <storm@cua.dk>
14876
14877         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14878
14879         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14880         Add :group 'nnimap.
14881
14882 2004-08-30  Andreas Schwab  <schwab@suse.de>
14883
14884         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14885         ?* and ?\;.
14886
14887         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14888         and ?\' to symbol instead of whitespace.
14889
14890 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14893
14894         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14895         instead of re-search-forward.
14896
14897         * gnus-uu.el (gnus-uu-save-article): Ditto.
14898         (gnus-uu-post-encode-uuencode): Ditto.
14899
14900         * html2text.el (html2text-clean-list-items): Ditto.
14901         (html2text-clean-dtdd): Ditto.
14902         (html2text-format-tags): Ditto.
14903
14904         * message.el (message-send-mail-with-sendmail): Fix regexp.
14905         (message-fill-field-general): Use search-forward instead of
14906         re-search-forward.
14907         (unbold-region): Ditto.
14908
14909         * nnrss.el (nnrss-request-article): Ditto.
14910
14911         * nnslashdot.el (nnslashdot-request-article): Ditto.
14912
14913         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14914
14915         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14916         "Unrecognized menu descriptor" error in XEmacs.
14917
14918 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14919
14920         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14921         parent article of a sparse article in the thread hashtb.
14922
14923 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14924
14925         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14926         (nnmail-expand-newtext): Lowercase expanded entries if
14927         nnmail-split-lowercase-expanded is non-nil.
14928
14929 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14932
14933         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14934         of gnus-tmp-news-method into string under XEmacs.  It will be
14935         passed to gnus-correct-length which takes only a string argument.
14936
14937 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus-util.el (gnus-bind-print-variables): New macro.
14940         (gnus-prin1): Use it.
14941         (gnus-prin1-to-string): Use it.
14942         (gnus-pp): New function.
14943         (gnus-pp-to-string): New function.
14944
14945         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14946         Replace pp-to-string with gnus-pp-to-string.
14947         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14948         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14949         * gnus-msg.el (gnus-debug): Ditto.
14950         * gnus-score.el (gnus-score-save): Ditto.
14951         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14952         gnus-pp-to-string.
14953         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14954         with gnus-pp.
14955         * score-mode.el (gnus-score-pretty-print): Ditto.
14956         * webmail.el (webmail-debug): Ditto.
14957
14958 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * gnus-art.el (article-display-face, article-display-x-face):
14961         Use buffer-read-only.
14962
14963 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * gnus-art.el (article-hide-list-identifiers):
14966         Bind inhibit-read-only as t.
14967
14968 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14971
14972 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14973
14974         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14975         (gnus-narrow-to-page): Don't assume point-min == 1.
14976         (gnus-article-edit-mode): Derive from message-mode.
14977
14978         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14979         point-min == 1.
14980
14981         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14982         Disable incorrect use of `assert'.
14983
14984         * message.el (message-mode): Set comment-start-skip.
14985
14986
14987 2004-08-22  Sam Steingold  <sds@gnu.org>
14988
14989         * pop3.el (pop3-leave-mail-on-server): New user variable.
14990         (pop3-movemail): Delete mail only when it is nil.
14991
14992 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14995
14996         * mml.el (mml-preview): Use `pop-to-buffer'.
14997
14998         * message.el (message-goto-mail-followup-to): Insert after "To".
14999         (message-carefully-insert-headers): Add comment.
15000
15001         * gnus.el: Remove unused variable `gnus-article-check-size'.
15002
15003         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15004
15005         * gnus-art.el (gnus-button-alist): Improve
15006         `gnus-button-handle-library' entry.
15007
15008 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15009
15010         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15011         downcase, since XEmacs capitalizes error messages differently.
15012
15013 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15014
15015         * nntp.el: Add (require 'gnus) due to reference to
15016         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15017
15018 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15019
15020         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15021         `mm-fill-flowed'.
15022
15023         * mm-decode.el (mm-dissect-singlepart): Check it.
15024
15025 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15026
15027         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15028         'imap' for netrc parsing.
15029
15030 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15031
15032         * mailcap.el (mailcap-mime-data): Mark as risky.
15033
15034 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15037         may be included in the encoded word.
15038         (rfc2047-encode): Don't append a space if the encoded word
15039         includes close parenthesis.
15040
15041 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15044         of text within parentheses.
15045
15046 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15047
15048         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15049         (gnus-encrypt-write-file-contents): Make the password key the file
15050         name PLUS the cipher, not just the cipher.  Also remove failed
15051         passwords from the cache.
15052
15053 2004-08-06  Simon Josefsson  <jas@extundo.com>
15054
15055         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15056         fix.
15057
15058 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15061         LWSP.
15062
15063 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15064
15065         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15066         to append in-reply-to: data to the references: header.
15067
15068         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15069         (netrc-parse): Use gnus-encrypt.el functions.
15070
15071         * gnus-encrypt.el: Add new file for encryption support; currently
15072         does only a few GPG ciphers and an internal XOR cipher.
15073
15074         * password.el: Add comments on using password-read-and-add.
15075         (password-read-and-add): Add function to read and add the
15076         password to the cache at once.
15077
15078 2004-07-28  Simon Josefsson  <jas@extundo.com>
15079
15080         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15081         parameter (but don't use it, for now).
15082
15083         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15084         instead of hard coding to nil.
15085
15086 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15089         as mm-inline-image-xemacs does.
15090
15091 2004-07-26  Simon Josefsson  <jas@extundo.com>
15092
15093         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15094         Revert part of 2004-07-17 change below.
15095
15096 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15099         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15100
15101 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15102
15103         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15104         quotes that actually start with ">" at the beginning of the
15105         lines.
15106
15107 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * rfc2047.el (rfc2047-encode-region): Fix last change.
15110         (rfc2047-encode-parameter): Remove useless concat.
15111
15112 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15115         encode special characters; fix some kind of misconfigured headers;
15116         signal a real error if debug-on-quit or debug-on-error is non-nil.
15117         (rfc2047-encode-max-chars): New variable.
15118         (rfc2047-encode-1): Use it.
15119         (rfc2047-encode-parameter): New function.
15120
15121         * mml.el (mml-insert-parameter): Remove an excessive space.
15122
15123 2004-07-17  Simon Josefsson  <jas@extundo.com>
15124
15125         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15126         Kai Grossjohann <kai@emptydomain.de>.
15127         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15128         (gnus-group-make-menu-bar): Ditto.
15129
15130         * gnus-util.el (gnus-group-server): Add.
15131
15132 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15133
15134         * message.el (message-clone-locals): Clone sendmail and smtp
15135         variables.
15136
15137 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * rfc2047.el (rfc2047-encode-region): Fix last change.
15140
15141 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15144         characters as non-special.
15145
15146 2004-07-09  Simon Josefsson  <jas@extundo.com>
15147
15148         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15149         Users will lose all flag changes made while unplugged with
15150         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15151         good default.  See numerous reports on ding mailing list.
15152
15153 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15156         add generate-head-function and generate-article-function to the
15157         rfc822-forward entry.
15158         (nndoc-rfc822-forward-generate-article): New function.
15159         (nndoc-rfc822-forward-generate-head): New function.
15160
15161         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15162
15163 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15164
15165         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15166         respect display group parameter and gnus-summary-expunge-below.
15167         (gnus-articles-to-read): Remove unused reference to display group
15168         parameter.
15169
15170 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15171
15172         * nnheader.el (nnheader-uniquify-message-id): New experimental
15173         variable.
15174         (nnheader-nov-read-message-id): Use it.
15175
15176         * spam-report.el (spam-report-gmane): Add interactive.
15177
15178 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15181         qp-or-base64 for the application/* types.
15182
15183 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15184
15185         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15186
15187 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15188
15189         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15190         trim value.
15191
15192 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15193
15194         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15195         New macro and function.
15196         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15197
15198 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15201         after-load-alist.
15202
15203 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15204
15205         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15206         update info that isn't there.
15207
15208 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15209
15210         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15211         entry.
15212
15213 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * mm-view.el (mm-inline-render-with-function): Use multibyte
15216         buffer; decode html source by charset.
15217
15218         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15219
15220         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15221         Mule-UCS is loaded under XEmacs.
15222         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15223
15224 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15225
15226         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15227
15228 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * mm-util.el (mm-coding-system-p): Return a coding-system.
15231         (mm-mime-mule-charset-alist): Use shift_jis instead of
15232         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15233         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15234         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15235         instead of japanese-shift-jis and iso-latin-1 respectively in
15236         order to share the default value with both Emacs and XEmacs-mule.
15237         (mm-mule-charset-to-mime-charset): Make
15238         mm-coding-system-priorities effective.
15239         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15240         while predicating of candidates upon the priorities.
15241
15242 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15243
15244         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15245         gnus-uu-invert-processable.
15246
15247         * gnus.el: Autoload gnus-uu-invert-processable.
15248
15249 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * mm-util.el (mm-with-multibyte-buffer): New macro.
15252
15253         * rfc2047.el (rfc2047-encode-string): Use it.
15254         (rfc2047-encode-region): Move point to the end of the region after
15255         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15256
15257 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15260         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15261
15262 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15265         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15266         Karl Chen <quarl@nospam.quarl.org>.
15267
15268 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15269
15270         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15271         invalid addresses.
15272
15273 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15274
15275         * spam.el: Change section markers, revise TODO list.
15276         (spam-backends): Make new master list of all installed backends.
15277         (spam-summary-exit-behavior): Add new variable to determine how
15278         messages moves are done at summary exit.
15279         (spam-move-spam-nonspam-groups-only)
15280         (spam-process-ham-in-nonham-groups)
15281         (spam-process-ham-in-spam-groups): Remove variables, the
15282         spam-summary-exit-behavior variable should be used to manage this
15283         behavior.
15284         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15285         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15286         and spam-old-spam-articles.
15287         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15288         Add empty variables, placeholders for the backends they represent.
15289         (spam-set-difference): Move, unchanged.
15290         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15291         unless the user has a processor variable.
15292         (spam-classifications, spam-classification-valid-p)
15293         (spam-backend-properties, spam-backend-property-valid-p)
15294         (spam-backend-function-type-valid-p)
15295         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15296         (spam-report-articles-gmane, spam-report-articles-resend):
15297         Remove functions, they are not needed.
15298         (spam-install-backend-super, spam-backend-list)
15299         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15300         (spam-backend-function, spam-backend-ham-registration-function)
15301         (spam-backend-spam-registration-function)
15302         (spam-backend-ham-unregistration-function)
15303         (spam-backend-spam-unregistration-function)
15304         (spam-backend-statistical-p, spam-backend-mover-p)
15305         (spam-install-backend-alias, spam-install-checkonly-backend)
15306         (spam-install-mover-backend, spam-install-nocheck-backend)
15307         (spam-install-backend, spam-install-statistical-backend)
15308         (spam-install-statistical-checkonly-backend): Add backend installation
15309         support.
15310         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15311         (spam-group-processor-p): Use the new backend code and respect the
15312         summary exit behavior.
15313         (spam-mark-spam-as-expired-and-move-routine): Remove.
15314         (spam-summary-prepare): Change to use the new spam-old-articles
15315         variable.
15316         (spam-copy-or-move-routine, spam-copy-spam-routine)
15317         (spam-move-spam-routine, spam-copy-ham-routine)
15318         (spam-move-ham-routine): Add code to copy/move ham or spam.
15319         (spam-fetch-field-fast): Improve doc and code, plus allow the
15320         'number request.
15321         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15322         variables.
15323         (spam-split, spam-find-spam): Use the new backend code.
15324         (spam-registration-functions): Remove variable.
15325         (spam-unregister-routine): Add convenience wrapper.
15326         (spam-log-undo-registration, spam-register-routine)
15327         (spam-log-processing-to-registry)
15328         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15329         where possible.
15330         (spam-check-gmane-xref, spam-check-regex-headers)
15331         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15332         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15333         (spam-check-bogofilter-headers, spam-check-spamoracle)
15334         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15335         (spam-check-crm114-headers): Use the spam-split-group that
15336         spam-split prepares, no need to determine it every time.
15337
15338         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15339         to the nnheader-parse-naked-head call.
15340
15341         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15342
15343         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15344         the nnheader-nov-read-message-id call.
15345
15346 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15349         gnus-activate-group twice.  Suggested by Markus Peter
15350         <warp@spin.de>.
15351
15352 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-art.el (gnus-article-time-format): Exchange the order of
15355         day and month in the default value; fix customization type.
15356         (article-date-ut): Use add-text-properties.
15357         (article-make-date-line): Use message-make-date instead of
15358         current-time-string.
15359
15360         * message.el (message-fetch-field): Don't use set-text-properties.
15361         (message-make-date): Simplify.
15362
15363         * messagexmas.el (message-xmas-make-date): New function.
15364         (message-xmas-redefine): Defalias message-make-date to it.
15365
15366 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15369         (rfc2047-encode-region): Treat text within parentheses as special;
15370         show the original text when error has occurred.
15371
15372         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15373         already-computed method to gnus-activate-group.
15374
15375         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15376         same select-methods identical Lisp objects.
15377
15378         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15379         object when modifying the info.
15380
15381 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15384         gnus-opened-servers since it has never been opened with the new
15385         configuration yet.
15386
15387 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15390         arg to nnheader-generate-fake-message-id.
15391
15392 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15393
15394         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15395         number and build a fake message ID localized to a group and
15396         article number (so it's repeatable from that point on).
15397         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15398         ID format.
15399
15400         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15401         nnheader-generate-fake-message-id with the article number.
15402
15403 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15404
15405         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15406         end-of-buffer.
15407
15408 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15409
15410         * message.el (message-ignored-supersedes-headers): Add Approved.
15411
15412 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15415         goto-char.
15416         (rfc2047-encode): Fold the line before encoding.
15417
15418 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15419
15420         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15421         folding -- not all headers can be folded, and this should be done
15422         by the message composition mode.  Probably.  I think.
15423
15424 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15427         fast.
15428
15429         * gnus-ems.el (gnus-remove-image): Don't use
15430         message-text-with-property; remove only the image found first.
15431
15432         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15433         found first.
15434
15435 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15436
15437         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15438
15439 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * message.el (message-text-with-property): Make it fast and accept
15442         optional arguments.
15443         (message-strip-forbidden-properties): Use it.
15444         (message-fix-before-sending): Follow the m-t-w-p change.
15445
15446         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15447
15448 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-art.el (article-hide-headers): Don't change the buffer
15451         mistakenly when performing mml-preview even if
15452         gnus-single-article-buffer is nil.
15453
15454 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15455
15456         * message.el (message-expand-name-databases): New user option.
15457         (message-expand-name): Use it.
15458
15459 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15460
15461         * spam.el (spam-report-articles-resend)
15462         (spam-report-resend-register-routine): Allow ham reporting.
15463         (spam-report-resend-register-ham-routine): Add wrapper.
15464         (spam-registration-functions): Add ham resending functions.
15465         (spam-list-of-processors): Add ham resend processor.
15466
15467         * gnus.el (ham-resend-to): Add new group parameter.
15468         (spam-process): Add ham resend option.
15469
15470         * spam-report.el (spam-report-resend): Allow reporting ham.
15471         (spam-report-resend-ham): Add wrapper.
15472
15473 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15474
15475         * message.el (message-cite-articles-with-x-no-archive): New
15476         variable.
15477         (message-cite-original): Use it.
15478
15479 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15480
15481         * message.el (message-cite-original): Respect X-No-Archive.
15482
15483 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * gnus-art.el (article-hide-headers): Refer to the values for
15486         gnus-ignored-headers and gnus-visible-headers in the summary
15487         buffer since a user may have set them as group parameters.
15488
15489 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15490
15491         * assistant.el (assistant-node-name): Add convenience function.
15492         (assistant-render-text, assistant-render-node): Add error handling,
15493         plus handle multiple next nodes.
15494         (assistant-find-next-node): Comment out for now.
15495         (assistant-find-next-nodes): Add function, returns list of next
15496         nodes.
15497
15498 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * mail-source.el (mail-source-directory): Fix doc-string.
15501
15502 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15503
15504         * assistant.el (assistant-render-text, assistant-eval): Add :set
15505         widget type, which is different because it takes and returns a
15506         list.  Much hilarity ensues.
15507
15508 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15511
15512         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15513         doc-string.
15514
15515         * gnus-start.el (gnus-activate-group): Added doc-string.
15516
15517 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15518
15519         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15520
15521 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15522
15523         * assistant.el (assistant-render-text): Try to add a :set
15524         widget, more to come.
15525
15526         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15527         strings.
15528         (spam-report-articles-resend)
15529         (spam-register-routine): Do registration iff any articles warrant
15530         it.
15531         (spam-summary-prepare-exit): Change log message for nil group
15532         destinations.
15533
15534 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15535
15536         * spam.el (spam-report-resend-register-routine): Allow
15537         spam-report-resend-to to be a group parameter or a global value.
15538
15539 2004-05-26  Simon Josefsson  <jas@extundo.com>
15540
15541         * starttls.el: Merge with my GNUTLS based starttls.el.
15542         (starttls-gnutls-program, starttls-use-gnutls)
15543         (starttls-extra-arguments, starttls-process-connection-type)
15544         (starttls-connect, starttls-failure, starttls-success): New
15545         variables.
15546         (starttls-program, starttls-extra-args): Doc fix.
15547         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15548         functions.
15549         (starttls-negotiate, starttls-open-stream): Check
15550         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15551         function if it is set.
15552
15553 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15556         structured fields.
15557
15558 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15561
15562 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15563
15564         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15565         variable.
15566         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15567         assigning the spam-mark to new messages.
15568
15569 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15570
15571         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15572
15573 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15576
15577         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15578         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15579         default.
15580
15581 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15582
15583         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15584         correct data.
15585
15586 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15587
15588         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15589         (spam-group-processor-p): Fix function.
15590         (spam-group-processor-multiple-p)
15591         (spam-group-spam-processor-report-gmane-p)
15592         (spam-group-spam-processor-report-resend-p)
15593         (spam-group-spam-processor-bogofilter-p)
15594         (spam-group-spam-processor-blacklist-p)
15595         (spam-group-spam-processor-ifile-p)
15596         (spam-group-ham-processor-ifile-p)
15597         (spam-group-spam-processor-spamoracle-p)
15598         (spam-group-spam-processor-crm114-p)
15599         (spam-group-ham-processor-bogofilter-p)
15600         (spam-group-spam-processor-stat-p)
15601         (spam-group-ham-processor-stat-p)
15602         (spam-group-ham-processor-whitelist-p)
15603         (spam-group-ham-processor-BBDB-p)
15604         (spam-group-ham-processor-spamoracle-p)
15605         (spam-group-ham-processor-copy-p): Remove functions with some
15606         prejudice against unneeded code.
15607         (spam-report-articles-resend)
15608         (spam-report-resend-register-routine): Allow the group/topic
15609         spam-resend-to value to override spam-report-resend-to.
15610         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15611         properly now.
15612
15613         * gnus.el (spam-resend-to): Add group/topic parameter.
15614         (spam-process): Move the OBSOLETE processors to the end of the
15615         choices.
15616
15617 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15618
15619         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15620         with resend-to set to nil, and then ask the user if necessary.
15621         (spam-report-resend): spam-report-resend takes a list of articles, not
15622         separate article numbers.
15623
15624 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15627         addition to emacs-w3m.
15628
15629 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15630
15631         * assistant.el (assistant-authinfo-data): New function.
15632         (assistant-eval): Eval for entire assistant.
15633
15634         * netrc.el (netrc-services-file): New variable.
15635         (netrc-parse-services): New function.
15636         (netrc-find-service-name): New function.
15637         (netrc-find-service-number): New function.
15638         (netrc-port-equal): New function.
15639         (netrc-machine): Use it.
15640
15641         * nnimap.el (nnimap-open-connection): Use netrc.
15642
15643         * gnus-util.el (gnus-netrc-get): Remove aliases.
15644
15645         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15646
15647         * assistant.el (wid-edit): Fix compilation.
15648
15649         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15650
15651 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15652
15653         * gnus-util.el (gnus-set-file-modes): New function.  (small
15654         patch).
15655
15656 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15657
15658         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15659
15660         * assistant.el (assistant-render-node): Fix up rendering and
15661         read-only text.
15662         (assistant-render-node): Reset.
15663         (assistant-make-read-only): Not sticky.
15664
15665 2004-05-20  Danny Siu  <dsiu@adobe.com>
15666
15667         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15668         centered even when gnus-auto-center-summary is t.
15669
15670 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15671
15672         * dns.el (dns-get-txt-answer): New function.
15673         (dns-read-txt): Ditto.
15674         (query-dns): Use it.
15675
15676 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15677
15678         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15679         active for foreign groups even if the group level is higher than
15680         the specified value.
15681
15682 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15683
15684         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15685         non-active groups.
15686
15687         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15688
15689 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15690
15691         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15692
15693 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15694
15695         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15696         (spam-crm114-header, spam-crm114-spam-switch)
15697         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15698         (spam-crm114-positive-spam-header)
15699         (spam-crm114-database-directory, spam-list-of-processors)
15700         (spam-group-spam-processor-crm114-p)
15701         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15702         (spam-generic-score, spam-list-of-checks)
15703         (spam-list-of-statistical-checks, spam-registration-functions)
15704         (spam-check-crm114-headers, spam-crm114-score)
15705         (spam-check-crm114, spam-crm114-register-with-crm114)
15706         (spam-crm114-register-spam-routine)
15707         (spam-crm114-unregister-spam-routine)
15708         (spam-crm114-register-ham-routine)
15709         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15710         asjo@koldfront.dk (Adam Sjøgren).
15711
15712         * gnus.el: Add spam-use-crm114.
15713
15714         * spam.el (spam-list-of-processors, spam-registration-functions):
15715         Add spam-use-resend.
15716         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15717         (spam-report-articles-gmane): Add doc fix.
15718         (spam-report-articles-resend, spam-report-resend-register-routine):
15719         Add wrappers around spam-report-resend-to.
15720
15721         * spam-report.el (spam-report-resend-to, spam-report-resend):
15722         Add support for resending spam.
15723         (spam-report-gmane): Fix line length >80.
15724
15725         * gnus.el (spam-process): Add spam-use-resend.
15726
15727 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15728
15729         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15730         number of processed spam messages.
15731         (spam-ham-copy-or-move-routine): Return the number of processed
15732         ham messages.
15733         (spam-summary-prepare-exit): Use the above values to decide
15734         whether status messages shouled be displayed.
15735
15736 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15739         `rfc2047-encoding-function-alist' in order to avoid conflicting
15740         with the old version.
15741         (rfc2047-encode-region): Concatenate words containing non-ASCII
15742         characters in structured fields; don't encode space-delimited
15743         ASCII words even in unstructured fields; don't break words at
15744         char-category boundaries.
15745         (rfc2047-encode-1): New function.
15746         (rfc2047-encode): Use it; encode text so that it occupies the
15747         maximum width within 76-column; work correctly on Q encoding for
15748         iso-2022-* charsets.
15749         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15750         sure not to break a line just after the header name.
15751         (rfc2047-b-encode-region): Removed.
15752         (rfc2047-b-encode-string): New function.
15753         (rfc2047-q-encode-region): Removed.
15754         (rfc2047-q-encode-string): New function.
15755
15756         * mm-util.el (mm-replace-in-string): New function.
15757
15758 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15759
15760         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15761         get it right.
15762         (gnus-inews-make-draft): Really.
15763
15764 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15765
15766         * nnmh.el (nnmh-request-list-1): Don't check the link count
15767         before descending.  (small patch)
15768
15769 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15770
15771         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15772         stuff.
15773
15774         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15775         on real group name.
15776
15777         * gnus-art.el (gnus-signature-limit): Doc fix.
15778
15779         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15780
15781         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15782
15783 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15784
15785         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15786         isn't a string.
15787
15788 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15789
15790         * gnus-draft.el (gnus-draft-send): Bind
15791         rfc2047-encode-encoded-words.
15792
15793         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15794         (rfc2047-encodable-p): Say that =? needs encoding.
15795         (rfc2047-encode-encoded-words): New variable.
15796
15797         * gnus-group.el (gnus-group-select-group): Doc fix.
15798
15799         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15800
15801         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15802         to nil.
15803
15804         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15805
15806         * nnheader.el (nnheader-get-lines-and-char): New function.
15807
15808 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * gnus-msg.el (gnus-summary-followup-with-original): Document
15811         yanking of region when active.
15812
15813 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15816         groups if the group level is higher than the specified value.
15817
15818 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15821         (gnus-group-jump-to-group): Added prefix argument using
15822         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15823         non-active group.
15824
15825         * compface.el (uncompface): Be verbose when changing
15826         `uncompface-use-external'.
15827
15828         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15829         handle manual section.
15830
15831 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15832
15833         * gnus-art.el (gnus-button-alist): Revert previous change.
15834
15835 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15836
15837         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15838
15839 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15840
15841         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15842         whether backend can accept message.
15843
15844         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15845
15846 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15847
15848         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15849         Avoid creating directory when nntp-marks-is-evil is true.
15850         Reported by Reiner Steib.
15851
15852 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * gnus-picon.el (gnus-picon-style): New variable.
15855         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15856         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15857         Jesper Harder <harder@ifa.au.dk>.
15858
15859 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15860
15861         * message.el (message-fill-field): Return point.
15862         (message-generate-headers): Go to end of field.
15863
15864         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15865         stuff for non-living groups.
15866
15867 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15868
15869         * gnus-art.el (gnus-article-followup-with-original)
15870         (gnus-article-reply-with-original): gnus-mark-active-p ->
15871         gnus-region-active-p.
15872
15873 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15876         only when there is spam or ham to be processed.
15877
15878 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15879
15880         * mail-source.el (mail-source-delete-crash-box): Refactor.
15881         (mail-source-fetch): Use it.
15882         (mail-source-fetch-file): Ditto.
15883         (mail-source-fetch-directory): Run postscript in loop.
15884         (mail-source-fetch-pop): Delete.
15885         (mail-source-fetch-maildir): Ditto.
15886         (mail-source-fetch-imap): Ditto.
15887
15888         * imap.el (imap-authenticators): Comment out sasl.
15889
15890         * message.el (message-skip-to-next-address): New function.
15891         (message-fill-header-address): Refactor.
15892         (message-fill-address): Use it.
15893         (message-delete-address): Use it.
15894         (message-fill-header-general): Refactor.
15895         (message-fill-field-address): Rename.
15896         (message-narrow-to-field): Find the start of the header.
15897         (message-header-format-alist): Don't pre-fill.
15898         (message-fill-header): Removed.
15899         (message-insert-header): New function.
15900         (message-shorten-references): Use it.
15901
15902         * rfc2047.el (rfc2047-field-value): Strip props.
15903
15904         * mail-parse.el (mail-header-make-address): New alias.
15905
15906         * ietf-drums.el (ietf-drums-make-address): New function.
15907
15908         * imap.el: Add compiler directives.
15909
15910         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15911
15912         * gnus-art.el (article-decode-idna-rhs): Don't use
15913         message-idna-inside-rhs-p.
15914
15915 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916
15917         * message.el (message-idna-inside-rhs-p): Removed.
15918         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15919
15920         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15921         false positives.
15922
15923 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15924
15925         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15926
15927 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15928
15929         * nneething.el (nneething-file-name): Don't create spurious
15930         files.
15931
15932         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15933         (gnus-inews-do-gcc): Remove sleep.
15934
15935         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15936         part under point.
15937
15938         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15939         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15940
15941 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15942
15943         * spam.el (spam-summary-prepare-exit): Fixed (length).
15944
15945 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15946
15947         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15948         as expired without moving it" message when there are spam
15949         messages left.
15950
15951 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15952
15953         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15954         header is not nil.
15955
15956 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15957
15958         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15959         nntp-possibly-create-directory, not nntp-possibly-change-group.
15960         (nntp-marks-changed-p): New arg SERVER.
15961         (nntp-request-update-info): Adjust caller.
15962
15963 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15964
15965         * nntp.el (nntp-save-marks): Pass missing arg.
15966
15967 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15968
15969         * nntp.el: Support marks.
15970         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15971         (nntp-marks-modtime, nntp-marks-directory): New variables.
15972         (nntp-request-set-mark, nntp-request-update-info)
15973         (nntp-possibly-create-directory, nntp-marks-changed-p)
15974         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15975         functions.
15976
15977 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15978
15979         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15980         (gnus-xmas-redefine): Rename.
15981
15982         * gnus-score.el (gnus-score-insert-help): Use
15983         gnus-select-lowest-window.
15984
15985         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15986         appt-select-lowest-window and rename to gnus-select-lowest-window.
15987
15988         * gnus.el: do.
15989
15990 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15991
15992         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15993         encodings of MIME-encoded words, in order to improve
15994         interoperability with several broken MUAs.
15995
15996 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15997
15998         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15999         tags, only when charsets are not specified in headers.
16000         (mm-inline-text-html-render-with-w3m): Ditto.
16001
16002         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16003         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16004
16005 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16006
16007         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16008         instead of MIME-decoded from fields when checking
16009         `gnus-article-address-banner-alist'.
16010
16011 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16012
16013         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16014         description rather than subject.
16015
16016 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16017
16018         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16019
16020 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16021
16022         * gnus.el (gnus-version-number): Bump.
16023
16024 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16025
16026         * gnus.el: No Gnus v0.2 is released.
16027
16028 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029
16030         * gnus-agent.el (gnus-agent-read-agentview): Inline
16031         gnus-uncompress-range.
16032
16033 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16034
16035         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16036         `exec-installed-p'.
16037
16038 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16039
16040         * gnus.el (spam-process, spam-autodetect-methods): Add
16041         bsfilter and bsfilter-headers.
16042
16043         * spam.el (spam-bsfilter): New customize group.
16044         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16045         (spam-bsfilter-header, spam-bsfilter-probability-header)
16046         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16047         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16048         (spam-bsfilter-database-directory): New options.
16049         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16050         (spam-list-of-statistical-checks, spam-registration-functions):
16051         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16052         (spam-bsfilter-score): New command.
16053         (spam-check-bsfilter-headers, spam-check-bsfilter)
16054         (spam-bsfilter-register-with-bsfilter)
16055         (spam-bsfilter-register-spam-routine)
16056         (spam-bsfilter-unregister-spam-routine)
16057         (spam-bsfilter-register-ham-routine)
16058         (spam-bsfilter-unregister-ham-routine): New functions.
16059         (spam-generic-score): Support bsfilter; Accept an optional argument
16060         to recalcurate spam score even if scoring header has already been
16061         added.
16062         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16063         optional argument to recalcurate spam score even if scoring header
16064         has already been added.
16065
16066 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16067
16068         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16069         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16070         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16071         link is missing.
16072
16073 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16074
16075         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16076         (html2text-get-attr): Rewrite.
16077
16078         * message.el (message-setup-1): Remove redundant put-text-property
16079         on mail-header-separator.
16080
16081 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16082
16083         * gnus-registry.el (gnus-registry-cache-whitespace)
16084         (gnus-registry-action, gnus-registry-spool-action)
16085         (gnus-registry-split-fancy-with-parent): Change message levels
16086         from 5 to 3 or 7, as needed.
16087
16088         * spam.el (spam-summary-prepare-exit)
16089         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16090         (spam-split, spam-find-spam, spam-log-undo-registration)
16091         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16092         level from 5 to 6.
16093
16094 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16095
16096         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16097         2004-03-04 change).
16098
16099 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16100
16101         * sieve-manage.el (sieve-manage-open):
16102         * nnweb.el (nnweb-insert-html):
16103         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16104         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16105         * nnspool.el (nnspool-request-group):
16106         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16107         * nnml.el (nnml-request-update-info):
16108         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16109         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16110         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16111         (nnimap-request-set-mark):
16112         * nnfolder.el (nnfolder-request-update-info):
16113         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16114         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16115         * gnus-uu.el (gnus-uu-find-articles-matching):
16116         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16117         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16118         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16119         * gnus-nocem.el (gnus-nocem-scan-groups):
16120         * gnus-int.el (gnus-start-news-server):
16121         * gnus-group.el (gnus-group-make-kiboze-group)
16122         (gnus-group-browse-foreign-server):
16123         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16124         Use mapc when appropriate.
16125
16126 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         FIXME: Make separate entries for each person.
16129
16130         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16131         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16132         <shields@msrl.com>:
16133
16134         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16135         may need for spam sorting and scoring.
16136         (spam-user-format-function-S): Add user format function suitable for
16137         general use.
16138         (spam-article-sort-by-spam-status): Add sorting function for summary
16139         sorting.
16140         (spam-extra-header-to-number): Add function to get a score from a
16141         header.
16142         (spam-summary-score): Add function to get a numeric score from the
16143         headers.
16144         (spam-generic-score): Fix function doc, was in wrong place.
16145         (spam-initialize): Take symbols when it's run, and install the
16146         extra headers that spam-necessary-extra-headers thinks we need.
16147
16148 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16149
16150         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16151         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16152
16153 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16154
16155         * gnus-sum.el (gnus-set-global-variables)
16156         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16157         (gnus-article-get-xrefs, gnus-summary-best-group)
16158         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16159         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16160         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16161         Use with-current-buffer.
16162
16163 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16164
16165         * spam.el (spam-summary-prepare-exit): Simplify logic.
16166         (spam-fetch-article-header): Read the article header if it's not
16167         available.
16168         (spam-list-articles): Simplify logic.
16169         (spam-filelist-register-routine): Fix bug with unregister-list.
16170
16171         * gnus-registry.el: Fix comments at beginning.
16172
16173 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16174
16175         * message.el (message-cater-to-broken-inn): Remove.
16176         (message-shorten-references): Make sure the total folded length of
16177         References is shorter than 998 characters to cater to a bug in INN
16178         2.3.  Also, don't pretend that references aren't folded -- this
16179         hasn't worked for a while.
16180
16181 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16182
16183         * gnus-agent.el (gnus-agentize):
16184         gnus-agent-send-mail-real-function no longer set to current value
16185         of message-send-mail-function but rather a lambda that calls
16186         message-send-mail-function.  The change makes the agent real-time
16187         responsive to user changes to message-send-mail-function.
16188
16189 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16190
16191         * legacy-gnus-agent.el
16192         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16193         help from Florian Weimer <fw@deneb.enyo.de>
16194
16195 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * nnmail.el (nnmail-cache-insert): Revert last change.
16198
16199 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * nnmail.el (nnmail-cache-insert): Always check whether
16202         nnmail-cache-ignore-groups matches a group name.
16203
16204 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16205
16206         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16207         (spam-find-spam, spam-log-processing-to-registry)
16208         (spam-log-registered-p, spam-log-unregistration-needed-p)
16209         (spam-log-undo-registration): Use gnus-message instead of
16210         gnus-error, none of these errors are fatal.
16211
16212         * gnus-registry.el (gnus-registry-clean-empty-function)
16213         (gnus-registry-clean-empty): Remove only empty entries without
16214         extra data.
16215
16216 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16217
16218         * spam-stat.el (spam-stat-buffer-change-to-spam)
16219         (spam-stat-buffer-change-to-non-spam): Change (error) to
16220         (gnus-message 8) invocation.
16221
16222 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * nntp.el (nntp-via-netcat-command): New variable.
16225         (nntp-via-netcat-switches): New variable.
16226         (nntp-open-via-rlogin-and-netcat): New function.
16227         (nntp-open-connection-function): Doc fix.
16228         (nntp-telnet-command): Doc fix.
16229         (nntp-end-of-line): Doc fix.
16230         (nntp-via-rlogin-command): Doc fix.
16231         (nntp-via-user-name): Doc fix.
16232         (nntp-via-address): Doc fix.
16233
16234 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16235
16236         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16237         error in Emacs 21.1.
16238
16239 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16242
16243 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16244
16245         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16246         (gnus-agent-with-refreshed-group): New macro.
16247         (gnus-agent-rename-group): New function.
16248         (gnus-agent-delete-group): New function.
16249         (gnus-agent-save-group-info): Use gnus-command-method when
16250         `method' parameter is nil.  Don't write nil entries into the
16251         active file.
16252         (gnus-agent-get-group-info): New function.
16253         (gnus-agent-fetch-articles): Use
16254         gnus-agent-update-files-total-fetched-for to increment disk space
16255         used.
16256         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16257         gnus-agent-update-view-total-fetched-for to increment disk space
16258         used.
16259         (gnus-agent-get-local): Added optional parameters to avoid calling
16260         gnus-group-real-name and gnus-find-method-for-group.
16261         (gnus-agent-set-local): Delete stored entry if either min, or max,
16262         are nil.
16263         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16264         quit, use gnus-agent-regenerate-group to record existance of any
16265         articles fetched to disk before the quit occurred.
16266         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16267         gnus-agent-update-view-total-fetched-for, and
16268         gnus-agent-update-files-total-fetched-for to decrement disk space
16269         used.
16270         (gnus-agent-retrieve-headers): Use
16271         gnus-agent-update-view-total-fetched-for to increment disk space
16272         used.
16273         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16274         with gnus-agent-update-files-total-fetched-for to decrement disk
16275         space and fresh group buffer.
16276         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16277         (gnus-agent-need-update-total-fetched-for): New variable.
16278         (gnus-agent-update-files-total-fetched-for): New function.
16279         (gnus-agent-update-view-total-fetched-for): New function.
16280         (gnus-agent-total-fetched-for): New function.
16281
16282         * gnus-cache.el (gnus-cache-save-buffers): Use
16283         gnus-cache-update-overview-total-fetched-for to change disk space
16284         used by this group.
16285         (gnus-cache-possibly-enter-article): Use
16286         gnus-cache-update-file-total-fetched-for to increment disk space
16287         used by this group.
16288         (gnus-cache-possibly-remove-article): Use
16289         gnus-cache-update-file-total-fetched-for to decrement disk space
16290         used by this group.
16291         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16292         (gnus-cache-rename-group): New function.
16293         (gnus-cache-delete-group): New function.
16294         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16295         (gnus-cache-need-update-total-fetched-for): New variable.
16296         (gnus-cache-with-refreshed-group): New macro.
16297         (gnus-cache-update-file-total-fetched-for): New function.
16298         (gnus-cache-update-overview-total-fetched-for): New function.
16299         (gnus-cache-rename-group-total-fetched-for): New function.
16300         (gnus-cache-delete-group-total-fetched-for): New function.
16301         (gnus-cache-total-fetched-for): New function.
16302
16303         * gnus-group.el: Require gnus-sum and autoload functions to
16304         resolve warnings when gnus-group.el compiled alone.
16305         (gnus-group-line-format): Documented new %F.
16306         (size of Fetched data) group line format; identifies disk space
16307         used by agent and cache.
16308         (gnus-group-line-format-alist): Defined new F format.
16309         (gnus-total-fetched-for): New function.
16310         (gnus-group-delete-group): No longer update
16311         gnus-cache-active-altered as gnus-request-delete-group now keeps
16312         the cache in sync.
16313         (gnus-group-list-active): Let the agent store a server's active
16314         list if currently plugged.
16315
16316         * gnus-int.el (gnus-request-delete-group):
16317         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16318         local disk in sync with the server.
16319         (gnus-request-rename-group):
16320         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16321         local disk in sync with the server.
16322
16323         * gnus-start.el (gnus-get-unread-articles):
16324         Cosmetic simplification to logic.
16325
16326         * gnus-util.el (gnus-rename-file): New function.
16327
16328 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16329
16330         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16331
16332 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16333
16334         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16335         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16336
16337 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16338
16339         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16340         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16341
16342 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16343
16344         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16345
16346 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16347
16348         * spam.el (spam-set-difference): Add function to replace
16349         gnus-set-difference in spam.el.
16350         (spam-summary-prepare-exit): Use spam-set-difference.
16351
16352 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16353
16354         * gnus-registry.el (gnus-registry-cache-file): Update to use
16355         gnus-dribble-directory OR gnus-home-directory OR ~.
16356         (gnus-registry-split-fancy-with-parent): Fix doc.
16357
16358 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * message.el (message-exchange-point-and-mark): Use
16361         message-mark-active-p.  Suggested by Jesper Harder
16362         <harder@ifa.au.dk>.
16363
16364 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * message.el (message-exchange-point-and-mark): Don't activate
16367         region if it was inactive.  Suggested by Hiroshi Fujishima
16368         <pooh@nature.tsukuba.ac.jp>.
16369
16370 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-art.el (article-display-face): Display Faces in the same
16373         order as X-Faces.
16374
16375 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16378
16379 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16382         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16383         (gnus-article-mime-hierarchy): Remove.
16384         (gnus-article-mime-hierarchy-next): Remove.
16385         (gnus-article-mode): Revert 2004-03-19 change.
16386         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16387         (gnus-insert-mime-button): Revert 2004-03-19 change.
16388         (gnus-mime-accumulate-hierarchy): Remove.
16389         (gnus-mime-enter-multipart): Remove.
16390         (gnus-mime-leave-multipart): Remove.
16391         (gnus-mime-display-part): Revert 2004-03-19 change.
16392         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16393
16394         * mml.el (mml-preview): Revert 2004-03-19 change.
16395
16396 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16397
16398         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16399
16400 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16403         t while entering a file name using the mm-with-multibyte macro.
16404         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16405
16406         * mm-util.el (mm-with-multibyte): New macro.
16407
16408 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16411         user option.
16412         (gnus-mime-multipart-functions): Doc and customization fix.
16413         (gnus-article-mime-hierarchy): New variable.
16414         (gnus-article-mime-hierarchy-next): New variable.
16415         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16416         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16417         gnus-article-mime-hierarchy-next to nil.
16418         (gnus-insert-mime-button): Show hierarchy numbers.
16419         (gnus-mime-accumulate-hierarchy): New function.
16420         (gnus-mime-enter-multipart): New function.
16421         (gnus-mime-leave-multipart): New function.
16422         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16423         (gnus-mime-display-alternative): Show hierarchy numbers.
16424
16425         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16426         gnus-article-mime-hierarchy-next to nil.
16427
16428 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16429
16430         * dns.el: Don't require gnus-xmas.
16431
16432 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16433
16434         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16435         inline PGP.
16436         (mml-menu): Disable mml-quote-region if mark is inactive.
16437
16438 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16441         when the group's active is not available.
16442
16443 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16446         error.
16447
16448 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * imap.el (imap-store-password): New variable.
16451         (imap-interactive-login): Use it.
16452         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16453
16454 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16457         window-start and hscroll to summary window.
16458
16459 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16460
16461         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16462         conversion message to newsrc-dribble when an actual conversion is
16463         performed.
16464
16465 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16466
16467         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16468
16469 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * mm-decode.el (mm-complicated-handles): New function reviving
16472         former definition of mm-multiple-handles.
16473
16474         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16475         (gnus-mime-delete-part): Use it.
16476
16477 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16478
16479         * gnus-agent.el (gnus-agent-read-local): Bind
16480         nnheader-file-coding-system to gnus-agent-file-coding-system to
16481         avoid the implicit assumption that they will always be equal.
16482         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16483         coding-system-for-write, as the with-temp-file macro first prints
16484         to a buffer then saves the buffer.
16485
16486 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * gnus-art.el (gnus-article-edit-part): New function.
16489         (gnus-mime-save-part-and-strip): Use it; do query instead of
16490         signaling an error; don't use mm-multiple-handles.
16491         (gnus-mime-delete-part): Ditto.
16492
16493 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16494
16495         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16496         old file versions.
16497         (gnus-group-prepare-hook): Removed function that converted list
16498         form of gnus-agent-expire-days to group properties.
16499
16500         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16501         (gnus-request-accept-article): Re-indented.
16502
16503         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16504         converters to handle old agent file formats.  Added logic for a
16505         "backup before upgrading warning".
16506         (gnus-convert-mark-converter-prompt): Developers can mark
16507         functions as needing (default), or not needing,
16508         gnus-convert-old-newsrc's "backup before upgrading warning".
16509         (gnus-convert-converter-needs-prompt): Tests whether the user
16510         should be protected from potentially irreversable changes by the
16511         function.
16512
16513         * legacy-gnus-agent.el: New.  Provides converters that are only
16514         loaded when gnus-convert-old-newsrc needs to call them.
16515
16516 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * mail-source.el (mail-source-touch-pop): Doc fix.
16519
16520         * message.el (message-smtpmail-send-it): Doc fix.
16521
16522 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16523
16524         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16525
16526         * nnmail.el (nnmail-split-fancy): do.
16527
16528         * gnus-kill.el (gnus-kill, gnus-execute): do.
16529
16530 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16531
16532         * gnus-sum.el (gnus-widget-reversible-match)
16533         (gnus-widget-reversible-to-internal)
16534         (gnus-widget-reversible-to-external): New functions.
16535         (gnus-widget-reversible): New widget.
16536         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16537
16538 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16539
16540         * gnus-sum.el (gnus-thread-sort-functions)
16541         (gnus-article-sort-functions): Document `(not F)' items.
16542
16543 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16544
16545         * spam.el (spam-use-gmane-xref): Add new backend.
16546         (spam-gmane-xref-spam-group): Add variable to control the name of the
16547         Gmane spam group.
16548         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16549         (spam-regex-headers-spam, spam-regex-headers-ham)
16550         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16551         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16552         backends and checks.
16553         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16554
16555         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16556         an autodetect method.
16557
16558 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16559
16560         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16561         articles are being added to a group.
16562         (gnus-request-replace-article): Inform the agent that articles
16563         need to be uncached as the cached contents are no longer valid.
16564
16565 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * binhex.el: Don't autoload executable-find.
16568
16569         * canlock.el: Don't autoload mail-fetch-field.
16570
16571         * dgnushack.el: Autoload c-mode for XEmacs.
16572
16573         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16574
16575         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16576         rmail-dont-reply-to and rmail-output.
16577
16578         * gnus-score.el: Don't autoload ffap-string-at-point.
16579
16580         * gnus-setup.el: Don't autoload sc-cite-original.
16581
16582         * imap.el: Don't autoload base64-decode-string,
16583         base64-encode-string and md5.
16584
16585         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16586         and rmail-msg-restore-non-pruned-header.
16587
16588         * mm-decode.el: Don't autoload executable-find.
16589
16590         * mm-url.el: Don't autoload executable-find.
16591
16592         * mm-view.el: Don't autoload diff-mode.
16593
16594         * nndb.el: Don't autoload news-reply-mode, news-setup,
16595         cancel-timer and telnet.
16596
16597         * password.el: Don't autoload run-at-time for Emacs.
16598
16599         * sha1-el.el: Don't autoload executable-find.
16600
16601         * sieve-mode.el: Don't autoload c-mode.
16602
16603         * uudecode.el: Don't autoload executable-find.
16604
16605 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16606
16607         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16608         (gnus-agent-possibly-alter-active): Avoid null in numeric
16609         comparison.
16610         (gnus-agent-set-local): Refuse to save null in local object table.
16611         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16612         list of articles that will be marked as unread.
16613
16614 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16617
16618 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16619
16620         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16621         language tags.
16622
16623 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16624
16625         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16626         Don't bind "obarray".
16627
16628         * gnus-sum.el (gnus-thread-sort-functions): Added
16629         `gnus-thread-sort-by-most-recent-number' and
16630         `gnus-thread-sort-by-most-recent-date'.
16631         Reported by Kai Grossjohann <kai@emptydomain.de>.
16632
16633 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16636
16637 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16638
16639         * gnus-cus.el (gnus-agent-customize-category): Removed
16640         ignore-errors macro reference that required cl to be loaded at
16641         run-time.
16642
16643         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16644         single-interval range of the form (min . max).  Previously the
16645         range had to look like ((min . max)).  Likewise, return
16646         (min . max) rather than ((min . max)).
16647         (gnus-range-map): Use gnus-range-normalize to accept
16648         single-interval range.
16649
16650         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16651         the cache, but not the agent, now appear with their usual face.
16652
16653         * dgnushack.el (loaddir): New variable that is bound to the
16654         directory containing the dgnushack.el file. Use loaddir, rather
16655         than srcdir, to update load-path. Change lets dgnushack compile
16656         code in directories other than GNUS/lisp.
16657
16658 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * lpath.el: Don't bind w3m-safe-url-regexp.
16661
16662         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16663         w3m-safe-url-regexp variable buffer-local.
16664
16665         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16666
16667 2004-02-27  Simon Josefsson  <jas@extundo.com>
16668
16669         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16670         gnus-group-real-prefix.
16671         (gnus-summary-move-article): Use it, instead of
16672         gnus-group-real-prefix.
16673
16674 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * lpath.el: Bind w3m-safe-url-regexp.
16677
16678         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16679         w3m-safe-url-regexp variable buffer-local and set it as the value
16680         of mm-w3m-safe-url-regexp.
16681
16682         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16683
16684         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16685         parsing gnus-posting-styles when the message is not for replying.
16686
16687         * dgnushack.el: Autoload sgml-mode for XEmacs.
16688
16689         * nnrss.el (nnrss-opml-export): Use
16690         mm-set-buffer-file-coding-system instead of
16691         set-buffer-file-coding-system.
16692
16693 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16694
16695         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16696         of checkdoc.el).
16697         * nnrss.el: do.
16698         * gnus-mlspl.el: do.
16699         * gnus-ml.el: do.
16700         * gnus-srvr.el: do.
16701
16702         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16703
16704 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16705
16706         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16707         Corrections to custom-manual links.
16708
16709         * gnus-art.el (gnus-article): Ditto.
16710
16711         * mm-decode.el (mime-display, mime-security): Ditto.
16712
16713 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16714
16715         * flow-fill.el: Typo.
16716
16717 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16718
16719         * spam-wash.el: New file.
16720
16721 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16722
16723         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16724
16725 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16728         to be run with new-articles as LIST1, not LIST2.
16729         (spam-registration-functions): Add spam-use-ham-copy as a nil
16730         registration backend.
16731
16732 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16733
16734         * spam-stat.el (spam-stat-washing-hook): New option.
16735         (spam-stat-buffer-words): Use it.
16736         (spam-stat-process-directory, spam-stat-test-directory): Use
16737         insert-file-contents-literally.
16738         (spam-stat-coding-system): New variable.
16739         (spam-stat-load, spam-stat-save): Use it.
16740
16741 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * spam-report.el (spam-report-plug-agent): Quote
16744         spam-report-url-to-file and spam-report-url-ping-plain.
16745
16746 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16747
16748         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16749         / in mailto URLs.
16750
16751 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * spam-report.el (spam-report-process-queue): Fix interactive use.
16754         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16755         (spam-report-unplug-agent): Doc fixes.
16756         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16757         (spam-report-agentize, spam-report-deagentize): Autoload.
16758
16759 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16762
16763         * message.el (message-setup-fill-variables): Add mml tags to
16764         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16765         <ajk@iu.edu>.
16766         (message-mode): Don't modify paragraph-separate there.
16767
16768 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * compface.el (uncompface-use-external): Default to undecided.
16771         (uncompface-use-external-threshold): New variable.
16772         (uncompface-float-time): New macro.
16773         (uncompface): Determine whether to use the external decoder if
16774         uncompface-use-external is undecided.
16775
16776 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16779         after images.
16780
16781         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16782
16783 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16784
16785         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16786
16787         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16788
16789         * gnus-sum.el (gnus-summary-limit-to-age)
16790         (gnus-summary-limit-children): do.
16791
16792         * gnus-int.el (gnus-request-scan): do.
16793
16794         * gnus-group.el (gnus-group-suspend): do.
16795
16796         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16797
16798         * gnus-cite.el (gnus-cite-parse-attributions): do.
16799
16800         * gnus-agent.el (gnus-summary-set-agent-mark)
16801         (gnus-agent-regenerate-group): do.
16802
16803         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16804
16805         * binhex.el (binhex-decode-region-internal): do.
16806
16807 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-fun.el (gnus-face-properties-alist): New user option.
16810         (gnus-display-x-face-in-from): Use it.
16811
16812         * gnus-art.el (article-display-face): Ditto.
16813
16814         * compface.el (uncompface-use-external): Default to nil.
16815
16816 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16817
16818         * nntp.el (nntp-erase-buffer): New function.
16819         (nntp-retrieve-data, nntp-send-command)
16820         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16821         (nntp-possibly-change-group): Use it.
16822
16823         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16824         with-current-buffer.
16825
16826 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16827
16828         * compface.el: Merge the ELisp-based uncompface program.
16829         (compface): New customization group.
16830         (uncompface-use-external): New user option.
16831         (uncompface): Call uncompface-internal if uncompface-use-external
16832         is nil.
16833         (uncompface-internal): New function.  Note that there are also
16834         some other functions and variables added for this function.
16835
16836 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16837
16838         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16839         if necessary.
16840
16841 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * spam-report.el (spam-report-unplug-agent)
16844         (spam-report-plug-agent, spam-report-deagentize)
16845         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16846         Add support for the Agent in spam-report: when unplugged, report to a
16847         file; when plugged, submit all the requests.
16848
16849         * spam.el (spam-register-routine): Fix message about
16850         registration.
16851
16852 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16853
16854         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16855         dependencies.
16856         (rfc2047-encode): Use it.
16857
16858         * gnus-art.el (gnus-button-marker-list): Move before first
16859         reference.
16860
16861         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16862         (imap-parse-body): Fix format string mismatch.
16863
16864         * gnus-score.el (gnus-summary-increase-score): do.
16865
16866         * nnrss.el (nnrss-close): New function.
16867
16868 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16869
16870         * nnrss.el (nnrss-make-filename): New function.
16871         (nnrss-request-delete-group, nnrss-read-server-data)
16872         (nnrss-save-server-data, nnrss-read-group-data)
16873         (nnrss-save-group-data): Use it.
16874         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16875         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16876         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16877
16878 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16879
16880         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16881
16882 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16885         files.
16886
16887         * message.el (message-generate-headers-first): Don't quote nil
16888         and t in docstrings.
16889
16890         * imap.el (imap-id): do.
16891
16892         * gnus-agent.el (gnus-agent-consider-all-articles)
16893         (gnus-agent-queue-mail): do.
16894
16895 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16896
16897         * spam-report.el (spam-report-process-queue): New function.
16898         Process requests from `spam-report-requests-file'.
16899         (spam-report-process-queue): Doc fix.
16900
16901 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * spam.el (spam-register-routine)
16904         (spam-log-processing-to-registry, spam-log-registered-p)
16905         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16906         Change "check" to "spam-check" for semi-clarity.
16907
16908 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16909
16910         * pop3.el: Require nnheader.
16911
16912         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16913
16914         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16915
16916         * gnus-picon.el: Require cl.
16917
16918         * gnus-fun.el: Require gnus-ems and gnus-util.
16919
16920         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16921
16922         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16923
16924         * gnus-art.el (gnus-article-edit-mode): Define before first
16925         reference.
16926
16927 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16928
16929         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16930         (gnus-uu-post-encoded): Use point-at-bol.
16931
16932         * gnus-topic.el (gnus-group-active-topic-p): do.
16933
16934         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16935
16936         * gnus-group.el (gnus-group-kill-region): do.
16937
16938         * gnus-art.el (article-date-ut): do.
16939
16940         * message.el (message-fetch-field): Remove redundant
16941         case-fold-search binding.
16942         (message-narrow-to-field): Simplify.
16943
16944 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * spam.el (spam-directory): Derive from `gnus-directory'.
16947
16948         * spam-report.el (spam-report-url-to-file)
16949         (spam-report-requests-file): New function and variable for offline
16950         reporting.
16951         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16952         and user defined function.
16953         (spam-report-url-ping-mm-url): Remove doubled slash.
16954
16955 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16956
16957         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16958
16959 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16960
16961         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16962         format string mismatch.
16963
16964         * sieve.el (sieve-deactivate-all): do.
16965
16966         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16967
16968         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16969
16970         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16971
16972         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16973
16974 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16975
16976         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16977         the list of checks.
16978
16979 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16980
16981         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16982         padding.
16983
16984 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16985
16986         * mm-view.el (mm-fill-flowed): New variable.
16987         (mm-inline-text): Use it.
16988
16989 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * spam.el (spam-spamassassin-register-ham-routine)
16992         (spam-spamassassin-register-spam-routine): Fix function names.
16993
16994 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus.el (gnus-tmp-grouplens): Remove.
16997         (gnus-summary-line-format): Remove grouplens.
16998
16999         * gnus-group.el (gnus-group-line-format): Ditto.
17000
17001         * gnus-spec.el (gnus-format-specs): Ditto.
17002         (gnus-update-format-specifications): Flush the group format spec
17003         cache if there's the grouplens stuff.
17004         (gnus-parse-simple-format): Replace %l with the empty string.
17005
17006 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17007
17008         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17009         omission.
17010
17011 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17012
17013         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17014         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17015
17016 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17017
17018         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17019         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17020         New macros and functions.
17021         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17022         Handle > NLINK_MAX messages.
17023         * nnmaildir.el (nnmaildir-request-set-mark): Use
17024         nnmaildir--emlink-p and nnmaildir--eexist-p.
17025
17026 2004-01-25  Alex Schroeder  <alex@gnu.org>
17027
17028         * spam-stat.el (spam-stat-process-directory-age): New option.
17029         (spam-stat-process-directory): Use it.
17030
17031 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17032
17033         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17034         (spam-stat-save): Accept prefix argument.
17035
17036 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17037
17038         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17039         links" error.
17040
17041 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17044         the rest of the and/or forms.
17045
17046 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17049         compatibility with old .newsrc.eld files.
17050
17051         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17052
17053         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17054
17055         * gnus-start.el (gnus-1): do.
17056
17057         * gnus-group.el (gnus-group-line-format-alist): do.
17058
17059         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17060
17061         * gnus-gl.el: Remove.
17062
17063 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17064
17065         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17066         marks consisting of a single range {for example, (3 . 5)} rather
17067         than a list of a single range { ((3 . 5)) }.
17068
17069 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17070
17071         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17072         with-current-buffer.
17073         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17074         avoid consing a string.
17075
17076         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17077         Remove obsolete entries for big5 and gb2312.
17078
17079 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17080
17081         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17082         uncompressed list.
17083
17084 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * spam-stat.el (spam-stat-strip-xref): New function.
17087         (spam-stat-process-directory): Use it.
17088
17089         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17090         here -- it's done in message-fetch-field.
17091
17092 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17093
17094         * gnus-agent.el (gnus-agent-queue-mail)
17095         (gnus-agent-prompt-send-queue): New variables.
17096         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17097         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17098         "nndraft:queue" along to gnus-draft-send.  Use
17099         gnus-agent-prompt-send-queue.
17100         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17101         is "nndraft:queue".  Suggested by Gaute Strokkenes
17102         <gs234@srcf.ucam.org>
17103
17104         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17105         (agent-enable-undownloaded-faces): Added.
17106         (gnus-agent-cat-groups): Use eval-and-compile, not
17107         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17108         method of gnus-agent-cat-groups even when the buffer has been
17109         evaled.
17110         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17111         delete gnus-agent-save-active-1.
17112         (gnus-agent-save-groups): Deleted.  Identical to
17113         gnus-agent-save-active.
17114         (gnus-agent-write-active): No longer adjust agent's copy of active
17115         file as agent's adjustments are now stored in their own
17116         file.  Removed optional parameter.
17117         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17118         servers.  Add use of min/max range limits from server's local
17119         file.
17120         (gnus-agent-save-alist): Removed unused optional argument.
17121         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17122         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17123         (gnus-agent-set-local): A per-server file that keeps min/max range
17124         limits for articles known to the agent.  Provides a fast mechanism
17125         for altering many active ranges.
17126         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17127         active file (local makes it unnecessary).
17128         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17129
17130         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17131         (agent-enable-undownloaded-faces): Added.
17132
17133         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17134         disable it when sending to "nndraft:queue".
17135         (gnus-group-send-queue): Add safety check to avoid sending queue
17136         when unplugged.
17137
17138         * gnus-group.el (gnus-group-catchup): Use new
17139         gnus-sequence-of-unread-articles, not
17140         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17141         numbers of articles.  Use gnus-range-map to avoid having to
17142         uncompress the unread list.
17143         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17144         Fixed invalid ange-ftp reference.
17145
17146         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17147         (gnus-sorted-range-intersection): Intersection of two ranges
17148         without requiring that they first be uncompressed.
17149
17150         * gnus-start.el (gnus-activate-group): Unless blocked by the
17151         caller, possibly expand the active range to include both cached
17152         and agentized articles.
17153         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17154         multiple version-dependent converters.
17155         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17156         gnus-agent-save-active.
17157         (gnus-save-newsrc-file): Save dirty agent range limits.
17158
17159         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17160         gnus-agent-possibly-alter-active.
17161         (gnus-adjust-marked-articles): Faster handling of simple lists.
17162
17163 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17164
17165         * spam-stat.el (spam-stat-test-directory): New optional argument
17166         displays a list of files detected.  Suggested by Andrew Cohen
17167         <cohen@andy.bu.edu>.
17168         (spam-stat-buffer-words-with-scores): Don't narrow and change
17169         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17170
17171 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17172
17173         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17174         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17175         (spam-spamassassin-arguments)
17176         (spam-spamassassin-spam-flag-header)
17177         (spam-spamassassin-positive-spam-flag-header)
17178         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17179         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17180         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17181         (spam-list-of-processors, spam-list-of-checks)
17182         (spam-list-of-statistical-checks, spam-registration-functions)
17183         (spam-check-spamassassin-headers, spam-check-spamassassin)
17184         (spam-spamassassin-score)
17185         (spam-spamassassin-register-with-sa-learn)
17186         (spam-spamassassin-register-spam-routine)
17187         (spam-spamassassin-register-ham-routine)
17188         (spam-assassin-register-spam-routine)
17189         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17190         (spam-bogofilter-score): Fix to show article before scoring.
17191
17192 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17193
17194         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17195         default scoring function.
17196         (spam-generic-score): Call spam-spamassassin-score if
17197         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17198         spam-bogofilter-score otherwise.
17199
17200         * gnus.el (spam-process, spam-autodetect-methods): Add
17201         spamassassin and spamassassin-headers.
17202
17203 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17204
17205         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17206         Suppress unnecessary messages.
17207
17208 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17211         make-hash-table.
17212
17213 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * canlock.el (base64-encode-string): Don't autoload it.
17216
17217 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * run-at-time.el: Remove useless (require 'itimer),
17220         eval-and-compile and (featurep 'xemacs).
17221
17222 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17223
17224         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17225         GROUP is a virtual group.
17226
17227 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17228
17229         * gnus.el: Autoload `message-y-or-n-p'.
17230
17231 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * pgg-parse.el: Remove unnecessary (require 'custom).
17234
17235         * pgg-def.el: do.
17236
17237         * nnmail.el: do.
17238
17239         * gnus-undo.el: do.
17240
17241         * gnus-picon.el: do.
17242
17243         * gnus-util.el: do.
17244
17245 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17246
17247         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17248
17249 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17252         handle, as well as a list.
17253
17254         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17255         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17256         (mm-w3m-cid-retrieve): Simplify.
17257
17258 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17259
17260         * message.el (message-kill-to-signature): Allow prefix arg to
17261         specify number of lines to keep before signature.
17262
17263 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17264
17265         * message.el (message-kill-to-signature): Change docstring.
17266
17267 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * canlock.el: Always require sha1-el.
17270         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17271
17272         * message.el: Autoload sha1 only when compiling.
17273
17274         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17275         eudc-expand-inline for XEmacs.
17276
17277 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * message.el (message-canlock-generate): Require sha1-el.
17280
17281 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17282
17283         * message.el (message-expand-name): Silence the byte compiler.
17284
17285         * lpath.el: Add detect-coding-system.
17286
17287         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17288         cus-edit.
17289
17290 2004-01-13  Simon Josefsson  <jas@extundo.com>
17291
17292         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17293         Invoke gnus-score-mode.  Reported by
17294         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17295
17296         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17297         Jim Blandy <jimb@redhat.com> (tiny change).
17298
17299 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17300
17301         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17302
17303 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17304
17305         * spam.el (spam-get-article-as-string): Update to use
17306         gnus-request-article-this-buffer, much simpler.
17307         (spam-get-article-as-buffer): Remove.
17308
17309 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17310
17311         * message.el (message-expand-name): Use EUDC if the user uses that.
17312
17313 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17314
17315         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17316         character for the encoding to avoid consing a string.
17317
17318         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17319         unnecessarily.
17320
17321         * mm-util.el (mm-replace-chars-in-string): Remove.
17322
17323         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17324         of mm-replace-chars-in-string.
17325
17326 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17329
17330         * mm-util.el (mm-subst-char-in-string): Support inplace.
17331
17332         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17333         a new string in every iteration.  Use shy groups.
17334
17335 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17338         * gnus-soup.el (gnus-soup-group-brew):
17339         * gnus-msg.el (gnus-put-message):
17340         * gnus-move.el (gnus-group-move-group-to-server):
17341         * gnus-kill.el (gnus-batch-score):
17342         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17343         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17344         (gnus-group-update-group, gnus-group-read-group)
17345         (gnus-group-make-group, gnus-group-make-help-group)
17346         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17347         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17348         (gnus-group-sort-by-unread, gnus-group-catchup)
17349         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17350         (gnus-group-yank-group, gnus-group-set-info)
17351         (gnus-group-list-groups):
17352         * gnus.el (gnus-generate-new-group-name):
17353         * gnus-delay.el (gnus-delay-send-queue):
17354         * nnvirtual.el (nnvirtual-catchup-group):
17355         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17356         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17357         (gnus-group-prepare-topics, gnus-topic-check-topology):
17358         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17359         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17360         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17361         (gnus-group-make-articles-read):
17362         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17363         (gnus-group-change-level, gnus-kill-newsgroup)
17364         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17365         (gnus-get-unread-articles, gnus-make-articles-unread)
17366         (gnus-make-ascending-articles-unread): Use accessor
17367         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17368         to get group information for improved readability.
17369
17370
17371 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17372
17373         * gnus-art.el (article-decode-mime-words, article-babel)
17374         (gnus-article-highlight-signature, gnus-article-add-buttons)
17375         (gnus-signature-toggle): Use gnus-with-article-buffer.
17376
17377         * gnus-art.el (gnus-article-highlight-headers)
17378         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17379
17380         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17381         (gnus-article-set-globals, gnus-request-article-this-buffer)
17382         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17383         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17384         (gnus-mime-display-alternative): Use with-current-buffer.
17385
17386 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17387
17388         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17389         also under 80 char limit, and call gnus-error if needed.
17390         (spam-fetch-article-header): Fix - it was a
17391         buffer-local variable (gnus-newsgroup-data).
17392         (spam-find-spam): Use spam-generate-fake-headers, forget about
17393         spam-insert-fake-headers.
17394         (spam-insert-fake-headers): Remove.
17395
17396 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * deuglify.el (gnus-article-outlook-unwrap-lines)
17399         (gnus-outlook-rearrange-article)
17400         (gnus-outlook-repair-attribution-outlook)
17401         (gnus-outlook-repair-attribution-block)
17402         (gnus-outlook-repair-attribution-other): Remove redundant
17403         save-excursion.
17404
17405 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17406
17407         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17408         (spam-fetch-field-subject-fast)
17409         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17410         (spam-fetch-article-header): Add functions to deal with Gnus
17411         internals for fast retrieval of article header data.
17412         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17413
17414 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * pop3.el (pop3-md5): Remove.
17417         (pop3-apop): Replace pop3-md5 with md5.
17418
17419         * mm-bodies.el: base64 is always built-in.
17420
17421         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17422         with-current-buffer.
17423
17424 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * canlock.el (canlock-insert-header): Remove excessive grouping in
17427         regexp.
17428
17429         * gnus-sum.el (gnus-summary-read-document): Ditto.
17430
17431         * gnus-uu.el (gnus-uu-part-number): Ditto.
17432
17433         * html2text.el (html2text-remove-tags): Ditto.
17434         (html2text-format-tags): Ditto.
17435         (html2text-format-single-elements): Ditto.
17436
17437         * mml.el (mml-parse-1): Ditto.
17438
17439 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17440
17441         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17442
17443         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17444
17445         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17446
17447         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17448
17449 2003-11-15  Simon Josefsson  <jas@extundo.com>
17450
17451         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17452         (pgg-gpg-lookup-key): Use regexp match instead of
17453         split-string (split-string is different between emacs 21.2 and
17454         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17455
17456 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * gnus-art.el (gnus-mime-view-all-parts)
17459         (gnus-article-part-wrapper, gnus-article-view-part): Use
17460         with-current-buffer.
17461
17462 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * spam.el (spam-disable-spam-split-during-ham-respool)
17465         (spam-spamoracle-database, spam-cache-lookups)
17466         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17467         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17468         (spam-group-ham-marks, spam-group-spam-marks)
17469         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17470         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17471         also add spam-use-blackholes to the statistical checks.
17472         (spam-fetch-field-fast): Add interface to fetching fields, may
17473         become a macro.
17474         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17475         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17476         (spam-insert-fake-headers): Fake an article when needed.
17477         (spam-find-spam): Fake article when possible.
17478         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17479         (spam-check-bogofilter-headers): Use message-fetch-field instead
17480         of nnmail-fetch-field.
17481
17482 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17485
17486 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17487
17488         * spam.el (spam-split): Do not require spam-use-CHECK to be
17489         enabled if that check is passed to spam-split explicitly; also
17490         fix so 'spam doesn't get converted to spam-split-group when
17491         spam-split-symbolic-return is t.
17492         (spam-find-spam): Find registrations of the article and use those
17493         instead of re-running spam-split to find the spam/ham
17494         classification of the article.
17495         (spam-log-processing-to-registry, spam-log-registered-p)
17496         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17497         Use gnus-error instead of gnus-message.
17498         (spam-log-registration-type): Add function to determine the
17499         classification of a message based on registry entries; will
17500         return nil if both 'spam and 'ham are found.
17501         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17502         a reasonably fast local cache without the loading errors.
17503         (spam-cache-lookups): Set to t by default.
17504         (spam-find-spam): Don't try to guess spam-cache-lookups.
17505         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17506         spam-caches entry.
17507         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17508         caching of whitelist/blacklist entries.
17509         (spam-check-whitelist, spam-check-blacklist): Invoke
17510         spam-from-listed-p with a type, not a cache variable.
17511         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17512
17513 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17514
17515         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17516
17517         * nnmail.el (nnmail-split-fancy): do.
17518
17519         * mml.el (mml-parse): do.
17520
17521         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17522         (gnus-score-adaptive): do.
17523
17524 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17527         (gnus-mime-button-map): Don't set keymap parent.
17528         (gnus-button-ctan-directory-regexp): Use shy grouping.
17529         (gnus-prev-page-map): Don't set keymap parent.
17530         (gnus-prev-page-map): Remove duplicated one.
17531         (gnus-next-page-map): Don't set keymap parent.
17532         (gnus-mime-security-button-map): Ditto.
17533
17534         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17535         version number.
17536
17537         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17538
17539 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * canlock.el (canlock-sha1-function): Remove.
17542         (canlock-sha1-function-for-verify): Remove.
17543         (canlock-openssl-program): Remove.
17544         (canlock-openssl-args): Remove.
17545         (canlock-ignore-errors): Remove.
17546         (canlock-sha1-with-openssl): Remove.
17547         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17548         (canlock-verify): Don't use canlock-ignore-errors.
17549
17550         * sha1-el.el (sha1-string-external): Make it can return a string
17551         in binary form.
17552         (sha1-region-external): Ditto.
17553         (sha1-string-internal): Ditto.
17554         (sha1-region-internal): Ditto.
17555         (sha1-region): Ditto.
17556         (sha1-string): Ditto.
17557         (sha1): Ditto.
17558
17559 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17560
17561         * spam.el (spam-report-articles-gmane): New command.
17562
17563 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17564
17565         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17566
17567         * run-at-time.el (run-at-time-saved): Remove.
17568         (run-at-time): Doc fix.
17569
17570 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17573         (gnus-summary-limit-map): Add it.
17574         (gnus-summary-make-menu-bar): do.
17575
17576 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17577
17578         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17579         Make attempt at some caching support (done for BBDB only now).
17580         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17581         addresses to be checked.
17582         (spam-clear-cache-BBDB): Add function, to be invoked by
17583         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17584         (spam-check-BBDB): Check and use the caches, if
17585         spam-cache-lookups is on, remove superfluous (provide).
17586
17587 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17588
17589         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17590
17591 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17592
17593         * run-at-time.el (run-at-time-saved): Move to after the definition
17594         of `run-at-time'.
17595
17596         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17597
17598 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17599
17600         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17601         mm-w3m-local-map-property.
17602
17603         * mm-view.el (mm-w3m-mode-map): Remove.
17604         (mm-w3m-local-map-property): Remove.
17605         (mm-inline-text-html-render-with-w3m): Don't use
17606         mm-w3m-local-map-property.
17607
17608 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * run-at-time.el: New file.
17611
17612         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17613         under Emacs.
17614
17615         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17616         of gnus-set-text-properties.
17617
17618         * gnus-uu.el (gnus-uu-save-article): Ditto.
17619
17620         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17621
17622         * gnus-cite.el (gnus-cite-parse): Ditto.
17623
17624         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17625         of gnus-.
17626
17627         * gnus-xmas.el (run-at-time): Require run-at-time.
17628
17629         * gnus.el: Changed calls to nnheader-run-at-time and
17630         password-run-at-time throughout to use run-at-time directly.
17631
17632         * password.el: Removed definition of run-at-time.
17633
17634         * nnheaderxm.el: Remove definition of run-at-time.
17635
17636 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17637
17638         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17639         in prompt.
17640
17641 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17642
17643         * messagexmas.el (message-xmas-redefine): Alias
17644         `message-make-caesar-translation-table' to
17645         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17646         version.
17647
17648         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17649         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17650         `gnus-xmas-set-text-properties'.
17651         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17652         `gnus-xmas-completing-read'.
17653         (gnus-xmas-completing-read): Removed.
17654         (gnus-xmas-open-network-stream): Removed.
17655
17656         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17657         XEmacs version.
17658
17659         * dns.el (dns-make-network-process): Use `open-network-stream'
17660         instead of `gnus-xmas-open-network-stream'.
17661
17662         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17663
17664         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17665
17666 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17667
17668         * gnus-art.el (gnus-mime-display-alternative)
17669         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17670         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17671         Don't use gnus-local-map-property.
17672
17673         * gnus-util.el (gnus-local-map-property): Remove.
17674
17675         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17676         gnus-completing-read-maybe-default with completing-read.
17677
17678         * gnus-util.el (gnus-completing-read): do.
17679         (gnus-completing-read-maybe-default): Remove.
17680
17681 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17682
17683         * password.el: Only autoload `run-at-time' if not XEmacs.
17684         Only autoload the itimer functions if XEmacs.
17685
17686 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17689         XEmacsen.
17690
17691         * dgnushack.el: Autoload executable-find for XEmacs.
17692
17693 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * gnus-art.el (gnus-read-string): Remove.
17696         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17697         read-string.
17698
17699 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17700
17701         * netrc.el: Autoload password-read.
17702         (netrc): Add configuration group.
17703         (netrc-encoding-method, netrc-openssl-path): Add
17704         variables for encoding and decoding of files with symmetric
17705         ciphers.
17706         (netrc-encode): Add assistant function to encode a file with
17707         netrc-encoding-method.
17708         (netrc-parse): Add interactive parameter, added optional
17709         decoding if netrc-encoding-method is non-nil but otherwise
17710         behavior is standard.
17711         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17712         Do s/encode/encrypt/ everywhere.
17713
17714         * spam.el: Remove executable-find autoload.
17715
17716 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17717
17718         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17719
17720         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17721
17722 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * gnus-art.el (gnus-treat-ansi-sequences)
17725         (article-treat-ansi-sequences): New variable and function.
17726         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17727
17728         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17729         Use it.
17730
17731 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17732
17733         * mm-util.el (mm-quote-arg): Remove.
17734
17735         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17736         shell-quote-argument.
17737
17738         * gnus-uu.el (gnus-uu-command): do.
17739
17740         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17741
17742         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17743         with make-char.
17744
17745         * mm-util.el (mm-make-char): Remove.
17746
17747         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17748         add-minor-mode.
17749
17750         * gnus-undo.el (gnus-undo-mode): do.
17751
17752         * gnus-topic.el (gnus-topic-mode): do.
17753
17754         * gnus-sum.el (gnus-dead-summary-mode): do.
17755
17756         * gnus-start.el (gnus-slave-mode): do.
17757
17758         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17759
17760         * gnus-ml.el (gnus-mailing-list-mode): do.
17761
17762         * gnus-gl.el (gnus-grouplens-mode): do.
17763
17764         * gnus-draft.el (gnus-draft-mode): do.
17765
17766         * gnus-dired.el (gnus-dired-mode): do.
17767
17768         * gnus-ems.el (gnus-add-minor-mode): Remove.
17769
17770         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17771         Replace gnus-char-width with char-width.
17772
17773         * gnus-ems.el (gnus-char-width): Remove.
17774
17775         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17776         Replace gnus-char-width with char-width.
17777
17778         * gnus-ems.el (gnus-char-width): Remove.
17779
17780         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17781         definition.
17782         Remove Emacs 20 hash table compatibility code.
17783
17784         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17785         20 compatibility code.
17786
17787         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17788
17789         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17790
17791         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17792         with point-at-{eol,bol}.
17793
17794         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17795
17796         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17797
17798         * flow-fill.el (fill-flowed-point-at-bol)
17799         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17800
17801         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17802         Replace with point-at-{eol,bol} throughout all files.
17803
17804 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17805
17806         * ntlm.el (ntlm-string-as-unibyte): New macro.
17807         (ntlm-build-auth-response): Use it.
17808
17809         Remove Emacs 20 stuff:
17810         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17811         (butlast, mapc, remove): Remove the compiler macros.
17812         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17813         of delq and copy-sequence.
17814         * gnus-art.el (popup-menu): Remove the compiler macro.
17815         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17816         Emacs 20.
17817
17818 2004-01-05  Simon Josefsson  <jas@extundo.com>
17819
17820         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17821         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17822         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17823         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17824         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17825         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17826         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17827         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17828         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17829         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17830         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17831         string-xor into ntlm-string-xor.  Suggested by
17832         Jesper Harder <harder@myrealbox.com>.
17833
17834         * ntlm.el: Don't include poem.
17835
17836         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17837         Jesper Harder <harder@myrealbox.com>.
17838
17839         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17840
17841         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17842         probably breaks emacs with DL patch, but do we care? Is anyone
17843         still using the DL stuff?)
17844
17845         * sieve-manage.el: Use the password package.
17846         (sieve-manage-read-passwd): Remove.
17847         (sieve-manage-interactive-login): Use password.  Re-add
17848         condition-case around loop.
17849
17850         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17851         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17852         the password package.
17853
17854 2003-02-19  Simon Josefsson  <jas@extundo.com>
17855
17856         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17857         token.
17858
17859 2002-08-07  Simon Josefsson  <jas@extundo.com>
17860
17861         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17862         (sieve-manage-authenticators):
17863         (sieve-manage-authenticator-alist): Add some SASL mechs.
17864         (sieve-sasl-auth): New function.
17865         (sieve-manage-cram-md5-auth):
17866         (sieve-manage-plain-auth): Rewrite using SASL library.
17867         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17868         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17869         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17870         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17871
17872 2004-01-05  Simon Josefsson  <jas@extundo.com>
17873
17874         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17875         New files.
17876
17877 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17878
17879         * gnus-group.el (gnus-no-groups-message): Update.
17880
17881         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17882
17883 2003-11-09  Simon Josefsson  <jas@extundo.com>
17884
17885         * imap.el: Support for ID IMAP extension (RFC 2971).
17886         (imap-local-variables): Add imap-id.
17887         (imap-id): New variable.
17888         (imap-id): New function.
17889         (imap-parse-response): Parse untagged ID response.
17890         * nnimap.el (nnimap-id): New variable.
17891         (nnimap-open-connection): Use it.
17892
17893 2003-12-28  Simon Josefsson  <jas@extundo.com>
17894
17895         * gnus-score.el (gnus-score-edit-all-score): New.
17896         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17897
17898 2004-01-04  Simon Josefsson  <jas@extundo.com>
17899
17900         * password.el: Add.
17901
17902 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17903
17904         * dns.el (dns-query-types): Fix typo.
17905         (dns-query-types): New function.
17906         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17907         PTR and SOA replies, see RFC 1035.
17908
17909 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17910
17911         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17912
17913         * Moved to Changelog.2.
17914
17915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17916
17917         * gnus.el (gnus-version-number): Bump version.
17918
17919 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17920
17921         * gnus.el: No Gnus v0.1 is released.
17922
17923 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17924
17925         * gnus.el: No Gnus v0.0 is released.
17926
17927 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17928
17929         * gnus.el (gnus-version-number): Bump.
17930         (gnus-version): No.
17931
17932 See ChangeLog.2 for earlier changes.
17933
17934     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17935       Free Software Foundation, Inc.
17936
17937   This file is part of GNU Emacs.
17938
17939   GNU Emacs is free software: you can redistribute it and/or modify
17940   it under the terms of the GNU General Public License as published by
17941   the Free Software Foundation, either version 3 of the License, or
17942   (at your option) any later version.
17943
17944   GNU Emacs is distributed in the hope that it will be useful,
17945   but WITHOUT ANY WARRANTY; without even the implied warranty of
17946   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17947   GNU General Public License for more details.
17948
17949   You should have received a copy of the GNU General Public License
17950   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17951
17952 ;; Local Variables:
17953 ;; coding: utf-8
17954 ;; fill-column: 79
17955 ;; add-log-time-zone-rule: t
17956 ;; End: