535bccb664e02056fe93802a472096f150f814e3
[gnus] / lisp / ChangeLog
1 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-update-info): Remove double setting of high.
4         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
5         makes nnimap work properly on Courier again.
6
7         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8         the variable for backwards compatability.
9
10         * mm-decode.el (mm-save-part): If given a non-directory result, expand
11         the file name before using to avoid setting mm-default-directory to
12         nil.
13
14         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
15         bidning gnus-agent variables.
16
17         * shr.el (shr-render-td): Use a cache for the table rendering function
18         to avoid getting an exponential rendering behaviour in nested tables.
19         (shr-insert): Rework the line-breaking algorithm.
20         (shr-insert): Don't leave trailing spaces.
21         (shr-insert-table): Also insert empty TDs.
22         (shr-tag-blockquote): Ensure paragraphs after </ul>.
23
24 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
27         (gnus-gravatar-transform-address): Don't show avatars of people of
28         which mail addresses match gnus-gravatar-too-ugly.
29
30 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * shr.el (shr-table-widths): Expand TD elements to fill available
33         space.
34
35 2010-10-07  Julien Danjou  <julien@danjou.info>
36
37         * nnimap.el (nnimap-request-rename-group): Add this method.
38
39 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
42         name from XEmacs' function-arglist.
43
44         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
45         gravatar under XEmacs.
46
47 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         * auth-source.el: Update docs with TODO items.
50
51         * gnus-sync.el: Update docs to explain state and plans.
52
53         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
54         Hooks for mark updates.
55         (gnus-request-set-mark, gnus-request-update-mark): Use them.
56
57         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
58         hooks with arguments, which is needed for mark update hooks.
59
60 2010-10-06  Julien Danjou  <julien@danjou.info>
61
62         * sieve-manage.el: Update example in `Commentary'.
63
64         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
65
66         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
67         not 2000.
68         (sieve-manage-authenticate): Re-add function.
69
70 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
71
72         * shr.el (shr-insert): Get 'space transition right.
73         (shr-render-td): Only delete space at the end of the TD.
74
75         * nnimap.el (nnimap-open-connection): Prepare to support
76         open-gnutls-stream.
77
78         * shr.el: Rearrange function order to be more logical.
79
80 2010-10-06  Julien Danjou  <julien@danjou.info>
81
82         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
83         (nnrss-discover-feed): Remove 404 URL in docstring.
84
85         * nnir.el: Fix Swish-E URL.
86         Fix Namazu URL.
87
88         * message.el (message-change-subject): Remove 404 URL in a comment.
89
90 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
93         called interactively.
94
95         * gnus-util.el (gnus-remove-if): Allow hash table.
96         (gnus-remove-if-not): New function.
97
98         * gnus-art.el (gnus-mime-view-part-as-type)
99         * gnus-score.el (gnus-summary-score-effect)
100         * gnus-sum.el (gnus-read-move-group-name):
101         Replace remove-if-not with gnus-remove-if-not.
102
103         * gnus-group.el (gnus-group-completing-read):
104         Regard collection as a hash table if it is not a list.
105
106 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * shr.el (shr-render-td): Allow blank/missing <TD>s.
109
110         * shr.el: Document the table-rendering algorithm.
111
112 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
115         for Emacsen having no `libxml-parse-html-region' support.
116
117 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
120         invalid URLs.
121
122         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
123         line-broken.
124         (shr-tag-img): Ignore image fetching errors.
125         (shr-overlays-in-region): Compute overlay positions correctly.
126
127         * mm-decode.el (mm-shr): Require shr.
128
129         * gnus-art.el (gnus-blocked-images): Move variable here.
130
131         * shr.el (shr-insert-table): Bind free variable.
132
133         * mm-decode.el (mm-shr): Bind shr-content-function.
134
135         * shr.el (shr-content-function): New variable.
136
137         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
138         added for symmetry.
139
140         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
141
142         * gnus-group.el (gnus-group-make-group): Doc fix.
143
144         * nnimap.el (nnimap-request-newgroups): Return success.
145
146         * shr.el (shr-find-elements): New function.
147         (shr-tag-table): Put all the images after the table.
148         (shr-tag-table): Really inhibit images inside the table.
149         (shr-collect-overlays): Copy over overlays from the TD elements to the
150         main document.
151
152         * mm-decode.el (mm-shr): Bind shr-blocked-images to
153         gnus-blocked-images.
154
155 2010-10-05  Julien Danjou  <julien@danjou.info>
156
157         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
158
159         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
160         (gnus-html-maximum-image-size): Add this function.
161         (gnus-html-put-image): Use gnus-html-maximum-image-size.
162
163         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
164         server-value of the capability is nil.
165
166 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167
168         * shr.el (shr-tag-em): Add <EM> tag.
169
170 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
171
172         * sieve-manage.el (sieve-manage-default-stream): Make default stream
173         customizable.
174
175         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
176         handing broken links to browse-url.
177
178 2010-10-05  Julien Danjou  <julien@danjou.info>
179
180         * gnus-util.el (gnus-emacs-completing-read)
181         (gnus-iswitchb-completing-read): Use autoload rather than require.
182
183 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
186         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
187         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
188         iswitchb-temp-buflist for XEmacs.
189
190         * gnus-util.el (gnus-completing-read-function): Exclude
191         gnus-icompleting-read and gnus-ido-completing-read from candidates for
192         XEmacs since iswitchb.el is very old and ido.el is unavailable in
193         XEmacs.
194
195         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
196         not to use `delete-dups' that is unavailable in XEmacs 21.4.
197
198         * gnus-html.el: Don't require help-fns under XEmacs.
199         (gnus-html-schedule-image-fetching): Work for XEmacs.
200
201         * mm-decode.el (mm-shr): Decode contents by charset.
202
203 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
206         unknown.
207
208         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
209         (shr-get-image-data): Ensure against the cache file missing.
210
211         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
212         for data.
213
214         * spam-report.el (spam-report-url-ping-plain): Don't query about
215         killing the process.
216
217         * shr.el (shr-render-td): Protect against too-wide text.
218
219 2010-10-04  Julien Danjou  <julien@danjou.info>
220
221         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
222         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
223
224         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
225         retrieved.
226
227 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * shr.el (browse-url): Required.
230         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
231         lines.
232         (shr-show-alt-text, shr-browse-image): New commands.
233         (shr-browse-url, shr-copy-url): New commands.
234
235         * gnus-sum.el (gnus-widen-article-window): New variable.
236         (gnus-summary-select-article-buffer): Use it.
237
238         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
239         without @ signs.
240
241 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
242
243         * nnir.el (nnir-run-imap): Remove spurious space in search string.
244
245 2010-10-04  Julien Danjou  <julien@danjou.info>
246
247         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
248         for XEmacs.
249
250 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
253
254         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
255         (nnimap-close-server): Implement.
256
257         * dgnushack.el (iswitchb): Require to shut up the compiler.
258
259         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
260         (shr-insert): Tweak line breaking.
261         (shr-insert): Handle <pre> better.
262         (shr-tag-li): Get <li> indentation right.
263         (shr-tag-li): Get <li> indentation even righter.
264         (shr-tag-blockquote): Ensure paragraph start.
265         (shr-make-table): Tweak table generation.
266         (shr-make-table): Fix typo.
267
268         * shr.el: Implement table rendering.
269
270 2010-10-04  Julien Danjou  <julien@danjou.info>
271
272         * gnus-html.el (gnus-html-put-image): Fix resize image code.
273
274 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * shr.el (shr-insert): Use string anchors instead of line anchors.
277
278 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * shr.el: Add headings.
281         (shr-ensure-paragraph): Actually work.
282         (shr-tag-li): Make <ul> prettier.
283         (shr-insert): Get white space at the beginning/end of elements right.
284         (shr-tag-p): Collapse subsequent <p>s.
285         (shr-ensure-paragraph): Don't insert double line feeds after blank
286         lines.
287         (shr-insert): \t is also space.
288         (shr-tag-s): Fix "s" tag name function.
289         (shr-tag-s): Fix face prop name.
290
291 2010-10-03  Julien Danjou  <julien@danjou.info>
292
293         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
294
295         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
296         gnus-window-inside-pixel-edges.
297
298         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
299         gnus-ems.
300
301         * mm-view.el (mm-inline-image-emacs): Support image resizing.
302
303         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
304         function.
305
306         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
307         resize choice.
308
309 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
312         beginning of the buffer.
313
314         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
315         article buffer again.
316
317         * shr.el (shr-tag-p): Don't insert newlines at the start of the
318         buffer.
319
320         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
321         when it's at the start of the buffer.
322
323         * shr.el (shr-tag-blockquote): Convert name.
324         (shr-rescale-image): Use the right image-size variant.
325
326         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
327         buffer isn't shown, then select the current article first instead of
328         bugging out.
329         (gnus-summary-select-article-buffer): Show both the article and summary
330         buffers again.
331
332         * shr.el (shr-fontize-cont): Protect against regions with no text.
333         Rename tag functions to shr-tag-* for enhanced security.
334         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
335
336 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
337
338         * shr.el (shr-insert):
339         * pop3.el (pop3-movemail):
340         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
341         loaded.
342
343 2010-10-03  Glenn Morris  <rgm@gnu.org>
344
345         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
346
347         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
348
349         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
350
351         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
352
353         * gnus-util.el (gnus-make-local-hook): Simplify.
354
355 2010-10-02  Julien Danjou  <julien@danjou.info>
356
357         * gnus-util.el (gnus-iswitchb-completing-read): New function.
358         (gnus-ido-completing-read): New function.
359         (gnus-emacs-completing-read): New function.
360         (gnus-completing-read): Use gnus-completing-read-function.
361         Add gnus-completing-read-function.
362
363 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * shr.el (shr-insert-document): Autoload.
366         (shr-img): Be silent.
367         (shr-insert): Add a newline after every picture before text.
368         (shr-add-font): Use overlays for combining faces.
369         (shr-insert): Pass upwards the text start point.
370
371         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
372         possible.
373         (mm-shr): New function.
374
375 2010-10-02  Julien Danjou  <julien@danjou.info>
376
377         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
378         should go backward.
379
380 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
381
382         * shr.el (shr): Fix typo in provide call.
383
384 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * shr.el: New file.
387
388         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
389
390         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
391         completing read.
392
393 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
396         we're being queried about.  Suggested by Dan Jacobson.
397
398         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
399         by Jason Eisner.
400
401         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
402         table, too.  Suggested by Stefan Wiens.
403         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
404         the table unnecessary.  Suggested by Stefan Wiens.
405
406         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
407         longer needed, and probably doesn't work either, as pointed out by
408         Stefan Wiens.
409         (gnus-summary-exit): Remove call to the clearing function.
410         (gnus-summary-exit-no-update): Ditto.
411
412         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
413         instead of gnus-eval-in-buffer-window to avoid popping up frames.
414         Reported by Stefan Monnier.
415         (gnus-summary-save-in-rmail): Ditto.
416
417         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
418         article buffer, instead of both the article buffer and the summary
419         buffer.  Sort of suggested by Dan Jacobson.
420
421         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
422
423         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
424         Suggested by Dan Jacobson.
425
426         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
427         documentation clearer.
428
429         * message.el (message-shorten-references): Comment on the number "21".
430         Suggested by Stefan Monnier.
431
432         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
433         Suggested by Dan Jacobson.
434
435         * gnus.el (gnus-large-newsgroup): Mention
436         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
437
438         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
439         externalize attachments.  Bug reported by Steve Wen.
440
441         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
442         really message anything to the user.
443
444         * nnmail.el (nnmail-article-group): Allow using the fancy split method
445         directly.
446
447         * nnimap.el (nnimap-request-group): Low higher than high to signal no
448         messages in empty groups.
449
450 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
451
452         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
453         non-UIDNEXT group.
454
455 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
458         not the value from the collection.
459
460         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
461         values.  This sometimes happens on some groups that have no info.
462         (nnimap-request-newgroups): New function.
463
464 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
465
466         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
467         check into `gnus-registry-initialize'.
468         (gnus-registry-initialize): Ditto.
469         Fix and extend header docs.
470
471 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
474         regexp backtrace overflows.
475
476         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
477         for starttls that tls.el implements; i.e. openssl.
478
479         * tls.el (tls-starttls-switches): Give up on using starttls with
480         gnutls-cli.
481         (tls-program): Add --insecure to be consistent with the defaults from
482         openssl s_client.  Now all three commands are insecure.
483
484 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * lpath.el: Bind completion-styles-alist for XEmacs.
487
488         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
489         (gravatar-create-image): New function that's an alias to
490         gnus-xmas-create-image, gnus-create-image, or create-image.
491         (gravatar-data->image): Use it.
492
493 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
496         install the nnregistry refer method.
497         (gnus-registry-install-hooks): Use it.
498         (gnus-registry-unfollowed-groups): Add nnmairix to the default
499         unfollowed groups.
500
501 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
502
503         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
504         expanding threads.
505
506 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * nnir.el: Use the server names without suffixes (bug #7009).
509
510         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
511         unencrypted to STARTTLS, if possible.
512
513 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
514
515         * message.el (message-ignored-supersedes-headers): Strip Injection-*
516         headers before superseding.
517
518 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * nnrss.el (nnrss-use-local): Add documentation.
521
522         * nnimap.el (nnimap-extend-tls-programs): New function.
523         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
524         (nnimap-wait-for-connection): Accept the greeting from the stupid
525         output from openssl s_client -starttls, too.
526
527         * tls.el (tls-starttls-switches): New variable.
528         (tls-find-starttls-argument): Use it.
529         (open-tls-stream): Ditto.
530
531         * netrc.el (netrc-credentials): Return the value of the "default"
532         entry.
533         (netrc-machine): Ditto.
534
535         * nnimap.el (nnimap-find-article-by-message-id): Really return the
536         article number.
537         (nnimap-split-fancy): New variable.
538         (nnimap-split-incoming-mail): Use it.
539
540         * nntp.el (nntp-server-list-active-group): Document.
541
542         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
543         SELECT to get the message-id.
544
545         * mail-source.el (mail-sources): Removed webmail support.
546         (defvar): Ditto.
547         (mail-source-fetcher-alist): Ditto.
548         (mail-source-fetch-webmail): Removed.
549
550         * webmail.el: Removed -- doesn't seem relevant any more.
551
552         * gnus.el: Fix up make-obsolete-variable declarations throughout.
553
554         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
555         the \r.
556
557 2010-09-30  Julien Danjou  <julien@danjou.info>
558
559         * gnus-agent.el (gnus-agent-add-group): Fix call to
560         gnus-completing-read.
561
562 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * nndoc.el (nndoc-retrieve-groups): New function.
565
566         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
567         `default', use nnmail-split-methods.
568         (nnimap-request-article): Downcase the NILs so that they are nil.
569
570         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
571         symbol.
572
573         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
574         code, since if the user has requested network, that's what they ought
575         to get.
576         (nnimap-request-set-mark): Erase the buffer before issuing commands.
577         (nnimap-split-rule): Mark as obsolete.
578
579         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
580         variable.
581
582         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
583         correct slot, too.
584
585 2010-09-29  Julien Danjou  <julien@danjou.info>
586
587         * gnus.el (gnus-local-domain): Declare variable obsolete.
588
589         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
590         computing.
591         (gnus-ido-completing-read): Require ido.
592
593 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * gnus-registry.el: Don't prompt on load, which makes it impossible to
596         build Gnus.
597
598         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
599         when interpreting the structures.
600         (nnimap-request-accept-article): Add \r\n to the lines to make this
601         work with Cyrus.
602
603         * nndraft.el (nndraft-request-expire-articles): Use the group name
604         instead if "nndraft".  Fix found by Nils Ackermann.
605
606 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
607
608         * nnregistry.el: Added.
609
610 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
611
612         * nnmail.el (group, group-art-list, group-art):
613         Remove unneeded directives.
614
615 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
618         (mm-mime-charset)
619         * rfc2047.el (rfc2047-syntax-table)
620         * utf7.el (utf7-utf-16-coding-system): Comment fix.
621
622         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
623         rather than `insert-file-contents' and `eval-region'.
624
625         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
626         construction.
627
628         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
629
630         * time-date.el: No need to require cl for Emacs 21.
631
632 2010-09-29  Julien Danjou  <julien@danjou.info>
633
634         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
635         replacement of `gnus-gravatar-relief' to mimic
636         `gnus-faces-properties-alist'.
637         Add :version property.
638
639 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mail-source.el (mail-source-report-new-mail)
642         * message.el (message-default-mail-headers)
643         * mm-decode.el (mm-valid-image-format-p): Comment fix.
644
645         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
646
647 2010-09-28  Julien Danjou  <julien@danjou.info>
648
649         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
650         mail-address contains the same string as real-name.
651
652         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
653         non-blank in header, otherwise it'll get stripped.
654
655         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
656         real-name, and then for mail address rather than doing : or , search.
657
658 2010-09-27  Julien Danjou  <julien@danjou.info>
659
660         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
661         (gnus-server-goto-server): Use gnus-completing-read.
662
663         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
664
665         * mm-util.el (defalias): Use gnus-completing-read.
666         (mm-codepage-setup): Use gnus-completing-read.
667
668         * smime.el (smime-sign-buffer): Use gnus-completing-read.
669         (smime-decrypt-buffer): Use gnus-completing-read.
670
671         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
672
673         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
674         (mml-minibuffer-read-disposition): Use gnus-completing-read.
675         (mml-insert-multipart): Use gnus-completing-read.
676
677         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
678
679         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
680
681         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
682
683         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
684
685         * gnus.el (gnus-read-method): Use gnus-completing-read.
686
687         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
688
689         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
690         (gnus-mime-action-on-part): Use gnus-completing-read.
691         (gnus-article-encrypt-body): Use gnus-completing-read.
692
693         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
694         (gnus-topic-move-matching): Use gnus-completing-read.
695         (gnus-topic-copy-matching): Use gnus-completing-read.
696         (gnus-topic-sort-topics): Use gnus-completing-read.
697         (gnus-topic-move): Use gnus-completing-read.
698
699         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
700         (gnus-agent-add-group): Use gnus-completing-read.
701
702         * nnmairix.el (nnmairix-create-server-and-default-group): Use
703         gnus-completing-read.
704         (nnmairix-update-groups): Use gnus-completing-read.
705         (nnmairix-get-server): Use gnus-completing-read.
706         (nnmairix-backend-to-server): Use gnus-completing-read.
707         (nnmairix-goto-original-article): Use gnus-completing-read.
708         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
709
710         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
711
712         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
713         (gnus-group-make-useful-group): Use gnus-completing-read.
714         (gnus-group-make-web-group): Use gnus-completing-read.
715         (gnus-group-add-to-virtual): Use gnus-completing-read.
716         (gnus-group-browse-foreign-server): Use gnus-completing-read.
717
718         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
719         (gnus-summary-limit-to-extra): Use gnus-completing-read.
720         (gnus-summary-execute-command): Use gnus-completing-read.
721         (gnus-summary-respool-article): Use gnus-completing-read.
722         (gnus-read-move-group-name): Use gnus-completing-read.
723
724         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
725         (gnus-summary-score-effect): Use gnus-completing-read.
726
727         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
728
729         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
730         right completing-read function.
731         (gnus-use-ido): New variable
732         (gnus-completing-read-with-default): Remove.
733
734 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
737         x-focus-frame.
738
739         * nnimap.el (auth-source-forget-user-or-password)
740         (auth-source-user-or-password): Autoload.
741
742         * message.el (message-from-style, message-interactive)
743         (message-cite-prefix-regexp, message-sendmail-envelope-from)
744         (message-yank-prefix, message-indentation-spaces, message-signature)
745         (message-signature-file): Add comment.
746
747 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
750         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
751         new articles.
752
753         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
754         parts.
755         (nnimap-request-article): Work with the t setting, too.
756
757         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
758         that you don't get flashes of other buffers.
759         (gnus-summary-show-complete-article): Intern before setting.
760
761 2010-09-27  David Engster  <dengste@eml.cc>
762
763         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
764         well as HEADERS.
765         (nnmairix-retrieve-headers): Provide new argument for the above.
766
767 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-sum.el (gnus-summary-move-article): Don't alter
770         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
771         group.
772
773         * nnimap.el (nnimap-update-info): Don't destructively alter active.
774
775         * message.el (message-cite-prefix-regexp): Revert my last edit.
776
777         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
778         variable instead of the Gnus variable.
779
780         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
781
782         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
783         again.
784
785         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
786         since some servers don't like it.
787         (nnimap-open-connection): Forget credentials if the server says the
788         password was wrong.
789         (nnimap-parse-line): Protect against invalid data.
790
791         * gnus-sum.el (gnus-summary-move-article): Add comment.
792         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
793         nothing alters it while scanning for new messages.
794
795         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
796         which may or may not help.
797         (nnimap-open-connection): If we're doing a stream connection, and then
798         discover we're on a STARTTLS-capable server, then open a STARTTLS
799         connection instead.
800
801 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * nnimap.el (utf7): Required.
804
805         * message.el (message-cite-prefix-regexp): Remove "}" from citation
806         prefix.
807
808 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
809
810         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
811
812 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnimap.el (nnimap-request-accept-article): Message the error on
815         error.
816
817 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
820
821 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * nndoc.el (nndoc-request-list): Return success always.
824
825         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
826         `fetch-old' -- we only want to fetch the articles we've requested.  The
827         rest are in the agent, probably.
828         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
829         disappeared server" to something low.  It's not important.
830
831         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
832         arrived before the FETCH data.
833
834         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
835         target here, because we don't know the Gnus name of the group.
836
837         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
838         for the correct group.
839
840         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
841
842         * gnus.el (gnus): Give a final warning after startup.
843
844         * gnus-util.el (gnus-action-message-log): New variable.
845         (gnus-message): Use it.
846         (gnus-final-warning): New function.
847
848         * nnimap.el (nnimap-open-connection): Record the greeting.
849         (nnimap): Add greeting.
850
851 2010-09-26  Julien Danjou  <julien@danjou.info>
852
853         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
854         arguments.
855         (gnus-html-wash-images): Fix spec computing to include start/end.
856
857         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
858
859 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
862         deletion.
863         (nnimap-retrieve-headers): Don't select the group, because that's
864         already done by nnimap-possibly-change-group.
865
866         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
867         (gnus-picon-transform-address): Use it.
868
869         * mail-source.el (mail-source-value): Revert previous patch.
870
871         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
872         on failure.
873         (nnimap-open-connection): Look up both virtual and physical server name
874         credentials.
875
876         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
877
878 2009-02-07  Dave Love  <fx@gnu.org>
879
880         * tls.el (open-tls-stream): Don't query killing process.
881
882 2009-02-08  Dave Love  <fx@gnu.org>
883
884         * gnus-win.el (gnus-window-to-buffer-helper,
885         gnus-all-windows-visible-p): Function needn't be a symbol.
886
887         * mail-source.el (mail-source-value): Function needn't be a symbol.
888
889 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890
891         * message.el (message-cite-prefix-regexp): Remove } from the cite
892         prefix.
893
894         * gnus-art.el (gnus-treatment-function-alist): Do picons before
895         highlight again, so that the highlight is correct.
896
897         * gnus-picon.el (gnus-picon): Remove again.
898         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
899
900         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
901         doing the header highlightling, so that the background colour of the
902         picon is correct.
903
904         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
905         (gnus-picon): Ditto.
906         (gnus-picon): Reinstate.  The background colour for picons is white.
907         (gnus-picon-insert-glyph): Make the background white.
908
909         * nnml.el (nnml-open-nov): Don't return dead buffers.
910
911         * auth-source.el (auth-source-create): Query the user for whether to
912         store the credentials.
913
914         * netrc.el (netrc-store-data): New function.
915
916         * auth-source.el (auth-source-user-or-password): Use the existing auth
917         sources, if any, for creation.
918
919         * gnus.el (gnus-group-fast-parameter): Return the last matching
920         parameter instead of the first matching parameter.
921
922 2010-09-26  Julien Danjou  <julien@danjou.info>
923
924         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
925
926 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * mml2015.el (mml2015-use): Remove gpg support.
929
930         * mml1991.el (mml1991-function-alist): Remove gpg function.
931         (mml1991-gpg-sign): Removed.
932
933 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
934
935         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
936         (gnus-browse-unsubscribe-current-group): Document it.
937         (gnus-browse-unsubscribe-group): Use it.
938
939 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
942         address to the To list for easier response.
943
944         * gnus.el (gnus-play-startup-jingle): Removed.
945         (gnus-splash): Don't play jingle.
946         (gnus): Silence gnus-load message.
947
948         * gnus-art.el (gnus-treat-play-sounds): Removed.
949
950         * gnus.el (gnus-play-jingle): Remove audio support.
951
952         * gnus-cus.el (gnus-score-customize): Remove audio reference.
953
954         * earcon.el: Removed -- no users.
955
956         * gnus-audio.el: Removed -- no users of this package.
957
958         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
959
960         * gnus-start.el (gnus-setup-news): Remove nocem support.
961
962         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
963
964         * gnus.el (gnus-use-nocem): Removed.
965
966         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
967         Removed.
968
969         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
970         uses NoCeM any more.
971
972         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
973         (gnus-button-ctan-handler): Ditto.
974         (gnus-button-handle-ctan-bogus-regexp): Ditto.
975         (gnus-button-ctan-directory-regexp): Ditto.
976         (gnus-button-handle-ctan): Ditto.
977         (gnus-button-tex-level): Ditto.
978         (gnus-button-alist): Removed CTAN stuff.
979
980 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
983         nnimap-streaming test.
984
985         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
986         servers twice.
987
988         * nnimap.el (nnimap-open-connection): Add more error reporting when
989         nnimap fails early.
990
991         * nnheader.el (nnheader-get-report-string): New function.
992         (nnheader-get-report): Use it.
993
994         * gnus-int.el (gnus-check-server): Say what the error was when opening
995         failed.
996
997         * nnimap.el (nnimap-wait-for-response): Search further when we're not
998         using streaming.
999
1000 2010-09-25  Julien Danjou  <julien@danjou.info>
1001
1002         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1003         gnus-window-inside-pixel-edges.
1004
1005 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1008
1009         * mm-decode.el (mm-save-part): Allow saving to other directories the
1010         normal Emacs way.
1011
1012         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1013         by Jay Berkenbilt.
1014
1015         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1016         there isn't a single byte.
1017
1018         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1019         just do it.  It doesn't really seem to matter what the user responds
1020         here, I think, so it's just a confusing question.
1021
1022         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1023         non-streaming case.
1024
1025         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1026         (gnus-article-encrypt-body): Use it.
1027
1028         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1029         keystroke.
1030
1031         * nnimap.el (nnimap-find-wanted-parts-1): Use
1032         gnus-fetch-partial-articles.
1033
1034         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1035
1036         * nnimap.el (nnimap-insert-partial-structure): New function.
1037         (nnimap-get-partial-article): New function.
1038         (nnimap-request-article): Use it.
1039         (nnimap-wait-for-response): Return whether the wait was successful.
1040         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1041         retrieval wasn't successful.
1042         (nnimap-retrieve-group-data-early): Allow throttling servers.
1043         (nnimap-streaming): New variable.
1044         (nnimap-fetch-partial-articles): Removed.
1045
1046         * mm-decode.el (mm-with-part): Protect against killed buffers.
1047
1048         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1049         for prettier summary display.
1050
1051 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1052
1053         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1054         directly.
1055
1056 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1059         apparently third-party libraries depend on it.
1060
1061         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1062         before starting negotiation.
1063
1064         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1065         privacy reasons.
1066         (gnus-treat-mail-gravatar): Ditto.
1067
1068         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1069         buffer when inserting images.  Inserting text into the headers, for
1070         instance, can make them invalid.
1071
1072 2010-09-25  Julien Danjou  <julien@danjou.info>
1073
1074         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1075         variables.
1076
1077         * nnheader.el: Remove useless variables news-reply-yank-from and
1078         news-reply-yank-message-id.
1079
1080         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1081         variables.
1082
1083         * mml1991.el: Remove useless mml1991-verbose.
1084
1085         * gnus.el: Remove useless variable gnus-use-generic-from.
1086         Remove obsolete variable gnus-topic-indentation.
1087
1088         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1089
1090         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1091
1092         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1093
1094         * gnus-group.el: Remove useless gnus-group-icon-cache.
1095         Remove useless gnus-ephemeral-group-server.
1096
1097         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1098
1099         * mml2015.el: Remove useless mml2015-verbose.
1100
1101         * mml-smime.el: Remove useless mml-smime-verbose.
1102
1103         * gnus.el: Remove useless gnus-local-domain.
1104
1105         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1106         gnus-gravatar-size.
1107
1108         * gnus-art.el: Remove useless gnus-treat-translate.
1109
1110 2010-09-24  Julien Danjou  <julien@danjou.info>
1111
1112         * gnus-sum.el: Add support for Gravatars.
1113
1114         * gnus-art.el: Add support for Gravatars.
1115
1116         * gnus-gravatar.el: Add this file.
1117
1118         * gravatar.el: Add this file.
1119
1120 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1123
1124         * gnus-group.el (gnus-group-fetch-faq): Removed.
1125
1126         * gnus.el (gnus-group-faq-directory): Removed.
1127
1128         * gnus-group.el (gnus-group-fetch-charter): Removed.
1129
1130         * gnus.el (gnus-group-charter-alist): Removed.
1131
1132         * gnus-group.el (gnus-group-archive-directory): Removed.
1133         (gnus-group-recent-archive-directory): Ditto.
1134         (gnus-group-make-archive-group): Removed.
1135
1136         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1137
1138         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1139         use the same article number for all the cached articles.
1140
1141         * nnimap.el (nnimap-command): Register the last command time so
1142         that we can use it for idling NOOPs.
1143         (nnimap-open-connection): Start the keeplive timer.
1144         (nnimap-make-process-buffer): Store all the process buffers.
1145         (nnimap-keepalive): New function.
1146
1147         * starttls.el: (starttls-open-stream): Add autoload cookie.
1148
1149 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1150
1151         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1152         handling.
1153
1154 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1157         its data structures.
1158
1159         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1160         instead of the cl.el copy-list.
1161         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1162         equalp.
1163
1164 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1167         and tool-bar-local-item-from-menu.
1168
1169         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1170         mode-line-highlight face for Emacs.
1171
1172         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1173         loading gnus-sum.elc; fix comment for canlock-verify.
1174         (gnus-article-jump-to-part): Use read-number.
1175         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1176         Emacs pre-21 compatible code for help-echo.
1177         (gnus-article-next-page-1): No need to adjust the number of lines.
1178         (gnus-article-describe-bindings): Always use help-buffer.
1179
1180         * gnus-audio.el (gnus-audio-inline-sound)
1181         * gnus-cus.el (gnus-custom-mode)
1182         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1183
1184         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1185
1186         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1187         compatible code.
1188
1189 2010-09-24  Glenn Morris  <rgm@gnu.org>
1190
1191         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1192         visiting the fcc file in rmail-mode.
1193
1194         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1195
1196 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * nnir.el: Silence the byte compiler.
1199
1200         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1201         alias to browse-url-url-encode-chars if any.
1202         (gnus-html-encode-url): Use it.
1203
1204 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205
1206         * gnus-start.el (gnus-use-backend-marks): New variable.
1207         (gnus-get-unread-articles-in-group): Use it.
1208
1209         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1210         makeover.
1211
1212 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1213
1214         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1215
1216 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1219         Removed.
1220         (gnus-setup-news-hook): Removed
1221         gnus-fixup-nnimap-unread-after-getting-new-news.
1222
1223         * gnus-int.el (gnus-request-update-info): Protect against backends not
1224         having the function.
1225
1226         * nnimap.el (nnimap-stream): Mention starttls.
1227         (nnimap-open-connection): Add starttls support.
1228
1229 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1230
1231         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1232
1233 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1236         BODYSTRUCTUREs.
1237         (nnimap-transform-headers): Unfold quoted {42} headers.
1238
1239         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1240         the info.
1241         (gnus-get-unread-articles): Only call updatep on backends that support
1242         it.
1243
1244         * nnweb.el (nnweb-request-update-info): NOOP.
1245
1246         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1247
1248         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1249         since it only deals with marks.
1250
1251         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1252         gnus-request-marks, and make a new gnus-request-update-info.
1253
1254         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1255         the active instead of the high number, which is usually too low.
1256
1257 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1258
1259         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1260         * encrypt.el: Removed.
1261
1262 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1265         server in symbolic form.
1266
1267         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1268         0.9.
1269
1270 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1273         (nnimap-update-info): Fix up code slightly.
1274
1275         * gnus-int.el (gnus-open-server): Add tracing for performance
1276         debugging.
1277
1278         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1279         (gnus-group-insert-group-line): Pass the real group name so that it
1280         gets the right data.
1281
1282         * gnus-start.el (gnus-get-unread-articles): Don't have
1283         `gnus-get-unread-articles-in-group' update info, since that can be
1284         really slow and doesn't seem to be needed?
1285
1286 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1287
1288         * time-date.el (date-to-time): Try using parse-time-string first before
1289         using the slower timezone-make-date-arpa-standard.
1290
1291 2010-09-22  Julien Danjou  <julien@danjou.info>
1292
1293         * gnus-group.el (gnus-group-insert-group-line): Call
1294         gnus-group-highlight-line.
1295         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1296         default hook list.
1297         (gnus-group-update-eval-form): Add new function.
1298         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1299         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1300
1301 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1304         immediate, then expire all articles.
1305         (nnimap-update-info): Fix off-by-one errors.
1306         (nnimap-flags-to-marks): Would return no marks lists for group with no
1307         flags.  Instead return the other data.
1308
1309 2010-09-22  Julien Danjou  <julien@danjou.info>
1310
1311         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1312         Only return an icon.
1313         (gnus-group-insert-group-line): Compute icon to return.
1314
1315         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1316         variable.
1317         (gnus-html-image-fetched): Only cache if
1318         gnus-html-image-automatic-caching is set.
1319         (gnus-html-image-fetched): Check for errors.
1320
1321 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1324         once per method on `g'.  This ensures that backends like nnfolder don't
1325         open all their folders.
1326
1327         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1328         (nnimap-request-list): Nix out group in the correct buffer.
1329         (nnimap-parse-flags): Implement by using `read' instead of
1330         hand-parsing.
1331         (nnimap-flags-to-marks): Pass on permanent-flags.
1332         (nnimap-make-process-buffer): Record the server name.
1333         (nnimap-parse-flags): Fix typo.
1334         (nnimap-request-scan): Run split on the server in general, not just a
1335         single group.
1336
1337         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1338         parameter, and propagate this downwards.
1339
1340         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1341         since EXAMINE changes it on the server.
1342
1343         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1344         this command might take a while.
1345
1346 2010-09-22  Julien Danjou  <julien@danjou.info>
1347
1348         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1349         harmful if you have 2 images side-by-side, they can't be properly
1350         update on text deletion.  Using text-property is safer here.
1351         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1352         data.
1353
1354 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * nnimap.el (nnimap-expunge-inbox): Removed.
1357         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1358         (nnimap-expunge): Flip default to t.
1359
1360         * gnus.el (gnus-method-to-server): Don't push things to the cache
1361         unless it's unique.
1362         (gnus-server-to-method): Ditto.
1363
1364 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1367
1368 2010-09-22  Julien Danjou  <julien@danjou.info>
1369
1370         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1371         get the start of data.
1372         (gnus-html-encode-url): Add this function to encode special chars in
1373         URL.
1374         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1375         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1376
1377         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1378         default.
1379         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1380
1381         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1382         images alt-text.
1383         (gnus-html-put-image): Put alt-text as help-echo.
1384
1385 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1388         * mm-util.el (mm-decompress-buffer)
1389         * nnir.el (nnir-run-find-grep)
1390         * pop3.el (pop3-list): Use 3rd arg of split-string.
1391
1392         * time-date.el (format-seconds): Comment fix.
1393
1394         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1395         and byte-optimize-form-code-walker.
1396         (dgnushack-make-auto-load): Don't advise make-autoload.
1397
1398         * lpath.el: Remove Emacs 21 stuff.
1399
1400 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1403         outside the active range.  Suggested by Dan Christensen.
1404
1405         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1406         slightly later to avoid double-getting it.
1407
1408         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1409         previous patch.
1410
1411         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1412
1413 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1414
1415         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1416
1417 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus-int.el (gnus-open-server): Give a better error message in the
1420         "go offline" case.
1421
1422         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1423         marks for nnimap, which is seldom the right thing to do.
1424
1425         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1426         (gnus-same-method-different-name): New function.
1427
1428         * nnimap.el (parse-time): Require.
1429
1430         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1431         method in the presence of many similar methods.
1432
1433         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1434
1435         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1436         nnml-inhibit-expiry.
1437
1438         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1439         find out whether methods are equal.
1440
1441         * nnimap.el (nnimap-find-expired-articles): New function.
1442         (nnimap-process-expiry-targets): New function.
1443         (nnimap-request-move-article): Request the article before looking at
1444         what the Message-ID is.  Fix found by Andrew Cohen.
1445         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1446
1447         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1448         for oldness in addition to being a predicate.
1449
1450         * nnimap.el (nnimap-request-group): When we have zero articles, return
1451         the right data to Gnus.
1452         (nnimap-request-expire-articles): Only delete articles immediately if
1453         the target is 'delete.
1454
1455         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1456         method, this would bug out.
1457
1458         * gnus-group.el (gnus-group-expunge-group): Renamed from
1459         gnus-group-nnimap-expunge, and implemented as a normal interface
1460         function.
1461
1462         * gnus-int.el (gnus-request-expunge-group): New function.
1463
1464         * nnimap.el (nnimap-request-create-group): Implement.
1465         (nnimap-request-expunge-group): New function.
1466
1467 2010-09-21  Julien Danjou  <julien@danjou.info>
1468
1469         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1470         (gnus-html-cache-expired): Add new function.
1471         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1472         wethever we should display image for fetch it.
1473         Compute alt-text earlier to pass it to the fetching function too.
1474         (gnus-html-schedule-image-fetching): Change function argument to only
1475         get one image at a time, not a list.
1476         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1477         cache.
1478         (gnus-html-get-image-data): New function to retrieve image data from
1479         cache.
1480         (gnus-html-put-image): Change buffer argument to use image data rather
1481         than file, and place image above region rather than inserting a new
1482         one. Do not take alt-text as argument, since it's useless now: we place
1483         the image above alt-text.
1484         (gnus-html-prune-cache): Remove.
1485         (gnus-html-show-images): Start to fetch image when we find one, do not
1486         push into a temporary list.
1487         (gnus-html-prefetch-images): Only fetch image if they have expired.
1488         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1489         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1490
1491 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1494
1495 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496
1497         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1498         spec inser "*" if the group isn't active instead of 0.
1499
1500         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1501         opening the server.
1502         (nnimap-request-delete-group): Implement group deletion.
1503         (nnimap-transform-headers): Return the size of the entire message in
1504         the Bytes header, not just the size of the first part.
1505         (nnimap-request-move-article): When moving an article from nnimap,
1506         request the article first so the accepting form has an article to
1507         accept.  Reported by Dan Christensen.
1508         (nnimap-command): Make sure that the error message doesn't error out.
1509
1510 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1511
1512         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1513         we haven't requested anything.
1514
1515 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1518         "".  Fix found by Andrew Cohen.
1519
1520         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1521         instead of -encode-string.
1522
1523 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1526
1527         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1528         by mm-subst-char-in-string.
1529
1530 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1533         waiting for the connection string.
1534
1535         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1536         arriving.
1537
1538         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1539         bogus characters.  This allows selecting certain Gmail groups.
1540
1541         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1542         (nnimap-fetch-partial-articles): New variable.
1543         (nnimap-open-connection): When looking for credentials, also use the
1544         nnimap-server-port.
1545         (nnimap-request-article): Return the group/article number, so that Gnus
1546         `^' works as expected.
1547         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1548         them.
1549
1550         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1551         comments.
1552         (gnus-methods-sloppily-equal): New function.
1553         (gnus): When using the development version of Gnus, load the gnus-load
1554         file.
1555
1556         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1557         `gnus-open-server' on each method before trying to scan them etc.  This
1558         ensures that all the backend parameters are set correctly.
1559
1560         * nnimap.el (nnimap-authenticator): New variable.
1561         (nnimap-open-connection): Allow anonymous login.
1562         (nnimap-transform-headers): The chars header is called Chars not
1563         Bytes.
1564         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1565         drops.
1566
1567         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1568         patch, found by Knut Anders Hatlen.
1569
1570 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1571
1572         * gnus-agent.el (gnus-agent-batch-confirmation)
1573         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1574         to gnus-message.
1575         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1576         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1577         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1578         * gnus-int.el (gnus-open-server): Likewise.
1579         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1580         (gnus-score-check-syntax): Likewise.
1581         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1582         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1583         Likewise.
1584         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1585
1586 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1589         calling conventions so that prefetch doesn't bug out.
1590
1591 2010-09-19  Julien Danjou  <julien@danjou.info>
1592
1593         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1594         rather than `subst-char-in-region' in order to be able to replace ASCII
1595         char by UTF-8 ones.
1596
1597         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1598         than curl.
1599         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1600         the right URL and ALT text on images.
1601         (gnus-html-wash-tags): Fix tag case.
1602         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1603         (gnus-article-html): Add -o display_ins_del=2 option.
1604         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1605
1606 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1609         the extra mail headers, which sometimes seem to happen for unknown
1610         reasons.
1611
1612         * mail-parse.el (mail-header-encode-parameter): Define as
1613         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1614         (or most, perhaps?) mail readers don't understand the latter, but do
1615         understand the former.
1616
1617         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1618         to nil, so that no methods are automatically agentized.  I think this
1619         is probably what most users want.
1620
1621         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1622         from url-retrieve, for instance about invalid URLs.
1623
1624         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1625         groups that have no articles.
1626         (nnimap-request-article): Check that we really got an article when we
1627         requested one.
1628
1629         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1630         doesn't exist.
1631
1632         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1633         nntp buffer so the agent can save it.
1634         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1635         that CRLF doesn't get translated to \n.
1636         (nnimap-open-connection): Don't make 'shell commands only send \n.
1637
1638 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1639
1640         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1641         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1642         Update var name.
1643         (nnml-generate-nov-file): Use dolist.
1644         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1645         Use with-current-buffer.
1646
1647 2010-09-18  Julien Danjou  <julien@danjou.info>
1648
1649         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1650         parallel.
1651
1652 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1655         the range update right.
1656         (nnimap-request-group): Don't make `M-g' bug out on group with no
1657         marks.
1658         (nnoo): Required, so that other packages can require nnimap.
1659         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1660         command we're looking for.  This helps when the server sends more
1661         responses after we've gotten everything we expected.
1662         (nnimap): Add a `newlinep' field to keep track of end-of-line
1663         conventions.
1664         Don't send CRLF to things that don't want it.
1665         (nnimap-request-accept-article): Ditto.
1666
1667 2010-09-18  Julien Danjou  <julien@danjou.info>
1668
1669         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1670         than curl to retrieve images.
1671
1672 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1675         the marks.
1676         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1677         (nnimap-wait-for-connection): New function.
1678         (nnimap-open-connection): If we have PREAUTH, don't query for login
1679         credentials.
1680         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1681         when doing a partial update.
1682
1683 2010-09-18  Julien Danjou  <julien@danjou.info>
1684
1685         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1686         tags.
1687
1688 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * nnimap.el (nnimap-credentials): New function.
1691         (nnimap-open-connection): Use the new function to look for credentials
1692         also on the numeric equivalents of "imap" and "imaps".
1693
1694         * gnus-start.el (gnus-activate-group): Send the info to
1695         gnus-request-group.
1696
1697         * nnimap.el (nnimap-request-group): Have the "check" version of the
1698         function parse flags and update the info, so that a `M-g' get a total
1699         resync of all flags from the group.
1700
1701         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1702         to allow backends to alter the info on group selection.  Also alter all
1703         the backend -request-group functions to take the parameter.
1704
1705         * nnimap.el (nnimap-store-info): New function.
1706         (nnimap-update-info): Store the info for later usage.
1707         (nnimap-request-group): Use the stored info for the dont-check case, so
1708         that we don't retrieve all marks when we enter a group.
1709
1710         * nnimap.el: Use deffoo instead of defun for interface functions.
1711
1712         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1713         update the group info.  This makes the nndraft groups, for instance, go
1714         back to their old behaviour.
1715
1716         * gnus-sum.el (gnus-select-newsgroup): Indent.
1717
1718         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1719         in.
1720         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1721         nothing.
1722
1723         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1724         from methods that are denied.
1725
1726         * gnus-int.el (gnus-method-denied-p): New function.
1727
1728         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1729         store the password instead of netrc.
1730         (nnimap-open-connection): Don't error out when we can't make a
1731         connections.
1732
1733         * auth-source.el (auth-source-create): In the password prompt, say what
1734         we're querying for.  Also prompt for user name if that hasn't been
1735         given.
1736
1737         * nnimap.el (nnimap-with-process-buffer): Removed.
1738
1739 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1740
1741         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1742         method when we're reading from the agent.
1743
1744         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1745
1746         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1747         that's probably most useful for users.
1748
1749         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1750         "failed" all the time.
1751
1752         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1753         ...)) with (with-current-buffer ... ).
1754
1755         * nntp.el (nntp-open-server): Return whether the open was successful or
1756         not.
1757
1758         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1759         select an unread unseen article first.
1760
1761         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1762         /etc/services, supply some sensible port defaults.
1763
1764         * dgnushack.el: Define netrc-credentials.
1765
1766 2010-09-17  Julien Danjou  <julien@danjou.info>
1767
1768         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1769
1770 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1771
1772         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1773         doesn't have any parameters.
1774
1775 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1778         only upcased checks.
1779
1780         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1781
1782         * nnimap.el (nnimap-open-shell-stream): New function.
1783         (nnimap-open-connection): Use it.
1784         (nnimap-transform-headers): Get the number of lines in each message.
1785         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1786         number of lines.
1787         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1788         problem.
1789
1790         * utf7.el (utf7-encode): Autoload.
1791
1792         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1793         to allow the mail splitting to not return a default group.  This is
1794         useful for nnimap, which will leave unmatched mail in the inbox.
1795
1796         * nnimap.el: Rewritten.
1797
1798         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1799         nnimap usage.
1800
1801         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1802         if the move is internal, so that nnimap can do fast internal moves.
1803
1804         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1805         data.
1806         (gnus-read-active-for-groups): Support finishing the early retrieval of
1807         data.
1808
1809         * gnus-range.el (gnus-range-nconcat): New function.
1810
1811         * gnus-int.el (gnus-finish-retrieve-group-infos)
1812         (gnus-retrieve-group-data-early): New functions.
1813
1814 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1815
1816         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1817         (nnrss-retrieve-groups):
1818         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1819         (pop3-quit): Use with-current-buffer.
1820
1821 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1824         instead of nnheader-accept-process-output.
1825
1826         * dgnushack.el (dgnushack-compile): Add comment.
1827
1828         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1829
1830         * gnus-html.el (gnus-html-schedule-image-fetching)
1831         (gnus-html-prefetch-images): Replace process-kill-without-query by
1832         gnus-set-process-query-on-exit-flag.
1833
1834 2010-09-16  Romain Francoise  <romain@orebokech.com>
1835
1836         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1837
1838 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1841         parameter to unintern is mandatory-ish in Emacs 24.
1842
1843         * gnus-html.el (gnus-html-schedule-image-fetching)
1844         (gnus-html-prefetch-images): Check for curl before using it.
1845
1846         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1847         depend on curl, which isn't essential.
1848
1849         * imap.el: Revert back to version
1850         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1851         seem problematic.
1852
1853 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1854
1855         * gnus-registry.el (gnus-registry-install-shortcuts):
1856         Explicitly pass `obarray' to `unintern' to avoid a warning.
1857
1858 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1861         change.
1862
1863         * nnrss.el (nnrss-request-list): Removed this function and related
1864         functions, including the moreover stuff.
1865
1866 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1867
1868         * nnrss.el (nnrss-retrieve-groups): New function.
1869
1870 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1871
1872         * .dir-locals.el: Add no-byte-compile cookie.
1873
1874 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * time-date.el (format-seconds): Comment fix.
1877
1878         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1879         for back end that doesn't support request-scan.
1880
1881 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1882
1883         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1884         then do request scans from the backends.
1885
1886         * netrc.el (netrc-credentials): New conveniency function.
1887
1888         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1889         avoid running a hook per line, since this takes a lot of time,
1890         profiling shows.
1891         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1892         directly if gnus-visual-p is true.
1893
1894 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1897         groups; replace mapcar with dolist which is a bit faster; pass groups
1898         info to gnus-read-active-file-1.
1899         (gnus-read-active-file-1): Scan only specified groups if the new
1900         optional arg `infos' is given.
1901
1902 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1905
1906         * pop3.el (pop3-movemail): Removed.
1907         (pop3-streaming-movemail): Renamed to pop3-movemail.
1908
1909         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1910         don't restrict end-tag searches to the end of the line.
1911
1912 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1915         articles of every unchecked group to t, which means unknown since the
1916         server has never been opened.
1917
1918 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-html.el (gnus-html-show-alt-text): New command.
1921         (gnus-html-browse-image): Ditto.
1922         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1923         to browse the image directly.
1924         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1925         better.
1926
1927         * gnus-async.el (gnus-async-article-callback): Call
1928         `gnus-html-prefetch-images' unconditionally.
1929
1930         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1931         before feeding URLs to curl.
1932
1933 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1936         internal images as deletable by `W D D'.
1937
1938         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1939         (gnus-async-article-callback): Fix typo.
1940
1941 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1944         current line to work around bugs in the output from w3m.
1945
1946         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1947         for groups that want that.
1948
1949         * nntp.el (nntp-wait-for-string): Supply a timeout for
1950         accept-process-output to ensure progress.
1951
1952         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1953         level to get unread articles from, then use that for foreign groups,
1954         too.
1955
1956         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1957         confuses the rest of the function.
1958
1959         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1960         for the methods that support -retrieve-groups, too.
1961
1962         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1963
1964 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1967         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1968
1969         * pop3.el: Require cl when compiling.
1970         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1971
1972 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1975         that aren't going to be activated.
1976         (gnus-get-unread-articles): Fix up the last commit.
1977
1978         * gnus-html.el (gnus-article-html): Allow calling without specifying
1979         the handle.  In that case, dissect the buffer first.
1980
1981         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1982
1983         * nnimap.el (nnimap-open-connection): Revert the change that would look
1984         into authinfo for imaps instead of imap.
1985
1986         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1987         say that you don't want to call gnus-request-group with don-check, but
1988         do check the reponse.  This is for virtual groups only.
1989         (gnus-get-unread-articles): Count the archive groups as secondary, so
1990         that they're activated the same way as before.
1991
1992         * imap.el (imap-message-map): Removed optional buffer parameter, since
1993         no callers use it.
1994         (imap-message-get): Ditto.
1995         (imap-message-put): Ditto.
1996         (imap-mailbox-map): Ditto.
1997         (imap-mailbox-put): Ditto.
1998         (imap-mailbox-get): Ditto.
1999         (imap-mailbox-get): Revert last change for this function.
2000
2001         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2002         case-insensitively.
2003         (nnimap-debug): Removed.
2004
2005         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2006         to use `imap-fetch' instead.  According to the comments, this should be
2007         safe, since all other IMAP clients use the 1:* syntax.
2008         (imap-enable-exchange-bug-workaround): Removed.
2009         (imap-debug): Removed -- doesn't seem very useful.
2010
2011         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2012         mail from a file, and the file doesn't exist.
2013
2014         * imap.el (imap-log): New convenience function used throughout instead
2015         of repeating the same code all over the place.
2016
2017         * pop3.el (pop3-streaming-movemail): Return t for success.
2018
2019         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2020         .authinfo if we're using ssl connection.
2021
2022         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2023         already have if we're in a main Gnus `g' run.
2024
2025         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2026
2027 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2028
2029         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2030
2031         * nnmh.el (nnmh-request-list-1): Bind `file'.
2032
2033         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2034         alias to set-process-query-on-exit-flag or process-kill-without-query.
2035         (pop3-open-server): Use it.
2036
2037 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2040         box to the Incoming file.  Fixes mistake in previous checkin.
2041
2042         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2043         request loop (for debugging purposes) removed.
2044
2045         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2046         culprit is more visible.
2047         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2048         (nnml-add-incremental-nov): New functions to do "incremental" nov
2049         updates, where we just append to the end of the existing nov files
2050         without reading/writing them in full.
2051
2052         * mail-source.el (mail-source-delete-crash-box): Really only check the
2053         incoming files once in a while.
2054
2055         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2056
2057         * mail-source.el (mail-source-delete-crash-box): Only check the
2058         incoming files for deletion once per day to save a lot of file
2059         accesses.
2060
2061         * pop3.el (pop3-logon): Fix up unbound variable typo.
2062
2063         * mail-source.el (pop3-streaming-movemail): Autoload.
2064
2065         * pop3.el (pop3-streaming-movemail): Respect
2066         pop3-leave-mail-on-server.
2067
2068         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2069         retrieval.
2070
2071         * pop3.el (pop3-process-filter): Removed unused function.
2072         (pop3-streaming-movemail, pop3-send-streaming-command)
2073         (pop3-wait-for-messages, pop3-write-to-file)
2074         (pop3-number-of-responses): New functions for streaming pop3
2075         retrieval.
2076
2077         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2078         come from no known methods.
2079         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2080         list.
2081
2082         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2083         message sizes.
2084         (pop3-movemail): Use erase-buffer instead of looping and deleting
2085         regions, which seems rather odd.
2086
2087         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2088         file once per `g' run.
2089
2090         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2091         directories.  This makes the draft queue directory work.
2092
2093         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2094         data from the backends, so that we only request the list of groups from
2095         each method once.  This should speed things up considerably.
2096
2097         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2098         detect that it's not implemented.
2099
2100         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2101         we actually do recurse down into the tree, but don't stat all leaf
2102         nodes.
2103
2104         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2105         then say so instead of bugging out.
2106
2107         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2108         files exist before trying to read them.
2109
2110         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2111         around <pre_int>.
2112
2113         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2114
2115         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2116
2117 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * mm-util.el (mm-image-load-path): Just return the image directories,
2120         not all directories in the path in addition to the image directories.
2121         (mm-image-load-path): Maintain a cache of the image directories so that
2122         the `g' command in Gnus doesn't have to stat dozens of directories each
2123         time.
2124
2125         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2126         (gnus-html-wash-tags): Add a new `i' command to insert images.
2127         (gnus-html-insert-image): New command and keystroke.
2128         (gnus-html-redisplay-with-images): New command and keystroke.
2129         (gnus-html-show-images): Renamed command.
2130         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2131         spacers.
2132         (gnus-html-wash-tags): Decode entities at the end, so that entities
2133         inside the tags don't mess up the rest of the "parsing".
2134
2135         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2136         so that nnimap methods aren't agentized by default.  There's apparently
2137         many problems related to agent/imap behaviour.
2138
2139         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2140
2141         * gnus-html.el: Doc fix.
2142
2143 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2146         specifier-spec-list for Emacs 21.
2147
2148         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2149         glyph-width and glyph-height instead of display-graphic-p and
2150         image-size; make avoidance of displaying small images work for XEmacs.
2151
2152         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2153         for XEmacs.
2154
2155         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2156         of symbol that holds plist data.
2157         (gnus-process-plist): Remove plist of process after getting it.
2158
2159 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * message.el (message-generate-hashcash): Change default to
2162         'opportunistic if hashcash is installed.
2163
2164         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2165         (gnus-html-put-image): Only call image-size once, since it's somewhat
2166         time-consuming on remote X servers.
2167
2168 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2171         type on data, not a file name.
2172
2173         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2174         window-pixel-edges for Emacs 21.
2175
2176         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2177         decoded contents.
2178         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2179
2180 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2183         group line format, since it isn't very interesting.
2184
2185         * gnus-agent.el (gnus-agent-short-article),
2186         (gnus-agent-long-article): Increase values for these two variables,
2187         since most people are likely to have more network connection and
2188         storage than before.
2189
2190         * gnus.el (gnus-refer-article-method): Change default to 'current.
2191         When referring an article, the common behaviour is to refer it from the
2192         current select method, not the native select method.  The chances of
2193         the native select method having the message in question is rather slim
2194         these days.
2195
2196         * gnus-sum.el (gnus-auto-select-subject): Change default to
2197         `unseen-or-unread'.  I think it's likely that most people want to
2198         select an unseen article over a previously seen, but unread one.
2199
2200         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2201         means that in the article buffer none of the minor mode elements will
2202         be shown, usually, and this is not desirable in most cases.
2203
2204         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2205         that commands like `d' (and the like) go to the next line in the
2206         buffer, instead of the next unread article.  I think this is the
2207         behaviour that is most natural for most users.
2208         (gnus-single-article-buffer): Change default to nil, so that people can
2209         have as many article buffers open as they have summary buffer.  I think
2210         this is the most natural way for the groups to behave.
2211
2212         * message.el (message-generate-new-buffers): Change default to
2213         `unsent', so that all new message buffers start their names with the
2214         string "*unsent", and it's easier to find the buffers if you move from
2215         them.
2216
2217 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2220         small.  They're probably tracking images.
2221         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2222         (gnus-html-rescale-image): Yet another try at getting the image sizing
2223         right.
2224
2225         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2226         nntp-marks-file-name is nil.
2227
2228 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2229
2230         * gnus-html.el (gnus-html-wash-tags)
2231         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2232         Better logging.
2233
2234 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2237
2238         * gnus-html.el (gnus-html-wash-tags): Check the value of
2239         gnus-blocked-images in the summary buffer.
2240
2241 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2244
2245 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2248         like "a", it seems like.
2249         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2250         since it needs to be picked from the correct buffer.
2251
2252         * nnwfm.el: Removed.
2253
2254         * nnlistserv.el: Removed.
2255
2256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2257
2258         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2259         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2260
2261 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * nnkiboze.el: Removed.
2264
2265         * nndb.el: Removed.
2266
2267         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2268         alt text.
2269         (gnus-html-rescale-image): Try to get the rescaling logic right for
2270         images that are just wide and not tall.
2271
2272         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2273         overshadow variable bindings.
2274
2275 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * gnus-html.el (gnus-html-wash-tags)
2278         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2279         extra logging.
2280
2281 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2284         (gnus-max-image-proportion): New variable.
2285         (gnus-html-rescale-image): New function.
2286         (gnus-html-put-image): Rescale images.
2287
2288 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2289
2290         Fix up some byte-compiler warnings.
2291         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2292         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2293         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2294         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2295         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2296         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2297         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2298
2299 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-html.el (gnus-article-html): Decode contents by charset.
2302
2303 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2306         (gnus-html-frame-width, gnus-blocked-images)
2307         * message.el (message-prune-recipient-rules): Add custom version.
2308         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2309
2310         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2311         functions.
2312
2313         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2314         gnus-process-get.
2315
2316 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2317
2318         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2319         instead of lsub directly.
2320
2321 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * nnwarchive.el: Removed.
2324
2325         * gnus-soup.el: Removed.
2326
2327         * nnsoup.el: Removed.
2328
2329         * nnultimate.el: Removed.
2330
2331         * gnus-html.el (gnus-blocked-images): New variable.
2332
2333         * message.el (message-prune-recipients): New function.
2334         (message-prune-recipient-rules): New variable.
2335
2336         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2337         guess whether a long line is natural text or not.
2338
2339         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2340         gnus-process-plist and friends for compatibility.
2341
2342 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         * gnus-html.el: Require packages that define macros used in this file.
2345         (gnus-article-mouse-face): Declare to silence byte-compiler.
2346         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2347         process-get.
2348         (gnus-html-put-image): Use plist-get to avoid getf.
2349         (gnus-html-prefetch-images): Use with-current-buffer.
2350
2351 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * gnus-ems.el: Provide compatibility functions for
2354         gnus-set-process-plist.
2355
2356         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2357         header-line-format for XEmacs 21.4.
2358
2359         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2360         * gnus.el (gnus-valid-select-methods)
2361         * message.el (message-send-mail-partially-limit)
2362         * mm-decode.el (mm-text-html-renderer)
2363         * mml.el (mml-insert-mime-headers-always)
2364         * smiley.el (smiley-regexp-alist): Bump custom version.
2365
2366 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-html.el: require mm-url.
2369         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2370         with the url to `url'.
2371         (gnus-html-wash-tags): Support cid: URLs/images.
2372
2373 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2376         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2377         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2378
2379         * gnus-move.el: Removed file, since it doesn't really work.
2380
2381         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2382         UTF-8.  This seems to fix problems with some German web feeds.
2383
2384         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2385         at the top so that the proper colours are applied.
2386
2387         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2388         don't have dots in their names.
2389
2390         * gnus-art.el (gnus-article-view-part): Doc fix.
2391
2392         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2393         XEmacs-compatible.
2394         (gnus-html-put-image): Don't do images on non-graphic displays.
2395
2396         * nnslashdot.el: Removed this unused backend.
2397
2398         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2399         actions.
2400         (gnus-undo-register-1): Revert last change.
2401
2402         * gnus-group.el (gnus-group-completing-read): Protect against not
2403         having completion-styles bound.
2404
2405         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2406         make broken recipients happier.
2407
2408         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2409
2410         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2411         point parameter.
2412
2413         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2414
2415         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2416         completion-styles for group selection.
2417
2418 2009-02-04  Andreas Schwab  <schwab@suse.de>
2419
2420         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2421         headers and regexp-quote the match if necessary.
2422
2423 2009-03-24  Miles Bader  <miles@gnu.org>
2424
2425         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2426         the blinking smiley.
2427
2428 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2429
2430         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2431         blink smiley.
2432
2433 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2436         where the dribbel file lives exists.
2437
2438         * message.el (message-send-mail-partially-limit): Change the default to
2439         nil, since most people don't want this.
2440
2441         * mm-url.el (mm-url-decode-entities): Also decode entities like
2442         &#x3212.
2443
2444 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2445
2446         * gnus-sum.el (gnus-summary-idna-message):
2447         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2448         Hyperlink urls in docstrings with URL `...'.
2449
2450 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2451
2452         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2453         functions.
2454
2455 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2458         say what the mouseover text should be.
2459
2460         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2461         version of the mm-w3m-safe-url-regexp variable to only download images
2462         in the groups where we want that to happen.
2463
2464         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2465
2466         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2467         easier debugging.
2468         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2469         big pictures in the article buffer.
2470
2471         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2472         gnus-article-html.
2473         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2474         w3m.
2475
2476         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2477
2478 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2481         which doesn't exist.
2482
2483         * message.el (message-inhibit-ecomplete): New variable to allow some
2484         function to inhibit ecomplete address storage.
2485         (message-resend): Disable ecomplete message storage when resending
2486         messages.
2487
2488         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2489
2490 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2493         Save excursion while copying, moving, and deleting articles in order to
2494         prevent the cursor from jumping to unforeseen place.
2495
2496 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * lpath.el: No need to bind bookmark-current-buffer,
2499         bookmark-yank-point and bookmark-make-record-function.
2500
2501 2010-08-17  Glenn Morris  <rgm@gnu.org>
2502
2503         * gnus-sync.el: Require gnus components whose functions are used.
2504
2505         * gnus-art.el (bookmark-make-record-function):
2506         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2507         Declare for compiler.
2508
2509         * mm-url.el (mml-compute-boundary): Autoload.
2510
2511 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2514
2515 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2516
2517         Typo fix "hoo4a" -> "hook".
2518
2519         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2520
2521 2010-08-14  Glenn Morris  <rgm@gnu.org>
2522
2523         * gnus-sync.el (gnus-sync): Fix defgroup version.
2524
2525 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2526
2527         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2528
2529         * gnus-sync.el: Fix docs.
2530         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2531         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2532
2533 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2534
2535         Optimizations for gnus-sync.el.
2536
2537         * gnus-sync.el: Add docs about gnus-sync-backend
2538         possibilities.
2539         (gnus-sync-save): Remove unnecessary message.
2540         (gnus-sync-read): Optimize and show what groups were skipped.
2541
2542 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         Minor bug fixes for gnus-sync.el.
2545
2546         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2547         read the sync on get-new-news.
2548
2549         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2550         quiet.
2551
2552         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2553
2554 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2555
2556         Make saving and restoring of hidden threads work with overlays.
2557         Patch applied by Ted Zlatanov.
2558
2559         * gnus-sum.el (gnus-hidden-threads-configuration)
2560         (gnus-restore-hidden-threads-configuration): Update to deal with text
2561         properties, rather than searching for a magic character.
2562
2563 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2564
2565         New gnus-sync.el library for synchronization of marks.
2566
2567         * gnus-sync.el: New library for synchronization of marks.
2568
2569         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2570         renamed from `gnus-registry-grep-in-list'.
2571
2572         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2573
2574         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2575
2576 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2579         determining charset of text fails.
2580
2581 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * nnmail.el (nnmail-get-new-mail-1): Revert.
2584
2585         * nnml.el (nnml-active-number): Make sure names of newly created groups
2586         in nnml-group-alist are encoded.
2587
2588 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2591         containing non-ASCII characters in active file for nnml back end.
2592
2593 2010-07-24  David Engster  <dengste@eml.cc>
2594
2595         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2596         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2597
2598 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2599
2600         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2601         tag (Bug#6654).
2602
2603 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2606         the article buffer, not the summary buffer.
2607
2608 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2611         Emacs 23 as well.
2612
2613 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2616         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2617
2618 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2619
2620         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2621         Patch applied by Karl Fogel.
2622
2623         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2624         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2625
2626 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2627
2628         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2629         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2630         C-w still not working correctly from Article buffers; Thierry's
2631         patch to fix that will be applied after this.
2632
2633         * gnus-art.el (bookmark-make-record-function): New local variable.
2634
2635         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2636         article buffer.
2637         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2638
2639 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2640
2641         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2642         on changes in bookmark.el.
2643
2644 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2647         `no-log' instead of message not to log prompt string.
2648
2649 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2650
2651         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2652         the *other* type of HTML form submission.
2653
2654 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2655
2656         * auth-source.el (auth-source-pick): If choice does not contain a
2657         questioned keyword, set the check to t.
2658
2659 2010-06-12  Romain Francoise  <romain@orebokech.com>
2660
2661         * gnus-util.el (gnus-date-get-time): Move up before first use.
2662
2663 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2666         (gnus-article-edit-part): Bind it to make last part that is substituted
2667         or deleted visible.
2668         (gnus-mime-display-single): Buttonize part of which id equals to
2669         gnus-mime-buttonized-part-id.
2670
2671 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2672
2673         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2674         (gnus-dd-mmm): Use gnus-date-get-time.
2675         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2676         simplify logic.
2677         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2678         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2679
2680 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2681
2682         * auth-source.el (top): Autoload `secrets-list-collections',
2683         `secrets-create-item', `secrets-delete-item'.
2684         (auth-sources): Fix tag string.
2685         (auth-get-source, auth-source-retrieve, auth-source-create)
2686         (auth-source-delete): New defuns.
2687         (auth-source-pick): Rewrite in order to avoid 2 passes.
2688         (auth-source-forget-user-or-password): New parameter USERNAME.
2689         (auth-source-user-or-password): New parameters CREATE-MISSING and
2690         DELETE-EXISTING.  Retrieve password interactively, if needed.
2691
2692 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2693
2694         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2695         deleting unused directories when gnus-expert-user is t.
2696
2697 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2700         for each temp file when gnus-article-browse-delete-temp is ask.
2701
2702 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2703
2704         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2705         Lisp calls to delete-backward-char by calls to delete-char.
2706
2707 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2708
2709         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2710
2711 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2712
2713         * password-cache.el (password-cache-remove): Fix docstring.
2714
2715 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2718         article unless decoding article to be saved.
2719
2720 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2723         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2724         generated within the mm-with-unibyte-current-buffer macro.
2725
2726 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2729         to nil when we're in a mml-preview buffer and no group is selected.
2730
2731 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2732
2733         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2734         when catching the `C-g'.  Reported by "Leo".
2735
2736 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * message.el (message-forward-make-body-plain)
2739         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2740         multibyte-string-p.
2741
2742         * lpath.el: Revert.
2743
2744 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * message.el (message-forward-make-body-mml): Assume original message
2747         is multibyte string; error on unibyte.
2748         (message-forward-make-body-plain): Ditto; don't add excessive newline
2749         in body end.
2750
2751         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2752
2753 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2754
2755         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2756         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2757
2758 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * mm-extern.el (mm-extern-url): Don't use
2761         mm-with-unibyte-current-buffer.
2762         (mm-extern-cache-contents): Use with-current-buffer instead of
2763         save-excursion + set-buffer.
2764
2765 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2766
2767         * mm-util.el (mm-emacs-mule): Remove.
2768
2769 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2770
2771         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2772         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2773         change.
2774
2775 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2778         bind the default value of enable-multibyte-characters to nil.
2779
2780 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * message.el (message-forward-make-body-plain)
2783         (message-forward-make-body-mml):
2784         Don't use mm-with-unibyte-current-buffer.
2785
2786 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2787
2788         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2789
2790 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2791
2792         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2793         (Bug#5592).
2794
2795 2010-05-07  Julien Danjou  <julien@danjou.info>
2796
2797         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2798         it to mm-pipe-part.
2799
2800         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2801         it is given.
2802
2803 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * binhex.el (binhex-decode-region-internal)
2806         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2807         (dns-query)
2808         * nnweb.el (nnweb-gmane-search)
2809         * pgg-parse.el (pgg-parse-armor)
2810         * pgg.el (pgg-verify-region)
2811         * sha1.el (sha1-string-external)
2812         * uudecode.el (uudecode-decode-region-internal)
2813         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2814         XEmacs.
2815
2816         * gnus-art.el (gnus-article-browse-html-parts)
2817         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2818         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2819         make-temp-file.
2820
2821         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2822         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2823         compiling.
2824
2825         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2826         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2827         XEmacs when compiling.
2828
2829         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2830         gnus-pick-mode-off-hook for XEmacs when compiling.
2831         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2832         gnus-binary-mode-off-hook for XEmacs when compiling.
2833
2834         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2835         nil if char-charset is not available.
2836
2837         * imap.el (imap-disable-multibyte)
2838         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2839         macros.
2840
2841         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2842         instead of encode-coding-string.
2843
2844         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2845         'xemacs) instead of mm-emacs-mule to switch function definitions.
2846         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2847
2848         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2849         bind temporary-file-directory for XEmacs;
2850         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2851         timer-set-function for XEmacs 21.4 and SXEmacs;
2852         bind timer-list for XEmacs 21.4 and SXEmacs;
2853         fbind char-charset and find-charset-region for non-Mule XEmacs;
2854         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2855         encode-coding-region and encode-coding-string for XEmacs having no
2856         file-coding feature.
2857
2858 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2859
2860         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2861
2862 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2865         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2866
2867 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2868
2869         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2870         alias `jka-compr-delete-temp-file' no longer exists.
2871
2872 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2873
2874         Use define-minor-mode in Gnus where applicable.
2875         * mml.el (mml-mode): Use define-minor-mode.
2876         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2877         (gnus-undo-mode): Use define-minor-mode.
2878         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2879         (gnus-dead-summary-mode): Use define-minor-mode.
2880         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2881         Initialize in declaration.
2882         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2883         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2884         (gnus-mailing-list-mode): Use define-minor-mode.
2885         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2886         (gnus-draft-mode): Use define-minor-mode.
2887         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2888         (gnus-dired-mode): Use define-minor-mode.
2889
2890 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2891
2892         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2893         handles on recursive mml-to-mime translation and check them for
2894         boundary delimiter collisions.  Reported by Greg Troxel.
2895
2896 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2899
2900 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2901
2902         * mm-util.el (mm-find-buffer-file-coding-system):
2903         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2904
2905 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2906
2907         * message.el (message-generate-headers): Record insertion of optional
2908         headers as well.  Otherwise the check to prevent repeated insertion of
2909         optional headers is a no-op.
2910
2911 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * smime.el: Don't mention CVS.
2914
2915         * nnrss.el (nnrss-fetch): Don't mention CVS.
2916
2917         * nnir.el: Don't mention CVS.
2918
2919 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2922
2923 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * lpath.el: Fbind bookmark-default-handler,
2926         bookmark-get-bookmark-record, bookmark-make-record-default,
2927         bookmark-prop-get for Emacs <23 and XEmacs.
2928
2929 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2930
2931         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2932         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2933         Use with-current-buffer to silence the byte-compiler.
2934         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2935         bother to require `gnus'.
2936         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2937
2938 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2939
2940         * gnus-sum.el (gnus-summary-bookmark-make-record)
2941         (gnus-summary-bookmark-jump): New functions.
2942         (gnus-summary-mode): Setup bookmark support.
2943
2944 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2945
2946         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2947         if set.
2948
2949 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2952         gnus-article-browse-html-save-cid-image; make it work recursively for
2953         forwarded messages as well.
2954         (gnus-article-browse-html-parts): Work when prefix arg is given.
2955         (gnus-article-browse-html-article): Doc fix.
2956
2957 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2958
2959         * message.el (message-default-mail-headers):
2960         (message-default-headers): Carry the value mail-default-headers over
2961         into message-default-mail-headers, rather than message-default-headers.
2962
2963 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2964
2965         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2966         charset.
2967
2968         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2969         charset into the <meta> tag when the article is encoded to utf-8.
2970
2971 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2974         directories as well.
2975         (gnus-article-browse-html-parts): Work for images that do not specify
2976         file names; delete temp directory when quitting; insert header at the
2977         right place; use file: scheme for image files.
2978
2979 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2980
2981         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2982         (gnus-article-browse-html-parts): Use it to make temporary cid image
2983         files in addition to html file so that browser may display them.
2984
2985 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2988
2989 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2990
2991         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2992
2993 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2996         about Secret Service API sources.  Improve Customize options.
2997         (auth-source-pick): Change to accept any number of search parameters.
2998         Implement fallbacks iteratively, not recursively.  Add scoring on the
2999         second pass and sort by score.  Call Secret Service API when needed.
3000         (auth-source-user-or-password): Use it.  Call Secret Service API
3001         directly when needed to get the user name and the password.
3002
3003 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3004
3005         * message.el (message-interactive): Doc fix.
3006         (message-qmail-inject-args): Reflow.
3007         (message-kill-to-signature): Fix typo in docstring.
3008
3009         * smiley.el (smiley-buffer): Fix typo in docstring.
3010
3011 2010-03-24  Glenn Morris  <rgm@gnu.org>
3012
3013         * mail-source.el (gnus-message): Declare.
3014         (mail-source-delete-old-incoming): Require gnus-util.
3015
3016 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3019
3020         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3021
3022         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3023         password-cache's default if it is not bound.
3024         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3025         password-cache-expiry's default if it is not bound.
3026
3027         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3028         available in Emacs 21.
3029
3030         * lpath.el: Suppress compiler warnings for:
3031         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3032         XEmacs;
3033         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3034         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3035         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3036
3037 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3038
3039         * auth-source.el (auth-sources): Fix up definition so extra parameters
3040         are always inline.
3041
3042 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3043
3044         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3045         wasn't updated after mismatch.  Clear cached mailbox info correctly
3046         when uidvalidity changes.
3047         (nnimap-group-prefixed-name): New function to avoid some code
3048         duplication.
3049         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3050         (nnimap-request-group): Use it.
3051         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3052         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3053         with many imap folders.  This is done by caching the group status from
3054         the imap server persistently in a group parameter `imap-status'.  (This
3055         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3056         but not persistently, so every Gnus startup was still very slow.)
3057
3058 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3059
3060         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3061         delete the extra newline.  Otherwise editing of :string and :number
3062         types don't work.
3063
3064 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3065
3066         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3067         secrets.el dependency.
3068         (auth-sources): Add optional user name.  Add secrets.el configuration
3069         choice (unused right now).
3070
3071 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3072
3073         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3074         `gnus-registry-install-shortcuts' fill in the functions.
3075
3076         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3077         warnings.
3078         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3079         (gnus-registry-install-shortcuts): Populate and use it in a
3080         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3081
3082 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3083
3084         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3085         In-place substitutions for the group name encoding/decoding.
3086         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3087         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3088         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3089         (nnimap-update-unseen, nnimap-request-list)
3090         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3091         (nnimap-request-set-mark, nnimap-split-to-groups)
3092         (nnimap-split-articles, nnimap-request-newgroups)
3093         (nnimap-request-create-group, nnimap-request-accept-article)
3094         (nnimap-request-delete-group, nnimap-request-rename-group)
3095         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3096         `encoded-mbx' for consistency.
3097         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3098         variable `imap-current-mailbox'.
3099
3100         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3101         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3102
3103 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3104
3105         * pop3.el (pop3-display-message-size-flag): Display message size byte
3106         counts during POP3 download.
3107         (pop3-movemail): Use it.
3108         (pop3-list): Implement listing of available messages.
3109
3110 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3111
3112         * nnir.el (nnir-get-article-nov-override-function): New function to
3113         override the normal NOV retrieval.
3114         (nnir-retrieve-headers): Use it.
3115
3116 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3117
3118         * auth-source.el (netrc-machine-user-or-password): Autoload.
3119
3120 2010-03-19  Glenn Morris  <rgm@gnu.org>
3121
3122         Stop message.el from loading about 40 libraries it doesn't always need.
3123         The general approach is to autoload rather than require, and to
3124         require in the specific functions rather than the file.  (Bug#5642)
3125
3126         * gmm-utils.el: Don't require wid-edit.
3127         (widget-create-child-value, widget-convert, widget-default-get):
3128         Autoload.
3129
3130         * gnus-util.el: Don't require time-date, netrc.
3131         (message-fetch-field, gnus-group-name-decode): Declare rather than
3132         autoloading.
3133         (gnus-fetch-field): Require message.
3134         (gnus-decode-newsgroups): Require gnus-group.
3135
3136         * ietf-drums.el: Don't require time-date.
3137
3138         * message.el: Don't require hashcash, canlock, ecomplete.
3139         Do require mail-utils.  Require nnheader only when compiling.
3140         (smtpmail-default-smtp-server): Remove declaration.
3141         (message-send-mail-function): Check smtpmail-default-smtp-server
3142         is bound rather than requiring smtpmail.
3143         (message-auto-save-directory, message-insert-signature): Use
3144         expand-file-name rather than nnheader-concat.
3145         (nnheader-insert-file-contents): Autoload.
3146         (hashcash-wait-async): Declare.
3147         (message-send-mail): Only call gnus-setup-posting-charset if
3148         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3149         (message-send-mail-with-sendmail): Require sendmail.
3150         (canlock-password, canlock-password-for-verify): Declare.
3151         (message-canlock-password): Require canlock.
3152         (nnheader-get-report): Autoload.
3153         (gnus-setup-posting-charset): Declare.
3154         (message-send-news): Require gnus-msg.
3155         (message-make-references, message-make-in-reply-to): Use mail-header-id
3156         rather than the alias mail-header-message-id.
3157         (ecomplete-add-item, ecomplete-save): Declare.
3158         (message-put-addresses-in-ecomplete): Require ecomplete.
3159         (ecomplete-display-matches): Autoload.
3160
3161         * mm-decode.el: Don't require mailcap, gnus-util.
3162         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3163         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3164         Autoload.
3165         (mailcap-mime-extensions): Declare.
3166
3167         * mm-encode.el: Don't require mailcap.
3168         (mailcap-extension-to-mime): Autoload.
3169
3170         * mml-sec.el: Don't require password-cache.
3171
3172         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3173         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3174         (mml-minibuffer-read-type): Require mailcap.
3175         (mml-preview): Require gnus-msg.
3176
3177         * mml1991.el: Require password-cache.
3178         (password-cache-expiry): Remove declaration.
3179
3180         * mml2015.el: Require password-cache.
3181         (password-cache-expiry): Remove declaration.
3182
3183         * nneething.el (mailcap): Require mailcap.
3184
3185         * nnheader.el (declare-function): Add compatibility stub.
3186         (message-remove-header): Declare rather than autoload.
3187         (nnheader-replace-header): Require message.
3188
3189         * nnimap.el (declare-function): Add compatibility stub.
3190         (netrc-parse, netrc-machine-user-or-password): Declare.
3191         (nnimap-open-connection): Require netrc.
3192
3193         * nntp.el (declare-function): Add compatibility stub.
3194         (netrc-parse, netrc-machine, netrc-get): Declare.
3195         (nntp-send-authinfo): Require netrc.
3196
3197         * rfc2047.el: Don't require qp.
3198         (quoted-printable-encode-region, quoted-printable-decode-string):
3199         Autoload.
3200
3201         * sieve-mode.el: Don't require easymenu.
3202         (easy-menu-add-item): Autoload it.
3203
3204         * spam-stat.el (time-to-number-of-days): Autoload it.
3205
3206 2010-03-19  Glenn Morris  <rgm@gnu.org>
3207
3208         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3209
3210 2010-03-18  Glenn Morris  <rgm@gnu.org>
3211
3212         * hashcash.el (declare-function): Remove duplicate definition.
3213
3214 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3215
3216         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3217         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3218         value if any backslash escapes).
3219
3220 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3223         if it is available.  (bug#5647)
3224
3225         * lpath.el: Suppress compiler warning for coding-system-from-name for
3226         Emacs 21 and XEmacs.
3227
3228 2010-03-14  Juri Linkov  <juri@jurta.org>
3229
3230         * hmac-def.el:
3231         * hmac-md5.el:
3232         * netrc.el: Fix keywords.
3233
3234 2010-02-26  Glenn Morris  <rgm@gnu.org>
3235
3236         * message.el (message-send-mail-function): Change the default, so that
3237         it inherits from a customized send-mail-function.  (Bug#5643)
3238
3239 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3240
3241         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3242         shell-command-to-string signals an error (bug#5299).
3243
3244 2010-02-24  Glenn Morris  <rgm@gnu.org>
3245
3246         * message.el (message-smtpmail-send-it)
3247         (message-send-mail-with-mailclient): Doc fixes.
3248
3249 2010-02-16  Glenn Morris  <rgm@gnu.org>
3250
3251         * message.el (message-default-mail-headers): Change the default value
3252         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3253
3254 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3257         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3258
3259 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3260
3261         * time-date.el (date-to-time): Doc fix (Bug#5408).
3262
3263 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3264
3265         * message.el (message-mail): Just pass yank-action on to message-setup.
3266         (message-setup): Handle (FUN . ARGS) form of yank-action.
3267         (message-with-reply-buffer, message-widen-reply)
3268         (message-yank-original): Handle non-buffer values of
3269         message-reply-buffer (Bug#4080).
3270         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3271
3272 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3273
3274         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3275         Fix typo in docstring.
3276
3277 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3278
3279         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3280         response.
3281
3282 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3285
3286         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3287
3288         * message.el (message-check-news-header-syntax): Protect against a
3289         string that `rfc822-addresses' returns when parsing fails.
3290
3291 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3294         (gnus-previous-char-property-change): New functions.
3295
3296         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3297
3298 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3299
3300         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3301         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3302
3303 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3304
3305         * message.el (message-exchange-point-and-mark): Rework last change to
3306         avoid using optional arg of exchange-point-and-mark, for backward
3307         compatibility.
3308
3309 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3310
3311         * message.el (message-exchange-point-and-mark): Call
3312         exchange-point-and-mark with an argument rather than setting
3313         mark-active by hand (Bug#5175).
3314
3315 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * nntp.el (nntp-service-to-port): Work for service expressed with
3318         numeric string; replace [:digit:] with [0-9] for XEmacs.
3319
3320 2009-12-17  Glenn Morris  <rgm@gnu.org>
3321
3322         * gnus-group.el (gnus-bug-group-download-format-alist):
3323         Change emacs entry to debbugs.gnu.org.  Bump :version.
3324
3325 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3328
3329 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3330
3331         * message.el (message-info): Explain why we use `Info-goto-node'.
3332
3333 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3336
3337 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3338
3339         * message.el (message-completion-in-region): New compatibility function.
3340         (message-expand-group): Use it.
3341
3342 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3345         with no unread article should be listed if the 2nd arg `predicate' is
3346         given.
3347
3348 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3351
3352 2009-11-29  Juri Linkov  <juri@jurta.org>
3353
3354         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3355         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3356         on `gnus-recenter'. (Bug#4698, Bug#4981)
3357
3358 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3359
3360         * sha1.el (sha1-string-external): default-directory "/" in case
3361         otherwise non-existent.  process-connection-type pipe for touch of
3362         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3363
3364 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3365
3366         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3367         it's comms related and sgml-mode.el has "comm" on that basis too.
3368
3369 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3372         containing tspecial characters if they have been already quoted.
3373
3374 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3375
3376         * dns-mode.el (auto-mode-alist): Purecopy string.
3377
3378 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3379
3380         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3381
3382 2009-10-24  Glenn Morris  <rgm@gnu.org>
3383
3384         * gnus-art.el (help-xref-stack-item): Define for compiler.
3385
3386 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3387
3388         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3389
3390 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3393
3394 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3397         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3398
3399 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3402         (gnus-overlays-in): New alias to overlays-in.
3403
3404         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3405         gnus-overlay-get, and gnus-delete-overlay.
3406         (gnus-summary-show-thread): Make it work as well for systems in which
3407         next-single-char-property-change is not available.
3408         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3409
3410         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3411         (gnus-overlay-get): New alias to extent-property.
3412         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3413
3414         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3415         SXEmacs.
3416
3417         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3418         SXEmacs.
3419
3420 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3421
3422         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3423
3424 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3425
3426         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3427         and XEmacs that don't have `remove-overlays'.
3428
3429 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3430
3431         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3432         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3433         selective display.  Use overlays instead.
3434
3435 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3436
3437         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3438
3439 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3440
3441         * spam-stat.el (spam-stat-load): Fix typo in message.
3442
3443 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3444
3445         * dig.el (dig-invoke): Fix typo in docstring.
3446         (query-dig): Reflow docstring.
3447
3448 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3449
3450         * gnus-art.el (gnus-article-encrypt-body):
3451         * message.el (message-check-recipients):
3452         * mm-util.el (mm-codepage-setup):
3453         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3454         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3455
3456 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3457
3458         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3459         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3460         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3461         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3462         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3463
3464 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3465
3466         * dig.el: Add "Keywords: comm", as per net-utils.el.
3467
3468 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3469
3470         * dig.el (dig-mode): Use define-derived-mode.
3471
3472 2009-09-19  Glenn Morris  <rgm@gnu.org>
3473
3474         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3475
3476 2009-09-18  Glenn Morris  <rgm@gnu.org>
3477
3478         * gnus-diary.el (gnus-diary-check-message):
3479         * message.el (message-insert-formatted-citation-line):
3480         * nnbabyl.el (top-level):
3481         * nndiary.el (nndiary-schedule):
3482         Fix typos in condition-case handlers.
3483
3484 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3487         configuration that provides the sole article window in a frame;
3488         position point correctly after deleting a part.
3489
3490 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3491
3492         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3493         (spam-resolve-registrations-routine): Use it to unregister articles
3494         that change status.
3495
3496 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3499         with XEmacs.
3500         (parse-time-string-chars): Use it.
3501
3502 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * imap.el (imap-interactive-login): Better messages.
3505         (imap-open): Fix bug with renamed buffer on reconnect.
3506         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3507         for easier debugging and cleaner code.  On successful (guessed based on
3508         server capabilities) secondary authentication, set imap-state
3509         correctly.
3510         (imap-last-authenticator): Define imap-last-authenticator as a variable
3511         to avoid warnings.
3512
3513 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * nnrss.el (nnrss-request-article): Remove binding of
3516         default-enable-multibyte-characters that has gotten needless by
3517         the 2007-07-13 change in rfc2047-encode-message-header.
3518
3519         * mml.el (mml-insert-multipart): Error on the message header.
3520         (mml-insert-part): Error on the message header; position point at
3521         the end of a MIME tag.
3522
3523 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * time-date.el (autoload): Expand define-obsolete-function-alias into
3526         defalias and make-obsolete for old Emacsen that Gnus supports.
3527         (with-no-warnings): Define it for old Emacsen.
3528         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3529         is available.
3530         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3531         float-time is available; suppress compile warning for time-to-seconds.
3532
3533         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3534         (gnus-float-time): Alias to float-time if it exists.
3535
3536         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3537         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3538         float-time is available; suppress compile warning for time-to-seconds.
3539
3540         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3541         XEmacs.
3542
3543 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * imap.el (imap-message-map): Docstring fix.
3546
3547 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3550         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3551         Add the optional argument `encoding' that overrides the default.
3552
3553         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3554         mm-encode-buffer.
3555
3556 2009-09-04  Glenn Morris  <rgm@gnu.org>
3557
3558         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3559         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3560         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3561         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3562         * mm-util.el (mm-with-unibyte-current-buffer)
3563         (mm-find-buffer-file-coding-system):
3564         * yenc.el (yenc-decode-region): Use default-value rather than
3565         default-enable-multibyte-characters.
3566
3567 2009-09-03  Glenn Morris  <rgm@gnu.org>
3568
3569         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3570         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3571         than default-enable-multibyte-characters.
3572
3573 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3574
3575         * gnus-art.el (gnus-article-read-summary-keys):
3576         Fix gnus-buffer-configuration's value temporarily used.
3577
3578 2009-09-02  Glenn Morris  <rgm@gnu.org>
3579
3580         * gnus-util.el (gnus-float-time): New function.
3581         * gnus-delay.el (gnus-delay-article):
3582         * gnus-sum.el (gnus-thread-latest-date):
3583         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3584         * nnspool.el (nnspool-request-newgroups):
3585         Use gnus-float-time rather than time-to-seconds.
3586         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3587
3588         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3589         (gnus-header-subject-face, gnus-header-newsgroups-face)
3590         (gnus-header-name-face, gnus-header-content-face):
3591         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3592         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3593         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3594         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3595         (gnus-cite-face-11):
3596         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3597         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3598         (gnus-server-closed-face, gnus-server-denied-face)
3599         (gnus-server-offline-face):
3600         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3601         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3602         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3603         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3604         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3605         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3606         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3607         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3608         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3609         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3610         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3611         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3612         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3613         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3614         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3615         (gnus-summary-high-undownloaded-face)
3616         (gnus-summary-low-undownloaded-face)
3617         (gnus-summary-normal-undownloaded-face)
3618         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3619         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3620         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3621         (gnus-splash-face):
3622         * message.el (message-header-to-face, message-header-cc-face)
3623         (message-header-subject-face, message-header-newsgroups-face)
3624         (message-header-other-face, message-header-name-face)
3625         (message-header-xheader-face, message-separator-face)
3626         (message-cited-text-face, message-mml-face):
3627         * sieve-mode.el (sieve-control-commands-face)
3628         (sieve-action-commands-face, sieve-test-commands-face)
3629         (sieve-tagged-arguments-face):
3630         * spam.el (spam-face):
3631         Mark face aliases with "-face" in the name as obsolete.
3632
3633 2009-09-01  Glenn Morris  <rgm@gnu.org>
3634
3635         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3636         than goto-line.
3637
3638 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3641         Don't move point if the command is invoked inside the message header.
3642
3643 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3644
3645         * imap.el (imap-send-command): Simplify.
3646         (imap-wait-for-tag): point-max -> buffer-size.
3647
3648 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3649
3650         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3651         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3652         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3653         * nnir.el (nnir-swish-e-index-file):
3654         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3655         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3656         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3657         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3658         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3659         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3660
3661 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3664         Don't save excursion.
3665
3666 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3667
3668         * nnheader.el (nnheader-find-file-noselect):
3669         * mm-util.el (mm-insert-file-contents):
3670         Use (default-value 'major-mode) instead of default-major-mode.
3671
3672 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3673
3674         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3675
3676 2009-08-26  Glenn Morris  <rgm@gnu.org>
3677
3678         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3679         than placing in files.el.
3680
3681 2009-08-25  Glenn Morris  <rgm@gnu.org>
3682
3683         * nnir.el (top-level): Don't require cl at run-time.
3684         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3685         Replace cl-function substitute with gnus-replace-in-string.
3686         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3687         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3688         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3689         simplified expansions.
3690
3691 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3692
3693         * dig.el (dig): Add autoload cookie.
3694
3695 2009-08-22  Glenn Morris  <rgm@gnu.org>
3696
3697         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3698         goto-line.
3699
3700 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3701
3702         * parse-time.el (parse-time-string-chars): Save match data.
3703
3704 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3705
3706         * parse-time.el (parse-time-string-chars): Compute using character
3707         classes, to handle non-ascii characters (Bug#3190).
3708
3709 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3710
3711         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3712
3713         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3714         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3715         (gnus-mm-display-part, gnus-mime-display-single)
3716         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3717         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3718
3719         * gnus-sum.el
3720         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3721         (gnus-summary-move-article): Add expirable mark to articles copied or
3722         moved to group that has auto-expire turned on if the option is non-nil.
3723
3724 2009-07-24  Glenn Morris  <rgm@gnu.org>
3725
3726         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3727         Fix typo.  (Bug#3903)
3728
3729 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3732         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3733         that should not be used for draft articles.
3734         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3735         that has no concern in minor mode keys.
3736         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3737         Abolish.
3738
3739 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3742         article without making inquiry to a user for unknown encoding.
3743
3744         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3745         (nnmaildir--scan): Assume i-node and device number that file-attributes
3746         returns might be cons-cell.
3747
3748         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3749
3750         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3751
3752 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * auth-source.el: Remove docs now in auth.texi.  Don't use
3755         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3756         `auth-source-hide-passwords' and use them.
3757
3758 2009-07-15  Glenn Morris  <rgm@gnu.org>
3759
3760         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3761
3762 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3765         excessive whitespace from the default values of title and description.
3766
3767 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3770         mail-fetch-field to fetch Content-Description header in order to
3771         exclude newlines.
3772
3773 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3774
3775         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3776         format used by GnuPG 2.0.11.
3777
3778 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3781         to deleted part.
3782
3783 2009-05-30  David Engster  <dengste@eml.cc>
3784
3785         * nnmairix.el: Remove old documentation in the commentary block.
3786         (nnmairix-request-group): Do not update active file for nnml back ends.
3787         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3788         end so that overview files are ignored.
3789         (nnmairix-update-groups): Make updating the groups more robust by using
3790         marks.
3791         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3792         with dollar characters in message-id.
3793
3794 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3795
3796         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3797         2008-12-25 in dns.el.
3798
3799 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3800
3801         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3802         could happen if the text is only composed of spaces and/or tabs.
3803
3804 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3805
3806         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3807         when sending a queued message to avoid extra mml tags.
3808
3809 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3812
3813 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3816         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3817         rmail-toggle-header for XEmacs;
3818         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3819
3820 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-dired.el: Remove autoload for gnus-setup-message.
3823         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3824         displaying Gnus logo; always use compose-mail.
3825
3826 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3829
3830 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3833         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3834         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3835         available.
3836         (gnus-nocem-epg-verify): New function.
3837
3838 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3841
3842 2009-02-15  Glenn Morris  <rgm@gnu.org>
3843
3844         * gnus-util.el (rmail-insert-rmail-file-header)
3845         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3846         autoloads.
3847         (rmail-default-rmail-file): Remove unnecessary declaration.
3848         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3849
3850 2009-02-14  Glenn Morris  <rgm@gnu.org>
3851
3852         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3853         variable (only used in gnus-util, which declares it anyway).
3854         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3855         which was only needed by gnus-art (changed to not use it any more).
3856         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3857         only used in gnus-util, which autoloads it itself.
3858         (rmail-update-summary): Fix autoload.
3859
3860         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3861         rather than rmail-output-to-rmail-file.
3862
3863 2009-02-07  Glenn Morris  <rgm@gnu.org>
3864
3865         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3866         autoload of function that no longer exists.
3867         (rmail-toggle-header): Declare.
3868         (message-forward-rmail-make-body): Handle mbox Rmail.
3869
3870 2009-01-31  Glenn Morris  <rgm@gnu.org>
3871
3872         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3873         2009-01-09 change.
3874
3875 2009-01-31  Dave Love  <fx@gnu.org>
3876
3877         * imap.el (imap-fetch-safe): Bind debug-on-error.
3878         (imap-debug): Add imap-fetch-safe.
3879
3880 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3883         (auth-source-forget-all-cached): New convenience function.
3884         (auth-source-user-or-password): Accept list of modes or a single mode.
3885
3886         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3887         auth-source modes.
3888
3889         * netrc.el (netrc-machine-user-or-password): Use list of
3890         auth-source modes.
3891
3892         * nnimap.el (nnimap-open-connection): Use list of
3893         auth-source modes.
3894
3895         * nntp.el (nntp-send-authinfo): Use list of
3896         auth-source modes.
3897
3898 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3901         now.
3902
3903 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3906         coding system in XEmacs; add a workaround for XEmacs.
3907
3908         * lpath.el: Fbind coding-system-aliasee.
3909
3910 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3913         of current-language-environment.
3914
3915 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3916
3917         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3918         available at runtime.
3919
3920 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3923
3924 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3925
3926         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3927         the greatest positive fixnum value doesn't work under an XEmacs with
3928         bignum support; use the most-positive-fixnum constant instead,
3929         available since Emacs 21.1 with cl and XEmacs 21.1.
3930
3931 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3934         XEmacs gets not to work.
3935
3936 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * mm-util.el (mm-coding-system-priorities): Allow the value like
3939         "Japanese (UTF-8)" of current-language-environment.
3940
3941 2009-01-09  Glenn Morris  <rgm@gnu.org>
3942
3943         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3944         with last-command-event.
3945
3946 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3949         in the doc string.
3950
3951         * message.el (message-fix-before-sending): Amend comment.
3952
3953 2009-01-08  Dave Love  <fx@gnu.org>
3954
3955         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3956
3957 2009-01-07  David Engster  <dengste@eml.cc>
3958
3959         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3960         simplified server definitions by converting it via
3961         gnus-server-to-method.
3962
3963 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3966         parameter's operands.
3967
3968 2009-01-06  David Engster  <dengste@eml.cc>
3969
3970         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3971         primary select method (for gnus-group-mark-article-as-read).
3972
3973 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3974
3975         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3976         `(gnus)Face', not `(gnus)X-Face'.
3977
3978 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * mm-util.el (mm-ucs-to-char): New function.
3981
3982         * mm-url.el (mm-url-decode-entities): Use it.
3983
3984         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3985         unicode-to-char.
3986
3987 2009-01-05  Dave Love  <fx@gnu.org>
3988
3989         * time-date.el: Require cl for `declare'.
3990
3991 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3992
3993         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3994         Dave Love.
3995
3996 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3997
3998         * message.el (message-fix-before-sending): Add `eight-bit' to
3999         illegible-text check.
4000
4001 2009-01-03  Michael Olson  <mwolson@gnu.org>
4002
4003         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4004         `headers' is nil.  This can occur if the IMAP server does not have
4005         permissions to read messages from a folder, but can write new messages
4006         to the folder.
4007         (nnimap-request-article-part): Do not insert `data' if it is nil.
4008
4009         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4010         characters which will confuse `read', so skip past them.
4011
4012 2009-01-01  Dave Love  <fx@gnu.org>
4013
4014         * imap.el (imap-string-to-integer): Fix typo.
4015         (imap-fetch-safe): New function.
4016         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4017
4018         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4019
4020         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4021         (imap-parse-greeting): Fix doc strings.
4022         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4023         (imap-parse-flag-list): Make messages unique.
4024         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4025
4026         * nnimap.el: Fix author email.
4027         (nnimap-split-rule): Add FIXME comment.
4028         (nnimap-debug): Fix doc string.
4029
4030 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4031
4032         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4033
4034 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4035
4036         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4037         nslookup if resolv.conf isn't available.
4038         (dns-query): Rename from query-dns.
4039         (dns-query-cached): Rename from query-dns-cached.
4040
4041 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4044         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4045         to check if those variables exist (first appeared in Emacs 18.50).
4046
4047 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * mm-util.el (mm-line-number-at-pos): New function.
4050
4051         * spam-report.el (spam-report-process-queue): Use it.
4052
4053 2008-12-24  David Engster  <dengste@eml.cc>
4054
4055         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4056         parameters that haven't existed as variables as buffer-local variables.
4057
4058 2008-12-23  Dave Love  <fx@gnu.org>
4059
4060         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4061         cadar.
4062
4063         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4064         imap-starttls-p.
4065         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4066
4067 2008-12-22  Dave Love  <fx@gnu.org>
4068
4069         * imap.el: Fix author email.  Doc fixes.
4070         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4071         reply.
4072
4073 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * spam-report.el (spam-report-gmane-max-requests): New constant.
4076         (spam-report-gmane-wait): New variable.
4077         (spam-report-gmane-ham, spam-report-gmane-spam)
4078         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4079         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4080         the server.
4081
4082         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4083         Add explanations.
4084
4085         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4086         nnheader-accept-process-output and nnheader-read-timeout if available.
4087         (pop3-movemail): Use it.
4088
4089         * message.el (message-check-news-body-syntax): Fix signature check if
4090         there's an attachment.
4091
4092 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * mm-util.el: Add comments to the mm- emulating functions.
4095
4096 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4099         by Stephen Berman <stephen.berman@gmx.net>.
4100
4101 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * mm-util.el (mm-substring-no-properties): New function.
4104         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4105         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4106         (mm-string-to-multibyte): Doc fix.
4107
4108         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4109
4110 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4111
4112         * mml.el (mml-attach-file): Strip text properties from file name.
4113         (Bug#1574)
4114
4115 2008-12-16  Glenn Morris  <rgm@gnu.org>
4116
4117         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4118
4119 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4122         knows since the charset specified might be a bogus alias that
4123         mm-charset-synonym-alist provides.
4124
4125 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4126
4127         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4128         "ISO_8859-1".
4129
4130         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4131
4132 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * mm-util.el (mm-charset-eval-alist):
4135         Define it before mm-charset-to-coding-system.
4136         (mm-charset-to-coding-system): Add optional argument `silent';
4137         define it before mm-charset-override-alist.
4138         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4139         default value if it can be used in Emacs currently running;
4140         silence mm-charset-to-coding-system.
4141
4142 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4145         `allow-override' which says whether to use `mm-charset-override-alist'.
4146         (rfc2047-decode-encoded-words): Use it.
4147
4148         * mm-util.el (mm-charset-override-alist): Fix custom type;
4149         add `(gb2312 . gbk)' to choices.
4150
4151 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4154         fast.
4155
4156         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4157
4158         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4159
4160 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4161
4162         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4163         on links.
4164
4165         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4166
4167 2008-12-03  Lute Kamstra  <lute@gnu.org>
4168
4169         * sha1.el: Remove leading * from docstrings of defcustoms,
4170         deffaces, defconsts and defuns.
4171
4172 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4175         users' addresses that don't have domain parts.
4176         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4177         rather than message-narrow-to-head since there will be the message
4178         header separator.
4179
4180 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4181
4182         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4183         since the result is inserted in a unibyte buffer anyway.
4184         (nnimap-demule-use-string-to-multibyte): Remove.
4185         (nnimap-demule): Alias it to mm-string-to-multibyte.
4186
4187 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4190         variable for debugging bug#464 and bug#1174.
4191         (nnimap-demule): Use it.
4192
4193 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4196         score calculation correctly.
4197
4198 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4199
4200         * message.el (message-send-mail): Just set the buffer to unibyte
4201         rather than use mm-with-unibyte-current-buffer which does a lot more.
4202         (message-send-mail-partially): Don't bother with
4203         mm-with-unibyte-current-buffer since it's already been made unibyte by
4204         message-send-mail.
4205
4206 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4209
4210 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4211
4212         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4213
4214 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4217         require itself and to remove `with-no-warnings'.
4218
4219 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4220
4221         * starttls.el (starttls-any-program-available): Get the name of the
4222         available TLS layer program.
4223         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4224         well as the host name in the "opening" message.
4225
4226         * auth-source.el (auth-source-cache, auth-source-do-cache)
4227         (auth-source-user-or-password): Cache passwords and logins by default,
4228         allow override with `auth-source-do-cache'.
4229         (auth-source-forget-user-or-password): Allow users to remove cache
4230         entries if needed.
4231
4232 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4233
4234         * md4.el (md4-buffer): Fix typo in docstring.
4235         (md4, md4-64): Doc fixes.
4236         (md4-pack-int32): Reflow docstring.
4237
4238 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4241         condition-case to only the forward-sexp call.
4242
4243 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4246         quotes contained.  Make it more robust regardless by an extra
4247         condition-case wrapper.
4248
4249 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4252
4253 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * nnml.el (nnml-request-expire-articles): Check if the function set to
4256         `nnmail-expiry-target' returns the symbol `delete'.
4257
4258         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4259
4260         * nnmail.el (nnmail-expiry-target): Fix custom type.
4261
4262 2008-10-02  Glenn Morris  <rgm@gnu.org>
4263
4264         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4265         Silence compiler warning.
4266
4267 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4268
4269         * tls.el (open-tls-stream): Show the actual command being
4270         executed, instead of the format string.
4271
4272 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * lpath.el: Fbind codepage-setup for Emacs 23.
4275
4276 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4277
4278         * mml.el (mml-menu): Don't assume mml2015 is bound.
4279
4280 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4283         exists.
4284
4285 2008-09-27  Glenn Morris  <rgm@gnu.org>
4286
4287         * gnus-util.el (mail-header-remove-comments): Autoload it.
4288
4289 2008-09-27  Andreas Schwab  <schwab@suse.de>
4290
4291         * gnus-util.el (gnus-split-references): Strip comments.
4292         (gnus-parent-id): Likewise.
4293
4294 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4295
4296         * message.el (message-confirm-send): Fix version.
4297
4298 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * message.el (message-idna-to-ascii-rhs-1): Use
4301         mail-extract-address-components rather than mail-header-parse-addresses
4302         that is an alias by default to ietf-drums-parse-addresses that does not
4303         support non-ASCII names in headers' contents.
4304
4305 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * message.el (message-confirm-send): Fixed variable documentation to
4308         avoid the "y/n" wording.
4309
4310 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4311
4312         * message.el (message-set-auto-save-file-name): Save to a different
4313         filename so multiple messages (especially drafts) can be recovered.
4314
4315 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4316
4317         * message.el (message-confirm-send): Add appropriate version.
4318
4319 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4322         defvar.
4323
4324 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4325
4326         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4327         (mm-pkcs7-enveloped-magic): Ditto.
4328
4329 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4330
4331         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4332         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4333
4334 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4337         default, it's better.
4338
4339 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4342         summary line gnus-number property and ignore them (with a warning
4343         message).
4344
4345 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4348         macro caddr in the interactive form since it won't be expanded.
4349
4350 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4353         `charset'; fix name of function called recursively.
4354         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4355
4356 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4359         (gnus-mime-set-charset-parameters): New function.
4360         (gnus-mime-view-part-as-charset): Use it to correctly display part
4361         specifying wrong charset.
4362
4363 2008-09-08  David Engster  <dengste@eml.cc>
4364
4365         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4366         in completing-read for back end server.
4367
4368 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * message.el (message-confirm-send): New variable to confirm sending a
4371         message.
4372         (message-send): Use it.
4373
4374 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4375
4376         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4377
4378 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4381
4382 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4383
4384         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4385         prevent tracking too many groups.
4386         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4387         Use it.
4388
4389 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4390
4391         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4392         moving point to the bottom of the window in order to avoid recentering.
4393
4394 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4397
4398         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4399         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4400         (gnus-article-beginning-of-window): Fix calculation.
4401
4402 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-msg.el (gnus-summary-supersede-article)
4405         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4406         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4407         message header.
4408
4409 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4410
4411         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4412         pending output coming after the status change.
4413
4414 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4415
4416         * message.el:
4417         * gnus-start.el:
4418         * gnus-registry.el: Remove VMS support.
4419
4420 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4423         macro.
4424         (rfc2104-hash): Use it.
4425
4426 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4429         (gnus-summary-sort-by-most-recent-date): New commands.
4430         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4431         and menu entries.
4432
4433 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4436         don't redisplay article for raw contents; remove plural articles stuff.
4437
4438         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4439         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4440         on gnus-summary-save-article; display results properly.
4441
4442 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * lpath.el: No need to fbind ns-focus-frame.
4445
4446 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4449
4450 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4453         gnus-save-all-headers.
4454
4455 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4456
4457         * gnus-util.el (ns-focus-frame): Remove declaration.
4458         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4459         like x.
4460
4461 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4462
4463         * rfc2104.el (rfc2104-zero): Delete defconst.
4464         (rfc2104-hex-alist): Likewise.
4465         (rfc2104-hex-to-int): Delete func.
4466         (rfc2104-hexstring-to-bitstring): Likewise.
4467         (rfc2104-nybbles): New defconst.
4468         (rfc2104-hash): Rewrite for speed.
4469
4470 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4471
4472         * tls.el (open-tls-stream): Make it work with the 2nd argument
4473         BUFFER that is a string but does not exist as a buffer object, as
4474         mentioned in the doc-string.
4475
4476 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4479         SXEmacs.
4480
4481 2008-07-16  Glenn Morris  <rgm@gnu.org>
4482
4483         * gnus-util.el (ns-focus-frame): Declare for compiler.
4484
4485 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4488         set as a group parameter.
4489         (gnus-summary-save-in-pipe): Work when it is called independently.
4490         (gnus-summary-pipe-to-muttprint): Don't modify
4491         gnus-summary-pipe-output-default-command.
4492
4493 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * message.el (message-send-mail-with-sendmail):
4496         Display the error message.
4497
4498 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (gnus-default-article-saver):
4501         Add gnus-summary-save-in-pipe to choices.
4502         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4503         gnus-summary-pipe-output-default-command as the default command.
4504         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4505         instead of gnus-last-shell-command.
4506
4507         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4508         New user option.
4509         (gnus-summary-muttprint-program): Mention the value will be changed.
4510         (gnus-summary-save-article): Force showing of all headers.
4511         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4512
4513 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4514
4515         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4516
4517 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4518
4519         * nnimap.el (nnimap-id):
4520         * sieve-manage.el (sieve-manage-open): Doc fixes.
4521
4522 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4523
4524         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4525         if available.
4526
4527 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4528
4529         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4530
4531         * nnkiboze.el (nnkiboze-generate-group):
4532         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4533
4534         * nnmairix.el: Require CL.
4535
4536 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * dgnushack.el: Autoload get-display-table and put-display-table for
4539         XEmacs 21.5.
4540
4541         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4542         21.4 and SXEmacs.
4543
4544 2008-06-15  David Engster  <dengste@eml.cc>
4545
4546         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4547
4548 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4549
4550         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4551         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4552         runtime choice under XEmacs.
4553
4554         * gnus-sum.el (gnus-summary-set-display-table):
4555         Use `gnus-put-display-table', `gnus-get-display-table',
4556         `gnus-set-display-table' for the display table, instead of `aset'.
4557
4558         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4559         Use `gnus-put-display-table', `gnus-get-display-table',
4560         `gnus-set-display-table' for the display table.
4561
4562 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * nnmairix.el: Add autoloads.
4565
4566 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4567
4568         * nnmairix.el (nnmairix-delete-recreate-group)
4569         (nnmairix-update-and-clear-marks): Fix error messages.
4570
4571 2008-06-14  David Engster  <dengste@eml.cc>
4572
4573         * nnmairix.el: Upgrade to version 0.6.
4574         (nnmairix-group-toggle-propmarks-this-group)
4575         (nnmairix-group-toggle-readmarks-this-group)
4576         (nnmairix-group-delete-recreate-this-group)
4577         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4578         (nnmairix-remove-tick-mark-original-article): New commands.
4579         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4580         (nnmairix-propagate-marks-to-nnmairix-groups)
4581         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4582         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4583         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4584         functions needed for marks propagation and manipulation of read marks.
4585         (nnmairix-update-groups): New function.
4586         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4587         (nnmairix-determine-original-group-from-registry)
4588         (nnmairix-determine-original-group-from-path)
4589         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4590         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4591         New helper functions.
4592         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4593         keystrokes for new commands.
4594         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4595         (nnmairix-request-group): Check allow-fast group parameter.
4596         (nnmairix-request-create-group): Set allow-fast group parameter if
4597         nnmairix-allowfast-default is set.
4598         (nnmairix-close-group): Propagate marks upon closing if needed.
4599         (nnmairix-group-toggle-threads-this-group): Use new.
4600         nnmairix-group-toggle-parameter helper function.
4601         (nnmairix-search): Better check for empty search result.
4602         (nnmairix-goto-original-article): Use new helper functions for
4603         determining original article.
4604         (nnmairix-show-original-article): Make sure message-id is in brackets.
4605         (nnmairix-call-mairix-binary): Change variable name.
4606         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4607         helper function.
4608         (nnmairix-widget-toggle-activate): Fix doc string.
4609
4610 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * nnir.el: Require edmacro when compiling with XEmacs.
4613         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4614         available in Emacs 21.
4615
4616 2008-06-11  Glenn Morris  <rgm@gnu.org>
4617
4618         * gnus-util.el (x-focus-frame):
4619         * gnus.el (image-size):
4620         * mm-decode.el (image-size): Declare.
4621
4622         * gnus-picon.el (declare-function): Add compat definition.
4623         (image-size): Declare.
4624
4625         * gnus-group.el (tool-bar-map):
4626         * gnus-sum.el (tool-bar-map): Define for compiler.
4627
4628         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4629
4630         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4631
4632         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4633         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4634         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4635         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4636         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4637         * sieve-manage.el, spam-report.el, spam.el:
4638         Remove unnecessary eval-and-compile of autoloads.
4639
4640 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4641
4642         * auth-source.el: Precise Tramp doc.
4643
4644 2008-06-07  Glenn Morris  <rgm@gnu.org>
4645
4646         * nnmairix.el: Remove unnecessary eval-when-compile.
4647
4648 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * lpath.el: Fbind propertize for XEmacs 21.4.
4651
4652 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4653
4654         * nnir.el: Move here from ../contrib.
4655
4656 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4657
4658         * gnus-util.el (gnus-read-shell-command): New function.
4659         * mm-decode.el (mm-pipe-part):
4660         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4661
4662 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4665
4666 2008-06-03  Glenn Morris  <rgm@gnu.org>
4667
4668         * pop3.el (nnheader-accept-process-output): Autoload it.
4669
4670 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4673         are not 2-digit hexadecimal characters that follow `%'s.
4674
4675 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * message.el (message-bogus-recipient-p): Fix type in doc string.
4678         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4679         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4680         Improve custom options.
4681         (message-bogus-recipient-p): Adjust accordingly.
4682
4683 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4684
4685         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4686         long-form month and day names.
4687
4688 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * dgnushack.el: Autoload debug, eudc-expand-inline and
4691         pgg-snarf-keys-region for XEmacs.
4692
4693         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4694
4695         * nnmairix.el: Require edmacro when compiling with XEmacs.
4696
4697 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4700         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4701
4702 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4703
4704         * auth-source.el: Add more docs.
4705
4706         * netrc.el (netrc-machine): Always match if the port is not given.
4707
4708 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4709
4710         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4711         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4712         retrieval faster in some cases, but might make CPU usage larger.  If
4713         this has any bad side effects, we might revert this change.
4714
4715         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4716         seems to make mail retrieval much, much faster.
4717         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4718         unconditionally.
4719
4720         * gnus-draft.el (gnus-group-send-queue): Bind
4721         message-send-mail-partially-limit to nil to avoid being prompted.
4722
4723 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4724
4725         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4726
4727         * message.el (message-bogus-address-regexp): Fix and improve custom
4728         type.
4729         (message-setup-hook): Add message-check-recipients as custom option.
4730
4731 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * message.el (message-cite-function): Remove bogus autoload which crept
4734         in during merge from v5-10.
4735
4736 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4737
4738         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4739
4740         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4741
4742         * auth-source.el: Preliminary Tramp docs.
4743         (auth-sources): Change the default auth-sources to use
4744         EPA .gpg files.
4745
4746 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * nntp.el: Autoload `auth-source-user-or-password'.
4749         (nntp-send-authinfo): Use it.
4750
4751         * nnimap.el: Autoload `auth-source-user-or-password'.
4752         (nnimap-open-connection): Use it.
4753
4754         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4755         for the gnus-message function.
4756         (auth-source-user-or-password): Use it.
4757
4758 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4759
4760         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4761         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4762         (rfc2104-hash): Use it.
4763
4764 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4765
4766         * gnus-art.el (gnus-article-toggle-truncate-lines):
4767         Don't use `iff' in docstring.
4768
4769 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4770
4771         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4772
4773         * gnus-util.el (gnus-extract-address-component-name)
4774         (gnus-extract-address-component-email): Convenience functions around
4775         `gnus-extract-address-components'.
4776
4777         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4778         Use `gnus-extract-address-component-email' to fix bug of comparing full
4779         sender name to `user-mail-address'.
4780
4781 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4784         catch/throw to optimize.
4785         (gnus-registry-find-keywords): Just use member to find a keyword.
4786
4787 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4788
4789         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4790         is current before calling gnus-server-prepare.
4791         (gnus-server-setup-buffer, gnus-server-update-server)
4792         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4793
4794 2008-05-04  Juri Linkov  <juri@jurta.org>
4795
4796         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4797         (mailcap-file-default-commands): Use mailcap-replace-in-string
4798         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4799         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4800
4801 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4802
4803         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4804
4805 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4806
4807         * gnus.el: Bump version to 0.11.
4808
4809 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4810
4811         * gnus.el: No Gnus v0.10 is released.
4812
4813 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4816         hooks.
4817         (gnus-update-read-articles): Speed up non-marks-using users.
4818         (gnus-use-marks): Define gnus-use-marks.
4819         (gnus-propagate-marks): Rename variable to something more sensible.
4820
4821 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4822
4823         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4824         (gmm-image-load-path-for-library): Fix typos in docstrings.
4825         (gmm-message): Reflow docstring.
4826
4827 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * mail-source.el (mail-source-set-1, mail-source-bind):
4830         Move auth-source code out of the macro to clean it up and fix bugs.
4831
4832 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4833
4834         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4835         by sender if it's equal to user-mail-address, it's likely to be
4836         useless.
4837
4838         * mail-source.el (mail-source-bind): Don't use user or password if they
4839         are not bound.  Unintern them if they are nil.  Don't use server unless
4840         it's bound, and default it to empty string otherwise.
4841
4842 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4843
4844         * mail-source.el: Load auth-source.el.
4845         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4846         get user name or password, if auth-sources is set up.
4847
4848         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4849         strategy of splitting with parent.
4850         (gnus-registry-split-fancy-with-parent)
4851         (gnus-registry-post-process-groups): Use it and fix prior
4852         bug (returning a list as the split result).
4853
4854         * auth-source.el (auth-sources): Remove server parameter.
4855         (auth-source-pick, auth-source-user-or-password)
4856         (auth-source-user-or-password-imap)
4857         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4858         (auth-source-user-or-password-sftp)
4859         (auth-source-user-or-password-smtp): Remove server parameter.
4860
4861 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4862
4863         * smime.el (smime-sign-region, smime-encrypt-region)
4864         (smime-decrypt-region):
4865         Remove redundant calls to `generate-new-buffer-name'.
4866
4867 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4868
4869         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4870         Don't use QP for message/rfc822.
4871         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4872
4873 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4874
4875         * sieve-manage.el (sieve-string-bytes): Remove.
4876         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4877         correct byte-length only if the process's coding-system is the same as
4878         the one used internally by Emacs to represent strings.
4879
4880 2008-04-22  Juri Linkov  <juri@jurta.org>
4881
4882         * mailcap.el (mailcap-file-default-commands): New function.
4883
4884 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4885
4886         * message.el (message-signature-separator, message-cite-function):
4887         Change custom version.
4888
4889 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4890
4891         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4892         commands.
4893         (tls-checktrust): Ditto.
4894
4895 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * mm-decode.el (mm-display-external): Make temp file read-only.
4898
4899 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4902         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4903         `C-c C-f d'.
4904
4905 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4906
4907         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4908
4909 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4910
4911         * gnus.el: Bump version to 0.9.
4912
4913 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * gnus.el: No Gnus v0.8 is released.
4916
4917 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4918
4919         * mail-source.el (mail-source-value):
4920         Prefer fboundp to functionp so it works with macros as well.
4921
4922 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4923
4924         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4925         Fix last change in case the element is not even a symbol.
4926
4927 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4928
4929         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4930         Prefer fboundp to functionp so it works with macros as well.
4931
4932 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * auth-source.el: Added docs.
4935         (auth-sources): Modify format to support server.
4936         (auth-source-pick, auth-source-user-or-password)
4937         (auth-source-user-or-password-imap)
4938         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4939         (auth-source-user-or-password-sftp)
4940         (auth-source-user-or-password-smtp): Add server parameter.
4941
4942 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * gnus-registry.el: Initialize the registry when gnus-registry-install
4945         is t.
4946
4947 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * compface.el (uncompface): Make buffer unibyte.
4950
4951 2008-04-05  Glenn Morris  <rgm@gnu.org>
4952
4953         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4954
4955 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4956
4957         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4958         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4959
4960         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4961         multibyteness after rather than before erasing it.
4962
4963         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4964         mm-with-multibyte.
4965         (gnus-request-article-this-buffer): Make sure the proper decoding is
4966         used if gnus-original-article-buffer happens to be unibyte.
4967
4968         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4969         default-enable-multibyte-characters.
4970
4971         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4972         default-enable-multibyte-characters.
4973
4974         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4975
4976         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4977
4978 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4979
4980         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4981         (imap-message-copyuid-1): Use it.
4982         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4983         J. Williams in
4984         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4985
4986         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4987         imap-enable-exchange-bug-workaround.
4988         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4989
4990 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4991
4992         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4993         a 100 byte status-checks into a 2-3MB transfer for each group.
4994         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4995         to enable bug workaround or not.
4996         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4997
4998 2008-03-31  Glenn Morris  <rgm@gnu.org>
4999
5000         * message.el (mml2015-use): Declare for compiler.
5001         (message-info): Require mml2015 when appropriate.
5002
5003 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5006         whitespace.
5007
5008 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5009
5010         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5011         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5012         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5013         (nntp-service-to-port): New function.
5014         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5015         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5016         (nntp-open-netcat-stream): New function.
5017         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5018
5019 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5020
5021         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5022
5023 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5024
5025         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5026
5027 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5028
5029         * dns.el (dns-write): Use set-buffer-multibyte.
5030
5031 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5032
5033         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5034
5035 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5036
5037         * message.el (message-signature-separator): Change default.
5038         Improve custom type.
5039         (message-cite-function): Change default to
5040         message-cite-original-without-signature.
5041
5042         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5043         toggle.
5044
5045         * message.el (message-check-news-body-syntax): Fix signature check.
5046         (message-setup-1): Mark buffer as unmodified _after_ running
5047         message-setup-hook and handling message-alternative-emails.
5048         (message-shorten-references): Be more strict when building list of
5049         valid references to comply with GNKSA.
5050
5051         * gnus-group.el (gnus-read-ephemeral-bug-group)
5052         (gnus-read-ephemeral-debian-bug-group)
5053         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5054
5055         * message.el (message-info): Don't use booleanp which isn't supported
5056         in Emacs 21 and XEmacs.
5057
5058 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5061         gnus-group-gmane-group-download-format.
5062         (gnus-group-read-ephemeral-gmane-group): Rename from
5063         gnus-group-read-ephemeral-gmane-group.
5064         (gnus-read-ephemeral-gmane-group-url): Rename from
5065         gnus-group-read-ephemeral-gmane-group-url.
5066         (gnus-bug-group-download-format-alist): New variable.
5067         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5068         (gnus-read-ephemeral-emacs-bug-group): New commands.
5069
5070 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5071
5072         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5073         (gnus-visible-headers): Improve custom type.
5074
5075 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5076
5077         * mml.el (mml-menu): Add workarounds for XEmacs.
5078
5079         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5080         X-Boundary header.
5081
5082         * message.el (message-simplify-recipients): Fix previous commit.
5083
5084 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5085
5086         * mm-util.el (mm-set-buffer-multibyte): New function.
5087         * mm-decode.el (mm-copy-to-buffer): Use it.
5088
5089 2008-03-19  Glenn Morris  <rgm@gnu.org>
5090
5091         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5092         Accidentally removed in the sync process with Emacs.
5093
5094 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * message.el (message-alter-recipients-discard-bogus-full-name):
5097         New function.
5098         (message-alter-recipients-function): New variable.
5099         (message-get-reply-headers): Use it.
5100         (message-replace-header): New helper function.
5101         (message-recipients-without-full-name): New variable.
5102         (message-simplify-recipients): New command.
5103
5104         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5105
5106         * message.el (message-info): Handle EasyPG manual.
5107
5108         * mml.el (mml-menu): Add entry for EasyPG.
5109
5110 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5111
5112         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5113         parameter.
5114
5115         * message.el (message-disassociate-draft): Specify drafts group name
5116         fully.
5117
5118 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5121         unnecessary duplicates from the match list.
5122
5123 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5126
5127         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5128
5129         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5130         args of `how-many' of which the XEmacs version doesn't take; declare
5131         Info-index-next as function.
5132
5133 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * gnus-score.el (gnus-score-headers): Fix handling of
5136         gnus-inhibit-slow-scoring.
5137
5138         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5139         string.
5140         (gnus-button-url-regexp): Improve handling of parenthesis.
5141         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5142         (gnus-button-handle-info-keystrokes): Handle index entries.
5143
5144 2008-03-15  Glenn Morris  <rgm@gnu.org>
5145
5146         * parse-time.el (parse-time-string): Simplify.
5147
5148 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5151         Incoming* files.
5152
5153 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5154
5155         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5156         (auth-source-pick): Use it.
5157
5158 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5159
5160         * binhex.el (binhex-decode-region-internal):
5161         * uudecode.el (uudecode-decode-region-internal):
5162         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5163         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5164         setting default-enable-multibyte-characters.
5165
5166 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * auth-source.el (auth-source-protocols)
5169         (auth-source-protocols-customize, auth-source-choices): Added and
5170         modified variable customizations and defaults.
5171         (auth-source-pick, auth-source-user-or-password)
5172         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5173         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5174         (auth-source-user-or-password-sftp)
5175         (auth-source-user-or-password-smtp): Use new variables and provide an
5176         interface to netrc.el.
5177
5178 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5181         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5182         Make sure the nntp port to specify is a string.
5183
5184 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5185
5186         * nntp.el: Use with-current-buffer.
5187         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5188         dubious mm-with-unibyte-current-buffer.
5189         (nntp-with-open-group-function): New function extracted from
5190         nntp-with-open-group macro.
5191         (nntp-with-open-group): Use the function, so it's easier to debug.
5192         Add indentation and debugging info.
5193         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5194         the use of the netcat alternatives.
5195
5196         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5197         Avoid mm-string-as-multibyte as well.
5198
5199         * nnweb.el (nnweb-insert-html):
5200         Remove use of nnheader-string-as-multibyte.
5201
5202         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5203         (nnheader-string-as-multibyte): Remove.
5204
5205         * mm-view.el: Use inhibit-read-only.
5206         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5207         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5208         or unibyte-string.
5209
5210         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5211         (mm-uu-yenc-extract): Use with-current-buffer.
5212
5213         * gnus-soup.el (gnus-soup-send-packet): Don't use
5214         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5215
5216         * nnmh.el: Use with-current-buffer.
5217         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5218         mm-string-as-multibyte on the output of mm-encode-coding-string.
5219
5220         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5221         (nnimap-request-move-article): Use with-current-buffer.
5222
5223         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5224         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5225         conversion uses string-make-unibyte rather than string-as-unibyte.
5226
5227         * gnus-msg.el: Use with-current-buffer.
5228
5229         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5230
5231 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5232
5233         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5234         string for caching if it is 'PIN.
5235
5236 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * lpath.el: Consider the case without Emacs/W3.
5239
5240 2008-03-08  Glenn Morris  <rgm@gnu.org>
5241
5242         * time-date.el (date-to-time, time-subtract, time-add)
5243         (safe-date-to-time): Doc fixes.
5244
5245 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5246
5247         * mail-source.el (mail-source-delete-old-incoming-confirm):
5248         Change default to nil.
5249         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5250
5251 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * lpath.el: Rearrange.
5254
5255         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5256         (gnus-article-goto-prev-page): Work for articles having ^L's.
5257
5258         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5259
5260         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5261
5262 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5263
5264         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5265         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5266         (gnus-bookmark-jump): Adjust some variable names.
5267
5268 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * auth-source.el: New package.
5271         (auth-source-choices): Add customization entry point variable.
5272
5273         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5274         bug.
5275
5276 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5277
5278         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5279         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5280         (gnus-registry-install-shortcuts): Rename from
5281         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5282         the `gnus-registry-mark-map' keymap dynamically from
5283         `gnus-registry-marks'.  The generated functions update the summary line
5284         when a registry mark is added or deleted, and will call
5285         `gnus-registry-install-p' (see the comments in the code).
5286         (gnus-registry-user-format-function-M): Use concat intelligently.
5287
5288         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5289         the registry mark functions.
5290
5291 2008-03-05  Glenn Morris  <rgm@gnu.org>
5292
5293         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5294         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5295         gnus-art.
5296         (top-level): No need to load own source when compiling.
5297
5298 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5301         Suggested by <chris.anderton@zetnet.co.uk>.
5302
5303 2008-03-04  Glenn Morris  <rgm@gnu.org>
5304
5305         * gnus-sum.el (top-level): No need to require gnus when compiling,
5306         since unconditionally required near start of file.
5307         (gnus-summary-display-while-building): Move definition before use.
5308
5309 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5312         formatting function.
5313
5314 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5317         with plists.
5318         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5319         Use new format.
5320
5321 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5324         `where-is-internal' that returns a range of key sequences.
5325
5326 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5327
5328         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5329
5330         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5331         (gnus-summary-jump-to-group): Consider windows on other displayed
5332         frames as well.  Similar changes might be needed elsewhere, but that's
5333         the one I've bumped into during my use.
5334
5335         * nndoc.el (nndoc-oe-dbx-type-p):
5336         * gnus-msg.el (gnus-debug):
5337         * gnus-group.el (gnus-update-group-mark-positions):
5338         Use mm-string-to-multibyte.
5339
5340 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5341
5342         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5343         doesn't handle NotDashEscaped.
5344
5345         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5346         (mml-dnd-attach-options): Fix typo in custom choice.
5347
5348         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5349         nndoc-article-type to mbox.
5350         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5351
5352         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5353         to nil, instead of html2text.
5354
5355         * imap.el (imap-debug): Add `imap-ping-server'.
5356
5357         * gnus-bookmark.el: Add FIXMEs.
5358
5359         * message.el (message-form-letter-separator)
5360         (message-send-form-letter-delay): New variables.
5361         (message-send-form-letter): Use them.  New command to send form
5362         letters.  Requested by Uwe Siart.
5363         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5364
5365 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * Update copyright years.
5368
5369 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         Sync from EMACS_22_BASE.
5372
5373         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5374
5375 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5376
5377         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5378         empty author.
5379
5380 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5381
5382         * gnus-registry.el (gnus-registry-marks): Add variable for
5383         customization of marks and their appearance.
5384         (gnus-registry-read-mark): Use it.
5385         (gnus-registry-do-marks): Add utility function to loop through
5386         `gnus-registry-marks'.
5387         (gnus-registry-install-shortcuts-and-menus): Add function to install
5388         shortcuts and menus.
5389         (gnus-registry-initialize): Use it.
5390         (gnus-registry-default-mark): Clarify documentation.
5391
5392 2008-02-29  Glenn Morris  <rgm@gnu.org>
5393
5394         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5395         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5396         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5397         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5398         Change defcustom :version from 23.0 to 23.1.
5399
5400 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5401
5402         * gnus-registry.el (gnus-registry-follow-group-p)
5403         (gnus-registry-post-process-groups): Add functions to aid registry
5404         splitting and improve logging.  Clarify behavior in function
5405         documentation.
5406         (gnus-registry-split-fancy-with-parent): Use them.
5407
5408 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5409
5410         * gnus-art.el: Use with-current-buffer.
5411
5412 2008-02-27  David Engster  <dengste@eml.cc>
5413
5414         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5415         Express real group name in the response.
5416
5417 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5420         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5421         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5422         autoload gnus-registry-fetch-group when compiling.
5423         (nnmairix-request-group-with-article-number-correction): Remove
5424         unreferenced argument passed to nnmairix-call-backend.
5425
5426 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5427
5428         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5429         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5430         Wilde.
5431
5432 2008-02-27  Glenn Morris  <rgm@gnu.org>
5433
5434         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5435         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5436         variables to defconsts.  Convert comments to doc-strings.
5437         (nnmairix-last-server, nnmairix-current-server): Convert from free
5438         variables to defvars.  Convert comments to doc-strings.
5439         (gnus-registry-fetch-group): Autoload.
5440         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5441         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5442         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5443         caddr.
5444         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5445         nnmairix-request-group-with-article-number-correction call.
5446         (nnmairix-fast, nnmairix-group): New, less general names, for free
5447         variables passed from nnmairix-request-group to
5448         nnmairix-request-group-with-article-number-correction.  Declare.
5449         (nnmairix-request-group-with-article-number-correction):
5450         Use nnmairix-fast, nnmairix-group rather than fast, group.
5451
5452 2008-02-26  David Engster  <dengste@eml.cc>
5453
5454         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5455         version 0.5.
5456
5457 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5460         instead of making an extra function call.  Don't add the current group
5461         to articles only when they have the group.  Use
5462         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5463         Reported by David <de_bb@arcor.de>.
5464
5465 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5468         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5469
5470 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * mail-source.el (mail-source-delete-incoming): Change default.
5473         Supplement doc string.
5474
5475         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5476
5477 2008-02-14  Glenn Morris  <rgm@gnu.org>
5478
5479         * time-date.el (format-seconds): New function.
5480
5481 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * nnmail.el (nnmail-message-id-cache-file): Derive from
5484         `gnus-home-directory'.
5485
5486 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5489         Document negative prefix.
5490
5491         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5492
5493 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5494
5495         * message.el (message-unsent-separator): Add the Exim bounce
5496         separator.
5497
5498 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5499
5500         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5501         list.
5502         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5503         recipient/signer list.
5504
5505 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * Makefile.in (datarootdir): Define.
5508         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5509         name that might contain whitespace.
5510
5511 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5514         fbound (Emacs 23 unicode), signal an error.
5515
5516 2008-02-08  Glenn Morris  <rgm@gnu.org>
5517
5518         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5519
5520 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5521
5522         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5523         ports to the calls to `netrc-machine-user-or-password' in addition to
5524         "imap" and "imaps".
5525
5526 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5527
5528         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5529
5530         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5531
5532 2008-02-01  Kenichi Handa  <handa@m17n.org>
5533
5534         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5535         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5536         (rfc2104-hash): Convert the result of concat to unibyte string.
5537
5538 2008-02-01  Dave Love  <fx@gnu.org>
5539
5540         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5541         coding-system-for-read.
5542         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5543
5544 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5547         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5548         <hanche@math.ntnu.no>.
5549
5550 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5553
5554         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5555
5556 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5557
5558         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5559         * message.el (message-beginning-of-line): Use featurep instead of bound
5560         tests in order to resolve conditionals at compile time.
5561
5562 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5563
5564         * mail-source.el (mail-sources): Add `group' choice.
5565
5566         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5567         parameter `in-group' to control into which group the articles go.
5568         Add treatment of `group' mail-source.
5569
5570 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5573
5574         * mm-decode.el (mm-dissect-buffer): Decode description.
5575
5576         * mml.el (mml-to-mime): Encode message header first.
5577
5578 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5581         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5582
5583         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5584         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5585
5586 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5589
5590 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5593         prefix keys.
5594         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5595         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5596         gnus-xmas.el.
5597
5598         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5599         (gnus-xmas-article-describe-bindings): New function.
5600         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5601         gnus-xmas-article-describe-bindings.
5602
5603         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5604
5605 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5608         Add new variables for article mark management.
5609         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5610         list of extra data entries which, when present, will indicate that the
5611         article ID should not be trimmed from the registry.
5612         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5613         functions.
5614         (gnus-registry-read-mark): New function to read a mark name from the
5615         user.
5616         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5617         (gnus-registry-set-article-mark-internal): New functions to add and
5618         remove marks.
5619         (gnus-registry-get-article-marks): New function to show the marks for
5620         an article, or retrieve them for further use.
5621
5622 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5625         keys when no argument is given.
5626
5627 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * imap.el (imap-ping-server): New variable.
5630         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5631         (imap-ping-server): Minor doc string fixes.
5632
5633 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5634
5635         * imap.el (imap-ping-server): New function.
5636         (imap-opened): Call imap-ping-server.
5637
5638 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * gnus-sum.el (gnus-article-sort-by-random)
5641         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5642         jidanni@jidanni.org.
5643
5644 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-art.el (gnus-article-describe-bindings): New function.
5647         (gnus-article-read-summary-keys): Use it.
5648         (gnus-article-mode-map): Bind `C-h b' to it.
5649
5650 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5653         XEmacs.
5654         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5655         against non-character events.
5656
5657         * lpath.el: Fbind map-keymap for Emacs 21.
5658
5659 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5660
5661         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5662         command.
5663         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5664         instead of END.  Change name of the temp file.
5665         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5666         customizable.
5667
5668 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5671         bind `S W' to gnus-article-wide-reply-with-original; set default
5672         binding to gnus-article-read-summary-send-keys.
5673         (gnus-article-read-summary-keys): Fix the order of keys; display
5674         continuation keys correctly in the echo area; describe bindings
5675         correctly when keys end with `C-h'.
5676         (gnus-article-read-summary-send-keys): New function.
5677         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5678         for gnus-article-read-summary-send-keys; display continuation keys
5679         correctly in the echo area.
5680         (gnus-article-reply-with-original): Ignore prefix argument.
5681         (gnus-article-wide-reply-with-original): New function.
5682
5683         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5684         Emacs 21.
5685
5686 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5689         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5690
5691 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5694         (gnus-group-read-ephemeral-gmane-group): New command.
5695
5696 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5697
5698         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5699
5700 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * message.el (message-send-mail-function): Increase custom version.
5703
5704         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5705         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5706
5707 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5708
5709         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5710         for the cases where imap-authenticate is called with a nil buffer
5711         parameter.
5712
5713 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5716         html parts correctly; support forwarded messages.
5717         (gnus-article-browse-html-article): Remove work buffers.
5718
5719         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5720         compiling.
5721         (netrc-bound-and-true-p): New macro.
5722         (netrc-parse): Use it instead of bound-and-true-p that is not available
5723         in XEmacs 21.4.
5724
5725 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * gnus-registry.el (gnus-registry-mark-article)
5728         (gnus-registry-article-marks): Add functionality to mark articles
5729         through the Gnus registry.
5730
5731         * encrypt.el: Clarify documentation for the new pgg method.
5732         (encrypt-file-alist): Add PGG option.
5733         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5734         functionality.  Abstract password key and messaging to external
5735         functions.
5736         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5737         (encrypt-message-method-and-cipher): Add new convenience external
5738         functions.
5739         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5740         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5741
5742         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5743         (netrc-parse): Use encrypt-file-alist to determine if
5744         encrypt-find-model or encrypt-insert-file-contents should be used.
5745
5746         * encrypt.el: Clarify documentation.  Load password-cache or
5747         password, whichever one is found first, instead of autoloading.
5748
5749 2007-12-19  Glenn Morris  <rgm@gnu.org>
5750
5751         * mml.el (message-options-set, message-narrow-to-head)
5752         (message-in-body-p, message-mail-p, message-encode-message-body):
5753         Autoload.
5754         (message-remove-header, message-narrow-to-headers-or-head)
5755         (message-subscribed-p, message-make-mail-followup-to)
5756         (message-position-on-field, message-news-p)
5757         (message-options-set-recipient, message-generate-headers)
5758         (message-sort-headers): Declare as functions.
5759
5760 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5763         convention in doc string.
5764
5765 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5768         title to html parts.
5769         (gnus-article-browse-html-article): Pass message header to it.
5770
5771         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5772
5773 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5776         or password compatible with XEmacs.
5777
5778 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5781         format document.
5782         (gnus-mime-delete-part): Don't write description line if empty.
5783         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5784
5785 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5786
5787         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5788         (gnus-summary-mark-read-and-unread-as-read)
5789         (gnus-summary-mark-current-read-and-unread-as-read)
5790         (gnus-summary-mark-unread-as-ticked): Doc fix.
5791         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5792
5793 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5796         Christoph Conrad <christoph.conrad@gmx.de>.
5797
5798 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5801         yes-or-no-p.
5802
5803 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * mm-decode.el (mm-add-meta-html-tag): New function.
5806         (mm-save-part-to-file, mm-pipe-part): Use it.
5807
5808         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5809         gnus-y-or-n-p instead of y-or-n-p.
5810         (gnus-article-browse-html-parts): Work with message/external-body; use
5811         mm-add-meta-html-tag.
5812
5813 2007-12-11  Glenn Morris  <rgm@gnu.org>
5814
5815         * gnus-cache.el: Require gnus-sum not just when compiling.
5816
5817         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5818
5819         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5820         definitions before use.
5821
5822         * mm-decode.el: Require gnus-util.
5823         (mm-remove-part): Only call delete-annotation on XEmacs.
5824
5825         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5826
5827         * nnmail.el: Require gnus-int.
5828
5829         * spam.el: Move `require's before `eval-when-compile's.
5830
5831         * gnus-ems.el (gnus-alive-p):
5832         * gnus-fun.el (message-goto-eoh):
5833         * gnus-util.el (gnus-group-name-decode):
5834         * mail-source.el (gnus-compress-sequence):
5835         * message.el (Info-goto-node, format-spec):
5836         * mm-bodies.el (message-options-get):
5837         * mm-decode.el (mm-view-pkcs7):
5838         * mm-util.el (gmm-write-region):
5839         * mml-smime.el (mml-compute-boundary)
5840         (gnus-completing-read-with-default):
5841         * mml.el (widget-button-press, gnus-make-hashtable):
5842         * mml1991.el (mm-decode-content-transfer-encoding)
5843         (mm-encode-content-transfer-encoding)
5844         (message-options-get, message-options-set):
5845         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5846         * nnfolder.el (gnus-request-group):
5847         * nnheader.el (ietf-drums-unfold-fws):
5848         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5849         * smime.el (gnus-run-mode-hooks):
5850         * spam-stat.el (gnus-message): Autoload.
5851
5852         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5853         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5854         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5855         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5856         Add declare-function compatibility definition.
5857
5858         * gnus-cache.el (nnvirtual-find-group-art):
5859         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5860         (gnus-add-image, gnus-add-wash-type):
5861         * gnus-group.el (nnkiboze-score-file):
5862         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5863         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5864         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5865         (message-tokenize-header, gnus-get-buffer-create)
5866         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5867         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5868         * gnus.el (gnus-group-decoded-name):
5869         * mail-source.el (imap-capability):
5870         * mm-bodies.el (message-options-set):
5871         * mm-decode.el (gnus-configure-windows):
5872         * mm-extern.el (message-goto-body):
5873         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5874         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5875         (epg-sub-key-validity, message-options-set):
5876         * mml.el (widget-event-point, gnus-configure-windows):
5877         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5878         * mml2015.el (epg-check-configuration, epg-configuration)
5879         (message-options-set):
5880         * nndb.el (nndb-request-article):
5881         * nnfolder.el (gnus-request-create-group):
5882         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5883         * nnmaildir.el (gnus-group-mark-article-read):
5884         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5885         * rfc1843.el (message-fetch-field):
5886         * spam.el (gnus-extract-address-components):
5887         Declare as functions.
5888
5889 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5892
5893         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5894
5895         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5896         bind show-trailing-whitespace for XEmacs.
5897
5898 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5901         new no-op macro for backward compatibility.
5902
5903         * imap.el (imap-string-to-integer): New function.
5904
5905 2007-12-09  Glenn Morris  <rgm@gnu.org>
5906
5907         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5908
5909         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5910         * message.el, mm-view.el, sieve-manage.el, smime.el:
5911         Add declare-function compatibility definition.
5912
5913         * gnus-art.el (w3-region, w3m-region, Info-menu):
5914         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5915         * gnus-sum.el (gnus-get-predicate):
5916         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5917         * message.el (mail-abbrev-in-expansion-header-p):
5918         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5919         (w3m-detect-meta-charset, w3m-region):
5920         * sieve-manage.el (password-read, password-cache-add)
5921         (password-cache-remove):
5922         * smime.el (password-read-and-add): Declare as functions.
5923
5924 2007-12-08  David Kastrup  <dak@gnu.org>
5925
5926         * gnus-sum.el (gnus-summary-simplify-subject-query):
5927         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5928         `message'.
5929
5930 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5933         it to bind idna-program, installation-directory, defined-colors, and
5934         face-attribute for XEmacs of the version that compiles defcustom forms.
5935
5936 2007-12-07  Glenn Morris  <rgm@gnu.org>
5937
5938         * gnus-art.el (article-make-date-line): Revert previous change.
5939
5940 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5943
5944 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5945
5946         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5947         Call gnus-add-to-range ranges only once with a prepared article-list.
5948
5949 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5950
5951         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5952         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5953         group names with backslashes.  Reported by Tassilo Horn
5954         <tassilo@member.fsf.org>.
5955
5956 2007-12-06  Deepak Goel  <deego3@gmail.com>
5957
5958         * gnus-art.el (article-make-date-line):
5959         * gnus-start.el (gnus-load):
5960         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5961
5962 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-use-idna)
5965         * gnus-start.el (gnus-site-init-file)
5966         * message.el (message-use-idna)
5967         * mm-uu.el (mm-uu-hide-markers)
5968         * smiley.el (smiley-style): Revert changes that suppress warnings.
5969
5970 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5973         specify charset to html source.  Reported by Christoph Conrad
5974         <christoph.conrad@gmx.de>.
5975
5976 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5979         idna-program in order to suppress byte compile warning issued by XEmacs
5980         that came to byte compile the default value section of defcustom forms
5981         recently.
5982
5983         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5984         value of installation-directory.
5985
5986         * message.el (message-use-idna): Don't directly refer to the value of
5987         idna-program.
5988
5989         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5990
5991         * smiley.el (smiley-style): Don't directly call face-attribute.
5992
5993 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5996
5997         * gnus-dired.el: Reduce Gnus dependencies.
5998         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5999         require.  Use autoloads instead.
6000         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6001         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6002         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6003         (gnus-dired-mode): Adjust doc string.
6004         (gnus-dired-mail-mode): New variable.
6005         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6006         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6007         (gnus-dired-mail-buffers): New function.  Return mail or message
6008         composition buffers.
6009         (gnus-dired-attach): Use it.
6010         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6011         NO-DECODE.
6012         (gnus-dired-print): Use `gnus-print-buffer' depending on
6013         `gnus-dired-mail-mode'.
6014
6015 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * rfc2047.el (rfc2047-encoded-word-regexp)
6018         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6019         explaining what regexp patterns are for.
6020
6021 2007-12-04  Glenn Morris  <rgm@gnu.org>
6022
6023         * password.el: Move to password-cache.el.
6024
6025         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6026         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6027         * mml-smime.el (password-read, password-cache-add)
6028         (password-cache-remove):
6029         No need to autoload, since mml-sec requires password.
6030
6031         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6032         * message.el (gnus-extract-address-components):
6033         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6034
6035         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6036         password.
6037
6038 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * mailcap.el: Reduce dependencies.
6041         (mail-header-parse-content-type): Autoload.
6042         (mailcap-delete-duplicates): New alias.
6043         (mailcap-mime-info): Add optional argument NO-DECODE.
6044         (mailcap-mime-types): Use mailcap-delete-duplicates.
6045
6046         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6047
6048 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6049
6050         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6051         (imap-parse-status): Upcase status-att for servers that sends them
6052         lower-case (e.g., MS Exchange 2007).
6053
6054 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6055
6056         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6057         function.
6058
6059         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6060         (gnus-uu-yenc-article): New function.
6061
6062         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6063
6064         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6065         buffer.
6066
6067 2007-12-02  Glenn Morris  <rgm@gnu.org>
6068
6069         * binhex.el (binhex): New custom group.
6070         (binhex-decoder-program, binhex-decoder-switches)
6071         (binhex-use-external): Move to the binhex custom group.
6072
6073         * uudecode.el (uudecode): New custom group.
6074         (uudecode-decoder-program, uudecode-decoder-switches)
6075         (uudecode-use-external): Move to the uudecode custom group.
6076
6077         * netrc.el (top-level): Don't load `encrypt' features.
6078         (netrc-parse): Don't use encrypt.
6079         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6080
6081         * encrypt.el: Remove file.
6082
6083 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6086         matches on patches.
6087
6088         * gnus-art.el (gnus-article-browse-html-article): Mention
6089         `mm-text-html-renderer' in the doc string.
6090
6091         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6092         string.  Add comments.
6093
6094         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6095         if rhs is ASCII.
6096
6097 2007-12-01  Glenn Morris  <rgm@gnu.org>
6098
6099         * mail-source.el (top-level): Require format-spec before
6100         eval-when-compile.
6101
6102 2007-11-30  Glenn Morris  <rgm@gnu.org>
6103
6104         * encrypt.el: Require password, rather than autoloading password-read.
6105
6106 2007-11-29  Glenn Morris  <rgm@gnu.org>
6107
6108         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6109         (sasl-make-client, sasl-next-step, sasl-step-data)
6110         (sasl-step-set-data): Declare as functions.
6111
6112 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6115
6116 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6117
6118         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6119         certs should be verified and what is to be done in the event of a
6120         verification failure.
6121
6122         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6123         caller can indicate whether the cache should be disregarded for this
6124         call.  This way the result of the call is reproducible at all times and
6125         can be considered a canonical server name for the supplied method.
6126         (gnus-agent-method-p): Canonicalize server names by pushing their
6127         method through `gnus-method-to-server' using the no-cache argument.
6128
6129         * gnus-srvr.el (gnus-server-insert-server-line): Call
6130         `gnus-method-to-server' with `no-cache' argument.
6131
6132         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6133         gnus-agent-possibly-synchronize-flags as this should be called when the
6134         server is actually being opened.
6135         (gnus-agent-possibly-synchronize-flags)
6136         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6137         flags file of an agentized server to the latter function.
6138
6139         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6140         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6141         after a connection has been established successfully.
6142
6143 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * gnus-art.el (article-display-face): Force to display face if called
6146         interactively; check if gnus-article-x-face-too-ugly matches author.
6147         (article-display-x-face): Display face even if From header is missing
6148         as article-display-face does.
6149
6150 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6151
6152         * hashcash.el (message-narrow-to-headers-or-head)
6153         (message-fetch-field, message-goto-eoh)
6154         (message-narrow-to-headers): Declare as functions.
6155
6156 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6157
6158         * mail-source.el (mail-sources): Default to fetch from file for
6159         compatibility with default of nnmail-spool-file.
6160
6161 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6164         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6165         to look for encoded word that should be encoded again.
6166         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6167         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6168         encoding pattern.
6169         (rfc2047-decode-region): Switch strict regexp and loose one according
6170         to rfc2047-allow-irregular-q-encoded-words.
6171
6172 2007-11-25  Romain Francoise  <romain@orebokech.com>
6173
6174         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6175
6176 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * tls.el (tls-program): Provide more custom choices from
6179         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6180         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6181
6182 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6185         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6186
6187         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6188         `nnmail-spool-file'.
6189
6190         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6191         `nnmail-spool-file'.
6192
6193         * gnus-move.el (gnus-change-server): Ditto.
6194
6195         * gnus-kill.el (gnus-batch-score): Ditto.
6196
6197         * gnus-cache.el (gnus-jog-cache): Ditto.
6198
6199         * gnus-msg.el (gnus-summary-reply):
6200         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6201
6202 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6205         version.  Minor improvement to doc strings.
6206         (tls-program): Add comment.
6207
6208 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6209
6210         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6211         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6212         mismatch between the hostname provided in the certificate and the name
6213         of the host connnecting to.
6214         (open-tls-stream): Use them.  Check certificates against trusted root
6215         certificates.
6216
6217 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6218
6219         * gnus-cache.el (gnus-cache-generate-nov-databases):
6220         Use nnml-generate-nov-databases-directory instead of
6221         nnml-generate-nov-databases-1.
6222
6223 2007-11-24  Glenn Morris  <rgm@gnu.org>
6224
6225         * message.el (message-tool-bar-retro): Update for rename
6226         mail_send.xpm->mail-send.xpm.
6227
6228 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6229
6230         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6231         `smime-ldap-search' for Emacs 22 and up.
6232
6233 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6234
6235         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6236
6237         * message.el (message-send-mail-function): Fix error convention.
6238         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6239         (message-widen-reply, message-send-mail, message-talkative-question)
6240         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6241         (message-clone-locals, message-send-news): Use with-current-buffer.
6242         (message-insert-or-toggle-importance): Remove unused var `valid'.
6243         (message-make-references): Remove unused var `new-references'.
6244         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6245
6246 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6247
6248         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6249         (spam-split-symbolic-return-positive): Reflow docstring.
6250         (spam-backends, spam-summary-exit-behavior)
6251         (spam-mark-ham-unread-before-move-from-spam-group)
6252         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6253         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6254         (spam-clear-cache, spam-backend-check, spam-install-backend)
6255         (spam-install-statistical-backend, spam-list-of-processors)
6256         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6257         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6258         (spam-check-crm114, spam-initialize, spam-unload-hook):
6259         Fix typos in docstrings.
6260
6261 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6264         been checked if they have never been read and those group levels are
6265         higher than the one that a user specified.
6266
6267 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6270         foreign groups unless a group level is specified by a user.
6271         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6272
6273 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el (message-send-mail-function): Require sendmail.
6276
6277 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * message.el (message-send-mail-function): Check for smtpmail too.
6280
6281         * utf7.el (utf7-encode, utf7-decode): Use coding system
6282         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6283
6284         * message.el (message-send-mail-function): New function.
6285         (message-send-mail-function): Set default using
6286         message-send-mail-function.  Adjust doc string.
6287         (message-send-mail-with-mailclient): New function.
6288
6289 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6290
6291         * smime.el (from):
6292         * rfc2047.el (message-posting-charset):
6293         * qp.el (mm-use-ultra-safe-encoding):
6294         * pop3.el (parse-time-months):
6295         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6296         * nnml.el (files):
6297         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6298         (jka-compr-compression-info-list, ange-ftp-path-format)
6299         (efs-path-regexp):
6300         * nndiary.el (files):
6301         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6302         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6303         (epg-digest-algorithm-alist, inhibit-redisplay)
6304         (password-cache-expiry):
6305         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6306         (pgg-output-buffer, password-cache-expiry):
6307         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6308         (efs-path-regexp):
6309         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6310         (inhibit-redisplay):
6311         * mm-uu.el (file-name, start-point, end-point, entry)
6312         (gnus-newsgroup-name, gnus-newsgroup-charset):
6313         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6314         (latin-unity-ucs-list):
6315         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6316         (mm-uu-binhex-decode-function):
6317         * message.el (gnus-message-group-art, gnus-list-identifiers)
6318         (rmail-enable-mime-composing, gnus-local-organization)
6319         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6320         (gnus-read-active-file, facemenu-add-face-function)
6321         (facemenu-remove-face-function, gnus-article-decoded-p)
6322         (tool-bar-mode):
6323         * mail-source.el (display-time-mail-function):
6324         * gnus-util.el (nnmail-pathname-coding-system)
6325         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6326         (gnus-original-article-buffer, gnus-user-agent)
6327         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6328         (xemacs-codename, sxemacs-codename, emacs-program-version):
6329         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6330         * gnus-start.el (gnus-agent-covered-methods)
6331         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6332         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6333         (gnus-newsgroup-headers, gnus-group-list-mode)
6334         (gnus-group-mark-positions, gnus-newsgroup-data)
6335         (gnus-newsgroup-unreads, nnoo-state-alist)
6336         (gnus-current-select-method, mail-sources)
6337         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6338         (nnmail-spool-file, gnus-cache-active-hashtb):
6339         * gnus-mh.el (mh-lib-progs):
6340         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6341         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6342         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6343         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6344         (gnus-group-buffer):
6345         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6346         (font-lock-set-defaults):
6347         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6348         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6349         (gnus-summary-post-menu, total-parts, type, condition, length):
6350         * gnus-agent.el (gnus-agent-read-agentview):
6351         * flow-fill.el (show-trailing-whitespace):
6352         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6353         eval-and-compile wrappers for byte compiler pacifiers.
6354
6355         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6356         (mm-display-inline-fontify): Check for featurep 'xemacs not
6357         extent-list.
6358
6359         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6360         itimer-list.
6361         (mm-create-image-xemacs): Only do something for XEmacs.
6362         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6363
6364         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6365
6366         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6367         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6368
6369 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6370
6371         * nnimap.el (nnimap-split-download-body):
6372         * gnus-demon.el (gnus-demon):
6373         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6374
6375 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6378         macros.
6379         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6380         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6381         copy data from unibyte buffer to multibyte current buffer.
6382         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6383         to copy data from unibyte current buffer to multibyte buffer.
6384         (nntp-make-process-buffer): Make process buffer unibyte.
6385
6386         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6387
6388 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6389
6390         * pop3.el (pop3-open-server): Accept and process data more robustly at
6391         connexion start to avoid spurious "POP SSL connexion failed" errors.
6392
6393 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6396         read group names.
6397
6398 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6401
6402 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6405         (nnmail-save-active): Use a unibyte buffer when saving active file,
6406         which may contain non-ASCII group names.
6407
6408         * nnml.el (nnml-request-group): Decode group names in messages.
6409
6410 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * message.el (message-citation-line-function)
6413         (message-insert-formatted-citation-line): Fix spelling of
6414         `message-insert-formated-citation-line'.
6415
6416 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6419
6420 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6423         nnmail-pathname-coding-system.
6424
6425         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6426         that a user enters; decode group names in messages.
6427
6428         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6429
6430 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6433
6434         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6435
6436         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6437         risky local variable.
6438
6439         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6440
6441 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * encrypt.el: Improve documentation to fix function name typo.
6444         Reported by Daiki Ueno <ueno@unixuser.org>.
6445
6446 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6449         even if the point is not in the last page of an article.
6450         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6451         back to the previous page.
6452
6453 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6456
6457 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6460
6461 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6462
6463         * message.el (message-check-news-body-syntax): Avoid
6464         mm-string-as-multibyte.
6465         (message-hide-headers): Don't assume (point-min)==1.
6466
6467 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * message.el (message-remove-blank-cited-lines): Fix if remove is
6470         given.
6471         (message-bogus-address-regexp): New variable.
6472         (message-bogus-recipient-p): New function.
6473         (message-check-recipients): New command.
6474         (message-syntax-checks): Add `bogus-recipient'.
6475         (message-fix-before-sending): Add `bogus-recipient'.
6476
6477         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6478         (gnus-treat-body-boundary): Don't test window-system.
6479
6480 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6481
6482         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6483
6484 2007-10-28  Miles Bader  <miles@gnu.org>
6485
6486         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6487         at compile-time too.
6488
6489 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * gnus-msg.el (gnus-message-setup-hook): Add
6492         `message-remove-blank-cited-lines' to options.
6493
6494 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * message.el (message-remove-blank-cited-lines): New function.
6497         Suggested by Karl Plästerer.
6498
6499 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6502         mapc.
6503
6504         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6505         (top-level): Use mapc to set functions to be traced for debugging.
6506
6507         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6508         called for effect with while loop.
6509
6510         * message.el (message-talkative-question): Replace mapcar called for
6511         effect with mapc.
6512
6513         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6514         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6515         called for effect with dolist.
6516
6517         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6518
6519         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6520         gnus-extra-headers and nnmail-extra-headers.
6521
6522         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6523         called for effect with dolist.
6524         (top-level): Use mapc to set functions to be traced for debugging.
6525
6526         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6527         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6528         dolist.
6529
6530         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6531         Replace mapcar called for effect with mapc.
6532         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6533         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6534         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6535         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6536
6537         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6538         remove-if that's a cl function.
6539
6540         * webmail.el (webmail-debug): Replace mapcar called for effect with
6541         dolist.
6542
6543         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6544         with mapc.
6545
6546 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6549         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6550         with while loop.
6551
6552         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6553         functions from article-* functions.
6554         (gnus-multi-decode-header): Replace mapcar called for effect with
6555         dolist.
6556
6557         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6558         (gnus-bookmark-show-details): Replace mapcar called for effect with
6559         while loop.
6560
6561         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6562         called for effect with while loop.
6563
6564         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6565         with dolist.
6566
6567         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6568         mapcar called for effect with dolist.
6569
6570         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6571
6572         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6573         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6574         Replace mapcar called for effect with dolist.
6575         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6576         mapc.
6577
6578         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6579         Replace mapcar called for effect with dolist.
6580         (gnus-topic-list): Replace mapcar called for effect with mapc.
6581
6582         * gnus.el: Use mapc instead of mapcar to add autoloads.
6583
6584 2007-10-23  Richard Stallman  <rms@gnu.org>
6585
6586         * gnus-group.el (gnus-group-highlight): Mark as risky.
6587
6588 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6589
6590         * gnus.el (gnus-server-to-method): Return method found first in
6591         gnus-newsrc-alist.
6592
6593         * gnus-art.el (gnus-article-highlight-signature)
6594         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6595         button overlay without the front stickiness.
6596
6597 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6598
6599         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6600         overview buffer needed a catch to receive its throw.
6601         (gnus-agent-flush-cache): Declared as interactive to make this function
6602         easier to use.
6603
6604 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6607         `next-line'.
6608
6609 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6612         exclude address matching message-dont-reply-to-names.
6613
6614 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-util.el (gnus-string<): New function.
6617
6618         * gnus-sum.el (gnus-article-sort-by-author)
6619         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6620
6621 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6624         the frame-focus tag is set in gnus-buffer-configuration.
6625
6626 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6629         the front stickiness.
6630
6631 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6634         url pattern; remove duplicate one.
6635         (gnus-article-extend-url-button): New function.
6636         (gnus-article-add-buttons): Use it.
6637         (gnus-button-push): Use concatenated url that it makes.
6638
6639 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6640
6641         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6642
6643 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6644
6645         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6646         Don't hardcode point-min==1.
6647
6648 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6651         Fix comment about "iso8859-1".
6652
6653 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6654
6655         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6656         ones returned from the verify-function.
6657
6658         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6659         mml2015-extract-cleartext-signature if extraction failed.
6660
6661 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6662
6663         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6664         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6665         failed.
6666
6667 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6670
6671 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6672
6673         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6674         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6675         recommends to use EasyPG instead of PGG.
6676
6677         * pgg.el: Revert to revision 6.23.2.16.
6678
6679         * pgg-def.el: Revert to revision 6.6.2.14.
6680
6681         * pgg-gpg.el: Revert to revision 6.23.2.34.
6682
6683 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6686         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6687         thread for both the null and zero (kill/expire thread) universal prefix
6688         cases.
6689         (gnus-summary-expire-thread): Add new function to expire a thread,
6690         using gnus-summary-kill-thread.
6691         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6692         shortcuts for gnus-summary-expire-thread.
6693         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6694         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6695
6696 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6697
6698         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6699         extras value, so an extras entry can be deleted.
6700         (gnus-registry-delete-extra-entry): Use it.
6701         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6702         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6703         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6704         storage through the gnus-registry, and provide an appropriate API for
6705         it.
6706
6707 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6708
6709         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6710         Suggested by Leo <sdl.web@gmail.com>.
6711
6712         * gnus.el: Do.
6713
6714 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6717         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6718
6719         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6720
6721         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6722         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6723
6724 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6727         newline.
6728         (nnmbox-request-accept-article): Don't change article in source buffer;
6729         narrow to header to use message-fetch-field rather than
6730         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6731         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6732         as delimiters; make sure article ends with newline.
6733         (nnmbox-delete-mail): Correct last position of article to be deleted;
6734         ignore X-Gnus-Newsgroup header in article body.
6735         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6736         positions; make sure article ends with newline.
6737
6738         * message.el (message-display-abbrev): Don't infloop when a user
6739         inserts SPC in the beginning of header.
6740
6741         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6742         coding-system-for-read and coding-system-for-write for XEmacs having no
6743         file-coding feature.
6744
6745         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6746
6747 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6750         list of groups not followed by default.  Fix type to be regexp.
6751         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6752
6753 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6754
6755         * hmac-def.el (define-hmac-function): Switch from old-style to
6756         new-style backquotes.
6757
6758         * md4.el (md4-make-step): Likewise.
6759
6760 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6763         raw-text coding system when saving .newsrc file, which may contain
6764         non-ASCII group names.
6765
6766 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-cus.el (gnus-score-extra): New widget.
6769         (gnus-score-extra-convert): New function.
6770         (gnus-score-customize): Use it for Extra.
6771
6772 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6773
6774         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6775         (mml2015-mailcrypt-clear-verify): Use it.
6776         (mml2015-gpg-clear-verify): Use it.
6777         (mml2015-pgg-clear-verify): Use it.
6778         (mml2015-epg-clear-verify): Replace the current part with the output
6779         from GnuPG; don't extract the plaintext by itself.
6780
6781         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6782         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6783         mml2015-clear-verify-function; don't touch the armor headers or
6784         dash-escaped text here.
6785
6786 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6789         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6790         parts, or application/octet-stream as a last resort.
6791         (gnus-mime-view-part-as-type): Don't toggle display.
6792         (gnus-mime-view-part-as-charset): Don't turn off display before
6793         querying charset.
6794
6795         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6796         stuff to undisplayer function in Emacs.
6797         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6798
6799         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6800         text/calendar parts.
6801
6802 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6805         decoding text/calendar parts.
6806
6807         * message.el (message-forward-make-body-mime): Always mark body as
6808         having no illegible text; remove signed-or-encrypted argument.
6809         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6810
6811         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6812         (mml-generate-mime-1): Don't encode body if it is specified to be in
6813         raw form; don't make buffer be unibyte when inserting multibyte string.
6814
6815 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6816
6817         * sha1.el: Fix up comment style.
6818         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6819         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6820
6821         * hex-util.el: Fix up comment style.
6822         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6823
6824         * gnus-salt.el: Use with-current-buffer.
6825         (gnus-pick-setup-message): Fix long-standing typo.
6826
6827 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * imap.el (imap-logout-timeout): New variable.
6830         (imap-logout, imap-logout-wait): New functions.
6831         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6832
6833         * nnimap.el (nnimap-logout-timeout): New server variable.
6834         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6835         nnimap-logout-timeout.
6836
6837         * gnus-art.el (gnus-article-summary-command-nosave)
6838         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6839
6840 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus.el (gnus-maximum-newsgroup): New variable.
6843
6844         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6845         according to gnus-maximum-newsgroup.
6846
6847         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6848         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6849         Limit the range of articles according to gnus-maximum-newsgroup.
6850
6851 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6852
6853         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6854         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6855         Don't perform gnus-configure-windows here; reuse existing sticky
6856         article buffer.
6857
6858         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6859         it doesn't exist in gnus-article-mode.
6860
6861 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6864         (gnus-agent-decoded-group-name): New function.
6865         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6866         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6867
6868 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6869
6870         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6871         Add binding for gnus-sticky-article.
6872         (gnus-summary-exit): Don't kill sticky article buffers.
6873
6874         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6875         article buffer.
6876         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6877         (gnus-kill-sticky-article-buffers): New commands.
6878
6879 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * nntp.el (nntp-xref-number-is-evil): New server variable.
6882         (nntp-find-group-and-number): If it is non-nil, don't trust article
6883         numbers in the Xref header.
6884
6885 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * gnus-agent.el (gnus-agent-read-group): New function.
6888         (gnus-agent-flush-group, gnus-agent-expire-group)
6889         (gnus-agent-regenerate-group): Use it.
6890         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6891         nnmail-pathname-coding-system.
6892
6893 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6896
6897         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6898         that are unread as unread, and also as selected so that information of
6899         marks having been changed by a user may be updated when exiting group.
6900
6901 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6904         calculated ignoring signature parts to gnus-treat-article.
6905
6906 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6909         a point here in order to keep the window start.
6910         (gnus-insert-mime-security-button): Make a button overlay without the
6911         front stickiness.
6912         (gnus-mime-display-security): Goto the end of a button.
6913
6914         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6915
6916 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6919         group-name-at-point.
6920         (gnus-group-completing-read): New function that offers decoded
6921         non-ASCII group names for completion.
6922         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6923         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6924         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6925         (gnus-group-fetch-control): Use it.
6926         (gnus-fetch-group): Use group-name-at-point for the initial value
6927         rather than the default value; use gnus-alive-p.
6928
6929         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6930         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6931         (gnus-summary-post-news): Use gnus-group-completing-read.
6932
6933         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6934         (gnus-read-move-group-name): Decode group name for completion.
6935
6936 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6937
6938         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6939         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6940         Yamaoka slightly modified the code).
6941
6942 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6945         (nnmail-split-incoming): Bind it.
6946
6947         * nnml.el (nnml-group-name-charset): New function.
6948         (nnml-decoded-group-name): Use it; don't decode group name if
6949         nnmail-group-names-not-encoded-p is non-nil.
6950         (nnml-encoded-group-name): New function.
6951         (nnml-group-pathname): Inline nnml-decoded-group-name.
6952         (nnml-request-expire-articles): Decode group name in message.
6953         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6954         nnmail-pathname-coding-system.
6955         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6956         not decoded ones according to nnmail-group-names-not-encoded-p.
6957         (nnml-generate-active-info): Use nnml-encoded-group-name.
6958
6959 2007-08-08  Glenn Morris  <rgm@gnu.org>
6960
6961         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6962         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6963         doc-strings and comments.
6964
6965 2007-07-25  Glenn Morris  <rgm@gnu.org>
6966
6967         * Relicense all FSF files to GPLv3 or later.
6968
6969 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-sum.el (gnus-summary-move-article): Make
6972         gnus-summary-respool-article work.
6973
6974 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6977         string.
6978
6979 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6980
6981         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6982         that should be ignored when comparing distant RSS articles with local
6983         ones.
6984         (nnrss-make-hash-index): New function.  Create a hash index according
6985         to the ignored fields.
6986         (nnrss-check-group): Use it.
6987
6988 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6991
6992         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6993
6994         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6995         the new optional argument ENCODED is non-nil.
6996         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6997         coding system for encoding group name.
6998         (gnus-group-make-rss-group): Pass un-encoded group name to
6999         gnus-group-make-group.
7000         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7001         encoded.
7002
7003         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7004         Encode group name to which articles are moved or copied.
7005         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7006         coding system for encoding Newsgroup, Followup-To and Xref headers.
7007
7008         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7009         marks; use nnheader-file-coding-system to write a file.
7010         (nnagent-retrieve-headers): Bind file-name-coding-system to
7011         nnmail-pathname-coding-system.
7012
7013         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7014
7015         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7016         (nnml-request-article, nnml-request-create-group)
7017         (nnml-request-rename-group, nnml-find-id)
7018         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7019         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7020         (nnml-save-marks): Use nnml-group-pathname instead of
7021         nnmail-group-pathname.
7022
7023         (nnml-request-create-group, nnml-request-expire-articles)
7024         (nnml-request-move-article, nnml-request-delete-group)
7025         (nnml-deletable-article-p, nnml-possibly-create-directory)
7026         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7027         (nnml-open-marks): Bind file-name-coding-system to
7028         nnmail-pathname-coding-system.
7029
7030         (nnml-request-article): Pass server argument to nnml-find-group-number.
7031         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7032         server argument to nnml-possibly-create-directory.
7033         (nnml-request-accept-article): Pass server argument to
7034         nnml-active-number and nnml-save-mail.
7035         (nnml-find-group-number): Pass server argument to nnml-find-id.
7036         (nnml-request-update-info): Pass server argument to
7037         nnml-marks-changed-p.
7038
7039         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7040         (nnml-save-mail, nnml-active-number): Add server argument.
7041
7042         (nnml-request-delete-group): Warn if group is missing.
7043         (nnml-get-nov-buffer): Decode group name.
7044         (nnml-generate-active-info): Encode group name.
7045         (nnml-open-marks): Decode group name in messages.
7046
7047 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7050         if it is not specified.
7051         (gnus-article-pipe-part, gnus-article-save-part)
7052         (gnus-article-interactively-view-part, gnus-article-copy-part)
7053         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7054         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7055         (gnus-article-replace-part, gnus-article-delete-part)
7056         (gnus-article-view-part-as-type): Pass raw prefix argument to
7057         gnus-article-part-wrapper.
7058
7059 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * gnus-agent.el (gnus-agent-save-active): Bind
7062         nnheader-file-coding-system to gnus-agent-file-coding-system.
7063
7064         * gnus-cache.el (gnus-cache-save-buffers)
7065         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7066         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7067         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7068         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7069         (gnus-cache-generate-active, gnus-cache-rename-group)
7070         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7071         (gnus-cache-update-overview-total-fetched-for): Bind
7072         file-name-coding-system to nnmail-pathname-coding-system.
7073         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7074         variables.
7075         (gnus-cache-decoded-group-name): New function.
7076         (gnus-cache-file-name): Use it.
7077         (gnus-cache-generate-active): Use non-decoded group name for active.
7078
7079         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7080         right place.
7081         (gnus-write-active-file): Don't break non-ASCII group names.
7082
7083         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7084         nnmail-pathname-coding-system.
7085
7086         * lpath.el: Bind default-file-name-coding-system,
7087         file-name-coding-system and language-info-alist for XEmacs.
7088
7089         * gnus-uu.el (gnus-uu-decode-save): Typo.
7090
7091 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7094
7095 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7096
7097         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7098         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7099         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7100         (gnus-agent-flush-group, gnus-agent-flush-cache)
7101         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7102         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7103         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7104         (gnus-agent-regenerate-group)
7105         (gnus-agent-update-files-total-fetched-for)
7106         (gnus-agent-update-view-total-fetched-for): Bind
7107         file-name-coding-system to nnmail-pathname-coding-system.
7108         (gnus-agent-group-pathname): Don't encode file names by
7109         nnmail-pathname-coding-system.
7110         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7111         coding-system-for-write instead of buffer-file-coding-system to
7112         gnus-agent-file-coding-system.
7113
7114         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7115         Decode group name.
7116
7117         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7118
7119         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7120         (gnus-read-newsrc-el-file): Make group names unibyte.
7121
7122         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7123         nnmail-pathname-coding-system.
7124
7125         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7126         (nnrss-request-delete-group): Bind file-name-coding-system to
7127         nnmail-pathname-coding-system.
7128         (nnrss-read-server-data, nnrss-read-group-data): Bind
7129         file-name-coding-system correctly.
7130         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7131
7132         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7133         (nntp-server-to-method-cache): New variable.
7134         (nntp-group-pathname): New function that decodes non-ASCII group names.
7135         (nntp-possibly-create-directory, nntp-marks-changed-p)
7136         (nntp-save-marks, nntp-open-marks): Use it.
7137         (nntp-possibly-create-directory, nntp-open-marks):
7138         Bind file-name-coding-system to nnmail-pathname-coding-system.
7139         (nntp-open-marks): Decode group names when bootstrapping marks.
7140
7141         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7142         Newsgroups and Folowup-To headers.
7143
7144 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7147         (gnus-server-closed-face, gnus-server-denied-face)
7148         (gnus-server-offline-face): Remove variable.
7149         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7150
7151         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7152         of modifying message-stack directly for XEmacs.
7153
7154         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7155         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7156         if the coding-system argument is nil for XEmacs.
7157
7158         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7159         mm-charset-override-alist.
7160
7161         * rfc2047.el: Don't require base64; require rfc2045 for the function
7162         rfc2045-encode-string.
7163         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7164         to quote the parameter value.
7165
7166 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7169         form in gnus-group-name-charset-method-alist.
7170
7171         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7172         overrides the default layout edit-form.
7173
7174         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7175
7176         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7177
7178 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7181         as unfetched articles.
7182
7183 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7186
7187 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7190         original back end that keeps marks in the local system.
7191
7192 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7195         arg of pop-to-buffer for XEmacs.
7196         (gnus-article-read-summary-keys): Ditto; don't restore window
7197         configuration if summary command ends up with neither article buffer
7198         nor summary buffer; describe bindings if summary keys end with C-h.
7199
7200 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * message.el (message-fix-before-sending): Skip raw message part to be
7203         forwarded while checking illegible text.
7204         (message-forward-make-body-mime, message-forward-make-body): Mark
7205         signed or encrypted raw message as having no illegible text.
7206
7207 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7210         (gnus-message-with-timestamp-1): New macro.
7211         (gnus-message-with-timestamp): New function.
7212         (gnus-message): Use them.
7213
7214         * nnheader.el (nnheader-message): Use them.
7215
7216 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7219         .newsrc.eld file.
7220
7221 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-agent.el (gnus-agent-fetch-headers)
7224         (gnus-agent-retrieve-headers): Bind
7225         gnus-decode-encoded-address-function to identity.
7226
7227         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7228         available also when the server returns simply a dot.
7229
7230         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7231
7232 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7235
7236 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-ems.el (gnus-x-splash): Make it work.
7239
7240         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7241         from being used.
7242
7243         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7244
7245 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7248         4th and the 5th arguments.
7249
7250         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7251         the front stickiness.
7252         (gnus-article-summary-command-nosave): Correct the order of the
7253         arguments passed to pop-to-buffer.
7254         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7255         summary command ends up with the article buffer.
7256
7257         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7258         the same faces.
7259
7260 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7261
7262         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7263
7264 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7265
7266         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7267         * gnus-sum.el (gnus-summary-highlight):
7268         * pgg.el (pgg-sign-region, pgg-sign):
7269         * mail-source.el (mail-source-delete-old-incoming-confirm):
7270         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7271
7272 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-art.el (gnus-mime-view-part-externally)
7275         (gnus-mime-view-part-internally): Fix predicate function passed to
7276         completing-read.
7277
7278         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7279
7280         * gnus.el (gnus-update-message-archive-method): Add :version.
7281
7282 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus.el (gnus-update-message-archive-method): New variable.
7285
7286         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7287         according to gnus-message-archive-method if
7288         gnus-update-message-archive-method is non-nil.
7289
7290 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7293         by Loic Dachary <loic@dachary.org>.
7294         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7295
7296 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * message.el (message-pop-to-buffer): Add switch-function argument.
7299         (message-mail): Pass switch-function argument to it.
7300
7301 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7304         Improve doc string.
7305
7306 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7309         (gnus-header-content)
7310         * gnus-cite.el (gnus-cite-10)
7311         * gnus-srvr.el (gnus-server-closed)
7312         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7313         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7314         (gnus-group-mail-3-empty, gnus-group-mail-low)
7315         (gnus-group-mail-low-empty, gnus-splash)
7316         * message.el (message-header-to, message-header-cc)
7317         (message-header-subject, message-header-other, message-header-name)
7318         (message-header-xheader, message-separator, message-cited-text)
7319         (message-mml): Lighten colors of faces used for dark background.
7320
7321 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7322
7323         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7324         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7325
7326 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * message.el (message-narrow-to-headers-or-head):
7329         Ignore mail-header-separator in the body.
7330
7331 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7334         same as window size.
7335
7336 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7337
7338         * message.el (message-font-lock-keywords): Use message-header-xheader
7339         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7340         ahead of the anything pattern, to get it recognised.
7341
7342 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7345         spam.el loads uses it in the compiled defadvice form.
7346
7347 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7348
7349         * gnus-sum.el (gnus-articles-to-read)
7350         (gnus-summary-insert-old-articles): Don't truncate group name for
7351         `read-string'.
7352
7353         * gnus-util.el (gnus-limit-string): Delete this function.
7354
7355         * gnus-sum.el (gnus-simplify-subject-fully): Use
7356         `truncate-string-to-width' instead.
7357
7358 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7359
7360         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7361         if, on summary exit, the next group has to be selected.
7362         (gnus-summary-exit): Use it.
7363
7364 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7367         non-break space.
7368
7369 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7372         Check if group is not a directory.
7373         (nnfolder-request-expire-articles): Don't delete articles if the target
7374         group is not available.
7375
7376         * nnml.el (nnml-request-create-group): Properly check if group is not a
7377         file.
7378         (nnml-request-expire-articles): Don't delete articles if the target
7379         group is not available.
7380
7381         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7382         Don't quote characters that are within parentheses.
7383
7384 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7387         (gnus-handle-ephemeral-exit): Select article according to it.
7388
7389 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7390
7391         * message.el (message-insert-formated-citation-line): Remove newline.
7392         (message-citation-line-format): Add final \n here so that the user can
7393         avoid a blank line.
7394
7395 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7396
7397         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7398         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7399         Update lanl/arXiv support.
7400
7401 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7402
7403         * gnus.el: Bump version number.
7404
7405 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * gnus.el (gnus-version-number): Bump version.
7408
7409 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7410
7411         * gnus.el: No Gnus v0.6 is released.
7412
7413 2007-04-27  Didier Verna  <didier@xemacs.org>
7414
7415         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7416         * gmm-utils.el (gmm-regexp-concat): here.
7417         * message.el: Don't require 'gnus-util.
7418         (message-dont-reply-to-names): Handle name change above.
7419         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7420
7421 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7424         since the initial value varies according to the system.
7425
7426 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7429
7430 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7431
7432         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7433
7434 2007-04-24  Didier Verna  <didier@xemacs.org>
7435
7436         Improve the type of gnus-ignored-from-addresses.
7437         * gnus-util.el (gnus-orify-regexp): New function.
7438         * message.el (gnus-util): Require it.
7439         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7440         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7441         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7442
7443 2007-04-24  Didier Verna  <didier@xemacs.org>
7444
7445         * gnus-sum.el:
7446         * gnus-utils.el: Fix some trailing whitespaces.
7447
7448 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7451         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7452         article's Message-ID; refer parent article in summary buffer.
7453
7454         * message.el (message-bounce): Call mime-to-mml.
7455
7456         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7457         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7458         optimize and/or forms properly.
7459
7460 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7463         URL.
7464
7465 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7468
7469 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7472         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7473         displayed of multipart/alternative part if it is invoked from summary
7474         buffer.
7475
7476         * mm-view.el (mm-inline-text-html-render-with-w3m)
7477         (mm-inline-text-html-render-with-w3m-standalone)
7478         (mm-inline-render-with-function): Use mail-parse-charset by default.
7479
7480 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7481
7482         * parse-time.el (parse-time-string-chars): Check if CHAR
7483         is less than the length of parse-time-syntax.
7484
7485 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7488         from gnus-newsgroup-processable.
7489
7490 2007-04-16  Didier Verna  <didier@xemacs.org>
7491
7492         * gnus-msg.el (gnus-configure-posting-styles): Handle
7493         message-signature-directory properly with :file syntax.  Reported by
7494         "Leo".
7495
7496 2007-04-11  Didier Verna  <didier@xemacs.org>
7497
7498         New user option: message-signature-directory.
7499         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7500         * message.el (message-insert-signature): Ditto.
7501         * message.el (message-signature-file): Doc update.
7502         * message.el (message-signature-directory): New.
7503
7504 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-msg.el (gnus-inews-yank-articles): Use
7507         message-exchange-point-and-mark instead of exchange-point-and-mark.
7508
7509 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * message.el (message-yank-original): Make sure cited text ends with
7512         newline; don't exchange point and mark.
7513
7514 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7515
7516         * tls.el (open-tls-stream): Properly handle case where there
7517         is no associated buffer.
7518
7519 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7520
7521         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7522         message-yank-original, make sure (< mark TEXT point).
7523
7524 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * message.el (message-fill-column): New variable.
7527         (message-mode): Use it.  Add comment on a possible new hook.
7528
7529         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7530         (nnmail-get-new-mail): Reformat.
7531
7532         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7533
7534         * gmm-utils.el: Fix Commentary.
7535         (gmm-tool-bar-from-list): Fix typo in doc string.
7536
7537 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7538
7539         * message.el (message-yank-original): Don't switch point and mark
7540         unnecessarily to put point and mark as documented.
7541
7542 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543
7544         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7545         from the message heads.
7546
7547 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7548
7549         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7550         article buffer does not have a window.  This may not be the best
7551         solution but is certainly better than setting the start of the null,
7552         that is the current, window.
7553
7554 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7557         (gnus-draft-setup): Run it.
7558
7559         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7560         gnus-score-fast-scoring.  Allow regexp.
7561         (gnus-score-headers): Use it.
7562
7563         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7564         XEmacs.
7565
7566         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7567         string.
7568         (gnus-button-alist): Also catch `<f1> k ...'.
7569         (gnus-treat-display-x-face): Fix doc string.
7570
7571 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7572
7573         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7574         evaluation of gnus-extended-version to ensure correct generation of the
7575         User-Agent header when message-generate-headers-first is used.
7576
7577 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7578
7579         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7580         hashcash-path is nil.  Don't call callback with incorrect number of
7581         parameters if val is 0.
7582
7583 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7584
7585         * message.el (message-required-news-headers):
7586         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7587
7588 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7589
7590         * tls.el (open-tls-stream): In handshake-waiting loop,
7591         don't wait more if there is output available to process.
7592
7593 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7594
7595         * tls.el (tls-program): Doc fix.
7596
7597 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * message.el (message-generate-new-buffers): Change the meaning of the
7600         nil value; add `standard' to the choices; treat t as `unique'; improve
7601         doc string.
7602         (gnus-select-frame-set-input-focus): Autoload.
7603         (message-buffer-name): Search for the existing message buffer if
7604         message-generate-new-buffers is nil or `standard'; treat the value t of
7605         message-generate-new-buffers as `unique'.
7606         (message-pop-to-buffer): Raise the frame already displaying the message
7607         buffer; clear the echo area after querying.
7608         (message-setup): Pass the `continue' argument to compose-mail.
7609         (message-mail): Prefer `switch-function' if it is given; search for the
7610         existing message buffer if the `continue' argument is non-nil; pass
7611         continue and switch-function arguments to compose-mail by way of
7612         message-setup.
7613         (message-mail-other-window): Adjust argument of message-setup.
7614         (message-mail-other-frame): Ditto.
7615
7616 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7619         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7620         to turn font-lock on when turning gnus-message-citation-mode on.
7621
7622 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7623
7624         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7625         (mml-smime-function-alist): New variable; add epg as the backend.
7626         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7627         mml-smime- functions instead.
7628         * mm-view.el: Require smime.
7629
7630 2007-03-05  Didier Verna  <didier@xemacs.org>
7631
7632         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7633         instead of just inheritance for posting styles.
7634         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7635
7636 2007-02-24  Chris Moore  <dooglus@gmail.com>
7637
7638         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7639         * pgg-pgp.el (pgg-pgp-encrypt-region):
7640         * pgg-gpg.el (pgg-gpg-encrypt-region):
7641         Check pgg-encrypt-for-me if no other recipients.
7642
7643 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7644
7645         * tls.el (tls-certtool-program): Fix custom type.
7646
7647 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7650         and point-at-eol instead of line-(beginning|end)-position.
7651
7652         * assistant.el (assistant-parse-buffer): Ditto.
7653
7654         * netrc.el (netrc-parse-services): Ditto.
7655
7656 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7657
7658         * mml2015.el (mml2015-epg-find-usable-key): New function.
7659         (mml2015-epg-sign): Use it.
7660         (mml2015-epg-encrypt): Use it.
7661
7662 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * message.el (message-make-in-reply-to): Quote name containing
7665         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7666         if there are special characters.  Reported by NAKAJI Hiroyuki
7667         <nakaji@jp.freebsd.org>.
7668
7669 2007-02-27  Didier Verna  <didier@xemacs.org>
7670
7671         Include the group parameters as well as the topic ones in the
7672         inheritance filter process.
7673         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7674         argument GROUP-PARAMS-LIST.
7675         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7676
7677 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * nntp.el (nntp-never-echoes-commands)
7680         (nntp-open-connection-functions-never-echo-commands): New variables.
7681         (nntp-send-command): Use them.
7682
7683 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7684
7685         * mml2015.el (mml2015-epg-verify): Simplified.
7686
7687 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * mml.el (mml-content-disposition-alist): New user option.
7690         (mml-content-disposition): New function.
7691         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7692         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7693
7694 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7695
7696         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7697         verification.
7698
7699 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7700
7701         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7702         articles posted in the last 24 hours.
7703
7704 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7705
7706         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7707
7708 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7709
7710         * nntp.el (nntp-send-command): Don't wait for echoes when
7711         nntp-open-ssl-stream is used.
7712
7713 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7716         (gnus-message-add-citation-keywords)
7717         (gnus-message-remove-citation-keywords): Remove.
7718         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7719         directly, make the variables in font-lock-defaults buffer-local, add
7720         gnus-message-citation-keywords to them and then update the value of
7721         font-lock-keywords.
7722
7723 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * message.el (message-cite-original-1): Don't call
7726         gnus-article-highlight-citation.
7727
7728         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7729         citations; fix line count.
7730
7731 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7734         (gnus-message-add-citation-keywords)
7735         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7736         versions of font-lock-add-keywords and font-lock-remove-keywords to
7737         work with XEmacs correctly.
7738
7739 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus-cite.el (gnus-cite-face-list): Set the values of
7742         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7743         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7744         (gnus-message-cite-prefix-regexp): New variable.
7745         (gnus-message-search-citation-line): Use it; protect against long
7746         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7747         the 0th match data for Emacs.
7748         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7749         (gnus-message-add-citation-keywords): Append keywords rather than
7750         prepending; emulate font-lock-add-keywords if it is not available.
7751         (gnus-message-remove-citation-keywords): Emulate
7752         font-lock-remove-keywords if it is not available.
7753
7754         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7755
7756         * message.el (message-cite-prefix-regexp): Set the value of
7757         gnus-message-cite-prefix-regexp.
7758
7759 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7760
7761         * nnweb.el (nnweb-google-parse-1): Update parser.
7762
7763 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7764
7765         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7766
7767 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7768
7769         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7770         regexp.
7771
7772 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7775         string-to-multibyte.
7776         (uudecode-decode-region-internal): Use it.
7777
7778         * lpath.el: Fbind string-as-multibyte for XEmacs.
7779
7780 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7783         custom choice.
7784
7785         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7786
7787 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7788
7789         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7790
7791         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7792         `write-region' to respect `mm-inhibit-file-name-handlers'.
7793
7794 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7797         Use gnus-home-directory instead of "~/" or "$HOME".
7798
7799 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7800
7801         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7802         to mention filename.
7803         Add comments at beginning regarding usage.
7804         (encrypt-write-file-contents): Change interactive so a string is
7805         acceptable.  If the file has no associated model, show an error instead
7806         of a nonsense prompt.
7807
7808 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7809
7810         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7811         Thanks to Yoshihiko Yamada for kind notification of this typo.
7812
7813 2007-01-12  Kenichi Handa  <handa@m17n.org>
7814
7815         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7816         multibyte buffer.
7817
7818 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * gnus-score.el (gnus-score-fast-scoring): New variable.
7821         (gnus-score-headers): Use it.
7822
7823         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7824
7825         * message.el (message-cite-original-1): Call
7826         gnus-article-highlight-citation if requested.
7827         (message-make-from): Allow name and address as optional arguments.
7828
7829         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7830
7831         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7832         bugs to doc string.
7833         (gnus-button-alist): Add mid\\|message-id.
7834         (gnus-button-fetch-group): Extend for use in
7835         `browse-url-browser-function'.
7836         (gnus-button-url-regexp): Try to catch paired parentheses like in
7837         Wikipedia URLs.
7838
7839         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7840         Suggested by Simon Krahnke <overlord@gmx.li>.
7841
7842 2007-01-13  Romain Francoise  <romain@orebokech.com>
7843
7844         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7845         Update copyright.
7846
7847 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7848
7849         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7850
7851 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7852
7853         * gnus-registry.el (gnus-registry-unfollowed-groups)
7854         (gnus-registry-split-fancy-with-parent): Fix documentation.
7855
7856 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7857
7858         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7859         from nnweb groups.
7860
7861 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7862
7863         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7864         Xref urls.  Erase buffer before requesting head.
7865
7866 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7869         customizable.
7870
7871 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7872
7873         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7874         no signing key is found.
7875         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7876         no encrypting and/or signing key is found.
7877
7878 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7881
7882 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7883
7884         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7885         headers read from disk with the ones newly found in the current search.
7886         This should no longer cause problems, because the article numbers in
7887         Gmane's `nov.php' output are ignored since the previous change.
7888
7889 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7890
7891         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7892
7893 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7896         replace-regexp-in-string; bind url-version; fbind display-images-p and
7897         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7898         find-face and set-itimer-function for Emacs; bind itimer-list for
7899         Emacs.
7900
7901         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7902
7903 2007-01-01  Romain Francoise  <romain@orebokech.com>
7904
7905         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7906
7907 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7908
7909         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7910         `define-minor-mode' macro definition expanded properly.
7911         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7912         exclude it there.
7913
7914         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7915         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7916         `fboundp' test.
7917         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7918         This is OK to autoload in (S)XEmacs now.
7919
7920 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7923         keystroke.
7924         (gnus-summary-limit-to-singletons): Fix typo.
7925
7926         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7927         else fails.
7928
7929 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7930
7931         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7932         docstring.
7933
7934         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7935         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7936         (gnus-summary-insert-dormant-articles): Fix typo in message.
7937
7938 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7941         nil for XEmacs.
7942         (gnus-message-citation-mode): Don't autoload in XEmacs.
7943
7944         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7945
7946 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7947
7948         * nnimap.el (nnimap-expunge-search-string): Mention
7949         nnimap-search-uids-not-since-is-evil in docstring.
7950
7951 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * spam.el: Revert to make-obsolete-variable because
7954         define-obsolete-variable-alias is not supported in Emacs 21.
7955
7956         * spam.el (spam-ifile-path, spam-ifile-database-path)
7957         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7958         make-obsolete-variable.
7959         (spam-bsfilter-path, spam-bsfilter-program)
7960         (spam-spamassassin-path, spam-spamassassin-program)
7961         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7962         use "path" inappropriately.
7963         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7964         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7965         variable names.
7966
7967 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7968
7969         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7970         summary buffer.
7971
7972         * password.el (password-cache-remove): Use clear-string to burn
7973         password, if available.
7974
7975 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7978
7979         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7980
7981         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7982         (gnus-message-highlight-citation): Move defcustom here from
7983         gnus-cite.el.
7984         (gnus-message-citation-mode): Autoload.
7985
7986         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7987         checks to make it compile with XEmacs.
7988         (gnus-message-citation-mode): New minor mode.
7989         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7990         (gnus-message-highlight-citation): New variables.
7991         (gnus-message-search-citation-line)
7992         (gnus-message-add-citation-keywords)
7993         (gnus-message-remove-citation-keywords)
7994         (turn-on-gnus-message-citation-mode)
7995         (turn-off-gnus-message-citation-mode): New functions.
7996
7997 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7998
7999         * gnus-cite.el: Enable highlighting of different citation levels in
8000         message-mode.
8001
8002 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * message.el (message-make-fqdn): Fix comment.
8005         (message-bogus-system-names): Add ".local".
8006
8007         * spam.el (spam-ifile-path, spam-ifile-program)
8008         (spam-ifile-database-path, spam-ifile-database)
8009         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8010         Don't use "path" inappropriately.
8011         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8012         strings.
8013         (spam-check-ifile, spam-ifile-register-with-ifile)
8014         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8015         new variable names.
8016
8017         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8018         (gnus-treat-display-smileys): Simplify using
8019         gnus-image-type-available-p.
8020
8021         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8022         available.
8023
8024         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8025         `display-images-p' if available.
8026
8027 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8030         one after turning on the buffer's multibyteness instead of decoding
8031         them directly in the unibyte buffer that causes unexpected conversion
8032         in Emacs 23 (unicode).
8033
8034 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8035
8036         * message.el (message-generate-hashcash): Fix custom type.
8037
8038 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8041
8042 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8045         disconnect icons.  Add help text.
8046
8047 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8048
8049         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8050         negated to be consistent with the others we handle.
8051
8052 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8053
8054         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8055         version of gnus-summary-buffer to something, so that we can use two
8056         article buffers at the same time.
8057
8058 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8059
8060         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8061         trigger all the extra headers.
8062         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8063         sorting.
8064
8065 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8066
8067         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8068         solid groups.
8069
8070 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8071
8072         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8073
8074 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * legacy-gnus-agent.el: Add Copyright notice.
8077
8078 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8079
8080         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8081
8082 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8085
8086         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8087         to make it work reliably in CVS Emacs.
8088         (gnus-summary-limit-strange-charsets-predicate)
8089         (gnus-summary-limit-to-predicate): New functions.
8090
8091 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8092
8093         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8094         specifying array size.
8095         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8096         array if it is too small.
8097         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8098         (gnus-sort-threads-loop): New function.
8099
8100 2006-12-06  Chris Moore  <dooglus@gmail.com>
8101
8102         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8103         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8104
8105 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8106
8107         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8108         options.
8109
8110 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8111
8112         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8113         DOS-ing the recipient.
8114
8115         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8116         the headers when creating the mapping to avoid mismappings.
8117         (nnweb-gmane-create-mapping): Always nix out old mapping.
8118
8119 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8122         and mm-verify-option to never.
8123
8124 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * message.el (message-signed-or-encrypted-p): New function.
8127         (message-forward-make-body): Use it.
8128
8129         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8130         Replace encode-coding-string with mm-encode-coding-string.
8131
8132 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * nneething.el (nneething-decode-file-name): Replace
8135         decode-coding-string with mm-decode-coding-string.
8136
8137         * gnus-int.el (gnus-open-server): Say failed server's name.
8138
8139 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8140
8141         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8142         strings to a single string.  Quote `errors-file-name'.
8143         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8144         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8145         Adjust calls.  Use `shell-quote-argument'.
8146
8147 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8148
8149         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8150         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8151
8152         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8153         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8154         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8155         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8156         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8157         (gnus-subscribe-newsgroup, gnus-1):
8158         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8159         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8160         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8161         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8162
8163 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8166         keystroke.
8167         (gnus-summary-limit-to-bodies): Implement headersp.
8168
8169 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8172
8173 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8176
8177 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8178
8179         * message.el (message-generate-hashcash): Expand range of values to
8180         include `opportunistic'.
8181         (message-send-mail): Use it.
8182
8183 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8184
8185         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8186         and comment it.
8187
8188         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8189
8190 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-util.el (gnus-extract-address-components): Improve comment.
8193
8194 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-util.el (gnus-extract-address-components): Work with address in
8197         which the name portion contains @.
8198
8199         * lpath.el: Fbind custom-autoload.
8200
8201 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus.el (gnus-start): Move custom group up.
8204         (gnus-select-method): Don't autoload, but make it available for
8205         `customize-variable'.
8206         (gnus-getenv-nntpserver): Don't autoload.
8207
8208 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8209
8210         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8211
8212 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * message.el (message-sendmail-extra-arguments): New variable.
8215         (message-send-mail-with-sendmail): Use it.
8216
8217 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8220         mm-with-unibyte-current-buffer to make string unibyte.
8221
8222         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8223         mm-string-as-multibyte.
8224
8225 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8226
8227         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8228         Reported by Werner Koch <wk@gnupg.org>.
8229
8230 2006-11-14  Daiki Ueno  <ueno@p360>
8231
8232         * mml2015.el: Autoload epa-select-keys when compiling.
8233
8234 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8235
8236         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8237         message-options.
8238         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8239
8240 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8241
8242         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8243         EasyPG (< 0.0.6).
8244         (mml2015-always-trust): New user option.
8245         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8246         prompt.
8247
8248 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * nntp.el (nntp-authinfo-force): New variable.
8251         (nntp-send-authinfo): Use it.
8252
8253 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8256         decode encoded words.  Improve prompt.  Add comment about forwarding.
8257         (message-replacement-char): Move up.
8258
8259 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8260
8261         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8262         instead of gnus-intersection because arguments of gnus-sorted-nunion
8263         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8264
8265 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8268         (message-simplify-subject-functions): Enable
8269         message-strip-subject-encoded-words by default.
8270
8271 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * message.el (message-strip-subject-encoded-words): New function.
8274         (message-simplify-subject-functions): New variable.
8275         (message-simplify-subject): Use it.  Fix typo in doc string.
8276         Support message-strip-subject-encoded-words.
8277
8278 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8279
8280         * gnus-diary.el (gnus-diary-delay-format-function):
8281         * nndiary.el (nndiary-reminders):
8282         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8283
8284 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * gnus-art.el (article-hide-boring-headers): Fetch date from
8287         gnus-original-article-buffer to avoid problems with localized date
8288         strings.
8289
8290 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8293
8294 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8297         New variables.
8298         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8299         (mm-charset-synonym-alist): Move some entries to
8300         mm-codepage-iso-8859-list.
8301         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8302         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8303
8304 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8307
8308 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8311         with Emacs 21 and XEmacs.
8312
8313 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * spam.el (spam-parse-address): New function for better parsing,
8316         catching errors, etc.
8317         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8318
8319 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * mm-view.el: Add interactive arg to html2text autoload.
8322
8323 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8326
8327 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8330         variables.
8331         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8332         (mm-charset-synonym-alist): Move some entries to
8333         mm-codepage-iso-8859-list.
8334
8335         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8336
8337 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * message.el (message-citation-line-format)
8340         (message-insert-formated-citation-line): Fix implementation of %E, %N
8341         and %n according to the doc string.
8342
8343 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8344
8345         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8346         car-safe to avoid bad parses.
8347
8348 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8351         names.
8352
8353         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8354
8355 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8358         header.
8359
8360         * message.el (message-draft-headers): Add Date.
8361         (message-headers-to-generate): Fix typo in docstring.
8362
8363         * nndraft.el (nndraft-required-headers): New variable.
8364         (nndraft-generate-headers): Use it.
8365
8366         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8367
8368 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8369
8370         * gnus-registry.el (gnus-registry-wash-for-keywords)
8371         (gnus-registry-find-keywords): New functions to allow easy searching of
8372         articles that are in the registry.
8373
8374 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8375
8376         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8377         ietf-drums-parse-address instead of gnus-extract-address-components.
8378         Reported by Damien Elmes <damien@repose.cx>.
8379
8380 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus.el (gnus-mime): Remove unused custom group.
8383
8384 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8385
8386         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8387         "blank line" when searching for end of armor headers.
8388
8389 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gmm-utils.el (gmm-write-region): Fix variable name.
8392
8393 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gmm-utils.el (gmm-write-region): New function based on compatibility
8396         code from `mm-make-temp-file'.
8397
8398         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8399
8400         * nnmaildir.el (nnmaildir--update-nov)
8401         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8402         Use `gmm-write-region'.
8403
8404 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8407         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8408
8409         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8410
8411         * message.el (message-replacement-char): New variable.
8412         (message-fix-before-sending): Use it.
8413         (message-simplify-subject): New function to remove duplicate code.
8414         (message-reply, message-followup): Use it.
8415
8416         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8417         gnus-summary-limit-to-articles.
8418
8419 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-util.el (gnus-with-local-quit): New macro.
8422
8423         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8424
8425 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8426
8427         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8428         ignore non-string data.
8429
8430 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8433         non-string data (needs to be done in the registry too).
8434
8435 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8438         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8439         (gnus-registry-split-fancy-with-parent)
8440         (gnus-registry-fetch-simplified-message-subject-fast)
8441         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8442         Remove text properties on ingress into the registry and when it's saved.
8443         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8444         registry from entries with no groups.
8445
8446 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8447
8448         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8449         function to remove string properties.
8450
8451 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gmm-utils.el (gmm): Adjust custom version.
8454
8455         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8456         custom version.
8457
8458         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8459
8460 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8461
8462         * gnus-art.el (gnus-insert-prev-page-button)
8463         (gnus-insert-next-page-button): Simplify.  Reformat.
8464
8465 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8466
8467         * gnus-art.el (gnus-insert-prev-page-button)
8468         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8469
8470 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8471
8472         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8473
8474 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8475
8476         * gnus-art.el (gnus-insert-mime-button)
8477         (gnus-insert-mime-security-button):
8478         Apply gnus-article-button-face to MIME and security buttons.
8479
8480 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8483         readable.
8484
8485 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8488
8489 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8490
8491         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8492         `browse-url-of-file' instead of `browse-url'.
8493
8494 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8495
8496         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8497         regexp.  Articles containing quotation were cut prematurely.
8498
8499 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * message.el (message-cite-original-1): Use nobody by default for the
8502         value of From header.
8503         (message-reply): Ditto.
8504
8505 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8506
8507         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8508         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8509         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8510
8511 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8514         mails in the doc string.  Add some URLs in comment.
8515         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8516
8517 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8520         backslashes handling and the way to find boundaries of quoted strings.
8521
8522 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8523
8524         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8525         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8526         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8527         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8528
8529 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8532         doc string.
8533         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8534
8535 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * lpath.el: Fbind epg-check-configuration.
8538
8539 2006-09-06  Simon Josefsson  <jas@extundo.com>
8540
8541         * mml2015.el (mml2015-use): Doc fix, mention epg.
8542
8543 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8544
8545         * mml2015.el (mml2015-use): Default to epg, if available.
8546
8547 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8548
8549         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8550         message-sender.
8551         (mml1991-epg-encrypt): Ditto.
8552         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8553         message-sender.
8554         (mml2015-epg-encrypt): Ditto.
8555
8556 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8557
8558         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8559         several common directories.
8560
8561 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8562
8563         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8564         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8565
8566 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-art.el (article-decode-encoded-words): Make it fast.
8569
8570 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8573
8574         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8575         in quoted string into `\'.
8576
8577 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8580         Use standard-syntax-table.
8581
8582 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-art.el (gnus-decode-address-function): New variable.
8585         (article-decode-encoded-words): Use it to decode headers which are
8586         assumed to contain addresses.
8587         (gnus-mime-delete-part): Remove useless `or'.
8588
8589         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8590         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8591         (gnus-nov-parse-line): Use it to decode From header.
8592         (gnus-get-newsgroup-headers): Ditto.
8593         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8594
8595         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8596         (mail-decode-encoded-address-string): New alias.
8597
8598         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8599         New function.
8600         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8601         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8602         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8603         (rfc2047-decode-string): Ditto.
8604         (rfc2047-decode-address-region): New function.
8605         (rfc2047-decode-address-string): New function.
8606
8607 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * message.el (message-caesar-buffer-body): Allow rotating headers.
8610
8611         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8612
8613         * message.el (message-insert-formated-citation-line): Fix %f.
8614         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8615
8616 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8619         (gnus-bookmark-mouse-available-p): New macro.
8620         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8621         (gnus-bookmark-bmenu-show-infos): Use it.
8622         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8623         (gnus-bookmark-bmenu-hide-infos): Ditto.
8624         (gnus-bookmark-remove-properties): New function.
8625         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8626         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8627         (gnus-bookmark-write-file): Bind coding-system-for-write.
8628         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8629         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8630         group before selecting it.
8631         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8632         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8633         quit-window if it is not available; use gnus-mouse-2 and bind it to
8634         gnus-bookmark-bmenu-select-by-mouse.
8635         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8636         (gnus-bookmark-bmenu-select-by-mouse): New function.
8637
8638 2006-08-13  Romain Francoise  <romain@orebokech.com>
8639
8640         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8641         space.
8642
8643 2006-08-10  Romain Francoise  <romain@orebokech.com>
8644
8645         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8646         (dns-mode-soa-auto-increment-serial): New user option.
8647         (dns-mode-soa-maybe-increment-serial): New function.
8648         (dns-mode): Add the latter to `write-contents-functions'.
8649
8650 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * compface.el (uncompface): Use binary rather than raw-text-unix.
8653
8654 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * compface.el (uncompface): Make sure the eol conversion doesn't take
8657         place when communicating with the external programs.  Reported by
8658         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8659
8660 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8663
8664 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8665
8666         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8667         Make it more robust by parsing author and date independently.
8668
8669 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8672
8673 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8674
8675         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8676         first matching secret key.
8677         (mml2015-epg-encrypt): Ditto.
8678
8679         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8680         first matching secret key.
8681         (mml1991-epg-encrypt): Ditto.
8682
8683         * mml2015.el (mml2015-encrypt-to-self): New user option.
8684         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8685         mml2015-epg-encrypt-to-self is set.
8686
8687         * mml1991.el (mml1991-encrypt-to-self): New variable.
8688         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8689         mml1991-epg-encrypt-to-self is set.
8690
8691         * mml2015.el (mml2015-signers): New user option.
8692         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8693         (mml2015-epg-encrypt): Allow to select signing keys.
8694
8695         * mml1991.el (mml1991-signers): New variable.
8696         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8697         (mml1991-epg-encrypt): Allow to select signing keys.
8698
8699 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * nnheader.el (nnheader-insert-head): Make it work even if the file
8702         uses CRLF for the line-break code.
8703
8704 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8705
8706         * mml2015.el: Require mml-sec instead of password.
8707         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8708         (mml2015-cache-passphrase): Inherit the default value from
8709         mml-secure-cache-passphrase.
8710         (mml2015-passphrase-cache-expiry): Inherit the default value from
8711         mml-secure-passphrase-cache-expiry.
8712
8713         * mml1991.el: Require mml-sec instead of password.
8714         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8715         (mml1991-cache-passphrase): Inherit the default value from
8716         mml-secure-cache-passphrase.
8717         (mml1991-passphrase-cache-expiry): Inherit the default value from
8718         mml-secure-passphrase-cache-expiry.
8719
8720         * mml-sec.el: Require password.
8721         (mml-secure-verbose): New user option.
8722         (mml-secure-cache-passphrase): New user option.
8723         (mml-secure-passphrase-cache-expiry): New user option.
8724
8725 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8726
8727         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8728         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8729         andreas@altroot.de (Andreas Vögele).
8730
8731         FIXME: Use `tiny change'?
8732
8733 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8734
8735         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8736         workaround for the url package included with Emacs.
8737
8738         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8739
8740 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8743         correctly.  This fixes a bug caused by the 2006-05-12 change.
8744
8745 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8746
8747         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8748         some information about the error when saying that the `bogus' mail
8749         group will be used.
8750
8751 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8754         string.
8755
8756 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8757
8758         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8759
8760 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8761
8762         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8763
8764 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8765
8766         * mml1991.el (mml1991-function-alist): Add epg.
8767         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8768         (mml1991-epg-encrypt): New functions.
8769
8770 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8771
8772         * mml2015.el (mml2015-verbose): New variable.
8773         (mml2015-cache-passphrase): Ditto.
8774         (mml2015-passphrase-cache-expiry): Ditto.
8775         (mml2015-function-alist): Add epg.
8776         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8777         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8778         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8779         functions.
8780
8781 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8782
8783         * message.el (message-cite-original-1): Preserve region when removing
8784         quoted text due to X-No-Archive in order to avoid bogus attribution
8785         when citing multiple messages.
8786
8787 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8788
8789         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8790         Kenneth Jacker <khj@be.cs.appstate.edu>.
8791
8792 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * gnus-diary.el (gnus-user-format-function-d)
8795         (gnus-user-format-function-D): Autoload.
8796
8797         * imap.el (Commentary): Fix typo.
8798
8799         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8800         2006-04-22 contribution.
8801
8802 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8803
8804         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8805         It didn't really fix the bogosity I'm seeing with solid web groups.
8806
8807 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8810         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8811         created using server names.  If we use the feature without declaring
8812         it, Gnus does not properly manage server and group state.
8813
8814         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8815         bound.
8816
8817 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8818
8819         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8820         looking up the method using GROUP's prefix before inventing a new one.
8821         It is used on killed/unknown groups in various places where returning
8822         an all-new method isn't expected by the caller.
8823
8824         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8825         and match semantics of gnus-group-real-prefix.
8826
8827 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * nnmail.el (nnmail-broken-references-mailers): New variable.
8830         (nnmail-ignore-broken-references): New function generalizing
8831         nnmail-fix-eudora-headers.
8832         (nnmail-fix-eudora-headers): Now obsolete.
8833
8834         * gnus-art.el (gnus-button-handle-custom): Support
8835         `customize-apropos*'.
8836
8837 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838
8839         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8840
8841         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8842         articles.
8843
8844 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * message.el (message-cite-reply-above): New variable.
8847         (message-yank-original): Use it.
8848
8849 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8852
8853 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8856         as read.
8857
8858         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8859
8860 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8863         (gnus-bookmark-default-file): Use gnus-directory.
8864         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8865         Remove "*" in doc string.
8866         (gnus-bookmark-write-file): Simplify.
8867         (gnus-bookmark-maybe-sort-alist): Use `when'.
8868         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8869         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8870         FIXME about Emacs 21 and XEmacs compatibility.
8871         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8872         compatibility.
8873         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8874         compatibility.
8875         (gnus-bookmark-menu-heading): Fix version.
8876
8877 2006-06-19  Bastien Guerry  <bzg@altern.org>
8878
8879         * gnus-bookmark.el: New file.
8880
8881 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * message.el (message-syntax-checks): Doc fix.
8884
8885 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8886
8887         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8888         unsubscribed groups as if they were killed ones.  It causes duplicate
8889         entries in gnus-newsrc-alist.
8890
8891 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * message.el (message-syntax-checks): Doc fix.
8894         (message-send-mail): Add check for continuation headers.
8895         (message-check-news-header-syntax): Fix regexp used to check for
8896         continuation headers.
8897
8898 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8901
8902 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8905
8906 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8909         default-truncate-lines.
8910
8911 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8914         to fill the utf-8 entry.
8915
8916         * lpath.el: Fbind unicode-precedence-list.
8917
8918 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8919
8920         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8921
8922 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8923
8924         * gnus-agent.el (directory-files-and-attributes): Move all the way
8925         forward (the third and final move).
8926         (gnus-agent-read-agentview): Trap reconstruction errors due to
8927         nonexistant directory.  Handle by returning nil.
8928
8929 2006-05-30  Didier Verna  <didier@xemacs.org>
8930
8931         * message.el (message-dont-reply-to-names): Update the custom type.
8932         * message.el (message-dont-reply-to-names): New defsubst: potentially
8933         convert a list of regexps into a single one.
8934         * message.el (message-get-reply-headers): Use it.
8935         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8936
8937 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-agent.el (directory-files-and-attributes): Move forward.
8940
8941 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * gnus-ml.el (gnus-mailing-list-subscribe)
8944         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8945         (gnus-mailing-list-message): Fix doc strings.
8946
8947 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8948
8949         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8950         of doing it manually.
8951
8952 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8955         comment.
8956
8957 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8958
8959         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8960         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8961         (gnus-agent-read-local): All symbols allocated in my-obarray.
8962         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8963         (gnus-agent-regenerate-group): Check numeric names to see if they are
8964         messages or groups.
8965         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8966         better way of do this...)
8967
8968         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8969         'dummy.group' (there should be a better way of do this...)
8970
8971 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8974         (gnus-saved-headers): Ditto.
8975         (gnus-default-article-saver): Mention functions may have properties.
8976         (gnus-article-save): Override gnus-save-all-headers and
8977         gnus-saved-headers by :headers property which saver function may have.
8978         (gnus-summary-save-in-file): Add :headers property.
8979         (gnus-summary-write-to-file): Ditto.
8980
8981         * gnus-sum.el (gnus-summary-save-article): Bind
8982         gnus-prompt-before-saving to t when saving many articles in a file;
8983         always show all headers.
8984
8985         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8986
8987 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8990         marks.
8991
8992         * message.el (message-indent-citation): Add optional arguments to allow
8993         using it outside of message buffers.
8994
8995         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8996         (gnus-article-treat-unfold-headers): Use it.
8997         (gnus-article-truncate-lines): New variable.
8998         (gnus-article-mode): Use it.
8999         (gnus-article-toggle-truncate-lines): New function.
9000
9001         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9002         gnus-article-toggle-truncate-lines.
9003
9004         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9005         coding system in XEmacs, use binary.
9006
9007 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9010         after-load-alist.
9011
9012         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9013         this function should save decoded articles.
9014         (gnus-summary-write-to-file): Use property to specify this function
9015         should save decoded articles and specify gnus-summary-save-in-file
9016         should be used to save articles other than the first one when saving
9017         many articles.
9018         (gnus-summary-save-body-in-file): Use property to specify this
9019         function should save decoded articles.
9020         (gnus-summary-write-body-to-file): Use property to specify this
9021         function should save decoded articles and specify
9022         gnus-summary-save-body-in-file should be used to save articles other
9023         than the first one when saving many articles.
9024
9025         * gnus-sum.el (gnus-summary-save-article): Simplify.
9026
9027 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-art.el (gnus-default-article-saver): Add
9030         gnus-summary-write-body-to-file.
9031         (gnus-article-save-coding-system): Don't use coding system object
9032         in XEmacs.
9033         (gnus-read-save-file-name): Add optional `dir-var' argument which
9034         specifies directory in which files are saved; work even if optional
9035         `variable' argument is not specified.
9036         (gnus-summary-write-to-file): Read file name.
9037         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9038         (gnus-summary-write-body-to-file): New function.
9039
9040         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9041         (gnus-summary-local-variables): Add it.
9042         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9043         (gnus-summary-save-article): Remove optional `decode' argument;
9044         determine whether to decode articles by the value of
9045         gnus-default-article-saver; when saving many files using
9046         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9047         it first and use gnus-summary-save-in-file or
9048         gnus-summary-save-body-in-file thereafter unless
9049         gnus-prompt-before-saving is always; move point to article which
9050         will be saved.
9051         (gnus-summary-save-article-file): Revert.
9052         (gnus-summary-write-article-file): Revert.
9053         (gnus-summary-save-article-body-file): Revert.
9054         (gnus-summary-write-article-body-file): New function.
9055
9056 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * gnus-art.el (gnus-default-article-saver): Doc fix.
9059         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9060         from gnus-summary-save-article-coding-system, and default to a
9061         certain coding system.
9062         (gnus-output-to-file): Add coding cookie and encode text according
9063         to gnus-article-save-coding-system; don't use mm-append-to-file.
9064
9065         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9066         gnus-art.el and rename to gnus-article-save-coding-system.
9067         (gnus-summary-save-article): Require gnus-art; don't show all
9068         headers if it decodes articles; don't add coding cookie here;
9069         don't bind mm-text-coding-system-for-write.
9070         (gnus-summary-save-article-file): Save decoded articles.
9071         (gnus-summary-write-article-file): When saving many files, use
9072         gnus-summary-write-to-file first and gnus-summary-save-in-file
9073         thereafter unless gnus-prompt-before-saving is always.
9074         (gnus-summary-save-article-body-file): Save decoded articles.
9075
9076         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9077
9078 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * nnrss.el (nnrss-check-group): Bind hash-index.
9081
9082 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9083
9084         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9085         its hash index.  Store this hash in `nnrss-group-data'.
9086         (nnrss-read-group-data): Update accordingly.
9087
9088 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9091         entry.
9092
9093         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9094         gnus-article-browse-html-article.
9095
9096 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9097
9098         * gnus-sum.el (gnus-summary-mime-map): Add
9099         gnus-article-browse-html-article.
9100
9101         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9102
9103 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9106         suitable coding systems in customize.
9107
9108 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9109
9110         * mail-source.el (mail-sources): Fix custom type.
9111
9112 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9115         (gnus-summary-expire-articles-now): Shorten prompt.
9116
9117         * gmm-utils.el (wid-edit): Require.
9118         (defun-gmm): Renamed from `gmm-defun-compat'.
9119         (gmm-image-search-load-path): Use it.
9120         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9121
9122 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9125         variable.
9126         (gnus-summary-save-article): Add optional `decode' argument.  If
9127         it is set and gnus-summary-save-article-coding-system is non-nil,
9128         save decoded article.
9129         (gnus-summary-write-article-file): Save decoded article if
9130         gnus-summary-save-article-coding-system is non-nil.
9131
9132         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9133         type.
9134
9135 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9138
9139 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9142         first to test gnus-single-article-buffer which may be buffer-local.
9143
9144         * gnus-sum.el (gnus-summary-setup-buffer): Make
9145         gnus-single-article-buffer buffer-local and nil in ephemeral
9146         group; make gnus-article-buffer, gnus-article-current, and
9147         gnus-original-article-buffer always buffer-local.
9148         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9149         group.
9150         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9151
9152 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * nnml.el (nnml-request-compact-group): Compressed files might not
9155         have .gz extension.
9156
9157 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9158
9159         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9160         (mm-copy-to-buffer): Use with-current-buffer.
9161         (mm-display-part): Simplify.
9162         (mm-inlinable-p): Add optional arg `type'.
9163
9164 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9165
9166         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9167         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9168         Try harder to show the attachment internally or externally using
9169         gnus-mime-view-part-as-type.
9170
9171 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * message.el (message-from-style, message-signature-separator)
9174         (message-user-organization-file, message-send-mail-function)
9175         (message-citation-line-function, message-yank-prefix)
9176         (message-indent-citation-function, message-signature)
9177         (message-signature-file, message-signature-insert-empty-line):
9178         Remove autoloads.
9179
9180         * gnus-art.el (gnus-buttonized-mime-types): Remove
9181         "multipart/signed".  Revert 2006-04-26 change.
9182
9183 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184
9185         * gnus.el (gnus-version-number): Bump version.
9186
9187 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9188
9189         * gnus.el: No Gnus v0.5 is released.
9190
9191 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9192
9193         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9194         fetching articles by message-id.
9195
9196 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * message.el (hashcash): Require hashcash as normal.
9199
9200         * ecomplete.el (ecomplete-highlight-match-line): Use
9201         point-at-eol.
9202         (ecomplete-highlight-match-line): Use `highlight', because that
9203         face exists in both Emacs and XEmacs.
9204
9205         * message.el (message-display-abbrev): Use point-at-bol.
9206
9207         * mail-source.el: Don't require timer/timer-funcs.
9208
9209         * gnus-async.el: Ditto.
9210
9211         * password.el: Ditto.
9212
9213         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9214
9215         * mm-url.el: Ditto.
9216
9217         * gnus-xmas.el: Don't require timer-funcs.
9218
9219         * mm-util.el: Require timer/timer-funcs.
9220
9221 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9222
9223         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9224         Close.
9225
9226 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9229         unibyte after clear-decrypt function runs.
9230
9231         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9232         returns as a unibyte string.
9233
9234 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * lpath.el: Revert.
9237
9238         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9239         (pgg-gpg-process-sentinel): Revert.
9240
9241         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9242         (pgg-pgp-lookup-key): Revert.
9243
9244         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9245         (pgg-pgp5-lookup-key): Revert.
9246
9247         * pgg.el (pgg-fetch-key): Revert.
9248
9249 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * lpath.el: Fbind string-as-multibyte for XEmacs.
9252
9253         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9254         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9255         (mml1991-pgg-encrypt): Ditto.
9256
9257         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9258         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9259         a multibyte buffer.
9260
9261         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9262         (pgg-pgp-lookup-key): Ditto.
9263
9264         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9265         (pgg-pgp5-lookup-key): Ditto.
9266
9267         * pgg.el (pgg-fetch-key): Ditto.
9268
9269 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * message.el (message-user-organization-file): Check several
9272         locations of the organization file.
9273
9274         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9275         Add gnus-article-view-part-as-type.
9276
9277         * gnus-art.el (gnus-article-view-part-as-type): New function.
9278
9279         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9280         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9281
9282         * mml.el: Simplify autoload.
9283         (mml-mode): defvar dnd-protocol-alist instead of using
9284         symbol-value.
9285         (mml-default-directory): New variable.
9286         (mml-minibuffer-read-file): Use it.
9287         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9288
9289         * message.el (message-citation-line-format): New variable.
9290         (message-insert-formated-citation-line): New function.
9291         (message-citation-line-function): Add
9292         `message-insert-formated-citation-line' to custom type.
9293
9294         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9295         to doc string.
9296
9297         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9298         depending on mm-verify-option.
9299
9300 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9303         binding pgg-* variables; reimplement the section which prevents
9304         MIME header from being signed.
9305         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9306         pgg-text-mode; remove a blank line at the top of body.
9307
9308         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9309         lines at the top of body; use gnus-newsgroup-charset if there's no
9310         Charset header.
9311
9312 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * message.el (message-self-insert-commands): Doc fix.
9315
9316         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9317         (mm-uu-pgp-encrypted-test): Ditto.
9318         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9319         between header and body; return application/pgp-encrypted handle
9320         if decryption failed; decode decrypted body by charset.
9321
9322         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9323         element match to application/pgp-*.
9324
9325 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9326
9327         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9328         HTML.
9329
9330 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331
9332         * mail-source.el (mail-source-call-script): Message the error
9333         string.
9334
9335 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336
9337         * gnus-util.el (gnus-byte-compile): Use it.
9338
9339 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9340
9341         * gnus-util.el (kill-empty-logs): New function.
9342
9343 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9344
9345         * message.el (message-mail-alias-type): Doc fix.
9346         (message-mail-alias-type-p): New function.
9347         (message-send): Use it.
9348         (message-mode): Ditto.
9349         (message-strip-forbidden-properties): Ditto.
9350
9351         * ecomplete.el (ecomplete-database-file-coding-system): New
9352         variable.
9353         (ecomplete-save): Use it.
9354         (ecomplete-setup): Use it.
9355
9356 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * message.el (message-self-insert-commands): New variable.
9359         (message-strip-forbidden-properties): Use it.
9360
9361 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9364         that doesn't make XEmacs choke.
9365
9366 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gnus-util.el (gnus-replace-in-string):
9369         Prefer replace-regexp-in-string over of replace-in-string.
9370
9371 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-util.el (gnus-select-frame-set-input-focus):
9374         Use select-frame-set-input-focus if it is available in XEmacs; use
9375         definition defined in Emacs 22 for old Emacsen.
9376
9377         * dgnushack.el: Autoload unmorse-region for XEmacs.
9378
9379         * lpath.el: Bind cursor-in-non-selected-windows and
9380         select-frame-set-input-focus for XEmacs.
9381
9382 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9385
9386 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9387
9388         * gnus-registry.el (gnus-registry-cache-save): Remove text
9389         properties when saving via the temp buffer.
9390
9391 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * message.el (message-generate-hashcash): Honor custom type.
9394
9395 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396
9397         * message.el (message-generate-hashcash): Default to non-nil when
9398         hashcash is found.
9399
9400         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9401         (gnus-refer-thread-limit): Increase default to 500.
9402
9403         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9404
9405         * flow-fill.el (fill-flowed): Allow delete-space.
9406
9407 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9408
9409         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9410         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9411         Remove autoloads.
9412
9413 2006-04-18  Simon Josefsson  <jas@extundo.com>
9414
9415         * message.el (message-generate-hashcash): Default to.
9416
9417 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9420         concatenating segments rather than before concatenating them.
9421
9422 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9425
9426 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9427
9428         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9429
9430         * message.el (message-forward-make-body-plain): Allow
9431         message-forward-ignored-headers to be a list.
9432         (message-remove-ignored-headers): Factor out into function.
9433         (message-forward-make-body-mml): Use it.
9434
9435         * imap.el (imap-quote-specials): New function.
9436         (imap-login-auth): Quote specials.
9437
9438         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9439         (rfc2231-parse-string): Allow concatanation of parameters that
9440         aren't contiguous.  The test case is
9441           (mail-header-parse-content-type "message/external-body;
9442             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9443             access-type=LOCAL-FILE;
9444             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9445
9446 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9447
9448         * nntp.el (nntp-accept-process-output): Return the value of
9449         `nnheader-accept-process-output'.
9450
9451 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9454         (gnus-button-alist): Recognize more diff formats.
9455         (gnus-button-patch): Strip directory.
9456
9457 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9460         Emacs 22 when setting focus.
9461
9462 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * gnus-art.el (gnus-article-treat-types): Do treatment of
9465         text/x-verbatim parts.
9466         (gnus-button-patch): New command.
9467
9468         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9469         addresses that contain invalid characters.
9470
9471 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * message.el (message-put-addresses-in-ecomplete): Use
9474         gnus-replace-in-string.
9475         (message-is-yours-p): Use the more correct
9476         mail-header-parse-address instead of
9477         mail-extract-address-components.
9478         (message-put-addresses-in-ecomplete): Fix typo.
9479
9480         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9481         keystroke.
9482
9483         * gnus-art.el (gnus-treatment-function-alist): Change order of
9484         newsgroups/generic header folding to avoid double-folding.
9485
9486         * message.el (message-hidden-headers): Add X-Draft-From.
9487
9488         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9489         command.
9490         (gnus-summary-repeat-search-article-backward): New command.
9491
9492         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9493         groups in the parent topic.
9494
9495 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9496
9497         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9498         (spam-extra-header-to-number): Return the CRM114 number as a
9499         number instead of a string.
9500
9501 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-art.el (gnus-face-properties-alist): Moved here from
9504         gnus-fun.
9505
9506         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9507
9508 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * message.el (message-strip-forbidden-properties): Only display on
9511         self-insert-command.
9512
9513         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9514         reindent.
9515         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9516
9517 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9518
9519         * smiley.el (smiley-style): Fix typo.
9520
9521 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * hashcash.el (hashcash-insert-payment-async-2): Use
9524         message-goto-eoh instead of doing it manually.
9525         (mail-add-payment): Use message-narrow-to-header instead of trying
9526         to do the same itself.
9527
9528         * message.el (message-hidden-headers): Add Face.
9529
9530         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9531         reparenting code.
9532         (gnus-summary-reparent-children): Refactored out code.
9533         (gnus-summary-thread-map): New keystroke.
9534         (gnus-summary-reparent-children): Make into command.
9535
9536         * smiley.el (smiley-style): Default to `medium' if using a large
9537         font.
9538
9539         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9540         does it itself.
9541
9542         * message.el (message-point-in-header-p): Simplify definition.
9543
9544 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * nnagent.el (nnagent-request-set-mark): Silence log file
9547         writing.
9548         (nnagent-request-set-mark): Use write-region instead of
9549         append-to-file.
9550
9551         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9552         strange select method.
9553
9554         * ecomplete.el (ecomplete-display-matches): Get highlightling
9555         right.
9556         (ecomplete-display-matches): Use literals.
9557         (ecomplete-display-matches): Disable message logging.
9558
9559         * message.el (message-display-abbrev): Small optimization.
9560
9561         * ecomplete.el (ecomplete-display-matches): Allow automatic
9562         display.
9563
9564         * message.el (message-strip-forbidden-properties): Display
9565         abbrevs.
9566         (message-display-abbrev): Get automatic display right.
9567
9568         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9569         keystrokes.
9570
9571 2006-04-13  Romain Francoise  <romain@orebokech.com>
9572
9573         TODO: Backport to v5-10!
9574
9575         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9576         Moved here (and renamed) from gnus-registry.el.
9577
9578         * gnus-registry.el: Require gnus-util.
9579         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9580
9581 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-group.el (gnus-group-catchup-current): Change
9584         if-then-else-if-then-else into cond.
9585         (gnus-group-catchup): Indent.
9586         (group-name-at-point): New function.
9587         (gnus-fetch-group): Provide default from thing at point.
9588
9589 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590
9591         * message.el (message-display-abbrev): Fix regexp.
9592
9593         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9594         choosing.
9595         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9596         dead variables.
9597
9598         * message.el (message-newline-and-indent): Remove debugging.
9599         (message-display-abbrev): Use new implementation.
9600
9601 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-art.el (gnus-article-mode): Set
9604         cursor-in-non-selected-windows to nil.
9605
9606         * smiley.el: Revert previous change.
9607         (smiley-data-directory): defvar it before using it in the
9608         defcustom of `smiley-style'.
9609
9610 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * message.el (message-newline-and-indent): New function.
9613
9614         * ecomplete.el: Implement more bits.
9615
9616         * message.el (message-put-addresses-in-ecomplete): Clean up the
9617         string.
9618
9619         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9620
9621         * gnus-sum.el (gnus-summary-save-parts): Bind
9622         gnus-summary-save-parts-counter and use it to make unique file
9623         names.
9624
9625         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9626
9627         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9628         parameter to say whether to actually parse the individual
9629         addresses.
9630
9631         * message.el (message-put-addresses-in-ecomplete): New function.
9632         (ecomplete): Require.
9633         (message-mail-alias-type): Add ecomplete as an option.
9634
9635 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9636
9637         * flow-fill.el (fill-flowed): Remove trailing space from blank
9638         quoted lines.
9639
9640 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * smiley.el (smiley-style): Move definition later to avoid a
9643         compilation warning.
9644
9645 2006-04-12  Kenichi Handa  <handa@m17n.org>
9646
9647         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9648         buffer and then decode the buffer text if necessary.
9649         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9650         first, and after mm-encode-body, change the buffer to unibyte.
9651         Use mm-disable-multibyte instead of set-buffer-multibyte.
9652
9653 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9656         Content-Type header instead of Content-Disposition header.
9657         (gnus-mime-inline-part): Ditto.
9658         (gnus-mime-view-part-as-charset): Ignore charset that the part
9659         specifies.
9660
9661         * mm-decode.el (mm-display-part): Work with external parts and
9662         usual parts similarly.
9663
9664         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9665         instead of gnus-display-mime.
9666
9667         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9668         instead of with-temp-buffer.
9669
9670         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9671         tag to summarized topics part in order to encode non-ASCII text.
9672
9673 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * smiley.el (smiley-style): New variable.
9676         (smiley-directory): New function.
9677         (smiley-data-directory): Derive from `smiley-style' using
9678         `smiley-directory'.
9679         (smiley-regexp-alist): Add new entries.
9680
9681         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9682         (gnus-article-browse-delete-temp): Add :version.
9683
9684 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9685
9686         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9687         the sieve region.
9688
9689 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * gnus.el (gnus-version-number): Bump version.
9692
9693 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * gnus.el: No Gnus v0.4 is released.
9696
9697 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9698
9699         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9700         layout.
9701
9702         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9703         unknown charset.
9704
9705         * message.el (message-header-synonyms): Add Original-To to the
9706         default.
9707
9708         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9709         optional parameter.
9710
9711 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus-fun.el (gnus): Require it for gnus-directory.
9714
9715 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9718
9719 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9720
9721         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9722
9723 2006-04-05  Simon Josefsson  <jas@extundo.com>
9724
9725         * password.el (password-reset): New function.
9726
9727 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9728
9729         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9730         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9731
9732 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9733
9734         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9735         Some whitespace was matched into the url, which broke browsing hits
9736         > 100 when mm-url-use-external was nil.
9737
9738 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9741         gnus-extra-headers for 'Newsgroups.
9742
9743         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9744         bound.
9745
9746 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9747
9748         * pgg-gpg.el: Clean up process buffers every time gpg processes
9749         complete.
9750
9751 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9754         doc string.
9755
9756 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9757
9758         * pgg-gpg.el (pgg-gpg-process-filter)
9759         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9760
9761         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9762         lines, temporary fix.
9763
9764 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9767
9768 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9771         default-enable-multibyte-characters.  This reverts the change from
9772         revision 6.17 which is no longer necessary because the passphrase
9773         is sent separately now.  GnuPG messages are unreadable under
9774         multibyte locales with default-enable-multibyte-characters set to
9775         nil.
9776
9777 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * message.el (message-tool-bar-gnome): Move "spell".
9780
9781 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9784         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9785         instead.
9786
9787 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9788
9789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9790         newsgroups handling for NNTP overviews which don't include
9791         Newsgroups.
9792
9793 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9794
9795         * message.el (message-resend): Bind message-generate-hashcash to nil.
9796
9797 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9798
9799         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9800         when searching for already-paid recipients.
9801
9802 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9803
9804         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9805         passphrases when it is not needed.
9806         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9807         passphrase stuff from gpg, should only be necessary when you use
9808         gpg with a smartcard.
9809
9810 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * mml.el (mml-insert-mime): Ignore cached contents of
9813         message/external-body part.
9814
9815         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9816         (mm-insert-part): Ditto.
9817
9818 2006-03-23  Simon Josefsson  <jas@extundo.com>
9819
9820         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9821         Reiner.
9822         (pgg-gpg-use-agent-p): Use it again.
9823
9824 2006-03-23  Simon Josefsson  <jas@extundo.com>
9825
9826         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9827         older emacsen.
9828         (pgg-gpg-use-agent-p): Don't use it.
9829
9830 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9833         if we can.
9834
9835 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9836
9837         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9838         (pgg-gpg-update-agent): New function.
9839         (pgg-gpg-use-agent-p): New function.
9840         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9841         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9842         (pgg-gpg-sign-region): Use it.
9843
9844 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9845
9846         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9847         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9848
9849 2006-03-21  Simon Josefsson  <jas@extundo.com>
9850
9851         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9852         <wilde@sha-bang.de>.
9853         (pgg-gpg-use-agent): New variable.
9854         (pgg-gpg-process-region): Use it.
9855         (pgg-gpg-encrypt-region): Likewise.
9856         (pgg-gpg-encrypt-symmetric-region): Likewise.
9857         (pgg-gpg-decrypt-region): Likewise.
9858         (pgg-gpg-sign-region): Likewise.
9859         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9860
9861 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9864
9865         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9866         Add comment on version.
9867
9868 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * smiley.el: Add missing test smiley.
9871
9872 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * mm-decode.el (mm-with-part): New macro.
9875         (mm-get-part): Use it; work with message/external-body as well.
9876         (mm-save-part): Treat name and filename equally.
9877
9878         * mm-extern.el (mm-extern-cache-contents): New function.
9879         (mm-inline-external-body): Use it; force the part to be displayed;
9880         move undisplayer added to the cached handle to the parent.
9881
9882         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9883         (gnus-mime-view-part-as-type): Work with message/external-body.
9884
9885         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9886
9887 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9890         images in image-load-path.  [Sync with image.el, revision 1.60, in
9891         Emacs.]
9892
9893 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9896         path rather than symbol.  Always return list of directories.
9897         Guarantee that image directory comes first.  [Sync with image.el,
9898         revision 1.59, in Emacs.]
9899
9900         * message.el (message-make-tool-bar): Adjust to new API of
9901         `gmm-image-load-path-for-library'.
9902
9903         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9904
9905         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9906
9907 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9908
9909         * gnus-art.el (gnus-article-only-boring-p):
9910         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9911         intangible text.
9912         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9913
9914 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9917         `defun' instead of `gmm-defun-compat'.
9918
9919 2006-03-14  Simon Josefsson  <jas@extundo.com>
9920
9921         * message.el (message-unique-id): Don't use message-number-base36
9922         if (user-uid) is a float.
9923         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9924
9925 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9928
9929         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9930         empty line between a part and a message part.
9931
9932 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * smiley.el: Add more test smileys.
9935         (smiley-data-directory, smiley-regexp-alist)
9936         (gnus-smiley-file-types): Fix doc strings.
9937         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9938         adding new elements.
9939         (smiley-mouse-map): Unused code.  Make it a comment.
9940
9941 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9944         scan latest NoCeM messages instead of old ones.
9945         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9946         delimiters that are recently used.
9947         (gnus-nocem-load-cache): Add autoload cookie.
9948
9949         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9950
9951         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9952         level which is larger than gnus-use-nocem is specified.
9953
9954         * gnus-group.el (gnus-group-get-new-news): Ditto.
9955
9956 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-util.el (gnus-tool-bar-update): New function.
9959
9960         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9961         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9962
9963         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9964
9965         * gnus-group.el (gnus-group-redraw-when-idle)
9966         (gnus-group-redraw-check): Remove.
9967         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9968
9969 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9972         if optional last element is specified in splits (FIELD VALUE...).
9973
9974 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9977         to gmm-image-load-path-for-library.  Call with no-error argument.
9978         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9979
9980         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9981
9982         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9983
9984         * gmm-utils.el (gmm-image-load-path): Remove alias.
9985
9986 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * gmm-utils.el (gmm-image-load-path): Add alias.
9989
9990         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9991         nnml-generate-nov-databases-1.
9992         (nnml-generate-nov-databases): Use it.
9993         (nnml-generate-nov-databases-directory): Document no-active
9994         argument.
9995
9996         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9997         directory if path is t.  Add no-error.
9998
9999         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10000         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10001
10002         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10003         resetting gnus-article-browse-html-temp-list.
10004
10005         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10006         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10007         Add example to docstring.  Rename local variables.  Move error
10008         checks to default case in cond and simplify.
10009
10010 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10013         handle is multipart when calling it recursively.
10014         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10015
10016 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10017
10018         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10019         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10020
10021 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10024         is loaded.
10025
10026         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10027         loaded.
10028
10029 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10032         to "Emacs 23 (unicode)" in doc string.
10033
10034         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10035         "Emacs 23 (unicode)" in comment.
10036
10037 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10040
10041         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10042         characters 160 through 255 in Emacs 23.
10043
10044 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10047         gnus-article-browse-html-temp.
10048         (gnus-article-browse-delete-temp): Make it customizable.  Add
10049         `file'.  Adjust doc string.
10050         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10051         query for each file.  Adjust doc string.
10052         (gnus-article-browse-html-parts): Add
10053         `gnus-article-browse-delete-temp-files' to
10054         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10055
10056 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10057
10058         * gnus-art.el (gnus-article-browse-html-temp)
10059         (gnus-article-browse-delete-temp): New variables.
10060         (gnus-article-browse-delete-temp-files): New function.
10061         (gnus-article-browse-html-parts): Use it.
10062
10063 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10066
10067         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10068         string.
10069
10070         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10071         gnus-summary-insert-new-articles when unplugged.  Remove
10072         gnus-summary-search-article-forward.
10073
10074         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10075         display-visual-class instead of display-color-cells.
10076
10077 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * dgnushack.el: Autoload customize-group for XEmacs.
10080
10081         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10082         message/* containing non-ASCII text properly.
10083
10084 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * message.el: Require gmm-utils, remove autoloads.
10087         (message-tool-bar): Set default based on
10088         gmm-tool-bar-style.
10089         (message-tool-bar-gnome): Add gmm-customize-mode.
10090
10091         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10092         gmm-tool-bar-style.
10093         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10094
10095         * gnus-group.el (gnus-group-tool-bar): Set default based on
10096         gmm-tool-bar-style.
10097         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10098
10099         * gmm-utils.el (gmm-image-directory): Rename variable from
10100         gmm-image-load-path.
10101         (gmm-image-load-path): Use gmm-image-directory.
10102         (gmm-customize-mode): New function.
10103         (gmm-tool-bar-style): New variable.
10104
10105         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10106         gnus-group-redraw-line-number.
10107         (gnus-group-redraw-check): Simplify.
10108         (gnus-group-tool-bar-update): Remove redraw check.
10109         (gnus-group-make-tool-bar): Add redraw check.
10110
10111 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10112
10113         * gnus-art.el (gnus-button): Add missing parentheses.
10114
10115 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * lpath.el: Fbind line-number-at-pos.
10118
10119 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10122
10123 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-art.el (gnus-button): New face.
10126         (gnus-article-button-face): Use it.
10127
10128         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10129         gnus-summary-next-page.  Re-order.
10130
10131         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10132         next-node are now included.
10133         (gnus-group-redraw-line-number): New internal variable.
10134         (gnus-group-redraw-check): Helper function for updating the tool
10135         bar.
10136         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10137
10138         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10139
10140         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10141         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10142         Use it to match format of Spamassassin 3.0 and later.  Reported by
10143         IRIE Tetsuya <irie@t.email.ne.jp>.
10144         (spam-check-bogofilter)
10145         (spam-bogofilter-register-with-bogofilter): Fix args of
10146         `gnus-error' calls.
10147
10148 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10151         unnecessary interaction when sending queued mails.  Reported by
10152         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10153
10154 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10157         first or last are nil.
10158
10159 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10160
10161         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10162
10163 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10164
10165         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10166
10167 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * dns.el (query-dns): Protect more against buggy tcp output.
10170
10171 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10174         nov.php.
10175
10176 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10177
10178         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10179         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10180         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10181         output on the server side.
10182         (nnweb-google-create-mapping): Update regexps and add some
10183         progress indication.
10184
10185 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10188         gnus-agent-toggle-plugged.  Re-order icons.
10189         (gnus-group-tool-bar-gnome): Add
10190         gnus-group-{prev,next}-unread-group.
10191         (gnus-group-tool-bar-gnome): Re-order icons.
10192
10193         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10194         gnus-summary-insert-new-articles.
10195
10196         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10197         comments.
10198
10199         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10200         also available in Emacs 21.3.
10201
10202         * message.el (message-fix-before-sending): Change "Emacs 22" to
10203         "Emacs 23 (unicode)" in comment.
10204
10205         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10206         "Emacs 23 (unicode)" in comment.
10207
10208         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10209         comment.
10210         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10211
10212         * mm-view.el (mm-fill-flowed): Add :version.
10213
10214 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10217         and load-path.
10218
10219 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * message.el: Autoload gmm-image-load-path.
10222         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10223         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10224         consitency.
10225
10226         * gmm-utils.el (gmm-image-load-path): Also search in
10227         "../etc/images".  Don't set gmm-image-load-path if we don't find
10228         the image.
10229
10230 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10231
10232         * gmm-utils.el (gmm-image-load-path): Don't make
10233         `gmm-image-load-path' include subdirectories which the second arg
10234         `image' might specify.
10235
10236         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10237         subdirectory to icon file names.
10238
10239         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10240
10241 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10244         gmm-image-load-path calls.
10245
10246         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10247
10248         * message.el (message-make-tool-bar): Ditto.
10249
10250         * mml.el (mml-preview): Added comment concerning tool bar icons.
10251
10252         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10253         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10254
10255         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10256         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10257
10258         * message.el (message-tool-bar-gnome): Use new icon names.
10259         (message-make-tool-bar): Use `gmm-image-load-path'.
10260
10261         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10262         functions from MH-E.
10263         (gmm-image-load-path): New variable from MH-E.
10264         (gmm-image-load-path): New function from MH-E.  Added arguments
10265         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10266         *-image-load-path-called-flag.
10267
10268 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10269
10270         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10271
10272 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10273
10274         * nnimap.el (nnimap-request-move-article): Change folder back to
10275         source group before deleting.
10276
10277 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10280
10281         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10282         mm-url.
10283
10284         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10285
10286 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10289         coding system which mm-charset-to-coding-system returns for a
10290         given charset is valid.
10291
10292 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10293
10294         * html2text.el (html2text-remove-tag-list):
10295         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10296
10297 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10298
10299         * gnus-cus.el: Revert 2005-10-17 change.
10300
10301 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-art.el (article-strip-banner): Call
10304         article-really-strip-banner only when the regexp match is made.
10305
10306 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-art.el (article-strip-banner): Use
10309         gnus-extract-address-components instead of
10310         mail-header-parse-addresses to make it work with non-ASCII text;
10311         remove mail-encode-encoded-word-string.
10312
10313         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10314         values which are surrounded with \"...\"; make it never cause a
10315         Lisp error; give up parsing of parameters if it failed in
10316         extracting type.
10317
10318 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10319
10320         * smime.el (smime-cert-by-ldap-1): Fix bug where
10321         `smime-ldap-search' returns results without userCertificates.
10322
10323 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10326
10327 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * spam.el (spam-check-spamassassin-headers): Adapt format for
10330         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10331         <ari@mbf.ocn.ne.jp>.
10332         (spam-list-of-processors): Add spam-use-gmane.
10333
10334 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10337         make-temp-file; make it work with XEmacs as well.
10338
10339         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10340         mm-make-temp-file.
10341
10342         * mm-decode.el (mm-display-external): Use the 3rd arg of
10343         mm-make-temp-file.
10344         (mm-create-image-xemacs): Ditto.
10345
10346 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10349         with message-narrow-to-headers.
10350         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10351         (gnus-draft-check-draft-articles): New function.
10352         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10353
10354 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * gnus-art.el (gnus-article-browse-html-parts):
10357         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10358         Don't use suffix argument for mm-make-temp-file for Emacs 21
10359         compatibility.  Remove useless `format'.
10360
10361 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10362
10363         * nnweb.el (nnweb-google-wash-article): Update regexps.
10364         (nnweb-group-alist): Use defvoo instead of defvar.
10365
10366 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10369         re-loading nn* modules.
10370
10371 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10372
10373         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10374         for `tool-bar-mode' and don't check it's default-value.
10375
10376         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10377
10378         * message.el (message-make-tool-bar): Ditto.
10379
10380         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10381         `substring'.  Shorten tmp-file name.
10382
10383         * gnus.el: Remove bogus comment.
10384
10385 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10386
10387         * gnus-art.el (gnus-article-browse-html-parts): New function.
10388         (gnus-article-browse-html-article): New function for viewing html
10389         articles with a browser.
10390
10391 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10392
10393         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10394         in elisp.
10395         (pgg-gpg-encrypt-symmetric-region): Ditto.
10396         (pgg-gpg-sign-region): Ditto.
10397
10398         * pgg-def.el (pgg-text-mode): New variable.
10399
10400         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10401         (mml2015-pgg-encrypt): Ditto.
10402
10403         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10404         (mml1991-pgg-encrypt): Ditto.
10405
10406 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10409         message-make-date instead of current-time-string.
10410
10411         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10412         to gnus-decoded which mm-uu might set.
10413
10414 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10417         don't decode quoted parameters; remove misimported Emacs code.
10418         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10419         (rfc2231-decode-encoded-string): Don't use split-string which
10420         behaves differently according to Emacs version; use
10421         mm-decode-coding-region to convert charset to coding-system.
10422         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10423         (rfc2231-encode-string): Remove misimported Emacs code.
10424
10425 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10428         when calling mail-header-parse-content-type.
10429         (article-de-quoted-unreadable): Ditto.
10430         (article-de-base64-unreadable): Ditto.
10431         (article-wash-html): Ditto.
10432
10433         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10434         calling mail-header-parse-content-type and
10435         mail-header-parse-content-disposition.
10436         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10437         mail-header-parse-content-type.
10438
10439         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10440         insert charset and format parameters; encode description after
10441         inserting it to buffer.
10442         (mml-insert-parameter): Fold lines properly even if a parameter is
10443         segmented into two or more lines; change the max column to 76.
10444
10445         * rfc1843.el (rfc1843-decode-article-body): Don't use
10446         ignore-errors when calling mail-header-parse-content-type.
10447
10448         * rfc2231.el (rfc2231-parse-string): Return at least type if
10449         possible; don't cause an error even if it fails in parsing of
10450         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10451         (rfc2231-encode-string): Don't break lines at the beginning, leave
10452         it to mml-insert-parameter.
10453
10454         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10455         calling mail-header-parse-content-type.
10456
10457 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * spam-report.el (spam-report-gmane-use-article-number):
10460         Improve doc string.
10461         (spam-report-gmane-internal): Check if a suitable header was found
10462         in the article.
10463
10464 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10467         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10468
10469 2006-02-05  Romain Francoise  <romain@orebokech.com>
10470
10471         Update copyright notices of all files in the gnus directory.
10472
10473 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10474
10475         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10476
10477 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10480         segmented lines of parameter value to cope with Thunderbird 1.5
10481         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10483         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10484
10485 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10486
10487         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10488         parts.
10489
10490 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10491
10492         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10493         there's only one active file for all servers.
10494         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10495         solid groups.  Gnus might have used a FAST request to select the group.
10496         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10497         and nnweb-search redundantly in the active file.
10498         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10499         (nnweb-request-create-group): Don't use ARGS.
10500         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10501         initialisations.  Let nnoo do the work.
10502
10503 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10506         Say the part has been decoded.
10507
10508         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10509
10510 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10511
10512         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10513         mailcap-viewer-test-cache when there's no 'test clause, since that
10514         will invert the meaning of a "nil" test previously determined by
10515         mailcap-mailcap-entry-passes-test.
10516
10517 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10520         compiling.
10521
10522         * gnus-sum.el: Ditto.
10523
10524         * message.el: Don't bind tool-bar-map when compiling.
10525
10526 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10529
10530 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10531
10532         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10533         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10534         current Google Groups.
10535
10536 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10539         and tool-bar-mode.
10540
10541         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10542         and tool-bar-mode.
10543
10544         * message.el (message-tool-bar-update): Simplify.
10545         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10546
10547         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10548         gnus-summary-buffer.
10549         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10550         gnus-summary-reply.
10551
10552         * gmm-utils.el (gmm): Add :version.
10553
10554 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * Makefile.in (clean): New rule.
10557         (distclean): Use it.
10558
10559 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10560
10561         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10562         autoload.
10563
10564 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gmm-utils.el (gmm-verbose): Add :group.
10567
10568 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * message.el: Change some comments WRT tool-bars.
10571
10572         * gnus-sum.el (gnus-summary-tool-bar)
10573         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10574         (gnus-summary-tool-bar-zap-list): New variables.
10575         (gnus-summary-make-tool-bar): Complete rewrite using
10576         `gmm-tool-bar-from-list'.
10577
10578         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10579         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10580         variables.
10581         (gnus-group-make-tool-bar): Complete rewrite using
10582         `gmm-tool-bar-from-list'.
10583         (gnus-group-tool-bar-update): New function.
10584
10585         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10586
10587 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10590         is dissected into a single part of which the type is the same as
10591         the given one; decode charset.
10592
10593 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10594
10595         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10596         into alists as symbol not string, since that's what
10597         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10598         look for.
10599
10600 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10603         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10604
10605         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10606
10607 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10610         (gnus-xmas-mime-security-button-menu): New function.
10611
10612         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10613         (gnus-mime-security-button-menu): New definition.
10614         (gnus-mime-security-button-map): Use them.
10615         (gnus-mime-security-button-menu): New function.
10616         (gnus-insert-mime-security-button): Addition to help echo.
10617         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10618         (gnus-mime-security-pipe-part): New functions.
10619
10620         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10621         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10622
10623         * mm-decode.el (mm-handle-set-disposition): Remove.
10624         (mm-handle-set-description): Remove.
10625
10626 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10629         (mm-w3m-standalone-supports-m17n-p): New function.
10630         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10631         w3m usage.
10632
10633         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10634         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10635
10636 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * message.el (message-tool-bar-zap-list): Use
10639         gmm-tool-bar-zap-list as custom type.
10640         (message-tool-bar-update): New function.
10641         (message-tool-bar, message-tool-bar-gnome)
10642         (message-tool-bar-retro): Add message-tool-bar-update.
10643         (message-tool-bar-gnome): Add flyspell-buffer.
10644
10645         * gnus-util.el (gnus-error): Describe `args'.
10646
10647         * gmm-utils.el (gmm-error): Describe `args'.
10648         (gmm-tool-bar-zap-list): New widget.
10649         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10650
10651 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10654         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10655         the number of recursive calls.
10656
10657         * mm-decode.el (mm-handle-set-disposition): New macro.
10658         (mm-handle-set-description): New macro.
10659
10660 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10663         encoding.
10664
10665 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * message.el (message-tool-bar-zap-list, message-tool-bar)
10668         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10669         (message-tool-bar-local-item-from-menu): Remove.
10670         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10671         (message-make-tool-bar): New function.
10672         (message-mode): Use `message-make-tool-bar'.
10673
10674         * gmm-utils.el: New file.
10675         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10676         (gmm-lazy): New widget copied from `nnmail.el'.
10677         (gmm-tool-bar-from-list): New function for creating customizable
10678         tool bars.
10679         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10680         output.
10681         (gmm): Add :prefix to defgroup.
10682
10683 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10684
10685         * gmm-utils.el (gmm-widget-p): New function.
10686
10687 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * mml.el (mml-attach-file): Describe `description' in doc string.
10690         (mml-menu): Add Emacs MIME manual and PGG manual.
10691
10692 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10693
10694         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10695
10696 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10697
10698         * nntp.el (nntp-end-of-line): Doc fix.
10699
10700 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10701
10702         * imap.el (imap-open): Handle case where buffer is a buffer
10703         object.
10704
10705 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10706
10707         * gnus-delay.el (gnus-delay): Don't autoload.
10708         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10709         to be re-loaded when customizing the `gnus-delay' group.
10710
10711 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10712
10713         * message.el (message-insert-citation-line): Use newlines.
10714
10715 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10716
10717         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10718         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10719         these routines, so the passphrase can be managed externally and
10720         passed in to the system.
10721         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10722         pgg-add-passphrase-to-cache function.
10723
10724         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10725         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10726         these routines, so the passphrase can be managed externally and
10727         passed in to the system.
10728         (pgg-pgp5-sign-region): Use new name of
10729         pgg-add-passphrase-to-cache function.
10730
10731 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10732
10733         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10734         part of the decoded armor to find the key-identifier.
10735         (pgg-gpg-lookup-key-owner): New function to return the
10736         human-readable identifier of a key owner.
10737         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10738         itself.
10739         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10740         the key value) if we have a key and can match it against a secret
10741         key.  Also, added a note pointing out fact that the prompt only
10742         indicates the first matching key.
10743
10744         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10745         pgg-decrypt-region.
10746         (pgg-add-passphrase-to-cache): Rename from
10747         `pgg-add-passphrase-cache' to reduce confusion (all callers
10748         changed).
10749         (pgg-remove-passphrase-from-cache): Rename from
10750         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10751         changed).
10752         (pgg-read-passphrase, pgg-add-passphrase-cache)
10753         (pgg-remove-passphrase-cache): Add informative docstrings.
10754         (pgg-decrypt): Convey provided passphrase in subordinate call to
10755         pgg-decrypt-region.
10756
10757 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10758
10759         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10760         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10761         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10762         'passphrase' argument, so the passphrase can be managed externally
10763         and then passed in to the system.
10764
10765         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10766         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10767         so the passphrase cache can be used reliably with identifiers
10768         besides a pgp packet's key id.
10769
10770         * pgg-gpg.el (pgg-gpg-encrypt-region)
10771         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10772         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10773         these routines, so the passphrase can be managed externally and
10774         passed in to the system.
10775
10776         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10777         'notruncate' argument, so the passphrase cache can be used
10778         reliably with identifiers besides a pgp packet's key id.
10779
10780 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10781
10782         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10783         symmetric encryption.
10784         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10785         encrypted session key.
10786         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10787         message ask for the passphrase in a proper way.
10788
10789         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10790         New user commands for symmetric encryption.
10791
10792 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10795
10796         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10797
10798 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10799
10800         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10801
10802 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * mm-decode.el (mm-inlined-types): Add application/pgp.
10805         (mm-automatic-display): Ditto.
10806
10807         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10808         part as text.
10809
10810 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * nnrss.el: Update copyright.
10813         (nnrss-opml-import): Query whether to subscribe to each entry.
10814
10815         * gnus-art.el:
10816         * gnus-sum.el:
10817         * gnus-xmas.el:
10818         * messagexmas.el:
10819         * mm-uu.el:
10820         * mm-view.el: Update copyright.
10821
10822 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * message.el (message-info): New function.
10825         (message-mode-menu): Add it.
10826         Update copyright.
10827
10828         * ChangeLog: Fix and update copyright.
10829
10830 2006-01-13  Romain Francoise  <romain@orebokech.com>
10831
10832         * message.el (message-forward-subject-name-subject): Prefer the
10833         address to 'nowhere' if the sender has no name.
10834         Fix typo.  Update copyright year.
10835
10836 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-art.el (article-wash-html): Use
10839         gnus-summary-show-article-charset-alist if a numeric arg is given.
10840         (gnus-article-wash-html-with-w3m-standalone): New function.
10841
10842         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10843         mm-inline-text-html-render-with-w3m-standalone.
10844         (mm-text-html-washer-alist): Map w3m-standalone to
10845         gnus-article-wash-html-with-w3m-standalone.
10846         (mm-inline-text-html-render-with-w3m-standalone): New function.
10847
10848 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10851         Improve LaTeX.
10852
10853 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10856         (nnrss-request-article): Render text/plain parts as HTML.
10857
10858         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10859         the buffer.
10860
10861 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10864         custom definition of `gnus-posting-styles'.
10865
10866         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10867         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10868
10869 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10872         Use nntp for bug archive.
10873
10874 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10877         parts.
10878         (nnrss-normalize-date): New function converts ISO 8601 date into
10879         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10880         (nnrss-check-group): Use it.
10881
10882 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10885
10886         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10887         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10888         (nnrss-insert-w3): Ditto.
10889
10890 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10893         the articles to be forwarded including the case where neither a
10894         number of articles nor a region is specified.
10895
10896 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * nnrss.el (nnrss-request-article): Fix last change; fill
10899         text/plain parts.
10900
10901 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10904         in text/plain part.
10905         (nnrss-check-group): Don't add excessive newline to dc:subject.
10906
10907 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10908
10909         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10910         article.
10911
10912 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10915         (nnml-use-compressed-files, nnml-save-mail): Support other
10916         comression programs such as bzip2.
10917
10918 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * dns.el (query-dns): Make sure we check the buffer size before
10921         removing tcp headers.
10922
10923 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10926         remove MIME buttons associated with multipart/alternative parts.
10927         (gnus-mime-display-alternative): Tag buttons using `article-type'
10928         text property.
10929
10930         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10931         associated with multipart/alternative parts.
10932
10933         * gnus-art.el (gnus-signature-separator): Fix custom type.
10934
10935         * mm-decode.el (mm-inlined-types): Fix custom type.
10936         (mm-keep-viewer-alive-types): Ditto.
10937         (mm-automatic-display): Ditto.
10938         (mm-attachment-override-types): Ditto.
10939         (mm-inline-override-types): Ditto.
10940         (mm-automatic-external-display): Ditto.
10941
10942 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * spam-report.el (spam-report-user-mail-address)
10945         (spam-report-user-agent): New variables.
10946         (spam-report-url-ping-plain): Use spam-report-user-agent.
10947
10948 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10949
10950         * gnus-art.el (gnus-button-handle-custom): Do not just use
10951         `customize-apropos' for any "M-x customize-*" button but the
10952         function called for.  Accept both the function name and its
10953         argument in order to achieve this.
10954         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10955         function name to `gnus-button-handle-custom' in case of "M-x
10956         customize-*" buttons.
10957
10958 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10961         multipart/alternative and add xref to mm-discouraged-alternatives
10962         in doc string.
10963
10964         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10965         gnus-buttonized-mime-types in doc string.
10966
10967 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10970         Suggest image/.* in the doc string.
10971
10972 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10975         message-marks (Debian bug #342521).
10976
10977 2005-12-12  Simon Josefsson  <jas@extundo.com>
10978
10979         * password.el (password-read-from-cache): Add.
10980         (password-read): Use it.
10981
10982 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10985         us-ascii as a MIME charset.
10986
10987         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10988         against the case where the 2nd arg TYPE is nil.
10989
10990 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * pop3.el (pop3-stream-type): Fix custom version.
10993
10994         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10995
10996 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10997
10998         * mm-decode.el (mm-display-external): Add missing cdr.
10999
11000 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11003         RFC1524) if it is in mailcap or add a suffix according to
11004         mailcap-mime-extensions when generating a temp filename; postpone
11005         deleting a temp file for 2 seconds for some wrappers, shell
11006         scripts, and so on, which might exit right after having started a
11007         viewer command as a background job.
11008
11009 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * nntp.el (nntp-marks-directory): Fix custom group.
11012
11013         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11014         steps when < 10.
11015
11016         * gnus-start.el (gnus-no-server-1): Mention
11017         `gnus-level-default-subscribed' in doc string.
11018
11019 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11020
11021         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11022         parens.
11023
11024 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-xmas.el (gnus-use-toolbar): Revert.
11027         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11028         gnus-use-toolbar is default.
11029
11030         * messagexmas.el (message-use-toolbar): Revert.
11031         (message-setup-toolbar): Use global default-toolbar if
11032         message-use-toolbar is default.
11033
11034 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11037         according to default-toolbar-visible-p.
11038
11039         * messagexmas.el (message-use-toolbar): Ditto.
11040
11041 2005-11-26  Dave Love  <fx@gnu.org>
11042
11043         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11044         (tls-program, tls-success): Provide openssl alternative.
11045
11046         * starttls.el: Doc fixes.
11047         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11048         SERVICE to PORT.
11049
11050         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11051         port null or service name.
11052         (starttls-negotiate): Autoload.
11053
11054 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * message.el (message-kill-to-signature): Fix interactive spec.
11057
11058 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * pop3.el (pop3-open-server): Recognize a string as a service name.
11061
11062 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11063
11064         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11065
11066 2005-11-23  Dave Love  <fx@gnu.org>
11067
11068         Add pop3s, pop3/starttls.
11069
11070         * pop3.el (pop3-authentication-scheme): Clarify doc.
11071         (open-tls-stream, starttls-open-stream): Autoload.
11072         (pop3-stream-type): New.
11073         (pop3-open-server): Use it.
11074
11075         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11076         for POP.
11077         (mail-source-keyword-map): Add :stream for POP.
11078         (mail-source-fetch-pop): Use pop3-stream-type.
11079
11080 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11083         of current-time-string.
11084
11085 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11086
11087         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11088         date header.
11089
11090 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11091
11092         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11093         it can seriously impact performance as it bypasses the agent's
11094         local caches.
11095
11096 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11097
11098         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11099         must be explicitly online rather than "not explicitly offline" for
11100         its flags to be synchronized.
11101
11102         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11103         that gnus-uu-unmark-thread will function correctly.
11104
11105         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11106         1024K is instead displayed as 1M.
11107
11108 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11111
11112 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11113
11114         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11115
11116 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11117
11118         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11119         error message to display actual error condition.
11120         (gnus-agent-save-local): Avoid saving symbols that are bound to
11121         nil as they simply result in a warning message in
11122         gnus-agent-read-local.
11123
11124 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11127         rather than make-variable-buffer-local for file-precious-flag.
11128
11129 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11130
11131         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11132         for duplicates which are removed.  The invalid sort check then
11133         triggers a rescan after the sort as sorting may have moved
11134         duplicate entries such that they can be cheaply detected.
11135
11136 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11139
11140 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11141
11142         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11143         internal variable to a custom variable.  Changed default value
11144         from compressed(2) to uncompressed(1).
11145         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11146         support for uncompressed agentview files.  Taken together, reading
11147         the agentview file should now be 6-7 times faster.
11148
11149 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11150
11151         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11152         as a buffer-local variable.  This avoids creating truncated
11153         dribble files as a result of a hang up, eg.
11154
11155 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11156
11157         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11158         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11159         XEmacs.
11160
11161 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-start.el (gnus-start-draft-setup): Enforce
11164         `gnus-draft-mode' for nndraft:drafts at startup.
11165
11166         * gnus.el (gnus-splash): Change custom group.
11167         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11168         allow-list argument.
11169
11170         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11171         string.
11172
11173 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11174
11175         * gnus-art.el (gnus-default-article-saver): Add user-defined
11176         `function' to custom type.
11177
11178 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11179
11180         * imap.el (imap-open): Handle case where buffer is a buffer
11181         object.
11182
11183 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11186         long lines.
11187         (gnus-cache-delete-group): Wrap doc strings.
11188
11189         * gnus-agent.el (gnus-agent-rename-group)
11190         (gnus-agent-delete-group): Wrap doc strings.
11191
11192 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * messagexmas.el (message-use-toolbar): Change the valid values
11195         into default, top, bottom, left, and right.
11196         (message-toolbar-thickness): New variable.
11197         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11198         well.
11199         (message-setup-toolbar): Make it work.
11200
11201         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11202         (gnus-use-toolbar): Change the valid values into default, top,
11203         bottom, left, and right.
11204         (gnus-toolbar-thickness): New variable.
11205         (gnus-xmas-setup-toolbar): New function.
11206         (gnus-xmas-setup-group-toolbar): Use it.
11207         (gnus-xmas-setup-summary-toolbar): Use it.
11208
11209 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11210
11211         * gnus-start.el (gnus-1): Add "native" to
11212         gnus-predefined-server-alist.
11213
11214         * gnus.el (gnus-method-to-server): Don't add "native" to the
11215         lists here, because that leads to problems when
11216         gnus-select-method is bound.
11217
11218 2005-11-09  Simon Josefsson  <jas@extundo.com>
11219
11220         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11221         use (not sort-by-date) instead.
11222
11223 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11224
11225         * gnus-delay.el (gnus-delay-group): Don't autoload.
11226         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11227         to be re-loaded when customizing the `gnus-delay' group.
11228
11229 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11230
11231         * message.el: Revert last changes.
11232         (message-insert-citation-line): Use newlines.
11233
11234 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11235
11236         * message.el (message-courtesy-message)
11237         (message-mark-insert-begin, message-mark-insert-end)
11238         (message-elide-ellipsis, message-cancel-message)
11239         (message-add-header, message-change-subject)
11240         (message-cross-post-followup-to-header)
11241         (message-cross-post-insert-note, message-reduce-to-to-cc)
11242         (message-widen-reply, message-delete-not-region)
11243         (message-kill-to-signature, message-insert-signature)
11244         (message-insert-importance-high, message-insert-importance-low)
11245         (message-insert-or-toggle-importance)
11246         (message-insert-disposition-notification-to)
11247         (message-indent-citation, message-yank-original)
11248         (message-cite-original-without-signature, message-cite-original)
11249         (message-insert-citation-line, message-position-on-field)
11250         (message-fix-before-sending, message-send-mail-partially)
11251         (message-send-mail, message-send-mail-with-sendmail)
11252         (message-send-mail-with-qmail, message-send-news)
11253         (message-check-news-header-syntax, message-generate-headers)
11254         (message-insert-courtesy-copy, message-fill-address)
11255         (message-fill-header, message-shorten-references)
11256         (message-setup-1, message-cancel-news)
11257         (message-forward-make-body-plain, message-forward-make-body-mime)
11258         (message-forward-make-body-mml, message-encode-message-body)
11259         (message-forward-make-body-digest-plain)
11260         (message-forward-make-body-digest-mime)
11261         (message-use-alternative-email-as-from): Insert `hard-newline'
11262         instead of ordinary newlines.
11263
11264 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * message.el (message-generate-headers): Downcase the argument
11267         given to message-check-element.
11268
11269 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11270
11271         * nntp.el (nntp-authinfo-rejected): New error condition.
11272         (nntp-wait-for): Use new error condition to signal authentication
11273         error.
11274         (nntp-retrieve-data): Rethrow new error condition to break out of
11275         recursive call to nntp-send-authinfo.
11276
11277 2005-11-08  Romain Francoise  <romain@orebokech.com>
11278
11279         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11280         (gnus-summary-exit-map): Bind to `Z p'.
11281         (gnus-summary-make-menu-bar): Add menu item.
11282
11283 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11284
11285         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11286         (gnus-treat-*): Add `first' in all doc strings.
11287
11288         * gnus-group.el (gnus-group-compact-group): Fix typo.
11289
11290 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus.el (gnus-parameters-case-fold-search): New variable.
11293         (gnus-parameters-get-parameter): Use it.
11294
11295         * gnus-score.el (gnus-home-score-file): Doc fix.
11296
11297 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11298
11299         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11300
11301 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * mm-util.el (mm-special-display-p): New function.
11304
11305         * mml.el (mml-preview): Use it; doc fix.
11306
11307 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11308
11309         * imap.el (imap-open): Handle case where buffer is a buffer object.
11310
11311 2005-10-29  Romain Francoise  <romain@orebokech.com>
11312
11313         * message.el (message-fix-before-sending): Fix comment.
11314
11315 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11316
11317         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11318
11319 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11320
11321         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11322         Used in gnus-score.el.
11323
11324 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11327
11328 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11331         whitespace removed in revision 7.8.  Use concatenated string to
11332         protect trailing whitespace.
11333
11334 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11335
11336         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11337         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11338         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11339         Courier IMAP ("some version from 2004").  Mostly based on similar
11340         code in the same function.
11341
11342 2005-10-26  Didier Verna  <didier@xemacs.org>
11343
11344         * gnus-group.el (gnus-group-compact-group): Invalidate original
11345         article buffer.
11346         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11347         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11348         NOV database and in article itself.
11349         Invalidate article backlog.
11350
11351 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11354
11355 2005-10-26  Simon Josefsson  <jas@extundo.com>
11356
11357         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11358         part of 2004-07-25 change.
11359
11360 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * message.el (message-display-completion-list): New function.
11363         (message-expand-group): Use it; make sure the Completions buffer
11364         is modifiable.
11365 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11366
11367         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11368         user-mail-name is an empty string.
11369
11370 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11373         depending on gnus-score-decay-constant.
11374
11375         * encrypt.el (encrypt-insert-file-contents)
11376         (encrypt-write-file-contents): Don't use `gnus-message'.
11377
11378         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11379         arguments.
11380         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11381         arguments to mm-uu-verbatim-marks-extract.
11382         (mm-uu-hide-markers): New variable.
11383         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11384
11385         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11386         (gnus-convert-image-to-face-command): Use "convert" by default to
11387         allow other input image formats.
11388         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11389         accordingly.
11390
11391 2005-10-23  Simon Josefsson  <jas@extundo.com>
11392
11393         * imap.el (imap-gssapi-program): Align command line parameters
11394         with latest GNU SASL.
11395         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11396
11397 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11398
11399         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11400         HTML.
11401         (nnslashdot-request-article): Ditto.
11402
11403         * lpath.el (featurep): Add nobreak-char-display.
11404
11405 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11406
11407         * mail-source.el (mail-source-fetch-pop): Require pop3.
11408         (mail-source-check-pop): Ditto.
11409
11410 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11413         errors.
11414
11415 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11418         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11419
11420         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11421
11422         * mm-bodies.el (mm-decode-string): Call
11423         `mm-charset-to-coding-system' with allow-override argument.
11424
11425 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11428         (rfc2047-charset-to-coding-system): New function.
11429         (rfc2047-decode-encoded-words): New function.
11430         (rfc2047-decode-region): Use them.
11431         (rfc2047-decode-cte): Remove.
11432         (rfc2047-parse-and-decode): Remove.
11433         (rfc2047-decode): Remove.
11434
11435 2005-10-15  Kenichi Handa  <handa@m17n.org>
11436
11437         * rfc2047.el (rfc2047-decode-cte): New function.
11438         (rfc2047-decode-region): Change the way to decode successive
11439         encoded-words: decode B- or Q-encoding in each encoded-word,
11440         concatenate them, and decode it as charset.
11441
11442 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * lpath.el: Fbind codepage-setup for XEmacs.
11445
11446 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11447
11448         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11449         widget-move-and-invoke.
11450         (gnus-custom-mode): Use gnus-custom-map.
11451
11452 2005-10-15  Bill Wohler  <wohler@newt.com>
11453
11454         * message.el (message-tool-bar-map): Renamed image file from
11455         mail_send to mail/send.
11456
11457 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11458
11459         * message.el (message-expand-group): Pass the common
11460         prefix substring of completion to `display-completion-list'.
11461
11462 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * mml-sec.el (mml-secure-method): New internal variable.
11465         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11466         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11467         functions using mml-secure-method.
11468
11469         * mml.el (mml-mode-map): Add key bindings for those functions.
11470         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11471         Harder <harder@myrealbox.com>.
11472         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11473         end of message if point is the headers of the message.
11474
11475         * message.el (message-in-body-p): New function.
11476
11477         * assistant.el: Autoload gnus-util and netrc.
11478
11479         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11480         Use `mm-charset-override-alist' only when decoding.
11481
11482         * mm-bodies.el (mm-decode-body): Call
11483         `mm-charset-to-coding-system' with allow-override argument.
11484
11485         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11486         `filename' from Content-Disposition if Content-Type doesn't
11487         provide `name'.
11488         (gnus-mime-view-part-as-type): Set default instead of
11489         initial-input.
11490
11491 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11492
11493         * format-spec.el (format-spec): Propagate text properties of % spec.
11494
11495 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * gnus-art.el (gnus-treat-predicate): Add `first'.
11498
11499 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11500
11501         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11502         (mm-charset-override-alist): New variable.
11503         (mm-charset-to-coding-system): Use it.
11504         (mm-codepage-setup): New helper function.
11505         (mm-charset-eval-alist): New variable.
11506         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11507         about unknown charsets.
11508
11509         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11510
11511 2005-10-04  David Hansen  <david.hansen@gmx.net>
11512
11513         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11514         (nnrss-check-group): Ditto.
11515
11516 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11519         Rename x-gnus-verbatim to x-verbatim.
11520         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11521
11522         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11523         x-verbatim.
11524
11525         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11526
11527         * gnus-util.el (gnus-remove-duplicates): Remove.
11528
11529         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11530         instead of gnus-remove-duplicates.
11531
11532         * message.el (message-remove-duplicates): Remove.
11533         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11534         message-remove-duplicates.
11535
11536         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11537         available, else use implementation from `delete-dups'.
11538
11539         * message.el (message-insert-expires): New function.
11540         (message-mode-map): Add key binding.
11541         (message-mode-field-menu): Add menu entry.
11542         (message-mode): Document it.
11543         (message-make-expires-date): Use `message-make-date'.
11544
11545 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11546
11547         * message.el (message-make-expires-date): New function.
11548
11549 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * Makefile.in (list-installed-shadows): New entry.
11552         (install): Use it.
11553         (remove-installed-shadows): New entry.
11554
11555         * dgnushack.el (dgnushack-default-load-path): New variable.
11556         (dgnushack-find-lisp-shadows): New function.
11557         (dgnushack-remove-lisp-shadows): New function.
11558
11559 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * Makefile.in (install-el-elc): New entry.
11562         (install): Use it so that .el files are necessarily installed.
11563
11564 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11567
11568 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11569
11570         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11571         function rather than the diff-mode.el package.
11572         (mm-display-external): Use with-current-buffer.
11573         (mm-viewer-completion-map, mm-viewer-completion-map):
11574         Move initialization inside declaration.
11575
11576 2005-09-29  Simon Josefsson  <jas@extundo.com>
11577
11578         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11579         autoload mail-check-payment.
11580         (spam-check-hashcash): Define unconditionally, since hashcash.el
11581         is part of Gnus now.  Ignore errors from payment checking.
11582
11583 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * message.el (message-bold-region, message-unbold-region): Rename
11586         from `bold-region' and `unbold-region'.
11587
11588         * message.el: Remove useless autoloads.
11589
11590 2005-09-28  Simon Josefsson  <jas@extundo.com>
11591
11592         * message.el (message-use-idna): Default to t.
11593         (message-use-idna): Test whether encoding works too.  Doc fix.
11594
11595 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * nntp.el (nntp-warn-about-losing-connection): Remove.
11598
11599 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11602         customizable.  Change default value.
11603         (mm-uu-diff-groups-regexp): Change default value.
11604         (mm-uu-type-alist): Add doc string.
11605         (mm-uu-configure): Add doc string.  Make it interactive.
11606         (mm-uu-tex-groups-regexp): New variable.
11607         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11608         (mm-uu-type-alist): Add LaTeX documents.
11609         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11610         of "text/verbatim".
11611         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11612
11613         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11614         instead of "text/verbatim".
11615
11616         * message.el (message-mark-inserted-region)
11617         (message-mark-insert-file): Use slrn style marks when called with
11618         prefix argument.
11619
11620 2005-09-27  Simon Josefsson  <jas@extundo.com>
11621
11622         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11623
11624 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11625
11626         * message.el (message-remove-duplicates): New function.
11627         Implementation borrowed from `gnus-remove-duplicates'.
11628         (message-idna-to-ascii-rhs): Also encode idna addresses in
11629         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11630         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11631         only ask about the same idna domain once per header and also tell
11632         in what header to replace the idna domain.
11633
11634         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11635         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11636         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11637         a header is decoded and not just the last one.
11638
11639 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11642         has been decoded.
11643
11644         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11645         (mm-insert-part): Don't modify text if it has been decoded.
11646
11647         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11648         decoded.
11649
11650         * mm-view.el (mm-inline-text): Don't strip text props unless
11651         decoding enriched or richtext parts.
11652
11653 2005-09-25  Romain Francoise  <romain@orebokech.com>
11654
11655         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11656         * gnus-start.el (gnus-subscribe-interactively):
11657         * gnus-uu.el (gnus-uu-grab-articles):
11658         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11659         space.
11660
11661 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11662
11663         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11664         * mm-view.el (mm-view-pkcs7-decrypt):
11665         * gnus-sum.el (gnus-summary-limit-to-extra)
11666         (gnus-summary-respool-article, gnus-read-move-group-name):
11667         * gnus-score.el (gnus-summary-increase-score):
11668         * gnus-util.el (gnus-completing-read-with-default):
11669         * gnus-art.el (gnus-read-save-file-name)
11670         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11671         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11672         * message.el (message-check-news-header-syntax):
11673         Follow convention for reading with the minibuffer.
11674
11675 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * spam-report.el (spam-report-url-ping-plain):
11678         Use gnus-extended-version as User-Agent.
11679
11680         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11681         default value is nil.
11682
11683         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11684         (mm-uu-verbatim-marks-extract): New function.
11685         (mm-uu-extract): New face.
11686         (mm-uu-copy-to-buffer): Use it.
11687
11688         * spam-report.el (spam-report-gmane-ham): Renamed from
11689         `spam-report-gmane-unspam'.
11690         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11691         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11692
11693         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11694         Autoload.
11695         (spam-report-gmane-unregister-routine): Renamed
11696         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11697
11698 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11699
11700         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11701         (spam-report-gmane-unregister-routine): Add support for gmane
11702         unregistration.
11703
11704         * spam-report.el (spam-report-gmane-unspam)
11705         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11706         (spam-report-gmane): Change to take a single article and do unspam
11707         registration.
11708
11709 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * mm-url.el (mm-url-decode-entities): Fix regexp.
11712
11713 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11716         default to nil, to be able to use Gnus at all.  If the default
11717         switches to something else, then the function should be fixed not
11718         be exceedingly slow.
11719
11720 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11723         fail hard.
11724
11725         * spam-report.el: Add better Keywords line.
11726
11727         * spam.el: Add Maintainer and better Keywords line.
11728
11729 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-art.el (gnus-article-replace-part)
11732         (gnus-mime-replace-part): New functions.
11733         (gnus-mime-action-alist, gnus-mime-button-commands)
11734         (gnus-mime-save-part-and-strip): Added file argument.
11735         (gnus-article-part-wrapper): Added interactive argument.
11736
11737         * gnus-sum.el (gnus-summary-mime-map): Add
11738         `gnus-article-replace-part'.
11739
11740 2005-09-19  Didier Verna  <didier@xemacs.org>
11741
11742         The nnml compaction feature:
11743         * nnml.el (nnml-request-compact-group): New function.
11744         * nnml.el (nnml-request-compact): New function.
11745         * gnus-int.el (gnus-request-compact-group): New function.
11746         * gnus-int.el (gnus-request-compact): New function.
11747         * gnus-group.el (gnus-group-compact-group): New function.
11748         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11749         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11750         * gnus-srvr.el (gnus-server-compact-server): New function.
11751         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11752         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11753
11754 2005-09-18  Deepak Goel  <deego@gnufans.org>
11755
11756         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11757         format spec.
11758
11759 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11762
11763 2005-09-15  Romain Francoise  <romain@orebokech.com>
11764
11765         * message.el (message-fill-paragraph): Clarify docstring.
11766
11767 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (gnus-mime-display-part): Protect against broken
11770         MIME messages.
11771
11772 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11775         before parsing header.
11776
11777 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11778
11779         * html2text.el (html2text-replace-list): Add new entities.
11780
11781 2005-09-11  Romain Francoise  <romain@orebokech.com>
11782
11783         * message.el (message-alternative-emails): Improve docstring.
11784         (message-setup-1): Call `message-use-alternative-email-as-from'
11785         after `message-setup-hook' to give it precedence over posting
11786         styles, etc.
11787         (message-use-alternative-email-as-from): Add docstring.  Remove
11788         the original From header if present.
11789
11790         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11791         (nnml-save-mail): Use it.
11792
11793         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11794         articles.  Add new argument `silent'.
11795         (gnus-uu-mark-all): Report the total number of marked articles.
11796
11797 2005-09-10  Romain Francoise  <romain@orebokech.com>
11798
11799         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11800         (gnus-uu-mark-series): Likewise.
11801
11802 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11803
11804         * spam-report.el (spam-report-gmane): Fix generation of spam
11805         report URL.
11806
11807 2005-09-10  Simon Josefsson  <jas@extundo.com>
11808
11809         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11810         t, based on discussion on the ding list with Robert Epprecht
11811         <epprecht@solnet.ch>.
11812
11813 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11814
11815         * spam-report.el (spam-report-gmane): Make it work without
11816         X-Report-Spam header.  Gmane now only provides Archived-At.
11817         This is only used if `spam-report-gmane-use-article-number' is nil.
11818         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11819
11820         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11821         make `gnus-summary-sort-by-recipient' work with threading.
11822
11823         * nnweb.el (nnweb-google-wash-article): Print a message if article
11824         is not available.
11825
11826 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11827
11828         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11829         change.  Decode text/* parts content before displaying.
11830
11831 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11834
11835 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11838
11839         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11840         url-package-name, url-package-version,
11841         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11842         w3m-display-inline-images, and w3m-minor-mode-map.
11843
11844 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * message.el (message-tab-body-function): Fix mismatched custom type.
11847
11848         * gnus.el (gnus-group-change-level-function): Ditto.
11849
11850         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11851
11852         * gnus-art.el (gnus-signature-limit)
11853         (gnus-article-mime-part-function): Ditto.
11854
11855 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * mml.el (mml-mode): Silence the byte compiler.
11858
11859         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11860         using `(sit-for 0)' before moving the point to the specified part;
11861         skip unbuttonized parts.
11862         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11863         return to the summary window if gnus-auto-select-part is non-nil.
11864
11865 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11868         variables.
11869         (mml-dnd-attach-file, mml-mode): Use them.
11870
11871         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11872         Make fetching article by MID work again for Google Groups.  Added
11873         FIXME concerning gnus-group-make-web-group.
11874
11875         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11876         Don't depend on Gnus by using mail-extract-address-components if
11877         gnus-extract-address-components is not bound.
11878
11879 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11880
11881         * gnus-art.el (gnus-mime-display-security): Don't display the
11882         signature, but only the signed part.
11883
11884 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11887
11888         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11889         list, not listp.
11890
11891 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11892
11893         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11894         when encoding.
11895
11896         * mm-bodies.el (mm-decode-content-transfer-encoding):
11897         De-canonicalize CRLF for all text content types, not just
11898         text/plain.
11899
11900 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11901
11902         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11903         valid article; point arrow and cursor at the MIME button.
11904
11905 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11908         Suggested by Dan Christensen <jdc@uwo.ca>.
11909
11910         * mm-decode.el (mm-save-part): Enable change of prompt.
11911
11912 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11913
11914         * gnus-msg.el (gnus-inews-add-send-actions): Made
11915         `message-post-method' lambda parameter ARG `&optional'.
11916
11917 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-sum.el (gnus-summary-mime-map): Added
11920         gnus-article-save-part-and-strip, gnus-article-delete-part and
11921         gnus-article-jump-to-part.
11922
11923         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11924         (gnus-article-edit-part): Use it.
11925         (gnus-article-part-wrapper): Added no-handle argument.
11926         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11927         functions.
11928
11929 2005-08-29  Romain Francoise  <romain@orebokech.com>
11930
11931         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11932         docstring.
11933         (gnus-face-from-file): Likewise.
11934
11935 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11938         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11939         non-nil.
11940         (gnus-auto-select-part): New variable.
11941         (gnus-article-jump-to-part): New function.
11942         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11943         (gnus-mime-delete-part): Allow selecting specified part after
11944         deleting or stripping parts.
11945         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11946         part if argument is bogus.
11947
11948 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11949
11950         * gnus-art.el (w3m-minor-mode-map):
11951         * gnus-spec.el (gnus-newsrc-file-version):
11952         * gnus-util.el (nnmail-active-file-coding-system)
11953         (gnus-original-article-buffer, gnus-user-agent):
11954         * gnus.el (gnus-ham-process-destinations)
11955         (gnus-parameter-ham-marks-alist)
11956         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11957         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11958         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11959         * mm-decode.el (gnus-current-window-configuration):
11960         * mm-extern.el (gnus-article-mime-handles):
11961         * mm-url.el (url-current-object, url-package-name)
11962         (url-package-version):
11963         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11964         (smime-keys, w3m-cid-retrieve-function-alist)
11965         (w3m-current-buffer, w3m-display-inline-images)
11966         (w3m-minor-mode-map):
11967         * mml-smime.el (gnus-extract-address-components):
11968         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11969         (gnus-newsrc-hashtb, message-default-charset)
11970         (message-deletable-headers, message-options)
11971         (message-posting-charset, message-required-mail-headers)
11972         (message-required-news-headers):
11973         * mml1991.el (mc-pgp-always-sign):
11974         * mml2015.el (mc-pgp-always-sign):
11975         * nnheader.el (nnmail-extra-headers):
11976         * rfc1843.el (gnus-decode-encoded-word-function)
11977         (gnus-decode-header-function, gnus-newsgroup-name):
11978         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11979
11980 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11981
11982         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11983         the end of the date treatments.
11984
11985 2005-08-15  Simon Josefsson  <jas@extundo.com>
11986
11987         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11988         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11989         Capello and Romain Francoise.
11990         (pgg-fetch-key-function): Removed, not used?
11991         (pgg-insert-url-with-w3): Require url, to get
11992         url-insert-file-contents regardless of where it is defined.
11993
11994 2005-08-13  Romain Francoise  <romain@orebokech.com>
11995
11996         * message.el (message-cite-original-1): New function.
11997         (message-cite-original): Use it.
11998         (message-cite-original-without-signature): Ditto.
11999
12000 2005-08-08  Romain Francoise  <romain@orebokech.com>
12001
12002         * message.el (message-yank-empty-prefix): New variable.
12003         (message-indent-citation): Use it.
12004         (message-cite-original-without-signature): Respect X-No-Archive.
12005
12006 2005-08-08  Simon Josefsson  <jas@extundo.com>
12007
12008         * pgg.el: Autoload url-insert-file-contents instead of loading
12009         w3/url.
12010         (pgg-insert-url-with-w3): Don't load url here.
12011
12012 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12013
12014         * message.el (message-kill-to-signature): Don't insert newline at
12015         bol.
12016         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12017
12018 2005-08-06  Romain Francoise  <romain@orebokech.com>
12019
12020         * message.el (message-user-fqdn): Fix typo in docstring.
12021
12022 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12023
12024         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12025
12026         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12027
12028 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * mm-bodies.el (mm-encode-body): Use coding system rather than
12031         charset to encode text.
12032
12033         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12034         number of charsets if utf-8 is available (XEmacs).
12035
12036 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12039         taken from `gnus-button-mid-or-mail-regexp'.
12040         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12041         (gnus-button-alist): Improve regexp for domain part of the MIDs
12042         for news:localpart@domain buttons.
12043         (gnus-button-ctan-directory-regexp): Update.
12044
12045 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * sieve-manage.el (sieve-manage-interactive-login): Use
12048         make-local-variable rather than make-variable-buffer-local.
12049         (sieve-manage-open): Ditto.
12050         (sieve-manage-authenticate): Ditto.
12051
12052         * mml.el (mml-generate-mime-1): Make the content type default to
12053         text/plain if the filename is not specified.
12054
12055 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12058         instead of insert-buffer.
12059
12060         * message.el (message-yank-original): Ditto; set the mark at the
12061         end of the yanked message.
12062
12063 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12066         lines to scroll rather than to stop it.
12067
12068         * mml.el (mml-generate-default-type): Add doc string.
12069         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12070         default to application/octet-stream when determining the content
12071         type if it is not specified for the part or the mml contents; add
12072         a comment about mml-generate-default-type.
12073
12074 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12077         make it default to application/octet-stream when determining the
12078         content type if it is not specified for the external contents.
12079
12080 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12083         segmented parameter but also other parameters might be there.
12084
12085 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * mm-decode.el (mm-display-external): Delete temp file, directory
12088         and buffer immediately if the external process is exited.
12089
12090 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12093         fewer lines than that of scroll-margin.
12094         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12095
12096 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-art.el (gnus-article-next-page): Revert.
12099         (gnus-article-beginning-of-window): New macro.
12100         (gnus-article-next-page-1): Use it.
12101         (gnus-article-prev-page): Ditto.
12102         (gnus-article-edit-part): Use insert-buffer-substring instead of
12103         insert-buffer.
12104         (gnus-article-edit-exit): Ditto.
12105
12106         * gnus-util.el (gnus-beginning-of-window): Remove.
12107         (gnus-end-of-window): Remove.
12108
12109         * lpath.el: Don't bind header-line-format and scroll-margin.
12110
12111 2005-07-25  Simon Josefsson  <jas@extundo.com>
12112
12113         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12114         to have the url package without w3.  Reported by Daiki Ueno
12115         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12116
12117 2005-07-20  Didier Verna  <didier@xemacs.org>
12118
12119         * gnus-diary.el: Remove the description comment (nndiary is now
12120         properly documented in the Gnus manual).
12121         Fix the spelling of "Back End".
12122         * nndiary.el: Ditto.
12123         Fix the copyright notice.
12124
12125 2005-07-18  Romain Francoise  <romain@orebokech.com>
12126
12127         * gnus-sum.el (gnus-summary-to-prefix)
12128         (gnus-summary-newsgroup-prefix): New variables.
12129         (gnus-summary-from-or-to-or-newsgroups): Use them.
12130
12131 2005-07-17  Romain Francoise  <romain@orebokech.com>
12132
12133         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12134         space as it's generally not especially interesting to the user.
12135
12136 2005-07-16  Romain Francoise  <romain@orebokech.com>
12137
12138         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12139         nil to avoid prompting and file modification if one of the
12140         messages at the top of the nnfolder file contains a copyright
12141         notice.
12142         Update copyright notice.
12143
12144         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12145         instead of `current-time-string' as the latter creates a time
12146         string that is not RFC 2822 compliant (it lacks the zone).
12147         Update copyright notice.
12148
12149 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12150
12151         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12152         for text/rtf.  Display default in prompt.  Pass default for M-n.
12153
12154         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12155
12156 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12157
12158         * gnus-msg.el (gnus-button-mailto): Remove
12159         save-selected-window-window hackery because it relies on
12160         save-selected-window internals.
12161
12162 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12165         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12166         (gnus-article-prev-page): Ditto.
12167
12168         * gnus-util.el (gnus-beginning-of-window): New function.
12169         (gnus-end-of-window): New function.
12170
12171         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12172
12173 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12174
12175         * gnus-score.el (gnus-score-edit-all-score): Set
12176         gnus-score-edit-exit-function to gnus-score-edit-done and call
12177         gnus-message.
12178
12179 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12180
12181         * gnus-msg.el (gnus-button-mailto): Remove
12182         save-selected-window-window hackery because it relies on
12183         save-selected-window internals.
12184
12185 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12188         add-minor-mode.
12189         (gnus-binary-mode): Ditto.
12190
12191         * gnus-topic.el (gnus-topic-mode): Ditto.
12192
12193 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12194
12195         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12196         (gnus-article-prev-page): Take scroll-margin into consideration.
12197
12198 2005-07-04  Lute Kamstra  <lute@gnu.org>
12199
12200         Update FSF's address in GPL notices.
12201
12202 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12203
12204         * gnus.el (gnus-exit):
12205         * gnus-group.el (gnus-group-icons):
12206         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12207
12208         * gnus-nocem.el (gnus-nocem):
12209         * message.el (message-various, message-buffers, message-sending)
12210         (message-interface, message-forwarding, message-insertion)
12211         (message-headers, message-news, message-mail):
12212         * pgg-gpg.el (pgg-gpg):
12213         * pgg-parse.el (pgg-parse):
12214         * pgg-pgp.el (pgg-pgp):
12215         * pgg-pgp5.el (pgg-pgp5):
12216         * pop3.el (pop3): Finish `defgroup' description with period.
12217
12218 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-art.el (article-display-face): Improve the efficiency.
12221         (article-display-x-face): Ditto; remove grey x-face stuff.
12222
12223 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (article-display-face): Correct the position in
12226         which Faces are inserted.
12227
12228 2005-06-29  Didier Verna  <didier@xemacs.org>
12229
12230         * gnus-art.el (article-display-face): Display faces in correct
12231         order.
12232
12233 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12236         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12237         (gnus-nocem-check-article): Fetch the Type header.
12238         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12239         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12240         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12241         make sure gnus-nocem-hashtb is initialized.
12242         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12243         (gnus-nocem-unwanted-article-p): Ditto.
12244
12245         * pgg.el (pgg-verify): Return the verification result.
12246
12247 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12248
12249         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12250         is ascii.
12251
12252 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12253
12254         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12255         `show-nonbreak-escape'.
12256
12257 2005-06-23  Lute Kamstra  <lute@gnu.org>
12258
12259         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12260
12261         * dig.el (dig-mode):
12262         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12263
12264 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12265
12266         * nnimap.el (nnimap-split-download-body): Fix spellings.
12267
12268 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12269
12270         * gnus-art.el (gnus-article-encrypt-body):
12271         * gnus-cus.el (gnus-score-customize):
12272         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12273         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12274
12275 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12276
12277         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12278         header by looking for magic "MII" at the beginnig.
12279
12280 2005-06-16  Miles Bader  <miles@gnu.org>
12281
12282         * gnus-xmas.el (gnus-xmas-group-startup-message):
12283         Use renamed gnus-splash face.
12284
12285         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12286         (assistant-field-face): New backward-compatibility alias for renamed
12287         face.
12288         (assistant-render-text): Use renamed assistant-field face.
12289
12290         * spam.el (spam): Remove "-face" suffix from face name.
12291         (spam-face): New backward-compatibility alias for renamed face.
12292         (spam-face, spam-initialize): Use renamed spam face.
12293
12294         * message.el (message-header-to, message-header-cc)
12295         (message-header-subject, message-header-newsgroups)
12296         (message-header-other, message-header-name)
12297         (message-header-xheader, message-separator, message-cited-text)
12298         (message-mml): Remove "-face" suffix from face names.
12299         (message-header-to-face, message-header-cc-face)
12300         (message-header-subject-face, message-header-newsgroups-face)
12301         (message-header-other-face, message-header-name-face)
12302         (message-header-xheader-face, message-separator-face)
12303         (message-cited-text-face, message-mml-face):
12304         New backward-compatibility aliases for renamed faces.
12305         (message-font-lock-keywords): Use renamed message faces.
12306
12307         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12308         (sieve-test-commands, sieve-tagged-arguments):
12309         Remove "-face" suffix from face names.
12310         (sieve-control-commands-face, sieve-action-commands-face)
12311         (sieve-test-commands-face, sieve-tagged-arguments-face):
12312         New backward-compatibility aliases for renamed faces.
12313         (sieve-control-commands-face, sieve-action-commands-face)
12314         (sieve-test-commands-face, sieve-tagged-arguments-face):
12315         Use renamed sieve faces.
12316
12317         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12318         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12319         (gnus-group-news-3-empty, gnus-group-news-4)
12320         (gnus-group-news-4-empty, gnus-group-news-5)
12321         (gnus-group-news-5-empty, gnus-group-news-6)
12322         (gnus-group-news-6-empty, gnus-group-news-low)
12323         (gnus-group-news-low-empty, gnus-group-mail-1)
12324         (gnus-group-mail-1-empty, gnus-group-mail-2)
12325         (gnus-group-mail-2-empty, gnus-group-mail-3)
12326         (gnus-group-mail-3-empty, gnus-group-mail-low)
12327         (gnus-group-mail-low-empty, gnus-summary-selected)
12328         (gnus-summary-cancelled, gnus-summary-high-ticked)
12329         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12330         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12331         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12332         (gnus-summary-low-undownloaded)
12333         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12334         (gnus-summary-low-unread, gnus-summary-normal-unread)
12335         (gnus-summary-high-read, gnus-summary-low-read)
12336         (gnus-summary-normal-read, gnus-splash):
12337         Remove "-face" suffix from face names.
12338         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12339         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12340         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12341         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12342         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12343         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12344         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12345         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12346         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12347         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12348         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12349         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12350         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12351         (gnus-summary-normal-ticked-face)
12352         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12353         (gnus-summary-normal-ancient-face)
12354         (gnus-summary-high-undownloaded-face)
12355         (gnus-summary-low-undownloaded-face)
12356         (gnus-summary-normal-undownloaded-face)
12357         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12358         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12359         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12360         (gnus-splash-face):
12361         New backward-compatibility aliases for renamed faces.
12362         (gnus-group-startup-message): Use renamed gnus faces.
12363
12364         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12365         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12366         (gnus-server-agent): Remove "-face" suffix from face names.
12367         (gnus-server-agent-face, gnus-server-opened-face)
12368         (gnus-server-closed-face, gnus-server-denied-face)
12369         (gnus-server-offline-face):
12370         New backward-compatibility aliases for renamed faces.
12371         (gnus-server-agent-face, gnus-server-opened-face)
12372         (gnus-server-closed-face, gnus-server-denied-face)
12373         (gnus-server-offline-face): Use renamed gnus faces.
12374
12375         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12376         Remove "-face" suffix from face names.
12377         (gnus-picon-xbm-face, gnus-picon-face):
12378         New backward-compatibility aliases for renamed faces.
12379
12380         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12381         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12382         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12383         (gnus-cite-11): Remove "-face" suffix from face names.
12384         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12385         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12386         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12387         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12388         New backward-compatibility aliases for renamed faces.
12389         (gnus-cite-attribution-face, gnus-cite-face-list)
12390         (gnus-article-boring-faces): Use renamed gnus faces.
12391
12392         * gnus-art.el (gnus-signature, gnus-header-from)
12393         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12394         (gnus-header-content): Remove "-face" suffix from face names.
12395         (gnus-signature-face, gnus-header-from-face)
12396         (gnus-header-subject-face, gnus-header-newsgroups-face)
12397         (gnus-header-name-face, gnus-header-content-face):
12398         New backward-compatibility aliases for renamed faces.
12399         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12400
12401         * gnus-sum.el (gnus-summary-selected-face)
12402         (gnus-summary-highlight): Use renamed gnus faces.
12403         * gnus-group.el (gnus-group-highlight): Likewise.
12404
12405 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12406
12407         * gnus-sieve.el (gnus-sieve-article-add-rule):
12408         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12409         * spam-stat.el (spam-stat-buffer-change-to-spam)
12410         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12411
12412         * message.el (message-is-yours-p):
12413         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12414
12415 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * mm-view.el (mm-inline-text): Withdraw the last change.
12418
12419 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12422         executing enriched-decode.
12423
12424 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12427         charset of tar files.
12428
12429 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12430
12431         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12432
12433 2005-06-04  Lute Kamstra  <lute@gnu.org>
12434
12435         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12436         information is never recorded.
12437
12438 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12439
12440         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12441
12442 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * pop3.el (pop3-apop): Run md5 in the binary mode.
12445
12446         * starttls.el (starttls-set-process-query-on-exit-flag):
12447         Use eval-and-compile.
12448
12449 2005-05-31  Simon Josefsson  <jas@extundo.com>
12450
12451         * smime.el (smime-replace-in-string): Define.
12452         (smime-cert-by-ldap-1): Use it.
12453
12454 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (article-display-x-face): Replace
12457         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12458
12459         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12460         set-process-query-on-exit-flag or process-kill-without-query.
12461
12462         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12463         loop instead of replace-regexp.
12464
12465         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12466         instead of process-kill-without-query if it is available.
12467
12468         * lpath.el: Fbind ldap-search-entries.
12469
12470         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12471         instead of find-file-hooks if it is available.
12472
12473         * mml1991.el: Bind pgg-default-user-id when compiling.
12474
12475         * mml2015.el: Bind pgg-default-user-id when compiling.
12476
12477         * nndraft.el (nndraft-request-associate-buffer):
12478         Use write-contents-functions instead of write-contents-hooks if it is
12479         available.
12480
12481         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12482         instead of find-file-hooks if it is available.
12483
12484         * nntp.el (nntp-open-connection): Replace
12485         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12486         (nntp-open-ssl-stream): Ditto.
12487         (nntp-open-tls-stream): Ditto.
12488
12489         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12490         set-process-query-on-exit-flag or process-kill-without-query.
12491         (starttls-open-stream-gnutls): Use it instead of
12492         process-kill-without-query.
12493         (starttls-open-stream): Ditto.
12494
12495 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12496
12497         * smime.el (smime-cert-by-ldap-1): Don't use
12498         replace-regexp-in-string.
12499
12500 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12501
12502         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12503
12504         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12505         in PEM format.  Adjust to the XEmacs compability.
12506
12507 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12510         by `string-to-number'.
12511         * gnus-agent.el (gnus-agent-regenerate-group)
12512         (gnus-agent-fetch-articles): Ditto.
12513         * gnus-art.el (gnus-button-fetch-group): Ditto.
12514         * gnus-cache.el (gnus-cache-generate-active)
12515         (gnus-cache-articles-in-group): Ditto.
12516         * gnus-group.el (gnus-group-set-current-level)
12517         (gnus-group-insert-group-line): Ditto.
12518         * gnus-score.el (gnus-score-set-expunge-below)
12519         (gnus-score-set-mark-below, gnus-summary-score-effect)
12520         (gnus-summary-score-entry): Ditto.
12521         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12522         (gnus-soup-pack): Ditto.
12523         * gnus-spec.el (gnus-xmas-format): Ditto.
12524         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12525         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12526         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12527         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12528         * nndb.el (nndb-get-remote-expire-response): Ditto.
12529         * nndiary.el (nndiary-parse-schedule-value)
12530         (nndiary-string-to-number, nndiary-request-replace-article)
12531         (nndiary-request-article): Ditto.
12532         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12533         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12534         * nneething.el (nneething-make-head): Ditto.
12535         * nnfolder.el (nnfolder-request-article)
12536         (nnfolder-retrieve-headers): Ditto.
12537         * nnheader.el (nnheader-file-to-number): Ditto.
12538         * nnkiboze.el (nnkiboze-request-article): Ditto.
12539         * nnmail.el (nnmail-process-unix-mail-format)
12540         (nnmail-process-babyl-mail-format): Ditto.
12541         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12542         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12543         (nnmh-request-create-group, nnmh-request-list-1)
12544         (nnmh-request-group, nnmh-request-article): Ditto.
12545         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12546         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12547         * nnsoup.el (nnsoup-make-active): Ditto.
12548         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12549         * nntp.el (nntp-find-group-and-number)
12550         (nntp-retrieve-headers-with-xover): Ditto.
12551         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12552         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12553         (pgg-format-key-identifier): Ditto.
12554         * pop3.el (pop3-last, pop3-stat): Ditto.
12555         * qp.el (quoted-printable-decode-region): Ditto.
12556
12557         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12558         of concat.
12559
12560 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12563
12564         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12565
12566         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12567
12568         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12569
12570         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12571
12572         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12573
12574         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12575         (gnus-carpal-mode): Ditto.
12576
12577         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12578         (gnus-browse-mode): Ditto.
12579
12580         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12581
12582         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12583
12584 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12585
12586         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12587
12588 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus-util.el (gnus-run-mode-hooks): New function.
12591
12592         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12593
12594         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12595         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12596
12597 2005-05-27  Lute Kamstra  <lute@gnu.org>
12598
12599         * dns-mode.el (dns-mode): Specify customization group.
12600
12601 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12602
12603         * gnus-agent.el (gnus-agent-make-mode-line-string):
12604         Use mode-line-highlight as mouse-face.
12605
12606 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * canlock.el (canlock): Change the parent group to news.
12609
12610         * deuglify.el (gnus-outlook-deuglify): Add :group.
12611
12612         * dig.el (dig): Add :group.
12613
12614         * dns-mode.el (dns-mode): Add :group.
12615
12616         * encrypt.el (encrypt): Add :group.
12617
12618         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12619         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12620         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12621         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12622         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12623
12624         * gnus-diary.el (gnus-diary): Add :group.
12625
12626         * gnus.el (gnus-group-news-1-face): Add :group.
12627         (gnus-group-news-1-empty-face): Ditto.
12628         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12629         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12630         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12631         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12632         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12633         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12634         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12635         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12636         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12637         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12638         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12639         (gnus-summary-high-ticked-face): Ditto.
12640         (gnus-summary-low-ticked-face): Ditto.
12641         (gnus-summary-normal-ticked-face): Ditto.
12642         (gnus-summary-high-ancient-face): Ditto.
12643         (gnus-summary-low-ancient-face): Ditto.
12644         (gnus-summary-normal-ancient-face): Ditto.
12645         (gnus-summary-high-undownloaded-face): Ditto.
12646         (gnus-summary-low-undownloaded-face): Ditto.
12647         (gnus-summary-normal-undownloaded-face): Ditto.
12648         (gnus-summary-high-unread-face): Ditto.
12649         (gnus-summary-low-unread-face): Ditto.
12650         (gnus-summary-normal-unread-face): Ditto.
12651         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12652         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12653
12654         * hashcash.el (hashcash): New custom group.
12655         (hashcash-default-payment): Add :group.
12656         (hashcash-payment-alist): Ditto.
12657         (hashcash-default-accept-payment): Ditto.
12658         (hashcash-accept-resources): Ditto.
12659         (hashcash-path): Ditto.
12660         (hashcash-extra-generate-parameters): Ditto.
12661         (hashcash-double-spend-database): Ditto.
12662         (hashcash-in-news): Ditto.
12663
12664         * message.el (message-minibuffer-local-map): Add :group.
12665
12666         * netrc.el (netrc): Add :group.
12667
12668         * sieve-manage.el (sieve-manage-log): Add :group.
12669         (sieve-manage-default-user): Diito.
12670         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12671         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12672         (sieve-manage-authenticators): Ditto.
12673         (sieve-manage-authenticator-alist): Ditto.
12674         (sieve-manage-default-port): Ditto.
12675
12676         * sieve-mode.el (sieve-control-commands-face): Add :group.
12677         (sieve-action-commands-face): Ditto.
12678         (sieve-test-commands-face): Ditto.
12679         (sieve-tagged-arguments-face): Ditto.
12680
12681         * smime.el (smime): Add :group.
12682
12683         * spam-report.el (spam-report): Add :group.
12684
12685         * spam.el (spam, spam-face): Add :group.
12686
12687 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12690         return \n.\n.\n at the end of articles.  Protect against that.
12691         (nntp-with-open-group): Allow debugging.
12692
12693         * nnheader.el (mail-header-set-extra): Make into a function
12694         because I just could't understand how to quote the list properly.
12695
12696         * dns.el (query-dns-cached): New function.
12697
12698 2005-05-26  Lute Kamstra  <lute@gnu.org>
12699
12700         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12701
12702 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12705
12706         * gnus-art.el: Don't autoload mail-extract-address-components.
12707
12708         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12709         eval-and-compile to evaluate it.
12710
12711         * hashcash.el: Don't autoload executable-find.
12712
12713         * nndb.el: Don't declare the nndb back end two or more times; don't
12714         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12715
12716         * nntp.el: Autoload format-spec instead of format; use
12717         eval-and-compile to evaluate autoload forms.
12718
12719 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12720
12721         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12722
12723 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12724
12725         * gnus.el (gnus-version-number): Bump version.
12726
12727 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12728
12729         * gnus.el: No Gnus v0.3 is released.
12730
12731 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12732
12733         * lpath.el (featurep): Bind show-nonbreak-escape.
12734
12735 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-article-edit-part): Disable undo.
12738
12739 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12742         gnus-article-date-lapsed-new-header is t if date timer is active;
12743         skip headers in which the original date value is empty.
12744         (gnus-article-save-original-date): Redefine it as a macro.
12745         (gnus-display-mime): Use it.
12746
12747 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (article-date-ut): Support converting date in
12750         forwarded parts as well.
12751         (gnus-article-save-original-date): New function.
12752         (gnus-display-mime): Use it.
12753
12754 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12755
12756         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12757         enclosure element of <item>.
12758
12759 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * message.el (message-kill-buffer-query): Renamed from
12762         `message-kill-buffer-query-if-modified'.  Added :version.
12763
12764 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12767         window layout.
12768
12769 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * mml.el: Autoload dnd when compiling.
12772
12773 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12776         x-dnd-*.
12777
12778 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * qp.el (quoted-printable-encode-region): Save excursion.
12781
12782 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12783
12784         * message.el (message-kill-buffer-query-if-modified): Add new variable
12785         so the user can kill a modified message buffer quickly.
12786         (message-kill-buffer): Use it.
12787
12788 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * lpath.el: Fbind display-time-event-handler; don't fbind
12791         string-to-multibyte.
12792
12793         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12794
12795 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12798         contained in text because xml.el decodes entities) with LFs.
12799
12800 2005-04-11  Lute Kamstra  <lute@gnu.org>
12801
12802         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12803         differently.
12804
12805 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12806
12807         * mm-util.el (mm-detect-coding-region): Typo.
12808
12809 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12812
12813 2005-04-06  Deepak Goel  <deego@gnufans.org>
12814
12815         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12816         user-function allow user modifications of the scores.
12817         (spam-stat-score-buffer-user): New function, to allow
12818         user-computed modifications to the score.
12819         (spam-stat-score-buffer-user-functions): List of additional
12820         scoring functions.
12821         (spam-stat-error-holder): Global temporary error holder.
12822         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12823         variable.
12824
12825 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * gnus-registry.el (gnus-registry-clean-empty-function)
12828         (gnus-registry-trim, gnus-registry-fetch-groups)
12829         (gnus-registry-delete-group): Groups that match
12830         `gnus-registry-ignored-groups' are removed from the registry
12831         entries, not just ignored for splitting.  This helps clean up the
12832         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12833         to get all the groups a message ID is in.
12834
12835         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12836         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12837         (spam-stat-score-buffer-user-functions): Add :number custom type.
12838
12839 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12842         argument in XEmacs.
12843
12844         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12845         (nnrss-request-group): Decode group name first.
12846         (nnrss-request-article): Make a text/plain article if mml-to-mime
12847         failed.
12848         (nnrss-get-encoding): Return a compatible encoding according to
12849         nnrss-compatible-encoding-alist.
12850         (nnrss-find-el): Use consp instead of listp.
12851         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12852
12853 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12856         which Emacs 20 doesn't support.
12857         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12858
12859 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12862         silence the byte compiler inside the defun.
12863
12864         * gnus-demon.el (parse-time-string): Add autoload.
12865
12866         * gnus-delay.el (parse-time-string): Add autoload.
12867
12868         * gnus-art.el (parse-time-string): Add autoload.
12869
12870         * nnultimate.el (parse-time): Require for `parse-time-string'.
12871
12872 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12875
12876         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12877
12878         * smime.el (smime-ldap-host-list): Add :version.
12879
12880 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12883         pass it to `gnus-browse-read-group'.
12884         (gnus-browse-read-group): Add NUMBER argument and pass it to
12885         `gnus-group-read-ephemeral-group'.
12886
12887         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12888         argument and pass it to `gnus-group-read-group'.
12889
12890 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12891
12892         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12893         mm-xemacs-find-mime-charset-1 if we have the mule feature
12894         available at runtime.
12895
12896 2005-03-25  Werner Lemberg  <wl@gnu.org>
12897
12898         * nnmaildir.el: Replace `illegal' with `invalid'.
12899
12900 2005-03-23  Lute Kamstra  <lute@gnu.org>
12901
12902         * time-date.el: Add comment on time value formats.
12903         Don't require parse-time.
12904         (with-decoded-time-value): New macro.
12905         (encode-time-value): New function.
12906         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12907         (days-to-time): Return a valid time value when arg is huge.
12908         (time-since): Use time-subtract.
12909         (time-to-number-of-days): Use time-to-seconds.
12910
12911 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12912
12913         * gnus-start.el (gnus-display-time-event-handler):
12914         Check display-time-timer at runtime rather than only at load time
12915         in case display-time-mode is turned off in the mean time.
12916
12917 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12920         used.
12921
12922         * nneething.el (nneething-map-file-directory): Derive from
12923         `gnus-directory'.
12924
12925         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12926         the To/Cc button.
12927
12928 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * nnmaildir.el (nnmaildir-request-accept-article):
12931         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12932
12933 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12934
12935         * gnus-async.el: Require timer-funcs at compile time when in
12936         XEmacs for `run-with-idle-timer'.
12937
12938 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12939
12940         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12941         autoloaded function.
12942
12943 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12944
12945         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12946
12947 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12948
12949         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12950
12951 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12952
12953         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12954         gnus-expert-user to default.
12955
12956 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12957
12958         * nnimap.el (nnimap-open-server): Ditto.
12959
12960         * imap.el (imap-authenticate): Fix typo.
12961
12962 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12963
12964         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12965         buffer (since IMAP server might return FETCH response out of
12966         order, and the nntp buffer must be sorted).
12967
12968 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12969
12970         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12971         comparison on string.
12972
12973         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12974         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12975         (gnus-agent-summary-fetch-series): Modified to protect against
12976         gnus-agent-summary-fetch-group clearing processable flags.
12977         (gnus-agent-synchronize-group-flags): Update live group buffer as
12978         synchronization may occur due to the user toggle the plugged
12979         status.
12980         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12981         successfully downloaded.
12982         (gnus-agent-expire-group-1): Avoid using markers when the overview
12983         is in ascending order; greatly improves performance.
12984         (gnus-agent-regenerate-group): Use
12985         gnus-agent-synchronize-group-flags to reset read status in both
12986         gnus and server.
12987         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12988
12989 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * message.el: Don't autoload former message-utils variables.
12992         (message-strip-subject-trailing-was): Change doc string.
12993
12994         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12995         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12996         (nnweb-google-search): Add "hl=en" here.
12997         (nnweb-google-parse-1, nnweb-google-create-mapping):
12998         Don't hardcode URL.
12999
13000 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * message.el (message-get-reply-headers, message-followup):
13003         Mention related variables `message-use-followup-to' and
13004         `message-use-mail-followup-to', in the information buffer.
13005
13006         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13007         of broken groups(-beta).google.com.
13008
13009 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13010
13011         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13012         parameter to invoked gnus-request-move-article; remove the
13013         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13014         all at once instead of once per article.
13015         (gnus-summary-remove-process-mark): Accept a list of articles as
13016         well as a single article for processing.
13017
13018         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13019         parameter.
13020
13021         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13022
13023         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13024
13025         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13026         parameter.
13027
13028         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13029         parameter.
13030
13031         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13032         parameter and remove the gnus-sum-hint-move-is-internal variable.
13033
13034         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13035         parameter.
13036
13037         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13038         parameter.
13039
13040         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13041         parameter.
13042
13043         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13044
13045         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13046         parameter.
13047
13048         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13049         parameter.
13050
13051 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13052
13053         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13054         a more conservative way.
13055
13056 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13057
13058         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13059         buffer, so it moves the window's cursor.
13060
13061 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13062
13063         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13064         `mm-dissect-multipart' and receive the from field as an (optional)
13065         argument from `mm-dissect-multipart'.
13066         (mm-dissect-multipart): Receive the from field as an argument and
13067         pass it on when we call `mm-dissect-buffer' on MIME parts.
13068         Fixes verification/decryption of signed/encrypted MIME parts.
13069
13070 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13071
13072         * gnus-sum.el (gnus-summary-move-article): Set
13073         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13074         whatever it calls (right now, only nnimap-request-move article
13075         respects it).
13076
13077         * nnimap.el (nnimap-request-move-article): When
13078         gnus-sum-hint-move-is-internal is set, don't do the extra
13079         nnimap-request-article.
13080
13081 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13084
13085         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13086         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13087
13088         * gnus-sum.el (gnus-summary-caesar-message):
13089         Apply `gnus-treat-article' after rotation.
13090
13091         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13092         doc string.
13093
13094 2005-02-22  Simon Josefsson  <jas@extundo.com>
13095
13096         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13097         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13098         <arne@arnested.dk>.
13099         (encrypt): Add password-cache and password-cache-expiry as group
13100         members.
13101
13102 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13103
13104         * smime.el (smime-ldap-host-list): Doc fix.
13105         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13106         cache) password.
13107         (smime-sign-region): Use it.
13108         (smime-decrypt-region): Use it.
13109         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13110         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13111         fails.
13112         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13113         certificate from DER to PEM format rather than calling openssl.
13114
13115         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13116
13117         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13118         for signing/encryption.
13119
13120         * mml.el (mml-parse-1): Use them.
13121
13122 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13123
13124         * nnrss.el (nnrss-verbose): Removed.
13125         (nnrss-request-group): Use `nnheader-message' instead.
13126
13127 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13128
13129         * nnrss.el (nnrss-verbose): New variable.
13130         (nnrss-request-group): Make it say nnrss is requesting a group.
13131
13132 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13135         Handle news URL with given port correctly.
13136
13137 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13140         containing special characters.
13141
13142         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13143
13144         * mml.el (mime-to-mml): Ditto.
13145
13146         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13147         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13148         (rfc2047-decode-region): Quote decoded words containing special
13149         characters when rfc2047-quote-decoded-words-containing-tspecials
13150         is non-nil.
13151
13152 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13153
13154         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13155
13156         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13157
13158 2005-02-15  Simon Josefsson  <jas@extundo.com>
13159
13160         * nnimap.el (nnimap-debug): Doc fix.
13161
13162         * imap.el (imap-debug): Doc fix.
13163
13164 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13167
13168 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13169
13170         * gnus.el (spam-contents): Improve docs for spam-contents
13171         parameter in its variable incarnation.
13172
13173 2005-02-14  Simon Josefsson  <jas@extundo.com>
13174
13175         * smime-ldap.el: Use require instead of load-library for ldap.
13176         (smime-ldap-search): Indent.
13177         (smime-ldap-search-internal): Shorten line.
13178
13179         * smime.el (smime-cert-by-dns): Add doc-string.
13180         (smime-cert-by-ldap-1): Indent.
13181
13182         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13183         mml-smime-get-dns-ldap.
13184         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13185
13186 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13187
13188         * smime.el: Require smime-ldap.
13189         (smime-ldap-host-list): New variable.
13190         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13191
13192         * mml-smime.el (mml-smime-encrypt-query): New function.
13193         (mml-smime-encrypt-query): Use it.
13194
13195         * smime-ldap.el: New file.
13196
13197 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13200
13201 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13204         argument in doc string.  Make query for type more clear.
13205
13206 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus.el (gnus-group-startup-message): Search for gnus images in
13209         etc/images/gnus.
13210         * mm-util.el (mm-image-load-path): Likewise.
13211         * smiley.el (smiley-data-directory): Search for smilies in
13212         etc/images/smilies.
13213
13214 2005-02-09  Kim F. Storm  <storm@cua.dk>
13215
13216         Change Emacs release version from 21.4 to 22.1 throughout.
13217         Change Emacs development version from 21.3.50 to 22.0.50.
13218
13219 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13222
13223         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13224         non-Mule XEmacs as well.
13225         (mm-decompress-buffer): Signal an error intentionally if it does
13226         not decompress compressed data because auto-compression-mode is
13227         disabled.
13228
13229 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13230
13231         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13232         an ID in the registry even if it has no groups.
13233
13234 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13237         merge it into mm-decompress-buffer.
13238         (gnus-mime-copy-part): Use the MIME part charset, the value which
13239         a user specified or gnus-newsgroup-charset for decoding, like
13240         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13241         save-buffer what was used.  Suggested by Kevin Ryde
13242         <user42@zip.com.au>.
13243         (gnus-mime-inline-part): Allow the name parameter as well as the
13244         filename parameter; force decompressing of compressed data; always
13245         display contents being not decoded as unibyte.
13246
13247         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13248         as well as the filename parameter.
13249
13250         * mm-util.el (mm-decompress-buffer): Merge
13251         gnus-mime-jka-compr-maybe-uncompress.
13252         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13253         of compressed data.
13254
13255 2005-02-08  Simon Josefsson  <jas@extundo.com>
13256
13257         * imap.el (imap-log): Doc fix.
13258
13259 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13262         the coding cookies; decompress compressed parts.
13263
13264         * mml.el (mml-generate-mime-1): Add the charset parameter according
13265         to the value which a user specified manually or the coding cookie.
13266
13267         * mm-util.el (mm-string-to-multibyte): New function.
13268         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13269         (mm-coding-system-to-mime-charset): New function.
13270         (mm-decompress-buffer): New function.
13271         (mm-find-buffer-file-coding-system): New function.
13272
13273         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13274         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13275         parts.
13276
13277 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13278
13279         * mm-view.el (mm-display-inline-fontify): Decode a part according
13280         to the charset parameter.
13281
13282 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13285         prefix arg is neither nil nor a number, as info specifies.
13286
13287 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13290         timestamps.
13291
13292 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13293
13294         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13295         groups error checking and notify user.
13296
13297 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13298
13299         * message.el (message-send-mail-function): Check existence of
13300         sendmail-program first before using default value
13301         `message-send-mail-with-sendmail'.  Otherwise use more generic
13302         `smtpmail-send-it'.
13303
13304 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * nntp.el (nntp-request-update-info): Always return nil.
13307
13308 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13309
13310         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13311
13312 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13313
13314         * message.el (message-beginning-of-line): Change the behavior when
13315         invoked between BOL and : so that it first moves backward.
13316
13317 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13320         article buffer when editing of the article is discarded.
13321         (gnus-article-prepare): Revert.
13322
13323 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-art.el (gnus-article-prepare):
13326         Remove message-strip-forbidden-properties from the local hook.
13327
13328 2005-01-27  Simon Josefsson  <jas@extundo.com>
13329
13330         * password.el (password-cache-add): Only start one timer per key.
13331         Reported by Derek Atkins <warlord@MIT.EDU>.
13332
13333 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13334
13335         * run-at-time.el: Removed.  It is no longer needed as
13336         timer-funcs.el in the xemacs-base package has a working version of
13337         `run-at-time'.
13338
13339         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13340
13341         * password.el: Require timer-funcs instead of run-at-time in
13342         XEmacs.
13343         Remove `password-run-at-time' macro.
13344         (password-cache-add): Use `run-at-time' instead of
13345         `password-run-at-time'.
13346
13347         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13348         Remove `nnheader-cancel-function-timers' alias,
13349         `cancel-function-timers' exists in XEmacs in timer-funcs.
13350
13351         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13352         for `run-with-idle-timer'.
13353
13354         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13355         for `run-at-time'.
13356
13357         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13358         for `with-timeout'.
13359
13360         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13361         the same as for XEmacs 21.4.
13362         No need to ignore `run-with-idle-timer', this function exists in
13363         XEmacs now in timer-funcs.el in the xemacs-base package.
13364         (dgnushack-compile): No need to delete
13365         run-at-time.el from the list of files to compile because it
13366         doesn't exist anymore.
13367
13368 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13371         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13372
13373 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13374
13375         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13376         sensitively.
13377
13378 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13379
13380         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13381
13382 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13385         which will be inserted according to the multibyteness of a buffer
13386         rather than the type of contents.  Suggested by ARISAWA Akihiro
13387         <ari@mbf.ocn.ne.jp>.
13388
13389         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13390         of string which old xml.el may return rather than a string.
13391
13392 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13395
13396 2005-01-16  Simon Josefsson  <jas@extundo.com>
13397
13398         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13399         idn/idna.el isn't available.
13400         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13401         <michael@waxrat.com>.
13402
13403         * hashcash.el: Remove non-FSF copyright header.
13404
13405         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13406         (hashcash-generate-payment): Use it.
13407         (hashcash-generate-payment-async): Use it.
13408
13409 2005-01-15  Simon Josefsson  <jas@extundo.com>
13410
13411         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13412         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13413
13414         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13415         gnus-summary-idna-message.
13416         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13417         (gnus-summary-idna-message): New function.
13418
13419 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13422         gnus-novice-user.
13423
13424 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * nnrss.el (nnrss-request-delete-group): Delete entries in
13427         nnrss-group-alist as well.
13428         (nnrss-save-server-data): Insert newline.
13429
13430 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * gnus.el (gnus-user-agent): Use list of symbols instead of
13433         symbols.  Display full version number for (S)XEmacs.  Optionally
13434         display (S)XEmacs codename.
13435
13436         * gnus-util.el (gnus-emacs-version): Update for new
13437         `gnus-user-agent'.
13438
13439         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13440         Gnus version.
13441
13442 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13445         which is unreadable in some setups.
13446
13447 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-spec.el (gnus-update-format-specifications): Flush the
13450         group format spec cache if it doesn't support decoded group names.
13451
13452 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13455         Allow to apply decay on score files matching a regexp.
13456
13457 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13460         compatibility in %g and %c.
13461
13462 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13465         name for only %g and %c.
13466         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13467         of gnus-tmp-group to decoded group name.
13468         (gnus-group-make-rss-group): Exclude `/'s from group names.
13469
13470 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * nnrss.el (nnrss-get-encoding): Fix regexp.
13473
13474 2004-12-27  Simon Josefsson  <jas@extundo.com>
13475
13476         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13477         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13478         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13479
13480 2004-12-17  Kim F. Storm  <storm@cua.dk>
13481
13482         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13483
13484         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13485
13486 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13487
13488         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13489
13490 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * nnrss.el: Require rfc2047 and mml.
13493         (nnrss-file-coding-system): New variable.
13494         (nnrss-format-string): Redefine it as an inline function.
13495         (nnrss-decode-group-name): New function.
13496         (nnrss-string-as-multibyte): Remove.
13497         (nnrss-retrieve-headers): Decode group name; don't use
13498         nnrss-format-string.
13499         (nnrss-request-group): Decode group name.
13500         (nnrss-request-article): Decode group name; allow a Message-ID as
13501         well as an article number; don't use nnrss-format-string; encode a
13502         Message-ID string which may contain non-ASCII characters; use
13503         mml-to-mime to compose a MIME article.
13504         (nnrss-request-expire-articles): Decode group name.
13505         (nnrss-request-delete-group): Decode group name.
13506         (nnrss-fetch): Clarify error message.
13507         (nnrss-read-server-data): Use insert-file-contents instead of load;
13508         bind file-name-coding-system; use multibyte buffer.
13509         (nnrss-save-server-data): Bind coding-system-for-write to the
13510         value of nnrss-file-coding-system; bind file-name-coding-system;
13511         add coding cookie.
13512         (nnrss-read-group-data): Use insert-file-contents instead of load;
13513         bind file-name-coding-system; use multibyte buffer.
13514         (nnrss-save-group-data): Bind coding-system-for-write to the
13515         value of nnrss-file-coding-system; bind file-name-coding-system.
13516         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13517         make it work with non-ASCII text.
13518         (nnrss-find-el): Make it work with old xml.el as well.
13519
13520 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13521
13522         * nnrss.el (nnrss-get-encoding): New function.
13523         (nnrss-fetch): Use unibyte buffer initially; bind
13524         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13525         decode contents according to the encoding attribute.
13526         (nnrss-save-group-data): Add coding cookie.
13527         (nnrss-mime-encode-string): New function.
13528         (nnrss-check-group): Use it to encode subject and author.
13529
13530 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13531
13532         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13533         imaginary variable.
13534
13535 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13538         correctly even if there are wide characters.
13539
13540 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13543         downcased symbol names; make a new cache instead of reusing
13544         bbdb-hashtable.
13545
13546 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13549         concatenating segments rather than before concatenating them.
13550         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13551
13552         * message.el (message-get-reply-headers): Bind `extra'.
13553
13554 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13555
13556         * message.el (message-extra-wide-headers): New variable.
13557         (message-get-reply-headers): Use it.
13558
13559 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13562         (gnus-agent-group-pathname): Ditto.
13563
13564         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13565
13566         * gnus-group.el (gnus-group-make-group): Decode group name.
13567         (gnus-group-make-rss-group): Register the group data after opening
13568         the nnrss group.
13569
13570 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13571
13572         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13573         by expiry now get marked as read.
13574
13575 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13578
13579 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13580
13581         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13582         unify Latin characters in XEmacs.
13583         (mm-find-mime-charset-region): Use it.
13584
13585 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-util.el (gnus-delete-directory): New function.
13588
13589         * gnus-agent.el (gnus-agent-delete-group): Use it.
13590
13591         * gnus-cache.el (gnus-cache-delete-group): Use it.
13592
13593 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13596         names.
13597
13598 2004-12-16  Simon Josefsson  <jas@extundo.com>
13599
13600         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13601
13602 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13605
13606         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13607         (gnus-group-set-current-level): Decode group name.
13608
13609 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13610
13611         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13612         failed.
13613
13614 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-group.el (gnus-group-delete-group): Decode group name.
13617         (gnus-group-make-rss-group): Encode group name.
13618         (gnus-group-catchup-current): Decode group name.
13619         (gnus-group-kill-group): Decode group name.
13620
13621 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13622
13623         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13624
13625 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13626
13627         * gnus-group.el (gnus-group-make-rss-group):
13628         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13629
13630         * gnus-start.el (gnus-setup-news): Honor user's setting to
13631         gnus-message-archive-method.  Suggested by Lute Kamstra
13632         <lute@gnu.org>.
13633
13634 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13635
13636         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13637         global counterparts of the buffer-local variables.
13638
13639 2004-11-16  Romain Francoise  <romain@orebokech.com>
13640
13641         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13642         counterparts of the buffer-local variables.
13643
13644 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * message.el (message-forbidden-properties): Fixed typo in doc
13647         string.
13648
13649 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gnus-util.el (gnus-replace-in-string): Added doc string.
13652
13653         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13654         to avoid problems when splitting mails with many recipients.
13655
13656 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13657
13658         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13659         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13660
13661 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13662
13663         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13664         if there is no hashtable in memory or file modification time is
13665         newer than cached timestamp.
13666
13667 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13670         not-matching option.
13671
13672 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13675         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13676         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13677         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13678         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13679         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13680
13681 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * message.el (message-forward-make-body-mml): Remove headers
13684         according to message-forward-ignored-headers if a message is decoded.
13685
13686 2004-12-02  Romain Francoise  <romain@orebokech.com>
13687
13688         * message.el (message-forward-make-body-plain): Always remove
13689         headers according to message-forward-ignored-headers.
13690
13691 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13692
13693         * spam.el (spam-summary-prepare-exit): Remove the
13694         gnus-summary-limit pop for now, it has problems with ham marks for
13695         me.
13696
13697 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13698
13699         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13700         correctly.
13701
13702 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13703
13704         * format-spec.el (format-spec): Message the char.
13705
13706 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13707
13708         * gnus-art.el (gnus-split-methods): Reformat comments.
13709
13710         * spam.el (spam-summary-prepare-exit): Remove article limits
13711         before exiting the summary buffer.
13712
13713 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13716         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13717
13718         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13719         order to silence the byte compiler.
13720
13721         * spam.el: Fix the way to silence the byte compiler, which
13722         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13723         bbdb-search-simple, spam-BBDB-register-routine,
13724         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13725         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13726         spam-stat-buffer-is-spam, spam-stat-load,
13727         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13728         spam-stat-save and spam-stat-split-fancy.
13729
13730 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13733         which may confuse users.
13734         (canlock-password-for-verify): Ditto.
13735
13736         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13737
13738         * gnus-art.el (gnus-emphasis-alist): Ditto.
13739
13740         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13741
13742         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13743
13744         * gnus-start.el (gnus-save-killed-list): Ditto.
13745
13746         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13747         (gnus-sum-thread-tree-root): Ditto.
13748         (gnus-sum-thread-tree-false-root): Ditto.
13749         (gnus-sum-thread-tree-single-indent): Ditto.
13750
13751         * message.el (message-courtesy-message): Ditto.
13752         (message-archive-note): Ditto.
13753         (message-subscribed-address-file): Ditto.
13754         (message-user-fqdn): Ditto.
13755
13756         * spam-report.el (spam-report-gmane-regex): Ditto.
13757
13758         * spam.el (spam-blackhole-good-server-regex): Ditto.
13759
13760 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * mml.el (mml-preview): Widen the message buffer before copying
13763         the contents to the preview buffer; sort headers before previewing.
13764
13765         * message.el (message-hidden-headers): Fix the way to avoid a bug
13766         in the `repeat' widget in Emacs 21.3 or earlier.
13767
13768 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13769
13770         * message.el (message-hidden-headers): Default to "^References:".
13771         Improve customization type.  Suggested by Reiner Steib
13772         <Reiner.Steib@gmx.de>.
13773
13774 2004-11-25  Romain Francoise  <romain@orebokech.com>
13775
13776         * message.el (message-strip-forbidden-properties): Remove check for
13777         obsolete `message-hidden' text property, hidden headers are not
13778         accessible in the buffer anymore.
13779
13780 2004-11-22  Romain Francoise  <romain@orebokech.com>
13781
13782         * message.el (message-header-format-alist): Add `From' in list
13783         so that it can be sorted.
13784         (message-fix-before-sending): Widen and sort headers before
13785         sending.
13786         (message-hide-headers): Use narrowing to hide headers by moving
13787         them to the top of the buffer and narrowing to the region
13788         underneath.
13789
13790 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * message.el (message-strip-forbidden-properties): Bind
13793         buffer-read-only (etc) to nil.
13794
13795 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13798         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13799
13800 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13801
13802         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13803
13804 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13805
13806         * dns.el (query-dns): Use sit-for to time instead of
13807         accept-process-output, since that doesn't seem to work on udp
13808         sockets.
13809
13810 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13813
13814 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13815
13816         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13817         doc string.  Improve doc string.
13818
13819 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * nntp.el (nntp-request-update-info): Return nil if
13822         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13823         may not call gnus-activate-group which uselessly issues the GROUP
13824         commands for all nntp groups and wastes time.  Reported by Romain
13825         Francoise <romain@orebokech.com>.
13826
13827         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13828
13829 2004-11-15  Simon Josefsson  <jas@extundo.com>
13830
13831         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13832         headers separately.
13833         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13834         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13835
13836 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13837
13838         * gnus-start.el (gnus-convert-old-newsrc):
13839         Assign legacy-gnus-agent to 5.10.7.
13840
13841 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13844         start of the lines.
13845
13846 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13847
13848         * hashcash.el (hashcash-default-payment): Change default to 20.
13849         (hashcash-default-accept-payment): Change default to 20.
13850         (hashcash-process-alist): New variable.
13851         (hashcash-generate-payment-async): Add.
13852         (hashcash-already-paid-p): Add.
13853         (hashcash-insert-payment): Don't generate payments twice.
13854         (hashcash-insert-payment-async): Add.
13855         (hashcash-insert-payment-async-2): Add.
13856         (hashcash-cancel-async): Add.
13857         (hashcash-wait-async): Add.
13858         (hashcash-processes-running-p): Add.
13859         (hashcash-wait-or-cancel): Add.
13860         (mail-add-payment): New optional argument.  Conditionally start
13861         asynchronous calculation.
13862         (mail-add-payment-async): Add.
13863
13864         * message.el (message-send-mail): Wait for asynchronous hashcash
13865         results.  Don't clobber existing X-Hashcash headers.
13866         (message-setup-1): Call mail-add-payment-async when
13867         message-generate-hashcash is non-nil.
13868
13869 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13870
13871         * message.el (message-use-alternative-email-as-from): Examine the
13872         From header as well; use message-make-from in order to include a
13873         user's full name.
13874
13875 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13878         default; improve customization type.
13879         (gnus-emphasis-custom-with-format): New macro.
13880         (gnus-emphasis-custom-value-to-external): New function.
13881         (gnus-emphasis-custom-value-to-internal): New function.
13882
13883 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13884
13885         * dns.el (query-dns): Resolve reverse addresses.
13886
13887 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * gnus-group.el (gnus-group-get-new-news): Use it.
13890
13891         * gnus-start.el (gnus-check-reasonable-setup): New function.
13892
13893 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13896         "Args out of range" error.  Reported by Arnaud Giersch
13897         <arnaud.giersch@free.fr>.
13898
13899 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13900
13901         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13902
13903 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13904
13905         * spam.el (spam group): Add :version.
13906
13907         * pgg-def.el (pgg group): Add :version.
13908
13909 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-art.el (gnus-article-edit-article): Don't associate the
13912         article buffer with a draft file.  This is a temporary measure
13913         against the 2004-08-22 change to gnus-article-edit-mode.
13914
13915 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13918         (html2text-format-tags): Remove unused variable `attr'.
13919
13920 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13921
13922         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13923
13924         * tls.el (tls-process-connection-type, tls-success)
13925         (tls-certtool-program): Add :version.
13926
13927         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13928         (starttls-extra-arguments, starttls-process-connection-type)
13929         (starttls-connect, starttls-failure, starttls-success): Add :version.
13930
13931         * spam-stat.el (spam-stat): Add :version.
13932
13933         * sieve.el (sieve): Add :version.
13934
13935         * sha1.el (sha1): Add :version.
13936         (sha1-use-external): Remove redundant version.
13937
13938         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13939         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13940         (nnmail-split-fancy-match-partial-words)
13941         (nnmail-split-lowercase-expanded): Add :version.
13942
13943         * nndiary.el (nndiary): Add :version.
13944
13945         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13946
13947         * mml-sec.el (mml-default-sign-method)
13948         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13949         Add :version.
13950
13951         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13952
13953         * mm-url.el (mm-url-use-external, mm-url-program)
13954         (mm-url-arguments): Add :version.
13955
13956         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13957         (mm-attachment-file-modes, mm-decrypt-option)
13958         (mm-w3m-safe-url-regexp): Add :version.
13959
13960         * message.el (message-cite-prefix-regexp)
13961         (message-sendmail-envelope-from, message-minibuffer-local-map)
13962         (message-user-fqdn, message-completion-alist): Add :version.
13963
13964         * gnus-win.el (gnus-configure-windows-hook)
13965         (gnus-use-frames-on-any-display): Add :version.
13966
13967         * gnus-art.el (gnus-article-address-banner-alist)
13968         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13969         (gnus-treat-from-picon, gnus-treat-mail-picon)
13970         (gnus-treat-x-pgp-sig): Add :version.
13971
13972         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13973         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13974         (gnus-summary-article-delete-hook)
13975         (gnus-summary-display-while-building): Add :version.
13976
13977         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13978         (gnus-get-top-new-news-hook): Add :version.
13979
13980         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13981         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13982
13983         * gnus-registry.el (gnus-registry): Add :version.
13984
13985         * gnus-spec.el (gnus-use-correct-string-widths)
13986         (gnus-make-format-preserve-properties): Add :version.
13987
13988         * gnus.el (gnus-group-charter-alist)
13989         (gnus-group-fetch-control-use-browse-url)
13990         (gnus-install-group-spam-parameters): Add :version.
13991
13992         * gnus-diary.el (gnus-diary): Add :version.
13993
13994         * gnus-delay.el (gnus-delay): Add :version.
13995
13996         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13997         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13998         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13999         Add :version.
14000
14001         * gnus-agent.el (gnus-agent-max-fetch-size)
14002         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14003         (gnus-agent-prompt-send-queue): Add :version.
14004
14005         * deuglify.el (gnus-outlook-deuglify): Add :version.
14006
14007         * html2text.el: Beautify code.  Improve doc strings.  Some
14008         checkdoc cleanup.
14009         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14010
14011 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14012
14013         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14014
14015 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14016
14017         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14018         when package is loaded.
14019
14020         * spam.el (spam-summary-score-preferred-header): Add global preference
14021         for people who want to override the default SpamAssassin over
14022         Bogofilter preference (when both are set).
14023         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14024         (spam-user-format-function-S): Check
14025         spam-summary-score-preferred-header.
14026         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14027         (spam-user-format-function-S): Format the score correctly.
14028
14029 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14032         signature file.  Suggested by Manoj Srivastava
14033         <srivasta@golden-gryphon.com>.
14034
14035         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14036         iso-2022-jp even in the Japanese language environment.
14037         Suggested by Jason Rumney <jasonr@gnu.org>.
14038
14039 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14042         use the same characters as the dummy marks; make it free from
14043         getting affected by the language environment.
14044         (gnus-summary-read-group-1): Update mark positions only when the
14045         format spec is updated.
14046
14047         * gnus-spec.el (gnus-update-format-specifications): Return a list
14048         of updated types.
14049
14050 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14053         of boundp to check if display-warning is available.
14054
14055 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14056
14057         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14058
14059 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * nnspool.el (nnspool-spool-directory): Use news-path if the
14062         news-directory variable is not bound.
14063
14064         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14065         function instead of display-warning if it is not available.
14066
14067 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14070         v5-10: Use `point-at-bol'.
14071
14072 2004-10-26  Simon Josefsson  <jas@extundo.com>
14073
14074         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14075         <chenggao@gmail.com>.
14076
14077 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14080         instead.
14081
14082 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14083
14084         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14085         to remove a server from the nnimap-server-buffer-alist.
14086         (nnimap-open-connection, nnimap-close-server): Use it.
14087
14088         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14089
14090 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14093         running the major-mode function.
14094
14095 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14098         dummy marks in the right way.
14099
14100 2004-10-18  David Edmondson  <dme@dme.org>
14101
14102         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14103         excessively.
14104
14105 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14106
14107         * gnus-util.el (gnus-split-references): Accept a nil references
14108         string and go on blissfully.
14109
14110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14111         cases where the references string is non-nil but has no references.
14112
14113         * encrypt.el: Add autoload tags.
14114
14115         * spam.el (spam-resolve-registrations-routine): Remove article
14116         from unregistration list too.  Reported by David Hanak
14117         <dhanak@isis.vanderbilt.edu>
14118
14119 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14122         nil.  Changed custom type.
14123
14124 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14127
14128         * gnus-sum.el (gnus-summary-move-article): Use it.
14129
14130 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14131
14132         * encrypt.el: Add autoload cookies.
14133
14134         * spam.el (spam-backend-article-list-property)
14135         (spam-backend-get-article-todo-list)
14136         (spam-backend-put-article-todo-list)
14137         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14138         Resolve registrations separately.
14139         (spam-register-routine): Format comments.
14140         (spam-unregister-routine, spam-register-routine): Always call with
14141         specific-articles, no default list.
14142         (spam-summary-prepare-exit): Use the spam-classifications function.
14143
14144         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14145         gnus-encrypt.el.
14146
14147         * encrypt.el: Copied from gnus-encrypt.el.
14148
14149         * gnus-encrypt.el: Commented that it's obsolete.
14150
14151 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14152
14153         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14154         (gnus-score-save): Use it.
14155
14156         * message.el (message-bury): Use `window-dedicated-p'.
14157
14158 2004-10-15  Simon Josefsson  <jas@extundo.com>
14159
14160         * pop3.el (top-level): Don't require nnheader.
14161         (pop3-read-timeout): Add.
14162         (pop3-accept-process-output): Add.
14163         (pop3-read-response, pop3-retr): Use it.
14164
14165 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * spam.el (spam-register-routine): Move comment.
14168         (spam-verify-bogofilter): Use 'unknown for the initial
14169         spam-bogofilter-valid state, not 'never.
14170
14171         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14172         for netrc-machine.
14173
14174         * nnimap.el (nnimap-open-connection): Use
14175         netrc-machine-user-or-password.
14176
14177 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14178
14179         * gnus-registry.el (gnus-registry-unload-hook):
14180         Set as a variable with add-hook.
14181
14182         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14183         of news-path.
14184
14185         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14186
14187         * spam.el: Delete duplicate `provide'.
14188         (spam-unload-hook): Set as a variable with add-hook.
14189
14190 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14193         in the doc string.
14194
14195         * message.el (message-ignored-news-headers)
14196         (message-ignored-supersedes-headers)
14197         (message-ignored-resent-headers)
14198         (message-forward-ignored-headers): Improve custom type.
14199
14200 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * message.el (message-tokenize-header): Fix 2004-09-06 change
14203         which used point-min in the wrong place.
14204
14205 2004-10-12  Simon Josefsson  <jas@extundo.com>
14206
14207         * tls.el (tls-certtool-program): New variable.
14208         (tls-certificate-information): New function, based on
14209         ssl-certificate-information.
14210
14211 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * compface.el: Move the version of ELisp-based uncompface program
14214         to the contrib directory because of the copyright problem.
14215
14216 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * message.el (message-kill-buffer): Raise the current frame.
14219
14220 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14223
14224         * gnus.el (message-y-or-n-p): Autoload.
14225
14226         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14227         (pop3-password-required, pop3-authentication-scheme)
14228         (pop3-leave-mail-on-server): Made customizable.
14229         (pop3): New custom group.
14230         (pop3-retr): Remove `sleep-for' statements.
14231         Suggested by Dave Love <fx@gnu.org>.
14232
14233         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14234         Windows/DOS.
14235
14236         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14237         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14238         Dave Love <fx@gnu.org>.
14239
14240         * mml.el (mml-minibuffer-read-disposition): Require match.
14241         Suggested by Dave Love <fx@gnu.org>.
14242
14243 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14246         doc string.
14247
14248 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14251
14252 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14253
14254         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14255         instead of calling `mm-insert-inline', to decode text/* parts
14256         before displaying them.
14257
14258 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * mm-uu.el (mm-uu-text-plain-type): New variable.
14261         (mm-uu-pgp-signed-extract-1): Use it.
14262         (mm-uu-pgp-encrypted-extract-1): Use it.
14263         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14264         bind mm-uu-text-plain-type with that value.
14265         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14266         mm-uu-dissect.
14267
14268 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-group.el (gnus-update-group-mark-positions):
14271         * gnus-sum.el (gnus-update-summary-mark-positions):
14272         * message.el (message-check-news-body-syntax):
14273         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14274         of string-as-multibyte.
14275
14276 2004-10-05  Juri Linkov  <juri@jurta.org>
14277
14278         * gnus-group.el (gnus-update-group-mark-positions):
14279         * gnus-sum.el (gnus-update-summary-mark-positions):
14280         * message.el (message-check-news-body-syntax):
14281         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14282         8-bit unibyte values to a multibyte string for search functions.
14283
14284 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14287         (mm-uu-dissect-text-parts): New function.
14288
14289         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14290         dissect text parts.
14291
14292         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14293         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14294
14295         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14296
14297         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14298         gnus-current-topics instead of gnus-current-topic.
14299
14300 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14301
14302         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14303
14304 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14305
14306         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14307         where approriate.
14308
14309         * nnml.el (nnml-generate-active-info): do.
14310
14311         * nndiary.el (nndiary-generate-active-info): do.
14312
14313         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14314         (gnus-topic-move): do.
14315
14316         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14317         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14318
14319         * gnus-srvr.el (gnus-server-prepare)
14320         (gnus-server-open-all-servers): do.
14321
14322         * gnus-msg.el (gnus-summary-cancel-article)
14323         (gnus-summary-resend-message)
14324         (gnus-summary-mail-crosspost-complaint): do.
14325
14326         * gnus-move.el (gnus-change-server): do.
14327
14328         * gnus-group.el (gnus-group-unmark-all-groups)
14329         (gnus-group-set-current-level): do.
14330
14331 2004-10-04  Simon Josefsson  <jas@extundo.com>
14332
14333         * message.el (message-generate-hashcash): Doc fix.
14334
14335 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14336
14337         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14338         avoid infinite recursion via gnus-get-function.
14339
14340 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14341
14342         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14343
14344         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14345
14346         * nnmail.el (nnmail-split-history): do.
14347
14348         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14349         (nnml-request-delete-group): do.
14350
14351         * nnslashdot.el (nnslashdot-read-groups): do.
14352
14353         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14354         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14355
14356         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14357         (nnspool-sift-nov-with-sed): Use last.
14358         (nnspool-retrieve-headers-with-nov): Use mapc.
14359         (nnspool-request-newgroups): Use dolist.
14360         (nnspool-request-group): Use last.
14361
14362         * nntp.el (nntp-read-server-type): Use dolist.
14363
14364         * nnvirtual.el (nnvirtual-create-mapping)
14365         (nnvirtual-update-read-and-marked): Use dolist.
14366         (nnvirtual-convert-headers): Simplify.
14367
14368 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14369
14370         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14371         support for sync'ing tick marks.
14372
14373 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14376         there's no visible header.
14377
14378 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14379
14380         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14381         necessary, pass full group name to gnus-request-set-marks.
14382
14383 2004-10-01  Simon Josefsson  <jas@extundo.com>
14384
14385         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14386         acroread.
14387
14388 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14389
14390         * spam-report.el (spam-report-gmane): Fix interactive.
14391
14392         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14393
14394         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14395         when writing file.
14396         (gnus-agent-synchronize-flags): Don't default to being
14397         interactive.
14398
14399 2004-09-30  Simon Josefsson  <jas@extundo.com>
14400
14401         * message.el (message-generate-hashcash): Add.
14402         (message-send-mail): Use it, call mail-add-payment.
14403
14404 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14405
14406         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14407
14408 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14409
14410         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14411         gnus-requst-update-info with explicit code to sync the in-memory
14412         info read flags with the marks being sync'd to the backend.
14413
14414         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14415
14416 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14417
14418         * spam.el (spam-verify-bogofilter): Add new function.
14419         (spam-check-bogofilter)
14420         (spam-bogofilter-register-with-bogofilter): Use it.
14421         (spam-verify-bogofilter): Add small fixes.
14422
14423 2004-09-28  Simon Josefsson  <jas@extundo.com>
14424
14425         * hashcash.el (hashcash-generate-payment): Revert.
14426
14427 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14428
14429         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14430         gnus-extract-references instead of gnus-split-references.
14431
14432         * gnus-util.el (gnus-extract-references): Add new function, analogous
14433         to gnus-split-references but extracts only the message-ID without
14434         anything extra.
14435
14436         * hashcash.el (hashcash-generate-payment)
14437         (hashcash-check-payment): Do the right thing if hashcash-path is
14438         nil (because the hashcash program could not be found).
14439
14440         * spam.el (spam-use-hashcash): Remove comment.
14441
14442 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14443
14444         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14445         (gnus-cache-enter-article, gnus-cache-remove-article)
14446         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14447
14448         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14449
14450         * gnus-art.el (article-hide-boring-headers)
14451         (article-translate-strings, article-display-face)
14452         (gnus-article-mime-match-handle-first)
14453         (gnus-article-highlight-headers)
14454         (gnus-article-add-buttons-to-head): do.
14455
14456 2004-09-27  Simon Josefsson  <jas@extundo.com>
14457
14458         * hashcash.el: New version, from
14459         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14460         ../contrib/.
14461
14462 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14465
14466 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14467
14468         * gnus-dup.el (gnus-dup-open): Use mapc.
14469         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14470
14471         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14472         Reported by Stefan Wiens <s.wi@gmx.net>.
14473
14474         * gnus.el (gnus-shutdown): Use dolist.
14475
14476         * gnus-undo.el (gnus-undo): Use mapc.
14477
14478         * nnrss.el (nnrss-generate-active): do.
14479
14480         * message.el (message-cite-original-without-signature)
14481         (message-cite-original): Use mapc.
14482         (message-do-actions, message-make-forward-subject): Use dolist.
14483
14484 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14485
14486         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14487         deletion to remove entire duplicate line.  Fixes merged article
14488         number bug.
14489
14490 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14491
14492         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14493         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14494         first ask if you want to open a server and then, even when you
14495         responded with no, asking if you want to synchronize the server's
14496         flags.
14497         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14498         multi-line expressions.
14499         (gnus-agent-synchronize-group-flags): New internal function.
14500         Updates marks in memory (in the info structure) AND in the
14501         backend.
14502
14503         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14504
14505         * nnagent.el (nnagent-request-set-mark): Use
14506         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14507         method, to ensure that synchronization updates marks in the
14508         backend and in the info (in memory) structure.
14509
14510 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14513         convention fully; don't miss the root article of a thread; make
14514         the X-Draft-From header with correct article numbers.
14515
14516 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14517
14518         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14519         unless plugged.  Disable the agent so that an open failure causes
14520         an error.
14521
14522         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14523         Reverted 2004-09-21 change.  The backend must be opened while
14524         synchronizing flags even when the backend stores the flags
14525         locally.
14526
14527 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14530         in `header' match.  Reported by Svend Tollak Munkejord.
14531
14532         * message.el (message-cite-original): Fix use of
14533         `message-cite-articles-with-x-no-archive'.
14534
14535 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14538         (gnus-window-to-buffer): Ditto.
14539
14540         * mml.el (mml-preview-buffer): New variable.
14541         (mml-preview): Manage window layout with gnus-buffer-configuration.
14542
14543         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14544         X-Draft-From header even if those articles aren't quoted.
14545
14546 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14547
14548         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14549         (gnus-request-set-mark, gnus-request-update-mark): Use new
14550         g-s-t-u-l-m to decide to use backend even when unplugged.
14551
14552 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14555         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14556
14557 2004-09-20  Simon Josefsson  <jas@extundo.com>
14558
14559         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14560         "utf-16-le".
14561
14562 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14563
14564         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14565
14566 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * uudecode.el (uudecode-use-external): Add :version.
14569
14570         * smime.el (smime-CA-file, smime-encrypt-cipher)
14571         (smime-dns-server): Add :version.
14572
14573         * smiley.el (gnus-smiley-file-types): Add :version.
14574
14575         * sha1.el (sha1-use-external): Add :version.
14576
14577         * pgg-def.el (pgg-query-keyserver): Add :version.
14578
14579         * nnmail.el (nnmail-fancy-expiry-targets)
14580         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14581         Add :version.
14582
14583         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14584         (nnimap-retrieve-groups-asynchronous): Add :version.
14585         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14586
14587         * mml.el (mml-content-disposition-parameters)
14588         (mml-insert-mime-headers-always): Add :version.
14589
14590         * mm-util.el (mm-coding-system-priorities): Add :version.
14591
14592         * mm-decode.el (mm-inline-text-html-with-images)
14593         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14594         (mm-verify-option): Add :version.
14595         (mm-text-html-renderer): Change :version.
14596
14597         * message.el (message-fcc-externalize-attachments)
14598         (message-required-headers, message-draft-headers)
14599         (message-subject-trailing-was-query)
14600         (message-subject-trailing-was-ask-regexp)
14601         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14602         (message-mark-insert-end, message-archive-header)
14603         (message-archive-note, message-cross-post-default)
14604         (message-cross-post-note, message-followup-to-note)
14605         (message-cross-post-note-function, message-use-mail-followup-to)
14606         (message-subscribed-address-functions)
14607         (message-subscribed-address-file, message-subscribed-addresses)
14608         (message-subscribed-regexps, message-allow-no-recipients)
14609         (message-yank-cited-prefix, message-signature-insert-empty-line)
14610         (message-hidden-headers, message-hierarchical-addresses)
14611         (message-mail-user-agent, message-use-idna)
14612         (message-valid-fqdn-regexp)
14613         (message-strip-special-text-properties, message-header-synonyms)
14614         (message-beginning-of-line, message-tab-body-function): Add :version.
14615         (message-insert-canlock, message-wide-reply-confirm-recipients):
14616         Change :version.
14617
14618         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14619         and :version.
14620         (mail-source-delete-old-incoming-confirm)
14621         (mail-source-movemail-program): Add :version.
14622
14623         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14624         (gnus-agent-cache, gnus-agent): Change :version.
14625
14626         * gnus-util.el (gnus-use-byte-compile): Change :version.
14627
14628         * gnus-sum.el (gnus-summary-make-false-root-always)
14629         (gnus-summary-default-high-score)
14630         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14631         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14632         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14633         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14634         (gnus-sum-thread-tree-single-indent)
14635         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14636         (gnus-sum-thread-tree-leaf-with-other)
14637         (gnus-sum-thread-tree-single-leaf): Add :version.
14638         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14639         (gnus-article-loose-mime): Change :version.
14640
14641         * gnus-start.el (gnus-backup-startup-file)
14642         (gnus-save-startup-file-via-temp-buffer): Add :version.
14643
14644         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14645         (gnus-server-offline-face): Add :version.
14646
14647         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14648
14649         * gnus-msg.el (gnus-gcc-externalize-attachments)
14650         (gnus-debug-files, gnus-debug-exclude-variables)
14651         (gnus-discouraged-post-methods): Change :version.
14652         (gnus-confirm-mail-reply-to-news)
14653         (gnus-confirm-treat-mail-like-news): Add :version.
14654
14655         * gnus-int.el (gnus-server-unopen-status): Add :version.
14656
14657         * gnus-group.el (gnus-group-jump-to-group-prompt)
14658         (gnus-large-ephemeral-newsgroup)
14659         (gnus-fetch-old-ephemeral-headers): Add :version.
14660
14661         * gnus-fun.el (gnus-x-face-directory)
14662         (gnus-convert-pbm-to-x-face-command)
14663         (gnus-convert-image-to-x-face-command)
14664         (gnus-convert-image-to-face-command): Add :version.
14665
14666         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14667
14668         * gnus-cite.el (gnus-cite-blank-line-after-header)
14669         (gnus-article-boring-faces): Add :version.
14670
14671         * gnus-art.el (gnus-buttonized-mime-types)
14672         (gnus-inhibit-mime-unbuttonizing)
14673         (gnus-treat-display-face)
14674         (gnus-treat-body-boundary): Change :version.
14675         (gnus-body-boundary-delimiter, gnus-picon-databases)
14676         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14677         (gnus-treat-date-english, gnus-treat-fold-headers)
14678         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14679         (gnus-treat-mail-picon, gnus-treat-wash-html)
14680         (gnus-article-encrypt-protocol)
14681         (gnus-use-idna, gnus-article-over-scroll)
14682         (gnus-mime-display-multipart-alternative-as-mixed)
14683         (gnus-mime-display-multipart-related-as-mixed)
14684         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14685         (gnus-ctan-url, gnus-button-ctan-handler)
14686         (gnus-button-handle-ctan-bogus-regexp)
14687         (gnus-button-ctan-directory-regexp)
14688         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14689         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14690         (gnus-button-man-level, gnus-button-emacs-level)
14691         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14692
14693         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14694         (gnus-agent-go-online): Change :version.
14695         (gnus-agent-expire-unagentized-dirs)
14696         (gnus-agent-auto-agentize-methods): Add :version.
14697
14698         * flow-fill.el (fill-flowed-display-column)
14699         (fill-flowed-encode-column): Add :version.
14700
14701         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14702         (gnus-outlook-deuglify-unwrap-max)
14703         (gnus-outlook-deuglify-cite-marks)
14704         (gnus-outlook-deuglify-unwrap-stop-chars)
14705         (gnus-outlook-deuglify-no-wrap-chars)
14706         (gnus-outlook-deuglify-attrib-cut-regexp)
14707         (gnus-outlook-deuglify-attrib-verb-regexp)
14708         (gnus-outlook-deuglify-attrib-end-regexp)
14709         (gnus-outlook-display-hook): Add :version.
14710
14711         * binhex.el (binhex-use-external): Add :version.
14712
14713 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14716         and `invisible'.
14717
14718 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14721         in gnus-registry-trim.
14722
14723 2004-09-13  Simon Josefsson  <jas@extundo.com>
14724
14725         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14726
14727         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14728
14729         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14730         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14731         <yamaoka@jpl.org>.
14732         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14733         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14734         <yamaoka@jpl.org>.
14735
14736         * sieve.el (sieve-manage-mode): Ditto.
14737
14738 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14739
14740         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14741
14742 2004-09-11  Simon Josefsson  <jas@extundo.com>
14743
14744         * dns-mode.el: Add.
14745
14746         * mm-view.el (mm-display-dns-inline): Add.
14747
14748         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14749         (mm-automatic-display): Ditto.
14750
14751         * mailcap.el (mailcap-mime-data): Add text/dns.
14752         (mailcap-mime-extensions): Map .soa to text/dns.
14753
14754 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14755
14756         * gnus-art.el (article-decode-mime-words, article-babel)
14757         (gnus-article-highlight-signature, gnus-article-add-buttons)
14758         (gnus-signature-toggle): Remove unnecessary bindings of
14759         `inhibit-read-only' inherited from v5.10 merge.
14760
14761 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * nntp.el (nntp): New customization group.
14764         (nntp-authinfo-file): Add customization group.
14765
14766         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14767
14768         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14769
14770         * gnus.el (to-address, to-list, subscribed)
14771         (large-newsgroup-initial): Ditto.
14772
14773         * flow-fill.el (fill-flowed-display-column)
14774         (fill-flowed-encode-column): Ditto.
14775
14776 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14777
14778         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14779         Use point-min rather than 1.
14780         (message-send-mail): Use buffer-size rather than point-max.
14781
14782         * gnus-sum.el (gnus-summary-search-article-forward):
14783         Signal a specific `search-failed' rather than a generic `error'.
14784
14785         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14786         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14787         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14788
14789 2004-09-10  Simon Josefsson  <jas@extundo.com>
14790
14791         * nndb.el (require): Remove tcp and duplicate cl.
14792
14793 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-agent.el (directory-files-and-attributes): Move forward.
14796
14797 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14798
14799         * gnus-agent.el (directory-files-and-attributes): Optionally
14800         defined to support XEmacs.
14801
14802 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14803
14804         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14805         to avoid run-time CL dependencies.
14806         (gnus-agent-unfetch-articles): New function.
14807         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14808         article numbers even when local .overview file is missing.
14809         (gnus-agent-read-article-number): New function.  Only accepts
14810         27-bit article numbers.
14811         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14812         gnus-agent-read-article-number.
14813         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14814         from backend while recognizing that article numbers in .overview
14815         must be valid.
14816         (gnus-agent-update-files-total-fetched-for): Use
14817         directory-files-and-attributes to improve performance.
14818         * gnus-int.el (gnus-request-move-article): Use
14819         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14820         improve performance.
14821
14822         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14823         some users confused by references to .newsrc when they only have a
14824         .newsrc.eld file.
14825         (gnus-convert-mark-converter-prompt)
14826         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14827         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14828         New function.  Used internally to only display 'gnus converting
14829         files' message when actually necessary.
14830
14831         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14832         methods now autoloaded.
14833
14834 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14837         identifiers.
14838
14839 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * gnus-picon.el: Fix indentation and closing parenthesis.
14842
14843 2004-09-01  Simon Josefsson  <jas@extundo.com>
14844
14845         * message.el (message-canlock-generate): Require sha1, not
14846         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14847         to require within a function.  Sadly, if sha1.el isn't loaded, the
14848         let binding in m-c-g will hide the defcustom definition, which is
14849         bad.)
14850
14851         * canlock.el: Require sha1, not sha1-el.
14852
14853         * message.el: Don't autoload sha1 (there is a autoload cookie in
14854         sha1.el).
14855
14856         * sha1-el.el: Renamed to sha1.el.
14857
14858 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14859
14860         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14861
14862 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14863
14864         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14865
14866 2004-08-30  Kim F. Storm  <storm@cua.dk>
14867
14868         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14869
14870         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14871         Add :group 'nnimap.
14872
14873 2004-08-30  Andreas Schwab  <schwab@suse.de>
14874
14875         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14876         ?* and ?\;.
14877
14878         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14879         and ?\' to symbol instead of whitespace.
14880
14881 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14884
14885         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14886         instead of re-search-forward.
14887
14888         * gnus-uu.el (gnus-uu-save-article): Ditto.
14889         (gnus-uu-post-encode-uuencode): Ditto.
14890
14891         * html2text.el (html2text-clean-list-items): Ditto.
14892         (html2text-clean-dtdd): Ditto.
14893         (html2text-format-tags): Ditto.
14894
14895         * message.el (message-send-mail-with-sendmail): Fix regexp.
14896         (message-fill-field-general): Use search-forward instead of
14897         re-search-forward.
14898         (unbold-region): Ditto.
14899
14900         * nnrss.el (nnrss-request-article): Ditto.
14901
14902         * nnslashdot.el (nnslashdot-request-article): Ditto.
14903
14904         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14905
14906         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14907         "Unrecognized menu descriptor" error in XEmacs.
14908
14909 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14910
14911         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14912         parent article of a sparse article in the thread hashtb.
14913
14914 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14915
14916         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14917         (nnmail-expand-newtext): Lowercase expanded entries if
14918         nnmail-split-lowercase-expanded is non-nil.
14919
14920 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14923
14924         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14925         of gnus-tmp-news-method into string under XEmacs.  It will be
14926         passed to gnus-correct-length which takes only a string argument.
14927
14928 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * gnus-util.el (gnus-bind-print-variables): New macro.
14931         (gnus-prin1): Use it.
14932         (gnus-prin1-to-string): Use it.
14933         (gnus-pp): New function.
14934         (gnus-pp-to-string): New function.
14935
14936         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14937         Replace pp-to-string with gnus-pp-to-string.
14938         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14939         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14940         * gnus-msg.el (gnus-debug): Ditto.
14941         * gnus-score.el (gnus-score-save): Ditto.
14942         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14943         gnus-pp-to-string.
14944         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14945         with gnus-pp.
14946         * score-mode.el (gnus-score-pretty-print): Ditto.
14947         * webmail.el (webmail-debug): Ditto.
14948
14949 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-art.el (article-display-face, article-display-x-face):
14952         Use buffer-read-only.
14953
14954 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * gnus-art.el (article-hide-list-identifiers):
14957         Bind inhibit-read-only as t.
14958
14959 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14962
14963 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14964
14965         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14966         (gnus-narrow-to-page): Don't assume point-min == 1.
14967         (gnus-article-edit-mode): Derive from message-mode.
14968
14969         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14970         point-min == 1.
14971
14972         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14973         Disable incorrect use of `assert'.
14974
14975         * message.el (message-mode): Set comment-start-skip.
14976
14977
14978 2004-08-22  Sam Steingold  <sds@gnu.org>
14979
14980         * pop3.el (pop3-leave-mail-on-server): New user variable.
14981         (pop3-movemail): Delete mail only when it is nil.
14982
14983 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14986
14987         * mml.el (mml-preview): Use `pop-to-buffer'.
14988
14989         * message.el (message-goto-mail-followup-to): Insert after "To".
14990         (message-carefully-insert-headers): Add comment.
14991
14992         * gnus.el: Remove unused variable `gnus-article-check-size'.
14993
14994         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14995
14996         * gnus-art.el (gnus-button-alist): Improve
14997         `gnus-button-handle-library' entry.
14998
14999 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15000
15001         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15002         downcase, since XEmacs capitalizes error messages differently.
15003
15004 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15005
15006         * nntp.el: Add (require 'gnus) due to reference to
15007         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15008
15009 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15010
15011         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15012         `mm-fill-flowed'.
15013
15014         * mm-decode.el (mm-dissect-singlepart): Check it.
15015
15016 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15019         'imap' for netrc parsing.
15020
15021 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15022
15023         * mailcap.el (mailcap-mime-data): Mark as risky.
15024
15025 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15028         may be included in the encoded word.
15029         (rfc2047-encode): Don't append a space if the encoded word
15030         includes close parenthesis.
15031
15032 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15035         of text within parentheses.
15036
15037 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15038
15039         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15040         (gnus-encrypt-write-file-contents): Make the password key the file
15041         name PLUS the cipher, not just the cipher.  Also remove failed
15042         passwords from the cache.
15043
15044 2004-08-06  Simon Josefsson  <jas@extundo.com>
15045
15046         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15047         fix.
15048
15049 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15052         LWSP.
15053
15054 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15055
15056         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15057         to append in-reply-to: data to the references: header.
15058
15059         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15060         (netrc-parse): Use gnus-encrypt.el functions.
15061
15062         * gnus-encrypt.el: Add new file for encryption support; currently
15063         does only a few GPG ciphers and an internal XOR cipher.
15064
15065         * password.el: Add comments on using password-read-and-add.
15066         (password-read-and-add): Add function to read and add the
15067         password to the cache at once.
15068
15069 2004-07-28  Simon Josefsson  <jas@extundo.com>
15070
15071         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15072         parameter (but don't use it, for now).
15073
15074         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15075         instead of hard coding to nil.
15076
15077 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15080         as mm-inline-image-xemacs does.
15081
15082 2004-07-26  Simon Josefsson  <jas@extundo.com>
15083
15084         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15085         Revert part of 2004-07-17 change below.
15086
15087 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15088
15089         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15090         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15091
15092 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15093
15094         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15095         quotes that actually start with ">" at the beginning of the
15096         lines.
15097
15098 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * rfc2047.el (rfc2047-encode-region): Fix last change.
15101         (rfc2047-encode-parameter): Remove useless concat.
15102
15103 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15106         encode special characters; fix some kind of misconfigured headers;
15107         signal a real error if debug-on-quit or debug-on-error is non-nil.
15108         (rfc2047-encode-max-chars): New variable.
15109         (rfc2047-encode-1): Use it.
15110         (rfc2047-encode-parameter): New function.
15111
15112         * mml.el (mml-insert-parameter): Remove an excessive space.
15113
15114 2004-07-17  Simon Josefsson  <jas@extundo.com>
15115
15116         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15117         Kai Grossjohann <kai@emptydomain.de>.
15118         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15119         (gnus-group-make-menu-bar): Ditto.
15120
15121         * gnus-util.el (gnus-group-server): Add.
15122
15123 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15124
15125         * message.el (message-clone-locals): Clone sendmail and smtp
15126         variables.
15127
15128 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * rfc2047.el (rfc2047-encode-region): Fix last change.
15131
15132 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15135         characters as non-special.
15136
15137 2004-07-09  Simon Josefsson  <jas@extundo.com>
15138
15139         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15140         Users will lose all flag changes made while unplugged with
15141         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15142         good default.  See numerous reports on ding mailing list.
15143
15144 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15147         add generate-head-function and generate-article-function to the
15148         rfc822-forward entry.
15149         (nndoc-rfc822-forward-generate-article): New function.
15150         (nndoc-rfc822-forward-generate-head): New function.
15151
15152         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15153
15154 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15155
15156         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15157         respect display group parameter and gnus-summary-expunge-below.
15158         (gnus-articles-to-read): Remove unused reference to display group
15159         parameter.
15160
15161 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15162
15163         * nnheader.el (nnheader-uniquify-message-id): New experimental
15164         variable.
15165         (nnheader-nov-read-message-id): Use it.
15166
15167         * spam-report.el (spam-report-gmane): Add interactive.
15168
15169 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15172         qp-or-base64 for the application/* types.
15173
15174 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15175
15176         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15177
15178 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15179
15180         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15181         trim value.
15182
15183 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15184
15185         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15186         New macro and function.
15187         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15188
15189 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15190
15191         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15192         after-load-alist.
15193
15194 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15197         update info that isn't there.
15198
15199 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15200
15201         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15202         entry.
15203
15204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * mm-view.el (mm-inline-render-with-function): Use multibyte
15207         buffer; decode html source by charset.
15208
15209         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15210
15211         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15212         Mule-UCS is loaded under XEmacs.
15213         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15214
15215 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15216
15217         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15218
15219 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * mm-util.el (mm-coding-system-p): Return a coding-system.
15222         (mm-mime-mule-charset-alist): Use shift_jis instead of
15223         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15224         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15225         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15226         instead of japanese-shift-jis and iso-latin-1 respectively in
15227         order to share the default value with both Emacs and XEmacs-mule.
15228         (mm-mule-charset-to-mime-charset): Make
15229         mm-coding-system-priorities effective.
15230         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15231         while predicating of candidates upon the priorities.
15232
15233 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15234
15235         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15236         gnus-uu-invert-processable.
15237
15238         * gnus.el: Autoload gnus-uu-invert-processable.
15239
15240 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * mm-util.el (mm-with-multibyte-buffer): New macro.
15243
15244         * rfc2047.el (rfc2047-encode-string): Use it.
15245         (rfc2047-encode-region): Move point to the end of the region after
15246         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15247
15248 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15251         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15252
15253 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15256         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15257         Karl Chen <quarl@nospam.quarl.org>.
15258
15259 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15262         invalid addresses.
15263
15264 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * spam.el: Change section markers, revise TODO list.
15267         (spam-backends): Make new master list of all installed backends.
15268         (spam-summary-exit-behavior): Add new variable to determine how
15269         messages moves are done at summary exit.
15270         (spam-move-spam-nonspam-groups-only)
15271         (spam-process-ham-in-nonham-groups)
15272         (spam-process-ham-in-spam-groups): Remove variables, the
15273         spam-summary-exit-behavior variable should be used to manage this
15274         behavior.
15275         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15276         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15277         and spam-old-spam-articles.
15278         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15279         Add empty variables, placeholders for the backends they represent.
15280         (spam-set-difference): Move, unchanged.
15281         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15282         unless the user has a processor variable.
15283         (spam-classifications, spam-classification-valid-p)
15284         (spam-backend-properties, spam-backend-property-valid-p)
15285         (spam-backend-function-type-valid-p)
15286         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15287         (spam-report-articles-gmane, spam-report-articles-resend):
15288         Remove functions, they are not needed.
15289         (spam-install-backend-super, spam-backend-list)
15290         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15291         (spam-backend-function, spam-backend-ham-registration-function)
15292         (spam-backend-spam-registration-function)
15293         (spam-backend-ham-unregistration-function)
15294         (spam-backend-spam-unregistration-function)
15295         (spam-backend-statistical-p, spam-backend-mover-p)
15296         (spam-install-backend-alias, spam-install-checkonly-backend)
15297         (spam-install-mover-backend, spam-install-nocheck-backend)
15298         (spam-install-backend, spam-install-statistical-backend)
15299         (spam-install-statistical-checkonly-backend): Add backend installation
15300         support.
15301         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15302         (spam-group-processor-p): Use the new backend code and respect the
15303         summary exit behavior.
15304         (spam-mark-spam-as-expired-and-move-routine): Remove.
15305         (spam-summary-prepare): Change to use the new spam-old-articles
15306         variable.
15307         (spam-copy-or-move-routine, spam-copy-spam-routine)
15308         (spam-move-spam-routine, spam-copy-ham-routine)
15309         (spam-move-ham-routine): Add code to copy/move ham or spam.
15310         (spam-fetch-field-fast): Improve doc and code, plus allow the
15311         'number request.
15312         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15313         variables.
15314         (spam-split, spam-find-spam): Use the new backend code.
15315         (spam-registration-functions): Remove variable.
15316         (spam-unregister-routine): Add convenience wrapper.
15317         (spam-log-undo-registration, spam-register-routine)
15318         (spam-log-processing-to-registry)
15319         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15320         where possible.
15321         (spam-check-gmane-xref, spam-check-regex-headers)
15322         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15323         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15324         (spam-check-bogofilter-headers, spam-check-spamoracle)
15325         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15326         (spam-check-crm114-headers): Use the spam-split-group that
15327         spam-split prepares, no need to determine it every time.
15328
15329         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15330         to the nnheader-parse-naked-head call.
15331
15332         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15333
15334         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15335         the nnheader-nov-read-message-id call.
15336
15337 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15340         gnus-activate-group twice.  Suggested by Markus Peter
15341         <warp@spin.de>.
15342
15343 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * gnus-art.el (gnus-article-time-format): Exchange the order of
15346         day and month in the default value; fix customization type.
15347         (article-date-ut): Use add-text-properties.
15348         (article-make-date-line): Use message-make-date instead of
15349         current-time-string.
15350
15351         * message.el (message-fetch-field): Don't use set-text-properties.
15352         (message-make-date): Simplify.
15353
15354         * messagexmas.el (message-xmas-make-date): New function.
15355         (message-xmas-redefine): Defalias message-make-date to it.
15356
15357 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15360         (rfc2047-encode-region): Treat text within parentheses as special;
15361         show the original text when error has occurred.
15362
15363         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15364         already-computed method to gnus-activate-group.
15365
15366         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15367         same select-methods identical Lisp objects.
15368
15369         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15370         object when modifying the info.
15371
15372 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15375         gnus-opened-servers since it has never been opened with the new
15376         configuration yet.
15377
15378 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15379
15380         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15381         arg to nnheader-generate-fake-message-id.
15382
15383 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15386         number and build a fake message ID localized to a group and
15387         article number (so it's repeatable from that point on).
15388         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15389         ID format.
15390
15391         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15392         nnheader-generate-fake-message-id with the article number.
15393
15394 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15395
15396         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15397         end-of-buffer.
15398
15399 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15400
15401         * message.el (message-ignored-supersedes-headers): Add Approved.
15402
15403 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15404
15405         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15406         goto-char.
15407         (rfc2047-encode): Fold the line before encoding.
15408
15409 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15410
15411         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15412         folding -- not all headers can be folded, and this should be done
15413         by the message composition mode.  Probably.  I think.
15414
15415 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15418         fast.
15419
15420         * gnus-ems.el (gnus-remove-image): Don't use
15421         message-text-with-property; remove only the image found first.
15422
15423         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15424         found first.
15425
15426 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15427
15428         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15429
15430 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * message.el (message-text-with-property): Make it fast and accept
15433         optional arguments.
15434         (message-strip-forbidden-properties): Use it.
15435         (message-fix-before-sending): Follow the m-t-w-p change.
15436
15437         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15438
15439 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15440
15441         * gnus-art.el (article-hide-headers): Don't change the buffer
15442         mistakenly when performing mml-preview even if
15443         gnus-single-article-buffer is nil.
15444
15445 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15446
15447         * message.el (message-expand-name-databases): New user option.
15448         (message-expand-name): Use it.
15449
15450 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15451
15452         * spam.el (spam-report-articles-resend)
15453         (spam-report-resend-register-routine): Allow ham reporting.
15454         (spam-report-resend-register-ham-routine): Add wrapper.
15455         (spam-registration-functions): Add ham resending functions.
15456         (spam-list-of-processors): Add ham resend processor.
15457
15458         * gnus.el (ham-resend-to): Add new group parameter.
15459         (spam-process): Add ham resend option.
15460
15461         * spam-report.el (spam-report-resend): Allow reporting ham.
15462         (spam-report-resend-ham): Add wrapper.
15463
15464 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15465
15466         * message.el (message-cite-articles-with-x-no-archive): New
15467         variable.
15468         (message-cite-original): Use it.
15469
15470 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15471
15472         * message.el (message-cite-original): Respect X-No-Archive.
15473
15474 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-art.el (article-hide-headers): Refer to the values for
15477         gnus-ignored-headers and gnus-visible-headers in the summary
15478         buffer since a user may have set them as group parameters.
15479
15480 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15481
15482         * assistant.el (assistant-node-name): Add convenience function.
15483         (assistant-render-text, assistant-render-node): Add error handling,
15484         plus handle multiple next nodes.
15485         (assistant-find-next-node): Comment out for now.
15486         (assistant-find-next-nodes): Add function, returns list of next
15487         nodes.
15488
15489 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * mail-source.el (mail-source-directory): Fix doc-string.
15492
15493 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15494
15495         * assistant.el (assistant-render-text, assistant-eval): Add :set
15496         widget type, which is different because it takes and returns a
15497         list.  Much hilarity ensues.
15498
15499 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15502
15503         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15504         doc-string.
15505
15506         * gnus-start.el (gnus-activate-group): Added doc-string.
15507
15508 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15511
15512 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * assistant.el (assistant-render-text): Try to add a :set
15515         widget, more to come.
15516
15517         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15518         strings.
15519         (spam-report-articles-resend)
15520         (spam-register-routine): Do registration iff any articles warrant
15521         it.
15522         (spam-summary-prepare-exit): Change log message for nil group
15523         destinations.
15524
15525 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15526
15527         * spam.el (spam-report-resend-register-routine): Allow
15528         spam-report-resend-to to be a group parameter or a global value.
15529
15530 2004-05-26  Simon Josefsson  <jas@extundo.com>
15531
15532         * starttls.el: Merge with my GNUTLS based starttls.el.
15533         (starttls-gnutls-program, starttls-use-gnutls)
15534         (starttls-extra-arguments, starttls-process-connection-type)
15535         (starttls-connect, starttls-failure, starttls-success): New
15536         variables.
15537         (starttls-program, starttls-extra-args): Doc fix.
15538         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15539         functions.
15540         (starttls-negotiate, starttls-open-stream): Check
15541         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15542         function if it is set.
15543
15544 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15545
15546         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15547         structured fields.
15548
15549 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15552
15553 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15554
15555         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15556         variable.
15557         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15558         assigning the spam-mark to new messages.
15559
15560 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15561
15562         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15563
15564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15567
15568         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15569         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15570         default.
15571
15572 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15573
15574         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15575         correct data.
15576
15577 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15578
15579         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15580         (spam-group-processor-p): Fix function.
15581         (spam-group-processor-multiple-p)
15582         (spam-group-spam-processor-report-gmane-p)
15583         (spam-group-spam-processor-report-resend-p)
15584         (spam-group-spam-processor-bogofilter-p)
15585         (spam-group-spam-processor-blacklist-p)
15586         (spam-group-spam-processor-ifile-p)
15587         (spam-group-ham-processor-ifile-p)
15588         (spam-group-spam-processor-spamoracle-p)
15589         (spam-group-spam-processor-crm114-p)
15590         (spam-group-ham-processor-bogofilter-p)
15591         (spam-group-spam-processor-stat-p)
15592         (spam-group-ham-processor-stat-p)
15593         (spam-group-ham-processor-whitelist-p)
15594         (spam-group-ham-processor-BBDB-p)
15595         (spam-group-ham-processor-spamoracle-p)
15596         (spam-group-ham-processor-copy-p): Remove functions with some
15597         prejudice against unneeded code.
15598         (spam-report-articles-resend)
15599         (spam-report-resend-register-routine): Allow the group/topic
15600         spam-resend-to value to override spam-report-resend-to.
15601         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15602         properly now.
15603
15604         * gnus.el (spam-resend-to): Add group/topic parameter.
15605         (spam-process): Move the OBSOLETE processors to the end of the
15606         choices.
15607
15608 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15609
15610         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15611         with resend-to set to nil, and then ask the user if necessary.
15612         (spam-report-resend): spam-report-resend takes a list of articles, not
15613         separate article numbers.
15614
15615 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15618         addition to emacs-w3m.
15619
15620 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15621
15622         * assistant.el (assistant-authinfo-data): New function.
15623         (assistant-eval): Eval for entire assistant.
15624
15625         * netrc.el (netrc-services-file): New variable.
15626         (netrc-parse-services): New function.
15627         (netrc-find-service-name): New function.
15628         (netrc-find-service-number): New function.
15629         (netrc-port-equal): New function.
15630         (netrc-machine): Use it.
15631
15632         * nnimap.el (nnimap-open-connection): Use netrc.
15633
15634         * gnus-util.el (gnus-netrc-get): Remove aliases.
15635
15636         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15637
15638         * assistant.el (wid-edit): Fix compilation.
15639
15640         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15641
15642 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15643
15644         * gnus-util.el (gnus-set-file-modes): New function.  (small
15645         patch).
15646
15647 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15648
15649         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15650
15651         * assistant.el (assistant-render-node): Fix up rendering and
15652         read-only text.
15653         (assistant-render-node): Reset.
15654         (assistant-make-read-only): Not sticky.
15655
15656 2004-05-20  Danny Siu  <dsiu@adobe.com>
15657
15658         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15659         centered even when gnus-auto-center-summary is t.
15660
15661 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15662
15663         * dns.el (dns-get-txt-answer): New function.
15664         (dns-read-txt): Ditto.
15665         (query-dns): Use it.
15666
15667 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15668
15669         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15670         active for foreign groups even if the group level is higher than
15671         the specified value.
15672
15673 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674
15675         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15676         non-active groups.
15677
15678         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15679
15680 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15681
15682         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15683
15684 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15685
15686         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15687         (spam-crm114-header, spam-crm114-spam-switch)
15688         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15689         (spam-crm114-positive-spam-header)
15690         (spam-crm114-database-directory, spam-list-of-processors)
15691         (spam-group-spam-processor-crm114-p)
15692         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15693         (spam-generic-score, spam-list-of-checks)
15694         (spam-list-of-statistical-checks, spam-registration-functions)
15695         (spam-check-crm114-headers, spam-crm114-score)
15696         (spam-check-crm114, spam-crm114-register-with-crm114)
15697         (spam-crm114-register-spam-routine)
15698         (spam-crm114-unregister-spam-routine)
15699         (spam-crm114-register-ham-routine)
15700         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15701         asjo@koldfront.dk (Adam Sjøgren).
15702
15703         * gnus.el: Add spam-use-crm114.
15704
15705         * spam.el (spam-list-of-processors, spam-registration-functions):
15706         Add spam-use-resend.
15707         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15708         (spam-report-articles-gmane): Add doc fix.
15709         (spam-report-articles-resend, spam-report-resend-register-routine):
15710         Add wrappers around spam-report-resend-to.
15711
15712         * spam-report.el (spam-report-resend-to, spam-report-resend):
15713         Add support for resending spam.
15714         (spam-report-gmane): Fix line length >80.
15715
15716         * gnus.el (spam-process): Add spam-use-resend.
15717
15718 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15719
15720         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15721         number of processed spam messages.
15722         (spam-ham-copy-or-move-routine): Return the number of processed
15723         ham messages.
15724         (spam-summary-prepare-exit): Use the above values to decide
15725         whether status messages shouled be displayed.
15726
15727 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15730         `rfc2047-encoding-function-alist' in order to avoid conflicting
15731         with the old version.
15732         (rfc2047-encode-region): Concatenate words containing non-ASCII
15733         characters in structured fields; don't encode space-delimited
15734         ASCII words even in unstructured fields; don't break words at
15735         char-category boundaries.
15736         (rfc2047-encode-1): New function.
15737         (rfc2047-encode): Use it; encode text so that it occupies the
15738         maximum width within 76-column; work correctly on Q encoding for
15739         iso-2022-* charsets.
15740         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15741         sure not to break a line just after the header name.
15742         (rfc2047-b-encode-region): Removed.
15743         (rfc2047-b-encode-string): New function.
15744         (rfc2047-q-encode-region): Removed.
15745         (rfc2047-q-encode-string): New function.
15746
15747         * mm-util.el (mm-replace-in-string): New function.
15748
15749 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15750
15751         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15752         get it right.
15753         (gnus-inews-make-draft): Really.
15754
15755 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15756
15757         * nnmh.el (nnmh-request-list-1): Don't check the link count
15758         before descending.  (small patch)
15759
15760 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15761
15762         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15763         stuff.
15764
15765         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15766         on real group name.
15767
15768         * gnus-art.el (gnus-signature-limit): Doc fix.
15769
15770         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15771
15772         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15773
15774 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15775
15776         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15777         isn't a string.
15778
15779 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15780
15781         * gnus-draft.el (gnus-draft-send): Bind
15782         rfc2047-encode-encoded-words.
15783
15784         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15785         (rfc2047-encodable-p): Say that =? needs encoding.
15786         (rfc2047-encode-encoded-words): New variable.
15787
15788         * gnus-group.el (gnus-group-select-group): Doc fix.
15789
15790         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15791
15792         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15793         to nil.
15794
15795         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15796
15797         * nnheader.el (nnheader-get-lines-and-char): New function.
15798
15799 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15800
15801         * gnus-msg.el (gnus-summary-followup-with-original): Document
15802         yanking of region when active.
15803
15804 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15807         groups if the group level is higher than the specified value.
15808
15809 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15812         (gnus-group-jump-to-group): Added prefix argument using
15813         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15814         non-active group.
15815
15816         * compface.el (uncompface): Be verbose when changing
15817         `uncompface-use-external'.
15818
15819         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15820         handle manual section.
15821
15822 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15823
15824         * gnus-art.el (gnus-button-alist): Revert previous change.
15825
15826 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15829
15830 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15831
15832         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15833         whether backend can accept message.
15834
15835         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15836
15837 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15838
15839         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15840         Avoid creating directory when nntp-marks-is-evil is true.
15841         Reported by Reiner Steib.
15842
15843 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-picon.el (gnus-picon-style): New variable.
15846         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15847         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15848         Jesper Harder <harder@ifa.au.dk>.
15849
15850 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15851
15852         * message.el (message-fill-field): Return point.
15853         (message-generate-headers): Go to end of field.
15854
15855         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15856         stuff for non-living groups.
15857
15858 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15859
15860         * gnus-art.el (gnus-article-followup-with-original)
15861         (gnus-article-reply-with-original): gnus-mark-active-p ->
15862         gnus-region-active-p.
15863
15864 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15865
15866         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15867         only when there is spam or ham to be processed.
15868
15869 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15870
15871         * mail-source.el (mail-source-delete-crash-box): Refactor.
15872         (mail-source-fetch): Use it.
15873         (mail-source-fetch-file): Ditto.
15874         (mail-source-fetch-directory): Run postscript in loop.
15875         (mail-source-fetch-pop): Delete.
15876         (mail-source-fetch-maildir): Ditto.
15877         (mail-source-fetch-imap): Ditto.
15878
15879         * imap.el (imap-authenticators): Comment out sasl.
15880
15881         * message.el (message-skip-to-next-address): New function.
15882         (message-fill-header-address): Refactor.
15883         (message-fill-address): Use it.
15884         (message-delete-address): Use it.
15885         (message-fill-header-general): Refactor.
15886         (message-fill-field-address): Rename.
15887         (message-narrow-to-field): Find the start of the header.
15888         (message-header-format-alist): Don't pre-fill.
15889         (message-fill-header): Removed.
15890         (message-insert-header): New function.
15891         (message-shorten-references): Use it.
15892
15893         * rfc2047.el (rfc2047-field-value): Strip props.
15894
15895         * mail-parse.el (mail-header-make-address): New alias.
15896
15897         * ietf-drums.el (ietf-drums-make-address): New function.
15898
15899         * imap.el: Add compiler directives.
15900
15901         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15902
15903         * gnus-art.el (article-decode-idna-rhs): Don't use
15904         message-idna-inside-rhs-p.
15905
15906 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15907
15908         * message.el (message-idna-inside-rhs-p): Removed.
15909         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15910
15911         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15912         false positives.
15913
15914 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15915
15916         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15917
15918 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15919
15920         * nneething.el (nneething-file-name): Don't create spurious
15921         files.
15922
15923         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15924         (gnus-inews-do-gcc): Remove sleep.
15925
15926         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15927         part under point.
15928
15929         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15930         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15931
15932 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15933
15934         * spam.el (spam-summary-prepare-exit): Fixed (length).
15935
15936 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15939         as expired without moving it" message when there are spam
15940         messages left.
15941
15942 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15943
15944         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15945         header is not nil.
15946
15947 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15948
15949         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15950         nntp-possibly-create-directory, not nntp-possibly-change-group.
15951         (nntp-marks-changed-p): New arg SERVER.
15952         (nntp-request-update-info): Adjust caller.
15953
15954 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15955
15956         * nntp.el (nntp-save-marks): Pass missing arg.
15957
15958 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15959
15960         * nntp.el: Support marks.
15961         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15962         (nntp-marks-modtime, nntp-marks-directory): New variables.
15963         (nntp-request-set-mark, nntp-request-update-info)
15964         (nntp-possibly-create-directory, nntp-marks-changed-p)
15965         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15966         functions.
15967
15968 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15969
15970         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15971         (gnus-xmas-redefine): Rename.
15972
15973         * gnus-score.el (gnus-score-insert-help): Use
15974         gnus-select-lowest-window.
15975
15976         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15977         appt-select-lowest-window and rename to gnus-select-lowest-window.
15978
15979         * gnus.el: do.
15980
15981 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15982
15983         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15984         encodings of MIME-encoded words, in order to improve
15985         interoperability with several broken MUAs.
15986
15987 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15988
15989         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15990         tags, only when charsets are not specified in headers.
15991         (mm-inline-text-html-render-with-w3m): Ditto.
15992
15993         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15994         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15995
15996 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15997
15998         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15999         instead of MIME-decoded from fields when checking
16000         `gnus-article-address-banner-alist'.
16001
16002 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16005         description rather than subject.
16006
16007 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16008
16009         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16010
16011 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16012
16013         * gnus.el (gnus-version-number): Bump.
16014
16015 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16016
16017         * gnus.el: No Gnus v0.2 is released.
16018
16019 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16020
16021         * gnus-agent.el (gnus-agent-read-agentview): Inline
16022         gnus-uncompress-range.
16023
16024 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16025
16026         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16027         `exec-installed-p'.
16028
16029 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16030
16031         * gnus.el (spam-process, spam-autodetect-methods): Add
16032         bsfilter and bsfilter-headers.
16033
16034         * spam.el (spam-bsfilter): New customize group.
16035         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16036         (spam-bsfilter-header, spam-bsfilter-probability-header)
16037         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16038         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16039         (spam-bsfilter-database-directory): New options.
16040         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16041         (spam-list-of-statistical-checks, spam-registration-functions):
16042         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16043         (spam-bsfilter-score): New command.
16044         (spam-check-bsfilter-headers, spam-check-bsfilter)
16045         (spam-bsfilter-register-with-bsfilter)
16046         (spam-bsfilter-register-spam-routine)
16047         (spam-bsfilter-unregister-spam-routine)
16048         (spam-bsfilter-register-ham-routine)
16049         (spam-bsfilter-unregister-ham-routine): New functions.
16050         (spam-generic-score): Support bsfilter; Accept an optional argument
16051         to recalcurate spam score even if scoring header has already been
16052         added.
16053         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16054         optional argument to recalcurate spam score even if scoring header
16055         has already been added.
16056
16057 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16058
16059         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16060         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16061         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16062         link is missing.
16063
16064 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16065
16066         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16067         (html2text-get-attr): Rewrite.
16068
16069         * message.el (message-setup-1): Remove redundant put-text-property
16070         on mail-header-separator.
16071
16072 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16073
16074         * gnus-registry.el (gnus-registry-cache-whitespace)
16075         (gnus-registry-action, gnus-registry-spool-action)
16076         (gnus-registry-split-fancy-with-parent): Change message levels
16077         from 5 to 3 or 7, as needed.
16078
16079         * spam.el (spam-summary-prepare-exit)
16080         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16081         (spam-split, spam-find-spam, spam-log-undo-registration)
16082         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16083         level from 5 to 6.
16084
16085 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16088         2004-03-04 change).
16089
16090 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16091
16092         * sieve-manage.el (sieve-manage-open):
16093         * nnweb.el (nnweb-insert-html):
16094         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16095         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16096         * nnspool.el (nnspool-request-group):
16097         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16098         * nnml.el (nnml-request-update-info):
16099         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16100         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16101         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16102         (nnimap-request-set-mark):
16103         * nnfolder.el (nnfolder-request-update-info):
16104         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16105         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16106         * gnus-uu.el (gnus-uu-find-articles-matching):
16107         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16108         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16109         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16110         * gnus-nocem.el (gnus-nocem-scan-groups):
16111         * gnus-int.el (gnus-start-news-server):
16112         * gnus-group.el (gnus-group-make-kiboze-group)
16113         (gnus-group-browse-foreign-server):
16114         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16115         Use mapc when appropriate.
16116
16117 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16118
16119         FIXME: Make separate entries for each person.
16120
16121         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16122         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16123         <shields@msrl.com>:
16124
16125         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16126         may need for spam sorting and scoring.
16127         (spam-user-format-function-S): Add user format function suitable for
16128         general use.
16129         (spam-article-sort-by-spam-status): Add sorting function for summary
16130         sorting.
16131         (spam-extra-header-to-number): Add function to get a score from a
16132         header.
16133         (spam-summary-score): Add function to get a numeric score from the
16134         headers.
16135         (spam-generic-score): Fix function doc, was in wrong place.
16136         (spam-initialize): Take symbols when it's run, and install the
16137         extra headers that spam-necessary-extra-headers thinks we need.
16138
16139 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16142         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16143
16144 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16145
16146         * gnus-sum.el (gnus-set-global-variables)
16147         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16148         (gnus-article-get-xrefs, gnus-summary-best-group)
16149         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16150         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16151         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16152         Use with-current-buffer.
16153
16154 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16155
16156         * spam.el (spam-summary-prepare-exit): Simplify logic.
16157         (spam-fetch-article-header): Read the article header if it's not
16158         available.
16159         (spam-list-articles): Simplify logic.
16160         (spam-filelist-register-routine): Fix bug with unregister-list.
16161
16162         * gnus-registry.el: Fix comments at beginning.
16163
16164 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16165
16166         * message.el (message-cater-to-broken-inn): Remove.
16167         (message-shorten-references): Make sure the total folded length of
16168         References is shorter than 998 characters to cater to a bug in INN
16169         2.3.  Also, don't pretend that references aren't folded -- this
16170         hasn't worked for a while.
16171
16172 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16173
16174         * gnus-agent.el (gnus-agentize):
16175         gnus-agent-send-mail-real-function no longer set to current value
16176         of message-send-mail-function but rather a lambda that calls
16177         message-send-mail-function.  The change makes the agent real-time
16178         responsive to user changes to message-send-mail-function.
16179
16180 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16181
16182         * legacy-gnus-agent.el
16183         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16184         help from Florian Weimer <fw@deneb.enyo.de>
16185
16186 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * nnmail.el (nnmail-cache-insert): Revert last change.
16189
16190 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * nnmail.el (nnmail-cache-insert): Always check whether
16193         nnmail-cache-ignore-groups matches a group name.
16194
16195 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16196
16197         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16198         (spam-find-spam, spam-log-processing-to-registry)
16199         (spam-log-registered-p, spam-log-unregistration-needed-p)
16200         (spam-log-undo-registration): Use gnus-message instead of
16201         gnus-error, none of these errors are fatal.
16202
16203         * gnus-registry.el (gnus-registry-clean-empty-function)
16204         (gnus-registry-clean-empty): Remove only empty entries without
16205         extra data.
16206
16207 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16208
16209         * spam-stat.el (spam-stat-buffer-change-to-spam)
16210         (spam-stat-buffer-change-to-non-spam): Change (error) to
16211         (gnus-message 8) invocation.
16212
16213 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * nntp.el (nntp-via-netcat-command): New variable.
16216         (nntp-via-netcat-switches): New variable.
16217         (nntp-open-via-rlogin-and-netcat): New function.
16218         (nntp-open-connection-function): Doc fix.
16219         (nntp-telnet-command): Doc fix.
16220         (nntp-end-of-line): Doc fix.
16221         (nntp-via-rlogin-command): Doc fix.
16222         (nntp-via-user-name): Doc fix.
16223         (nntp-via-address): Doc fix.
16224
16225 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16226
16227         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16228         error in Emacs 21.1.
16229
16230 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16233
16234 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16235
16236         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16237         (gnus-agent-with-refreshed-group): New macro.
16238         (gnus-agent-rename-group): New function.
16239         (gnus-agent-delete-group): New function.
16240         (gnus-agent-save-group-info): Use gnus-command-method when
16241         `method' parameter is nil.  Don't write nil entries into the
16242         active file.
16243         (gnus-agent-get-group-info): New function.
16244         (gnus-agent-fetch-articles): Use
16245         gnus-agent-update-files-total-fetched-for to increment disk space
16246         used.
16247         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16248         gnus-agent-update-view-total-fetched-for to increment disk space
16249         used.
16250         (gnus-agent-get-local): Added optional parameters to avoid calling
16251         gnus-group-real-name and gnus-find-method-for-group.
16252         (gnus-agent-set-local): Delete stored entry if either min, or max,
16253         are nil.
16254         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16255         quit, use gnus-agent-regenerate-group to record existance of any
16256         articles fetched to disk before the quit occurred.
16257         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16258         gnus-agent-update-view-total-fetched-for, and
16259         gnus-agent-update-files-total-fetched-for to decrement disk space
16260         used.
16261         (gnus-agent-retrieve-headers): Use
16262         gnus-agent-update-view-total-fetched-for to increment disk space
16263         used.
16264         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16265         with gnus-agent-update-files-total-fetched-for to decrement disk
16266         space and fresh group buffer.
16267         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16268         (gnus-agent-need-update-total-fetched-for): New variable.
16269         (gnus-agent-update-files-total-fetched-for): New function.
16270         (gnus-agent-update-view-total-fetched-for): New function.
16271         (gnus-agent-total-fetched-for): New function.
16272
16273         * gnus-cache.el (gnus-cache-save-buffers): Use
16274         gnus-cache-update-overview-total-fetched-for to change disk space
16275         used by this group.
16276         (gnus-cache-possibly-enter-article): Use
16277         gnus-cache-update-file-total-fetched-for to increment disk space
16278         used by this group.
16279         (gnus-cache-possibly-remove-article): Use
16280         gnus-cache-update-file-total-fetched-for to decrement disk space
16281         used by this group.
16282         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16283         (gnus-cache-rename-group): New function.
16284         (gnus-cache-delete-group): New function.
16285         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16286         (gnus-cache-need-update-total-fetched-for): New variable.
16287         (gnus-cache-with-refreshed-group): New macro.
16288         (gnus-cache-update-file-total-fetched-for): New function.
16289         (gnus-cache-update-overview-total-fetched-for): New function.
16290         (gnus-cache-rename-group-total-fetched-for): New function.
16291         (gnus-cache-delete-group-total-fetched-for): New function.
16292         (gnus-cache-total-fetched-for): New function.
16293
16294         * gnus-group.el: Require gnus-sum and autoload functions to
16295         resolve warnings when gnus-group.el compiled alone.
16296         (gnus-group-line-format): Documented new %F.
16297         (size of Fetched data) group line format; identifies disk space
16298         used by agent and cache.
16299         (gnus-group-line-format-alist): Defined new F format.
16300         (gnus-total-fetched-for): New function.
16301         (gnus-group-delete-group): No longer update
16302         gnus-cache-active-altered as gnus-request-delete-group now keeps
16303         the cache in sync.
16304         (gnus-group-list-active): Let the agent store a server's active
16305         list if currently plugged.
16306
16307         * gnus-int.el (gnus-request-delete-group):
16308         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16309         local disk in sync with the server.
16310         (gnus-request-rename-group):
16311         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16312         local disk in sync with the server.
16313
16314         * gnus-start.el (gnus-get-unread-articles):
16315         Cosmetic simplification to logic.
16316
16317         * gnus-util.el (gnus-rename-file): New function.
16318
16319 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16320
16321         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16322
16323 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16324
16325         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16326         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16327
16328 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16329
16330         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16331         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16332
16333 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16334
16335         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16336
16337 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16338
16339         * spam.el (spam-set-difference): Add function to replace
16340         gnus-set-difference in spam.el.
16341         (spam-summary-prepare-exit): Use spam-set-difference.
16342
16343 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16344
16345         * gnus-registry.el (gnus-registry-cache-file): Update to use
16346         gnus-dribble-directory OR gnus-home-directory OR ~.
16347         (gnus-registry-split-fancy-with-parent): Fix doc.
16348
16349 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * message.el (message-exchange-point-and-mark): Use
16352         message-mark-active-p.  Suggested by Jesper Harder
16353         <harder@ifa.au.dk>.
16354
16355 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * message.el (message-exchange-point-and-mark): Don't activate
16358         region if it was inactive.  Suggested by Hiroshi Fujishima
16359         <pooh@nature.tsukuba.ac.jp>.
16360
16361 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-art.el (article-display-face): Display Faces in the same
16364         order as X-Faces.
16365
16366 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16369
16370 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16373         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16374         (gnus-article-mime-hierarchy): Remove.
16375         (gnus-article-mime-hierarchy-next): Remove.
16376         (gnus-article-mode): Revert 2004-03-19 change.
16377         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16378         (gnus-insert-mime-button): Revert 2004-03-19 change.
16379         (gnus-mime-accumulate-hierarchy): Remove.
16380         (gnus-mime-enter-multipart): Remove.
16381         (gnus-mime-leave-multipart): Remove.
16382         (gnus-mime-display-part): Revert 2004-03-19 change.
16383         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16384
16385         * mml.el (mml-preview): Revert 2004-03-19 change.
16386
16387 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16388
16389         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16390
16391 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16394         t while entering a file name using the mm-with-multibyte macro.
16395         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16396
16397         * mm-util.el (mm-with-multibyte): New macro.
16398
16399 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16402         user option.
16403         (gnus-mime-multipart-functions): Doc and customization fix.
16404         (gnus-article-mime-hierarchy): New variable.
16405         (gnus-article-mime-hierarchy-next): New variable.
16406         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16407         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16408         gnus-article-mime-hierarchy-next to nil.
16409         (gnus-insert-mime-button): Show hierarchy numbers.
16410         (gnus-mime-accumulate-hierarchy): New function.
16411         (gnus-mime-enter-multipart): New function.
16412         (gnus-mime-leave-multipart): New function.
16413         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16414         (gnus-mime-display-alternative): Show hierarchy numbers.
16415
16416         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16417         gnus-article-mime-hierarchy-next to nil.
16418
16419 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16420
16421         * dns.el: Don't require gnus-xmas.
16422
16423 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16424
16425         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16426         inline PGP.
16427         (mml-menu): Disable mml-quote-region if mark is inactive.
16428
16429 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16432         when the group's active is not available.
16433
16434 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16437         error.
16438
16439 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * imap.el (imap-store-password): New variable.
16442         (imap-interactive-login): Use it.
16443         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16444
16445 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16448         window-start and hscroll to summary window.
16449
16450 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16451
16452         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16453         conversion message to newsrc-dribble when an actual conversion is
16454         performed.
16455
16456 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16457
16458         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16459
16460 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * mm-decode.el (mm-complicated-handles): New function reviving
16463         former definition of mm-multiple-handles.
16464
16465         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16466         (gnus-mime-delete-part): Use it.
16467
16468 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16469
16470         * gnus-agent.el (gnus-agent-read-local): Bind
16471         nnheader-file-coding-system to gnus-agent-file-coding-system to
16472         avoid the implicit assumption that they will always be equal.
16473         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16474         coding-system-for-write, as the with-temp-file macro first prints
16475         to a buffer then saves the buffer.
16476
16477 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-art.el (gnus-article-edit-part): New function.
16480         (gnus-mime-save-part-and-strip): Use it; do query instead of
16481         signaling an error; don't use mm-multiple-handles.
16482         (gnus-mime-delete-part): Ditto.
16483
16484 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16485
16486         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16487         old file versions.
16488         (gnus-group-prepare-hook): Removed function that converted list
16489         form of gnus-agent-expire-days to group properties.
16490
16491         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16492         (gnus-request-accept-article): Re-indented.
16493
16494         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16495         converters to handle old agent file formats.  Added logic for a
16496         "backup before upgrading warning".
16497         (gnus-convert-mark-converter-prompt): Developers can mark
16498         functions as needing (default), or not needing,
16499         gnus-convert-old-newsrc's "backup before upgrading warning".
16500         (gnus-convert-converter-needs-prompt): Tests whether the user
16501         should be protected from potentially irreversable changes by the
16502         function.
16503
16504         * legacy-gnus-agent.el: New.  Provides converters that are only
16505         loaded when gnus-convert-old-newsrc needs to call them.
16506
16507 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * mail-source.el (mail-source-touch-pop): Doc fix.
16510
16511         * message.el (message-smtpmail-send-it): Doc fix.
16512
16513 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16516
16517         * nnmail.el (nnmail-split-fancy): do.
16518
16519         * gnus-kill.el (gnus-kill, gnus-execute): do.
16520
16521 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16522
16523         * gnus-sum.el (gnus-widget-reversible-match)
16524         (gnus-widget-reversible-to-internal)
16525         (gnus-widget-reversible-to-external): New functions.
16526         (gnus-widget-reversible): New widget.
16527         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16528
16529 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16530
16531         * gnus-sum.el (gnus-thread-sort-functions)
16532         (gnus-article-sort-functions): Document `(not F)' items.
16533
16534 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16535
16536         * spam.el (spam-use-gmane-xref): Add new backend.
16537         (spam-gmane-xref-spam-group): Add variable to control the name of the
16538         Gmane spam group.
16539         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16540         (spam-regex-headers-spam, spam-regex-headers-ham)
16541         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16542         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16543         backends and checks.
16544         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16545
16546         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16547         an autodetect method.
16548
16549 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16550
16551         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16552         articles are being added to a group.
16553         (gnus-request-replace-article): Inform the agent that articles
16554         need to be uncached as the cached contents are no longer valid.
16555
16556 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * binhex.el: Don't autoload executable-find.
16559
16560         * canlock.el: Don't autoload mail-fetch-field.
16561
16562         * dgnushack.el: Autoload c-mode for XEmacs.
16563
16564         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16565
16566         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16567         rmail-dont-reply-to and rmail-output.
16568
16569         * gnus-score.el: Don't autoload ffap-string-at-point.
16570
16571         * gnus-setup.el: Don't autoload sc-cite-original.
16572
16573         * imap.el: Don't autoload base64-decode-string,
16574         base64-encode-string and md5.
16575
16576         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16577         and rmail-msg-restore-non-pruned-header.
16578
16579         * mm-decode.el: Don't autoload executable-find.
16580
16581         * mm-url.el: Don't autoload executable-find.
16582
16583         * mm-view.el: Don't autoload diff-mode.
16584
16585         * nndb.el: Don't autoload news-reply-mode, news-setup,
16586         cancel-timer and telnet.
16587
16588         * password.el: Don't autoload run-at-time for Emacs.
16589
16590         * sha1-el.el: Don't autoload executable-find.
16591
16592         * sieve-mode.el: Don't autoload c-mode.
16593
16594         * uudecode.el: Don't autoload executable-find.
16595
16596 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16597
16598         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16599         (gnus-agent-possibly-alter-active): Avoid null in numeric
16600         comparison.
16601         (gnus-agent-set-local): Refuse to save null in local object table.
16602         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16603         list of articles that will be marked as unread.
16604
16605 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16608
16609 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16610
16611         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16612         language tags.
16613
16614 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16615
16616         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16617         Don't bind "obarray".
16618
16619         * gnus-sum.el (gnus-thread-sort-functions): Added
16620         `gnus-thread-sort-by-most-recent-number' and
16621         `gnus-thread-sort-by-most-recent-date'.
16622         Reported by Kai Grossjohann <kai@emptydomain.de>.
16623
16624 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16627
16628 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16629
16630         * gnus-cus.el (gnus-agent-customize-category): Removed
16631         ignore-errors macro reference that required cl to be loaded at
16632         run-time.
16633
16634         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16635         single-interval range of the form (min . max).  Previously the
16636         range had to look like ((min . max)).  Likewise, return
16637         (min . max) rather than ((min . max)).
16638         (gnus-range-map): Use gnus-range-normalize to accept
16639         single-interval range.
16640
16641         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16642         the cache, but not the agent, now appear with their usual face.
16643
16644         * dgnushack.el (loaddir): New variable that is bound to the
16645         directory containing the dgnushack.el file. Use loaddir, rather
16646         than srcdir, to update load-path. Change lets dgnushack compile
16647         code in directories other than GNUS/lisp.
16648
16649 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * lpath.el: Don't bind w3m-safe-url-regexp.
16652
16653         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16654         w3m-safe-url-regexp variable buffer-local.
16655
16656         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16657
16658 2004-02-27  Simon Josefsson  <jas@extundo.com>
16659
16660         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16661         gnus-group-real-prefix.
16662         (gnus-summary-move-article): Use it, instead of
16663         gnus-group-real-prefix.
16664
16665 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * lpath.el: Bind w3m-safe-url-regexp.
16668
16669         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16670         w3m-safe-url-regexp variable buffer-local and set it as the value
16671         of mm-w3m-safe-url-regexp.
16672
16673         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16674
16675         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16676         parsing gnus-posting-styles when the message is not for replying.
16677
16678         * dgnushack.el: Autoload sgml-mode for XEmacs.
16679
16680         * nnrss.el (nnrss-opml-export): Use
16681         mm-set-buffer-file-coding-system instead of
16682         set-buffer-file-coding-system.
16683
16684 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16685
16686         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16687         of checkdoc.el).
16688         * nnrss.el: do.
16689         * gnus-mlspl.el: do.
16690         * gnus-ml.el: do.
16691         * gnus-srvr.el: do.
16692
16693         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16694
16695 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16696
16697         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16698         Corrections to custom-manual links.
16699
16700         * gnus-art.el (gnus-article): Ditto.
16701
16702         * mm-decode.el (mime-display, mime-security): Ditto.
16703
16704 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * flow-fill.el: Typo.
16707
16708 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16709
16710         * spam-wash.el: New file.
16711
16712 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16713
16714         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16715
16716 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16719         to be run with new-articles as LIST1, not LIST2.
16720         (spam-registration-functions): Add spam-use-ham-copy as a nil
16721         registration backend.
16722
16723 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16724
16725         * spam-stat.el (spam-stat-washing-hook): New option.
16726         (spam-stat-buffer-words): Use it.
16727         (spam-stat-process-directory, spam-stat-test-directory): Use
16728         insert-file-contents-literally.
16729         (spam-stat-coding-system): New variable.
16730         (spam-stat-load, spam-stat-save): Use it.
16731
16732 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * spam-report.el (spam-report-plug-agent): Quote
16735         spam-report-url-to-file and spam-report-url-ping-plain.
16736
16737 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16738
16739         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16740         / in mailto URLs.
16741
16742 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16743
16744         * spam-report.el (spam-report-process-queue): Fix interactive use.
16745         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16746         (spam-report-unplug-agent): Doc fixes.
16747         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16748         (spam-report-agentize, spam-report-deagentize): Autoload.
16749
16750 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16753
16754         * message.el (message-setup-fill-variables): Add mml tags to
16755         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16756         <ajk@iu.edu>.
16757         (message-mode): Don't modify paragraph-separate there.
16758
16759 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * compface.el (uncompface-use-external): Default to undecided.
16762         (uncompface-use-external-threshold): New variable.
16763         (uncompface-float-time): New macro.
16764         (uncompface): Determine whether to use the external decoder if
16765         uncompface-use-external is undecided.
16766
16767 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16768
16769         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16770         after images.
16771
16772         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16773
16774 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16775
16776         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16777
16778         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16779
16780         * gnus-sum.el (gnus-summary-limit-to-age)
16781         (gnus-summary-limit-children): do.
16782
16783         * gnus-int.el (gnus-request-scan): do.
16784
16785         * gnus-group.el (gnus-group-suspend): do.
16786
16787         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16788
16789         * gnus-cite.el (gnus-cite-parse-attributions): do.
16790
16791         * gnus-agent.el (gnus-summary-set-agent-mark)
16792         (gnus-agent-regenerate-group): do.
16793
16794         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16795
16796         * binhex.el (binhex-decode-region-internal): do.
16797
16798 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-fun.el (gnus-face-properties-alist): New user option.
16801         (gnus-display-x-face-in-from): Use it.
16802
16803         * gnus-art.el (article-display-face): Ditto.
16804
16805         * compface.el (uncompface-use-external): Default to nil.
16806
16807 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16808
16809         * nntp.el (nntp-erase-buffer): New function.
16810         (nntp-retrieve-data, nntp-send-command)
16811         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16812         (nntp-possibly-change-group): Use it.
16813
16814         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16815         with-current-buffer.
16816
16817 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16818
16819         * compface.el: Merge the ELisp-based uncompface program.
16820         (compface): New customization group.
16821         (uncompface-use-external): New user option.
16822         (uncompface): Call uncompface-internal if uncompface-use-external
16823         is nil.
16824         (uncompface-internal): New function.  Note that there are also
16825         some other functions and variables added for this function.
16826
16827 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16828
16829         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16830         if necessary.
16831
16832 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16833
16834         * spam-report.el (spam-report-unplug-agent)
16835         (spam-report-plug-agent, spam-report-deagentize)
16836         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16837         Add support for the Agent in spam-report: when unplugged, report to a
16838         file; when plugged, submit all the requests.
16839
16840         * spam.el (spam-register-routine): Fix message about
16841         registration.
16842
16843 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16844
16845         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16846         dependencies.
16847         (rfc2047-encode): Use it.
16848
16849         * gnus-art.el (gnus-button-marker-list): Move before first
16850         reference.
16851
16852         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16853         (imap-parse-body): Fix format string mismatch.
16854
16855         * gnus-score.el (gnus-summary-increase-score): do.
16856
16857         * nnrss.el (nnrss-close): New function.
16858
16859 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16860
16861         * nnrss.el (nnrss-make-filename): New function.
16862         (nnrss-request-delete-group, nnrss-read-server-data)
16863         (nnrss-save-server-data, nnrss-read-group-data)
16864         (nnrss-save-group-data): Use it.
16865         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16866         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16867         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16868
16869 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16870
16871         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16872
16873 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16874
16875         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16876         files.
16877
16878         * message.el (message-generate-headers-first): Don't quote nil
16879         and t in docstrings.
16880
16881         * imap.el (imap-id): do.
16882
16883         * gnus-agent.el (gnus-agent-consider-all-articles)
16884         (gnus-agent-queue-mail): do.
16885
16886 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16887
16888         * spam-report.el (spam-report-process-queue): New function.
16889         Process requests from `spam-report-requests-file'.
16890         (spam-report-process-queue): Doc fix.
16891
16892 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16893
16894         * spam.el (spam-register-routine)
16895         (spam-log-processing-to-registry, spam-log-registered-p)
16896         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16897         Change "check" to "spam-check" for semi-clarity.
16898
16899 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16900
16901         * pop3.el: Require nnheader.
16902
16903         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16904
16905         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16906
16907         * gnus-picon.el: Require cl.
16908
16909         * gnus-fun.el: Require gnus-ems and gnus-util.
16910
16911         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16912
16913         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16914
16915         * gnus-art.el (gnus-article-edit-mode): Define before first
16916         reference.
16917
16918 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16919
16920         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16921         (gnus-uu-post-encoded): Use point-at-bol.
16922
16923         * gnus-topic.el (gnus-group-active-topic-p): do.
16924
16925         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16926
16927         * gnus-group.el (gnus-group-kill-region): do.
16928
16929         * gnus-art.el (article-date-ut): do.
16930
16931         * message.el (message-fetch-field): Remove redundant
16932         case-fold-search binding.
16933         (message-narrow-to-field): Simplify.
16934
16935 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * spam.el (spam-directory): Derive from `gnus-directory'.
16938
16939         * spam-report.el (spam-report-url-to-file)
16940         (spam-report-requests-file): New function and variable for offline
16941         reporting.
16942         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16943         and user defined function.
16944         (spam-report-url-ping-mm-url): Remove doubled slash.
16945
16946 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16947
16948         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16949
16950 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16951
16952         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16953         format string mismatch.
16954
16955         * sieve.el (sieve-deactivate-all): do.
16956
16957         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16958
16959         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16960
16961         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16962
16963         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16964
16965 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16966
16967         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16968         the list of checks.
16969
16970 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16973         padding.
16974
16975 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16976
16977         * mm-view.el (mm-fill-flowed): New variable.
16978         (mm-inline-text): Use it.
16979
16980 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16981
16982         * spam.el (spam-spamassassin-register-ham-routine)
16983         (spam-spamassassin-register-spam-routine): Fix function names.
16984
16985 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus.el (gnus-tmp-grouplens): Remove.
16988         (gnus-summary-line-format): Remove grouplens.
16989
16990         * gnus-group.el (gnus-group-line-format): Ditto.
16991
16992         * gnus-spec.el (gnus-format-specs): Ditto.
16993         (gnus-update-format-specifications): Flush the group format spec
16994         cache if there's the grouplens stuff.
16995         (gnus-parse-simple-format): Replace %l with the empty string.
16996
16997 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16998
16999         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17000         omission.
17001
17002 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17005         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17006
17007 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17008
17009         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17010         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17011         New macros and functions.
17012         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17013         Handle > NLINK_MAX messages.
17014         * nnmaildir.el (nnmaildir-request-set-mark): Use
17015         nnmaildir--emlink-p and nnmaildir--eexist-p.
17016
17017 2004-01-25  Alex Schroeder  <alex@gnu.org>
17018
17019         * spam-stat.el (spam-stat-process-directory-age): New option.
17020         (spam-stat-process-directory): Use it.
17021
17022 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17023
17024         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17025         (spam-stat-save): Accept prefix argument.
17026
17027 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17028
17029         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17030         links" error.
17031
17032 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17033
17034         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17035         the rest of the and/or forms.
17036
17037 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17038
17039         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17040         compatibility with old .newsrc.eld files.
17041
17042         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17043
17044         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17045
17046         * gnus-start.el (gnus-1): do.
17047
17048         * gnus-group.el (gnus-group-line-format-alist): do.
17049
17050         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17051
17052         * gnus-gl.el: Remove.
17053
17054 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17055
17056         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17057         marks consisting of a single range {for example, (3 . 5)} rather
17058         than a list of a single range { ((3 . 5)) }.
17059
17060 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17061
17062         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17063         with-current-buffer.
17064         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17065         avoid consing a string.
17066
17067         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17068         Remove obsolete entries for big5 and gb2312.
17069
17070 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17071
17072         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17073         uncompressed list.
17074
17075 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17076
17077         * spam-stat.el (spam-stat-strip-xref): New function.
17078         (spam-stat-process-directory): Use it.
17079
17080         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17081         here -- it's done in message-fetch-field.
17082
17083 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17084
17085         * gnus-agent.el (gnus-agent-queue-mail)
17086         (gnus-agent-prompt-send-queue): New variables.
17087         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17088         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17089         "nndraft:queue" along to gnus-draft-send.  Use
17090         gnus-agent-prompt-send-queue.
17091         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17092         is "nndraft:queue".  Suggested by Gaute Strokkenes
17093         <gs234@srcf.ucam.org>
17094
17095         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17096         (agent-enable-undownloaded-faces): Added.
17097         (gnus-agent-cat-groups): Use eval-and-compile, not
17098         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17099         method of gnus-agent-cat-groups even when the buffer has been
17100         evaled.
17101         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17102         delete gnus-agent-save-active-1.
17103         (gnus-agent-save-groups): Deleted.  Identical to
17104         gnus-agent-save-active.
17105         (gnus-agent-write-active): No longer adjust agent's copy of active
17106         file as agent's adjustments are now stored in their own
17107         file.  Removed optional parameter.
17108         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17109         servers.  Add use of min/max range limits from server's local
17110         file.
17111         (gnus-agent-save-alist): Removed unused optional argument.
17112         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17113         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17114         (gnus-agent-set-local): A per-server file that keeps min/max range
17115         limits for articles known to the agent.  Provides a fast mechanism
17116         for altering many active ranges.
17117         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17118         active file (local makes it unnecessary).
17119         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17120
17121         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17122         (agent-enable-undownloaded-faces): Added.
17123
17124         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17125         disable it when sending to "nndraft:queue".
17126         (gnus-group-send-queue): Add safety check to avoid sending queue
17127         when unplugged.
17128
17129         * gnus-group.el (gnus-group-catchup): Use new
17130         gnus-sequence-of-unread-articles, not
17131         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17132         numbers of articles.  Use gnus-range-map to avoid having to
17133         uncompress the unread list.
17134         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17135         Fixed invalid ange-ftp reference.
17136
17137         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17138         (gnus-sorted-range-intersection): Intersection of two ranges
17139         without requiring that they first be uncompressed.
17140
17141         * gnus-start.el (gnus-activate-group): Unless blocked by the
17142         caller, possibly expand the active range to include both cached
17143         and agentized articles.
17144         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17145         multiple version-dependent converters.
17146         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17147         gnus-agent-save-active.
17148         (gnus-save-newsrc-file): Save dirty agent range limits.
17149
17150         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17151         gnus-agent-possibly-alter-active.
17152         (gnus-adjust-marked-articles): Faster handling of simple lists.
17153
17154 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * spam-stat.el (spam-stat-test-directory): New optional argument
17157         displays a list of files detected.  Suggested by Andrew Cohen
17158         <cohen@andy.bu.edu>.
17159         (spam-stat-buffer-words-with-scores): Don't narrow and change
17160         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17161
17162 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17163
17164         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17165         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17166         (spam-spamassassin-arguments)
17167         (spam-spamassassin-spam-flag-header)
17168         (spam-spamassassin-positive-spam-flag-header)
17169         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17170         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17171         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17172         (spam-list-of-processors, spam-list-of-checks)
17173         (spam-list-of-statistical-checks, spam-registration-functions)
17174         (spam-check-spamassassin-headers, spam-check-spamassassin)
17175         (spam-spamassassin-score)
17176         (spam-spamassassin-register-with-sa-learn)
17177         (spam-spamassassin-register-spam-routine)
17178         (spam-spamassassin-register-ham-routine)
17179         (spam-assassin-register-spam-routine)
17180         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17181         (spam-bogofilter-score): Fix to show article before scoring.
17182
17183 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17184
17185         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17186         default scoring function.
17187         (spam-generic-score): Call spam-spamassassin-score if
17188         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17189         spam-bogofilter-score otherwise.
17190
17191         * gnus.el (spam-process, spam-autodetect-methods): Add
17192         spamassassin and spamassassin-headers.
17193
17194 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17195
17196         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17197         Suppress unnecessary messages.
17198
17199 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17200
17201         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17202         make-hash-table.
17203
17204 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * canlock.el (base64-encode-string): Don't autoload it.
17207
17208 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17209
17210         * run-at-time.el: Remove useless (require 'itimer),
17211         eval-and-compile and (featurep 'xemacs).
17212
17213 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17214
17215         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17216         GROUP is a virtual group.
17217
17218 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17219
17220         * gnus.el: Autoload `message-y-or-n-p'.
17221
17222 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17223
17224         * pgg-parse.el: Remove unnecessary (require 'custom).
17225
17226         * pgg-def.el: do.
17227
17228         * nnmail.el: do.
17229
17230         * gnus-undo.el: do.
17231
17232         * gnus-picon.el: do.
17233
17234         * gnus-util.el: do.
17235
17236 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17237
17238         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17239
17240 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17243         handle, as well as a list.
17244
17245         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17246         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17247         (mm-w3m-cid-retrieve): Simplify.
17248
17249 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17250
17251         * message.el (message-kill-to-signature): Allow prefix arg to
17252         specify number of lines to keep before signature.
17253
17254 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17255
17256         * message.el (message-kill-to-signature): Change docstring.
17257
17258 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * canlock.el: Always require sha1-el.
17261         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17262
17263         * message.el: Autoload sha1 only when compiling.
17264
17265         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17266         eudc-expand-inline for XEmacs.
17267
17268 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * message.el (message-canlock-generate): Require sha1-el.
17271
17272 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17273
17274         * message.el (message-expand-name): Silence the byte compiler.
17275
17276         * lpath.el: Add detect-coding-system.
17277
17278         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17279         cus-edit.
17280
17281 2004-01-13  Simon Josefsson  <jas@extundo.com>
17282
17283         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17284         Invoke gnus-score-mode.  Reported by
17285         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17286
17287         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17288         Jim Blandy <jimb@redhat.com> (tiny change).
17289
17290 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17293
17294 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17295
17296         * spam.el (spam-get-article-as-string): Update to use
17297         gnus-request-article-this-buffer, much simpler.
17298         (spam-get-article-as-buffer): Remove.
17299
17300 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17301
17302         * message.el (message-expand-name): Use EUDC if the user uses that.
17303
17304 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17305
17306         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17307         character for the encoding to avoid consing a string.
17308
17309         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17310         unnecessarily.
17311
17312         * mm-util.el (mm-replace-chars-in-string): Remove.
17313
17314         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17315         of mm-replace-chars-in-string.
17316
17317 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17318
17319         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17320
17321         * mm-util.el (mm-subst-char-in-string): Support inplace.
17322
17323         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17324         a new string in every iteration.  Use shy groups.
17325
17326 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17329         * gnus-soup.el (gnus-soup-group-brew):
17330         * gnus-msg.el (gnus-put-message):
17331         * gnus-move.el (gnus-group-move-group-to-server):
17332         * gnus-kill.el (gnus-batch-score):
17333         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17334         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17335         (gnus-group-update-group, gnus-group-read-group)
17336         (gnus-group-make-group, gnus-group-make-help-group)
17337         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17338         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17339         (gnus-group-sort-by-unread, gnus-group-catchup)
17340         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17341         (gnus-group-yank-group, gnus-group-set-info)
17342         (gnus-group-list-groups):
17343         * gnus.el (gnus-generate-new-group-name):
17344         * gnus-delay.el (gnus-delay-send-queue):
17345         * nnvirtual.el (nnvirtual-catchup-group):
17346         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17347         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17348         (gnus-group-prepare-topics, gnus-topic-check-topology):
17349         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17350         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17351         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17352         (gnus-group-make-articles-read):
17353         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17354         (gnus-group-change-level, gnus-kill-newsgroup)
17355         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17356         (gnus-get-unread-articles, gnus-make-articles-unread)
17357         (gnus-make-ascending-articles-unread): Use accessor
17358         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17359         to get group information for improved readability.
17360
17361
17362 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17363
17364         * gnus-art.el (article-decode-mime-words, article-babel)
17365         (gnus-article-highlight-signature, gnus-article-add-buttons)
17366         (gnus-signature-toggle): Use gnus-with-article-buffer.
17367
17368         * gnus-art.el (gnus-article-highlight-headers)
17369         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17370
17371         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17372         (gnus-article-set-globals, gnus-request-article-this-buffer)
17373         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17374         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17375         (gnus-mime-display-alternative): Use with-current-buffer.
17376
17377 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17380         also under 80 char limit, and call gnus-error if needed.
17381         (spam-fetch-article-header): Fix - it was a
17382         buffer-local variable (gnus-newsgroup-data).
17383         (spam-find-spam): Use spam-generate-fake-headers, forget about
17384         spam-insert-fake-headers.
17385         (spam-insert-fake-headers): Remove.
17386
17387 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * deuglify.el (gnus-article-outlook-unwrap-lines)
17390         (gnus-outlook-rearrange-article)
17391         (gnus-outlook-repair-attribution-outlook)
17392         (gnus-outlook-repair-attribution-block)
17393         (gnus-outlook-repair-attribution-other): Remove redundant
17394         save-excursion.
17395
17396 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17399         (spam-fetch-field-subject-fast)
17400         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17401         (spam-fetch-article-header): Add functions to deal with Gnus
17402         internals for fast retrieval of article header data.
17403         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17404
17405 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17406
17407         * pop3.el (pop3-md5): Remove.
17408         (pop3-apop): Replace pop3-md5 with md5.
17409
17410         * mm-bodies.el: base64 is always built-in.
17411
17412         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17413         with-current-buffer.
17414
17415 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17416
17417         * canlock.el (canlock-insert-header): Remove excessive grouping in
17418         regexp.
17419
17420         * gnus-sum.el (gnus-summary-read-document): Ditto.
17421
17422         * gnus-uu.el (gnus-uu-part-number): Ditto.
17423
17424         * html2text.el (html2text-remove-tags): Ditto.
17425         (html2text-format-tags): Ditto.
17426         (html2text-format-single-elements): Ditto.
17427
17428         * mml.el (mml-parse-1): Ditto.
17429
17430 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17431
17432         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17433
17434         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17435
17436         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17437
17438         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17439
17440 2003-11-15  Simon Josefsson  <jas@extundo.com>
17441
17442         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17443         (pgg-gpg-lookup-key): Use regexp match instead of
17444         split-string (split-string is different between emacs 21.2 and
17445         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17446
17447 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * gnus-art.el (gnus-mime-view-all-parts)
17450         (gnus-article-part-wrapper, gnus-article-view-part): Use
17451         with-current-buffer.
17452
17453 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17454
17455         * spam.el (spam-disable-spam-split-during-ham-respool)
17456         (spam-spamoracle-database, spam-cache-lookups)
17457         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17458         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17459         (spam-group-ham-marks, spam-group-spam-marks)
17460         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17461         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17462         also add spam-use-blackholes to the statistical checks.
17463         (spam-fetch-field-fast): Add interface to fetching fields, may
17464         become a macro.
17465         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17466         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17467         (spam-insert-fake-headers): Fake an article when needed.
17468         (spam-find-spam): Fake article when possible.
17469         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17470         (spam-check-bogofilter-headers): Use message-fetch-field instead
17471         of nnmail-fetch-field.
17472
17473 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17474
17475         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17476
17477 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17478
17479         * spam.el (spam-split): Do not require spam-use-CHECK to be
17480         enabled if that check is passed to spam-split explicitly; also
17481         fix so 'spam doesn't get converted to spam-split-group when
17482         spam-split-symbolic-return is t.
17483         (spam-find-spam): Find registrations of the article and use those
17484         instead of re-running spam-split to find the spam/ham
17485         classification of the article.
17486         (spam-log-processing-to-registry, spam-log-registered-p)
17487         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17488         Use gnus-error instead of gnus-message.
17489         (spam-log-registration-type): Add function to determine the
17490         classification of a message based on registry entries; will
17491         return nil if both 'spam and 'ham are found.
17492         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17493         a reasonably fast local cache without the loading errors.
17494         (spam-cache-lookups): Set to t by default.
17495         (spam-find-spam): Don't try to guess spam-cache-lookups.
17496         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17497         spam-caches entry.
17498         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17499         caching of whitelist/blacklist entries.
17500         (spam-check-whitelist, spam-check-blacklist): Invoke
17501         spam-from-listed-p with a type, not a cache variable.
17502         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17503
17504 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17505
17506         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17507
17508         * nnmail.el (nnmail-split-fancy): do.
17509
17510         * mml.el (mml-parse): do.
17511
17512         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17513         (gnus-score-adaptive): do.
17514
17515 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17518         (gnus-mime-button-map): Don't set keymap parent.
17519         (gnus-button-ctan-directory-regexp): Use shy grouping.
17520         (gnus-prev-page-map): Don't set keymap parent.
17521         (gnus-prev-page-map): Remove duplicated one.
17522         (gnus-next-page-map): Don't set keymap parent.
17523         (gnus-mime-security-button-map): Ditto.
17524
17525         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17526         version number.
17527
17528         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17529
17530 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * canlock.el (canlock-sha1-function): Remove.
17533         (canlock-sha1-function-for-verify): Remove.
17534         (canlock-openssl-program): Remove.
17535         (canlock-openssl-args): Remove.
17536         (canlock-ignore-errors): Remove.
17537         (canlock-sha1-with-openssl): Remove.
17538         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17539         (canlock-verify): Don't use canlock-ignore-errors.
17540
17541         * sha1-el.el (sha1-string-external): Make it can return a string
17542         in binary form.
17543         (sha1-region-external): Ditto.
17544         (sha1-string-internal): Ditto.
17545         (sha1-region-internal): Ditto.
17546         (sha1-region): Ditto.
17547         (sha1-string): Ditto.
17548         (sha1): Ditto.
17549
17550 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17551
17552         * spam.el (spam-report-articles-gmane): New command.
17553
17554 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17557
17558         * run-at-time.el (run-at-time-saved): Remove.
17559         (run-at-time): Doc fix.
17560
17561 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17562
17563         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17564         (gnus-summary-limit-map): Add it.
17565         (gnus-summary-make-menu-bar): do.
17566
17567 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17568
17569         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17570         Make attempt at some caching support (done for BBDB only now).
17571         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17572         addresses to be checked.
17573         (spam-clear-cache-BBDB): Add function, to be invoked by
17574         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17575         (spam-check-BBDB): Check and use the caches, if
17576         spam-cache-lookups is on, remove superfluous (provide).
17577
17578 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17579
17580         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17581
17582 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17583
17584         * run-at-time.el (run-at-time-saved): Move to after the definition
17585         of `run-at-time'.
17586
17587         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17588
17589 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17590
17591         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17592         mm-w3m-local-map-property.
17593
17594         * mm-view.el (mm-w3m-mode-map): Remove.
17595         (mm-w3m-local-map-property): Remove.
17596         (mm-inline-text-html-render-with-w3m): Don't use
17597         mm-w3m-local-map-property.
17598
17599 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17600
17601         * run-at-time.el: New file.
17602
17603         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17604         under Emacs.
17605
17606         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17607         of gnus-set-text-properties.
17608
17609         * gnus-uu.el (gnus-uu-save-article): Ditto.
17610
17611         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17612
17613         * gnus-cite.el (gnus-cite-parse): Ditto.
17614
17615         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17616         of gnus-.
17617
17618         * gnus-xmas.el (run-at-time): Require run-at-time.
17619
17620         * gnus.el: Changed calls to nnheader-run-at-time and
17621         password-run-at-time throughout to use run-at-time directly.
17622
17623         * password.el: Removed definition of run-at-time.
17624
17625         * nnheaderxm.el: Remove definition of run-at-time.
17626
17627 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17628
17629         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17630         in prompt.
17631
17632 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17633
17634         * messagexmas.el (message-xmas-redefine): Alias
17635         `message-make-caesar-translation-table' to
17636         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17637         version.
17638
17639         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17640         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17641         `gnus-xmas-set-text-properties'.
17642         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17643         `gnus-xmas-completing-read'.
17644         (gnus-xmas-completing-read): Removed.
17645         (gnus-xmas-open-network-stream): Removed.
17646
17647         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17648         XEmacs version.
17649
17650         * dns.el (dns-make-network-process): Use `open-network-stream'
17651         instead of `gnus-xmas-open-network-stream'.
17652
17653         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17654
17655         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17656
17657 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17658
17659         * gnus-art.el (gnus-mime-display-alternative)
17660         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17661         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17662         Don't use gnus-local-map-property.
17663
17664         * gnus-util.el (gnus-local-map-property): Remove.
17665
17666         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17667         gnus-completing-read-maybe-default with completing-read.
17668
17669         * gnus-util.el (gnus-completing-read): do.
17670         (gnus-completing-read-maybe-default): Remove.
17671
17672 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17673
17674         * password.el: Only autoload `run-at-time' if not XEmacs.
17675         Only autoload the itimer functions if XEmacs.
17676
17677 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17678
17679         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17680         XEmacsen.
17681
17682         * dgnushack.el: Autoload executable-find for XEmacs.
17683
17684 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17685
17686         * gnus-art.el (gnus-read-string): Remove.
17687         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17688         read-string.
17689
17690 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * netrc.el: Autoload password-read.
17693         (netrc): Add configuration group.
17694         (netrc-encoding-method, netrc-openssl-path): Add
17695         variables for encoding and decoding of files with symmetric
17696         ciphers.
17697         (netrc-encode): Add assistant function to encode a file with
17698         netrc-encoding-method.
17699         (netrc-parse): Add interactive parameter, added optional
17700         decoding if netrc-encoding-method is non-nil but otherwise
17701         behavior is standard.
17702         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17703         Do s/encode/encrypt/ everywhere.
17704
17705         * spam.el: Remove executable-find autoload.
17706
17707 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17708
17709         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17710
17711         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17712
17713 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17714
17715         * gnus-art.el (gnus-treat-ansi-sequences)
17716         (article-treat-ansi-sequences): New variable and function.
17717         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17718
17719         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17720         Use it.
17721
17722 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17723
17724         * mm-util.el (mm-quote-arg): Remove.
17725
17726         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17727         shell-quote-argument.
17728
17729         * gnus-uu.el (gnus-uu-command): do.
17730
17731         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17732
17733         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17734         with make-char.
17735
17736         * mm-util.el (mm-make-char): Remove.
17737
17738         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17739         add-minor-mode.
17740
17741         * gnus-undo.el (gnus-undo-mode): do.
17742
17743         * gnus-topic.el (gnus-topic-mode): do.
17744
17745         * gnus-sum.el (gnus-dead-summary-mode): do.
17746
17747         * gnus-start.el (gnus-slave-mode): do.
17748
17749         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17750
17751         * gnus-ml.el (gnus-mailing-list-mode): do.
17752
17753         * gnus-gl.el (gnus-grouplens-mode): do.
17754
17755         * gnus-draft.el (gnus-draft-mode): do.
17756
17757         * gnus-dired.el (gnus-dired-mode): do.
17758
17759         * gnus-ems.el (gnus-add-minor-mode): Remove.
17760
17761         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17762         Replace gnus-char-width with char-width.
17763
17764         * gnus-ems.el (gnus-char-width): Remove.
17765
17766         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17767         Replace gnus-char-width with char-width.
17768
17769         * gnus-ems.el (gnus-char-width): Remove.
17770
17771         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17772         definition.
17773         Remove Emacs 20 hash table compatibility code.
17774
17775         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17776         20 compatibility code.
17777
17778         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17779
17780         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17781
17782         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17783         with point-at-{eol,bol}.
17784
17785         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17786
17787         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17788
17789         * flow-fill.el (fill-flowed-point-at-bol)
17790         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17791
17792         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17793         Replace with point-at-{eol,bol} throughout all files.
17794
17795 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * ntlm.el (ntlm-string-as-unibyte): New macro.
17798         (ntlm-build-auth-response): Use it.
17799
17800         Remove Emacs 20 stuff:
17801         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17802         (butlast, mapc, remove): Remove the compiler macros.
17803         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17804         of delq and copy-sequence.
17805         * gnus-art.el (popup-menu): Remove the compiler macro.
17806         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17807         Emacs 20.
17808
17809 2004-01-05  Simon Josefsson  <jas@extundo.com>
17810
17811         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17812         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17813         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17814         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17815         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17816         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17817         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17818         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17819         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17820         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17821         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17822         string-xor into ntlm-string-xor.  Suggested by
17823         Jesper Harder <harder@myrealbox.com>.
17824
17825         * ntlm.el: Don't include poem.
17826
17827         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17828         Jesper Harder <harder@myrealbox.com>.
17829
17830         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17831
17832         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17833         probably breaks emacs with DL patch, but do we care? Is anyone
17834         still using the DL stuff?)
17835
17836         * sieve-manage.el: Use the password package.
17837         (sieve-manage-read-passwd): Remove.
17838         (sieve-manage-interactive-login): Use password.  Re-add
17839         condition-case around loop.
17840
17841         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17842         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17843         the password package.
17844
17845 2003-02-19  Simon Josefsson  <jas@extundo.com>
17846
17847         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17848         token.
17849
17850 2002-08-07  Simon Josefsson  <jas@extundo.com>
17851
17852         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17853         (sieve-manage-authenticators):
17854         (sieve-manage-authenticator-alist): Add some SASL mechs.
17855         (sieve-sasl-auth): New function.
17856         (sieve-manage-cram-md5-auth):
17857         (sieve-manage-plain-auth): Rewrite using SASL library.
17858         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17859         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17860         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17861         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17862
17863 2004-01-05  Simon Josefsson  <jas@extundo.com>
17864
17865         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17866         New files.
17867
17868 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17869
17870         * gnus-group.el (gnus-no-groups-message): Update.
17871
17872         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17873
17874 2003-11-09  Simon Josefsson  <jas@extundo.com>
17875
17876         * imap.el: Support for ID IMAP extension (RFC 2971).
17877         (imap-local-variables): Add imap-id.
17878         (imap-id): New variable.
17879         (imap-id): New function.
17880         (imap-parse-response): Parse untagged ID response.
17881         * nnimap.el (nnimap-id): New variable.
17882         (nnimap-open-connection): Use it.
17883
17884 2003-12-28  Simon Josefsson  <jas@extundo.com>
17885
17886         * gnus-score.el (gnus-score-edit-all-score): New.
17887         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17888
17889 2004-01-04  Simon Josefsson  <jas@extundo.com>
17890
17891         * password.el: Add.
17892
17893 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17894
17895         * dns.el (dns-query-types): Fix typo.
17896         (dns-query-types): New function.
17897         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17898         PTR and SOA replies, see RFC 1035.
17899
17900 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17901
17902         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17903
17904         * Moved to Changelog.2.
17905
17906 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17907
17908         * gnus.el (gnus-version-number): Bump version.
17909
17910 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17911
17912         * gnus.el: No Gnus v0.1 is released.
17913
17914 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17915
17916         * gnus.el: No Gnus v0.0 is released.
17917
17918 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17919
17920         * gnus.el (gnus-version-number): Bump.
17921         (gnus-version): No.
17922
17923 See ChangeLog.2 for earlier changes.
17924
17925     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17926       Free Software Foundation, Inc.
17927
17928   This file is part of GNU Emacs.
17929
17930   GNU Emacs is free software: you can redistribute it and/or modify
17931   it under the terms of the GNU General Public License as published by
17932   the Free Software Foundation, either version 3 of the License, or
17933   (at your option) any later version.
17934
17935   GNU Emacs is distributed in the hope that it will be useful,
17936   but WITHOUT ANY WARRANTY; without even the implied warranty of
17937   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17938   GNU General Public License for more details.
17939
17940   You should have received a copy of the GNU General Public License
17941   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17942
17943 ;; Local Variables:
17944 ;; coding: utf-8
17945 ;; fill-column: 79
17946 ;; add-log-time-zone-rule: t
17947 ;; End: