shr.el (shr-table-widths): Don't use cl function `reduce'.
[gnus] / lisp / ChangeLog
1 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4
5 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * shr.el (require): Require cl when compiling.
8         (shr-tag-hr): New function.
9
10         * nnimap.el (nnimap-update-info): Remove double setting of high.
11         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
12         makes nnimap work properly on Courier again.
13
14         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
15         the variable for backwards compatability.
16
17         * mm-decode.el (mm-save-part): If given a non-directory result, expand
18         the file name before using to avoid setting mm-default-directory to
19         nil.
20
21         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
22         bidning gnus-agent variables.
23
24         * shr.el (shr-render-td): Use a cache for the table rendering function
25         to avoid getting an exponential rendering behaviour in nested tables.
26         (shr-insert): Rework the line-breaking algorithm.
27         (shr-insert): Don't leave trailing spaces.
28         (shr-insert-table): Also insert empty TDs.
29         (shr-tag-blockquote): Ensure paragraphs after </ul>.
30
31 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
32
33         * gnus-sum.el (gnus-number): Rename from `number'.
34         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
35         (gnus-summary-limit-children): Update uses correspondingly.
36
37 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
40         (gnus-gravatar-transform-address): Don't show avatars of people of
41         which mail addresses match gnus-gravatar-too-ugly.
42
43 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * shr.el (shr-table-widths): Expand TD elements to fill available
46         space.
47
48 2010-10-07  Julien Danjou  <julien@danjou.info>
49
50         * nnimap.el (nnimap-request-rename-group): Add this method.
51
52 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
55         name from XEmacs' function-arglist.
56
57         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
58         gravatar under XEmacs.
59
60 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
61
62         * auth-source.el: Update docs with TODO items.
63
64         * gnus-sync.el: Update docs to explain state and plans.
65
66         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
67         Hooks for mark updates.
68         (gnus-request-set-mark, gnus-request-update-mark): Use them.
69
70         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
71         hooks with arguments, which is needed for mark update hooks.
72
73 2010-10-06  Julien Danjou  <julien@danjou.info>
74
75         * sieve-manage.el: Update example in `Commentary'.
76
77         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
78
79         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
80         not 2000.
81         (sieve-manage-authenticate): Re-add function.
82
83 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * shr.el (shr-insert): Get 'space transition right.
86         (shr-render-td): Only delete space at the end of the TD.
87
88         * nnimap.el (nnimap-open-connection): Prepare to support
89         open-gnutls-stream.
90
91         * shr.el: Rearrange function order to be more logical.
92
93 2010-10-06  Julien Danjou  <julien@danjou.info>
94
95         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
96         (nnrss-discover-feed): Remove 404 URL in docstring.
97
98         * nnir.el: Fix Swish-E URL.
99         Fix Namazu URL.
100
101         * message.el (message-change-subject): Remove 404 URL in a comment.
102
103 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
106         called interactively.
107
108         * gnus-util.el (gnus-remove-if): Allow hash table.
109         (gnus-remove-if-not): New function.
110
111         * gnus-art.el (gnus-mime-view-part-as-type)
112         * gnus-score.el (gnus-summary-score-effect)
113         * gnus-sum.el (gnus-read-move-group-name):
114         Replace remove-if-not with gnus-remove-if-not.
115
116         * gnus-group.el (gnus-group-completing-read):
117         Regard collection as a hash table if it is not a list.
118
119 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * shr.el (shr-render-td): Allow blank/missing <TD>s.
122
123         * shr.el: Document the table-rendering algorithm.
124
125 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
128         for Emacsen having no `libxml-parse-html-region' support.
129
130 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
133         invalid URLs.
134
135         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
136         line-broken.
137         (shr-tag-img): Ignore image fetching errors.
138         (shr-overlays-in-region): Compute overlay positions correctly.
139
140         * mm-decode.el (mm-shr): Require shr.
141
142         * gnus-art.el (gnus-blocked-images): Move variable here.
143
144         * shr.el (shr-insert-table): Bind free variable.
145
146         * mm-decode.el (mm-shr): Bind shr-content-function.
147
148         * shr.el (shr-content-function): New variable.
149
150         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
151         added for symmetry.
152
153         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
154
155         * gnus-group.el (gnus-group-make-group): Doc fix.
156
157         * nnimap.el (nnimap-request-newgroups): Return success.
158
159         * shr.el (shr-find-elements): New function.
160         (shr-tag-table): Put all the images after the table.
161         (shr-tag-table): Really inhibit images inside the table.
162         (shr-collect-overlays): Copy over overlays from the TD elements to the
163         main document.
164
165         * mm-decode.el (mm-shr): Bind shr-blocked-images to
166         gnus-blocked-images.
167
168 2010-10-05  Julien Danjou  <julien@danjou.info>
169
170         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
171
172         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
173         (gnus-html-maximum-image-size): Add this function.
174         (gnus-html-put-image): Use gnus-html-maximum-image-size.
175
176         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
177         server-value of the capability is nil.
178
179 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * shr.el (shr-tag-em): Add <EM> tag.
182
183 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
184
185         * sieve-manage.el (sieve-manage-default-stream): Make default stream
186         customizable.
187
188         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
189         handing broken links to browse-url.
190
191 2010-10-05  Julien Danjou  <julien@danjou.info>
192
193         * gnus-util.el (gnus-emacs-completing-read)
194         (gnus-iswitchb-completing-read): Use autoload rather than require.
195
196 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
199         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
200         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
201         iswitchb-temp-buflist for XEmacs.
202
203         * gnus-util.el (gnus-completing-read-function): Exclude
204         gnus-icompleting-read and gnus-ido-completing-read from candidates for
205         XEmacs since iswitchb.el is very old and ido.el is unavailable in
206         XEmacs.
207
208         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
209         not to use `delete-dups' that is unavailable in XEmacs 21.4.
210
211         * gnus-html.el: Don't require help-fns under XEmacs.
212         (gnus-html-schedule-image-fetching): Work for XEmacs.
213
214         * mm-decode.el (mm-shr): Decode contents by charset.
215
216 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
219         unknown.
220
221         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
222         (shr-get-image-data): Ensure against the cache file missing.
223
224         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
225         for data.
226
227         * spam-report.el (spam-report-url-ping-plain): Don't query about
228         killing the process.
229
230         * shr.el (shr-render-td): Protect against too-wide text.
231
232 2010-10-04  Julien Danjou  <julien@danjou.info>
233
234         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
235         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
236
237         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
238         retrieved.
239
240 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * shr.el (browse-url): Required.
243         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
244         lines.
245         (shr-show-alt-text, shr-browse-image): New commands.
246         (shr-browse-url, shr-copy-url): New commands.
247
248         * gnus-sum.el (gnus-widen-article-window): New variable.
249         (gnus-summary-select-article-buffer): Use it.
250
251         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
252         without @ signs.
253
254 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
255
256         * nnir.el (nnir-run-imap): Remove spurious space in search string.
257
258 2010-10-04  Julien Danjou  <julien@danjou.info>
259
260         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
261         for XEmacs.
262
263 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
266
267         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
268         (nnimap-close-server): Implement.
269
270         * dgnushack.el (iswitchb): Require to shut up the compiler.
271
272         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
273         (shr-insert): Tweak line breaking.
274         (shr-insert): Handle <pre> better.
275         (shr-tag-li): Get <li> indentation right.
276         (shr-tag-li): Get <li> indentation even righter.
277         (shr-tag-blockquote): Ensure paragraph start.
278         (shr-make-table): Tweak table generation.
279         (shr-make-table): Fix typo.
280
281         * shr.el: Implement table rendering.
282
283 2010-10-04  Julien Danjou  <julien@danjou.info>
284
285         * gnus-html.el (gnus-html-put-image): Fix resize image code.
286
287 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * shr.el (shr-insert): Use string anchors instead of line anchors.
290
291 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * shr.el: Add headings.
294         (shr-ensure-paragraph): Actually work.
295         (shr-tag-li): Make <ul> prettier.
296         (shr-insert): Get white space at the beginning/end of elements right.
297         (shr-tag-p): Collapse subsequent <p>s.
298         (shr-ensure-paragraph): Don't insert double line feeds after blank
299         lines.
300         (shr-insert): \t is also space.
301         (shr-tag-s): Fix "s" tag name function.
302         (shr-tag-s): Fix face prop name.
303
304 2010-10-03  Julien Danjou  <julien@danjou.info>
305
306         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
307
308         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
309         gnus-window-inside-pixel-edges.
310
311         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
312         gnus-ems.
313
314         * mm-view.el (mm-inline-image-emacs): Support image resizing.
315
316         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
317         function.
318
319         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
320         resize choice.
321
322 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
325         beginning of the buffer.
326
327         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
328         article buffer again.
329
330         * shr.el (shr-tag-p): Don't insert newlines at the start of the
331         buffer.
332
333         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
334         when it's at the start of the buffer.
335
336         * shr.el (shr-tag-blockquote): Convert name.
337         (shr-rescale-image): Use the right image-size variant.
338
339         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
340         buffer isn't shown, then select the current article first instead of
341         bugging out.
342         (gnus-summary-select-article-buffer): Show both the article and summary
343         buffers again.
344
345         * shr.el (shr-fontize-cont): Protect against regions with no text.
346         Rename tag functions to shr-tag-* for enhanced security.
347         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
348
349 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
350
351         * shr.el (shr-insert):
352         * pop3.el (pop3-movemail):
353         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
354         loaded.
355
356 2010-10-03  Glenn Morris  <rgm@gnu.org>
357
358         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
359
360         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
361
362         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
363
364         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
365
366         * gnus-util.el (gnus-make-local-hook): Simplify.
367
368 2010-10-02  Julien Danjou  <julien@danjou.info>
369
370         * gnus-util.el (gnus-iswitchb-completing-read): New function.
371         (gnus-ido-completing-read): New function.
372         (gnus-emacs-completing-read): New function.
373         (gnus-completing-read): Use gnus-completing-read-function.
374         Add gnus-completing-read-function.
375
376 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (shr-insert-document): Autoload.
379         (shr-img): Be silent.
380         (shr-insert): Add a newline after every picture before text.
381         (shr-add-font): Use overlays for combining faces.
382         (shr-insert): Pass upwards the text start point.
383
384         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
385         possible.
386         (mm-shr): New function.
387
388 2010-10-02  Julien Danjou  <julien@danjou.info>
389
390         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
391         should go backward.
392
393 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
394
395         * shr.el (shr): Fix typo in provide call.
396
397 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * shr.el: New file.
400
401         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
402
403         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
404         completing read.
405
406 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
409         we're being queried about.  Suggested by Dan Jacobson.
410
411         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
412         by Jason Eisner.
413
414         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
415         table, too.  Suggested by Stefan Wiens.
416         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
417         the table unnecessary.  Suggested by Stefan Wiens.
418
419         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
420         longer needed, and probably doesn't work either, as pointed out by
421         Stefan Wiens.
422         (gnus-summary-exit): Remove call to the clearing function.
423         (gnus-summary-exit-no-update): Ditto.
424
425         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
426         instead of gnus-eval-in-buffer-window to avoid popping up frames.
427         Reported by Stefan Monnier.
428         (gnus-summary-save-in-rmail): Ditto.
429
430         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
431         article buffer, instead of both the article buffer and the summary
432         buffer.  Sort of suggested by Dan Jacobson.
433
434         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
435
436         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
437         Suggested by Dan Jacobson.
438
439         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
440         documentation clearer.
441
442         * message.el (message-shorten-references): Comment on the number "21".
443         Suggested by Stefan Monnier.
444
445         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
446         Suggested by Dan Jacobson.
447
448         * gnus.el (gnus-large-newsgroup): Mention
449         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
450
451         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
452         externalize attachments.  Bug reported by Steve Wen.
453
454         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
455         really message anything to the user.
456
457         * nnmail.el (nnmail-article-group): Allow using the fancy split method
458         directly.
459
460         * nnimap.el (nnimap-request-group): Low higher than high to signal no
461         messages in empty groups.
462
463 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
464
465         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
466         non-UIDNEXT group.
467
468 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469
470         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
471         not the value from the collection.
472
473         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
474         values.  This sometimes happens on some groups that have no info.
475         (nnimap-request-newgroups): New function.
476
477 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
478
479         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
480         check into `gnus-registry-initialize'.
481         (gnus-registry-initialize): Ditto.
482         Fix and extend header docs.
483
484 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
487         regexp backtrace overflows.
488
489         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
490         for starttls that tls.el implements; i.e. openssl.
491
492         * tls.el (tls-starttls-switches): Give up on using starttls with
493         gnutls-cli.
494         (tls-program): Add --insecure to be consistent with the defaults from
495         openssl s_client.  Now all three commands are insecure.
496
497 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * lpath.el: Bind completion-styles-alist for XEmacs.
500
501         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
502         (gravatar-create-image): New function that's an alias to
503         gnus-xmas-create-image, gnus-create-image, or create-image.
504         (gravatar-data->image): Use it.
505
506 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
509         install the nnregistry refer method.
510         (gnus-registry-install-hooks): Use it.
511         (gnus-registry-unfollowed-groups): Add nnmairix to the default
512         unfollowed groups.
513
514 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
515
516         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
517         expanding threads.
518
519 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * nnir.el: Use the server names without suffixes (bug #7009).
522
523         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
524         unencrypted to STARTTLS, if possible.
525
526 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
527
528         * message.el (message-ignored-supersedes-headers): Strip Injection-*
529         headers before superseding.
530
531 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * nnrss.el (nnrss-use-local): Add documentation.
534
535         * nnimap.el (nnimap-extend-tls-programs): New function.
536         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
537         (nnimap-wait-for-connection): Accept the greeting from the stupid
538         output from openssl s_client -starttls, too.
539
540         * tls.el (tls-starttls-switches): New variable.
541         (tls-find-starttls-argument): Use it.
542         (open-tls-stream): Ditto.
543
544         * netrc.el (netrc-credentials): Return the value of the "default"
545         entry.
546         (netrc-machine): Ditto.
547
548         * nnimap.el (nnimap-find-article-by-message-id): Really return the
549         article number.
550         (nnimap-split-fancy): New variable.
551         (nnimap-split-incoming-mail): Use it.
552
553         * nntp.el (nntp-server-list-active-group): Document.
554
555         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
556         SELECT to get the message-id.
557
558         * mail-source.el (mail-sources): Removed webmail support.
559         (defvar): Ditto.
560         (mail-source-fetcher-alist): Ditto.
561         (mail-source-fetch-webmail): Removed.
562
563         * webmail.el: Removed -- doesn't seem relevant any more.
564
565         * gnus.el: Fix up make-obsolete-variable declarations throughout.
566
567         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
568         the \r.
569
570 2010-09-30  Julien Danjou  <julien@danjou.info>
571
572         * gnus-agent.el (gnus-agent-add-group): Fix call to
573         gnus-completing-read.
574
575 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * nndoc.el (nndoc-retrieve-groups): New function.
578
579         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
580         `default', use nnmail-split-methods.
581         (nnimap-request-article): Downcase the NILs so that they are nil.
582
583         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
584         symbol.
585
586         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
587         code, since if the user has requested network, that's what they ought
588         to get.
589         (nnimap-request-set-mark): Erase the buffer before issuing commands.
590         (nnimap-split-rule): Mark as obsolete.
591
592         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
593         variable.
594
595         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
596         correct slot, too.
597
598 2010-09-29  Julien Danjou  <julien@danjou.info>
599
600         * gnus.el (gnus-local-domain): Declare variable obsolete.
601
602         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
603         computing.
604         (gnus-ido-completing-read): Require ido.
605
606 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * gnus-registry.el: Don't prompt on load, which makes it impossible to
609         build Gnus.
610
611         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
612         when interpreting the structures.
613         (nnimap-request-accept-article): Add \r\n to the lines to make this
614         work with Cyrus.
615
616         * nndraft.el (nndraft-request-expire-articles): Use the group name
617         instead if "nndraft".  Fix found by Nils Ackermann.
618
619 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
620
621         * nnregistry.el: Added.
622
623 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
624
625         * nnmail.el (group, group-art-list, group-art):
626         Remove unneeded directives.
627
628 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
631         (mm-mime-charset)
632         * rfc2047.el (rfc2047-syntax-table)
633         * utf7.el (utf7-utf-16-coding-system): Comment fix.
634
635         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
636         rather than `insert-file-contents' and `eval-region'.
637
638         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
639         construction.
640
641         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
642
643         * time-date.el: No need to require cl for Emacs 21.
644
645 2010-09-29  Julien Danjou  <julien@danjou.info>
646
647         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
648         replacement of `gnus-gravatar-relief' to mimic
649         `gnus-faces-properties-alist'.
650         Add :version property.
651
652 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * mail-source.el (mail-source-report-new-mail)
655         * message.el (message-default-mail-headers)
656         * mm-decode.el (mm-valid-image-format-p): Comment fix.
657
658         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
659
660 2010-09-28  Julien Danjou  <julien@danjou.info>
661
662         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
663         mail-address contains the same string as real-name.
664
665         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
666         non-blank in header, otherwise it'll get stripped.
667
668         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
669         real-name, and then for mail address rather than doing : or , search.
670
671 2010-09-27  Julien Danjou  <julien@danjou.info>
672
673         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
674         (gnus-server-goto-server): Use gnus-completing-read.
675
676         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
677
678         * mm-util.el (defalias): Use gnus-completing-read.
679         (mm-codepage-setup): Use gnus-completing-read.
680
681         * smime.el (smime-sign-buffer): Use gnus-completing-read.
682         (smime-decrypt-buffer): Use gnus-completing-read.
683
684         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
685
686         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
687         (mml-minibuffer-read-disposition): Use gnus-completing-read.
688         (mml-insert-multipart): Use gnus-completing-read.
689
690         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
691
692         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
693
694         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
695
696         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
697
698         * gnus.el (gnus-read-method): Use gnus-completing-read.
699
700         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
701
702         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
703         (gnus-mime-action-on-part): Use gnus-completing-read.
704         (gnus-article-encrypt-body): Use gnus-completing-read.
705
706         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
707         (gnus-topic-move-matching): Use gnus-completing-read.
708         (gnus-topic-copy-matching): Use gnus-completing-read.
709         (gnus-topic-sort-topics): Use gnus-completing-read.
710         (gnus-topic-move): Use gnus-completing-read.
711
712         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
713         (gnus-agent-add-group): Use gnus-completing-read.
714
715         * nnmairix.el (nnmairix-create-server-and-default-group): Use
716         gnus-completing-read.
717         (nnmairix-update-groups): Use gnus-completing-read.
718         (nnmairix-get-server): Use gnus-completing-read.
719         (nnmairix-backend-to-server): Use gnus-completing-read.
720         (nnmairix-goto-original-article): Use gnus-completing-read.
721         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
722
723         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
724
725         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
726         (gnus-group-make-useful-group): Use gnus-completing-read.
727         (gnus-group-make-web-group): Use gnus-completing-read.
728         (gnus-group-add-to-virtual): Use gnus-completing-read.
729         (gnus-group-browse-foreign-server): Use gnus-completing-read.
730
731         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
732         (gnus-summary-limit-to-extra): Use gnus-completing-read.
733         (gnus-summary-execute-command): Use gnus-completing-read.
734         (gnus-summary-respool-article): Use gnus-completing-read.
735         (gnus-read-move-group-name): Use gnus-completing-read.
736
737         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
738         (gnus-summary-score-effect): Use gnus-completing-read.
739
740         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
741
742         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
743         right completing-read function.
744         (gnus-use-ido): New variable
745         (gnus-completing-read-with-default): Remove.
746
747 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
750         x-focus-frame.
751
752         * nnimap.el (auth-source-forget-user-or-password)
753         (auth-source-user-or-password): Autoload.
754
755         * message.el (message-from-style, message-interactive)
756         (message-cite-prefix-regexp, message-sendmail-envelope-from)
757         (message-yank-prefix, message-indentation-spaces, message-signature)
758         (message-signature-file): Add comment.
759
760 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
763         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
764         new articles.
765
766         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
767         parts.
768         (nnimap-request-article): Work with the t setting, too.
769
770         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
771         that you don't get flashes of other buffers.
772         (gnus-summary-show-complete-article): Intern before setting.
773
774 2010-09-27  David Engster  <dengste@eml.cc>
775
776         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
777         well as HEADERS.
778         (nnmairix-retrieve-headers): Provide new argument for the above.
779
780 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * gnus-sum.el (gnus-summary-move-article): Don't alter
783         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
784         group.
785
786         * nnimap.el (nnimap-update-info): Don't destructively alter active.
787
788         * message.el (message-cite-prefix-regexp): Revert my last edit.
789
790         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
791         variable instead of the Gnus variable.
792
793         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
794
795         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
796         again.
797
798         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
799         since some servers don't like it.
800         (nnimap-open-connection): Forget credentials if the server says the
801         password was wrong.
802         (nnimap-parse-line): Protect against invalid data.
803
804         * gnus-sum.el (gnus-summary-move-article): Add comment.
805         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
806         nothing alters it while scanning for new messages.
807
808         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
809         which may or may not help.
810         (nnimap-open-connection): If we're doing a stream connection, and then
811         discover we're on a STARTTLS-capable server, then open a STARTTLS
812         connection instead.
813
814 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * nnimap.el (utf7): Required.
817
818         * message.el (message-cite-prefix-regexp): Remove "}" from citation
819         prefix.
820
821 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
822
823         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
824
825 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nnimap.el (nnimap-request-accept-article): Message the error on
828         error.
829
830 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
833
834 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * nndoc.el (nndoc-request-list): Return success always.
837
838         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
839         `fetch-old' -- we only want to fetch the articles we've requested.  The
840         rest are in the agent, probably.
841         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
842         disappeared server" to something low.  It's not important.
843
844         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
845         arrived before the FETCH data.
846
847         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
848         target here, because we don't know the Gnus name of the group.
849
850         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
851         for the correct group.
852
853         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
854
855         * gnus.el (gnus): Give a final warning after startup.
856
857         * gnus-util.el (gnus-action-message-log): New variable.
858         (gnus-message): Use it.
859         (gnus-final-warning): New function.
860
861         * nnimap.el (nnimap-open-connection): Record the greeting.
862         (nnimap): Add greeting.
863
864 2010-09-26  Julien Danjou  <julien@danjou.info>
865
866         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
867         arguments.
868         (gnus-html-wash-images): Fix spec computing to include start/end.
869
870         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
871
872 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
875         deletion.
876         (nnimap-retrieve-headers): Don't select the group, because that's
877         already done by nnimap-possibly-change-group.
878
879         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
880         (gnus-picon-transform-address): Use it.
881
882         * mail-source.el (mail-source-value): Revert previous patch.
883
884         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
885         on failure.
886         (nnimap-open-connection): Look up both virtual and physical server name
887         credentials.
888
889         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
890
891 2009-02-07  Dave Love  <fx@gnu.org>
892
893         * tls.el (open-tls-stream): Don't query killing process.
894
895 2009-02-08  Dave Love  <fx@gnu.org>
896
897         * gnus-win.el (gnus-window-to-buffer-helper,
898         gnus-all-windows-visible-p): Function needn't be a symbol.
899
900         * mail-source.el (mail-source-value): Function needn't be a symbol.
901
902 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * message.el (message-cite-prefix-regexp): Remove } from the cite
905         prefix.
906
907         * gnus-art.el (gnus-treatment-function-alist): Do picons before
908         highlight again, so that the highlight is correct.
909
910         * gnus-picon.el (gnus-picon): Remove again.
911         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
912
913         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
914         doing the header highlightling, so that the background colour of the
915         picon is correct.
916
917         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
918         (gnus-picon): Ditto.
919         (gnus-picon): Reinstate.  The background colour for picons is white.
920         (gnus-picon-insert-glyph): Make the background white.
921
922         * nnml.el (nnml-open-nov): Don't return dead buffers.
923
924         * auth-source.el (auth-source-create): Query the user for whether to
925         store the credentials.
926
927         * netrc.el (netrc-store-data): New function.
928
929         * auth-source.el (auth-source-user-or-password): Use the existing auth
930         sources, if any, for creation.
931
932         * gnus.el (gnus-group-fast-parameter): Return the last matching
933         parameter instead of the first matching parameter.
934
935 2010-09-26  Julien Danjou  <julien@danjou.info>
936
937         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
938
939 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * mml2015.el (mml2015-use): Remove gpg support.
942
943         * mml1991.el (mml1991-function-alist): Remove gpg function.
944         (mml1991-gpg-sign): Removed.
945
946 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
947
948         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
949         (gnus-browse-unsubscribe-current-group): Document it.
950         (gnus-browse-unsubscribe-group): Use it.
951
952 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
955         address to the To list for easier response.
956
957         * gnus.el (gnus-play-startup-jingle): Removed.
958         (gnus-splash): Don't play jingle.
959         (gnus): Silence gnus-load message.
960
961         * gnus-art.el (gnus-treat-play-sounds): Removed.
962
963         * gnus.el (gnus-play-jingle): Remove audio support.
964
965         * gnus-cus.el (gnus-score-customize): Remove audio reference.
966
967         * earcon.el: Removed -- no users.
968
969         * gnus-audio.el: Removed -- no users of this package.
970
971         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
972
973         * gnus-start.el (gnus-setup-news): Remove nocem support.
974
975         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
976
977         * gnus.el (gnus-use-nocem): Removed.
978
979         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
980         Removed.
981
982         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
983         uses NoCeM any more.
984
985         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
986         (gnus-button-ctan-handler): Ditto.
987         (gnus-button-handle-ctan-bogus-regexp): Ditto.
988         (gnus-button-ctan-directory-regexp): Ditto.
989         (gnus-button-handle-ctan): Ditto.
990         (gnus-button-tex-level): Ditto.
991         (gnus-button-alist): Removed CTAN stuff.
992
993 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
996         nnimap-streaming test.
997
998         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
999         servers twice.
1000
1001         * nnimap.el (nnimap-open-connection): Add more error reporting when
1002         nnimap fails early.
1003
1004         * nnheader.el (nnheader-get-report-string): New function.
1005         (nnheader-get-report): Use it.
1006
1007         * gnus-int.el (gnus-check-server): Say what the error was when opening
1008         failed.
1009
1010         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1011         using streaming.
1012
1013 2010-09-25  Julien Danjou  <julien@danjou.info>
1014
1015         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1016         gnus-window-inside-pixel-edges.
1017
1018 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1021
1022         * mm-decode.el (mm-save-part): Allow saving to other directories the
1023         normal Emacs way.
1024
1025         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1026         by Jay Berkenbilt.
1027
1028         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1029         there isn't a single byte.
1030
1031         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1032         just do it.  It doesn't really seem to matter what the user responds
1033         here, I think, so it's just a confusing question.
1034
1035         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1036         non-streaming case.
1037
1038         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1039         (gnus-article-encrypt-body): Use it.
1040
1041         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1042         keystroke.
1043
1044         * nnimap.el (nnimap-find-wanted-parts-1): Use
1045         gnus-fetch-partial-articles.
1046
1047         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1048
1049         * nnimap.el (nnimap-insert-partial-structure): New function.
1050         (nnimap-get-partial-article): New function.
1051         (nnimap-request-article): Use it.
1052         (nnimap-wait-for-response): Return whether the wait was successful.
1053         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1054         retrieval wasn't successful.
1055         (nnimap-retrieve-group-data-early): Allow throttling servers.
1056         (nnimap-streaming): New variable.
1057         (nnimap-fetch-partial-articles): Removed.
1058
1059         * mm-decode.el (mm-with-part): Protect against killed buffers.
1060
1061         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1062         for prettier summary display.
1063
1064 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1065
1066         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1067         directly.
1068
1069 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1072         apparently third-party libraries depend on it.
1073
1074         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1075         before starting negotiation.
1076
1077         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1078         privacy reasons.
1079         (gnus-treat-mail-gravatar): Ditto.
1080
1081         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1082         buffer when inserting images.  Inserting text into the headers, for
1083         instance, can make them invalid.
1084
1085 2010-09-25  Julien Danjou  <julien@danjou.info>
1086
1087         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1088         variables.
1089
1090         * nnheader.el: Remove useless variables news-reply-yank-from and
1091         news-reply-yank-message-id.
1092
1093         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1094         variables.
1095
1096         * mml1991.el: Remove useless mml1991-verbose.
1097
1098         * gnus.el: Remove useless variable gnus-use-generic-from.
1099         Remove obsolete variable gnus-topic-indentation.
1100
1101         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1102
1103         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1104
1105         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1106
1107         * gnus-group.el: Remove useless gnus-group-icon-cache.
1108         Remove useless gnus-ephemeral-group-server.
1109
1110         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1111
1112         * mml2015.el: Remove useless mml2015-verbose.
1113
1114         * mml-smime.el: Remove useless mml-smime-verbose.
1115
1116         * gnus.el: Remove useless gnus-local-domain.
1117
1118         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1119         gnus-gravatar-size.
1120
1121         * gnus-art.el: Remove useless gnus-treat-translate.
1122
1123 2010-09-24  Julien Danjou  <julien@danjou.info>
1124
1125         * gnus-sum.el: Add support for Gravatars.
1126
1127         * gnus-art.el: Add support for Gravatars.
1128
1129         * gnus-gravatar.el: Add this file.
1130
1131         * gravatar.el: Add this file.
1132
1133 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1136
1137         * gnus-group.el (gnus-group-fetch-faq): Removed.
1138
1139         * gnus.el (gnus-group-faq-directory): Removed.
1140
1141         * gnus-group.el (gnus-group-fetch-charter): Removed.
1142
1143         * gnus.el (gnus-group-charter-alist): Removed.
1144
1145         * gnus-group.el (gnus-group-archive-directory): Removed.
1146         (gnus-group-recent-archive-directory): Ditto.
1147         (gnus-group-make-archive-group): Removed.
1148
1149         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1150
1151         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1152         use the same article number for all the cached articles.
1153
1154         * nnimap.el (nnimap-command): Register the last command time so
1155         that we can use it for idling NOOPs.
1156         (nnimap-open-connection): Start the keeplive timer.
1157         (nnimap-make-process-buffer): Store all the process buffers.
1158         (nnimap-keepalive): New function.
1159
1160         * starttls.el: (starttls-open-stream): Add autoload cookie.
1161
1162 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1163
1164         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1165         handling.
1166
1167 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1170         its data structures.
1171
1172         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1173         instead of the cl.el copy-list.
1174         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1175         equalp.
1176
1177 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1180         and tool-bar-local-item-from-menu.
1181
1182         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1183         mode-line-highlight face for Emacs.
1184
1185         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1186         loading gnus-sum.elc; fix comment for canlock-verify.
1187         (gnus-article-jump-to-part): Use read-number.
1188         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1189         Emacs pre-21 compatible code for help-echo.
1190         (gnus-article-next-page-1): No need to adjust the number of lines.
1191         (gnus-article-describe-bindings): Always use help-buffer.
1192
1193         * gnus-audio.el (gnus-audio-inline-sound)
1194         * gnus-cus.el (gnus-custom-mode)
1195         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1196
1197         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1198
1199         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1200         compatible code.
1201
1202 2010-09-24  Glenn Morris  <rgm@gnu.org>
1203
1204         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1205         visiting the fcc file in rmail-mode.
1206
1207         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1208
1209 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * nnir.el: Silence the byte compiler.
1212
1213         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1214         alias to browse-url-url-encode-chars if any.
1215         (gnus-html-encode-url): Use it.
1216
1217 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * gnus-start.el (gnus-use-backend-marks): New variable.
1220         (gnus-get-unread-articles-in-group): Use it.
1221
1222         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1223         makeover.
1224
1225 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1226
1227         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1228
1229 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1232         Removed.
1233         (gnus-setup-news-hook): Removed
1234         gnus-fixup-nnimap-unread-after-getting-new-news.
1235
1236         * gnus-int.el (gnus-request-update-info): Protect against backends not
1237         having the function.
1238
1239         * nnimap.el (nnimap-stream): Mention starttls.
1240         (nnimap-open-connection): Add starttls support.
1241
1242 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1243
1244         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1245
1246 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1249         BODYSTRUCTUREs.
1250         (nnimap-transform-headers): Unfold quoted {42} headers.
1251
1252         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1253         the info.
1254         (gnus-get-unread-articles): Only call updatep on backends that support
1255         it.
1256
1257         * nnweb.el (nnweb-request-update-info): NOOP.
1258
1259         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1260
1261         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1262         since it only deals with marks.
1263
1264         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1265         gnus-request-marks, and make a new gnus-request-update-info.
1266
1267         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1268         the active instead of the high number, which is usually too low.
1269
1270 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1271
1272         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1273         * encrypt.el: Removed.
1274
1275 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1278         server in symbolic form.
1279
1280         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1281         0.9.
1282
1283 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1286         (nnimap-update-info): Fix up code slightly.
1287
1288         * gnus-int.el (gnus-open-server): Add tracing for performance
1289         debugging.
1290
1291         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1292         (gnus-group-insert-group-line): Pass the real group name so that it
1293         gets the right data.
1294
1295         * gnus-start.el (gnus-get-unread-articles): Don't have
1296         `gnus-get-unread-articles-in-group' update info, since that can be
1297         really slow and doesn't seem to be needed?
1298
1299 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1300
1301         * time-date.el (date-to-time): Try using parse-time-string first before
1302         using the slower timezone-make-date-arpa-standard.
1303
1304 2010-09-22  Julien Danjou  <julien@danjou.info>
1305
1306         * gnus-group.el (gnus-group-insert-group-line): Call
1307         gnus-group-highlight-line.
1308         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1309         default hook list.
1310         (gnus-group-update-eval-form): Add new function.
1311         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1312         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1313
1314 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1315
1316         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1317         immediate, then expire all articles.
1318         (nnimap-update-info): Fix off-by-one errors.
1319         (nnimap-flags-to-marks): Would return no marks lists for group with no
1320         flags.  Instead return the other data.
1321
1322 2010-09-22  Julien Danjou  <julien@danjou.info>
1323
1324         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1325         Only return an icon.
1326         (gnus-group-insert-group-line): Compute icon to return.
1327
1328         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1329         variable.
1330         (gnus-html-image-fetched): Only cache if
1331         gnus-html-image-automatic-caching is set.
1332         (gnus-html-image-fetched): Check for errors.
1333
1334 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1337         once per method on `g'.  This ensures that backends like nnfolder don't
1338         open all their folders.
1339
1340         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1341         (nnimap-request-list): Nix out group in the correct buffer.
1342         (nnimap-parse-flags): Implement by using `read' instead of
1343         hand-parsing.
1344         (nnimap-flags-to-marks): Pass on permanent-flags.
1345         (nnimap-make-process-buffer): Record the server name.
1346         (nnimap-parse-flags): Fix typo.
1347         (nnimap-request-scan): Run split on the server in general, not just a
1348         single group.
1349
1350         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1351         parameter, and propagate this downwards.
1352
1353         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1354         since EXAMINE changes it on the server.
1355
1356         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1357         this command might take a while.
1358
1359 2010-09-22  Julien Danjou  <julien@danjou.info>
1360
1361         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1362         harmful if you have 2 images side-by-side, they can't be properly
1363         update on text deletion.  Using text-property is safer here.
1364         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1365         data.
1366
1367 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnimap.el (nnimap-expunge-inbox): Removed.
1370         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1371         (nnimap-expunge): Flip default to t.
1372
1373         * gnus.el (gnus-method-to-server): Don't push things to the cache
1374         unless it's unique.
1375         (gnus-server-to-method): Ditto.
1376
1377 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1378
1379         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1380
1381 2010-09-22  Julien Danjou  <julien@danjou.info>
1382
1383         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1384         get the start of data.
1385         (gnus-html-encode-url): Add this function to encode special chars in
1386         URL.
1387         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1388         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1389
1390         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1391         default.
1392         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1393
1394         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1395         images alt-text.
1396         (gnus-html-put-image): Put alt-text as help-echo.
1397
1398 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1401         * mm-util.el (mm-decompress-buffer)
1402         * nnir.el (nnir-run-find-grep)
1403         * pop3.el (pop3-list): Use 3rd arg of split-string.
1404
1405         * time-date.el (format-seconds): Comment fix.
1406
1407         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1408         and byte-optimize-form-code-walker.
1409         (dgnushack-make-auto-load): Don't advise make-autoload.
1410
1411         * lpath.el: Remove Emacs 21 stuff.
1412
1413 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1416         outside the active range.  Suggested by Dan Christensen.
1417
1418         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1419         slightly later to avoid double-getting it.
1420
1421         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1422         previous patch.
1423
1424         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1425
1426 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1427
1428         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1429
1430 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus-int.el (gnus-open-server): Give a better error message in the
1433         "go offline" case.
1434
1435         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1436         marks for nnimap, which is seldom the right thing to do.
1437
1438         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1439         (gnus-same-method-different-name): New function.
1440
1441         * nnimap.el (parse-time): Require.
1442
1443         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1444         method in the presence of many similar methods.
1445
1446         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1447
1448         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1449         nnml-inhibit-expiry.
1450
1451         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1452         find out whether methods are equal.
1453
1454         * nnimap.el (nnimap-find-expired-articles): New function.
1455         (nnimap-process-expiry-targets): New function.
1456         (nnimap-request-move-article): Request the article before looking at
1457         what the Message-ID is.  Fix found by Andrew Cohen.
1458         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1459
1460         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1461         for oldness in addition to being a predicate.
1462
1463         * nnimap.el (nnimap-request-group): When we have zero articles, return
1464         the right data to Gnus.
1465         (nnimap-request-expire-articles): Only delete articles immediately if
1466         the target is 'delete.
1467
1468         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1469         method, this would bug out.
1470
1471         * gnus-group.el (gnus-group-expunge-group): Renamed from
1472         gnus-group-nnimap-expunge, and implemented as a normal interface
1473         function.
1474
1475         * gnus-int.el (gnus-request-expunge-group): New function.
1476
1477         * nnimap.el (nnimap-request-create-group): Implement.
1478         (nnimap-request-expunge-group): New function.
1479
1480 2010-09-21  Julien Danjou  <julien@danjou.info>
1481
1482         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1483         (gnus-html-cache-expired): Add new function.
1484         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1485         wethever we should display image for fetch it.
1486         Compute alt-text earlier to pass it to the fetching function too.
1487         (gnus-html-schedule-image-fetching): Change function argument to only
1488         get one image at a time, not a list.
1489         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1490         cache.
1491         (gnus-html-get-image-data): New function to retrieve image data from
1492         cache.
1493         (gnus-html-put-image): Change buffer argument to use image data rather
1494         than file, and place image above region rather than inserting a new
1495         one. Do not take alt-text as argument, since it's useless now: we place
1496         the image above alt-text.
1497         (gnus-html-prune-cache): Remove.
1498         (gnus-html-show-images): Start to fetch image when we find one, do not
1499         push into a temporary list.
1500         (gnus-html-prefetch-images): Only fetch image if they have expired.
1501         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1502         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1503
1504 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1507
1508 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1511         spec inser "*" if the group isn't active instead of 0.
1512
1513         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1514         opening the server.
1515         (nnimap-request-delete-group): Implement group deletion.
1516         (nnimap-transform-headers): Return the size of the entire message in
1517         the Bytes header, not just the size of the first part.
1518         (nnimap-request-move-article): When moving an article from nnimap,
1519         request the article first so the accepting form has an article to
1520         accept.  Reported by Dan Christensen.
1521         (nnimap-command): Make sure that the error message doesn't error out.
1522
1523 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1524
1525         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1526         we haven't requested anything.
1527
1528 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1531         "".  Fix found by Andrew Cohen.
1532
1533         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1534         instead of -encode-string.
1535
1536 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1539
1540         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1541         by mm-subst-char-in-string.
1542
1543 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1546         waiting for the connection string.
1547
1548         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1549         arriving.
1550
1551         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1552         bogus characters.  This allows selecting certain Gmail groups.
1553
1554         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1555         (nnimap-fetch-partial-articles): New variable.
1556         (nnimap-open-connection): When looking for credentials, also use the
1557         nnimap-server-port.
1558         (nnimap-request-article): Return the group/article number, so that Gnus
1559         `^' works as expected.
1560         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1561         them.
1562
1563         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1564         comments.
1565         (gnus-methods-sloppily-equal): New function.
1566         (gnus): When using the development version of Gnus, load the gnus-load
1567         file.
1568
1569         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1570         `gnus-open-server' on each method before trying to scan them etc.  This
1571         ensures that all the backend parameters are set correctly.
1572
1573         * nnimap.el (nnimap-authenticator): New variable.
1574         (nnimap-open-connection): Allow anonymous login.
1575         (nnimap-transform-headers): The chars header is called Chars not
1576         Bytes.
1577         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1578         drops.
1579
1580         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1581         patch, found by Knut Anders Hatlen.
1582
1583 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1584
1585         * gnus-agent.el (gnus-agent-batch-confirmation)
1586         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1587         to gnus-message.
1588         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1589         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1590         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1591         * gnus-int.el (gnus-open-server): Likewise.
1592         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1593         (gnus-score-check-syntax): Likewise.
1594         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1595         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1596         Likewise.
1597         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1598
1599 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1602         calling conventions so that prefetch doesn't bug out.
1603
1604 2010-09-19  Julien Danjou  <julien@danjou.info>
1605
1606         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1607         rather than `subst-char-in-region' in order to be able to replace ASCII
1608         char by UTF-8 ones.
1609
1610         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1611         than curl.
1612         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1613         the right URL and ALT text on images.
1614         (gnus-html-wash-tags): Fix tag case.
1615         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1616         (gnus-article-html): Add -o display_ins_del=2 option.
1617         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1618
1619 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1622         the extra mail headers, which sometimes seem to happen for unknown
1623         reasons.
1624
1625         * mail-parse.el (mail-header-encode-parameter): Define as
1626         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1627         (or most, perhaps?) mail readers don't understand the latter, but do
1628         understand the former.
1629
1630         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1631         to nil, so that no methods are automatically agentized.  I think this
1632         is probably what most users want.
1633
1634         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1635         from url-retrieve, for instance about invalid URLs.
1636
1637         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1638         groups that have no articles.
1639         (nnimap-request-article): Check that we really got an article when we
1640         requested one.
1641
1642         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1643         doesn't exist.
1644
1645         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1646         nntp buffer so the agent can save it.
1647         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1648         that CRLF doesn't get translated to \n.
1649         (nnimap-open-connection): Don't make 'shell commands only send \n.
1650
1651 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1652
1653         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1654         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1655         Update var name.
1656         (nnml-generate-nov-file): Use dolist.
1657         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1658         Use with-current-buffer.
1659
1660 2010-09-18  Julien Danjou  <julien@danjou.info>
1661
1662         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1663         parallel.
1664
1665 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1668         the range update right.
1669         (nnimap-request-group): Don't make `M-g' bug out on group with no
1670         marks.
1671         (nnoo): Required, so that other packages can require nnimap.
1672         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1673         command we're looking for.  This helps when the server sends more
1674         responses after we've gotten everything we expected.
1675         (nnimap): Add a `newlinep' field to keep track of end-of-line
1676         conventions.
1677         Don't send CRLF to things that don't want it.
1678         (nnimap-request-accept-article): Ditto.
1679
1680 2010-09-18  Julien Danjou  <julien@danjou.info>
1681
1682         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1683         than curl to retrieve images.
1684
1685 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1688         the marks.
1689         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1690         (nnimap-wait-for-connection): New function.
1691         (nnimap-open-connection): If we have PREAUTH, don't query for login
1692         credentials.
1693         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1694         when doing a partial update.
1695
1696 2010-09-18  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1699         tags.
1700
1701 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * nnimap.el (nnimap-credentials): New function.
1704         (nnimap-open-connection): Use the new function to look for credentials
1705         also on the numeric equivalents of "imap" and "imaps".
1706
1707         * gnus-start.el (gnus-activate-group): Send the info to
1708         gnus-request-group.
1709
1710         * nnimap.el (nnimap-request-group): Have the "check" version of the
1711         function parse flags and update the info, so that a `M-g' get a total
1712         resync of all flags from the group.
1713
1714         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1715         to allow backends to alter the info on group selection.  Also alter all
1716         the backend -request-group functions to take the parameter.
1717
1718         * nnimap.el (nnimap-store-info): New function.
1719         (nnimap-update-info): Store the info for later usage.
1720         (nnimap-request-group): Use the stored info for the dont-check case, so
1721         that we don't retrieve all marks when we enter a group.
1722
1723         * nnimap.el: Use deffoo instead of defun for interface functions.
1724
1725         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1726         update the group info.  This makes the nndraft groups, for instance, go
1727         back to their old behaviour.
1728
1729         * gnus-sum.el (gnus-select-newsgroup): Indent.
1730
1731         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1732         in.
1733         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1734         nothing.
1735
1736         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1737         from methods that are denied.
1738
1739         * gnus-int.el (gnus-method-denied-p): New function.
1740
1741         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1742         store the password instead of netrc.
1743         (nnimap-open-connection): Don't error out when we can't make a
1744         connections.
1745
1746         * auth-source.el (auth-source-create): In the password prompt, say what
1747         we're querying for.  Also prompt for user name if that hasn't been
1748         given.
1749
1750         * nnimap.el (nnimap-with-process-buffer): Removed.
1751
1752 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1755         method when we're reading from the agent.
1756
1757         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1758
1759         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1760         that's probably most useful for users.
1761
1762         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1763         "failed" all the time.
1764
1765         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1766         ...)) with (with-current-buffer ... ).
1767
1768         * nntp.el (nntp-open-server): Return whether the open was successful or
1769         not.
1770
1771         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1772         select an unread unseen article first.
1773
1774         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1775         /etc/services, supply some sensible port defaults.
1776
1777         * dgnushack.el: Define netrc-credentials.
1778
1779 2010-09-17  Julien Danjou  <julien@danjou.info>
1780
1781         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1782
1783 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1784
1785         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1786         doesn't have any parameters.
1787
1788 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1791         only upcased checks.
1792
1793         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1794
1795         * nnimap.el (nnimap-open-shell-stream): New function.
1796         (nnimap-open-connection): Use it.
1797         (nnimap-transform-headers): Get the number of lines in each message.
1798         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1799         number of lines.
1800         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1801         problem.
1802
1803         * utf7.el (utf7-encode): Autoload.
1804
1805         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1806         to allow the mail splitting to not return a default group.  This is
1807         useful for nnimap, which will leave unmatched mail in the inbox.
1808
1809         * nnimap.el: Rewritten.
1810
1811         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1812         nnimap usage.
1813
1814         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1815         if the move is internal, so that nnimap can do fast internal moves.
1816
1817         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1818         data.
1819         (gnus-read-active-for-groups): Support finishing the early retrieval of
1820         data.
1821
1822         * gnus-range.el (gnus-range-nconcat): New function.
1823
1824         * gnus-int.el (gnus-finish-retrieve-group-infos)
1825         (gnus-retrieve-group-data-early): New functions.
1826
1827 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1830         (nnrss-retrieve-groups):
1831         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1832         (pop3-quit): Use with-current-buffer.
1833
1834 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1837         instead of nnheader-accept-process-output.
1838
1839         * dgnushack.el (dgnushack-compile): Add comment.
1840
1841         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1842
1843         * gnus-html.el (gnus-html-schedule-image-fetching)
1844         (gnus-html-prefetch-images): Replace process-kill-without-query by
1845         gnus-set-process-query-on-exit-flag.
1846
1847 2010-09-16  Romain Francoise  <romain@orebokech.com>
1848
1849         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1850
1851 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1854         parameter to unintern is mandatory-ish in Emacs 24.
1855
1856         * gnus-html.el (gnus-html-schedule-image-fetching)
1857         (gnus-html-prefetch-images): Check for curl before using it.
1858
1859         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1860         depend on curl, which isn't essential.
1861
1862         * imap.el: Revert back to version
1863         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1864         seem problematic.
1865
1866 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1867
1868         * gnus-registry.el (gnus-registry-install-shortcuts):
1869         Explicitly pass `obarray' to `unintern' to avoid a warning.
1870
1871 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1874         change.
1875
1876         * nnrss.el (nnrss-request-list): Removed this function and related
1877         functions, including the moreover stuff.
1878
1879 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnrss.el (nnrss-retrieve-groups): New function.
1882
1883 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1884
1885         * .dir-locals.el: Add no-byte-compile cookie.
1886
1887 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * time-date.el (format-seconds): Comment fix.
1890
1891         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1892         for back end that doesn't support request-scan.
1893
1894 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1897         then do request scans from the backends.
1898
1899         * netrc.el (netrc-credentials): New conveniency function.
1900
1901         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1902         avoid running a hook per line, since this takes a lot of time,
1903         profiling shows.
1904         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1905         directly if gnus-visual-p is true.
1906
1907 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1910         groups; replace mapcar with dolist which is a bit faster; pass groups
1911         info to gnus-read-active-file-1.
1912         (gnus-read-active-file-1): Scan only specified groups if the new
1913         optional arg `infos' is given.
1914
1915 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1918
1919         * pop3.el (pop3-movemail): Removed.
1920         (pop3-streaming-movemail): Renamed to pop3-movemail.
1921
1922         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1923         don't restrict end-tag searches to the end of the line.
1924
1925 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1928         articles of every unchecked group to t, which means unknown since the
1929         server has never been opened.
1930
1931 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-html.el (gnus-html-show-alt-text): New command.
1934         (gnus-html-browse-image): Ditto.
1935         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1936         to browse the image directly.
1937         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1938         better.
1939
1940         * gnus-async.el (gnus-async-article-callback): Call
1941         `gnus-html-prefetch-images' unconditionally.
1942
1943         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1944         before feeding URLs to curl.
1945
1946 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1947
1948         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1949         internal images as deletable by `W D D'.
1950
1951         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1952         (gnus-async-article-callback): Fix typo.
1953
1954 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1957         current line to work around bugs in the output from w3m.
1958
1959         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1960         for groups that want that.
1961
1962         * nntp.el (nntp-wait-for-string): Supply a timeout for
1963         accept-process-output to ensure progress.
1964
1965         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1966         level to get unread articles from, then use that for foreign groups,
1967         too.
1968
1969         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1970         confuses the rest of the function.
1971
1972         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1973         for the methods that support -retrieve-groups, too.
1974
1975         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1976
1977 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1980         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1981
1982         * pop3.el: Require cl when compiling.
1983         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1984
1985 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1988         that aren't going to be activated.
1989         (gnus-get-unread-articles): Fix up the last commit.
1990
1991         * gnus-html.el (gnus-article-html): Allow calling without specifying
1992         the handle.  In that case, dissect the buffer first.
1993
1994         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1995
1996         * nnimap.el (nnimap-open-connection): Revert the change that would look
1997         into authinfo for imaps instead of imap.
1998
1999         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2000         say that you don't want to call gnus-request-group with don-check, but
2001         do check the reponse.  This is for virtual groups only.
2002         (gnus-get-unread-articles): Count the archive groups as secondary, so
2003         that they're activated the same way as before.
2004
2005         * imap.el (imap-message-map): Removed optional buffer parameter, since
2006         no callers use it.
2007         (imap-message-get): Ditto.
2008         (imap-message-put): Ditto.
2009         (imap-mailbox-map): Ditto.
2010         (imap-mailbox-put): Ditto.
2011         (imap-mailbox-get): Ditto.
2012         (imap-mailbox-get): Revert last change for this function.
2013
2014         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2015         case-insensitively.
2016         (nnimap-debug): Removed.
2017
2018         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2019         to use `imap-fetch' instead.  According to the comments, this should be
2020         safe, since all other IMAP clients use the 1:* syntax.
2021         (imap-enable-exchange-bug-workaround): Removed.
2022         (imap-debug): Removed -- doesn't seem very useful.
2023
2024         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2025         mail from a file, and the file doesn't exist.
2026
2027         * imap.el (imap-log): New convenience function used throughout instead
2028         of repeating the same code all over the place.
2029
2030         * pop3.el (pop3-streaming-movemail): Return t for success.
2031
2032         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2033         .authinfo if we're using ssl connection.
2034
2035         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2036         already have if we're in a main Gnus `g' run.
2037
2038         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2039
2040 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2043
2044         * nnmh.el (nnmh-request-list-1): Bind `file'.
2045
2046         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2047         alias to set-process-query-on-exit-flag or process-kill-without-query.
2048         (pop3-open-server): Use it.
2049
2050 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051
2052         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2053         box to the Incoming file.  Fixes mistake in previous checkin.
2054
2055         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2056         request loop (for debugging purposes) removed.
2057
2058         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2059         culprit is more visible.
2060         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2061         (nnml-add-incremental-nov): New functions to do "incremental" nov
2062         updates, where we just append to the end of the existing nov files
2063         without reading/writing them in full.
2064
2065         * mail-source.el (mail-source-delete-crash-box): Really only check the
2066         incoming files once in a while.
2067
2068         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2069
2070         * mail-source.el (mail-source-delete-crash-box): Only check the
2071         incoming files for deletion once per day to save a lot of file
2072         accesses.
2073
2074         * pop3.el (pop3-logon): Fix up unbound variable typo.
2075
2076         * mail-source.el (pop3-streaming-movemail): Autoload.
2077
2078         * pop3.el (pop3-streaming-movemail): Respect
2079         pop3-leave-mail-on-server.
2080
2081         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2082         retrieval.
2083
2084         * pop3.el (pop3-process-filter): Removed unused function.
2085         (pop3-streaming-movemail, pop3-send-streaming-command)
2086         (pop3-wait-for-messages, pop3-write-to-file)
2087         (pop3-number-of-responses): New functions for streaming pop3
2088         retrieval.
2089
2090         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2091         come from no known methods.
2092         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2093         list.
2094
2095         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2096         message sizes.
2097         (pop3-movemail): Use erase-buffer instead of looping and deleting
2098         regions, which seems rather odd.
2099
2100         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2101         file once per `g' run.
2102
2103         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2104         directories.  This makes the draft queue directory work.
2105
2106         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2107         data from the backends, so that we only request the list of groups from
2108         each method once.  This should speed things up considerably.
2109
2110         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2111         detect that it's not implemented.
2112
2113         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2114         we actually do recurse down into the tree, but don't stat all leaf
2115         nodes.
2116
2117         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2118         then say so instead of bugging out.
2119
2120         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2121         files exist before trying to read them.
2122
2123         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2124         around <pre_int>.
2125
2126         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2127
2128         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2129
2130 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * mm-util.el (mm-image-load-path): Just return the image directories,
2133         not all directories in the path in addition to the image directories.
2134         (mm-image-load-path): Maintain a cache of the image directories so that
2135         the `g' command in Gnus doesn't have to stat dozens of directories each
2136         time.
2137
2138         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2139         (gnus-html-wash-tags): Add a new `i' command to insert images.
2140         (gnus-html-insert-image): New command and keystroke.
2141         (gnus-html-redisplay-with-images): New command and keystroke.
2142         (gnus-html-show-images): Renamed command.
2143         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2144         spacers.
2145         (gnus-html-wash-tags): Decode entities at the end, so that entities
2146         inside the tags don't mess up the rest of the "parsing".
2147
2148         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2149         so that nnimap methods aren't agentized by default.  There's apparently
2150         many problems related to agent/imap behaviour.
2151
2152         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2153
2154         * gnus-html.el: Doc fix.
2155
2156 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2159         specifier-spec-list for Emacs 21.
2160
2161         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2162         glyph-width and glyph-height instead of display-graphic-p and
2163         image-size; make avoidance of displaying small images work for XEmacs.
2164
2165         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2166         for XEmacs.
2167
2168         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2169         of symbol that holds plist data.
2170         (gnus-process-plist): Remove plist of process after getting it.
2171
2172 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * message.el (message-generate-hashcash): Change default to
2175         'opportunistic if hashcash is installed.
2176
2177         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2178         (gnus-html-put-image): Only call image-size once, since it's somewhat
2179         time-consuming on remote X servers.
2180
2181 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2184         type on data, not a file name.
2185
2186         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2187         window-pixel-edges for Emacs 21.
2188
2189         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2190         decoded contents.
2191         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2192
2193 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2196         group line format, since it isn't very interesting.
2197
2198         * gnus-agent.el (gnus-agent-short-article),
2199         (gnus-agent-long-article): Increase values for these two variables,
2200         since most people are likely to have more network connection and
2201         storage than before.
2202
2203         * gnus.el (gnus-refer-article-method): Change default to 'current.
2204         When referring an article, the common behaviour is to refer it from the
2205         current select method, not the native select method.  The chances of
2206         the native select method having the message in question is rather slim
2207         these days.
2208
2209         * gnus-sum.el (gnus-auto-select-subject): Change default to
2210         `unseen-or-unread'.  I think it's likely that most people want to
2211         select an unseen article over a previously seen, but unread one.
2212
2213         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2214         means that in the article buffer none of the minor mode elements will
2215         be shown, usually, and this is not desirable in most cases.
2216
2217         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2218         that commands like `d' (and the like) go to the next line in the
2219         buffer, instead of the next unread article.  I think this is the
2220         behaviour that is most natural for most users.
2221         (gnus-single-article-buffer): Change default to nil, so that people can
2222         have as many article buffers open as they have summary buffer.  I think
2223         this is the most natural way for the groups to behave.
2224
2225         * message.el (message-generate-new-buffers): Change default to
2226         `unsent', so that all new message buffers start their names with the
2227         string "*unsent", and it's easier to find the buffers if you move from
2228         them.
2229
2230 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2233         small.  They're probably tracking images.
2234         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2235         (gnus-html-rescale-image): Yet another try at getting the image sizing
2236         right.
2237
2238         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2239         nntp-marks-file-name is nil.
2240
2241 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * gnus-html.el (gnus-html-wash-tags)
2244         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2245         Better logging.
2246
2247 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2250
2251         * gnus-html.el (gnus-html-wash-tags): Check the value of
2252         gnus-blocked-images in the summary buffer.
2253
2254 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2257
2258 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2261         like "a", it seems like.
2262         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2263         since it needs to be picked from the correct buffer.
2264
2265         * nnwfm.el: Removed.
2266
2267         * nnlistserv.el: Removed.
2268
2269 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2270
2271         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2272         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2273
2274 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * nnkiboze.el: Removed.
2277
2278         * nndb.el: Removed.
2279
2280         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2281         alt text.
2282         (gnus-html-rescale-image): Try to get the rescaling logic right for
2283         images that are just wide and not tall.
2284
2285         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2286         overshadow variable bindings.
2287
2288 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2289
2290         * gnus-html.el (gnus-html-wash-tags)
2291         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2292         extra logging.
2293
2294 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2297         (gnus-max-image-proportion): New variable.
2298         (gnus-html-rescale-image): New function.
2299         (gnus-html-put-image): Rescale images.
2300
2301 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2302
2303         Fix up some byte-compiler warnings.
2304         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2305         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2306         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2307         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2308         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2309         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2310         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2311
2312 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * gnus-html.el (gnus-article-html): Decode contents by charset.
2315
2316 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2319         (gnus-html-frame-width, gnus-blocked-images)
2320         * message.el (message-prune-recipient-rules): Add custom version.
2321         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2322
2323         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2324         functions.
2325
2326         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2327         gnus-process-get.
2328
2329 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2330
2331         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2332         instead of lsub directly.
2333
2334 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * nnwarchive.el: Removed.
2337
2338         * gnus-soup.el: Removed.
2339
2340         * nnsoup.el: Removed.
2341
2342         * nnultimate.el: Removed.
2343
2344         * gnus-html.el (gnus-blocked-images): New variable.
2345
2346         * message.el (message-prune-recipients): New function.
2347         (message-prune-recipient-rules): New variable.
2348
2349         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2350         guess whether a long line is natural text or not.
2351
2352         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2353         gnus-process-plist and friends for compatibility.
2354
2355 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2356
2357         * gnus-html.el: Require packages that define macros used in this file.
2358         (gnus-article-mouse-face): Declare to silence byte-compiler.
2359         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2360         process-get.
2361         (gnus-html-put-image): Use plist-get to avoid getf.
2362         (gnus-html-prefetch-images): Use with-current-buffer.
2363
2364 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-ems.el: Provide compatibility functions for
2367         gnus-set-process-plist.
2368
2369         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2370         header-line-format for XEmacs 21.4.
2371
2372         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2373         * gnus.el (gnus-valid-select-methods)
2374         * message.el (message-send-mail-partially-limit)
2375         * mm-decode.el (mm-text-html-renderer)
2376         * mml.el (mml-insert-mime-headers-always)
2377         * smiley.el (smiley-regexp-alist): Bump custom version.
2378
2379 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * gnus-html.el: require mm-url.
2382         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2383         with the url to `url'.
2384         (gnus-html-wash-tags): Support cid: URLs/images.
2385
2386 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2389         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2390         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2391
2392         * gnus-move.el: Removed file, since it doesn't really work.
2393
2394         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2395         UTF-8.  This seems to fix problems with some German web feeds.
2396
2397         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2398         at the top so that the proper colours are applied.
2399
2400         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2401         don't have dots in their names.
2402
2403         * gnus-art.el (gnus-article-view-part): Doc fix.
2404
2405         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2406         XEmacs-compatible.
2407         (gnus-html-put-image): Don't do images on non-graphic displays.
2408
2409         * nnslashdot.el: Removed this unused backend.
2410
2411         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2412         actions.
2413         (gnus-undo-register-1): Revert last change.
2414
2415         * gnus-group.el (gnus-group-completing-read): Protect against not
2416         having completion-styles bound.
2417
2418         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2419         make broken recipients happier.
2420
2421         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2422
2423         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2424         point parameter.
2425
2426         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2427
2428         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2429         completion-styles for group selection.
2430
2431 2009-02-04  Andreas Schwab  <schwab@suse.de>
2432
2433         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2434         headers and regexp-quote the match if necessary.
2435
2436 2009-03-24  Miles Bader  <miles@gnu.org>
2437
2438         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2439         the blinking smiley.
2440
2441 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2442
2443         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2444         blink smiley.
2445
2446 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2449         where the dribbel file lives exists.
2450
2451         * message.el (message-send-mail-partially-limit): Change the default to
2452         nil, since most people don't want this.
2453
2454         * mm-url.el (mm-url-decode-entities): Also decode entities like
2455         &#x3212.
2456
2457 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2458
2459         * gnus-sum.el (gnus-summary-idna-message):
2460         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2461         Hyperlink urls in docstrings with URL `...'.
2462
2463 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2464
2465         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2466         functions.
2467
2468 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2471         say what the mouseover text should be.
2472
2473         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2474         version of the mm-w3m-safe-url-regexp variable to only download images
2475         in the groups where we want that to happen.
2476
2477         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2478
2479         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2480         easier debugging.
2481         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2482         big pictures in the article buffer.
2483
2484         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2485         gnus-article-html.
2486         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2487         w3m.
2488
2489         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2490
2491 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2494         which doesn't exist.
2495
2496         * message.el (message-inhibit-ecomplete): New variable to allow some
2497         function to inhibit ecomplete address storage.
2498         (message-resend): Disable ecomplete message storage when resending
2499         messages.
2500
2501         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2502
2503 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2506         Save excursion while copying, moving, and deleting articles in order to
2507         prevent the cursor from jumping to unforeseen place.
2508
2509 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * lpath.el: No need to bind bookmark-current-buffer,
2512         bookmark-yank-point and bookmark-make-record-function.
2513
2514 2010-08-17  Glenn Morris  <rgm@gnu.org>
2515
2516         * gnus-sync.el: Require gnus components whose functions are used.
2517
2518         * gnus-art.el (bookmark-make-record-function):
2519         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2520         Declare for compiler.
2521
2522         * mm-url.el (mml-compute-boundary): Autoload.
2523
2524 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2527
2528 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         Typo fix "hoo4a" -> "hook".
2531
2532         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2533
2534 2010-08-14  Glenn Morris  <rgm@gnu.org>
2535
2536         * gnus-sync.el (gnus-sync): Fix defgroup version.
2537
2538 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2539
2540         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2541
2542         * gnus-sync.el: Fix docs.
2543         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2544         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2545
2546 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         Optimizations for gnus-sync.el.
2549
2550         * gnus-sync.el: Add docs about gnus-sync-backend
2551         possibilities.
2552         (gnus-sync-save): Remove unnecessary message.
2553         (gnus-sync-read): Optimize and show what groups were skipped.
2554
2555 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         Minor bug fixes for gnus-sync.el.
2558
2559         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2560         read the sync on get-new-news.
2561
2562         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2563         quiet.
2564
2565         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2566
2567 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2568
2569         Make saving and restoring of hidden threads work with overlays.
2570         Patch applied by Ted Zlatanov.
2571
2572         * gnus-sum.el (gnus-hidden-threads-configuration)
2573         (gnus-restore-hidden-threads-configuration): Update to deal with text
2574         properties, rather than searching for a magic character.
2575
2576 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2577
2578         New gnus-sync.el library for synchronization of marks.
2579
2580         * gnus-sync.el: New library for synchronization of marks.
2581
2582         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2583         renamed from `gnus-registry-grep-in-list'.
2584
2585         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2586
2587         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2588
2589 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2592         determining charset of text fails.
2593
2594 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * nnmail.el (nnmail-get-new-mail-1): Revert.
2597
2598         * nnml.el (nnml-active-number): Make sure names of newly created groups
2599         in nnml-group-alist are encoded.
2600
2601 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2604         containing non-ASCII characters in active file for nnml back end.
2605
2606 2010-07-24  David Engster  <dengste@eml.cc>
2607
2608         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2609         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2610
2611 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2612
2613         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2614         tag (Bug#6654).
2615
2616 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2619         the article buffer, not the summary buffer.
2620
2621 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2624         Emacs 23 as well.
2625
2626 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2629         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2630
2631 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2632
2633         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2634         Patch applied by Karl Fogel.
2635
2636         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2637         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2638
2639 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2640
2641         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2642         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2643         C-w still not working correctly from Article buffers; Thierry's
2644         patch to fix that will be applied after this.
2645
2646         * gnus-art.el (bookmark-make-record-function): New local variable.
2647
2648         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2649         article buffer.
2650         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2651
2652 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2653
2654         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2655         on changes in bookmark.el.
2656
2657 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2660         `no-log' instead of message not to log prompt string.
2661
2662 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2663
2664         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2665         the *other* type of HTML form submission.
2666
2667 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2668
2669         * auth-source.el (auth-source-pick): If choice does not contain a
2670         questioned keyword, set the check to t.
2671
2672 2010-06-12  Romain Francoise  <romain@orebokech.com>
2673
2674         * gnus-util.el (gnus-date-get-time): Move up before first use.
2675
2676 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2679         (gnus-article-edit-part): Bind it to make last part that is substituted
2680         or deleted visible.
2681         (gnus-mime-display-single): Buttonize part of which id equals to
2682         gnus-mime-buttonized-part-id.
2683
2684 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2685
2686         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2687         (gnus-dd-mmm): Use gnus-date-get-time.
2688         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2689         simplify logic.
2690         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2691         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2692
2693 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2694
2695         * auth-source.el (top): Autoload `secrets-list-collections',
2696         `secrets-create-item', `secrets-delete-item'.
2697         (auth-sources): Fix tag string.
2698         (auth-get-source, auth-source-retrieve, auth-source-create)
2699         (auth-source-delete): New defuns.
2700         (auth-source-pick): Rewrite in order to avoid 2 passes.
2701         (auth-source-forget-user-or-password): New parameter USERNAME.
2702         (auth-source-user-or-password): New parameters CREATE-MISSING and
2703         DELETE-EXISTING.  Retrieve password interactively, if needed.
2704
2705 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2706
2707         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2708         deleting unused directories when gnus-expert-user is t.
2709
2710 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2713         for each temp file when gnus-article-browse-delete-temp is ask.
2714
2715 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2716
2717         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2718         Lisp calls to delete-backward-char by calls to delete-char.
2719
2720 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2721
2722         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2723
2724 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2725
2726         * password-cache.el (password-cache-remove): Fix docstring.
2727
2728 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2731         article unless decoding article to be saved.
2732
2733 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2736         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2737         generated within the mm-with-unibyte-current-buffer macro.
2738
2739 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2742         to nil when we're in a mml-preview buffer and no group is selected.
2743
2744 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2745
2746         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2747         when catching the `C-g'.  Reported by "Leo".
2748
2749 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * message.el (message-forward-make-body-plain)
2752         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2753         multibyte-string-p.
2754
2755         * lpath.el: Revert.
2756
2757 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * message.el (message-forward-make-body-mml): Assume original message
2760         is multibyte string; error on unibyte.
2761         (message-forward-make-body-plain): Ditto; don't add excessive newline
2762         in body end.
2763
2764         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2765
2766 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2767
2768         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2769         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2770
2771 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * mm-extern.el (mm-extern-url): Don't use
2774         mm-with-unibyte-current-buffer.
2775         (mm-extern-cache-contents): Use with-current-buffer instead of
2776         save-excursion + set-buffer.
2777
2778 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * mm-util.el (mm-emacs-mule): Remove.
2781
2782 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2783
2784         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2785         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2786         change.
2787
2788 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2789
2790         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2791         bind the default value of enable-multibyte-characters to nil.
2792
2793 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * message.el (message-forward-make-body-plain)
2796         (message-forward-make-body-mml):
2797         Don't use mm-with-unibyte-current-buffer.
2798
2799 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2802
2803 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2804
2805         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2806         (Bug#5592).
2807
2808 2010-05-07  Julien Danjou  <julien@danjou.info>
2809
2810         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2811         it to mm-pipe-part.
2812
2813         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2814         it is given.
2815
2816 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * binhex.el (binhex-decode-region-internal)
2819         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2820         (dns-query)
2821         * nnweb.el (nnweb-gmane-search)
2822         * pgg-parse.el (pgg-parse-armor)
2823         * pgg.el (pgg-verify-region)
2824         * sha1.el (sha1-string-external)
2825         * uudecode.el (uudecode-decode-region-internal)
2826         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2827         XEmacs.
2828
2829         * gnus-art.el (gnus-article-browse-html-parts)
2830         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2831         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2832         make-temp-file.
2833
2834         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2835         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2836         compiling.
2837
2838         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2839         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2840         XEmacs when compiling.
2841
2842         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2843         gnus-pick-mode-off-hook for XEmacs when compiling.
2844         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2845         gnus-binary-mode-off-hook for XEmacs when compiling.
2846
2847         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2848         nil if char-charset is not available.
2849
2850         * imap.el (imap-disable-multibyte)
2851         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2852         macros.
2853
2854         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2855         instead of encode-coding-string.
2856
2857         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2858         'xemacs) instead of mm-emacs-mule to switch function definitions.
2859         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2860
2861         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2862         bind temporary-file-directory for XEmacs;
2863         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2864         timer-set-function for XEmacs 21.4 and SXEmacs;
2865         bind timer-list for XEmacs 21.4 and SXEmacs;
2866         fbind char-charset and find-charset-region for non-Mule XEmacs;
2867         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2868         encode-coding-region and encode-coding-string for XEmacs having no
2869         file-coding feature.
2870
2871 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2872
2873         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2874
2875 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2878         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2879
2880 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2881
2882         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2883         alias `jka-compr-delete-temp-file' no longer exists.
2884
2885 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2886
2887         Use define-minor-mode in Gnus where applicable.
2888         * mml.el (mml-mode): Use define-minor-mode.
2889         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2890         (gnus-undo-mode): Use define-minor-mode.
2891         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2892         (gnus-dead-summary-mode): Use define-minor-mode.
2893         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2894         Initialize in declaration.
2895         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2896         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2897         (gnus-mailing-list-mode): Use define-minor-mode.
2898         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2899         (gnus-draft-mode): Use define-minor-mode.
2900         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2901         (gnus-dired-mode): Use define-minor-mode.
2902
2903 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2904
2905         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2906         handles on recursive mml-to-mime translation and check them for
2907         boundary delimiter collisions.  Reported by Greg Troxel.
2908
2909 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2912
2913 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * mm-util.el (mm-find-buffer-file-coding-system):
2916         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2917
2918 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2919
2920         * message.el (message-generate-headers): Record insertion of optional
2921         headers as well.  Otherwise the check to prevent repeated insertion of
2922         optional headers is a no-op.
2923
2924 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2925
2926         * smime.el: Don't mention CVS.
2927
2928         * nnrss.el (nnrss-fetch): Don't mention CVS.
2929
2930         * nnir.el: Don't mention CVS.
2931
2932 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2933
2934         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2935
2936 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * lpath.el: Fbind bookmark-default-handler,
2939         bookmark-get-bookmark-record, bookmark-make-record-default,
2940         bookmark-prop-get for Emacs <23 and XEmacs.
2941
2942 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2943
2944         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2945         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2946         Use with-current-buffer to silence the byte-compiler.
2947         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2948         bother to require `gnus'.
2949         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2950
2951 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2952
2953         * gnus-sum.el (gnus-summary-bookmark-make-record)
2954         (gnus-summary-bookmark-jump): New functions.
2955         (gnus-summary-mode): Setup bookmark support.
2956
2957 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2958
2959         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2960         if set.
2961
2962 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2965         gnus-article-browse-html-save-cid-image; make it work recursively for
2966         forwarded messages as well.
2967         (gnus-article-browse-html-parts): Work when prefix arg is given.
2968         (gnus-article-browse-html-article): Doc fix.
2969
2970 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2971
2972         * message.el (message-default-mail-headers):
2973         (message-default-headers): Carry the value mail-default-headers over
2974         into message-default-mail-headers, rather than message-default-headers.
2975
2976 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2977
2978         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2979         charset.
2980
2981         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2982         charset into the <meta> tag when the article is encoded to utf-8.
2983
2984 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2987         directories as well.
2988         (gnus-article-browse-html-parts): Work for images that do not specify
2989         file names; delete temp directory when quitting; insert header at the
2990         right place; use file: scheme for image files.
2991
2992 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2993
2994         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2995         (gnus-article-browse-html-parts): Use it to make temporary cid image
2996         files in addition to html file so that browser may display them.
2997
2998 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3001
3002 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3005
3006 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3009         about Secret Service API sources.  Improve Customize options.
3010         (auth-source-pick): Change to accept any number of search parameters.
3011         Implement fallbacks iteratively, not recursively.  Add scoring on the
3012         second pass and sort by score.  Call Secret Service API when needed.
3013         (auth-source-user-or-password): Use it.  Call Secret Service API
3014         directly when needed to get the user name and the password.
3015
3016 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3017
3018         * message.el (message-interactive): Doc fix.
3019         (message-qmail-inject-args): Reflow.
3020         (message-kill-to-signature): Fix typo in docstring.
3021
3022         * smiley.el (smiley-buffer): Fix typo in docstring.
3023
3024 2010-03-24  Glenn Morris  <rgm@gnu.org>
3025
3026         * mail-source.el (gnus-message): Declare.
3027         (mail-source-delete-old-incoming): Require gnus-util.
3028
3029 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3032
3033         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3034
3035         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3036         password-cache's default if it is not bound.
3037         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3038         password-cache-expiry's default if it is not bound.
3039
3040         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3041         available in Emacs 21.
3042
3043         * lpath.el: Suppress compiler warnings for:
3044         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3045         XEmacs;
3046         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3047         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3048         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3049
3050 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3051
3052         * auth-source.el (auth-sources): Fix up definition so extra parameters
3053         are always inline.
3054
3055 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3056
3057         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3058         wasn't updated after mismatch.  Clear cached mailbox info correctly
3059         when uidvalidity changes.
3060         (nnimap-group-prefixed-name): New function to avoid some code
3061         duplication.
3062         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3063         (nnimap-request-group): Use it.
3064         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3065         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3066         with many imap folders.  This is done by caching the group status from
3067         the imap server persistently in a group parameter `imap-status'.  (This
3068         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3069         but not persistently, so every Gnus startup was still very slow.)
3070
3071 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3072
3073         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3074         delete the extra newline.  Otherwise editing of :string and :number
3075         types don't work.
3076
3077 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3078
3079         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3080         secrets.el dependency.
3081         (auth-sources): Add optional user name.  Add secrets.el configuration
3082         choice (unused right now).
3083
3084 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3085
3086         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3087         `gnus-registry-install-shortcuts' fill in the functions.
3088
3089         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3090         warnings.
3091         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3092         (gnus-registry-install-shortcuts): Populate and use it in a
3093         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3094
3095 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3096
3097         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3098         In-place substitutions for the group name encoding/decoding.
3099         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3100         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3101         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3102         (nnimap-update-unseen, nnimap-request-list)
3103         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3104         (nnimap-request-set-mark, nnimap-split-to-groups)
3105         (nnimap-split-articles, nnimap-request-newgroups)
3106         (nnimap-request-create-group, nnimap-request-accept-article)
3107         (nnimap-request-delete-group, nnimap-request-rename-group)
3108         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3109         `encoded-mbx' for consistency.
3110         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3111         variable `imap-current-mailbox'.
3112
3113         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3114         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3115
3116 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3117
3118         * pop3.el (pop3-display-message-size-flag): Display message size byte
3119         counts during POP3 download.
3120         (pop3-movemail): Use it.
3121         (pop3-list): Implement listing of available messages.
3122
3123 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3124
3125         * nnir.el (nnir-get-article-nov-override-function): New function to
3126         override the normal NOV retrieval.
3127         (nnir-retrieve-headers): Use it.
3128
3129 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3130
3131         * auth-source.el (netrc-machine-user-or-password): Autoload.
3132
3133 2010-03-19  Glenn Morris  <rgm@gnu.org>
3134
3135         Stop message.el from loading about 40 libraries it doesn't always need.
3136         The general approach is to autoload rather than require, and to
3137         require in the specific functions rather than the file.  (Bug#5642)
3138
3139         * gmm-utils.el: Don't require wid-edit.
3140         (widget-create-child-value, widget-convert, widget-default-get):
3141         Autoload.
3142
3143         * gnus-util.el: Don't require time-date, netrc.
3144         (message-fetch-field, gnus-group-name-decode): Declare rather than
3145         autoloading.
3146         (gnus-fetch-field): Require message.
3147         (gnus-decode-newsgroups): Require gnus-group.
3148
3149         * ietf-drums.el: Don't require time-date.
3150
3151         * message.el: Don't require hashcash, canlock, ecomplete.
3152         Do require mail-utils.  Require nnheader only when compiling.
3153         (smtpmail-default-smtp-server): Remove declaration.
3154         (message-send-mail-function): Check smtpmail-default-smtp-server
3155         is bound rather than requiring smtpmail.
3156         (message-auto-save-directory, message-insert-signature): Use
3157         expand-file-name rather than nnheader-concat.
3158         (nnheader-insert-file-contents): Autoload.
3159         (hashcash-wait-async): Declare.
3160         (message-send-mail): Only call gnus-setup-posting-charset if
3161         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3162         (message-send-mail-with-sendmail): Require sendmail.
3163         (canlock-password, canlock-password-for-verify): Declare.
3164         (message-canlock-password): Require canlock.
3165         (nnheader-get-report): Autoload.
3166         (gnus-setup-posting-charset): Declare.
3167         (message-send-news): Require gnus-msg.
3168         (message-make-references, message-make-in-reply-to): Use mail-header-id
3169         rather than the alias mail-header-message-id.
3170         (ecomplete-add-item, ecomplete-save): Declare.
3171         (message-put-addresses-in-ecomplete): Require ecomplete.
3172         (ecomplete-display-matches): Autoload.
3173
3174         * mm-decode.el: Don't require mailcap, gnus-util.
3175         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3176         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3177         Autoload.
3178         (mailcap-mime-extensions): Declare.
3179
3180         * mm-encode.el: Don't require mailcap.
3181         (mailcap-extension-to-mime): Autoload.
3182
3183         * mml-sec.el: Don't require password-cache.
3184
3185         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3186         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3187         (mml-minibuffer-read-type): Require mailcap.
3188         (mml-preview): Require gnus-msg.
3189
3190         * mml1991.el: Require password-cache.
3191         (password-cache-expiry): Remove declaration.
3192
3193         * mml2015.el: Require password-cache.
3194         (password-cache-expiry): Remove declaration.
3195
3196         * nneething.el (mailcap): Require mailcap.
3197
3198         * nnheader.el (declare-function): Add compatibility stub.
3199         (message-remove-header): Declare rather than autoload.
3200         (nnheader-replace-header): Require message.
3201
3202         * nnimap.el (declare-function): Add compatibility stub.
3203         (netrc-parse, netrc-machine-user-or-password): Declare.
3204         (nnimap-open-connection): Require netrc.
3205
3206         * nntp.el (declare-function): Add compatibility stub.
3207         (netrc-parse, netrc-machine, netrc-get): Declare.
3208         (nntp-send-authinfo): Require netrc.
3209
3210         * rfc2047.el: Don't require qp.
3211         (quoted-printable-encode-region, quoted-printable-decode-string):
3212         Autoload.
3213
3214         * sieve-mode.el: Don't require easymenu.
3215         (easy-menu-add-item): Autoload it.
3216
3217         * spam-stat.el (time-to-number-of-days): Autoload it.
3218
3219 2010-03-19  Glenn Morris  <rgm@gnu.org>
3220
3221         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3222
3223 2010-03-18  Glenn Morris  <rgm@gnu.org>
3224
3225         * hashcash.el (declare-function): Remove duplicate definition.
3226
3227 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3228
3229         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3230         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3231         value if any backslash escapes).
3232
3233 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3236         if it is available.  (bug#5647)
3237
3238         * lpath.el: Suppress compiler warning for coding-system-from-name for
3239         Emacs 21 and XEmacs.
3240
3241 2010-03-14  Juri Linkov  <juri@jurta.org>
3242
3243         * hmac-def.el:
3244         * hmac-md5.el:
3245         * netrc.el: Fix keywords.
3246
3247 2010-02-26  Glenn Morris  <rgm@gnu.org>
3248
3249         * message.el (message-send-mail-function): Change the default, so that
3250         it inherits from a customized send-mail-function.  (Bug#5643)
3251
3252 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3253
3254         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3255         shell-command-to-string signals an error (bug#5299).
3256
3257 2010-02-24  Glenn Morris  <rgm@gnu.org>
3258
3259         * message.el (message-smtpmail-send-it)
3260         (message-send-mail-with-mailclient): Doc fixes.
3261
3262 2010-02-16  Glenn Morris  <rgm@gnu.org>
3263
3264         * message.el (message-default-mail-headers): Change the default value
3265         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3266
3267 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3270         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3271
3272 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3273
3274         * time-date.el (date-to-time): Doc fix (Bug#5408).
3275
3276 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3277
3278         * message.el (message-mail): Just pass yank-action on to message-setup.
3279         (message-setup): Handle (FUN . ARGS) form of yank-action.
3280         (message-with-reply-buffer, message-widen-reply)
3281         (message-yank-original): Handle non-buffer values of
3282         message-reply-buffer (Bug#4080).
3283         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3284
3285 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3286
3287         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3288         Fix typo in docstring.
3289
3290 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3291
3292         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3293         response.
3294
3295 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3298
3299         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3300
3301         * message.el (message-check-news-header-syntax): Protect against a
3302         string that `rfc822-addresses' returns when parsing fails.
3303
3304 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3307         (gnus-previous-char-property-change): New functions.
3308
3309         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3310
3311 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3312
3313         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3314         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3315
3316 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3317
3318         * message.el (message-exchange-point-and-mark): Rework last change to
3319         avoid using optional arg of exchange-point-and-mark, for backward
3320         compatibility.
3321
3322 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3323
3324         * message.el (message-exchange-point-and-mark): Call
3325         exchange-point-and-mark with an argument rather than setting
3326         mark-active by hand (Bug#5175).
3327
3328 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * nntp.el (nntp-service-to-port): Work for service expressed with
3331         numeric string; replace [:digit:] with [0-9] for XEmacs.
3332
3333 2009-12-17  Glenn Morris  <rgm@gnu.org>
3334
3335         * gnus-group.el (gnus-bug-group-download-format-alist):
3336         Change emacs entry to debbugs.gnu.org.  Bump :version.
3337
3338 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3339
3340         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3341
3342 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * message.el (message-info): Explain why we use `Info-goto-node'.
3345
3346 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3349
3350 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3351
3352         * message.el (message-completion-in-region): New compatibility function.
3353         (message-expand-group): Use it.
3354
3355 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3358         with no unread article should be listed if the 2nd arg `predicate' is
3359         given.
3360
3361 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3364
3365 2009-11-29  Juri Linkov  <juri@jurta.org>
3366
3367         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3368         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3369         on `gnus-recenter'. (Bug#4698, Bug#4981)
3370
3371 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3372
3373         * sha1.el (sha1-string-external): default-directory "/" in case
3374         otherwise non-existent.  process-connection-type pipe for touch of
3375         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3376
3377 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3378
3379         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3380         it's comms related and sgml-mode.el has "comm" on that basis too.
3381
3382 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3385         containing tspecial characters if they have been already quoted.
3386
3387 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3388
3389         * dns-mode.el (auto-mode-alist): Purecopy string.
3390
3391 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3392
3393         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3394
3395 2009-10-24  Glenn Morris  <rgm@gnu.org>
3396
3397         * gnus-art.el (help-xref-stack-item): Define for compiler.
3398
3399 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3400
3401         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3402
3403 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3406
3407 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3410         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3411
3412 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3415         (gnus-overlays-in): New alias to overlays-in.
3416
3417         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3418         gnus-overlay-get, and gnus-delete-overlay.
3419         (gnus-summary-show-thread): Make it work as well for systems in which
3420         next-single-char-property-change is not available.
3421         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3422
3423         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3424         (gnus-overlay-get): New alias to extent-property.
3425         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3426
3427         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3428         SXEmacs.
3429
3430         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3431         SXEmacs.
3432
3433 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3434
3435         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3436
3437 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3438
3439         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3440         and XEmacs that don't have `remove-overlays'.
3441
3442 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3443
3444         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3445         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3446         selective display.  Use overlays instead.
3447
3448 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3449
3450         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3451
3452 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3453
3454         * spam-stat.el (spam-stat-load): Fix typo in message.
3455
3456 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3457
3458         * dig.el (dig-invoke): Fix typo in docstring.
3459         (query-dig): Reflow docstring.
3460
3461 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3462
3463         * gnus-art.el (gnus-article-encrypt-body):
3464         * message.el (message-check-recipients):
3465         * mm-util.el (mm-codepage-setup):
3466         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3467         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3468
3469 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3470
3471         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3472         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3473         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3474         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3475         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3476
3477 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3478
3479         * dig.el: Add "Keywords: comm", as per net-utils.el.
3480
3481 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3482
3483         * dig.el (dig-mode): Use define-derived-mode.
3484
3485 2009-09-19  Glenn Morris  <rgm@gnu.org>
3486
3487         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3488
3489 2009-09-18  Glenn Morris  <rgm@gnu.org>
3490
3491         * gnus-diary.el (gnus-diary-check-message):
3492         * message.el (message-insert-formatted-citation-line):
3493         * nnbabyl.el (top-level):
3494         * nndiary.el (nndiary-schedule):
3495         Fix typos in condition-case handlers.
3496
3497 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3500         configuration that provides the sole article window in a frame;
3501         position point correctly after deleting a part.
3502
3503 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3504
3505         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3506         (spam-resolve-registrations-routine): Use it to unregister articles
3507         that change status.
3508
3509 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3512         with XEmacs.
3513         (parse-time-string-chars): Use it.
3514
3515 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3516
3517         * imap.el (imap-interactive-login): Better messages.
3518         (imap-open): Fix bug with renamed buffer on reconnect.
3519         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3520         for easier debugging and cleaner code.  On successful (guessed based on
3521         server capabilities) secondary authentication, set imap-state
3522         correctly.
3523         (imap-last-authenticator): Define imap-last-authenticator as a variable
3524         to avoid warnings.
3525
3526 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * nnrss.el (nnrss-request-article): Remove binding of
3529         default-enable-multibyte-characters that has gotten needless by
3530         the 2007-07-13 change in rfc2047-encode-message-header.
3531
3532         * mml.el (mml-insert-multipart): Error on the message header.
3533         (mml-insert-part): Error on the message header; position point at
3534         the end of a MIME tag.
3535
3536 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * time-date.el (autoload): Expand define-obsolete-function-alias into
3539         defalias and make-obsolete for old Emacsen that Gnus supports.
3540         (with-no-warnings): Define it for old Emacsen.
3541         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3542         is available.
3543         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3544         float-time is available; suppress compile warning for time-to-seconds.
3545
3546         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3547         (gnus-float-time): Alias to float-time if it exists.
3548
3549         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3550         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3551         float-time is available; suppress compile warning for time-to-seconds.
3552
3553         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3554         XEmacs.
3555
3556 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * imap.el (imap-message-map): Docstring fix.
3559
3560 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3563         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3564         Add the optional argument `encoding' that overrides the default.
3565
3566         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3567         mm-encode-buffer.
3568
3569 2009-09-04  Glenn Morris  <rgm@gnu.org>
3570
3571         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3572         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3573         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3574         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3575         * mm-util.el (mm-with-unibyte-current-buffer)
3576         (mm-find-buffer-file-coding-system):
3577         * yenc.el (yenc-decode-region): Use default-value rather than
3578         default-enable-multibyte-characters.
3579
3580 2009-09-03  Glenn Morris  <rgm@gnu.org>
3581
3582         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3583         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3584         than default-enable-multibyte-characters.
3585
3586 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3587
3588         * gnus-art.el (gnus-article-read-summary-keys):
3589         Fix gnus-buffer-configuration's value temporarily used.
3590
3591 2009-09-02  Glenn Morris  <rgm@gnu.org>
3592
3593         * gnus-util.el (gnus-float-time): New function.
3594         * gnus-delay.el (gnus-delay-article):
3595         * gnus-sum.el (gnus-thread-latest-date):
3596         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3597         * nnspool.el (nnspool-request-newgroups):
3598         Use gnus-float-time rather than time-to-seconds.
3599         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3600
3601         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3602         (gnus-header-subject-face, gnus-header-newsgroups-face)
3603         (gnus-header-name-face, gnus-header-content-face):
3604         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3605         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3606         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3607         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3608         (gnus-cite-face-11):
3609         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3610         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3611         (gnus-server-closed-face, gnus-server-denied-face)
3612         (gnus-server-offline-face):
3613         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3614         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3615         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3616         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3617         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3618         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3619         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3620         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3621         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3622         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3623         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3624         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3625         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3626         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3627         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3628         (gnus-summary-high-undownloaded-face)
3629         (gnus-summary-low-undownloaded-face)
3630         (gnus-summary-normal-undownloaded-face)
3631         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3632         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3633         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3634         (gnus-splash-face):
3635         * message.el (message-header-to-face, message-header-cc-face)
3636         (message-header-subject-face, message-header-newsgroups-face)
3637         (message-header-other-face, message-header-name-face)
3638         (message-header-xheader-face, message-separator-face)
3639         (message-cited-text-face, message-mml-face):
3640         * sieve-mode.el (sieve-control-commands-face)
3641         (sieve-action-commands-face, sieve-test-commands-face)
3642         (sieve-tagged-arguments-face):
3643         * spam.el (spam-face):
3644         Mark face aliases with "-face" in the name as obsolete.
3645
3646 2009-09-01  Glenn Morris  <rgm@gnu.org>
3647
3648         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3649         than goto-line.
3650
3651 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3654         Don't move point if the command is invoked inside the message header.
3655
3656 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3657
3658         * imap.el (imap-send-command): Simplify.
3659         (imap-wait-for-tag): point-max -> buffer-size.
3660
3661 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3664         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3665         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3666         * nnir.el (nnir-swish-e-index-file):
3667         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3668         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3669         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3670         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3671         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3672         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3673
3674 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3677         Don't save excursion.
3678
3679 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3680
3681         * nnheader.el (nnheader-find-file-noselect):
3682         * mm-util.el (mm-insert-file-contents):
3683         Use (default-value 'major-mode) instead of default-major-mode.
3684
3685 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3686
3687         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3688
3689 2009-08-26  Glenn Morris  <rgm@gnu.org>
3690
3691         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3692         than placing in files.el.
3693
3694 2009-08-25  Glenn Morris  <rgm@gnu.org>
3695
3696         * nnir.el (top-level): Don't require cl at run-time.
3697         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3698         Replace cl-function substitute with gnus-replace-in-string.
3699         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3700         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3701         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3702         simplified expansions.
3703
3704 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3705
3706         * dig.el (dig): Add autoload cookie.
3707
3708 2009-08-22  Glenn Morris  <rgm@gnu.org>
3709
3710         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3711         goto-line.
3712
3713 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3714
3715         * parse-time.el (parse-time-string-chars): Save match data.
3716
3717 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3718
3719         * parse-time.el (parse-time-string-chars): Compute using character
3720         classes, to handle non-ascii characters (Bug#3190).
3721
3722 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3725
3726         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3727         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3728         (gnus-mm-display-part, gnus-mime-display-single)
3729         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3730         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3731
3732         * gnus-sum.el
3733         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3734         (gnus-summary-move-article): Add expirable mark to articles copied or
3735         moved to group that has auto-expire turned on if the option is non-nil.
3736
3737 2009-07-24  Glenn Morris  <rgm@gnu.org>
3738
3739         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3740         Fix typo.  (Bug#3903)
3741
3742 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3745         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3746         that should not be used for draft articles.
3747         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3748         that has no concern in minor mode keys.
3749         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3750         Abolish.
3751
3752 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3755         article without making inquiry to a user for unknown encoding.
3756
3757         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3758         (nnmaildir--scan): Assume i-node and device number that file-attributes
3759         returns might be cons-cell.
3760
3761         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3762
3763         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3764
3765 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * auth-source.el: Remove docs now in auth.texi.  Don't use
3768         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3769         `auth-source-hide-passwords' and use them.
3770
3771 2009-07-15  Glenn Morris  <rgm@gnu.org>
3772
3773         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3774
3775 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3778         excessive whitespace from the default values of title and description.
3779
3780 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3783         mail-fetch-field to fetch Content-Description header in order to
3784         exclude newlines.
3785
3786 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3787
3788         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3789         format used by GnuPG 2.0.11.
3790
3791 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3794         to deleted part.
3795
3796 2009-05-30  David Engster  <dengste@eml.cc>
3797
3798         * nnmairix.el: Remove old documentation in the commentary block.
3799         (nnmairix-request-group): Do not update active file for nnml back ends.
3800         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3801         end so that overview files are ignored.
3802         (nnmairix-update-groups): Make updating the groups more robust by using
3803         marks.
3804         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3805         with dollar characters in message-id.
3806
3807 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3808
3809         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3810         2008-12-25 in dns.el.
3811
3812 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3813
3814         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3815         could happen if the text is only composed of spaces and/or tabs.
3816
3817 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3818
3819         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3820         when sending a queued message to avoid extra mml tags.
3821
3822 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3825
3826 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3829         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3830         rmail-toggle-header for XEmacs;
3831         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3832
3833 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-dired.el: Remove autoload for gnus-setup-message.
3836         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3837         displaying Gnus logo; always use compose-mail.
3838
3839 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3840
3841         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3842
3843 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3846         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3847         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3848         available.
3849         (gnus-nocem-epg-verify): New function.
3850
3851 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3854
3855 2009-02-15  Glenn Morris  <rgm@gnu.org>
3856
3857         * gnus-util.el (rmail-insert-rmail-file-header)
3858         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3859         autoloads.
3860         (rmail-default-rmail-file): Remove unnecessary declaration.
3861         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3862
3863 2009-02-14  Glenn Morris  <rgm@gnu.org>
3864
3865         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3866         variable (only used in gnus-util, which declares it anyway).
3867         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3868         which was only needed by gnus-art (changed to not use it any more).
3869         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3870         only used in gnus-util, which autoloads it itself.
3871         (rmail-update-summary): Fix autoload.
3872
3873         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3874         rather than rmail-output-to-rmail-file.
3875
3876 2009-02-07  Glenn Morris  <rgm@gnu.org>
3877
3878         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3879         autoload of function that no longer exists.
3880         (rmail-toggle-header): Declare.
3881         (message-forward-rmail-make-body): Handle mbox Rmail.
3882
3883 2009-01-31  Glenn Morris  <rgm@gnu.org>
3884
3885         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3886         2009-01-09 change.
3887
3888 2009-01-31  Dave Love  <fx@gnu.org>
3889
3890         * imap.el (imap-fetch-safe): Bind debug-on-error.
3891         (imap-debug): Add imap-fetch-safe.
3892
3893 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3894
3895         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3896         (auth-source-forget-all-cached): New convenience function.
3897         (auth-source-user-or-password): Accept list of modes or a single mode.
3898
3899         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3900         auth-source modes.
3901
3902         * netrc.el (netrc-machine-user-or-password): Use list of
3903         auth-source modes.
3904
3905         * nnimap.el (nnimap-open-connection): Use list of
3906         auth-source modes.
3907
3908         * nntp.el (nntp-send-authinfo): Use list of
3909         auth-source modes.
3910
3911 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3912
3913         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3914         now.
3915
3916 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3919         coding system in XEmacs; add a workaround for XEmacs.
3920
3921         * lpath.el: Fbind coding-system-aliasee.
3922
3923 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3926         of current-language-environment.
3927
3928 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3929
3930         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3931         available at runtime.
3932
3933 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3936
3937 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3938
3939         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3940         the greatest positive fixnum value doesn't work under an XEmacs with
3941         bignum support; use the most-positive-fixnum constant instead,
3942         available since Emacs 21.1 with cl and XEmacs 21.1.
3943
3944 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3947         XEmacs gets not to work.
3948
3949 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * mm-util.el (mm-coding-system-priorities): Allow the value like
3952         "Japanese (UTF-8)" of current-language-environment.
3953
3954 2009-01-09  Glenn Morris  <rgm@gnu.org>
3955
3956         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3957         with last-command-event.
3958
3959 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3960
3961         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3962         in the doc string.
3963
3964         * message.el (message-fix-before-sending): Amend comment.
3965
3966 2009-01-08  Dave Love  <fx@gnu.org>
3967
3968         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3969
3970 2009-01-07  David Engster  <dengste@eml.cc>
3971
3972         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3973         simplified server definitions by converting it via
3974         gnus-server-to-method.
3975
3976 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3979         parameter's operands.
3980
3981 2009-01-06  David Engster  <dengste@eml.cc>
3982
3983         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3984         primary select method (for gnus-group-mark-article-as-read).
3985
3986 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3987
3988         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3989         `(gnus)Face', not `(gnus)X-Face'.
3990
3991 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * mm-util.el (mm-ucs-to-char): New function.
3994
3995         * mm-url.el (mm-url-decode-entities): Use it.
3996
3997         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3998         unicode-to-char.
3999
4000 2009-01-05  Dave Love  <fx@gnu.org>
4001
4002         * time-date.el: Require cl for `declare'.
4003
4004 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4007         Dave Love.
4008
4009 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * message.el (message-fix-before-sending): Add `eight-bit' to
4012         illegible-text check.
4013
4014 2009-01-03  Michael Olson  <mwolson@gnu.org>
4015
4016         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4017         `headers' is nil.  This can occur if the IMAP server does not have
4018         permissions to read messages from a folder, but can write new messages
4019         to the folder.
4020         (nnimap-request-article-part): Do not insert `data' if it is nil.
4021
4022         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4023         characters which will confuse `read', so skip past them.
4024
4025 2009-01-01  Dave Love  <fx@gnu.org>
4026
4027         * imap.el (imap-string-to-integer): Fix typo.
4028         (imap-fetch-safe): New function.
4029         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4030
4031         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4032
4033         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4034         (imap-parse-greeting): Fix doc strings.
4035         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4036         (imap-parse-flag-list): Make messages unique.
4037         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4038
4039         * nnimap.el: Fix author email.
4040         (nnimap-split-rule): Add FIXME comment.
4041         (nnimap-debug): Fix doc string.
4042
4043 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4046
4047 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4050         nslookup if resolv.conf isn't available.
4051         (dns-query): Rename from query-dns.
4052         (dns-query-cached): Rename from query-dns-cached.
4053
4054 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4057         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4058         to check if those variables exist (first appeared in Emacs 18.50).
4059
4060 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * mm-util.el (mm-line-number-at-pos): New function.
4063
4064         * spam-report.el (spam-report-process-queue): Use it.
4065
4066 2008-12-24  David Engster  <dengste@eml.cc>
4067
4068         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4069         parameters that haven't existed as variables as buffer-local variables.
4070
4071 2008-12-23  Dave Love  <fx@gnu.org>
4072
4073         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4074         cadar.
4075
4076         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4077         imap-starttls-p.
4078         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4079
4080 2008-12-22  Dave Love  <fx@gnu.org>
4081
4082         * imap.el: Fix author email.  Doc fixes.
4083         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4084         reply.
4085
4086 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * spam-report.el (spam-report-gmane-max-requests): New constant.
4089         (spam-report-gmane-wait): New variable.
4090         (spam-report-gmane-ham, spam-report-gmane-spam)
4091         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4092         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4093         the server.
4094
4095         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4096         Add explanations.
4097
4098         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4099         nnheader-accept-process-output and nnheader-read-timeout if available.
4100         (pop3-movemail): Use it.
4101
4102         * message.el (message-check-news-body-syntax): Fix signature check if
4103         there's an attachment.
4104
4105 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * mm-util.el: Add comments to the mm- emulating functions.
4108
4109 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4112         by Stephen Berman <stephen.berman@gmx.net>.
4113
4114 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * mm-util.el (mm-substring-no-properties): New function.
4117         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4118         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4119         (mm-string-to-multibyte): Doc fix.
4120
4121         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4122
4123 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * mml.el (mml-attach-file): Strip text properties from file name.
4126         (Bug#1574)
4127
4128 2008-12-16  Glenn Morris  <rgm@gnu.org>
4129
4130         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4131
4132 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4135         knows since the charset specified might be a bogus alias that
4136         mm-charset-synonym-alist provides.
4137
4138 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4139
4140         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4141         "ISO_8859-1".
4142
4143         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4144
4145 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * mm-util.el (mm-charset-eval-alist):
4148         Define it before mm-charset-to-coding-system.
4149         (mm-charset-to-coding-system): Add optional argument `silent';
4150         define it before mm-charset-override-alist.
4151         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4152         default value if it can be used in Emacs currently running;
4153         silence mm-charset-to-coding-system.
4154
4155 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4158         `allow-override' which says whether to use `mm-charset-override-alist'.
4159         (rfc2047-decode-encoded-words): Use it.
4160
4161         * mm-util.el (mm-charset-override-alist): Fix custom type;
4162         add `(gb2312 . gbk)' to choices.
4163
4164 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4167         fast.
4168
4169         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4170
4171         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4172
4173 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4174
4175         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4176         on links.
4177
4178         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4179
4180 2008-12-03  Lute Kamstra  <lute@gnu.org>
4181
4182         * sha1.el: Remove leading * from docstrings of defcustoms,
4183         deffaces, defconsts and defuns.
4184
4185 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4188         users' addresses that don't have domain parts.
4189         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4190         rather than message-narrow-to-head since there will be the message
4191         header separator.
4192
4193 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4196         since the result is inserted in a unibyte buffer anyway.
4197         (nnimap-demule-use-string-to-multibyte): Remove.
4198         (nnimap-demule): Alias it to mm-string-to-multibyte.
4199
4200 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4203         variable for debugging bug#464 and bug#1174.
4204         (nnimap-demule): Use it.
4205
4206 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4209         score calculation correctly.
4210
4211 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4212
4213         * message.el (message-send-mail): Just set the buffer to unibyte
4214         rather than use mm-with-unibyte-current-buffer which does a lot more.
4215         (message-send-mail-partially): Don't bother with
4216         mm-with-unibyte-current-buffer since it's already been made unibyte by
4217         message-send-mail.
4218
4219 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4220
4221         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4222
4223 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4226
4227 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4230         require itself and to remove `with-no-warnings'.
4231
4232 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * starttls.el (starttls-any-program-available): Get the name of the
4235         available TLS layer program.
4236         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4237         well as the host name in the "opening" message.
4238
4239         * auth-source.el (auth-source-cache, auth-source-do-cache)
4240         (auth-source-user-or-password): Cache passwords and logins by default,
4241         allow override with `auth-source-do-cache'.
4242         (auth-source-forget-user-or-password): Allow users to remove cache
4243         entries if needed.
4244
4245 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4246
4247         * md4.el (md4-buffer): Fix typo in docstring.
4248         (md4, md4-64): Doc fixes.
4249         (md4-pack-int32): Reflow docstring.
4250
4251 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4252
4253         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4254         condition-case to only the forward-sexp call.
4255
4256 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4259         quotes contained.  Make it more robust regardless by an extra
4260         condition-case wrapper.
4261
4262 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4265
4266 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * nnml.el (nnml-request-expire-articles): Check if the function set to
4269         `nnmail-expiry-target' returns the symbol `delete'.
4270
4271         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4272
4273         * nnmail.el (nnmail-expiry-target): Fix custom type.
4274
4275 2008-10-02  Glenn Morris  <rgm@gnu.org>
4276
4277         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4278         Silence compiler warning.
4279
4280 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4281
4282         * tls.el (open-tls-stream): Show the actual command being
4283         executed, instead of the format string.
4284
4285 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * lpath.el: Fbind codepage-setup for Emacs 23.
4288
4289 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4290
4291         * mml.el (mml-menu): Don't assume mml2015 is bound.
4292
4293 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4296         exists.
4297
4298 2008-09-27  Glenn Morris  <rgm@gnu.org>
4299
4300         * gnus-util.el (mail-header-remove-comments): Autoload it.
4301
4302 2008-09-27  Andreas Schwab  <schwab@suse.de>
4303
4304         * gnus-util.el (gnus-split-references): Strip comments.
4305         (gnus-parent-id): Likewise.
4306
4307 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4308
4309         * message.el (message-confirm-send): Fix version.
4310
4311 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * message.el (message-idna-to-ascii-rhs-1): Use
4314         mail-extract-address-components rather than mail-header-parse-addresses
4315         that is an alias by default to ietf-drums-parse-addresses that does not
4316         support non-ASCII names in headers' contents.
4317
4318 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * message.el (message-confirm-send): Fixed variable documentation to
4321         avoid the "y/n" wording.
4322
4323 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4324
4325         * message.el (message-set-auto-save-file-name): Save to a different
4326         filename so multiple messages (especially drafts) can be recovered.
4327
4328 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * message.el (message-confirm-send): Add appropriate version.
4331
4332 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4333
4334         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4335         defvar.
4336
4337 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4338
4339         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4340         (mm-pkcs7-enveloped-magic): Ditto.
4341
4342 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4343
4344         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4345         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4346
4347 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4350         default, it's better.
4351
4352 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4355         summary line gnus-number property and ignore them (with a warning
4356         message).
4357
4358 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4361         macro caddr in the interactive form since it won't be expanded.
4362
4363 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4366         `charset'; fix name of function called recursively.
4367         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4368
4369 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4372         (gnus-mime-set-charset-parameters): New function.
4373         (gnus-mime-view-part-as-charset): Use it to correctly display part
4374         specifying wrong charset.
4375
4376 2008-09-08  David Engster  <dengste@eml.cc>
4377
4378         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4379         in completing-read for back end server.
4380
4381 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * message.el (message-confirm-send): New variable to confirm sending a
4384         message.
4385         (message-send): Use it.
4386
4387 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4388
4389         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4390
4391 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4394
4395 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4398         prevent tracking too many groups.
4399         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4400         Use it.
4401
4402 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4403
4404         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4405         moving point to the bottom of the window in order to avoid recentering.
4406
4407 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4410
4411         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4412         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4413         (gnus-article-beginning-of-window): Fix calculation.
4414
4415 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-msg.el (gnus-summary-supersede-article)
4418         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4419         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4420         message header.
4421
4422 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4423
4424         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4425         pending output coming after the status change.
4426
4427 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4428
4429         * message.el:
4430         * gnus-start.el:
4431         * gnus-registry.el: Remove VMS support.
4432
4433 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4436         macro.
4437         (rfc2104-hash): Use it.
4438
4439 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4442         (gnus-summary-sort-by-most-recent-date): New commands.
4443         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4444         and menu entries.
4445
4446 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4449         don't redisplay article for raw contents; remove plural articles stuff.
4450
4451         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4452         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4453         on gnus-summary-save-article; display results properly.
4454
4455 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * lpath.el: No need to fbind ns-focus-frame.
4458
4459 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4460
4461         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4462
4463 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4466         gnus-save-all-headers.
4467
4468 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4469
4470         * gnus-util.el (ns-focus-frame): Remove declaration.
4471         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4472         like x.
4473
4474 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4475
4476         * rfc2104.el (rfc2104-zero): Delete defconst.
4477         (rfc2104-hex-alist): Likewise.
4478         (rfc2104-hex-to-int): Delete func.
4479         (rfc2104-hexstring-to-bitstring): Likewise.
4480         (rfc2104-nybbles): New defconst.
4481         (rfc2104-hash): Rewrite for speed.
4482
4483 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * tls.el (open-tls-stream): Make it work with the 2nd argument
4486         BUFFER that is a string but does not exist as a buffer object, as
4487         mentioned in the doc-string.
4488
4489 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4492         SXEmacs.
4493
4494 2008-07-16  Glenn Morris  <rgm@gnu.org>
4495
4496         * gnus-util.el (ns-focus-frame): Declare for compiler.
4497
4498 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4501         set as a group parameter.
4502         (gnus-summary-save-in-pipe): Work when it is called independently.
4503         (gnus-summary-pipe-to-muttprint): Don't modify
4504         gnus-summary-pipe-output-default-command.
4505
4506 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4507
4508         * message.el (message-send-mail-with-sendmail):
4509         Display the error message.
4510
4511 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-art.el (gnus-default-article-saver):
4514         Add gnus-summary-save-in-pipe to choices.
4515         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4516         gnus-summary-pipe-output-default-command as the default command.
4517         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4518         instead of gnus-last-shell-command.
4519
4520         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4521         New user option.
4522         (gnus-summary-muttprint-program): Mention the value will be changed.
4523         (gnus-summary-save-article): Force showing of all headers.
4524         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4525
4526 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4527
4528         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4529
4530 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4531
4532         * nnimap.el (nnimap-id):
4533         * sieve-manage.el (sieve-manage-open): Doc fixes.
4534
4535 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4536
4537         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4538         if available.
4539
4540 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4541
4542         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4543
4544         * nnkiboze.el (nnkiboze-generate-group):
4545         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4546
4547         * nnmairix.el: Require CL.
4548
4549 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * dgnushack.el: Autoload get-display-table and put-display-table for
4552         XEmacs 21.5.
4553
4554         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4555         21.4 and SXEmacs.
4556
4557 2008-06-15  David Engster  <dengste@eml.cc>
4558
4559         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4560
4561 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4562
4563         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4564         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4565         runtime choice under XEmacs.
4566
4567         * gnus-sum.el (gnus-summary-set-display-table):
4568         Use `gnus-put-display-table', `gnus-get-display-table',
4569         `gnus-set-display-table' for the display table, instead of `aset'.
4570
4571         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4572         Use `gnus-put-display-table', `gnus-get-display-table',
4573         `gnus-set-display-table' for the display table.
4574
4575 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * nnmairix.el: Add autoloads.
4578
4579 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4580
4581         * nnmairix.el (nnmairix-delete-recreate-group)
4582         (nnmairix-update-and-clear-marks): Fix error messages.
4583
4584 2008-06-14  David Engster  <dengste@eml.cc>
4585
4586         * nnmairix.el: Upgrade to version 0.6.
4587         (nnmairix-group-toggle-propmarks-this-group)
4588         (nnmairix-group-toggle-readmarks-this-group)
4589         (nnmairix-group-delete-recreate-this-group)
4590         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4591         (nnmairix-remove-tick-mark-original-article): New commands.
4592         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4593         (nnmairix-propagate-marks-to-nnmairix-groups)
4594         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4595         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4596         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4597         functions needed for marks propagation and manipulation of read marks.
4598         (nnmairix-update-groups): New function.
4599         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4600         (nnmairix-determine-original-group-from-registry)
4601         (nnmairix-determine-original-group-from-path)
4602         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4603         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4604         New helper functions.
4605         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4606         keystrokes for new commands.
4607         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4608         (nnmairix-request-group): Check allow-fast group parameter.
4609         (nnmairix-request-create-group): Set allow-fast group parameter if
4610         nnmairix-allowfast-default is set.
4611         (nnmairix-close-group): Propagate marks upon closing if needed.
4612         (nnmairix-group-toggle-threads-this-group): Use new.
4613         nnmairix-group-toggle-parameter helper function.
4614         (nnmairix-search): Better check for empty search result.
4615         (nnmairix-goto-original-article): Use new helper functions for
4616         determining original article.
4617         (nnmairix-show-original-article): Make sure message-id is in brackets.
4618         (nnmairix-call-mairix-binary): Change variable name.
4619         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4620         helper function.
4621         (nnmairix-widget-toggle-activate): Fix doc string.
4622
4623 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * nnir.el: Require edmacro when compiling with XEmacs.
4626         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4627         available in Emacs 21.
4628
4629 2008-06-11  Glenn Morris  <rgm@gnu.org>
4630
4631         * gnus-util.el (x-focus-frame):
4632         * gnus.el (image-size):
4633         * mm-decode.el (image-size): Declare.
4634
4635         * gnus-picon.el (declare-function): Add compat definition.
4636         (image-size): Declare.
4637
4638         * gnus-group.el (tool-bar-map):
4639         * gnus-sum.el (tool-bar-map): Define for compiler.
4640
4641         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4642
4643         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4644
4645         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4646         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4647         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4648         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4649         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4650         * sieve-manage.el, spam-report.el, spam.el:
4651         Remove unnecessary eval-and-compile of autoloads.
4652
4653 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4654
4655         * auth-source.el: Precise Tramp doc.
4656
4657 2008-06-07  Glenn Morris  <rgm@gnu.org>
4658
4659         * nnmairix.el: Remove unnecessary eval-when-compile.
4660
4661 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * lpath.el: Fbind propertize for XEmacs 21.4.
4664
4665 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * nnir.el: Move here from ../contrib.
4668
4669 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4670
4671         * gnus-util.el (gnus-read-shell-command): New function.
4672         * mm-decode.el (mm-pipe-part):
4673         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4674
4675 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4678
4679 2008-06-03  Glenn Morris  <rgm@gnu.org>
4680
4681         * pop3.el (nnheader-accept-process-output): Autoload it.
4682
4683 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4686         are not 2-digit hexadecimal characters that follow `%'s.
4687
4688 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * message.el (message-bogus-recipient-p): Fix type in doc string.
4691         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4692         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4693         Improve custom options.
4694         (message-bogus-recipient-p): Adjust accordingly.
4695
4696 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4697
4698         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4699         long-form month and day names.
4700
4701 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * dgnushack.el: Autoload debug, eudc-expand-inline and
4704         pgg-snarf-keys-region for XEmacs.
4705
4706         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4707
4708         * nnmairix.el: Require edmacro when compiling with XEmacs.
4709
4710 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4713         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4714
4715 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4716
4717         * auth-source.el: Add more docs.
4718
4719         * netrc.el (netrc-machine): Always match if the port is not given.
4720
4721 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4724         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4725         retrieval faster in some cases, but might make CPU usage larger.  If
4726         this has any bad side effects, we might revert this change.
4727
4728         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4729         seems to make mail retrieval much, much faster.
4730         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4731         unconditionally.
4732
4733         * gnus-draft.el (gnus-group-send-queue): Bind
4734         message-send-mail-partially-limit to nil to avoid being prompted.
4735
4736 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4739
4740         * message.el (message-bogus-address-regexp): Fix and improve custom
4741         type.
4742         (message-setup-hook): Add message-check-recipients as custom option.
4743
4744 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * message.el (message-cite-function): Remove bogus autoload which crept
4747         in during merge from v5-10.
4748
4749 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4752
4753         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4754
4755         * auth-source.el: Preliminary Tramp docs.
4756         (auth-sources): Change the default auth-sources to use
4757         EPA .gpg files.
4758
4759 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * nntp.el: Autoload `auth-source-user-or-password'.
4762         (nntp-send-authinfo): Use it.
4763
4764         * nnimap.el: Autoload `auth-source-user-or-password'.
4765         (nnimap-open-connection): Use it.
4766
4767         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4768         for the gnus-message function.
4769         (auth-source-user-or-password): Use it.
4770
4771 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4772
4773         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4774         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4775         (rfc2104-hash): Use it.
4776
4777 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4778
4779         * gnus-art.el (gnus-article-toggle-truncate-lines):
4780         Don't use `iff' in docstring.
4781
4782 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4783
4784         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4785
4786         * gnus-util.el (gnus-extract-address-component-name)
4787         (gnus-extract-address-component-email): Convenience functions around
4788         `gnus-extract-address-components'.
4789
4790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4791         Use `gnus-extract-address-component-email' to fix bug of comparing full
4792         sender name to `user-mail-address'.
4793
4794 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4797         catch/throw to optimize.
4798         (gnus-registry-find-keywords): Just use member to find a keyword.
4799
4800 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4801
4802         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4803         is current before calling gnus-server-prepare.
4804         (gnus-server-setup-buffer, gnus-server-update-server)
4805         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4806
4807 2008-05-04  Juri Linkov  <juri@jurta.org>
4808
4809         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4810         (mailcap-file-default-commands): Use mailcap-replace-in-string
4811         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4812         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4813
4814 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4815
4816         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4817
4818 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4819
4820         * gnus.el: Bump version to 0.11.
4821
4822 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4823
4824         * gnus.el: No Gnus v0.10 is released.
4825
4826 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4829         hooks.
4830         (gnus-update-read-articles): Speed up non-marks-using users.
4831         (gnus-use-marks): Define gnus-use-marks.
4832         (gnus-propagate-marks): Rename variable to something more sensible.
4833
4834 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4835
4836         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4837         (gmm-image-load-path-for-library): Fix typos in docstrings.
4838         (gmm-message): Reflow docstring.
4839
4840 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4841
4842         * mail-source.el (mail-source-set-1, mail-source-bind):
4843         Move auth-source code out of the macro to clean it up and fix bugs.
4844
4845 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4848         by sender if it's equal to user-mail-address, it's likely to be
4849         useless.
4850
4851         * mail-source.el (mail-source-bind): Don't use user or password if they
4852         are not bound.  Unintern them if they are nil.  Don't use server unless
4853         it's bound, and default it to empty string otherwise.
4854
4855 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4856
4857         * mail-source.el: Load auth-source.el.
4858         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4859         get user name or password, if auth-sources is set up.
4860
4861         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4862         strategy of splitting with parent.
4863         (gnus-registry-split-fancy-with-parent)
4864         (gnus-registry-post-process-groups): Use it and fix prior
4865         bug (returning a list as the split result).
4866
4867         * auth-source.el (auth-sources): Remove server parameter.
4868         (auth-source-pick, auth-source-user-or-password)
4869         (auth-source-user-or-password-imap)
4870         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4871         (auth-source-user-or-password-sftp)
4872         (auth-source-user-or-password-smtp): Remove server parameter.
4873
4874 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4875
4876         * smime.el (smime-sign-region, smime-encrypt-region)
4877         (smime-decrypt-region):
4878         Remove redundant calls to `generate-new-buffer-name'.
4879
4880 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4881
4882         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4883         Don't use QP for message/rfc822.
4884         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4885
4886 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4887
4888         * sieve-manage.el (sieve-string-bytes): Remove.
4889         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4890         correct byte-length only if the process's coding-system is the same as
4891         the one used internally by Emacs to represent strings.
4892
4893 2008-04-22  Juri Linkov  <juri@jurta.org>
4894
4895         * mailcap.el (mailcap-file-default-commands): New function.
4896
4897 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4898
4899         * message.el (message-signature-separator, message-cite-function):
4900         Change custom version.
4901
4902 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4903
4904         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4905         commands.
4906         (tls-checktrust): Ditto.
4907
4908 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * mm-decode.el (mm-display-external): Make temp file read-only.
4911
4912 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4915         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4916         `C-c C-f d'.
4917
4918 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4919
4920         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4921
4922 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * gnus.el: Bump version to 0.9.
4925
4926 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4927
4928         * gnus.el: No Gnus v0.8 is released.
4929
4930 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4931
4932         * mail-source.el (mail-source-value):
4933         Prefer fboundp to functionp so it works with macros as well.
4934
4935 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4936
4937         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4938         Fix last change in case the element is not even a symbol.
4939
4940 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4941
4942         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4943         Prefer fboundp to functionp so it works with macros as well.
4944
4945 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * auth-source.el: Added docs.
4948         (auth-sources): Modify format to support server.
4949         (auth-source-pick, auth-source-user-or-password)
4950         (auth-source-user-or-password-imap)
4951         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4952         (auth-source-user-or-password-sftp)
4953         (auth-source-user-or-password-smtp): Add server parameter.
4954
4955 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4956
4957         * gnus-registry.el: Initialize the registry when gnus-registry-install
4958         is t.
4959
4960 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * compface.el (uncompface): Make buffer unibyte.
4963
4964 2008-04-05  Glenn Morris  <rgm@gnu.org>
4965
4966         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4967
4968 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4969
4970         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4971         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4972
4973         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4974         multibyteness after rather than before erasing it.
4975
4976         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4977         mm-with-multibyte.
4978         (gnus-request-article-this-buffer): Make sure the proper decoding is
4979         used if gnus-original-article-buffer happens to be unibyte.
4980
4981         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4982         default-enable-multibyte-characters.
4983
4984         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4985         default-enable-multibyte-characters.
4986
4987         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4988
4989         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4990
4991 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4992
4993         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4994         (imap-message-copyuid-1): Use it.
4995         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4996         J. Williams in
4997         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4998
4999         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5000         imap-enable-exchange-bug-workaround.
5001         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5002
5003 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5004
5005         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5006         a 100 byte status-checks into a 2-3MB transfer for each group.
5007         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5008         to enable bug workaround or not.
5009         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5010
5011 2008-03-31  Glenn Morris  <rgm@gnu.org>
5012
5013         * message.el (mml2015-use): Declare for compiler.
5014         (message-info): Require mml2015 when appropriate.
5015
5016 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5019         whitespace.
5020
5021 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5022
5023         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5024         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5025         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5026         (nntp-service-to-port): New function.
5027         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5028         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5029         (nntp-open-netcat-stream): New function.
5030         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5031
5032 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5033
5034         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5035
5036 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5037
5038         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5039
5040 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5041
5042         * dns.el (dns-write): Use set-buffer-multibyte.
5043
5044 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5045
5046         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5047
5048 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5049
5050         * message.el (message-signature-separator): Change default.
5051         Improve custom type.
5052         (message-cite-function): Change default to
5053         message-cite-original-without-signature.
5054
5055         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5056         toggle.
5057
5058         * message.el (message-check-news-body-syntax): Fix signature check.
5059         (message-setup-1): Mark buffer as unmodified _after_ running
5060         message-setup-hook and handling message-alternative-emails.
5061         (message-shorten-references): Be more strict when building list of
5062         valid references to comply with GNKSA.
5063
5064         * gnus-group.el (gnus-read-ephemeral-bug-group)
5065         (gnus-read-ephemeral-debian-bug-group)
5066         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5067
5068         * message.el (message-info): Don't use booleanp which isn't supported
5069         in Emacs 21 and XEmacs.
5070
5071 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5074         gnus-group-gmane-group-download-format.
5075         (gnus-group-read-ephemeral-gmane-group): Rename from
5076         gnus-group-read-ephemeral-gmane-group.
5077         (gnus-read-ephemeral-gmane-group-url): Rename from
5078         gnus-group-read-ephemeral-gmane-group-url.
5079         (gnus-bug-group-download-format-alist): New variable.
5080         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5081         (gnus-read-ephemeral-emacs-bug-group): New commands.
5082
5083 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5084
5085         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5086         (gnus-visible-headers): Improve custom type.
5087
5088 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * mml.el (mml-menu): Add workarounds for XEmacs.
5091
5092         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5093         X-Boundary header.
5094
5095         * message.el (message-simplify-recipients): Fix previous commit.
5096
5097 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5098
5099         * mm-util.el (mm-set-buffer-multibyte): New function.
5100         * mm-decode.el (mm-copy-to-buffer): Use it.
5101
5102 2008-03-19  Glenn Morris  <rgm@gnu.org>
5103
5104         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5105         Accidentally removed in the sync process with Emacs.
5106
5107 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * message.el (message-alter-recipients-discard-bogus-full-name):
5110         New function.
5111         (message-alter-recipients-function): New variable.
5112         (message-get-reply-headers): Use it.
5113         (message-replace-header): New helper function.
5114         (message-recipients-without-full-name): New variable.
5115         (message-simplify-recipients): New command.
5116
5117         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5118
5119         * message.el (message-info): Handle EasyPG manual.
5120
5121         * mml.el (mml-menu): Add entry for EasyPG.
5122
5123 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5124
5125         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5126         parameter.
5127
5128         * message.el (message-disassociate-draft): Specify drafts group name
5129         fully.
5130
5131 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5132
5133         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5134         unnecessary duplicates from the match list.
5135
5136 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5139
5140         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5141
5142         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5143         args of `how-many' of which the XEmacs version doesn't take; declare
5144         Info-index-next as function.
5145
5146 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5147
5148         * gnus-score.el (gnus-score-headers): Fix handling of
5149         gnus-inhibit-slow-scoring.
5150
5151         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5152         string.
5153         (gnus-button-url-regexp): Improve handling of parenthesis.
5154         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5155         (gnus-button-handle-info-keystrokes): Handle index entries.
5156
5157 2008-03-15  Glenn Morris  <rgm@gnu.org>
5158
5159         * parse-time.el (parse-time-string): Simplify.
5160
5161 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5164         Incoming* files.
5165
5166 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5169         (auth-source-pick): Use it.
5170
5171 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5172
5173         * binhex.el (binhex-decode-region-internal):
5174         * uudecode.el (uudecode-decode-region-internal):
5175         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5176         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5177         setting default-enable-multibyte-characters.
5178
5179 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         * auth-source.el (auth-source-protocols)
5182         (auth-source-protocols-customize, auth-source-choices): Added and
5183         modified variable customizations and defaults.
5184         (auth-source-pick, auth-source-user-or-password)
5185         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5186         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5187         (auth-source-user-or-password-sftp)
5188         (auth-source-user-or-password-smtp): Use new variables and provide an
5189         interface to netrc.el.
5190
5191 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5194         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5195         Make sure the nntp port to specify is a string.
5196
5197 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5198
5199         * nntp.el: Use with-current-buffer.
5200         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5201         dubious mm-with-unibyte-current-buffer.
5202         (nntp-with-open-group-function): New function extracted from
5203         nntp-with-open-group macro.
5204         (nntp-with-open-group): Use the function, so it's easier to debug.
5205         Add indentation and debugging info.
5206         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5207         the use of the netcat alternatives.
5208
5209         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5210         Avoid mm-string-as-multibyte as well.
5211
5212         * nnweb.el (nnweb-insert-html):
5213         Remove use of nnheader-string-as-multibyte.
5214
5215         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5216         (nnheader-string-as-multibyte): Remove.
5217
5218         * mm-view.el: Use inhibit-read-only.
5219         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5220         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5221         or unibyte-string.
5222
5223         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5224         (mm-uu-yenc-extract): Use with-current-buffer.
5225
5226         * gnus-soup.el (gnus-soup-send-packet): Don't use
5227         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5228
5229         * nnmh.el: Use with-current-buffer.
5230         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5231         mm-string-as-multibyte on the output of mm-encode-coding-string.
5232
5233         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5234         (nnimap-request-move-article): Use with-current-buffer.
5235
5236         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5237         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5238         conversion uses string-make-unibyte rather than string-as-unibyte.
5239
5240         * gnus-msg.el: Use with-current-buffer.
5241
5242         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5243
5244 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5245
5246         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5247         string for caching if it is 'PIN.
5248
5249 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * lpath.el: Consider the case without Emacs/W3.
5252
5253 2008-03-08  Glenn Morris  <rgm@gnu.org>
5254
5255         * time-date.el (date-to-time, time-subtract, time-add)
5256         (safe-date-to-time): Doc fixes.
5257
5258 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5259
5260         * mail-source.el (mail-source-delete-old-incoming-confirm):
5261         Change default to nil.
5262         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5263
5264 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * lpath.el: Rearrange.
5267
5268         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5269         (gnus-article-goto-prev-page): Work for articles having ^L's.
5270
5271         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5272
5273         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5274
5275 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5276
5277         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5278         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5279         (gnus-bookmark-jump): Adjust some variable names.
5280
5281 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * auth-source.el: New package.
5284         (auth-source-choices): Add customization entry point variable.
5285
5286         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5287         bug.
5288
5289 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5290
5291         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5292         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5293         (gnus-registry-install-shortcuts): Rename from
5294         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5295         the `gnus-registry-mark-map' keymap dynamically from
5296         `gnus-registry-marks'.  The generated functions update the summary line
5297         when a registry mark is added or deleted, and will call
5298         `gnus-registry-install-p' (see the comments in the code).
5299         (gnus-registry-user-format-function-M): Use concat intelligently.
5300
5301         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5302         the registry mark functions.
5303
5304 2008-03-05  Glenn Morris  <rgm@gnu.org>
5305
5306         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5307         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5308         gnus-art.
5309         (top-level): No need to load own source when compiling.
5310
5311 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5314         Suggested by <chris.anderton@zetnet.co.uk>.
5315
5316 2008-03-04  Glenn Morris  <rgm@gnu.org>
5317
5318         * gnus-sum.el (top-level): No need to require gnus when compiling,
5319         since unconditionally required near start of file.
5320         (gnus-summary-display-while-building): Move definition before use.
5321
5322 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5325         formatting function.
5326
5327 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5328
5329         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5330         with plists.
5331         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5332         Use new format.
5333
5334 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5337         `where-is-internal' that returns a range of key sequences.
5338
5339 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5340
5341         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5342
5343         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5344         (gnus-summary-jump-to-group): Consider windows on other displayed
5345         frames as well.  Similar changes might be needed elsewhere, but that's
5346         the one I've bumped into during my use.
5347
5348         * nndoc.el (nndoc-oe-dbx-type-p):
5349         * gnus-msg.el (gnus-debug):
5350         * gnus-group.el (gnus-update-group-mark-positions):
5351         Use mm-string-to-multibyte.
5352
5353 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5356         doesn't handle NotDashEscaped.
5357
5358         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5359         (mml-dnd-attach-options): Fix typo in custom choice.
5360
5361         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5362         nndoc-article-type to mbox.
5363         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5364
5365         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5366         to nil, instead of html2text.
5367
5368         * imap.el (imap-debug): Add `imap-ping-server'.
5369
5370         * gnus-bookmark.el: Add FIXMEs.
5371
5372         * message.el (message-form-letter-separator)
5373         (message-send-form-letter-delay): New variables.
5374         (message-send-form-letter): Use them.  New command to send form
5375         letters.  Requested by Uwe Siart.
5376         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5377
5378 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * Update copyright years.
5381
5382 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         Sync from EMACS_22_BASE.
5385
5386         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5387
5388 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5389
5390         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5391         empty author.
5392
5393 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * gnus-registry.el (gnus-registry-marks): Add variable for
5396         customization of marks and their appearance.
5397         (gnus-registry-read-mark): Use it.
5398         (gnus-registry-do-marks): Add utility function to loop through
5399         `gnus-registry-marks'.
5400         (gnus-registry-install-shortcuts-and-menus): Add function to install
5401         shortcuts and menus.
5402         (gnus-registry-initialize): Use it.
5403         (gnus-registry-default-mark): Clarify documentation.
5404
5405 2008-02-29  Glenn Morris  <rgm@gnu.org>
5406
5407         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5408         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5409         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5410         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5411         Change defcustom :version from 23.0 to 23.1.
5412
5413 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * gnus-registry.el (gnus-registry-follow-group-p)
5416         (gnus-registry-post-process-groups): Add functions to aid registry
5417         splitting and improve logging.  Clarify behavior in function
5418         documentation.
5419         (gnus-registry-split-fancy-with-parent): Use them.
5420
5421 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5422
5423         * gnus-art.el: Use with-current-buffer.
5424
5425 2008-02-27  David Engster  <dengste@eml.cc>
5426
5427         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5428         Express real group name in the response.
5429
5430 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5431
5432         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5433         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5434         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5435         autoload gnus-registry-fetch-group when compiling.
5436         (nnmairix-request-group-with-article-number-correction): Remove
5437         unreferenced argument passed to nnmairix-call-backend.
5438
5439 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5442         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5443         Wilde.
5444
5445 2008-02-27  Glenn Morris  <rgm@gnu.org>
5446
5447         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5448         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5449         variables to defconsts.  Convert comments to doc-strings.
5450         (nnmairix-last-server, nnmairix-current-server): Convert from free
5451         variables to defvars.  Convert comments to doc-strings.
5452         (gnus-registry-fetch-group): Autoload.
5453         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5454         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5455         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5456         caddr.
5457         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5458         nnmairix-request-group-with-article-number-correction call.
5459         (nnmairix-fast, nnmairix-group): New, less general names, for free
5460         variables passed from nnmairix-request-group to
5461         nnmairix-request-group-with-article-number-correction.  Declare.
5462         (nnmairix-request-group-with-article-number-correction):
5463         Use nnmairix-fast, nnmairix-group rather than fast, group.
5464
5465 2008-02-26  David Engster  <dengste@eml.cc>
5466
5467         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5468         version 0.5.
5469
5470 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5471
5472         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5473         instead of making an extra function call.  Don't add the current group
5474         to articles only when they have the group.  Use
5475         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5476         Reported by David <de_bb@arcor.de>.
5477
5478 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5481         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5482
5483 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5484
5485         * mail-source.el (mail-source-delete-incoming): Change default.
5486         Supplement doc string.
5487
5488         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5489
5490 2008-02-14  Glenn Morris  <rgm@gnu.org>
5491
5492         * time-date.el (format-seconds): New function.
5493
5494 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5495
5496         * nnmail.el (nnmail-message-id-cache-file): Derive from
5497         `gnus-home-directory'.
5498
5499 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5502         Document negative prefix.
5503
5504         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5505
5506 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5507
5508         * message.el (message-unsent-separator): Add the Exim bounce
5509         separator.
5510
5511 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5512
5513         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5514         list.
5515         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5516         recipient/signer list.
5517
5518 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * Makefile.in (datarootdir): Define.
5521         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5522         name that might contain whitespace.
5523
5524 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5527         fbound (Emacs 23 unicode), signal an error.
5528
5529 2008-02-08  Glenn Morris  <rgm@gnu.org>
5530
5531         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5532
5533 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5534
5535         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5536         ports to the calls to `netrc-machine-user-or-password' in addition to
5537         "imap" and "imaps".
5538
5539 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5540
5541         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5542
5543         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5544
5545 2008-02-01  Kenichi Handa  <handa@m17n.org>
5546
5547         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5548         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5549         (rfc2104-hash): Convert the result of concat to unibyte string.
5550
5551 2008-02-01  Dave Love  <fx@gnu.org>
5552
5553         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5554         coding-system-for-read.
5555         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5556
5557 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5560         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5561         <hanche@math.ntnu.no>.
5562
5563 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5566
5567         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5568
5569 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5570
5571         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5572         * message.el (message-beginning-of-line): Use featurep instead of bound
5573         tests in order to resolve conditionals at compile time.
5574
5575 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5576
5577         * mail-source.el (mail-sources): Add `group' choice.
5578
5579         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5580         parameter `in-group' to control into which group the articles go.
5581         Add treatment of `group' mail-source.
5582
5583 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5586
5587         * mm-decode.el (mm-dissect-buffer): Decode description.
5588
5589         * mml.el (mml-to-mime): Encode message header first.
5590
5591 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5594         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5595
5596         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5597         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5598
5599 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5602
5603 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5606         prefix keys.
5607         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5608         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5609         gnus-xmas.el.
5610
5611         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5612         (gnus-xmas-article-describe-bindings): New function.
5613         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5614         gnus-xmas-article-describe-bindings.
5615
5616         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5617
5618 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5621         Add new variables for article mark management.
5622         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5623         list of extra data entries which, when present, will indicate that the
5624         article ID should not be trimmed from the registry.
5625         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5626         functions.
5627         (gnus-registry-read-mark): New function to read a mark name from the
5628         user.
5629         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5630         (gnus-registry-set-article-mark-internal): New functions to add and
5631         remove marks.
5632         (gnus-registry-get-article-marks): New function to show the marks for
5633         an article, or retrieve them for further use.
5634
5635 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5638         keys when no argument is given.
5639
5640 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5641
5642         * imap.el (imap-ping-server): New variable.
5643         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5644         (imap-ping-server): Minor doc string fixes.
5645
5646 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5647
5648         * imap.el (imap-ping-server): New function.
5649         (imap-opened): Call imap-ping-server.
5650
5651 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5652
5653         * gnus-sum.el (gnus-article-sort-by-random)
5654         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5655         jidanni@jidanni.org.
5656
5657 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-art.el (gnus-article-describe-bindings): New function.
5660         (gnus-article-read-summary-keys): Use it.
5661         (gnus-article-mode-map): Bind `C-h b' to it.
5662
5663 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5666         XEmacs.
5667         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5668         against non-character events.
5669
5670         * lpath.el: Fbind map-keymap for Emacs 21.
5671
5672 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5675         command.
5676         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5677         instead of END.  Change name of the temp file.
5678         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5679         customizable.
5680
5681 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5684         bind `S W' to gnus-article-wide-reply-with-original; set default
5685         binding to gnus-article-read-summary-send-keys.
5686         (gnus-article-read-summary-keys): Fix the order of keys; display
5687         continuation keys correctly in the echo area; describe bindings
5688         correctly when keys end with `C-h'.
5689         (gnus-article-read-summary-send-keys): New function.
5690         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5691         for gnus-article-read-summary-send-keys; display continuation keys
5692         correctly in the echo area.
5693         (gnus-article-reply-with-original): Ignore prefix argument.
5694         (gnus-article-wide-reply-with-original): New function.
5695
5696         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5697         Emacs 21.
5698
5699 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5702         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5703
5704 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5707         (gnus-group-read-ephemeral-gmane-group): New command.
5708
5709 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5710
5711         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5712
5713 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * message.el (message-send-mail-function): Increase custom version.
5716
5717         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5718         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5719
5720 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5723         for the cases where imap-authenticate is called with a nil buffer
5724         parameter.
5725
5726 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5729         html parts correctly; support forwarded messages.
5730         (gnus-article-browse-html-article): Remove work buffers.
5731
5732         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5733         compiling.
5734         (netrc-bound-and-true-p): New macro.
5735         (netrc-parse): Use it instead of bound-and-true-p that is not available
5736         in XEmacs 21.4.
5737
5738 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * gnus-registry.el (gnus-registry-mark-article)
5741         (gnus-registry-article-marks): Add functionality to mark articles
5742         through the Gnus registry.
5743
5744         * encrypt.el: Clarify documentation for the new pgg method.
5745         (encrypt-file-alist): Add PGG option.
5746         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5747         functionality.  Abstract password key and messaging to external
5748         functions.
5749         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5750         (encrypt-message-method-and-cipher): Add new convenience external
5751         functions.
5752         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5753         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5754
5755         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5756         (netrc-parse): Use encrypt-file-alist to determine if
5757         encrypt-find-model or encrypt-insert-file-contents should be used.
5758
5759         * encrypt.el: Clarify documentation.  Load password-cache or
5760         password, whichever one is found first, instead of autoloading.
5761
5762 2007-12-19  Glenn Morris  <rgm@gnu.org>
5763
5764         * mml.el (message-options-set, message-narrow-to-head)
5765         (message-in-body-p, message-mail-p, message-encode-message-body):
5766         Autoload.
5767         (message-remove-header, message-narrow-to-headers-or-head)
5768         (message-subscribed-p, message-make-mail-followup-to)
5769         (message-position-on-field, message-news-p)
5770         (message-options-set-recipient, message-generate-headers)
5771         (message-sort-headers): Declare as functions.
5772
5773 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5774
5775         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5776         convention in doc string.
5777
5778 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5781         title to html parts.
5782         (gnus-article-browse-html-article): Pass message header to it.
5783
5784         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5785
5786 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5789         or password compatible with XEmacs.
5790
5791 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5794         format document.
5795         (gnus-mime-delete-part): Don't write description line if empty.
5796         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5797
5798 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5799
5800         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5801         (gnus-summary-mark-read-and-unread-as-read)
5802         (gnus-summary-mark-current-read-and-unread-as-read)
5803         (gnus-summary-mark-unread-as-ticked): Doc fix.
5804         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5805
5806 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5809         Christoph Conrad <christoph.conrad@gmx.de>.
5810
5811 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5814         yes-or-no-p.
5815
5816 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * mm-decode.el (mm-add-meta-html-tag): New function.
5819         (mm-save-part-to-file, mm-pipe-part): Use it.
5820
5821         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5822         gnus-y-or-n-p instead of y-or-n-p.
5823         (gnus-article-browse-html-parts): Work with message/external-body; use
5824         mm-add-meta-html-tag.
5825
5826 2007-12-11  Glenn Morris  <rgm@gnu.org>
5827
5828         * gnus-cache.el: Require gnus-sum not just when compiling.
5829
5830         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5831
5832         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5833         definitions before use.
5834
5835         * mm-decode.el: Require gnus-util.
5836         (mm-remove-part): Only call delete-annotation on XEmacs.
5837
5838         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5839
5840         * nnmail.el: Require gnus-int.
5841
5842         * spam.el: Move `require's before `eval-when-compile's.
5843
5844         * gnus-ems.el (gnus-alive-p):
5845         * gnus-fun.el (message-goto-eoh):
5846         * gnus-util.el (gnus-group-name-decode):
5847         * mail-source.el (gnus-compress-sequence):
5848         * message.el (Info-goto-node, format-spec):
5849         * mm-bodies.el (message-options-get):
5850         * mm-decode.el (mm-view-pkcs7):
5851         * mm-util.el (gmm-write-region):
5852         * mml-smime.el (mml-compute-boundary)
5853         (gnus-completing-read-with-default):
5854         * mml.el (widget-button-press, gnus-make-hashtable):
5855         * mml1991.el (mm-decode-content-transfer-encoding)
5856         (mm-encode-content-transfer-encoding)
5857         (message-options-get, message-options-set):
5858         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5859         * nnfolder.el (gnus-request-group):
5860         * nnheader.el (ietf-drums-unfold-fws):
5861         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5862         * smime.el (gnus-run-mode-hooks):
5863         * spam-stat.el (gnus-message): Autoload.
5864
5865         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5866         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5867         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5868         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5869         Add declare-function compatibility definition.
5870
5871         * gnus-cache.el (nnvirtual-find-group-art):
5872         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5873         (gnus-add-image, gnus-add-wash-type):
5874         * gnus-group.el (nnkiboze-score-file):
5875         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5876         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5877         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5878         (message-tokenize-header, gnus-get-buffer-create)
5879         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5880         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5881         * gnus.el (gnus-group-decoded-name):
5882         * mail-source.el (imap-capability):
5883         * mm-bodies.el (message-options-set):
5884         * mm-decode.el (gnus-configure-windows):
5885         * mm-extern.el (message-goto-body):
5886         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5887         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5888         (epg-sub-key-validity, message-options-set):
5889         * mml.el (widget-event-point, gnus-configure-windows):
5890         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5891         * mml2015.el (epg-check-configuration, epg-configuration)
5892         (message-options-set):
5893         * nndb.el (nndb-request-article):
5894         * nnfolder.el (gnus-request-create-group):
5895         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5896         * nnmaildir.el (gnus-group-mark-article-read):
5897         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5898         * rfc1843.el (message-fetch-field):
5899         * spam.el (gnus-extract-address-components):
5900         Declare as functions.
5901
5902 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5905
5906         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5907
5908         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5909         bind show-trailing-whitespace for XEmacs.
5910
5911 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5914         new no-op macro for backward compatibility.
5915
5916         * imap.el (imap-string-to-integer): New function.
5917
5918 2007-12-09  Glenn Morris  <rgm@gnu.org>
5919
5920         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5921
5922         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5923         * message.el, mm-view.el, sieve-manage.el, smime.el:
5924         Add declare-function compatibility definition.
5925
5926         * gnus-art.el (w3-region, w3m-region, Info-menu):
5927         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5928         * gnus-sum.el (gnus-get-predicate):
5929         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5930         * message.el (mail-abbrev-in-expansion-header-p):
5931         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5932         (w3m-detect-meta-charset, w3m-region):
5933         * sieve-manage.el (password-read, password-cache-add)
5934         (password-cache-remove):
5935         * smime.el (password-read-and-add): Declare as functions.
5936
5937 2007-12-08  David Kastrup  <dak@gnu.org>
5938
5939         * gnus-sum.el (gnus-summary-simplify-subject-query):
5940         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5941         `message'.
5942
5943 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5946         it to bind idna-program, installation-directory, defined-colors, and
5947         face-attribute for XEmacs of the version that compiles defcustom forms.
5948
5949 2007-12-07  Glenn Morris  <rgm@gnu.org>
5950
5951         * gnus-art.el (article-make-date-line): Revert previous change.
5952
5953 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5956
5957 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5958
5959         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5960         Call gnus-add-to-range ranges only once with a prepared article-list.
5961
5962 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5963
5964         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5965         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5966         group names with backslashes.  Reported by Tassilo Horn
5967         <tassilo@member.fsf.org>.
5968
5969 2007-12-06  Deepak Goel  <deego3@gmail.com>
5970
5971         * gnus-art.el (article-make-date-line):
5972         * gnus-start.el (gnus-load):
5973         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5974
5975 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-art.el (gnus-use-idna)
5978         * gnus-start.el (gnus-site-init-file)
5979         * message.el (message-use-idna)
5980         * mm-uu.el (mm-uu-hide-markers)
5981         * smiley.el (smiley-style): Revert changes that suppress warnings.
5982
5983 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5986         specify charset to html source.  Reported by Christoph Conrad
5987         <christoph.conrad@gmx.de>.
5988
5989 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5992         idna-program in order to suppress byte compile warning issued by XEmacs
5993         that came to byte compile the default value section of defcustom forms
5994         recently.
5995
5996         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5997         value of installation-directory.
5998
5999         * message.el (message-use-idna): Don't directly refer to the value of
6000         idna-program.
6001
6002         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6003
6004         * smiley.el (smiley-style): Don't directly call face-attribute.
6005
6006 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6009
6010         * gnus-dired.el: Reduce Gnus dependencies.
6011         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6012         require.  Use autoloads instead.
6013         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6014         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6015         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6016         (gnus-dired-mode): Adjust doc string.
6017         (gnus-dired-mail-mode): New variable.
6018         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6019         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6020         (gnus-dired-mail-buffers): New function.  Return mail or message
6021         composition buffers.
6022         (gnus-dired-attach): Use it.
6023         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6024         NO-DECODE.
6025         (gnus-dired-print): Use `gnus-print-buffer' depending on
6026         `gnus-dired-mail-mode'.
6027
6028 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * rfc2047.el (rfc2047-encoded-word-regexp)
6031         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6032         explaining what regexp patterns are for.
6033
6034 2007-12-04  Glenn Morris  <rgm@gnu.org>
6035
6036         * password.el: Move to password-cache.el.
6037
6038         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6039         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6040         * mml-smime.el (password-read, password-cache-add)
6041         (password-cache-remove):
6042         No need to autoload, since mml-sec requires password.
6043
6044         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6045         * message.el (gnus-extract-address-components):
6046         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6047
6048         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6049         password.
6050
6051 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * mailcap.el: Reduce dependencies.
6054         (mail-header-parse-content-type): Autoload.
6055         (mailcap-delete-duplicates): New alias.
6056         (mailcap-mime-info): Add optional argument NO-DECODE.
6057         (mailcap-mime-types): Use mailcap-delete-duplicates.
6058
6059         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6060
6061 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6062
6063         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6064         (imap-parse-status): Upcase status-att for servers that sends them
6065         lower-case (e.g., MS Exchange 2007).
6066
6067 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068
6069         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6070         function.
6071
6072         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6073         (gnus-uu-yenc-article): New function.
6074
6075         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6076
6077         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6078         buffer.
6079
6080 2007-12-02  Glenn Morris  <rgm@gnu.org>
6081
6082         * binhex.el (binhex): New custom group.
6083         (binhex-decoder-program, binhex-decoder-switches)
6084         (binhex-use-external): Move to the binhex custom group.
6085
6086         * uudecode.el (uudecode): New custom group.
6087         (uudecode-decoder-program, uudecode-decoder-switches)
6088         (uudecode-use-external): Move to the uudecode custom group.
6089
6090         * netrc.el (top-level): Don't load `encrypt' features.
6091         (netrc-parse): Don't use encrypt.
6092         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6093
6094         * encrypt.el: Remove file.
6095
6096 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6099         matches on patches.
6100
6101         * gnus-art.el (gnus-article-browse-html-article): Mention
6102         `mm-text-html-renderer' in the doc string.
6103
6104         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6105         string.  Add comments.
6106
6107         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6108         if rhs is ASCII.
6109
6110 2007-12-01  Glenn Morris  <rgm@gnu.org>
6111
6112         * mail-source.el (top-level): Require format-spec before
6113         eval-when-compile.
6114
6115 2007-11-30  Glenn Morris  <rgm@gnu.org>
6116
6117         * encrypt.el: Require password, rather than autoloading password-read.
6118
6119 2007-11-29  Glenn Morris  <rgm@gnu.org>
6120
6121         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6122         (sasl-make-client, sasl-next-step, sasl-step-data)
6123         (sasl-step-set-data): Declare as functions.
6124
6125 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6128
6129 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6130
6131         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6132         certs should be verified and what is to be done in the event of a
6133         verification failure.
6134
6135         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6136         caller can indicate whether the cache should be disregarded for this
6137         call.  This way the result of the call is reproducible at all times and
6138         can be considered a canonical server name for the supplied method.
6139         (gnus-agent-method-p): Canonicalize server names by pushing their
6140         method through `gnus-method-to-server' using the no-cache argument.
6141
6142         * gnus-srvr.el (gnus-server-insert-server-line): Call
6143         `gnus-method-to-server' with `no-cache' argument.
6144
6145         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6146         gnus-agent-possibly-synchronize-flags as this should be called when the
6147         server is actually being opened.
6148         (gnus-agent-possibly-synchronize-flags)
6149         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6150         flags file of an agentized server to the latter function.
6151
6152         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6153         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6154         after a connection has been established successfully.
6155
6156 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * gnus-art.el (article-display-face): Force to display face if called
6159         interactively; check if gnus-article-x-face-too-ugly matches author.
6160         (article-display-x-face): Display face even if From header is missing
6161         as article-display-face does.
6162
6163 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6164
6165         * hashcash.el (message-narrow-to-headers-or-head)
6166         (message-fetch-field, message-goto-eoh)
6167         (message-narrow-to-headers): Declare as functions.
6168
6169 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * mail-source.el (mail-sources): Default to fetch from file for
6172         compatibility with default of nnmail-spool-file.
6173
6174 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6177         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6178         to look for encoded word that should be encoded again.
6179         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6180         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6181         encoding pattern.
6182         (rfc2047-decode-region): Switch strict regexp and loose one according
6183         to rfc2047-allow-irregular-q-encoded-words.
6184
6185 2007-11-25  Romain Francoise  <romain@orebokech.com>
6186
6187         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6188
6189 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6190
6191         * tls.el (tls-program): Provide more custom choices from
6192         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6193         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6194
6195 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6198         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6199
6200         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6201         `nnmail-spool-file'.
6202
6203         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6204         `nnmail-spool-file'.
6205
6206         * gnus-move.el (gnus-change-server): Ditto.
6207
6208         * gnus-kill.el (gnus-batch-score): Ditto.
6209
6210         * gnus-cache.el (gnus-jog-cache): Ditto.
6211
6212         * gnus-msg.el (gnus-summary-reply):
6213         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6214
6215 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6218         version.  Minor improvement to doc strings.
6219         (tls-program): Add comment.
6220
6221 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6222
6223         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6224         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6225         mismatch between the hostname provided in the certificate and the name
6226         of the host connnecting to.
6227         (open-tls-stream): Use them.  Check certificates against trusted root
6228         certificates.
6229
6230 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * gnus-cache.el (gnus-cache-generate-nov-databases):
6233         Use nnml-generate-nov-databases-directory instead of
6234         nnml-generate-nov-databases-1.
6235
6236 2007-11-24  Glenn Morris  <rgm@gnu.org>
6237
6238         * message.el (message-tool-bar-retro): Update for rename
6239         mail_send.xpm->mail-send.xpm.
6240
6241 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6244         `smime-ldap-search' for Emacs 22 and up.
6245
6246 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6247
6248         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6249
6250         * message.el (message-send-mail-function): Fix error convention.
6251         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6252         (message-widen-reply, message-send-mail, message-talkative-question)
6253         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6254         (message-clone-locals, message-send-news): Use with-current-buffer.
6255         (message-insert-or-toggle-importance): Remove unused var `valid'.
6256         (message-make-references): Remove unused var `new-references'.
6257         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6258
6259 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6260
6261         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6262         (spam-split-symbolic-return-positive): Reflow docstring.
6263         (spam-backends, spam-summary-exit-behavior)
6264         (spam-mark-ham-unread-before-move-from-spam-group)
6265         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6266         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6267         (spam-clear-cache, spam-backend-check, spam-install-backend)
6268         (spam-install-statistical-backend, spam-list-of-processors)
6269         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6270         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6271         (spam-check-crm114, spam-initialize, spam-unload-hook):
6272         Fix typos in docstrings.
6273
6274 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6277         been checked if they have never been read and those group levels are
6278         higher than the one that a user specified.
6279
6280 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6283         foreign groups unless a group level is specified by a user.
6284         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6285
6286 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * message.el (message-send-mail-function): Require sendmail.
6289
6290 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * message.el (message-send-mail-function): Check for smtpmail too.
6293
6294         * utf7.el (utf7-encode, utf7-decode): Use coding system
6295         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6296
6297         * message.el (message-send-mail-function): New function.
6298         (message-send-mail-function): Set default using
6299         message-send-mail-function.  Adjust doc string.
6300         (message-send-mail-with-mailclient): New function.
6301
6302 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6303
6304         * smime.el (from):
6305         * rfc2047.el (message-posting-charset):
6306         * qp.el (mm-use-ultra-safe-encoding):
6307         * pop3.el (parse-time-months):
6308         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6309         * nnml.el (files):
6310         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6311         (jka-compr-compression-info-list, ange-ftp-path-format)
6312         (efs-path-regexp):
6313         * nndiary.el (files):
6314         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6315         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6316         (epg-digest-algorithm-alist, inhibit-redisplay)
6317         (password-cache-expiry):
6318         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6319         (pgg-output-buffer, password-cache-expiry):
6320         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6321         (efs-path-regexp):
6322         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6323         (inhibit-redisplay):
6324         * mm-uu.el (file-name, start-point, end-point, entry)
6325         (gnus-newsgroup-name, gnus-newsgroup-charset):
6326         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6327         (latin-unity-ucs-list):
6328         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6329         (mm-uu-binhex-decode-function):
6330         * message.el (gnus-message-group-art, gnus-list-identifiers)
6331         (rmail-enable-mime-composing, gnus-local-organization)
6332         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6333         (gnus-read-active-file, facemenu-add-face-function)
6334         (facemenu-remove-face-function, gnus-article-decoded-p)
6335         (tool-bar-mode):
6336         * mail-source.el (display-time-mail-function):
6337         * gnus-util.el (nnmail-pathname-coding-system)
6338         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6339         (gnus-original-article-buffer, gnus-user-agent)
6340         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6341         (xemacs-codename, sxemacs-codename, emacs-program-version):
6342         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6343         * gnus-start.el (gnus-agent-covered-methods)
6344         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6345         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6346         (gnus-newsgroup-headers, gnus-group-list-mode)
6347         (gnus-group-mark-positions, gnus-newsgroup-data)
6348         (gnus-newsgroup-unreads, nnoo-state-alist)
6349         (gnus-current-select-method, mail-sources)
6350         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6351         (nnmail-spool-file, gnus-cache-active-hashtb):
6352         * gnus-mh.el (mh-lib-progs):
6353         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6354         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6355         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6356         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6357         (gnus-group-buffer):
6358         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6359         (font-lock-set-defaults):
6360         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6361         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6362         (gnus-summary-post-menu, total-parts, type, condition, length):
6363         * gnus-agent.el (gnus-agent-read-agentview):
6364         * flow-fill.el (show-trailing-whitespace):
6365         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6366         eval-and-compile wrappers for byte compiler pacifiers.
6367
6368         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6369         (mm-display-inline-fontify): Check for featurep 'xemacs not
6370         extent-list.
6371
6372         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6373         itimer-list.
6374         (mm-create-image-xemacs): Only do something for XEmacs.
6375         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6376
6377         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6378
6379         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6380         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6381
6382 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6383
6384         * nnimap.el (nnimap-split-download-body):
6385         * gnus-demon.el (gnus-demon):
6386         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6387
6388 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6391         macros.
6392         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6393         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6394         copy data from unibyte buffer to multibyte current buffer.
6395         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6396         to copy data from unibyte current buffer to multibyte buffer.
6397         (nntp-make-process-buffer): Make process buffer unibyte.
6398
6399         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6400
6401 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6402
6403         * pop3.el (pop3-open-server): Accept and process data more robustly at
6404         connexion start to avoid spurious "POP SSL connexion failed" errors.
6405
6406 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6409         read group names.
6410
6411 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6414
6415 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6418         (nnmail-save-active): Use a unibyte buffer when saving active file,
6419         which may contain non-ASCII group names.
6420
6421         * nnml.el (nnml-request-group): Decode group names in messages.
6422
6423 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6424
6425         * message.el (message-citation-line-function)
6426         (message-insert-formatted-citation-line): Fix spelling of
6427         `message-insert-formated-citation-line'.
6428
6429 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6430
6431         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6432
6433 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6436         nnmail-pathname-coding-system.
6437
6438         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6439         that a user enters; decode group names in messages.
6440
6441         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6442
6443 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6446
6447         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6448
6449         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6450         risky local variable.
6451
6452         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6453
6454 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * encrypt.el: Improve documentation to fix function name typo.
6457         Reported by Daiki Ueno <ueno@unixuser.org>.
6458
6459 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6462         even if the point is not in the last page of an article.
6463         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6464         back to the previous page.
6465
6466 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6467
6468         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6469
6470 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6473
6474 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * message.el (message-check-news-body-syntax): Avoid
6477         mm-string-as-multibyte.
6478         (message-hide-headers): Don't assume (point-min)==1.
6479
6480 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * message.el (message-remove-blank-cited-lines): Fix if remove is
6483         given.
6484         (message-bogus-address-regexp): New variable.
6485         (message-bogus-recipient-p): New function.
6486         (message-check-recipients): New command.
6487         (message-syntax-checks): Add `bogus-recipient'.
6488         (message-fix-before-sending): Add `bogus-recipient'.
6489
6490         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6491         (gnus-treat-body-boundary): Don't test window-system.
6492
6493 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6494
6495         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6496
6497 2007-10-28  Miles Bader  <miles@gnu.org>
6498
6499         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6500         at compile-time too.
6501
6502 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus-msg.el (gnus-message-setup-hook): Add
6505         `message-remove-blank-cited-lines' to options.
6506
6507 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * message.el (message-remove-blank-cited-lines): New function.
6510         Suggested by Karl Plästerer.
6511
6512 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6515         mapc.
6516
6517         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6518         (top-level): Use mapc to set functions to be traced for debugging.
6519
6520         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6521         called for effect with while loop.
6522
6523         * message.el (message-talkative-question): Replace mapcar called for
6524         effect with mapc.
6525
6526         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6527         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6528         called for effect with dolist.
6529
6530         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6531
6532         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6533         gnus-extra-headers and nnmail-extra-headers.
6534
6535         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6536         called for effect with dolist.
6537         (top-level): Use mapc to set functions to be traced for debugging.
6538
6539         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6540         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6541         dolist.
6542
6543         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6544         Replace mapcar called for effect with mapc.
6545         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6546         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6547         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6548         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6549
6550         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6551         remove-if that's a cl function.
6552
6553         * webmail.el (webmail-debug): Replace mapcar called for effect with
6554         dolist.
6555
6556         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6557         with mapc.
6558
6559 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6562         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6563         with while loop.
6564
6565         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6566         functions from article-* functions.
6567         (gnus-multi-decode-header): Replace mapcar called for effect with
6568         dolist.
6569
6570         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6571         (gnus-bookmark-show-details): Replace mapcar called for effect with
6572         while loop.
6573
6574         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6575         called for effect with while loop.
6576
6577         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6578         with dolist.
6579
6580         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6581         mapcar called for effect with dolist.
6582
6583         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6584
6585         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6586         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6587         Replace mapcar called for effect with dolist.
6588         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6589         mapc.
6590
6591         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6592         Replace mapcar called for effect with dolist.
6593         (gnus-topic-list): Replace mapcar called for effect with mapc.
6594
6595         * gnus.el: Use mapc instead of mapcar to add autoloads.
6596
6597 2007-10-23  Richard Stallman  <rms@gnu.org>
6598
6599         * gnus-group.el (gnus-group-highlight): Mark as risky.
6600
6601 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6602
6603         * gnus.el (gnus-server-to-method): Return method found first in
6604         gnus-newsrc-alist.
6605
6606         * gnus-art.el (gnus-article-highlight-signature)
6607         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6608         button overlay without the front stickiness.
6609
6610 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6611
6612         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6613         overview buffer needed a catch to receive its throw.
6614         (gnus-agent-flush-cache): Declared as interactive to make this function
6615         easier to use.
6616
6617 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6620         `next-line'.
6621
6622 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6625         exclude address matching message-dont-reply-to-names.
6626
6627 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-util.el (gnus-string<): New function.
6630
6631         * gnus-sum.el (gnus-article-sort-by-author)
6632         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6633
6634 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6637         the frame-focus tag is set in gnus-buffer-configuration.
6638
6639 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6642         the front stickiness.
6643
6644 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6647         url pattern; remove duplicate one.
6648         (gnus-article-extend-url-button): New function.
6649         (gnus-article-add-buttons): Use it.
6650         (gnus-button-push): Use concatenated url that it makes.
6651
6652 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6653
6654         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6655
6656 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6657
6658         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6659         Don't hardcode point-min==1.
6660
6661 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6664         Fix comment about "iso8859-1".
6665
6666 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6667
6668         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6669         ones returned from the verify-function.
6670
6671         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6672         mml2015-extract-cleartext-signature if extraction failed.
6673
6674 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6675
6676         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6677         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6678         failed.
6679
6680 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6683
6684 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6685
6686         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6687         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6688         recommends to use EasyPG instead of PGG.
6689
6690         * pgg.el: Revert to revision 6.23.2.16.
6691
6692         * pgg-def.el: Revert to revision 6.6.2.14.
6693
6694         * pgg-gpg.el: Revert to revision 6.23.2.34.
6695
6696 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6697
6698         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6699         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6700         thread for both the null and zero (kill/expire thread) universal prefix
6701         cases.
6702         (gnus-summary-expire-thread): Add new function to expire a thread,
6703         using gnus-summary-kill-thread.
6704         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6705         shortcuts for gnus-summary-expire-thread.
6706         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6707         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6708
6709 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6712         extras value, so an extras entry can be deleted.
6713         (gnus-registry-delete-extra-entry): Use it.
6714         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6715         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6716         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6717         storage through the gnus-registry, and provide an appropriate API for
6718         it.
6719
6720 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6723         Suggested by Leo <sdl.web@gmail.com>.
6724
6725         * gnus.el: Do.
6726
6727 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6730         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6731
6732         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6733
6734         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6735         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6736
6737 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6740         newline.
6741         (nnmbox-request-accept-article): Don't change article in source buffer;
6742         narrow to header to use message-fetch-field rather than
6743         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6744         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6745         as delimiters; make sure article ends with newline.
6746         (nnmbox-delete-mail): Correct last position of article to be deleted;
6747         ignore X-Gnus-Newsgroup header in article body.
6748         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6749         positions; make sure article ends with newline.
6750
6751         * message.el (message-display-abbrev): Don't infloop when a user
6752         inserts SPC in the beginning of header.
6753
6754         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6755         coding-system-for-read and coding-system-for-write for XEmacs having no
6756         file-coding feature.
6757
6758         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6759
6760 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6763         list of groups not followed by default.  Fix type to be regexp.
6764         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6765
6766 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6767
6768         * hmac-def.el (define-hmac-function): Switch from old-style to
6769         new-style backquotes.
6770
6771         * md4.el (md4-make-step): Likewise.
6772
6773 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6776         raw-text coding system when saving .newsrc file, which may contain
6777         non-ASCII group names.
6778
6779 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * gnus-cus.el (gnus-score-extra): New widget.
6782         (gnus-score-extra-convert): New function.
6783         (gnus-score-customize): Use it for Extra.
6784
6785 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6786
6787         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6788         (mml2015-mailcrypt-clear-verify): Use it.
6789         (mml2015-gpg-clear-verify): Use it.
6790         (mml2015-pgg-clear-verify): Use it.
6791         (mml2015-epg-clear-verify): Replace the current part with the output
6792         from GnuPG; don't extract the plaintext by itself.
6793
6794         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6795         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6796         mml2015-clear-verify-function; don't touch the armor headers or
6797         dash-escaped text here.
6798
6799 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6802         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6803         parts, or application/octet-stream as a last resort.
6804         (gnus-mime-view-part-as-type): Don't toggle display.
6805         (gnus-mime-view-part-as-charset): Don't turn off display before
6806         querying charset.
6807
6808         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6809         stuff to undisplayer function in Emacs.
6810         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6811
6812         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6813         text/calendar parts.
6814
6815 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6818         decoding text/calendar parts.
6819
6820         * message.el (message-forward-make-body-mime): Always mark body as
6821         having no illegible text; remove signed-or-encrypted argument.
6822         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6823
6824         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6825         (mml-generate-mime-1): Don't encode body if it is specified to be in
6826         raw form; don't make buffer be unibyte when inserting multibyte string.
6827
6828 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6829
6830         * sha1.el: Fix up comment style.
6831         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6832         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6833
6834         * hex-util.el: Fix up comment style.
6835         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6836
6837         * gnus-salt.el: Use with-current-buffer.
6838         (gnus-pick-setup-message): Fix long-standing typo.
6839
6840 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * imap.el (imap-logout-timeout): New variable.
6843         (imap-logout, imap-logout-wait): New functions.
6844         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6845
6846         * nnimap.el (nnimap-logout-timeout): New server variable.
6847         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6848         nnimap-logout-timeout.
6849
6850         * gnus-art.el (gnus-article-summary-command-nosave)
6851         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6852
6853 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus.el (gnus-maximum-newsgroup): New variable.
6856
6857         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6858         according to gnus-maximum-newsgroup.
6859
6860         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6861         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6862         Limit the range of articles according to gnus-maximum-newsgroup.
6863
6864 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6865
6866         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6867         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6868         Don't perform gnus-configure-windows here; reuse existing sticky
6869         article buffer.
6870
6871         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6872         it doesn't exist in gnus-article-mode.
6873
6874 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6877         (gnus-agent-decoded-group-name): New function.
6878         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6879         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6880
6881 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6882
6883         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6884         Add binding for gnus-sticky-article.
6885         (gnus-summary-exit): Don't kill sticky article buffers.
6886
6887         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6888         article buffer.
6889         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6890         (gnus-kill-sticky-article-buffers): New commands.
6891
6892 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * nntp.el (nntp-xref-number-is-evil): New server variable.
6895         (nntp-find-group-and-number): If it is non-nil, don't trust article
6896         numbers in the Xref header.
6897
6898 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-agent.el (gnus-agent-read-group): New function.
6901         (gnus-agent-flush-group, gnus-agent-expire-group)
6902         (gnus-agent-regenerate-group): Use it.
6903         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6904         nnmail-pathname-coding-system.
6905
6906 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6909
6910         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6911         that are unread as unread, and also as selected so that information of
6912         marks having been changed by a user may be updated when exiting group.
6913
6914 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6917         calculated ignoring signature parts to gnus-treat-article.
6918
6919 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6922         a point here in order to keep the window start.
6923         (gnus-insert-mime-security-button): Make a button overlay without the
6924         front stickiness.
6925         (gnus-mime-display-security): Goto the end of a button.
6926
6927         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6928
6929 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6932         group-name-at-point.
6933         (gnus-group-completing-read): New function that offers decoded
6934         non-ASCII group names for completion.
6935         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6936         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6937         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6938         (gnus-group-fetch-control): Use it.
6939         (gnus-fetch-group): Use group-name-at-point for the initial value
6940         rather than the default value; use gnus-alive-p.
6941
6942         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6943         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6944         (gnus-summary-post-news): Use gnus-group-completing-read.
6945
6946         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6947         (gnus-read-move-group-name): Decode group name for completion.
6948
6949 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6952         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6953         Yamaoka slightly modified the code).
6954
6955 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6958         (nnmail-split-incoming): Bind it.
6959
6960         * nnml.el (nnml-group-name-charset): New function.
6961         (nnml-decoded-group-name): Use it; don't decode group name if
6962         nnmail-group-names-not-encoded-p is non-nil.
6963         (nnml-encoded-group-name): New function.
6964         (nnml-group-pathname): Inline nnml-decoded-group-name.
6965         (nnml-request-expire-articles): Decode group name in message.
6966         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6967         nnmail-pathname-coding-system.
6968         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6969         not decoded ones according to nnmail-group-names-not-encoded-p.
6970         (nnml-generate-active-info): Use nnml-encoded-group-name.
6971
6972 2007-08-08  Glenn Morris  <rgm@gnu.org>
6973
6974         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6975         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6976         doc-strings and comments.
6977
6978 2007-07-25  Glenn Morris  <rgm@gnu.org>
6979
6980         * Relicense all FSF files to GPLv3 or later.
6981
6982 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-sum.el (gnus-summary-move-article): Make
6985         gnus-summary-respool-article work.
6986
6987 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6990         string.
6991
6992 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6993
6994         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6995         that should be ignored when comparing distant RSS articles with local
6996         ones.
6997         (nnrss-make-hash-index): New function.  Create a hash index according
6998         to the ignored fields.
6999         (nnrss-check-group): Use it.
7000
7001 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7004
7005         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7006
7007         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7008         the new optional argument ENCODED is non-nil.
7009         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7010         coding system for encoding group name.
7011         (gnus-group-make-rss-group): Pass un-encoded group name to
7012         gnus-group-make-group.
7013         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7014         encoded.
7015
7016         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7017         Encode group name to which articles are moved or copied.
7018         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7019         coding system for encoding Newsgroup, Followup-To and Xref headers.
7020
7021         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7022         marks; use nnheader-file-coding-system to write a file.
7023         (nnagent-retrieve-headers): Bind file-name-coding-system to
7024         nnmail-pathname-coding-system.
7025
7026         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7027
7028         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7029         (nnml-request-article, nnml-request-create-group)
7030         (nnml-request-rename-group, nnml-find-id)
7031         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7032         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7033         (nnml-save-marks): Use nnml-group-pathname instead of
7034         nnmail-group-pathname.
7035
7036         (nnml-request-create-group, nnml-request-expire-articles)
7037         (nnml-request-move-article, nnml-request-delete-group)
7038         (nnml-deletable-article-p, nnml-possibly-create-directory)
7039         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7040         (nnml-open-marks): Bind file-name-coding-system to
7041         nnmail-pathname-coding-system.
7042
7043         (nnml-request-article): Pass server argument to nnml-find-group-number.
7044         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7045         server argument to nnml-possibly-create-directory.
7046         (nnml-request-accept-article): Pass server argument to
7047         nnml-active-number and nnml-save-mail.
7048         (nnml-find-group-number): Pass server argument to nnml-find-id.
7049         (nnml-request-update-info): Pass server argument to
7050         nnml-marks-changed-p.
7051
7052         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7053         (nnml-save-mail, nnml-active-number): Add server argument.
7054
7055         (nnml-request-delete-group): Warn if group is missing.
7056         (nnml-get-nov-buffer): Decode group name.
7057         (nnml-generate-active-info): Encode group name.
7058         (nnml-open-marks): Decode group name in messages.
7059
7060 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7063         if it is not specified.
7064         (gnus-article-pipe-part, gnus-article-save-part)
7065         (gnus-article-interactively-view-part, gnus-article-copy-part)
7066         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7067         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7068         (gnus-article-replace-part, gnus-article-delete-part)
7069         (gnus-article-view-part-as-type): Pass raw prefix argument to
7070         gnus-article-part-wrapper.
7071
7072 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-agent.el (gnus-agent-save-active): Bind
7075         nnheader-file-coding-system to gnus-agent-file-coding-system.
7076
7077         * gnus-cache.el (gnus-cache-save-buffers)
7078         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7079         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7080         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7081         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7082         (gnus-cache-generate-active, gnus-cache-rename-group)
7083         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7084         (gnus-cache-update-overview-total-fetched-for): Bind
7085         file-name-coding-system to nnmail-pathname-coding-system.
7086         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7087         variables.
7088         (gnus-cache-decoded-group-name): New function.
7089         (gnus-cache-file-name): Use it.
7090         (gnus-cache-generate-active): Use non-decoded group name for active.
7091
7092         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7093         right place.
7094         (gnus-write-active-file): Don't break non-ASCII group names.
7095
7096         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7097         nnmail-pathname-coding-system.
7098
7099         * lpath.el: Bind default-file-name-coding-system,
7100         file-name-coding-system and language-info-alist for XEmacs.
7101
7102         * gnus-uu.el (gnus-uu-decode-save): Typo.
7103
7104 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7107
7108 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7111         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7112         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7113         (gnus-agent-flush-group, gnus-agent-flush-cache)
7114         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7115         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7116         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7117         (gnus-agent-regenerate-group)
7118         (gnus-agent-update-files-total-fetched-for)
7119         (gnus-agent-update-view-total-fetched-for): Bind
7120         file-name-coding-system to nnmail-pathname-coding-system.
7121         (gnus-agent-group-pathname): Don't encode file names by
7122         nnmail-pathname-coding-system.
7123         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7124         coding-system-for-write instead of buffer-file-coding-system to
7125         gnus-agent-file-coding-system.
7126
7127         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7128         Decode group name.
7129
7130         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7131
7132         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7133         (gnus-read-newsrc-el-file): Make group names unibyte.
7134
7135         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7136         nnmail-pathname-coding-system.
7137
7138         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7139         (nnrss-request-delete-group): Bind file-name-coding-system to
7140         nnmail-pathname-coding-system.
7141         (nnrss-read-server-data, nnrss-read-group-data): Bind
7142         file-name-coding-system correctly.
7143         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7144
7145         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7146         (nntp-server-to-method-cache): New variable.
7147         (nntp-group-pathname): New function that decodes non-ASCII group names.
7148         (nntp-possibly-create-directory, nntp-marks-changed-p)
7149         (nntp-save-marks, nntp-open-marks): Use it.
7150         (nntp-possibly-create-directory, nntp-open-marks):
7151         Bind file-name-coding-system to nnmail-pathname-coding-system.
7152         (nntp-open-marks): Decode group names when bootstrapping marks.
7153
7154         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7155         Newsgroups and Folowup-To headers.
7156
7157 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7160         (gnus-server-closed-face, gnus-server-denied-face)
7161         (gnus-server-offline-face): Remove variable.
7162         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7163
7164         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7165         of modifying message-stack directly for XEmacs.
7166
7167         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7168         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7169         if the coding-system argument is nil for XEmacs.
7170
7171         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7172         mm-charset-override-alist.
7173
7174         * rfc2047.el: Don't require base64; require rfc2045 for the function
7175         rfc2045-encode-string.
7176         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7177         to quote the parameter value.
7178
7179 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7182         form in gnus-group-name-charset-method-alist.
7183
7184         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7185         overrides the default layout edit-form.
7186
7187         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7188
7189         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7190
7191 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7194         as unfetched articles.
7195
7196 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7199
7200 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7203         original back end that keeps marks in the local system.
7204
7205 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7208         arg of pop-to-buffer for XEmacs.
7209         (gnus-article-read-summary-keys): Ditto; don't restore window
7210         configuration if summary command ends up with neither article buffer
7211         nor summary buffer; describe bindings if summary keys end with C-h.
7212
7213 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * message.el (message-fix-before-sending): Skip raw message part to be
7216         forwarded while checking illegible text.
7217         (message-forward-make-body-mime, message-forward-make-body): Mark
7218         signed or encrypted raw message as having no illegible text.
7219
7220 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7223         (gnus-message-with-timestamp-1): New macro.
7224         (gnus-message-with-timestamp): New function.
7225         (gnus-message): Use them.
7226
7227         * nnheader.el (nnheader-message): Use them.
7228
7229 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7232         .newsrc.eld file.
7233
7234 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-agent.el (gnus-agent-fetch-headers)
7237         (gnus-agent-retrieve-headers): Bind
7238         gnus-decode-encoded-address-function to identity.
7239
7240         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7241         available also when the server returns simply a dot.
7242
7243         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7244
7245 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7248
7249 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-ems.el (gnus-x-splash): Make it work.
7252
7253         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7254         from being used.
7255
7256         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7257
7258 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7261         4th and the 5th arguments.
7262
7263         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7264         the front stickiness.
7265         (gnus-article-summary-command-nosave): Correct the order of the
7266         arguments passed to pop-to-buffer.
7267         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7268         summary command ends up with the article buffer.
7269
7270         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7271         the same faces.
7272
7273 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7274
7275         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7276
7277 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7278
7279         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7280         * gnus-sum.el (gnus-summary-highlight):
7281         * pgg.el (pgg-sign-region, pgg-sign):
7282         * mail-source.el (mail-source-delete-old-incoming-confirm):
7283         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7284
7285 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-art.el (gnus-mime-view-part-externally)
7288         (gnus-mime-view-part-internally): Fix predicate function passed to
7289         completing-read.
7290
7291         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7292
7293         * gnus.el (gnus-update-message-archive-method): Add :version.
7294
7295 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus.el (gnus-update-message-archive-method): New variable.
7298
7299         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7300         according to gnus-message-archive-method if
7301         gnus-update-message-archive-method is non-nil.
7302
7303 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7306         by Loic Dachary <loic@dachary.org>.
7307         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7308
7309 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * message.el (message-pop-to-buffer): Add switch-function argument.
7312         (message-mail): Pass switch-function argument to it.
7313
7314 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7317         Improve doc string.
7318
7319 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7322         (gnus-header-content)
7323         * gnus-cite.el (gnus-cite-10)
7324         * gnus-srvr.el (gnus-server-closed)
7325         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7326         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7327         (gnus-group-mail-3-empty, gnus-group-mail-low)
7328         (gnus-group-mail-low-empty, gnus-splash)
7329         * message.el (message-header-to, message-header-cc)
7330         (message-header-subject, message-header-other, message-header-name)
7331         (message-header-xheader, message-separator, message-cited-text)
7332         (message-mml): Lighten colors of faces used for dark background.
7333
7334 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7335
7336         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7337         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7338
7339 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * message.el (message-narrow-to-headers-or-head):
7342         Ignore mail-header-separator in the body.
7343
7344 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7347         same as window size.
7348
7349 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7350
7351         * message.el (message-font-lock-keywords): Use message-header-xheader
7352         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7353         ahead of the anything pattern, to get it recognised.
7354
7355 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7358         spam.el loads uses it in the compiled defadvice form.
7359
7360 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7361
7362         * gnus-sum.el (gnus-articles-to-read)
7363         (gnus-summary-insert-old-articles): Don't truncate group name for
7364         `read-string'.
7365
7366         * gnus-util.el (gnus-limit-string): Delete this function.
7367
7368         * gnus-sum.el (gnus-simplify-subject-fully): Use
7369         `truncate-string-to-width' instead.
7370
7371 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7372
7373         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7374         if, on summary exit, the next group has to be selected.
7375         (gnus-summary-exit): Use it.
7376
7377 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7378
7379         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7380         non-break space.
7381
7382 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7385         Check if group is not a directory.
7386         (nnfolder-request-expire-articles): Don't delete articles if the target
7387         group is not available.
7388
7389         * nnml.el (nnml-request-create-group): Properly check if group is not a
7390         file.
7391         (nnml-request-expire-articles): Don't delete articles if the target
7392         group is not available.
7393
7394         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7395         Don't quote characters that are within parentheses.
7396
7397 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7400         (gnus-handle-ephemeral-exit): Select article according to it.
7401
7402 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * message.el (message-insert-formated-citation-line): Remove newline.
7405         (message-citation-line-format): Add final \n here so that the user can
7406         avoid a blank line.
7407
7408 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7409
7410         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7411         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7412         Update lanl/arXiv support.
7413
7414 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * gnus.el: Bump version number.
7417
7418 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus.el (gnus-version-number): Bump version.
7421
7422 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7423
7424         * gnus.el: No Gnus v0.6 is released.
7425
7426 2007-04-27  Didier Verna  <didier@xemacs.org>
7427
7428         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7429         * gmm-utils.el (gmm-regexp-concat): here.
7430         * message.el: Don't require 'gnus-util.
7431         (message-dont-reply-to-names): Handle name change above.
7432         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7433
7434 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7437         since the initial value varies according to the system.
7438
7439 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7442
7443 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7444
7445         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7446
7447 2007-04-24  Didier Verna  <didier@xemacs.org>
7448
7449         Improve the type of gnus-ignored-from-addresses.
7450         * gnus-util.el (gnus-orify-regexp): New function.
7451         * message.el (gnus-util): Require it.
7452         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7453         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7454         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7455
7456 2007-04-24  Didier Verna  <didier@xemacs.org>
7457
7458         * gnus-sum.el:
7459         * gnus-utils.el: Fix some trailing whitespaces.
7460
7461 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7464         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7465         article's Message-ID; refer parent article in summary buffer.
7466
7467         * message.el (message-bounce): Call mime-to-mml.
7468
7469         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7470         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7471         optimize and/or forms properly.
7472
7473 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7476         URL.
7477
7478 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7481
7482 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7485         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7486         displayed of multipart/alternative part if it is invoked from summary
7487         buffer.
7488
7489         * mm-view.el (mm-inline-text-html-render-with-w3m)
7490         (mm-inline-text-html-render-with-w3m-standalone)
7491         (mm-inline-render-with-function): Use mail-parse-charset by default.
7492
7493 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7494
7495         * parse-time.el (parse-time-string-chars): Check if CHAR
7496         is less than the length of parse-time-syntax.
7497
7498 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7501         from gnus-newsgroup-processable.
7502
7503 2007-04-16  Didier Verna  <didier@xemacs.org>
7504
7505         * gnus-msg.el (gnus-configure-posting-styles): Handle
7506         message-signature-directory properly with :file syntax.  Reported by
7507         "Leo".
7508
7509 2007-04-11  Didier Verna  <didier@xemacs.org>
7510
7511         New user option: message-signature-directory.
7512         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7513         * message.el (message-insert-signature): Ditto.
7514         * message.el (message-signature-file): Doc update.
7515         * message.el (message-signature-directory): New.
7516
7517 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-msg.el (gnus-inews-yank-articles): Use
7520         message-exchange-point-and-mark instead of exchange-point-and-mark.
7521
7522 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * message.el (message-yank-original): Make sure cited text ends with
7525         newline; don't exchange point and mark.
7526
7527 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7528
7529         * tls.el (open-tls-stream): Properly handle case where there
7530         is no associated buffer.
7531
7532 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7533
7534         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7535         message-yank-original, make sure (< mark TEXT point).
7536
7537 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * message.el (message-fill-column): New variable.
7540         (message-mode): Use it.  Add comment on a possible new hook.
7541
7542         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7543         (nnmail-get-new-mail): Reformat.
7544
7545         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7546
7547         * gmm-utils.el: Fix Commentary.
7548         (gmm-tool-bar-from-list): Fix typo in doc string.
7549
7550 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7551
7552         * message.el (message-yank-original): Don't switch point and mark
7553         unnecessarily to put point and mark as documented.
7554
7555 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7558         from the message heads.
7559
7560 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7561
7562         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7563         article buffer does not have a window.  This may not be the best
7564         solution but is certainly better than setting the start of the null,
7565         that is the current, window.
7566
7567 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7570         (gnus-draft-setup): Run it.
7571
7572         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7573         gnus-score-fast-scoring.  Allow regexp.
7574         (gnus-score-headers): Use it.
7575
7576         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7577         XEmacs.
7578
7579         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7580         string.
7581         (gnus-button-alist): Also catch `<f1> k ...'.
7582         (gnus-treat-display-x-face): Fix doc string.
7583
7584 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7585
7586         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7587         evaluation of gnus-extended-version to ensure correct generation of the
7588         User-Agent header when message-generate-headers-first is used.
7589
7590 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7591
7592         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7593         hashcash-path is nil.  Don't call callback with incorrect number of
7594         parameters if val is 0.
7595
7596 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7597
7598         * message.el (message-required-news-headers):
7599         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7600
7601 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7602
7603         * tls.el (open-tls-stream): In handshake-waiting loop,
7604         don't wait more if there is output available to process.
7605
7606 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7607
7608         * tls.el (tls-program): Doc fix.
7609
7610 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * message.el (message-generate-new-buffers): Change the meaning of the
7613         nil value; add `standard' to the choices; treat t as `unique'; improve
7614         doc string.
7615         (gnus-select-frame-set-input-focus): Autoload.
7616         (message-buffer-name): Search for the existing message buffer if
7617         message-generate-new-buffers is nil or `standard'; treat the value t of
7618         message-generate-new-buffers as `unique'.
7619         (message-pop-to-buffer): Raise the frame already displaying the message
7620         buffer; clear the echo area after querying.
7621         (message-setup): Pass the `continue' argument to compose-mail.
7622         (message-mail): Prefer `switch-function' if it is given; search for the
7623         existing message buffer if the `continue' argument is non-nil; pass
7624         continue and switch-function arguments to compose-mail by way of
7625         message-setup.
7626         (message-mail-other-window): Adjust argument of message-setup.
7627         (message-mail-other-frame): Ditto.
7628
7629 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7632         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7633         to turn font-lock on when turning gnus-message-citation-mode on.
7634
7635 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7636
7637         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7638         (mml-smime-function-alist): New variable; add epg as the backend.
7639         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7640         mml-smime- functions instead.
7641         * mm-view.el: Require smime.
7642
7643 2007-03-05  Didier Verna  <didier@xemacs.org>
7644
7645         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7646         instead of just inheritance for posting styles.
7647         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7648
7649 2007-02-24  Chris Moore  <dooglus@gmail.com>
7650
7651         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7652         * pgg-pgp.el (pgg-pgp-encrypt-region):
7653         * pgg-gpg.el (pgg-gpg-encrypt-region):
7654         Check pgg-encrypt-for-me if no other recipients.
7655
7656 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7657
7658         * tls.el (tls-certtool-program): Fix custom type.
7659
7660 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7663         and point-at-eol instead of line-(beginning|end)-position.
7664
7665         * assistant.el (assistant-parse-buffer): Ditto.
7666
7667         * netrc.el (netrc-parse-services): Ditto.
7668
7669 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7670
7671         * mml2015.el (mml2015-epg-find-usable-key): New function.
7672         (mml2015-epg-sign): Use it.
7673         (mml2015-epg-encrypt): Use it.
7674
7675 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * message.el (message-make-in-reply-to): Quote name containing
7678         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7679         if there are special characters.  Reported by NAKAJI Hiroyuki
7680         <nakaji@jp.freebsd.org>.
7681
7682 2007-02-27  Didier Verna  <didier@xemacs.org>
7683
7684         Include the group parameters as well as the topic ones in the
7685         inheritance filter process.
7686         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7687         argument GROUP-PARAMS-LIST.
7688         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7689
7690 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * nntp.el (nntp-never-echoes-commands)
7693         (nntp-open-connection-functions-never-echo-commands): New variables.
7694         (nntp-send-command): Use them.
7695
7696 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7697
7698         * mml2015.el (mml2015-epg-verify): Simplified.
7699
7700 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * mml.el (mml-content-disposition-alist): New user option.
7703         (mml-content-disposition): New function.
7704         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7705         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7706
7707 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7708
7709         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7710         verification.
7711
7712 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7713
7714         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7715         articles posted in the last 24 hours.
7716
7717 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7718
7719         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7720
7721 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7722
7723         * nntp.el (nntp-send-command): Don't wait for echoes when
7724         nntp-open-ssl-stream is used.
7725
7726 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7729         (gnus-message-add-citation-keywords)
7730         (gnus-message-remove-citation-keywords): Remove.
7731         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7732         directly, make the variables in font-lock-defaults buffer-local, add
7733         gnus-message-citation-keywords to them and then update the value of
7734         font-lock-keywords.
7735
7736 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * message.el (message-cite-original-1): Don't call
7739         gnus-article-highlight-citation.
7740
7741         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7742         citations; fix line count.
7743
7744 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7747         (gnus-message-add-citation-keywords)
7748         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7749         versions of font-lock-add-keywords and font-lock-remove-keywords to
7750         work with XEmacs correctly.
7751
7752 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-cite.el (gnus-cite-face-list): Set the values of
7755         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7756         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7757         (gnus-message-cite-prefix-regexp): New variable.
7758         (gnus-message-search-citation-line): Use it; protect against long
7759         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7760         the 0th match data for Emacs.
7761         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7762         (gnus-message-add-citation-keywords): Append keywords rather than
7763         prepending; emulate font-lock-add-keywords if it is not available.
7764         (gnus-message-remove-citation-keywords): Emulate
7765         font-lock-remove-keywords if it is not available.
7766
7767         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7768
7769         * message.el (message-cite-prefix-regexp): Set the value of
7770         gnus-message-cite-prefix-regexp.
7771
7772 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7773
7774         * nnweb.el (nnweb-google-parse-1): Update parser.
7775
7776 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7777
7778         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7779
7780 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7781
7782         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7783         regexp.
7784
7785 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7788         string-to-multibyte.
7789         (uudecode-decode-region-internal): Use it.
7790
7791         * lpath.el: Fbind string-as-multibyte for XEmacs.
7792
7793 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7796         custom choice.
7797
7798         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7799
7800 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7801
7802         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7803
7804         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7805         `write-region' to respect `mm-inhibit-file-name-handlers'.
7806
7807 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7808
7809         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7810         Use gnus-home-directory instead of "~/" or "$HOME".
7811
7812 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7813
7814         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7815         to mention filename.
7816         Add comments at beginning regarding usage.
7817         (encrypt-write-file-contents): Change interactive so a string is
7818         acceptable.  If the file has no associated model, show an error instead
7819         of a nonsense prompt.
7820
7821 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7822
7823         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7824         Thanks to Yoshihiko Yamada for kind notification of this typo.
7825
7826 2007-01-12  Kenichi Handa  <handa@m17n.org>
7827
7828         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7829         multibyte buffer.
7830
7831 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * gnus-score.el (gnus-score-fast-scoring): New variable.
7834         (gnus-score-headers): Use it.
7835
7836         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7837
7838         * message.el (message-cite-original-1): Call
7839         gnus-article-highlight-citation if requested.
7840         (message-make-from): Allow name and address as optional arguments.
7841
7842         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7843
7844         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7845         bugs to doc string.
7846         (gnus-button-alist): Add mid\\|message-id.
7847         (gnus-button-fetch-group): Extend for use in
7848         `browse-url-browser-function'.
7849         (gnus-button-url-regexp): Try to catch paired parentheses like in
7850         Wikipedia URLs.
7851
7852         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7853         Suggested by Simon Krahnke <overlord@gmx.li>.
7854
7855 2007-01-13  Romain Francoise  <romain@orebokech.com>
7856
7857         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7858         Update copyright.
7859
7860 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7861
7862         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7863
7864 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7865
7866         * gnus-registry.el (gnus-registry-unfollowed-groups)
7867         (gnus-registry-split-fancy-with-parent): Fix documentation.
7868
7869 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870
7871         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7872         from nnweb groups.
7873
7874 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7877         Xref urls.  Erase buffer before requesting head.
7878
7879 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7882         customizable.
7883
7884 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7885
7886         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7887         no signing key is found.
7888         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7889         no encrypting and/or signing key is found.
7890
7891 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7894
7895 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7896
7897         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7898         headers read from disk with the ones newly found in the current search.
7899         This should no longer cause problems, because the article numbers in
7900         Gmane's `nov.php' output are ignored since the previous change.
7901
7902 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7903
7904         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7905
7906 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7909         replace-regexp-in-string; bind url-version; fbind display-images-p and
7910         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7911         find-face and set-itimer-function for Emacs; bind itimer-list for
7912         Emacs.
7913
7914         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7915
7916 2007-01-01  Romain Francoise  <romain@orebokech.com>
7917
7918         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7919
7920 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7921
7922         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7923         `define-minor-mode' macro definition expanded properly.
7924         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7925         exclude it there.
7926
7927         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7928         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7929         `fboundp' test.
7930         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7931         This is OK to autoload in (S)XEmacs now.
7932
7933 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934
7935         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7936         keystroke.
7937         (gnus-summary-limit-to-singletons): Fix typo.
7938
7939         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7940         else fails.
7941
7942 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7943
7944         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7945         docstring.
7946
7947         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7948         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7949         (gnus-summary-insert-dormant-articles): Fix typo in message.
7950
7951 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7954         nil for XEmacs.
7955         (gnus-message-citation-mode): Don't autoload in XEmacs.
7956
7957         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7958
7959 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7960
7961         * nnimap.el (nnimap-expunge-search-string): Mention
7962         nnimap-search-uids-not-since-is-evil in docstring.
7963
7964 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * spam.el: Revert to make-obsolete-variable because
7967         define-obsolete-variable-alias is not supported in Emacs 21.
7968
7969         * spam.el (spam-ifile-path, spam-ifile-database-path)
7970         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7971         make-obsolete-variable.
7972         (spam-bsfilter-path, spam-bsfilter-program)
7973         (spam-spamassassin-path, spam-spamassassin-program)
7974         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7975         use "path" inappropriately.
7976         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7977         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7978         variable names.
7979
7980 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7981
7982         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7983         summary buffer.
7984
7985         * password.el (password-cache-remove): Use clear-string to burn
7986         password, if available.
7987
7988 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7991
7992         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7993
7994         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7995         (gnus-message-highlight-citation): Move defcustom here from
7996         gnus-cite.el.
7997         (gnus-message-citation-mode): Autoload.
7998
7999         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8000         checks to make it compile with XEmacs.
8001         (gnus-message-citation-mode): New minor mode.
8002         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8003         (gnus-message-highlight-citation): New variables.
8004         (gnus-message-search-citation-line)
8005         (gnus-message-add-citation-keywords)
8006         (gnus-message-remove-citation-keywords)
8007         (turn-on-gnus-message-citation-mode)
8008         (turn-off-gnus-message-citation-mode): New functions.
8009
8010 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8011
8012         * gnus-cite.el: Enable highlighting of different citation levels in
8013         message-mode.
8014
8015 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * message.el (message-make-fqdn): Fix comment.
8018         (message-bogus-system-names): Add ".local".
8019
8020         * spam.el (spam-ifile-path, spam-ifile-program)
8021         (spam-ifile-database-path, spam-ifile-database)
8022         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8023         Don't use "path" inappropriately.
8024         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8025         strings.
8026         (spam-check-ifile, spam-ifile-register-with-ifile)
8027         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8028         new variable names.
8029
8030         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8031         (gnus-treat-display-smileys): Simplify using
8032         gnus-image-type-available-p.
8033
8034         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8035         available.
8036
8037         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8038         `display-images-p' if available.
8039
8040 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8043         one after turning on the buffer's multibyteness instead of decoding
8044         them directly in the unibyte buffer that causes unexpected conversion
8045         in Emacs 23 (unicode).
8046
8047 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8048
8049         * message.el (message-generate-hashcash): Fix custom type.
8050
8051 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8054
8055 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8058         disconnect icons.  Add help text.
8059
8060 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8061
8062         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8063         negated to be consistent with the others we handle.
8064
8065 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8068         version of gnus-summary-buffer to something, so that we can use two
8069         article buffers at the same time.
8070
8071 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8072
8073         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8074         trigger all the extra headers.
8075         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8076         sorting.
8077
8078 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8079
8080         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8081         solid groups.
8082
8083 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8084
8085         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8086
8087 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * legacy-gnus-agent.el: Add Copyright notice.
8090
8091 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8092
8093         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8094
8095 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8098
8099         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8100         to make it work reliably in CVS Emacs.
8101         (gnus-summary-limit-strange-charsets-predicate)
8102         (gnus-summary-limit-to-predicate): New functions.
8103
8104 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8105
8106         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8107         specifying array size.
8108         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8109         array if it is too small.
8110         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8111         (gnus-sort-threads-loop): New function.
8112
8113 2006-12-06  Chris Moore  <dooglus@gmail.com>
8114
8115         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8116         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8117
8118 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8119
8120         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8121         options.
8122
8123 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8124
8125         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8126         DOS-ing the recipient.
8127
8128         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8129         the headers when creating the mapping to avoid mismappings.
8130         (nnweb-gmane-create-mapping): Always nix out old mapping.
8131
8132 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8135         and mm-verify-option to never.
8136
8137 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * message.el (message-signed-or-encrypted-p): New function.
8140         (message-forward-make-body): Use it.
8141
8142         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8143         Replace encode-coding-string with mm-encode-coding-string.
8144
8145 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * nneething.el (nneething-decode-file-name): Replace
8148         decode-coding-string with mm-decode-coding-string.
8149
8150         * gnus-int.el (gnus-open-server): Say failed server's name.
8151
8152 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8153
8154         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8155         strings to a single string.  Quote `errors-file-name'.
8156         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8157         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8158         Adjust calls.  Use `shell-quote-argument'.
8159
8160 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8161
8162         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8163         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8164
8165         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8166         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8167         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8168         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8169         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8170         (gnus-subscribe-newsgroup, gnus-1):
8171         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8172         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8173         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8174         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8175
8176 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8177
8178         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8179         keystroke.
8180         (gnus-summary-limit-to-bodies): Implement headersp.
8181
8182 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8185
8186 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8189
8190 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191
8192         * message.el (message-generate-hashcash): Expand range of values to
8193         include `opportunistic'.
8194         (message-send-mail): Use it.
8195
8196 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8197
8198         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8199         and comment it.
8200
8201         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8202
8203 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-util.el (gnus-extract-address-components): Improve comment.
8206
8207 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * gnus-util.el (gnus-extract-address-components): Work with address in
8210         which the name portion contains @.
8211
8212         * lpath.el: Fbind custom-autoload.
8213
8214 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus.el (gnus-start): Move custom group up.
8217         (gnus-select-method): Don't autoload, but make it available for
8218         `customize-variable'.
8219         (gnus-getenv-nntpserver): Don't autoload.
8220
8221 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8222
8223         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8224
8225 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8226
8227         * message.el (message-sendmail-extra-arguments): New variable.
8228         (message-send-mail-with-sendmail): Use it.
8229
8230 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8233         mm-with-unibyte-current-buffer to make string unibyte.
8234
8235         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8236         mm-string-as-multibyte.
8237
8238 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8239
8240         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8241         Reported by Werner Koch <wk@gnupg.org>.
8242
8243 2006-11-14  Daiki Ueno  <ueno@p360>
8244
8245         * mml2015.el: Autoload epa-select-keys when compiling.
8246
8247 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8248
8249         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8250         message-options.
8251         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8252
8253 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8254
8255         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8256         EasyPG (< 0.0.6).
8257         (mml2015-always-trust): New user option.
8258         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8259         prompt.
8260
8261 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * nntp.el (nntp-authinfo-force): New variable.
8264         (nntp-send-authinfo): Use it.
8265
8266 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8269         decode encoded words.  Improve prompt.  Add comment about forwarding.
8270         (message-replacement-char): Move up.
8271
8272 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8273
8274         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8275         instead of gnus-intersection because arguments of gnus-sorted-nunion
8276         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8277
8278 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8281         (message-simplify-subject-functions): Enable
8282         message-strip-subject-encoded-words by default.
8283
8284 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * message.el (message-strip-subject-encoded-words): New function.
8287         (message-simplify-subject-functions): New variable.
8288         (message-simplify-subject): Use it.  Fix typo in doc string.
8289         Support message-strip-subject-encoded-words.
8290
8291 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8292
8293         * gnus-diary.el (gnus-diary-delay-format-function):
8294         * nndiary.el (nndiary-reminders):
8295         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8296
8297 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * gnus-art.el (article-hide-boring-headers): Fetch date from
8300         gnus-original-article-buffer to avoid problems with localized date
8301         strings.
8302
8303 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8306
8307 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8310         New variables.
8311         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8312         (mm-charset-synonym-alist): Move some entries to
8313         mm-codepage-iso-8859-list.
8314         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8315         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8316
8317 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8320
8321 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8324         with Emacs 21 and XEmacs.
8325
8326 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8327
8328         * spam.el (spam-parse-address): New function for better parsing,
8329         catching errors, etc.
8330         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8331
8332 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * mm-view.el: Add interactive arg to html2text autoload.
8335
8336 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8339
8340 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8343         variables.
8344         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8345         (mm-charset-synonym-alist): Move some entries to
8346         mm-codepage-iso-8859-list.
8347
8348         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8349
8350 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * message.el (message-citation-line-format)
8353         (message-insert-formated-citation-line): Fix implementation of %E, %N
8354         and %n according to the doc string.
8355
8356 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8357
8358         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8359         car-safe to avoid bad parses.
8360
8361 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8364         names.
8365
8366         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8367
8368 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8371         header.
8372
8373         * message.el (message-draft-headers): Add Date.
8374         (message-headers-to-generate): Fix typo in docstring.
8375
8376         * nndraft.el (nndraft-required-headers): New variable.
8377         (nndraft-generate-headers): Use it.
8378
8379         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8380
8381 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8382
8383         * gnus-registry.el (gnus-registry-wash-for-keywords)
8384         (gnus-registry-find-keywords): New functions to allow easy searching of
8385         articles that are in the registry.
8386
8387 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8388
8389         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8390         ietf-drums-parse-address instead of gnus-extract-address-components.
8391         Reported by Damien Elmes <damien@repose.cx>.
8392
8393 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gnus.el (gnus-mime): Remove unused custom group.
8396
8397 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8398
8399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8400         "blank line" when searching for end of armor headers.
8401
8402 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gmm-utils.el (gmm-write-region): Fix variable name.
8405
8406 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gmm-utils.el (gmm-write-region): New function based on compatibility
8409         code from `mm-make-temp-file'.
8410
8411         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8412
8413         * nnmaildir.el (nnmaildir--update-nov)
8414         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8415         Use `gmm-write-region'.
8416
8417 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8420         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8421
8422         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8423
8424         * message.el (message-replacement-char): New variable.
8425         (message-fix-before-sending): Use it.
8426         (message-simplify-subject): New function to remove duplicate code.
8427         (message-reply, message-followup): Use it.
8428
8429         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8430         gnus-summary-limit-to-articles.
8431
8432 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * gnus-util.el (gnus-with-local-quit): New macro.
8435
8436         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8437
8438 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8441         ignore non-string data.
8442
8443 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8444
8445         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8446         non-string data (needs to be done in the registry too).
8447
8448 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8449
8450         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8451         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8452         (gnus-registry-split-fancy-with-parent)
8453         (gnus-registry-fetch-simplified-message-subject-fast)
8454         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8455         Remove text properties on ingress into the registry and when it's saved.
8456         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8457         registry from entries with no groups.
8458
8459 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8460
8461         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8462         function to remove string properties.
8463
8464 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gmm-utils.el (gmm): Adjust custom version.
8467
8468         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8469         custom version.
8470
8471         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8472
8473 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * gnus-art.el (gnus-insert-prev-page-button)
8476         (gnus-insert-next-page-button): Simplify.  Reformat.
8477
8478 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8479
8480         * gnus-art.el (gnus-insert-prev-page-button)
8481         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8482
8483 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8484
8485         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8486
8487 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8488
8489         * gnus-art.el (gnus-insert-mime-button)
8490         (gnus-insert-mime-security-button):
8491         Apply gnus-article-button-face to MIME and security buttons.
8492
8493 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8496         readable.
8497
8498 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8501
8502 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8503
8504         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8505         `browse-url-of-file' instead of `browse-url'.
8506
8507 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8508
8509         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8510         regexp.  Articles containing quotation were cut prematurely.
8511
8512 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * message.el (message-cite-original-1): Use nobody by default for the
8515         value of From header.
8516         (message-reply): Ditto.
8517
8518 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8519
8520         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8521         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8522         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8523
8524 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8527         mails in the doc string.  Add some URLs in comment.
8528         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8529
8530 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8533         backslashes handling and the way to find boundaries of quoted strings.
8534
8535 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8536
8537         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8538         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8539         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8540         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8541
8542 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8545         doc string.
8546         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8547
8548 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * lpath.el: Fbind epg-check-configuration.
8551
8552 2006-09-06  Simon Josefsson  <jas@extundo.com>
8553
8554         * mml2015.el (mml2015-use): Doc fix, mention epg.
8555
8556 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8557
8558         * mml2015.el (mml2015-use): Default to epg, if available.
8559
8560 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8561
8562         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8563         message-sender.
8564         (mml1991-epg-encrypt): Ditto.
8565         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8566         message-sender.
8567         (mml2015-epg-encrypt): Ditto.
8568
8569 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8570
8571         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8572         several common directories.
8573
8574 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8575
8576         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8577         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8578
8579 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * gnus-art.el (article-decode-encoded-words): Make it fast.
8582
8583 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8586
8587         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8588         in quoted string into `\'.
8589
8590 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8593         Use standard-syntax-table.
8594
8595 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-art.el (gnus-decode-address-function): New variable.
8598         (article-decode-encoded-words): Use it to decode headers which are
8599         assumed to contain addresses.
8600         (gnus-mime-delete-part): Remove useless `or'.
8601
8602         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8603         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8604         (gnus-nov-parse-line): Use it to decode From header.
8605         (gnus-get-newsgroup-headers): Ditto.
8606         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8607
8608         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8609         (mail-decode-encoded-address-string): New alias.
8610
8611         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8612         New function.
8613         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8614         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8615         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8616         (rfc2047-decode-string): Ditto.
8617         (rfc2047-decode-address-region): New function.
8618         (rfc2047-decode-address-string): New function.
8619
8620 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * message.el (message-caesar-buffer-body): Allow rotating headers.
8623
8624         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8625
8626         * message.el (message-insert-formated-citation-line): Fix %f.
8627         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8628
8629 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8632         (gnus-bookmark-mouse-available-p): New macro.
8633         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8634         (gnus-bookmark-bmenu-show-infos): Use it.
8635         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8636         (gnus-bookmark-bmenu-hide-infos): Ditto.
8637         (gnus-bookmark-remove-properties): New function.
8638         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8639         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8640         (gnus-bookmark-write-file): Bind coding-system-for-write.
8641         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8642         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8643         group before selecting it.
8644         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8645         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8646         quit-window if it is not available; use gnus-mouse-2 and bind it to
8647         gnus-bookmark-bmenu-select-by-mouse.
8648         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8649         (gnus-bookmark-bmenu-select-by-mouse): New function.
8650
8651 2006-08-13  Romain Francoise  <romain@orebokech.com>
8652
8653         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8654         space.
8655
8656 2006-08-10  Romain Francoise  <romain@orebokech.com>
8657
8658         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8659         (dns-mode-soa-auto-increment-serial): New user option.
8660         (dns-mode-soa-maybe-increment-serial): New function.
8661         (dns-mode): Add the latter to `write-contents-functions'.
8662
8663 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * compface.el (uncompface): Use binary rather than raw-text-unix.
8666
8667 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * compface.el (uncompface): Make sure the eol conversion doesn't take
8670         place when communicating with the external programs.  Reported by
8671         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8672
8673 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8676
8677 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8678
8679         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8680         Make it more robust by parsing author and date independently.
8681
8682 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8685
8686 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8687
8688         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8689         first matching secret key.
8690         (mml2015-epg-encrypt): Ditto.
8691
8692         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8693         first matching secret key.
8694         (mml1991-epg-encrypt): Ditto.
8695
8696         * mml2015.el (mml2015-encrypt-to-self): New user option.
8697         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8698         mml2015-epg-encrypt-to-self is set.
8699
8700         * mml1991.el (mml1991-encrypt-to-self): New variable.
8701         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8702         mml1991-epg-encrypt-to-self is set.
8703
8704         * mml2015.el (mml2015-signers): New user option.
8705         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8706         (mml2015-epg-encrypt): Allow to select signing keys.
8707
8708         * mml1991.el (mml1991-signers): New variable.
8709         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8710         (mml1991-epg-encrypt): Allow to select signing keys.
8711
8712 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * nnheader.el (nnheader-insert-head): Make it work even if the file
8715         uses CRLF for the line-break code.
8716
8717 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8718
8719         * mml2015.el: Require mml-sec instead of password.
8720         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8721         (mml2015-cache-passphrase): Inherit the default value from
8722         mml-secure-cache-passphrase.
8723         (mml2015-passphrase-cache-expiry): Inherit the default value from
8724         mml-secure-passphrase-cache-expiry.
8725
8726         * mml1991.el: Require mml-sec instead of password.
8727         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8728         (mml1991-cache-passphrase): Inherit the default value from
8729         mml-secure-cache-passphrase.
8730         (mml1991-passphrase-cache-expiry): Inherit the default value from
8731         mml-secure-passphrase-cache-expiry.
8732
8733         * mml-sec.el: Require password.
8734         (mml-secure-verbose): New user option.
8735         (mml-secure-cache-passphrase): New user option.
8736         (mml-secure-passphrase-cache-expiry): New user option.
8737
8738 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8739
8740         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8741         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8742         andreas@altroot.de (Andreas Vögele).
8743
8744         FIXME: Use `tiny change'?
8745
8746 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8747
8748         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8749         workaround for the url package included with Emacs.
8750
8751         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8752
8753 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8756         correctly.  This fixes a bug caused by the 2006-05-12 change.
8757
8758 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8759
8760         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8761         some information about the error when saying that the `bogus' mail
8762         group will be used.
8763
8764 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8767         string.
8768
8769 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8770
8771         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8772
8773 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8774
8775         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8776
8777 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8778
8779         * mml1991.el (mml1991-function-alist): Add epg.
8780         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8781         (mml1991-epg-encrypt): New functions.
8782
8783 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8784
8785         * mml2015.el (mml2015-verbose): New variable.
8786         (mml2015-cache-passphrase): Ditto.
8787         (mml2015-passphrase-cache-expiry): Ditto.
8788         (mml2015-function-alist): Add epg.
8789         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8790         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8791         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8792         functions.
8793
8794 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8795
8796         * message.el (message-cite-original-1): Preserve region when removing
8797         quoted text due to X-No-Archive in order to avoid bogus attribution
8798         when citing multiple messages.
8799
8800 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8801
8802         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8803         Kenneth Jacker <khj@be.cs.appstate.edu>.
8804
8805 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-diary.el (gnus-user-format-function-d)
8808         (gnus-user-format-function-D): Autoload.
8809
8810         * imap.el (Commentary): Fix typo.
8811
8812         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8813         2006-04-22 contribution.
8814
8815 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8816
8817         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8818         It didn't really fix the bogosity I'm seeing with solid web groups.
8819
8820 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8821
8822         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8823         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8824         created using server names.  If we use the feature without declaring
8825         it, Gnus does not properly manage server and group state.
8826
8827         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8828         bound.
8829
8830 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8831
8832         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8833         looking up the method using GROUP's prefix before inventing a new one.
8834         It is used on killed/unknown groups in various places where returning
8835         an all-new method isn't expected by the caller.
8836
8837         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8838         and match semantics of gnus-group-real-prefix.
8839
8840 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8841
8842         * nnmail.el (nnmail-broken-references-mailers): New variable.
8843         (nnmail-ignore-broken-references): New function generalizing
8844         nnmail-fix-eudora-headers.
8845         (nnmail-fix-eudora-headers): Now obsolete.
8846
8847         * gnus-art.el (gnus-button-handle-custom): Support
8848         `customize-apropos*'.
8849
8850 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8853
8854         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8855         articles.
8856
8857 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * message.el (message-cite-reply-above): New variable.
8860         (message-yank-original): Use it.
8861
8862 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8865
8866 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8869         as read.
8870
8871         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8872
8873 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8876         (gnus-bookmark-default-file): Use gnus-directory.
8877         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8878         Remove "*" in doc string.
8879         (gnus-bookmark-write-file): Simplify.
8880         (gnus-bookmark-maybe-sort-alist): Use `when'.
8881         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8882         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8883         FIXME about Emacs 21 and XEmacs compatibility.
8884         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8885         compatibility.
8886         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8887         compatibility.
8888         (gnus-bookmark-menu-heading): Fix version.
8889
8890 2006-06-19  Bastien Guerry  <bzg@altern.org>
8891
8892         * gnus-bookmark.el: New file.
8893
8894 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * message.el (message-syntax-checks): Doc fix.
8897
8898 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8899
8900         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8901         unsubscribed groups as if they were killed ones.  It causes duplicate
8902         entries in gnus-newsrc-alist.
8903
8904 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * message.el (message-syntax-checks): Doc fix.
8907         (message-send-mail): Add check for continuation headers.
8908         (message-check-news-header-syntax): Fix regexp used to check for
8909         continuation headers.
8910
8911 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8914
8915 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8916
8917         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8918
8919 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8922         default-truncate-lines.
8923
8924 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8927         to fill the utf-8 entry.
8928
8929         * lpath.el: Fbind unicode-precedence-list.
8930
8931 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8932
8933         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8934
8935 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8936
8937         * gnus-agent.el (directory-files-and-attributes): Move all the way
8938         forward (the third and final move).
8939         (gnus-agent-read-agentview): Trap reconstruction errors due to
8940         nonexistant directory.  Handle by returning nil.
8941
8942 2006-05-30  Didier Verna  <didier@xemacs.org>
8943
8944         * message.el (message-dont-reply-to-names): Update the custom type.
8945         * message.el (message-dont-reply-to-names): New defsubst: potentially
8946         convert a list of regexps into a single one.
8947         * message.el (message-get-reply-headers): Use it.
8948         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8949
8950 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-agent.el (directory-files-and-attributes): Move forward.
8953
8954 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-ml.el (gnus-mailing-list-subscribe)
8957         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8958         (gnus-mailing-list-message): Fix doc strings.
8959
8960 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8961
8962         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8963         of doing it manually.
8964
8965 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8968         comment.
8969
8970 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8971
8972         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8973         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8974         (gnus-agent-read-local): All symbols allocated in my-obarray.
8975         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8976         (gnus-agent-regenerate-group): Check numeric names to see if they are
8977         messages or groups.
8978         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8979         better way of do this...)
8980
8981         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8982         'dummy.group' (there should be a better way of do this...)
8983
8984 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8987         (gnus-saved-headers): Ditto.
8988         (gnus-default-article-saver): Mention functions may have properties.
8989         (gnus-article-save): Override gnus-save-all-headers and
8990         gnus-saved-headers by :headers property which saver function may have.
8991         (gnus-summary-save-in-file): Add :headers property.
8992         (gnus-summary-write-to-file): Ditto.
8993
8994         * gnus-sum.el (gnus-summary-save-article): Bind
8995         gnus-prompt-before-saving to t when saving many articles in a file;
8996         always show all headers.
8997
8998         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8999
9000 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9003         marks.
9004
9005         * message.el (message-indent-citation): Add optional arguments to allow
9006         using it outside of message buffers.
9007
9008         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9009         (gnus-article-treat-unfold-headers): Use it.
9010         (gnus-article-truncate-lines): New variable.
9011         (gnus-article-mode): Use it.
9012         (gnus-article-toggle-truncate-lines): New function.
9013
9014         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9015         gnus-article-toggle-truncate-lines.
9016
9017         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9018         coding system in XEmacs, use binary.
9019
9020 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9023         after-load-alist.
9024
9025         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9026         this function should save decoded articles.
9027         (gnus-summary-write-to-file): Use property to specify this function
9028         should save decoded articles and specify gnus-summary-save-in-file
9029         should be used to save articles other than the first one when saving
9030         many articles.
9031         (gnus-summary-save-body-in-file): Use property to specify this
9032         function should save decoded articles.
9033         (gnus-summary-write-body-to-file): Use property to specify this
9034         function should save decoded articles and specify
9035         gnus-summary-save-body-in-file should be used to save articles other
9036         than the first one when saving many articles.
9037
9038         * gnus-sum.el (gnus-summary-save-article): Simplify.
9039
9040 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-art.el (gnus-default-article-saver): Add
9043         gnus-summary-write-body-to-file.
9044         (gnus-article-save-coding-system): Don't use coding system object
9045         in XEmacs.
9046         (gnus-read-save-file-name): Add optional `dir-var' argument which
9047         specifies directory in which files are saved; work even if optional
9048         `variable' argument is not specified.
9049         (gnus-summary-write-to-file): Read file name.
9050         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9051         (gnus-summary-write-body-to-file): New function.
9052
9053         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9054         (gnus-summary-local-variables): Add it.
9055         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9056         (gnus-summary-save-article): Remove optional `decode' argument;
9057         determine whether to decode articles by the value of
9058         gnus-default-article-saver; when saving many files using
9059         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9060         it first and use gnus-summary-save-in-file or
9061         gnus-summary-save-body-in-file thereafter unless
9062         gnus-prompt-before-saving is always; move point to article which
9063         will be saved.
9064         (gnus-summary-save-article-file): Revert.
9065         (gnus-summary-write-article-file): Revert.
9066         (gnus-summary-save-article-body-file): Revert.
9067         (gnus-summary-write-article-body-file): New function.
9068
9069 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gnus-art.el (gnus-default-article-saver): Doc fix.
9072         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9073         from gnus-summary-save-article-coding-system, and default to a
9074         certain coding system.
9075         (gnus-output-to-file): Add coding cookie and encode text according
9076         to gnus-article-save-coding-system; don't use mm-append-to-file.
9077
9078         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9079         gnus-art.el and rename to gnus-article-save-coding-system.
9080         (gnus-summary-save-article): Require gnus-art; don't show all
9081         headers if it decodes articles; don't add coding cookie here;
9082         don't bind mm-text-coding-system-for-write.
9083         (gnus-summary-save-article-file): Save decoded articles.
9084         (gnus-summary-write-article-file): When saving many files, use
9085         gnus-summary-write-to-file first and gnus-summary-save-in-file
9086         thereafter unless gnus-prompt-before-saving is always.
9087         (gnus-summary-save-article-body-file): Save decoded articles.
9088
9089         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9090
9091 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9092
9093         * nnrss.el (nnrss-check-group): Bind hash-index.
9094
9095 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9096
9097         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9098         its hash index.  Store this hash in `nnrss-group-data'.
9099         (nnrss-read-group-data): Update accordingly.
9100
9101 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9104         entry.
9105
9106         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9107         gnus-article-browse-html-article.
9108
9109 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9110
9111         * gnus-sum.el (gnus-summary-mime-map): Add
9112         gnus-article-browse-html-article.
9113
9114         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9115
9116 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9119         suitable coding systems in customize.
9120
9121 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * mail-source.el (mail-sources): Fix custom type.
9124
9125 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9128         (gnus-summary-expire-articles-now): Shorten prompt.
9129
9130         * gmm-utils.el (wid-edit): Require.
9131         (defun-gmm): Renamed from `gmm-defun-compat'.
9132         (gmm-image-search-load-path): Use it.
9133         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9134
9135 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9138         variable.
9139         (gnus-summary-save-article): Add optional `decode' argument.  If
9140         it is set and gnus-summary-save-article-coding-system is non-nil,
9141         save decoded article.
9142         (gnus-summary-write-article-file): Save decoded article if
9143         gnus-summary-save-article-coding-system is non-nil.
9144
9145         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9146         type.
9147
9148 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9151
9152 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9155         first to test gnus-single-article-buffer which may be buffer-local.
9156
9157         * gnus-sum.el (gnus-summary-setup-buffer): Make
9158         gnus-single-article-buffer buffer-local and nil in ephemeral
9159         group; make gnus-article-buffer, gnus-article-current, and
9160         gnus-original-article-buffer always buffer-local.
9161         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9162         group.
9163         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9164
9165 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * nnml.el (nnml-request-compact-group): Compressed files might not
9168         have .gz extension.
9169
9170 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9171
9172         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9173         (mm-copy-to-buffer): Use with-current-buffer.
9174         (mm-display-part): Simplify.
9175         (mm-inlinable-p): Add optional arg `type'.
9176
9177 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9178
9179         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9180         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9181         Try harder to show the attachment internally or externally using
9182         gnus-mime-view-part-as-type.
9183
9184 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * message.el (message-from-style, message-signature-separator)
9187         (message-user-organization-file, message-send-mail-function)
9188         (message-citation-line-function, message-yank-prefix)
9189         (message-indent-citation-function, message-signature)
9190         (message-signature-file, message-signature-insert-empty-line):
9191         Remove autoloads.
9192
9193         * gnus-art.el (gnus-buttonized-mime-types): Remove
9194         "multipart/signed".  Revert 2006-04-26 change.
9195
9196 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9197
9198         * gnus.el (gnus-version-number): Bump version.
9199
9200 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9201
9202         * gnus.el: No Gnus v0.5 is released.
9203
9204 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9205
9206         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9207         fetching articles by message-id.
9208
9209 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * message.el (hashcash): Require hashcash as normal.
9212
9213         * ecomplete.el (ecomplete-highlight-match-line): Use
9214         point-at-eol.
9215         (ecomplete-highlight-match-line): Use `highlight', because that
9216         face exists in both Emacs and XEmacs.
9217
9218         * message.el (message-display-abbrev): Use point-at-bol.
9219
9220         * mail-source.el: Don't require timer/timer-funcs.
9221
9222         * gnus-async.el: Ditto.
9223
9224         * password.el: Ditto.
9225
9226         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9227
9228         * mm-url.el: Ditto.
9229
9230         * gnus-xmas.el: Don't require timer-funcs.
9231
9232         * mm-util.el: Require timer/timer-funcs.
9233
9234 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9235
9236         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9237         Close.
9238
9239 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9242         unibyte after clear-decrypt function runs.
9243
9244         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9245         returns as a unibyte string.
9246
9247 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * lpath.el: Revert.
9250
9251         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9252         (pgg-gpg-process-sentinel): Revert.
9253
9254         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9255         (pgg-pgp-lookup-key): Revert.
9256
9257         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9258         (pgg-pgp5-lookup-key): Revert.
9259
9260         * pgg.el (pgg-fetch-key): Revert.
9261
9262 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9263
9264         * lpath.el: Fbind string-as-multibyte for XEmacs.
9265
9266         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9267         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9268         (mml1991-pgg-encrypt): Ditto.
9269
9270         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9271         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9272         a multibyte buffer.
9273
9274         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9275         (pgg-pgp-lookup-key): Ditto.
9276
9277         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9278         (pgg-pgp5-lookup-key): Ditto.
9279
9280         * pgg.el (pgg-fetch-key): Ditto.
9281
9282 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9283
9284         * message.el (message-user-organization-file): Check several
9285         locations of the organization file.
9286
9287         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9288         Add gnus-article-view-part-as-type.
9289
9290         * gnus-art.el (gnus-article-view-part-as-type): New function.
9291
9292         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9293         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9294
9295         * mml.el: Simplify autoload.
9296         (mml-mode): defvar dnd-protocol-alist instead of using
9297         symbol-value.
9298         (mml-default-directory): New variable.
9299         (mml-minibuffer-read-file): Use it.
9300         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9301
9302         * message.el (message-citation-line-format): New variable.
9303         (message-insert-formated-citation-line): New function.
9304         (message-citation-line-function): Add
9305         `message-insert-formated-citation-line' to custom type.
9306
9307         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9308         to doc string.
9309
9310         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9311         depending on mm-verify-option.
9312
9313 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9316         binding pgg-* variables; reimplement the section which prevents
9317         MIME header from being signed.
9318         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9319         pgg-text-mode; remove a blank line at the top of body.
9320
9321         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9322         lines at the top of body; use gnus-newsgroup-charset if there's no
9323         Charset header.
9324
9325 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * message.el (message-self-insert-commands): Doc fix.
9328
9329         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9330         (mm-uu-pgp-encrypted-test): Ditto.
9331         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9332         between header and body; return application/pgp-encrypted handle
9333         if decryption failed; decode decrypted body by charset.
9334
9335         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9336         element match to application/pgp-*.
9337
9338 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9339
9340         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9341         HTML.
9342
9343 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9344
9345         * mail-source.el (mail-source-call-script): Message the error
9346         string.
9347
9348 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * gnus-util.el (gnus-byte-compile): Use it.
9351
9352 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9353
9354         * gnus-util.el (kill-empty-logs): New function.
9355
9356 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * message.el (message-mail-alias-type): Doc fix.
9359         (message-mail-alias-type-p): New function.
9360         (message-send): Use it.
9361         (message-mode): Ditto.
9362         (message-strip-forbidden-properties): Ditto.
9363
9364         * ecomplete.el (ecomplete-database-file-coding-system): New
9365         variable.
9366         (ecomplete-save): Use it.
9367         (ecomplete-setup): Use it.
9368
9369 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * message.el (message-self-insert-commands): New variable.
9372         (message-strip-forbidden-properties): Use it.
9373
9374 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9377         that doesn't make XEmacs choke.
9378
9379 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * gnus-util.el (gnus-replace-in-string):
9382         Prefer replace-regexp-in-string over of replace-in-string.
9383
9384 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-util.el (gnus-select-frame-set-input-focus):
9387         Use select-frame-set-input-focus if it is available in XEmacs; use
9388         definition defined in Emacs 22 for old Emacsen.
9389
9390         * dgnushack.el: Autoload unmorse-region for XEmacs.
9391
9392         * lpath.el: Bind cursor-in-non-selected-windows and
9393         select-frame-set-input-focus for XEmacs.
9394
9395 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9398
9399 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9400
9401         * gnus-registry.el (gnus-registry-cache-save): Remove text
9402         properties when saving via the temp buffer.
9403
9404 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * message.el (message-generate-hashcash): Honor custom type.
9407
9408 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * message.el (message-generate-hashcash): Default to non-nil when
9411         hashcash is found.
9412
9413         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9414         (gnus-refer-thread-limit): Increase default to 500.
9415
9416         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9417
9418         * flow-fill.el (fill-flowed): Allow delete-space.
9419
9420 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9423         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9424         Remove autoloads.
9425
9426 2006-04-18  Simon Josefsson  <jas@extundo.com>
9427
9428         * message.el (message-generate-hashcash): Default to.
9429
9430 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9433         concatenating segments rather than before concatenating them.
9434
9435 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9438
9439 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440
9441         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9442
9443         * message.el (message-forward-make-body-plain): Allow
9444         message-forward-ignored-headers to be a list.
9445         (message-remove-ignored-headers): Factor out into function.
9446         (message-forward-make-body-mml): Use it.
9447
9448         * imap.el (imap-quote-specials): New function.
9449         (imap-login-auth): Quote specials.
9450
9451         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9452         (rfc2231-parse-string): Allow concatanation of parameters that
9453         aren't contiguous.  The test case is
9454           (mail-header-parse-content-type "message/external-body;
9455             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9456             access-type=LOCAL-FILE;
9457             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9458
9459 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9460
9461         * nntp.el (nntp-accept-process-output): Return the value of
9462         `nnheader-accept-process-output'.
9463
9464 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9465
9466         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9467         (gnus-button-alist): Recognize more diff formats.
9468         (gnus-button-patch): Strip directory.
9469
9470 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9473         Emacs 22 when setting focus.
9474
9475 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * gnus-art.el (gnus-article-treat-types): Do treatment of
9478         text/x-verbatim parts.
9479         (gnus-button-patch): New command.
9480
9481         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9482         addresses that contain invalid characters.
9483
9484 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * message.el (message-put-addresses-in-ecomplete): Use
9487         gnus-replace-in-string.
9488         (message-is-yours-p): Use the more correct
9489         mail-header-parse-address instead of
9490         mail-extract-address-components.
9491         (message-put-addresses-in-ecomplete): Fix typo.
9492
9493         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9494         keystroke.
9495
9496         * gnus-art.el (gnus-treatment-function-alist): Change order of
9497         newsgroups/generic header folding to avoid double-folding.
9498
9499         * message.el (message-hidden-headers): Add X-Draft-From.
9500
9501         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9502         command.
9503         (gnus-summary-repeat-search-article-backward): New command.
9504
9505         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9506         groups in the parent topic.
9507
9508 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9509
9510         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9511         (spam-extra-header-to-number): Return the CRM114 number as a
9512         number instead of a string.
9513
9514 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus-art.el (gnus-face-properties-alist): Moved here from
9517         gnus-fun.
9518
9519         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9520
9521 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * message.el (message-strip-forbidden-properties): Only display on
9524         self-insert-command.
9525
9526         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9527         reindent.
9528         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9529
9530 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9531
9532         * smiley.el (smiley-style): Fix typo.
9533
9534 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * hashcash.el (hashcash-insert-payment-async-2): Use
9537         message-goto-eoh instead of doing it manually.
9538         (mail-add-payment): Use message-narrow-to-header instead of trying
9539         to do the same itself.
9540
9541         * message.el (message-hidden-headers): Add Face.
9542
9543         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9544         reparenting code.
9545         (gnus-summary-reparent-children): Refactored out code.
9546         (gnus-summary-thread-map): New keystroke.
9547         (gnus-summary-reparent-children): Make into command.
9548
9549         * smiley.el (smiley-style): Default to `medium' if using a large
9550         font.
9551
9552         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9553         does it itself.
9554
9555         * message.el (message-point-in-header-p): Simplify definition.
9556
9557 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * nnagent.el (nnagent-request-set-mark): Silence log file
9560         writing.
9561         (nnagent-request-set-mark): Use write-region instead of
9562         append-to-file.
9563
9564         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9565         strange select method.
9566
9567         * ecomplete.el (ecomplete-display-matches): Get highlightling
9568         right.
9569         (ecomplete-display-matches): Use literals.
9570         (ecomplete-display-matches): Disable message logging.
9571
9572         * message.el (message-display-abbrev): Small optimization.
9573
9574         * ecomplete.el (ecomplete-display-matches): Allow automatic
9575         display.
9576
9577         * message.el (message-strip-forbidden-properties): Display
9578         abbrevs.
9579         (message-display-abbrev): Get automatic display right.
9580
9581         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9582         keystrokes.
9583
9584 2006-04-13  Romain Francoise  <romain@orebokech.com>
9585
9586         TODO: Backport to v5-10!
9587
9588         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9589         Moved here (and renamed) from gnus-registry.el.
9590
9591         * gnus-registry.el: Require gnus-util.
9592         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9593
9594 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9595
9596         * gnus-group.el (gnus-group-catchup-current): Change
9597         if-then-else-if-then-else into cond.
9598         (gnus-group-catchup): Indent.
9599         (group-name-at-point): New function.
9600         (gnus-fetch-group): Provide default from thing at point.
9601
9602 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * message.el (message-display-abbrev): Fix regexp.
9605
9606         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9607         choosing.
9608         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9609         dead variables.
9610
9611         * message.el (message-newline-and-indent): Remove debugging.
9612         (message-display-abbrev): Use new implementation.
9613
9614 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-art.el (gnus-article-mode): Set
9617         cursor-in-non-selected-windows to nil.
9618
9619         * smiley.el: Revert previous change.
9620         (smiley-data-directory): defvar it before using it in the
9621         defcustom of `smiley-style'.
9622
9623 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9624
9625         * message.el (message-newline-and-indent): New function.
9626
9627         * ecomplete.el: Implement more bits.
9628
9629         * message.el (message-put-addresses-in-ecomplete): Clean up the
9630         string.
9631
9632         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9633
9634         * gnus-sum.el (gnus-summary-save-parts): Bind
9635         gnus-summary-save-parts-counter and use it to make unique file
9636         names.
9637
9638         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9639
9640         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9641         parameter to say whether to actually parse the individual
9642         addresses.
9643
9644         * message.el (message-put-addresses-in-ecomplete): New function.
9645         (ecomplete): Require.
9646         (message-mail-alias-type): Add ecomplete as an option.
9647
9648 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9649
9650         * flow-fill.el (fill-flowed): Remove trailing space from blank
9651         quoted lines.
9652
9653 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * smiley.el (smiley-style): Move definition later to avoid a
9656         compilation warning.
9657
9658 2006-04-12  Kenichi Handa  <handa@m17n.org>
9659
9660         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9661         buffer and then decode the buffer text if necessary.
9662         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9663         first, and after mm-encode-body, change the buffer to unibyte.
9664         Use mm-disable-multibyte instead of set-buffer-multibyte.
9665
9666 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9669         Content-Type header instead of Content-Disposition header.
9670         (gnus-mime-inline-part): Ditto.
9671         (gnus-mime-view-part-as-charset): Ignore charset that the part
9672         specifies.
9673
9674         * mm-decode.el (mm-display-part): Work with external parts and
9675         usual parts similarly.
9676
9677         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9678         instead of gnus-display-mime.
9679
9680         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9681         instead of with-temp-buffer.
9682
9683         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9684         tag to summarized topics part in order to encode non-ASCII text.
9685
9686 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * smiley.el (smiley-style): New variable.
9689         (smiley-directory): New function.
9690         (smiley-data-directory): Derive from `smiley-style' using
9691         `smiley-directory'.
9692         (smiley-regexp-alist): Add new entries.
9693
9694         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9695         (gnus-article-browse-delete-temp): Add :version.
9696
9697 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9698
9699         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9700         the sieve region.
9701
9702 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703
9704         * gnus.el (gnus-version-number): Bump version.
9705
9706 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus.el: No Gnus v0.4 is released.
9709
9710 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9713         layout.
9714
9715         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9716         unknown charset.
9717
9718         * message.el (message-header-synonyms): Add Original-To to the
9719         default.
9720
9721         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9722         optional parameter.
9723
9724 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * gnus-fun.el (gnus): Require it for gnus-directory.
9727
9728 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9731
9732 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9733
9734         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9735
9736 2006-04-05  Simon Josefsson  <jas@extundo.com>
9737
9738         * password.el (password-reset): New function.
9739
9740 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9741
9742         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9743         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9744
9745 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9746
9747         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9748         Some whitespace was matched into the url, which broke browsing hits
9749         > 100 when mm-url-use-external was nil.
9750
9751 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9754         gnus-extra-headers for 'Newsgroups.
9755
9756         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9757         bound.
9758
9759 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9760
9761         * pgg-gpg.el: Clean up process buffers every time gpg processes
9762         complete.
9763
9764 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9767         doc string.
9768
9769 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9770
9771         * pgg-gpg.el (pgg-gpg-process-filter)
9772         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9773
9774         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9775         lines, temporary fix.
9776
9777 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9778
9779         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9780
9781 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9782
9783         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9784         default-enable-multibyte-characters.  This reverts the change from
9785         revision 6.17 which is no longer necessary because the passphrase
9786         is sent separately now.  GnuPG messages are unreadable under
9787         multibyte locales with default-enable-multibyte-characters set to
9788         nil.
9789
9790 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * message.el (message-tool-bar-gnome): Move "spell".
9793
9794 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9797         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9798         instead.
9799
9800 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9801
9802         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9803         newsgroups handling for NNTP overviews which don't include
9804         Newsgroups.
9805
9806 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9807
9808         * message.el (message-resend): Bind message-generate-hashcash to nil.
9809
9810 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9811
9812         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9813         when searching for already-paid recipients.
9814
9815 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9816
9817         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9818         passphrases when it is not needed.
9819         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9820         passphrase stuff from gpg, should only be necessary when you use
9821         gpg with a smartcard.
9822
9823 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * mml.el (mml-insert-mime): Ignore cached contents of
9826         message/external-body part.
9827
9828         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9829         (mm-insert-part): Ditto.
9830
9831 2006-03-23  Simon Josefsson  <jas@extundo.com>
9832
9833         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9834         Reiner.
9835         (pgg-gpg-use-agent-p): Use it again.
9836
9837 2006-03-23  Simon Josefsson  <jas@extundo.com>
9838
9839         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9840         older emacsen.
9841         (pgg-gpg-use-agent-p): Don't use it.
9842
9843 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9846         if we can.
9847
9848 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9849
9850         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9851         (pgg-gpg-update-agent): New function.
9852         (pgg-gpg-use-agent-p): New function.
9853         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9854         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9855         (pgg-gpg-sign-region): Use it.
9856
9857 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9860         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9861
9862 2006-03-21  Simon Josefsson  <jas@extundo.com>
9863
9864         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9865         <wilde@sha-bang.de>.
9866         (pgg-gpg-use-agent): New variable.
9867         (pgg-gpg-process-region): Use it.
9868         (pgg-gpg-encrypt-region): Likewise.
9869         (pgg-gpg-encrypt-symmetric-region): Likewise.
9870         (pgg-gpg-decrypt-region): Likewise.
9871         (pgg-gpg-sign-region): Likewise.
9872         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9873
9874 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9877
9878         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9879         Add comment on version.
9880
9881 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * smiley.el: Add missing test smiley.
9884
9885 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * mm-decode.el (mm-with-part): New macro.
9888         (mm-get-part): Use it; work with message/external-body as well.
9889         (mm-save-part): Treat name and filename equally.
9890
9891         * mm-extern.el (mm-extern-cache-contents): New function.
9892         (mm-inline-external-body): Use it; force the part to be displayed;
9893         move undisplayer added to the cached handle to the parent.
9894
9895         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9896         (gnus-mime-view-part-as-type): Work with message/external-body.
9897
9898         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9899
9900 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9903         images in image-load-path.  [Sync with image.el, revision 1.60, in
9904         Emacs.]
9905
9906 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9909         path rather than symbol.  Always return list of directories.
9910         Guarantee that image directory comes first.  [Sync with image.el,
9911         revision 1.59, in Emacs.]
9912
9913         * message.el (message-make-tool-bar): Adjust to new API of
9914         `gmm-image-load-path-for-library'.
9915
9916         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9917
9918         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9919
9920 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9921
9922         * gnus-art.el (gnus-article-only-boring-p):
9923         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9924         intangible text.
9925         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9926
9927 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9930         `defun' instead of `gmm-defun-compat'.
9931
9932 2006-03-14  Simon Josefsson  <jas@extundo.com>
9933
9934         * message.el (message-unique-id): Don't use message-number-base36
9935         if (user-uid) is a float.
9936         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9937
9938 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9941
9942         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9943         empty line between a part and a message part.
9944
9945 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * smiley.el: Add more test smileys.
9948         (smiley-data-directory, smiley-regexp-alist)
9949         (gnus-smiley-file-types): Fix doc strings.
9950         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9951         adding new elements.
9952         (smiley-mouse-map): Unused code.  Make it a comment.
9953
9954 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9957         scan latest NoCeM messages instead of old ones.
9958         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9959         delimiters that are recently used.
9960         (gnus-nocem-load-cache): Add autoload cookie.
9961
9962         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9963
9964         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9965         level which is larger than gnus-use-nocem is specified.
9966
9967         * gnus-group.el (gnus-group-get-new-news): Ditto.
9968
9969 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-util.el (gnus-tool-bar-update): New function.
9972
9973         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9974         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9975
9976         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9977
9978         * gnus-group.el (gnus-group-redraw-when-idle)
9979         (gnus-group-redraw-check): Remove.
9980         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9981
9982 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9985         if optional last element is specified in splits (FIELD VALUE...).
9986
9987 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9990         to gmm-image-load-path-for-library.  Call with no-error argument.
9991         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9992
9993         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9994
9995         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9996
9997         * gmm-utils.el (gmm-image-load-path): Remove alias.
9998
9999 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * gmm-utils.el (gmm-image-load-path): Add alias.
10002
10003         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10004         nnml-generate-nov-databases-1.
10005         (nnml-generate-nov-databases): Use it.
10006         (nnml-generate-nov-databases-directory): Document no-active
10007         argument.
10008
10009         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10010         directory if path is t.  Add no-error.
10011
10012         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10013         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10014
10015         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10016         resetting gnus-article-browse-html-temp-list.
10017
10018         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10019         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10020         Add example to docstring.  Rename local variables.  Move error
10021         checks to default case in cond and simplify.
10022
10023 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10026         handle is multipart when calling it recursively.
10027         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10028
10029 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10030
10031         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10032         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10033
10034 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10037         is loaded.
10038
10039         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10040         loaded.
10041
10042 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10045         to "Emacs 23 (unicode)" in doc string.
10046
10047         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10048         "Emacs 23 (unicode)" in comment.
10049
10050 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10053
10054         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10055         characters 160 through 255 in Emacs 23.
10056
10057 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10060         gnus-article-browse-html-temp.
10061         (gnus-article-browse-delete-temp): Make it customizable.  Add
10062         `file'.  Adjust doc string.
10063         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10064         query for each file.  Adjust doc string.
10065         (gnus-article-browse-html-parts): Add
10066         `gnus-article-browse-delete-temp-files' to
10067         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10068
10069 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10070
10071         * gnus-art.el (gnus-article-browse-html-temp)
10072         (gnus-article-browse-delete-temp): New variables.
10073         (gnus-article-browse-delete-temp-files): New function.
10074         (gnus-article-browse-html-parts): Use it.
10075
10076 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10079
10080         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10081         string.
10082
10083         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10084         gnus-summary-insert-new-articles when unplugged.  Remove
10085         gnus-summary-search-article-forward.
10086
10087         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10088         display-visual-class instead of display-color-cells.
10089
10090 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * dgnushack.el: Autoload customize-group for XEmacs.
10093
10094         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10095         message/* containing non-ASCII text properly.
10096
10097 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * message.el: Require gmm-utils, remove autoloads.
10100         (message-tool-bar): Set default based on
10101         gmm-tool-bar-style.
10102         (message-tool-bar-gnome): Add gmm-customize-mode.
10103
10104         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10105         gmm-tool-bar-style.
10106         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10107
10108         * gnus-group.el (gnus-group-tool-bar): Set default based on
10109         gmm-tool-bar-style.
10110         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10111
10112         * gmm-utils.el (gmm-image-directory): Rename variable from
10113         gmm-image-load-path.
10114         (gmm-image-load-path): Use gmm-image-directory.
10115         (gmm-customize-mode): New function.
10116         (gmm-tool-bar-style): New variable.
10117
10118         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10119         gnus-group-redraw-line-number.
10120         (gnus-group-redraw-check): Simplify.
10121         (gnus-group-tool-bar-update): Remove redraw check.
10122         (gnus-group-make-tool-bar): Add redraw check.
10123
10124 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10125
10126         * gnus-art.el (gnus-button): Add missing parentheses.
10127
10128 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * lpath.el: Fbind line-number-at-pos.
10131
10132 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10135
10136 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gnus-art.el (gnus-button): New face.
10139         (gnus-article-button-face): Use it.
10140
10141         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10142         gnus-summary-next-page.  Re-order.
10143
10144         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10145         next-node are now included.
10146         (gnus-group-redraw-line-number): New internal variable.
10147         (gnus-group-redraw-check): Helper function for updating the tool
10148         bar.
10149         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10150
10151         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10152
10153         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10154         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10155         Use it to match format of Spamassassin 3.0 and later.  Reported by
10156         IRIE Tetsuya <irie@t.email.ne.jp>.
10157         (spam-check-bogofilter)
10158         (spam-bogofilter-register-with-bogofilter): Fix args of
10159         `gnus-error' calls.
10160
10161 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10164         unnecessary interaction when sending queued mails.  Reported by
10165         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10166
10167 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10170         first or last are nil.
10171
10172 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10173
10174         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10175
10176 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10179
10180 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * dns.el (query-dns): Protect more against buggy tcp output.
10183
10184 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10187         nov.php.
10188
10189 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10190
10191         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10192         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10193         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10194         output on the server side.
10195         (nnweb-google-create-mapping): Update regexps and add some
10196         progress indication.
10197
10198 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10201         gnus-agent-toggle-plugged.  Re-order icons.
10202         (gnus-group-tool-bar-gnome): Add
10203         gnus-group-{prev,next}-unread-group.
10204         (gnus-group-tool-bar-gnome): Re-order icons.
10205
10206         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10207         gnus-summary-insert-new-articles.
10208
10209         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10210         comments.
10211
10212         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10213         also available in Emacs 21.3.
10214
10215         * message.el (message-fix-before-sending): Change "Emacs 22" to
10216         "Emacs 23 (unicode)" in comment.
10217
10218         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10219         "Emacs 23 (unicode)" in comment.
10220
10221         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10222         comment.
10223         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10224
10225         * mm-view.el (mm-fill-flowed): Add :version.
10226
10227 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10230         and load-path.
10231
10232 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10233
10234         * message.el: Autoload gmm-image-load-path.
10235         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10236         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10237         consitency.
10238
10239         * gmm-utils.el (gmm-image-load-path): Also search in
10240         "../etc/images".  Don't set gmm-image-load-path if we don't find
10241         the image.
10242
10243 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gmm-utils.el (gmm-image-load-path): Don't make
10246         `gmm-image-load-path' include subdirectories which the second arg
10247         `image' might specify.
10248
10249         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10250         subdirectory to icon file names.
10251
10252         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10253
10254 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10255
10256         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10257         gmm-image-load-path calls.
10258
10259         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10260
10261         * message.el (message-make-tool-bar): Ditto.
10262
10263         * mml.el (mml-preview): Added comment concerning tool bar icons.
10264
10265         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10266         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10267
10268         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10269         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10270
10271         * message.el (message-tool-bar-gnome): Use new icon names.
10272         (message-make-tool-bar): Use `gmm-image-load-path'.
10273
10274         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10275         functions from MH-E.
10276         (gmm-image-load-path): New variable from MH-E.
10277         (gmm-image-load-path): New function from MH-E.  Added arguments
10278         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10279         *-image-load-path-called-flag.
10280
10281 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10282
10283         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10284
10285 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10286
10287         * nnimap.el (nnimap-request-move-article): Change folder back to
10288         source group before deleting.
10289
10290 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10293
10294         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10295         mm-url.
10296
10297         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10298
10299 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10302         coding system which mm-charset-to-coding-system returns for a
10303         given charset is valid.
10304
10305 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10306
10307         * html2text.el (html2text-remove-tag-list):
10308         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10309
10310 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10311
10312         * gnus-cus.el: Revert 2005-10-17 change.
10313
10314 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (article-strip-banner): Call
10317         article-really-strip-banner only when the regexp match is made.
10318
10319 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-art.el (article-strip-banner): Use
10322         gnus-extract-address-components instead of
10323         mail-header-parse-addresses to make it work with non-ASCII text;
10324         remove mail-encode-encoded-word-string.
10325
10326         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10327         values which are surrounded with \"...\"; make it never cause a
10328         Lisp error; give up parsing of parameters if it failed in
10329         extracting type.
10330
10331 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10332
10333         * smime.el (smime-cert-by-ldap-1): Fix bug where
10334         `smime-ldap-search' returns results without userCertificates.
10335
10336 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10339
10340 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * spam.el (spam-check-spamassassin-headers): Adapt format for
10343         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10344         <ari@mbf.ocn.ne.jp>.
10345         (spam-list-of-processors): Add spam-use-gmane.
10346
10347 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10350         make-temp-file; make it work with XEmacs as well.
10351
10352         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10353         mm-make-temp-file.
10354
10355         * mm-decode.el (mm-display-external): Use the 3rd arg of
10356         mm-make-temp-file.
10357         (mm-create-image-xemacs): Ditto.
10358
10359 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10362         with message-narrow-to-headers.
10363         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10364         (gnus-draft-check-draft-articles): New function.
10365         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10366
10367 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-art.el (gnus-article-browse-html-parts):
10370         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10371         Don't use suffix argument for mm-make-temp-file for Emacs 21
10372         compatibility.  Remove useless `format'.
10373
10374 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10375
10376         * nnweb.el (nnweb-google-wash-article): Update regexps.
10377         (nnweb-group-alist): Use defvoo instead of defvar.
10378
10379 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10382         re-loading nn* modules.
10383
10384 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10387         for `tool-bar-mode' and don't check it's default-value.
10388
10389         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10390
10391         * message.el (message-make-tool-bar): Ditto.
10392
10393         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10394         `substring'.  Shorten tmp-file name.
10395
10396         * gnus.el: Remove bogus comment.
10397
10398 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10399
10400         * gnus-art.el (gnus-article-browse-html-parts): New function.
10401         (gnus-article-browse-html-article): New function for viewing html
10402         articles with a browser.
10403
10404 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10405
10406         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10407         in elisp.
10408         (pgg-gpg-encrypt-symmetric-region): Ditto.
10409         (pgg-gpg-sign-region): Ditto.
10410
10411         * pgg-def.el (pgg-text-mode): New variable.
10412
10413         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10414         (mml2015-pgg-encrypt): Ditto.
10415
10416         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10417         (mml1991-pgg-encrypt): Ditto.
10418
10419 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10422         message-make-date instead of current-time-string.
10423
10424         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10425         to gnus-decoded which mm-uu might set.
10426
10427 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10430         don't decode quoted parameters; remove misimported Emacs code.
10431         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10432         (rfc2231-decode-encoded-string): Don't use split-string which
10433         behaves differently according to Emacs version; use
10434         mm-decode-coding-region to convert charset to coding-system.
10435         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10436         (rfc2231-encode-string): Remove misimported Emacs code.
10437
10438 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10441         when calling mail-header-parse-content-type.
10442         (article-de-quoted-unreadable): Ditto.
10443         (article-de-base64-unreadable): Ditto.
10444         (article-wash-html): Ditto.
10445
10446         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10447         calling mail-header-parse-content-type and
10448         mail-header-parse-content-disposition.
10449         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10450         mail-header-parse-content-type.
10451
10452         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10453         insert charset and format parameters; encode description after
10454         inserting it to buffer.
10455         (mml-insert-parameter): Fold lines properly even if a parameter is
10456         segmented into two or more lines; change the max column to 76.
10457
10458         * rfc1843.el (rfc1843-decode-article-body): Don't use
10459         ignore-errors when calling mail-header-parse-content-type.
10460
10461         * rfc2231.el (rfc2231-parse-string): Return at least type if
10462         possible; don't cause an error even if it fails in parsing of
10463         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10464         (rfc2231-encode-string): Don't break lines at the beginning, leave
10465         it to mml-insert-parameter.
10466
10467         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10468         calling mail-header-parse-content-type.
10469
10470 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10471
10472         * spam-report.el (spam-report-gmane-use-article-number):
10473         Improve doc string.
10474         (spam-report-gmane-internal): Check if a suitable header was found
10475         in the article.
10476
10477 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10480         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10481
10482 2006-02-05  Romain Francoise  <romain@orebokech.com>
10483
10484         Update copyright notices of all files in the gnus directory.
10485
10486 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10487
10488         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10489
10490 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10493         segmented lines of parameter value to cope with Thunderbird 1.5
10494         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10495         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10496         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10497
10498 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10499
10500         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10501         parts.
10502
10503 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10504
10505         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10506         there's only one active file for all servers.
10507         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10508         solid groups.  Gnus might have used a FAST request to select the group.
10509         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10510         and nnweb-search redundantly in the active file.
10511         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10512         (nnweb-request-create-group): Don't use ARGS.
10513         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10514         initialisations.  Let nnoo do the work.
10515
10516 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10519         Say the part has been decoded.
10520
10521         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10522
10523 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10524
10525         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10526         mailcap-viewer-test-cache when there's no 'test clause, since that
10527         will invert the meaning of a "nil" test previously determined by
10528         mailcap-mailcap-entry-passes-test.
10529
10530 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10533         compiling.
10534
10535         * gnus-sum.el: Ditto.
10536
10537         * message.el: Don't bind tool-bar-map when compiling.
10538
10539 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10542
10543 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10544
10545         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10546         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10547         current Google Groups.
10548
10549 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10550
10551         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10552         and tool-bar-mode.
10553
10554         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10555         and tool-bar-mode.
10556
10557         * message.el (message-tool-bar-update): Simplify.
10558         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10559
10560         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10561         gnus-summary-buffer.
10562         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10563         gnus-summary-reply.
10564
10565         * gmm-utils.el (gmm): Add :version.
10566
10567 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * Makefile.in (clean): New rule.
10570         (distclean): Use it.
10571
10572 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10573
10574         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10575         autoload.
10576
10577 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gmm-utils.el (gmm-verbose): Add :group.
10580
10581 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * message.el: Change some comments WRT tool-bars.
10584
10585         * gnus-sum.el (gnus-summary-tool-bar)
10586         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10587         (gnus-summary-tool-bar-zap-list): New variables.
10588         (gnus-summary-make-tool-bar): Complete rewrite using
10589         `gmm-tool-bar-from-list'.
10590
10591         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10592         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10593         variables.
10594         (gnus-group-make-tool-bar): Complete rewrite using
10595         `gmm-tool-bar-from-list'.
10596         (gnus-group-tool-bar-update): New function.
10597
10598         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10599
10600 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10603         is dissected into a single part of which the type is the same as
10604         the given one; decode charset.
10605
10606 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10607
10608         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10609         into alists as symbol not string, since that's what
10610         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10611         look for.
10612
10613 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10616         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10617
10618         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10619
10620 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10623         (gnus-xmas-mime-security-button-menu): New function.
10624
10625         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10626         (gnus-mime-security-button-menu): New definition.
10627         (gnus-mime-security-button-map): Use them.
10628         (gnus-mime-security-button-menu): New function.
10629         (gnus-insert-mime-security-button): Addition to help echo.
10630         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10631         (gnus-mime-security-pipe-part): New functions.
10632
10633         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10634         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10635
10636         * mm-decode.el (mm-handle-set-disposition): Remove.
10637         (mm-handle-set-description): Remove.
10638
10639 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10642         (mm-w3m-standalone-supports-m17n-p): New function.
10643         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10644         w3m usage.
10645
10646         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10647         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10648
10649 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * message.el (message-tool-bar-zap-list): Use
10652         gmm-tool-bar-zap-list as custom type.
10653         (message-tool-bar-update): New function.
10654         (message-tool-bar, message-tool-bar-gnome)
10655         (message-tool-bar-retro): Add message-tool-bar-update.
10656         (message-tool-bar-gnome): Add flyspell-buffer.
10657
10658         * gnus-util.el (gnus-error): Describe `args'.
10659
10660         * gmm-utils.el (gmm-error): Describe `args'.
10661         (gmm-tool-bar-zap-list): New widget.
10662         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10663
10664 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10667         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10668         the number of recursive calls.
10669
10670         * mm-decode.el (mm-handle-set-disposition): New macro.
10671         (mm-handle-set-description): New macro.
10672
10673 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10676         encoding.
10677
10678 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * message.el (message-tool-bar-zap-list, message-tool-bar)
10681         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10682         (message-tool-bar-local-item-from-menu): Remove.
10683         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10684         (message-make-tool-bar): New function.
10685         (message-mode): Use `message-make-tool-bar'.
10686
10687         * gmm-utils.el: New file.
10688         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10689         (gmm-lazy): New widget copied from `nnmail.el'.
10690         (gmm-tool-bar-from-list): New function for creating customizable
10691         tool bars.
10692         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10693         output.
10694         (gmm): Add :prefix to defgroup.
10695
10696 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10697
10698         * gmm-utils.el (gmm-widget-p): New function.
10699
10700 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * mml.el (mml-attach-file): Describe `description' in doc string.
10703         (mml-menu): Add Emacs MIME manual and PGG manual.
10704
10705 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10706
10707         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10708
10709 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10710
10711         * nntp.el (nntp-end-of-line): Doc fix.
10712
10713 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10714
10715         * imap.el (imap-open): Handle case where buffer is a buffer
10716         object.
10717
10718 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10719
10720         * gnus-delay.el (gnus-delay): Don't autoload.
10721         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10722         to be re-loaded when customizing the `gnus-delay' group.
10723
10724 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10725
10726         * message.el (message-insert-citation-line): Use newlines.
10727
10728 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10729
10730         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10731         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10732         these routines, so the passphrase can be managed externally and
10733         passed in to the system.
10734         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10735         pgg-add-passphrase-to-cache function.
10736
10737         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10738         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10739         these routines, so the passphrase can be managed externally and
10740         passed in to the system.
10741         (pgg-pgp5-sign-region): Use new name of
10742         pgg-add-passphrase-to-cache function.
10743
10744 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10745
10746         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10747         part of the decoded armor to find the key-identifier.
10748         (pgg-gpg-lookup-key-owner): New function to return the
10749         human-readable identifier of a key owner.
10750         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10751         itself.
10752         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10753         the key value) if we have a key and can match it against a secret
10754         key.  Also, added a note pointing out fact that the prompt only
10755         indicates the first matching key.
10756
10757         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10758         pgg-decrypt-region.
10759         (pgg-add-passphrase-to-cache): Rename from
10760         `pgg-add-passphrase-cache' to reduce confusion (all callers
10761         changed).
10762         (pgg-remove-passphrase-from-cache): Rename from
10763         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10764         changed).
10765         (pgg-read-passphrase, pgg-add-passphrase-cache)
10766         (pgg-remove-passphrase-cache): Add informative docstrings.
10767         (pgg-decrypt): Convey provided passphrase in subordinate call to
10768         pgg-decrypt-region.
10769
10770 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10771
10772         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10773         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10774         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10775         'passphrase' argument, so the passphrase can be managed externally
10776         and then passed in to the system.
10777
10778         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10779         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10780         so the passphrase cache can be used reliably with identifiers
10781         besides a pgp packet's key id.
10782
10783         * pgg-gpg.el (pgg-gpg-encrypt-region)
10784         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10785         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10786         these routines, so the passphrase can be managed externally and
10787         passed in to the system.
10788
10789         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10790         'notruncate' argument, so the passphrase cache can be used
10791         reliably with identifiers besides a pgp packet's key id.
10792
10793 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10794
10795         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10796         symmetric encryption.
10797         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10798         encrypted session key.
10799         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10800         message ask for the passphrase in a proper way.
10801
10802         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10803         New user commands for symmetric encryption.
10804
10805 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10808
10809         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10810
10811 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10812
10813         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10814
10815 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * mm-decode.el (mm-inlined-types): Add application/pgp.
10818         (mm-automatic-display): Ditto.
10819
10820         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10821         part as text.
10822
10823 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * nnrss.el: Update copyright.
10826         (nnrss-opml-import): Query whether to subscribe to each entry.
10827
10828         * gnus-art.el:
10829         * gnus-sum.el:
10830         * gnus-xmas.el:
10831         * messagexmas.el:
10832         * mm-uu.el:
10833         * mm-view.el: Update copyright.
10834
10835 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * message.el (message-info): New function.
10838         (message-mode-menu): Add it.
10839         Update copyright.
10840
10841         * ChangeLog: Fix and update copyright.
10842
10843 2006-01-13  Romain Francoise  <romain@orebokech.com>
10844
10845         * message.el (message-forward-subject-name-subject): Prefer the
10846         address to 'nowhere' if the sender has no name.
10847         Fix typo.  Update copyright year.
10848
10849 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * gnus-art.el (article-wash-html): Use
10852         gnus-summary-show-article-charset-alist if a numeric arg is given.
10853         (gnus-article-wash-html-with-w3m-standalone): New function.
10854
10855         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10856         mm-inline-text-html-render-with-w3m-standalone.
10857         (mm-text-html-washer-alist): Map w3m-standalone to
10858         gnus-article-wash-html-with-w3m-standalone.
10859         (mm-inline-text-html-render-with-w3m-standalone): New function.
10860
10861 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10864         Improve LaTeX.
10865
10866 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10869         (nnrss-request-article): Render text/plain parts as HTML.
10870
10871         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10872         the buffer.
10873
10874 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10877         custom definition of `gnus-posting-styles'.
10878
10879         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10880         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10881
10882 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10885         Use nntp for bug archive.
10886
10887 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10890         parts.
10891         (nnrss-normalize-date): New function converts ISO 8601 date into
10892         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10893         (nnrss-check-group): Use it.
10894
10895 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10898
10899         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10900         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10901         (nnrss-insert-w3): Ditto.
10902
10903 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10906         the articles to be forwarded including the case where neither a
10907         number of articles nor a region is specified.
10908
10909 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * nnrss.el (nnrss-request-article): Fix last change; fill
10912         text/plain parts.
10913
10914 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10917         in text/plain part.
10918         (nnrss-check-group): Don't add excessive newline to dc:subject.
10919
10920 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10921
10922         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10923         article.
10924
10925 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10928         (nnml-use-compressed-files, nnml-save-mail): Support other
10929         comression programs such as bzip2.
10930
10931 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10932
10933         * dns.el (query-dns): Make sure we check the buffer size before
10934         removing tcp headers.
10935
10936 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10939         remove MIME buttons associated with multipart/alternative parts.
10940         (gnus-mime-display-alternative): Tag buttons using `article-type'
10941         text property.
10942
10943         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10944         associated with multipart/alternative parts.
10945
10946         * gnus-art.el (gnus-signature-separator): Fix custom type.
10947
10948         * mm-decode.el (mm-inlined-types): Fix custom type.
10949         (mm-keep-viewer-alive-types): Ditto.
10950         (mm-automatic-display): Ditto.
10951         (mm-attachment-override-types): Ditto.
10952         (mm-inline-override-types): Ditto.
10953         (mm-automatic-external-display): Ditto.
10954
10955 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * spam-report.el (spam-report-user-mail-address)
10958         (spam-report-user-agent): New variables.
10959         (spam-report-url-ping-plain): Use spam-report-user-agent.
10960
10961 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10962
10963         * gnus-art.el (gnus-button-handle-custom): Do not just use
10964         `customize-apropos' for any "M-x customize-*" button but the
10965         function called for.  Accept both the function name and its
10966         argument in order to achieve this.
10967         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10968         function name to `gnus-button-handle-custom' in case of "M-x
10969         customize-*" buttons.
10970
10971 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10974         multipart/alternative and add xref to mm-discouraged-alternatives
10975         in doc string.
10976
10977         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10978         gnus-buttonized-mime-types in doc string.
10979
10980 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10983         Suggest image/.* in the doc string.
10984
10985 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10988         message-marks (Debian bug #342521).
10989
10990 2005-12-12  Simon Josefsson  <jas@extundo.com>
10991
10992         * password.el (password-read-from-cache): Add.
10993         (password-read): Use it.
10994
10995 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10998         us-ascii as a MIME charset.
10999
11000         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11001         against the case where the 2nd arg TYPE is nil.
11002
11003 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * pop3.el (pop3-stream-type): Fix custom version.
11006
11007         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11008
11009 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11010
11011         * mm-decode.el (mm-display-external): Add missing cdr.
11012
11013 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11016         RFC1524) if it is in mailcap or add a suffix according to
11017         mailcap-mime-extensions when generating a temp filename; postpone
11018         deleting a temp file for 2 seconds for some wrappers, shell
11019         scripts, and so on, which might exit right after having started a
11020         viewer command as a background job.
11021
11022 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11023
11024         * nntp.el (nntp-marks-directory): Fix custom group.
11025
11026         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11027         steps when < 10.
11028
11029         * gnus-start.el (gnus-no-server-1): Mention
11030         `gnus-level-default-subscribed' in doc string.
11031
11032 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11033
11034         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11035         parens.
11036
11037 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * gnus-xmas.el (gnus-use-toolbar): Revert.
11040         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11041         gnus-use-toolbar is default.
11042
11043         * messagexmas.el (message-use-toolbar): Revert.
11044         (message-setup-toolbar): Use global default-toolbar if
11045         message-use-toolbar is default.
11046
11047 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11050         according to default-toolbar-visible-p.
11051
11052         * messagexmas.el (message-use-toolbar): Ditto.
11053
11054 2005-11-26  Dave Love  <fx@gnu.org>
11055
11056         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11057         (tls-program, tls-success): Provide openssl alternative.
11058
11059         * starttls.el: Doc fixes.
11060         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11061         SERVICE to PORT.
11062
11063         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11064         port null or service name.
11065         (starttls-negotiate): Autoload.
11066
11067 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * message.el (message-kill-to-signature): Fix interactive spec.
11070
11071 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * pop3.el (pop3-open-server): Recognize a string as a service name.
11074
11075 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11076
11077         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11078
11079 2005-11-23  Dave Love  <fx@gnu.org>
11080
11081         Add pop3s, pop3/starttls.
11082
11083         * pop3.el (pop3-authentication-scheme): Clarify doc.
11084         (open-tls-stream, starttls-open-stream): Autoload.
11085         (pop3-stream-type): New.
11086         (pop3-open-server): Use it.
11087
11088         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11089         for POP.
11090         (mail-source-keyword-map): Add :stream for POP.
11091         (mail-source-fetch-pop): Use pop3-stream-type.
11092
11093 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11096         of current-time-string.
11097
11098 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11099
11100         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11101         date header.
11102
11103 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11104
11105         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11106         it can seriously impact performance as it bypasses the agent's
11107         local caches.
11108
11109 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11110
11111         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11112         must be explicitly online rather than "not explicitly offline" for
11113         its flags to be synchronized.
11114
11115         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11116         that gnus-uu-unmark-thread will function correctly.
11117
11118         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11119         1024K is instead displayed as 1M.
11120
11121 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11122
11123         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11124
11125 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11126
11127         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11128
11129 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11130
11131         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11132         error message to display actual error condition.
11133         (gnus-agent-save-local): Avoid saving symbols that are bound to
11134         nil as they simply result in a warning message in
11135         gnus-agent-read-local.
11136
11137 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11140         rather than make-variable-buffer-local for file-precious-flag.
11141
11142 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11143
11144         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11145         for duplicates which are removed.  The invalid sort check then
11146         triggers a rescan after the sort as sorting may have moved
11147         duplicate entries such that they can be cheaply detected.
11148
11149 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11152
11153 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11154
11155         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11156         internal variable to a custom variable.  Changed default value
11157         from compressed(2) to uncompressed(1).
11158         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11159         support for uncompressed agentview files.  Taken together, reading
11160         the agentview file should now be 6-7 times faster.
11161
11162 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11163
11164         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11165         as a buffer-local variable.  This avoids creating truncated
11166         dribble files as a result of a hang up, eg.
11167
11168 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11169
11170         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11171         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11172         XEmacs.
11173
11174 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * gnus-start.el (gnus-start-draft-setup): Enforce
11177         `gnus-draft-mode' for nndraft:drafts at startup.
11178
11179         * gnus.el (gnus-splash): Change custom group.
11180         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11181         allow-list argument.
11182
11183         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11184         string.
11185
11186 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * gnus-art.el (gnus-default-article-saver): Add user-defined
11189         `function' to custom type.
11190
11191 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11192
11193         * imap.el (imap-open): Handle case where buffer is a buffer
11194         object.
11195
11196 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11199         long lines.
11200         (gnus-cache-delete-group): Wrap doc strings.
11201
11202         * gnus-agent.el (gnus-agent-rename-group)
11203         (gnus-agent-delete-group): Wrap doc strings.
11204
11205 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * messagexmas.el (message-use-toolbar): Change the valid values
11208         into default, top, bottom, left, and right.
11209         (message-toolbar-thickness): New variable.
11210         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11211         well.
11212         (message-setup-toolbar): Make it work.
11213
11214         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11215         (gnus-use-toolbar): Change the valid values into default, top,
11216         bottom, left, and right.
11217         (gnus-toolbar-thickness): New variable.
11218         (gnus-xmas-setup-toolbar): New function.
11219         (gnus-xmas-setup-group-toolbar): Use it.
11220         (gnus-xmas-setup-summary-toolbar): Use it.
11221
11222 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * gnus-start.el (gnus-1): Add "native" to
11225         gnus-predefined-server-alist.
11226
11227         * gnus.el (gnus-method-to-server): Don't add "native" to the
11228         lists here, because that leads to problems when
11229         gnus-select-method is bound.
11230
11231 2005-11-09  Simon Josefsson  <jas@extundo.com>
11232
11233         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11234         use (not sort-by-date) instead.
11235
11236 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11237
11238         * gnus-delay.el (gnus-delay-group): Don't autoload.
11239         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11240         to be re-loaded when customizing the `gnus-delay' group.
11241
11242 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11243
11244         * message.el: Revert last changes.
11245         (message-insert-citation-line): Use newlines.
11246
11247 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11248
11249         * message.el (message-courtesy-message)
11250         (message-mark-insert-begin, message-mark-insert-end)
11251         (message-elide-ellipsis, message-cancel-message)
11252         (message-add-header, message-change-subject)
11253         (message-cross-post-followup-to-header)
11254         (message-cross-post-insert-note, message-reduce-to-to-cc)
11255         (message-widen-reply, message-delete-not-region)
11256         (message-kill-to-signature, message-insert-signature)
11257         (message-insert-importance-high, message-insert-importance-low)
11258         (message-insert-or-toggle-importance)
11259         (message-insert-disposition-notification-to)
11260         (message-indent-citation, message-yank-original)
11261         (message-cite-original-without-signature, message-cite-original)
11262         (message-insert-citation-line, message-position-on-field)
11263         (message-fix-before-sending, message-send-mail-partially)
11264         (message-send-mail, message-send-mail-with-sendmail)
11265         (message-send-mail-with-qmail, message-send-news)
11266         (message-check-news-header-syntax, message-generate-headers)
11267         (message-insert-courtesy-copy, message-fill-address)
11268         (message-fill-header, message-shorten-references)
11269         (message-setup-1, message-cancel-news)
11270         (message-forward-make-body-plain, message-forward-make-body-mime)
11271         (message-forward-make-body-mml, message-encode-message-body)
11272         (message-forward-make-body-digest-plain)
11273         (message-forward-make-body-digest-mime)
11274         (message-use-alternative-email-as-from): Insert `hard-newline'
11275         instead of ordinary newlines.
11276
11277 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * message.el (message-generate-headers): Downcase the argument
11280         given to message-check-element.
11281
11282 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11283
11284         * nntp.el (nntp-authinfo-rejected): New error condition.
11285         (nntp-wait-for): Use new error condition to signal authentication
11286         error.
11287         (nntp-retrieve-data): Rethrow new error condition to break out of
11288         recursive call to nntp-send-authinfo.
11289
11290 2005-11-08  Romain Francoise  <romain@orebokech.com>
11291
11292         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11293         (gnus-summary-exit-map): Bind to `Z p'.
11294         (gnus-summary-make-menu-bar): Add menu item.
11295
11296 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11299         (gnus-treat-*): Add `first' in all doc strings.
11300
11301         * gnus-group.el (gnus-group-compact-group): Fix typo.
11302
11303 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus.el (gnus-parameters-case-fold-search): New variable.
11306         (gnus-parameters-get-parameter): Use it.
11307
11308         * gnus-score.el (gnus-home-score-file): Doc fix.
11309
11310 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11311
11312         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11313
11314 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * mm-util.el (mm-special-display-p): New function.
11317
11318         * mml.el (mml-preview): Use it; doc fix.
11319
11320 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11321
11322         * imap.el (imap-open): Handle case where buffer is a buffer object.
11323
11324 2005-10-29  Romain Francoise  <romain@orebokech.com>
11325
11326         * message.el (message-fix-before-sending): Fix comment.
11327
11328 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11329
11330         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11331
11332 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11333
11334         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11335         Used in gnus-score.el.
11336
11337 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11340
11341 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11344         whitespace removed in revision 7.8.  Use concatenated string to
11345         protect trailing whitespace.
11346
11347 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11348
11349         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11350         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11351         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11352         Courier IMAP ("some version from 2004").  Mostly based on similar
11353         code in the same function.
11354
11355 2005-10-26  Didier Verna  <didier@xemacs.org>
11356
11357         * gnus-group.el (gnus-group-compact-group): Invalidate original
11358         article buffer.
11359         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11360         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11361         NOV database and in article itself.
11362         Invalidate article backlog.
11363
11364 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11367
11368 2005-10-26  Simon Josefsson  <jas@extundo.com>
11369
11370         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11371         part of 2004-07-25 change.
11372
11373 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * message.el (message-display-completion-list): New function.
11376         (message-expand-group): Use it; make sure the Completions buffer
11377         is modifiable.
11378 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11379
11380         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11381         user-mail-name is an empty string.
11382
11383 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11386         depending on gnus-score-decay-constant.
11387
11388         * encrypt.el (encrypt-insert-file-contents)
11389         (encrypt-write-file-contents): Don't use `gnus-message'.
11390
11391         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11392         arguments.
11393         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11394         arguments to mm-uu-verbatim-marks-extract.
11395         (mm-uu-hide-markers): New variable.
11396         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11397
11398         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11399         (gnus-convert-image-to-face-command): Use "convert" by default to
11400         allow other input image formats.
11401         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11402         accordingly.
11403
11404 2005-10-23  Simon Josefsson  <jas@extundo.com>
11405
11406         * imap.el (imap-gssapi-program): Align command line parameters
11407         with latest GNU SASL.
11408         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11409
11410 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11411
11412         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11413         HTML.
11414         (nnslashdot-request-article): Ditto.
11415
11416         * lpath.el (featurep): Add nobreak-char-display.
11417
11418 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11419
11420         * mail-source.el (mail-source-fetch-pop): Require pop3.
11421         (mail-source-check-pop): Ditto.
11422
11423 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11426         errors.
11427
11428 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11431         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11432
11433         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11434
11435         * mm-bodies.el (mm-decode-string): Call
11436         `mm-charset-to-coding-system' with allow-override argument.
11437
11438 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11441         (rfc2047-charset-to-coding-system): New function.
11442         (rfc2047-decode-encoded-words): New function.
11443         (rfc2047-decode-region): Use them.
11444         (rfc2047-decode-cte): Remove.
11445         (rfc2047-parse-and-decode): Remove.
11446         (rfc2047-decode): Remove.
11447
11448 2005-10-15  Kenichi Handa  <handa@m17n.org>
11449
11450         * rfc2047.el (rfc2047-decode-cte): New function.
11451         (rfc2047-decode-region): Change the way to decode successive
11452         encoded-words: decode B- or Q-encoding in each encoded-word,
11453         concatenate them, and decode it as charset.
11454
11455 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * lpath.el: Fbind codepage-setup for XEmacs.
11458
11459 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11460
11461         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11462         widget-move-and-invoke.
11463         (gnus-custom-mode): Use gnus-custom-map.
11464
11465 2005-10-15  Bill Wohler  <wohler@newt.com>
11466
11467         * message.el (message-tool-bar-map): Renamed image file from
11468         mail_send to mail/send.
11469
11470 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11471
11472         * message.el (message-expand-group): Pass the common
11473         prefix substring of completion to `display-completion-list'.
11474
11475 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * mml-sec.el (mml-secure-method): New internal variable.
11478         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11479         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11480         functions using mml-secure-method.
11481
11482         * mml.el (mml-mode-map): Add key bindings for those functions.
11483         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11484         Harder <harder@myrealbox.com>.
11485         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11486         end of message if point is the headers of the message.
11487
11488         * message.el (message-in-body-p): New function.
11489
11490         * assistant.el: Autoload gnus-util and netrc.
11491
11492         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11493         Use `mm-charset-override-alist' only when decoding.
11494
11495         * mm-bodies.el (mm-decode-body): Call
11496         `mm-charset-to-coding-system' with allow-override argument.
11497
11498         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11499         `filename' from Content-Disposition if Content-Type doesn't
11500         provide `name'.
11501         (gnus-mime-view-part-as-type): Set default instead of
11502         initial-input.
11503
11504 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11505
11506         * format-spec.el (format-spec): Propagate text properties of % spec.
11507
11508 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-art.el (gnus-treat-predicate): Add `first'.
11511
11512 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11515         (mm-charset-override-alist): New variable.
11516         (mm-charset-to-coding-system): Use it.
11517         (mm-codepage-setup): New helper function.
11518         (mm-charset-eval-alist): New variable.
11519         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11520         about unknown charsets.
11521
11522         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11523
11524 2005-10-04  David Hansen  <david.hansen@gmx.net>
11525
11526         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11527         (nnrss-check-group): Ditto.
11528
11529 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11532         Rename x-gnus-verbatim to x-verbatim.
11533         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11534
11535         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11536         x-verbatim.
11537
11538         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11539
11540         * gnus-util.el (gnus-remove-duplicates): Remove.
11541
11542         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11543         instead of gnus-remove-duplicates.
11544
11545         * message.el (message-remove-duplicates): Remove.
11546         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11547         message-remove-duplicates.
11548
11549         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11550         available, else use implementation from `delete-dups'.
11551
11552         * message.el (message-insert-expires): New function.
11553         (message-mode-map): Add key binding.
11554         (message-mode-field-menu): Add menu entry.
11555         (message-mode): Document it.
11556         (message-make-expires-date): Use `message-make-date'.
11557
11558 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11559
11560         * message.el (message-make-expires-date): New function.
11561
11562 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * Makefile.in (list-installed-shadows): New entry.
11565         (install): Use it.
11566         (remove-installed-shadows): New entry.
11567
11568         * dgnushack.el (dgnushack-default-load-path): New variable.
11569         (dgnushack-find-lisp-shadows): New function.
11570         (dgnushack-remove-lisp-shadows): New function.
11571
11572 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * Makefile.in (install-el-elc): New entry.
11575         (install): Use it so that .el files are necessarily installed.
11576
11577 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11580
11581 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11582
11583         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11584         function rather than the diff-mode.el package.
11585         (mm-display-external): Use with-current-buffer.
11586         (mm-viewer-completion-map, mm-viewer-completion-map):
11587         Move initialization inside declaration.
11588
11589 2005-09-29  Simon Josefsson  <jas@extundo.com>
11590
11591         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11592         autoload mail-check-payment.
11593         (spam-check-hashcash): Define unconditionally, since hashcash.el
11594         is part of Gnus now.  Ignore errors from payment checking.
11595
11596 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * message.el (message-bold-region, message-unbold-region): Rename
11599         from `bold-region' and `unbold-region'.
11600
11601         * message.el: Remove useless autoloads.
11602
11603 2005-09-28  Simon Josefsson  <jas@extundo.com>
11604
11605         * message.el (message-use-idna): Default to t.
11606         (message-use-idna): Test whether encoding works too.  Doc fix.
11607
11608 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * nntp.el (nntp-warn-about-losing-connection): Remove.
11611
11612 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11615         customizable.  Change default value.
11616         (mm-uu-diff-groups-regexp): Change default value.
11617         (mm-uu-type-alist): Add doc string.
11618         (mm-uu-configure): Add doc string.  Make it interactive.
11619         (mm-uu-tex-groups-regexp): New variable.
11620         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11621         (mm-uu-type-alist): Add LaTeX documents.
11622         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11623         of "text/verbatim".
11624         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11625
11626         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11627         instead of "text/verbatim".
11628
11629         * message.el (message-mark-inserted-region)
11630         (message-mark-insert-file): Use slrn style marks when called with
11631         prefix argument.
11632
11633 2005-09-27  Simon Josefsson  <jas@extundo.com>
11634
11635         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11636
11637 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11638
11639         * message.el (message-remove-duplicates): New function.
11640         Implementation borrowed from `gnus-remove-duplicates'.
11641         (message-idna-to-ascii-rhs): Also encode idna addresses in
11642         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11643         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11644         only ask about the same idna domain once per header and also tell
11645         in what header to replace the idna domain.
11646
11647         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11648         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11649         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11650         a header is decoded and not just the last one.
11651
11652 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11655         has been decoded.
11656
11657         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11658         (mm-insert-part): Don't modify text if it has been decoded.
11659
11660         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11661         decoded.
11662
11663         * mm-view.el (mm-inline-text): Don't strip text props unless
11664         decoding enriched or richtext parts.
11665
11666 2005-09-25  Romain Francoise  <romain@orebokech.com>
11667
11668         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11669         * gnus-start.el (gnus-subscribe-interactively):
11670         * gnus-uu.el (gnus-uu-grab-articles):
11671         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11672         space.
11673
11674 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11675
11676         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11677         * mm-view.el (mm-view-pkcs7-decrypt):
11678         * gnus-sum.el (gnus-summary-limit-to-extra)
11679         (gnus-summary-respool-article, gnus-read-move-group-name):
11680         * gnus-score.el (gnus-summary-increase-score):
11681         * gnus-util.el (gnus-completing-read-with-default):
11682         * gnus-art.el (gnus-read-save-file-name)
11683         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11684         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11685         * message.el (message-check-news-header-syntax):
11686         Follow convention for reading with the minibuffer.
11687
11688 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * spam-report.el (spam-report-url-ping-plain):
11691         Use gnus-extended-version as User-Agent.
11692
11693         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11694         default value is nil.
11695
11696         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11697         (mm-uu-verbatim-marks-extract): New function.
11698         (mm-uu-extract): New face.
11699         (mm-uu-copy-to-buffer): Use it.
11700
11701         * spam-report.el (spam-report-gmane-ham): Renamed from
11702         `spam-report-gmane-unspam'.
11703         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11704         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11705
11706         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11707         Autoload.
11708         (spam-report-gmane-unregister-routine): Renamed
11709         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11710
11711 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11712
11713         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11714         (spam-report-gmane-unregister-routine): Add support for gmane
11715         unregistration.
11716
11717         * spam-report.el (spam-report-gmane-unspam)
11718         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11719         (spam-report-gmane): Change to take a single article and do unspam
11720         registration.
11721
11722 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * mm-url.el (mm-url-decode-entities): Fix regexp.
11725
11726 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11727
11728         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11729         default to nil, to be able to use Gnus at all.  If the default
11730         switches to something else, then the function should be fixed not
11731         be exceedingly slow.
11732
11733 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11734
11735         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11736         fail hard.
11737
11738         * spam-report.el: Add better Keywords line.
11739
11740         * spam.el: Add Maintainer and better Keywords line.
11741
11742 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-art.el (gnus-article-replace-part)
11745         (gnus-mime-replace-part): New functions.
11746         (gnus-mime-action-alist, gnus-mime-button-commands)
11747         (gnus-mime-save-part-and-strip): Added file argument.
11748         (gnus-article-part-wrapper): Added interactive argument.
11749
11750         * gnus-sum.el (gnus-summary-mime-map): Add
11751         `gnus-article-replace-part'.
11752
11753 2005-09-19  Didier Verna  <didier@xemacs.org>
11754
11755         The nnml compaction feature:
11756         * nnml.el (nnml-request-compact-group): New function.
11757         * nnml.el (nnml-request-compact): New function.
11758         * gnus-int.el (gnus-request-compact-group): New function.
11759         * gnus-int.el (gnus-request-compact): New function.
11760         * gnus-group.el (gnus-group-compact-group): New function.
11761         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11762         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11763         * gnus-srvr.el (gnus-server-compact-server): New function.
11764         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11765         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11766
11767 2005-09-18  Deepak Goel  <deego@gnufans.org>
11768
11769         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11770         format spec.
11771
11772 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11775
11776 2005-09-15  Romain Francoise  <romain@orebokech.com>
11777
11778         * message.el (message-fill-paragraph): Clarify docstring.
11779
11780 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-art.el (gnus-mime-display-part): Protect against broken
11783         MIME messages.
11784
11785 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11788         before parsing header.
11789
11790 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11791
11792         * html2text.el (html2text-replace-list): Add new entities.
11793
11794 2005-09-11  Romain Francoise  <romain@orebokech.com>
11795
11796         * message.el (message-alternative-emails): Improve docstring.
11797         (message-setup-1): Call `message-use-alternative-email-as-from'
11798         after `message-setup-hook' to give it precedence over posting
11799         styles, etc.
11800         (message-use-alternative-email-as-from): Add docstring.  Remove
11801         the original From header if present.
11802
11803         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11804         (nnml-save-mail): Use it.
11805
11806         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11807         articles.  Add new argument `silent'.
11808         (gnus-uu-mark-all): Report the total number of marked articles.
11809
11810 2005-09-10  Romain Francoise  <romain@orebokech.com>
11811
11812         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11813         (gnus-uu-mark-series): Likewise.
11814
11815 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * spam-report.el (spam-report-gmane): Fix generation of spam
11818         report URL.
11819
11820 2005-09-10  Simon Josefsson  <jas@extundo.com>
11821
11822         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11823         t, based on discussion on the ding list with Robert Epprecht
11824         <epprecht@solnet.ch>.
11825
11826 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * spam-report.el (spam-report-gmane): Make it work without
11829         X-Report-Spam header.  Gmane now only provides Archived-At.
11830         This is only used if `spam-report-gmane-use-article-number' is nil.
11831         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11832
11833         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11834         make `gnus-summary-sort-by-recipient' work with threading.
11835
11836         * nnweb.el (nnweb-google-wash-article): Print a message if article
11837         is not available.
11838
11839 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11840
11841         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11842         change.  Decode text/* parts content before displaying.
11843
11844 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11847
11848 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11851
11852         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11853         url-package-name, url-package-version,
11854         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11855         w3m-display-inline-images, and w3m-minor-mode-map.
11856
11857 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * message.el (message-tab-body-function): Fix mismatched custom type.
11860
11861         * gnus.el (gnus-group-change-level-function): Ditto.
11862
11863         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11864
11865         * gnus-art.el (gnus-signature-limit)
11866         (gnus-article-mime-part-function): Ditto.
11867
11868 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * mml.el (mml-mode): Silence the byte compiler.
11871
11872         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11873         using `(sit-for 0)' before moving the point to the specified part;
11874         skip unbuttonized parts.
11875         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11876         return to the summary window if gnus-auto-select-part is non-nil.
11877
11878 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11881         variables.
11882         (mml-dnd-attach-file, mml-mode): Use them.
11883
11884         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11885         Make fetching article by MID work again for Google Groups.  Added
11886         FIXME concerning gnus-group-make-web-group.
11887
11888         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11889         Don't depend on Gnus by using mail-extract-address-components if
11890         gnus-extract-address-components is not bound.
11891
11892 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11893
11894         * gnus-art.el (gnus-mime-display-security): Don't display the
11895         signature, but only the signed part.
11896
11897 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11900
11901         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11902         list, not listp.
11903
11904 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11905
11906         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11907         when encoding.
11908
11909         * mm-bodies.el (mm-decode-content-transfer-encoding):
11910         De-canonicalize CRLF for all text content types, not just
11911         text/plain.
11912
11913 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11916         valid article; point arrow and cursor at the MIME button.
11917
11918 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11921         Suggested by Dan Christensen <jdc@uwo.ca>.
11922
11923         * mm-decode.el (mm-save-part): Enable change of prompt.
11924
11925 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11926
11927         * gnus-msg.el (gnus-inews-add-send-actions): Made
11928         `message-post-method' lambda parameter ARG `&optional'.
11929
11930 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * gnus-sum.el (gnus-summary-mime-map): Added
11933         gnus-article-save-part-and-strip, gnus-article-delete-part and
11934         gnus-article-jump-to-part.
11935
11936         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11937         (gnus-article-edit-part): Use it.
11938         (gnus-article-part-wrapper): Added no-handle argument.
11939         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11940         functions.
11941
11942 2005-08-29  Romain Francoise  <romain@orebokech.com>
11943
11944         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11945         docstring.
11946         (gnus-face-from-file): Likewise.
11947
11948 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11951         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11952         non-nil.
11953         (gnus-auto-select-part): New variable.
11954         (gnus-article-jump-to-part): New function.
11955         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11956         (gnus-mime-delete-part): Allow selecting specified part after
11957         deleting or stripping parts.
11958         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11959         part if argument is bogus.
11960
11961 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11962
11963         * gnus-art.el (w3m-minor-mode-map):
11964         * gnus-spec.el (gnus-newsrc-file-version):
11965         * gnus-util.el (nnmail-active-file-coding-system)
11966         (gnus-original-article-buffer, gnus-user-agent):
11967         * gnus.el (gnus-ham-process-destinations)
11968         (gnus-parameter-ham-marks-alist)
11969         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11970         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11971         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11972         * mm-decode.el (gnus-current-window-configuration):
11973         * mm-extern.el (gnus-article-mime-handles):
11974         * mm-url.el (url-current-object, url-package-name)
11975         (url-package-version):
11976         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11977         (smime-keys, w3m-cid-retrieve-function-alist)
11978         (w3m-current-buffer, w3m-display-inline-images)
11979         (w3m-minor-mode-map):
11980         * mml-smime.el (gnus-extract-address-components):
11981         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11982         (gnus-newsrc-hashtb, message-default-charset)
11983         (message-deletable-headers, message-options)
11984         (message-posting-charset, message-required-mail-headers)
11985         (message-required-news-headers):
11986         * mml1991.el (mc-pgp-always-sign):
11987         * mml2015.el (mc-pgp-always-sign):
11988         * nnheader.el (nnmail-extra-headers):
11989         * rfc1843.el (gnus-decode-encoded-word-function)
11990         (gnus-decode-header-function, gnus-newsgroup-name):
11991         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11992
11993 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11994
11995         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11996         the end of the date treatments.
11997
11998 2005-08-15  Simon Josefsson  <jas@extundo.com>
11999
12000         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12001         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12002         Capello and Romain Francoise.
12003         (pgg-fetch-key-function): Removed, not used?
12004         (pgg-insert-url-with-w3): Require url, to get
12005         url-insert-file-contents regardless of where it is defined.
12006
12007 2005-08-13  Romain Francoise  <romain@orebokech.com>
12008
12009         * message.el (message-cite-original-1): New function.
12010         (message-cite-original): Use it.
12011         (message-cite-original-without-signature): Ditto.
12012
12013 2005-08-08  Romain Francoise  <romain@orebokech.com>
12014
12015         * message.el (message-yank-empty-prefix): New variable.
12016         (message-indent-citation): Use it.
12017         (message-cite-original-without-signature): Respect X-No-Archive.
12018
12019 2005-08-08  Simon Josefsson  <jas@extundo.com>
12020
12021         * pgg.el: Autoload url-insert-file-contents instead of loading
12022         w3/url.
12023         (pgg-insert-url-with-w3): Don't load url here.
12024
12025 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12026
12027         * message.el (message-kill-to-signature): Don't insert newline at
12028         bol.
12029         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12030
12031 2005-08-06  Romain Francoise  <romain@orebokech.com>
12032
12033         * message.el (message-user-fqdn): Fix typo in docstring.
12034
12035 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12036
12037         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12038
12039         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12040
12041 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mm-bodies.el (mm-encode-body): Use coding system rather than
12044         charset to encode text.
12045
12046         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12047         number of charsets if utf-8 is available (XEmacs).
12048
12049 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12052         taken from `gnus-button-mid-or-mail-regexp'.
12053         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12054         (gnus-button-alist): Improve regexp for domain part of the MIDs
12055         for news:localpart@domain buttons.
12056         (gnus-button-ctan-directory-regexp): Update.
12057
12058 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * sieve-manage.el (sieve-manage-interactive-login): Use
12061         make-local-variable rather than make-variable-buffer-local.
12062         (sieve-manage-open): Ditto.
12063         (sieve-manage-authenticate): Ditto.
12064
12065         * mml.el (mml-generate-mime-1): Make the content type default to
12066         text/plain if the filename is not specified.
12067
12068 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12071         instead of insert-buffer.
12072
12073         * message.el (message-yank-original): Ditto; set the mark at the
12074         end of the yanked message.
12075
12076 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12079         lines to scroll rather than to stop it.
12080
12081         * mml.el (mml-generate-default-type): Add doc string.
12082         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12083         default to application/octet-stream when determining the content
12084         type if it is not specified for the part or the mml contents; add
12085         a comment about mml-generate-default-type.
12086
12087 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12090         make it default to application/octet-stream when determining the
12091         content type if it is not specified for the external contents.
12092
12093 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12096         segmented parameter but also other parameters might be there.
12097
12098 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * mm-decode.el (mm-display-external): Delete temp file, directory
12101         and buffer immediately if the external process is exited.
12102
12103 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12106         fewer lines than that of scroll-margin.
12107         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12108
12109 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-art.el (gnus-article-next-page): Revert.
12112         (gnus-article-beginning-of-window): New macro.
12113         (gnus-article-next-page-1): Use it.
12114         (gnus-article-prev-page): Ditto.
12115         (gnus-article-edit-part): Use insert-buffer-substring instead of
12116         insert-buffer.
12117         (gnus-article-edit-exit): Ditto.
12118
12119         * gnus-util.el (gnus-beginning-of-window): Remove.
12120         (gnus-end-of-window): Remove.
12121
12122         * lpath.el: Don't bind header-line-format and scroll-margin.
12123
12124 2005-07-25  Simon Josefsson  <jas@extundo.com>
12125
12126         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12127         to have the url package without w3.  Reported by Daiki Ueno
12128         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12129
12130 2005-07-20  Didier Verna  <didier@xemacs.org>
12131
12132         * gnus-diary.el: Remove the description comment (nndiary is now
12133         properly documented in the Gnus manual).
12134         Fix the spelling of "Back End".
12135         * nndiary.el: Ditto.
12136         Fix the copyright notice.
12137
12138 2005-07-18  Romain Francoise  <romain@orebokech.com>
12139
12140         * gnus-sum.el (gnus-summary-to-prefix)
12141         (gnus-summary-newsgroup-prefix): New variables.
12142         (gnus-summary-from-or-to-or-newsgroups): Use them.
12143
12144 2005-07-17  Romain Francoise  <romain@orebokech.com>
12145
12146         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12147         space as it's generally not especially interesting to the user.
12148
12149 2005-07-16  Romain Francoise  <romain@orebokech.com>
12150
12151         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12152         nil to avoid prompting and file modification if one of the
12153         messages at the top of the nnfolder file contains a copyright
12154         notice.
12155         Update copyright notice.
12156
12157         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12158         instead of `current-time-string' as the latter creates a time
12159         string that is not RFC 2822 compliant (it lacks the zone).
12160         Update copyright notice.
12161
12162 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12163
12164         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12165         for text/rtf.  Display default in prompt.  Pass default for M-n.
12166
12167         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12168
12169 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * gnus-msg.el (gnus-button-mailto): Remove
12172         save-selected-window-window hackery because it relies on
12173         save-selected-window internals.
12174
12175 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12178         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12179         (gnus-article-prev-page): Ditto.
12180
12181         * gnus-util.el (gnus-beginning-of-window): New function.
12182         (gnus-end-of-window): New function.
12183
12184         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12185
12186 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12187
12188         * gnus-score.el (gnus-score-edit-all-score): Set
12189         gnus-score-edit-exit-function to gnus-score-edit-done and call
12190         gnus-message.
12191
12192 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * gnus-msg.el (gnus-button-mailto): Remove
12195         save-selected-window-window hackery because it relies on
12196         save-selected-window internals.
12197
12198 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12201         add-minor-mode.
12202         (gnus-binary-mode): Ditto.
12203
12204         * gnus-topic.el (gnus-topic-mode): Ditto.
12205
12206 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12207
12208         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12209         (gnus-article-prev-page): Take scroll-margin into consideration.
12210
12211 2005-07-04  Lute Kamstra  <lute@gnu.org>
12212
12213         Update FSF's address in GPL notices.
12214
12215 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12216
12217         * gnus.el (gnus-exit):
12218         * gnus-group.el (gnus-group-icons):
12219         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12220
12221         * gnus-nocem.el (gnus-nocem):
12222         * message.el (message-various, message-buffers, message-sending)
12223         (message-interface, message-forwarding, message-insertion)
12224         (message-headers, message-news, message-mail):
12225         * pgg-gpg.el (pgg-gpg):
12226         * pgg-parse.el (pgg-parse):
12227         * pgg-pgp.el (pgg-pgp):
12228         * pgg-pgp5.el (pgg-pgp5):
12229         * pop3.el (pop3): Finish `defgroup' description with period.
12230
12231 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * gnus-art.el (article-display-face): Improve the efficiency.
12234         (article-display-x-face): Ditto; remove grey x-face stuff.
12235
12236 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-art.el (article-display-face): Correct the position in
12239         which Faces are inserted.
12240
12241 2005-06-29  Didier Verna  <didier@xemacs.org>
12242
12243         * gnus-art.el (article-display-face): Display faces in correct
12244         order.
12245
12246 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12249         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12250         (gnus-nocem-check-article): Fetch the Type header.
12251         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12252         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12253         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12254         make sure gnus-nocem-hashtb is initialized.
12255         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12256         (gnus-nocem-unwanted-article-p): Ditto.
12257
12258         * pgg.el (pgg-verify): Return the verification result.
12259
12260 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12261
12262         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12263         is ascii.
12264
12265 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12266
12267         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12268         `show-nonbreak-escape'.
12269
12270 2005-06-23  Lute Kamstra  <lute@gnu.org>
12271
12272         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12273
12274         * dig.el (dig-mode):
12275         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12276
12277 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12278
12279         * nnimap.el (nnimap-split-download-body): Fix spellings.
12280
12281 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12282
12283         * gnus-art.el (gnus-article-encrypt-body):
12284         * gnus-cus.el (gnus-score-customize):
12285         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12286         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12287
12288 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12289
12290         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12291         header by looking for magic "MII" at the beginnig.
12292
12293 2005-06-16  Miles Bader  <miles@gnu.org>
12294
12295         * gnus-xmas.el (gnus-xmas-group-startup-message):
12296         Use renamed gnus-splash face.
12297
12298         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12299         (assistant-field-face): New backward-compatibility alias for renamed
12300         face.
12301         (assistant-render-text): Use renamed assistant-field face.
12302
12303         * spam.el (spam): Remove "-face" suffix from face name.
12304         (spam-face): New backward-compatibility alias for renamed face.
12305         (spam-face, spam-initialize): Use renamed spam face.
12306
12307         * message.el (message-header-to, message-header-cc)
12308         (message-header-subject, message-header-newsgroups)
12309         (message-header-other, message-header-name)
12310         (message-header-xheader, message-separator, message-cited-text)
12311         (message-mml): Remove "-face" suffix from face names.
12312         (message-header-to-face, message-header-cc-face)
12313         (message-header-subject-face, message-header-newsgroups-face)
12314         (message-header-other-face, message-header-name-face)
12315         (message-header-xheader-face, message-separator-face)
12316         (message-cited-text-face, message-mml-face):
12317         New backward-compatibility aliases for renamed faces.
12318         (message-font-lock-keywords): Use renamed message faces.
12319
12320         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12321         (sieve-test-commands, sieve-tagged-arguments):
12322         Remove "-face" suffix from face names.
12323         (sieve-control-commands-face, sieve-action-commands-face)
12324         (sieve-test-commands-face, sieve-tagged-arguments-face):
12325         New backward-compatibility aliases for renamed faces.
12326         (sieve-control-commands-face, sieve-action-commands-face)
12327         (sieve-test-commands-face, sieve-tagged-arguments-face):
12328         Use renamed sieve faces.
12329
12330         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12331         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12332         (gnus-group-news-3-empty, gnus-group-news-4)
12333         (gnus-group-news-4-empty, gnus-group-news-5)
12334         (gnus-group-news-5-empty, gnus-group-news-6)
12335         (gnus-group-news-6-empty, gnus-group-news-low)
12336         (gnus-group-news-low-empty, gnus-group-mail-1)
12337         (gnus-group-mail-1-empty, gnus-group-mail-2)
12338         (gnus-group-mail-2-empty, gnus-group-mail-3)
12339         (gnus-group-mail-3-empty, gnus-group-mail-low)
12340         (gnus-group-mail-low-empty, gnus-summary-selected)
12341         (gnus-summary-cancelled, gnus-summary-high-ticked)
12342         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12343         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12344         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12345         (gnus-summary-low-undownloaded)
12346         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12347         (gnus-summary-low-unread, gnus-summary-normal-unread)
12348         (gnus-summary-high-read, gnus-summary-low-read)
12349         (gnus-summary-normal-read, gnus-splash):
12350         Remove "-face" suffix from face names.
12351         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12352         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12353         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12354         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12355         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12356         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12357         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12358         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12359         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12360         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12361         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12362         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12363         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12364         (gnus-summary-normal-ticked-face)
12365         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12366         (gnus-summary-normal-ancient-face)
12367         (gnus-summary-high-undownloaded-face)
12368         (gnus-summary-low-undownloaded-face)
12369         (gnus-summary-normal-undownloaded-face)
12370         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12371         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12372         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12373         (gnus-splash-face):
12374         New backward-compatibility aliases for renamed faces.
12375         (gnus-group-startup-message): Use renamed gnus faces.
12376
12377         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12378         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12379         (gnus-server-agent): Remove "-face" suffix from face names.
12380         (gnus-server-agent-face, gnus-server-opened-face)
12381         (gnus-server-closed-face, gnus-server-denied-face)
12382         (gnus-server-offline-face):
12383         New backward-compatibility aliases for renamed faces.
12384         (gnus-server-agent-face, gnus-server-opened-face)
12385         (gnus-server-closed-face, gnus-server-denied-face)
12386         (gnus-server-offline-face): Use renamed gnus faces.
12387
12388         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12389         Remove "-face" suffix from face names.
12390         (gnus-picon-xbm-face, gnus-picon-face):
12391         New backward-compatibility aliases for renamed faces.
12392
12393         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12394         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12395         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12396         (gnus-cite-11): Remove "-face" suffix from face names.
12397         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12398         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12399         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12400         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12401         New backward-compatibility aliases for renamed faces.
12402         (gnus-cite-attribution-face, gnus-cite-face-list)
12403         (gnus-article-boring-faces): Use renamed gnus faces.
12404
12405         * gnus-art.el (gnus-signature, gnus-header-from)
12406         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12407         (gnus-header-content): Remove "-face" suffix from face names.
12408         (gnus-signature-face, gnus-header-from-face)
12409         (gnus-header-subject-face, gnus-header-newsgroups-face)
12410         (gnus-header-name-face, gnus-header-content-face):
12411         New backward-compatibility aliases for renamed faces.
12412         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12413
12414         * gnus-sum.el (gnus-summary-selected-face)
12415         (gnus-summary-highlight): Use renamed gnus faces.
12416         * gnus-group.el (gnus-group-highlight): Likewise.
12417
12418 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12419
12420         * gnus-sieve.el (gnus-sieve-article-add-rule):
12421         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12422         * spam-stat.el (spam-stat-buffer-change-to-spam)
12423         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12424
12425         * message.el (message-is-yours-p):
12426         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12427
12428 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * mm-view.el (mm-inline-text): Withdraw the last change.
12431
12432 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12435         executing enriched-decode.
12436
12437 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12440         charset of tar files.
12441
12442 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12443
12444         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12445
12446 2005-06-04  Lute Kamstra  <lute@gnu.org>
12447
12448         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12449         information is never recorded.
12450
12451 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12452
12453         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12454
12455 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12456
12457         * pop3.el (pop3-apop): Run md5 in the binary mode.
12458
12459         * starttls.el (starttls-set-process-query-on-exit-flag):
12460         Use eval-and-compile.
12461
12462 2005-05-31  Simon Josefsson  <jas@extundo.com>
12463
12464         * smime.el (smime-replace-in-string): Define.
12465         (smime-cert-by-ldap-1): Use it.
12466
12467 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (article-display-x-face): Replace
12470         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12471
12472         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12473         set-process-query-on-exit-flag or process-kill-without-query.
12474
12475         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12476         loop instead of replace-regexp.
12477
12478         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12479         instead of process-kill-without-query if it is available.
12480
12481         * lpath.el: Fbind ldap-search-entries.
12482
12483         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12484         instead of find-file-hooks if it is available.
12485
12486         * mml1991.el: Bind pgg-default-user-id when compiling.
12487
12488         * mml2015.el: Bind pgg-default-user-id when compiling.
12489
12490         * nndraft.el (nndraft-request-associate-buffer):
12491         Use write-contents-functions instead of write-contents-hooks if it is
12492         available.
12493
12494         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12495         instead of find-file-hooks if it is available.
12496
12497         * nntp.el (nntp-open-connection): Replace
12498         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12499         (nntp-open-ssl-stream): Ditto.
12500         (nntp-open-tls-stream): Ditto.
12501
12502         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12503         set-process-query-on-exit-flag or process-kill-without-query.
12504         (starttls-open-stream-gnutls): Use it instead of
12505         process-kill-without-query.
12506         (starttls-open-stream): Ditto.
12507
12508 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12509
12510         * smime.el (smime-cert-by-ldap-1): Don't use
12511         replace-regexp-in-string.
12512
12513 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12514
12515         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12516
12517         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12518         in PEM format.  Adjust to the XEmacs compability.
12519
12520 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12523         by `string-to-number'.
12524         * gnus-agent.el (gnus-agent-regenerate-group)
12525         (gnus-agent-fetch-articles): Ditto.
12526         * gnus-art.el (gnus-button-fetch-group): Ditto.
12527         * gnus-cache.el (gnus-cache-generate-active)
12528         (gnus-cache-articles-in-group): Ditto.
12529         * gnus-group.el (gnus-group-set-current-level)
12530         (gnus-group-insert-group-line): Ditto.
12531         * gnus-score.el (gnus-score-set-expunge-below)
12532         (gnus-score-set-mark-below, gnus-summary-score-effect)
12533         (gnus-summary-score-entry): Ditto.
12534         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12535         (gnus-soup-pack): Ditto.
12536         * gnus-spec.el (gnus-xmas-format): Ditto.
12537         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12538         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12539         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12540         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12541         * nndb.el (nndb-get-remote-expire-response): Ditto.
12542         * nndiary.el (nndiary-parse-schedule-value)
12543         (nndiary-string-to-number, nndiary-request-replace-article)
12544         (nndiary-request-article): Ditto.
12545         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12546         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12547         * nneething.el (nneething-make-head): Ditto.
12548         * nnfolder.el (nnfolder-request-article)
12549         (nnfolder-retrieve-headers): Ditto.
12550         * nnheader.el (nnheader-file-to-number): Ditto.
12551         * nnkiboze.el (nnkiboze-request-article): Ditto.
12552         * nnmail.el (nnmail-process-unix-mail-format)
12553         (nnmail-process-babyl-mail-format): Ditto.
12554         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12555         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12556         (nnmh-request-create-group, nnmh-request-list-1)
12557         (nnmh-request-group, nnmh-request-article): Ditto.
12558         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12559         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12560         * nnsoup.el (nnsoup-make-active): Ditto.
12561         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12562         * nntp.el (nntp-find-group-and-number)
12563         (nntp-retrieve-headers-with-xover): Ditto.
12564         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12565         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12566         (pgg-format-key-identifier): Ditto.
12567         * pop3.el (pop3-last, pop3-stat): Ditto.
12568         * qp.el (quoted-printable-decode-region): Ditto.
12569
12570         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12571         of concat.
12572
12573 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12576
12577         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12578
12579         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12580
12581         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12582
12583         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12584
12585         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12586
12587         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12588         (gnus-carpal-mode): Ditto.
12589
12590         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12591         (gnus-browse-mode): Ditto.
12592
12593         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12594
12595         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12596
12597 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12598
12599         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12600
12601 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-util.el (gnus-run-mode-hooks): New function.
12604
12605         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12606
12607         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12608         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12609
12610 2005-05-27  Lute Kamstra  <lute@gnu.org>
12611
12612         * dns-mode.el (dns-mode): Specify customization group.
12613
12614 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12615
12616         * gnus-agent.el (gnus-agent-make-mode-line-string):
12617         Use mode-line-highlight as mouse-face.
12618
12619 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * canlock.el (canlock): Change the parent group to news.
12622
12623         * deuglify.el (gnus-outlook-deuglify): Add :group.
12624
12625         * dig.el (dig): Add :group.
12626
12627         * dns-mode.el (dns-mode): Add :group.
12628
12629         * encrypt.el (encrypt): Add :group.
12630
12631         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12632         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12633         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12634         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12635         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12636
12637         * gnus-diary.el (gnus-diary): Add :group.
12638
12639         * gnus.el (gnus-group-news-1-face): Add :group.
12640         (gnus-group-news-1-empty-face): Ditto.
12641         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12642         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12643         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12644         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12645         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12646         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12647         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12648         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12649         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12650         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12651         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12652         (gnus-summary-high-ticked-face): Ditto.
12653         (gnus-summary-low-ticked-face): Ditto.
12654         (gnus-summary-normal-ticked-face): Ditto.
12655         (gnus-summary-high-ancient-face): Ditto.
12656         (gnus-summary-low-ancient-face): Ditto.
12657         (gnus-summary-normal-ancient-face): Ditto.
12658         (gnus-summary-high-undownloaded-face): Ditto.
12659         (gnus-summary-low-undownloaded-face): Ditto.
12660         (gnus-summary-normal-undownloaded-face): Ditto.
12661         (gnus-summary-high-unread-face): Ditto.
12662         (gnus-summary-low-unread-face): Ditto.
12663         (gnus-summary-normal-unread-face): Ditto.
12664         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12665         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12666
12667         * hashcash.el (hashcash): New custom group.
12668         (hashcash-default-payment): Add :group.
12669         (hashcash-payment-alist): Ditto.
12670         (hashcash-default-accept-payment): Ditto.
12671         (hashcash-accept-resources): Ditto.
12672         (hashcash-path): Ditto.
12673         (hashcash-extra-generate-parameters): Ditto.
12674         (hashcash-double-spend-database): Ditto.
12675         (hashcash-in-news): Ditto.
12676
12677         * message.el (message-minibuffer-local-map): Add :group.
12678
12679         * netrc.el (netrc): Add :group.
12680
12681         * sieve-manage.el (sieve-manage-log): Add :group.
12682         (sieve-manage-default-user): Diito.
12683         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12684         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12685         (sieve-manage-authenticators): Ditto.
12686         (sieve-manage-authenticator-alist): Ditto.
12687         (sieve-manage-default-port): Ditto.
12688
12689         * sieve-mode.el (sieve-control-commands-face): Add :group.
12690         (sieve-action-commands-face): Ditto.
12691         (sieve-test-commands-face): Ditto.
12692         (sieve-tagged-arguments-face): Ditto.
12693
12694         * smime.el (smime): Add :group.
12695
12696         * spam-report.el (spam-report): Add :group.
12697
12698         * spam.el (spam, spam-face): Add :group.
12699
12700 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701
12702         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12703         return \n.\n.\n at the end of articles.  Protect against that.
12704         (nntp-with-open-group): Allow debugging.
12705
12706         * nnheader.el (mail-header-set-extra): Make into a function
12707         because I just could't understand how to quote the list properly.
12708
12709         * dns.el (query-dns-cached): New function.
12710
12711 2005-05-26  Lute Kamstra  <lute@gnu.org>
12712
12713         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12714
12715 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12718
12719         * gnus-art.el: Don't autoload mail-extract-address-components.
12720
12721         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12722         eval-and-compile to evaluate it.
12723
12724         * hashcash.el: Don't autoload executable-find.
12725
12726         * nndb.el: Don't declare the nndb back end two or more times; don't
12727         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12728
12729         * nntp.el: Autoload format-spec instead of format; use
12730         eval-and-compile to evaluate autoload forms.
12731
12732 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12733
12734         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12735
12736 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * gnus.el (gnus-version-number): Bump version.
12739
12740 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12741
12742         * gnus.el: No Gnus v0.3 is released.
12743
12744 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * lpath.el (featurep): Bind show-nonbreak-escape.
12747
12748 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-art.el (gnus-article-edit-part): Disable undo.
12751
12752 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12755         gnus-article-date-lapsed-new-header is t if date timer is active;
12756         skip headers in which the original date value is empty.
12757         (gnus-article-save-original-date): Redefine it as a macro.
12758         (gnus-display-mime): Use it.
12759
12760 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-art.el (article-date-ut): Support converting date in
12763         forwarded parts as well.
12764         (gnus-article-save-original-date): New function.
12765         (gnus-display-mime): Use it.
12766
12767 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12768
12769         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12770         enclosure element of <item>.
12771
12772 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * message.el (message-kill-buffer-query): Renamed from
12775         `message-kill-buffer-query-if-modified'.  Added :version.
12776
12777 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12780         window layout.
12781
12782 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mml.el: Autoload dnd when compiling.
12785
12786 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12789         x-dnd-*.
12790
12791 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * qp.el (quoted-printable-encode-region): Save excursion.
12794
12795 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12796
12797         * message.el (message-kill-buffer-query-if-modified): Add new variable
12798         so the user can kill a modified message buffer quickly.
12799         (message-kill-buffer): Use it.
12800
12801 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * lpath.el: Fbind display-time-event-handler; don't fbind
12804         string-to-multibyte.
12805
12806         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12807
12808 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12811         contained in text because xml.el decodes entities) with LFs.
12812
12813 2005-04-11  Lute Kamstra  <lute@gnu.org>
12814
12815         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12816         differently.
12817
12818 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12819
12820         * mm-util.el (mm-detect-coding-region): Typo.
12821
12822 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12825
12826 2005-04-06  Deepak Goel  <deego@gnufans.org>
12827
12828         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12829         user-function allow user modifications of the scores.
12830         (spam-stat-score-buffer-user): New function, to allow
12831         user-computed modifications to the score.
12832         (spam-stat-score-buffer-user-functions): List of additional
12833         scoring functions.
12834         (spam-stat-error-holder): Global temporary error holder.
12835         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12836         variable.
12837
12838 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * gnus-registry.el (gnus-registry-clean-empty-function)
12841         (gnus-registry-trim, gnus-registry-fetch-groups)
12842         (gnus-registry-delete-group): Groups that match
12843         `gnus-registry-ignored-groups' are removed from the registry
12844         entries, not just ignored for splitting.  This helps clean up the
12845         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12846         to get all the groups a message ID is in.
12847
12848         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12849         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12850         (spam-stat-score-buffer-user-functions): Add :number custom type.
12851
12852 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12855         argument in XEmacs.
12856
12857         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12858         (nnrss-request-group): Decode group name first.
12859         (nnrss-request-article): Make a text/plain article if mml-to-mime
12860         failed.
12861         (nnrss-get-encoding): Return a compatible encoding according to
12862         nnrss-compatible-encoding-alist.
12863         (nnrss-find-el): Use consp instead of listp.
12864         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12865
12866 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12869         which Emacs 20 doesn't support.
12870         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12871
12872 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12875         silence the byte compiler inside the defun.
12876
12877         * gnus-demon.el (parse-time-string): Add autoload.
12878
12879         * gnus-delay.el (parse-time-string): Add autoload.
12880
12881         * gnus-art.el (parse-time-string): Add autoload.
12882
12883         * nnultimate.el (parse-time): Require for `parse-time-string'.
12884
12885 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12888
12889         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12890
12891         * smime.el (smime-ldap-host-list): Add :version.
12892
12893 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12896         pass it to `gnus-browse-read-group'.
12897         (gnus-browse-read-group): Add NUMBER argument and pass it to
12898         `gnus-group-read-ephemeral-group'.
12899
12900         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12901         argument and pass it to `gnus-group-read-group'.
12902
12903 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12904
12905         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12906         mm-xemacs-find-mime-charset-1 if we have the mule feature
12907         available at runtime.
12908
12909 2005-03-25  Werner Lemberg  <wl@gnu.org>
12910
12911         * nnmaildir.el: Replace `illegal' with `invalid'.
12912
12913 2005-03-23  Lute Kamstra  <lute@gnu.org>
12914
12915         * time-date.el: Add comment on time value formats.
12916         Don't require parse-time.
12917         (with-decoded-time-value): New macro.
12918         (encode-time-value): New function.
12919         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12920         (days-to-time): Return a valid time value when arg is huge.
12921         (time-since): Use time-subtract.
12922         (time-to-number-of-days): Use time-to-seconds.
12923
12924 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12925
12926         * gnus-start.el (gnus-display-time-event-handler):
12927         Check display-time-timer at runtime rather than only at load time
12928         in case display-time-mode is turned off in the mean time.
12929
12930 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12933         used.
12934
12935         * nneething.el (nneething-map-file-directory): Derive from
12936         `gnus-directory'.
12937
12938         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12939         the To/Cc button.
12940
12941 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * nnmaildir.el (nnmaildir-request-accept-article):
12944         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12945
12946 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12947
12948         * gnus-async.el: Require timer-funcs at compile time when in
12949         XEmacs for `run-with-idle-timer'.
12950
12951 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12952
12953         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12954         autoloaded function.
12955
12956 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12957
12958         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12959
12960 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12961
12962         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12963
12964 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12967         gnus-expert-user to default.
12968
12969 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12970
12971         * nnimap.el (nnimap-open-server): Ditto.
12972
12973         * imap.el (imap-authenticate): Fix typo.
12974
12975 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12976
12977         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12978         buffer (since IMAP server might return FETCH response out of
12979         order, and the nntp buffer must be sorted).
12980
12981 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12982
12983         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12984         comparison on string.
12985
12986         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12987         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12988         (gnus-agent-summary-fetch-series): Modified to protect against
12989         gnus-agent-summary-fetch-group clearing processable flags.
12990         (gnus-agent-synchronize-group-flags): Update live group buffer as
12991         synchronization may occur due to the user toggle the plugged
12992         status.
12993         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12994         successfully downloaded.
12995         (gnus-agent-expire-group-1): Avoid using markers when the overview
12996         is in ascending order; greatly improves performance.
12997         (gnus-agent-regenerate-group): Use
12998         gnus-agent-synchronize-group-flags to reset read status in both
12999         gnus and server.
13000         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13001
13002 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * message.el: Don't autoload former message-utils variables.
13005         (message-strip-subject-trailing-was): Change doc string.
13006
13007         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13008         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13009         (nnweb-google-search): Add "hl=en" here.
13010         (nnweb-google-parse-1, nnweb-google-create-mapping):
13011         Don't hardcode URL.
13012
13013 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * message.el (message-get-reply-headers, message-followup):
13016         Mention related variables `message-use-followup-to' and
13017         `message-use-mail-followup-to', in the information buffer.
13018
13019         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13020         of broken groups(-beta).google.com.
13021
13022 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13023
13024         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13025         parameter to invoked gnus-request-move-article; remove the
13026         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13027         all at once instead of once per article.
13028         (gnus-summary-remove-process-mark): Accept a list of articles as
13029         well as a single article for processing.
13030
13031         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13032         parameter.
13033
13034         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13035
13036         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13037
13038         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13039         parameter.
13040
13041         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13042         parameter.
13043
13044         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13045         parameter and remove the gnus-sum-hint-move-is-internal variable.
13046
13047         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13048         parameter.
13049
13050         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13051         parameter.
13052
13053         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13054         parameter.
13055
13056         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13057
13058         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13059         parameter.
13060
13061         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13062         parameter.
13063
13064 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13065
13066         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13067         a more conservative way.
13068
13069 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13070
13071         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13072         buffer, so it moves the window's cursor.
13073
13074 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13075
13076         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13077         `mm-dissect-multipart' and receive the from field as an (optional)
13078         argument from `mm-dissect-multipart'.
13079         (mm-dissect-multipart): Receive the from field as an argument and
13080         pass it on when we call `mm-dissect-buffer' on MIME parts.
13081         Fixes verification/decryption of signed/encrypted MIME parts.
13082
13083 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13084
13085         * gnus-sum.el (gnus-summary-move-article): Set
13086         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13087         whatever it calls (right now, only nnimap-request-move article
13088         respects it).
13089
13090         * nnimap.el (nnimap-request-move-article): When
13091         gnus-sum-hint-move-is-internal is set, don't do the extra
13092         nnimap-request-article.
13093
13094 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13097
13098         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13099         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13100
13101         * gnus-sum.el (gnus-summary-caesar-message):
13102         Apply `gnus-treat-article' after rotation.
13103
13104         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13105         doc string.
13106
13107 2005-02-22  Simon Josefsson  <jas@extundo.com>
13108
13109         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13110         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13111         <arne@arnested.dk>.
13112         (encrypt): Add password-cache and password-cache-expiry as group
13113         members.
13114
13115 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13116
13117         * smime.el (smime-ldap-host-list): Doc fix.
13118         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13119         cache) password.
13120         (smime-sign-region): Use it.
13121         (smime-decrypt-region): Use it.
13122         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13123         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13124         fails.
13125         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13126         certificate from DER to PEM format rather than calling openssl.
13127
13128         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13129
13130         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13131         for signing/encryption.
13132
13133         * mml.el (mml-parse-1): Use them.
13134
13135 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13136
13137         * nnrss.el (nnrss-verbose): Removed.
13138         (nnrss-request-group): Use `nnheader-message' instead.
13139
13140 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13141
13142         * nnrss.el (nnrss-verbose): New variable.
13143         (nnrss-request-group): Make it say nnrss is requesting a group.
13144
13145 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13148         Handle news URL with given port correctly.
13149
13150 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13153         containing special characters.
13154
13155         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13156
13157         * mml.el (mime-to-mml): Ditto.
13158
13159         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13160         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13161         (rfc2047-decode-region): Quote decoded words containing special
13162         characters when rfc2047-quote-decoded-words-containing-tspecials
13163         is non-nil.
13164
13165 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13168
13169         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13170
13171 2005-02-15  Simon Josefsson  <jas@extundo.com>
13172
13173         * nnimap.el (nnimap-debug): Doc fix.
13174
13175         * imap.el (imap-debug): Doc fix.
13176
13177 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13180
13181 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13182
13183         * gnus.el (spam-contents): Improve docs for spam-contents
13184         parameter in its variable incarnation.
13185
13186 2005-02-14  Simon Josefsson  <jas@extundo.com>
13187
13188         * smime-ldap.el: Use require instead of load-library for ldap.
13189         (smime-ldap-search): Indent.
13190         (smime-ldap-search-internal): Shorten line.
13191
13192         * smime.el (smime-cert-by-dns): Add doc-string.
13193         (smime-cert-by-ldap-1): Indent.
13194
13195         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13196         mml-smime-get-dns-ldap.
13197         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13198
13199 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13200
13201         * smime.el: Require smime-ldap.
13202         (smime-ldap-host-list): New variable.
13203         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13204
13205         * mml-smime.el (mml-smime-encrypt-query): New function.
13206         (mml-smime-encrypt-query): Use it.
13207
13208         * smime-ldap.el: New file.
13209
13210 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13213
13214 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13217         argument in doc string.  Make query for type more clear.
13218
13219 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * gnus.el (gnus-group-startup-message): Search for gnus images in
13222         etc/images/gnus.
13223         * mm-util.el (mm-image-load-path): Likewise.
13224         * smiley.el (smiley-data-directory): Search for smilies in
13225         etc/images/smilies.
13226
13227 2005-02-09  Kim F. Storm  <storm@cua.dk>
13228
13229         Change Emacs release version from 21.4 to 22.1 throughout.
13230         Change Emacs development version from 21.3.50 to 22.0.50.
13231
13232 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13235
13236         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13237         non-Mule XEmacs as well.
13238         (mm-decompress-buffer): Signal an error intentionally if it does
13239         not decompress compressed data because auto-compression-mode is
13240         disabled.
13241
13242 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13243
13244         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13245         an ID in the registry even if it has no groups.
13246
13247 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13250         merge it into mm-decompress-buffer.
13251         (gnus-mime-copy-part): Use the MIME part charset, the value which
13252         a user specified or gnus-newsgroup-charset for decoding, like
13253         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13254         save-buffer what was used.  Suggested by Kevin Ryde
13255         <user42@zip.com.au>.
13256         (gnus-mime-inline-part): Allow the name parameter as well as the
13257         filename parameter; force decompressing of compressed data; always
13258         display contents being not decoded as unibyte.
13259
13260         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13261         as well as the filename parameter.
13262
13263         * mm-util.el (mm-decompress-buffer): Merge
13264         gnus-mime-jka-compr-maybe-uncompress.
13265         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13266         of compressed data.
13267
13268 2005-02-08  Simon Josefsson  <jas@extundo.com>
13269
13270         * imap.el (imap-log): Doc fix.
13271
13272 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13275         the coding cookies; decompress compressed parts.
13276
13277         * mml.el (mml-generate-mime-1): Add the charset parameter according
13278         to the value which a user specified manually or the coding cookie.
13279
13280         * mm-util.el (mm-string-to-multibyte): New function.
13281         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13282         (mm-coding-system-to-mime-charset): New function.
13283         (mm-decompress-buffer): New function.
13284         (mm-find-buffer-file-coding-system): New function.
13285
13286         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13287         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13288         parts.
13289
13290 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13291
13292         * mm-view.el (mm-display-inline-fontify): Decode a part according
13293         to the charset parameter.
13294
13295 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13298         prefix arg is neither nil nor a number, as info specifies.
13299
13300 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13303         timestamps.
13304
13305 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13306
13307         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13308         groups error checking and notify user.
13309
13310 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13311
13312         * message.el (message-send-mail-function): Check existence of
13313         sendmail-program first before using default value
13314         `message-send-mail-with-sendmail'.  Otherwise use more generic
13315         `smtpmail-send-it'.
13316
13317 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * nntp.el (nntp-request-update-info): Always return nil.
13320
13321 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13322
13323         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13324
13325 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13326
13327         * message.el (message-beginning-of-line): Change the behavior when
13328         invoked between BOL and : so that it first moves backward.
13329
13330 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13333         article buffer when editing of the article is discarded.
13334         (gnus-article-prepare): Revert.
13335
13336 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-article-prepare):
13339         Remove message-strip-forbidden-properties from the local hook.
13340
13341 2005-01-27  Simon Josefsson  <jas@extundo.com>
13342
13343         * password.el (password-cache-add): Only start one timer per key.
13344         Reported by Derek Atkins <warlord@MIT.EDU>.
13345
13346 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13347
13348         * run-at-time.el: Removed.  It is no longer needed as
13349         timer-funcs.el in the xemacs-base package has a working version of
13350         `run-at-time'.
13351
13352         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13353
13354         * password.el: Require timer-funcs instead of run-at-time in
13355         XEmacs.
13356         Remove `password-run-at-time' macro.
13357         (password-cache-add): Use `run-at-time' instead of
13358         `password-run-at-time'.
13359
13360         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13361         Remove `nnheader-cancel-function-timers' alias,
13362         `cancel-function-timers' exists in XEmacs in timer-funcs.
13363
13364         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13365         for `run-with-idle-timer'.
13366
13367         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13368         for `run-at-time'.
13369
13370         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13371         for `with-timeout'.
13372
13373         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13374         the same as for XEmacs 21.4.
13375         No need to ignore `run-with-idle-timer', this function exists in
13376         XEmacs now in timer-funcs.el in the xemacs-base package.
13377         (dgnushack-compile): No need to delete
13378         run-at-time.el from the list of files to compile because it
13379         doesn't exist anymore.
13380
13381 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13384         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13385
13386 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13387
13388         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13389         sensitively.
13390
13391 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13392
13393         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13394
13395 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13398         which will be inserted according to the multibyteness of a buffer
13399         rather than the type of contents.  Suggested by ARISAWA Akihiro
13400         <ari@mbf.ocn.ne.jp>.
13401
13402         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13403         of string which old xml.el may return rather than a string.
13404
13405 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13408
13409 2005-01-16  Simon Josefsson  <jas@extundo.com>
13410
13411         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13412         idn/idna.el isn't available.
13413         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13414         <michael@waxrat.com>.
13415
13416         * hashcash.el: Remove non-FSF copyright header.
13417
13418         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13419         (hashcash-generate-payment): Use it.
13420         (hashcash-generate-payment-async): Use it.
13421
13422 2005-01-15  Simon Josefsson  <jas@extundo.com>
13423
13424         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13425         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13426
13427         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13428         gnus-summary-idna-message.
13429         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13430         (gnus-summary-idna-message): New function.
13431
13432 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13435         gnus-novice-user.
13436
13437 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * nnrss.el (nnrss-request-delete-group): Delete entries in
13440         nnrss-group-alist as well.
13441         (nnrss-save-server-data): Insert newline.
13442
13443 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13444
13445         * gnus.el (gnus-user-agent): Use list of symbols instead of
13446         symbols.  Display full version number for (S)XEmacs.  Optionally
13447         display (S)XEmacs codename.
13448
13449         * gnus-util.el (gnus-emacs-version): Update for new
13450         `gnus-user-agent'.
13451
13452         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13453         Gnus version.
13454
13455 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13458         which is unreadable in some setups.
13459
13460 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-spec.el (gnus-update-format-specifications): Flush the
13463         group format spec cache if it doesn't support decoded group names.
13464
13465 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13468         Allow to apply decay on score files matching a regexp.
13469
13470 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13473         compatibility in %g and %c.
13474
13475 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13478         name for only %g and %c.
13479         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13480         of gnus-tmp-group to decoded group name.
13481         (gnus-group-make-rss-group): Exclude `/'s from group names.
13482
13483 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * nnrss.el (nnrss-get-encoding): Fix regexp.
13486
13487 2004-12-27  Simon Josefsson  <jas@extundo.com>
13488
13489         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13490         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13491         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13492
13493 2004-12-17  Kim F. Storm  <storm@cua.dk>
13494
13495         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13496
13497         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13498
13499 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13500
13501         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13502
13503 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * nnrss.el: Require rfc2047 and mml.
13506         (nnrss-file-coding-system): New variable.
13507         (nnrss-format-string): Redefine it as an inline function.
13508         (nnrss-decode-group-name): New function.
13509         (nnrss-string-as-multibyte): Remove.
13510         (nnrss-retrieve-headers): Decode group name; don't use
13511         nnrss-format-string.
13512         (nnrss-request-group): Decode group name.
13513         (nnrss-request-article): Decode group name; allow a Message-ID as
13514         well as an article number; don't use nnrss-format-string; encode a
13515         Message-ID string which may contain non-ASCII characters; use
13516         mml-to-mime to compose a MIME article.
13517         (nnrss-request-expire-articles): Decode group name.
13518         (nnrss-request-delete-group): Decode group name.
13519         (nnrss-fetch): Clarify error message.
13520         (nnrss-read-server-data): Use insert-file-contents instead of load;
13521         bind file-name-coding-system; use multibyte buffer.
13522         (nnrss-save-server-data): Bind coding-system-for-write to the
13523         value of nnrss-file-coding-system; bind file-name-coding-system;
13524         add coding cookie.
13525         (nnrss-read-group-data): Use insert-file-contents instead of load;
13526         bind file-name-coding-system; use multibyte buffer.
13527         (nnrss-save-group-data): Bind coding-system-for-write to the
13528         value of nnrss-file-coding-system; bind file-name-coding-system.
13529         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13530         make it work with non-ASCII text.
13531         (nnrss-find-el): Make it work with old xml.el as well.
13532
13533 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13534
13535         * nnrss.el (nnrss-get-encoding): New function.
13536         (nnrss-fetch): Use unibyte buffer initially; bind
13537         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13538         decode contents according to the encoding attribute.
13539         (nnrss-save-group-data): Add coding cookie.
13540         (nnrss-mime-encode-string): New function.
13541         (nnrss-check-group): Use it to encode subject and author.
13542
13543 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13544
13545         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13546         imaginary variable.
13547
13548 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13551         correctly even if there are wide characters.
13552
13553 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13554
13555         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13556         downcased symbol names; make a new cache instead of reusing
13557         bbdb-hashtable.
13558
13559 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13562         concatenating segments rather than before concatenating them.
13563         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13564
13565         * message.el (message-get-reply-headers): Bind `extra'.
13566
13567 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13568
13569         * message.el (message-extra-wide-headers): New variable.
13570         (message-get-reply-headers): Use it.
13571
13572 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13573
13574         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13575         (gnus-agent-group-pathname): Ditto.
13576
13577         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13578
13579         * gnus-group.el (gnus-group-make-group): Decode group name.
13580         (gnus-group-make-rss-group): Register the group data after opening
13581         the nnrss group.
13582
13583 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13584
13585         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13586         by expiry now get marked as read.
13587
13588 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13591
13592 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13593
13594         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13595         unify Latin characters in XEmacs.
13596         (mm-find-mime-charset-region): Use it.
13597
13598 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-util.el (gnus-delete-directory): New function.
13601
13602         * gnus-agent.el (gnus-agent-delete-group): Use it.
13603
13604         * gnus-cache.el (gnus-cache-delete-group): Use it.
13605
13606 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13609         names.
13610
13611 2004-12-16  Simon Josefsson  <jas@extundo.com>
13612
13613         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13614
13615 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13618
13619         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13620         (gnus-group-set-current-level): Decode group name.
13621
13622 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13623
13624         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13625         failed.
13626
13627 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13628
13629         * gnus-group.el (gnus-group-delete-group): Decode group name.
13630         (gnus-group-make-rss-group): Encode group name.
13631         (gnus-group-catchup-current): Decode group name.
13632         (gnus-group-kill-group): Decode group name.
13633
13634 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13635
13636         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13637
13638 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13639
13640         * gnus-group.el (gnus-group-make-rss-group):
13641         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13642
13643         * gnus-start.el (gnus-setup-news): Honor user's setting to
13644         gnus-message-archive-method.  Suggested by Lute Kamstra
13645         <lute@gnu.org>.
13646
13647 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13648
13649         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13650         global counterparts of the buffer-local variables.
13651
13652 2004-11-16  Romain Francoise  <romain@orebokech.com>
13653
13654         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13655         counterparts of the buffer-local variables.
13656
13657 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * message.el (message-forbidden-properties): Fixed typo in doc
13660         string.
13661
13662 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * gnus-util.el (gnus-replace-in-string): Added doc string.
13665
13666         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13667         to avoid problems when splitting mails with many recipients.
13668
13669 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13670
13671         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13672         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13673
13674 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13675
13676         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13677         if there is no hashtable in memory or file modification time is
13678         newer than cached timestamp.
13679
13680 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13683         not-matching option.
13684
13685 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13688         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13689         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13690         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13691         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13692         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13693
13694 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * message.el (message-forward-make-body-mml): Remove headers
13697         according to message-forward-ignored-headers if a message is decoded.
13698
13699 2004-12-02  Romain Francoise  <romain@orebokech.com>
13700
13701         * message.el (message-forward-make-body-plain): Always remove
13702         headers according to message-forward-ignored-headers.
13703
13704 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13705
13706         * spam.el (spam-summary-prepare-exit): Remove the
13707         gnus-summary-limit pop for now, it has problems with ham marks for
13708         me.
13709
13710 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13711
13712         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13713         correctly.
13714
13715 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13716
13717         * format-spec.el (format-spec): Message the char.
13718
13719 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13720
13721         * gnus-art.el (gnus-split-methods): Reformat comments.
13722
13723         * spam.el (spam-summary-prepare-exit): Remove article limits
13724         before exiting the summary buffer.
13725
13726 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13729         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13730
13731         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13732         order to silence the byte compiler.
13733
13734         * spam.el: Fix the way to silence the byte compiler, which
13735         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13736         bbdb-search-simple, spam-BBDB-register-routine,
13737         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13738         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13739         spam-stat-buffer-is-spam, spam-stat-load,
13740         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13741         spam-stat-save and spam-stat-split-fancy.
13742
13743 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13746         which may confuse users.
13747         (canlock-password-for-verify): Ditto.
13748
13749         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13750
13751         * gnus-art.el (gnus-emphasis-alist): Ditto.
13752
13753         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13754
13755         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13756
13757         * gnus-start.el (gnus-save-killed-list): Ditto.
13758
13759         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13760         (gnus-sum-thread-tree-root): Ditto.
13761         (gnus-sum-thread-tree-false-root): Ditto.
13762         (gnus-sum-thread-tree-single-indent): Ditto.
13763
13764         * message.el (message-courtesy-message): Ditto.
13765         (message-archive-note): Ditto.
13766         (message-subscribed-address-file): Ditto.
13767         (message-user-fqdn): Ditto.
13768
13769         * spam-report.el (spam-report-gmane-regex): Ditto.
13770
13771         * spam.el (spam-blackhole-good-server-regex): Ditto.
13772
13773 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * mml.el (mml-preview): Widen the message buffer before copying
13776         the contents to the preview buffer; sort headers before previewing.
13777
13778         * message.el (message-hidden-headers): Fix the way to avoid a bug
13779         in the `repeat' widget in Emacs 21.3 or earlier.
13780
13781 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * message.el (message-hidden-headers): Default to "^References:".
13784         Improve customization type.  Suggested by Reiner Steib
13785         <Reiner.Steib@gmx.de>.
13786
13787 2004-11-25  Romain Francoise  <romain@orebokech.com>
13788
13789         * message.el (message-strip-forbidden-properties): Remove check for
13790         obsolete `message-hidden' text property, hidden headers are not
13791         accessible in the buffer anymore.
13792
13793 2004-11-22  Romain Francoise  <romain@orebokech.com>
13794
13795         * message.el (message-header-format-alist): Add `From' in list
13796         so that it can be sorted.
13797         (message-fix-before-sending): Widen and sort headers before
13798         sending.
13799         (message-hide-headers): Use narrowing to hide headers by moving
13800         them to the top of the buffer and narrowing to the region
13801         underneath.
13802
13803 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13804
13805         * message.el (message-strip-forbidden-properties): Bind
13806         buffer-read-only (etc) to nil.
13807
13808 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13811         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13812
13813 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13814
13815         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13816
13817 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * dns.el (query-dns): Use sit-for to time instead of
13820         accept-process-output, since that doesn't seem to work on udp
13821         sockets.
13822
13823 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13826
13827 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13828
13829         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13830         doc string.  Improve doc string.
13831
13832 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * nntp.el (nntp-request-update-info): Return nil if
13835         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13836         may not call gnus-activate-group which uselessly issues the GROUP
13837         commands for all nntp groups and wastes time.  Reported by Romain
13838         Francoise <romain@orebokech.com>.
13839
13840         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13841
13842 2004-11-15  Simon Josefsson  <jas@extundo.com>
13843
13844         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13845         headers separately.
13846         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13847         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13848
13849 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * gnus-start.el (gnus-convert-old-newsrc):
13852         Assign legacy-gnus-agent to 5.10.7.
13853
13854 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13857         start of the lines.
13858
13859 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13860
13861         * hashcash.el (hashcash-default-payment): Change default to 20.
13862         (hashcash-default-accept-payment): Change default to 20.
13863         (hashcash-process-alist): New variable.
13864         (hashcash-generate-payment-async): Add.
13865         (hashcash-already-paid-p): Add.
13866         (hashcash-insert-payment): Don't generate payments twice.
13867         (hashcash-insert-payment-async): Add.
13868         (hashcash-insert-payment-async-2): Add.
13869         (hashcash-cancel-async): Add.
13870         (hashcash-wait-async): Add.
13871         (hashcash-processes-running-p): Add.
13872         (hashcash-wait-or-cancel): Add.
13873         (mail-add-payment): New optional argument.  Conditionally start
13874         asynchronous calculation.
13875         (mail-add-payment-async): Add.
13876
13877         * message.el (message-send-mail): Wait for asynchronous hashcash
13878         results.  Don't clobber existing X-Hashcash headers.
13879         (message-setup-1): Call mail-add-payment-async when
13880         message-generate-hashcash is non-nil.
13881
13882 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13883
13884         * message.el (message-use-alternative-email-as-from): Examine the
13885         From header as well; use message-make-from in order to include a
13886         user's full name.
13887
13888 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13891         default; improve customization type.
13892         (gnus-emphasis-custom-with-format): New macro.
13893         (gnus-emphasis-custom-value-to-external): New function.
13894         (gnus-emphasis-custom-value-to-internal): New function.
13895
13896 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13897
13898         * dns.el (query-dns): Resolve reverse addresses.
13899
13900 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13901
13902         * gnus-group.el (gnus-group-get-new-news): Use it.
13903
13904         * gnus-start.el (gnus-check-reasonable-setup): New function.
13905
13906 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13909         "Args out of range" error.  Reported by Arnaud Giersch
13910         <arnaud.giersch@free.fr>.
13911
13912 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13913
13914         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13915
13916 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13917
13918         * spam.el (spam group): Add :version.
13919
13920         * pgg-def.el (pgg group): Add :version.
13921
13922 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-art.el (gnus-article-edit-article): Don't associate the
13925         article buffer with a draft file.  This is a temporary measure
13926         against the 2004-08-22 change to gnus-article-edit-mode.
13927
13928 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13931         (html2text-format-tags): Remove unused variable `attr'.
13932
13933 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13936
13937         * tls.el (tls-process-connection-type, tls-success)
13938         (tls-certtool-program): Add :version.
13939
13940         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13941         (starttls-extra-arguments, starttls-process-connection-type)
13942         (starttls-connect, starttls-failure, starttls-success): Add :version.
13943
13944         * spam-stat.el (spam-stat): Add :version.
13945
13946         * sieve.el (sieve): Add :version.
13947
13948         * sha1.el (sha1): Add :version.
13949         (sha1-use-external): Remove redundant version.
13950
13951         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13952         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13953         (nnmail-split-fancy-match-partial-words)
13954         (nnmail-split-lowercase-expanded): Add :version.
13955
13956         * nndiary.el (nndiary): Add :version.
13957
13958         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13959
13960         * mml-sec.el (mml-default-sign-method)
13961         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13962         Add :version.
13963
13964         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13965
13966         * mm-url.el (mm-url-use-external, mm-url-program)
13967         (mm-url-arguments): Add :version.
13968
13969         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13970         (mm-attachment-file-modes, mm-decrypt-option)
13971         (mm-w3m-safe-url-regexp): Add :version.
13972
13973         * message.el (message-cite-prefix-regexp)
13974         (message-sendmail-envelope-from, message-minibuffer-local-map)
13975         (message-user-fqdn, message-completion-alist): Add :version.
13976
13977         * gnus-win.el (gnus-configure-windows-hook)
13978         (gnus-use-frames-on-any-display): Add :version.
13979
13980         * gnus-art.el (gnus-article-address-banner-alist)
13981         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13982         (gnus-treat-from-picon, gnus-treat-mail-picon)
13983         (gnus-treat-x-pgp-sig): Add :version.
13984
13985         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13986         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13987         (gnus-summary-article-delete-hook)
13988         (gnus-summary-display-while-building): Add :version.
13989
13990         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13991         (gnus-get-top-new-news-hook): Add :version.
13992
13993         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13994         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13995
13996         * gnus-registry.el (gnus-registry): Add :version.
13997
13998         * gnus-spec.el (gnus-use-correct-string-widths)
13999         (gnus-make-format-preserve-properties): Add :version.
14000
14001         * gnus.el (gnus-group-charter-alist)
14002         (gnus-group-fetch-control-use-browse-url)
14003         (gnus-install-group-spam-parameters): Add :version.
14004
14005         * gnus-diary.el (gnus-diary): Add :version.
14006
14007         * gnus-delay.el (gnus-delay): Add :version.
14008
14009         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14010         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14011         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14012         Add :version.
14013
14014         * gnus-agent.el (gnus-agent-max-fetch-size)
14015         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14016         (gnus-agent-prompt-send-queue): Add :version.
14017
14018         * deuglify.el (gnus-outlook-deuglify): Add :version.
14019
14020         * html2text.el: Beautify code.  Improve doc strings.  Some
14021         checkdoc cleanup.
14022         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14023
14024 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14025
14026         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14027
14028 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14029
14030         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14031         when package is loaded.
14032
14033         * spam.el (spam-summary-score-preferred-header): Add global preference
14034         for people who want to override the default SpamAssassin over
14035         Bogofilter preference (when both are set).
14036         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14037         (spam-user-format-function-S): Check
14038         spam-summary-score-preferred-header.
14039         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14040         (spam-user-format-function-S): Format the score correctly.
14041
14042 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14045         signature file.  Suggested by Manoj Srivastava
14046         <srivasta@golden-gryphon.com>.
14047
14048         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14049         iso-2022-jp even in the Japanese language environment.
14050         Suggested by Jason Rumney <jasonr@gnu.org>.
14051
14052 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14055         use the same characters as the dummy marks; make it free from
14056         getting affected by the language environment.
14057         (gnus-summary-read-group-1): Update mark positions only when the
14058         format spec is updated.
14059
14060         * gnus-spec.el (gnus-update-format-specifications): Return a list
14061         of updated types.
14062
14063 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14066         of boundp to check if display-warning is available.
14067
14068 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14069
14070         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14071
14072 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * nnspool.el (nnspool-spool-directory): Use news-path if the
14075         news-directory variable is not bound.
14076
14077         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14078         function instead of display-warning if it is not available.
14079
14080 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14083         v5-10: Use `point-at-bol'.
14084
14085 2004-10-26  Simon Josefsson  <jas@extundo.com>
14086
14087         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14088         <chenggao@gmail.com>.
14089
14090 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14093         instead.
14094
14095 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14098         to remove a server from the nnimap-server-buffer-alist.
14099         (nnimap-open-connection, nnimap-close-server): Use it.
14100
14101         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14102
14103 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14106         running the major-mode function.
14107
14108 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14111         dummy marks in the right way.
14112
14113 2004-10-18  David Edmondson  <dme@dme.org>
14114
14115         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14116         excessively.
14117
14118 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14119
14120         * gnus-util.el (gnus-split-references): Accept a nil references
14121         string and go on blissfully.
14122
14123         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14124         cases where the references string is non-nil but has no references.
14125
14126         * encrypt.el: Add autoload tags.
14127
14128         * spam.el (spam-resolve-registrations-routine): Remove article
14129         from unregistration list too.  Reported by David Hanak
14130         <dhanak@isis.vanderbilt.edu>
14131
14132 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14135         nil.  Changed custom type.
14136
14137 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14140
14141         * gnus-sum.el (gnus-summary-move-article): Use it.
14142
14143 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14144
14145         * encrypt.el: Add autoload cookies.
14146
14147         * spam.el (spam-backend-article-list-property)
14148         (spam-backend-get-article-todo-list)
14149         (spam-backend-put-article-todo-list)
14150         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14151         Resolve registrations separately.
14152         (spam-register-routine): Format comments.
14153         (spam-unregister-routine, spam-register-routine): Always call with
14154         specific-articles, no default list.
14155         (spam-summary-prepare-exit): Use the spam-classifications function.
14156
14157         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14158         gnus-encrypt.el.
14159
14160         * encrypt.el: Copied from gnus-encrypt.el.
14161
14162         * gnus-encrypt.el: Commented that it's obsolete.
14163
14164 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14167         (gnus-score-save): Use it.
14168
14169         * message.el (message-bury): Use `window-dedicated-p'.
14170
14171 2004-10-15  Simon Josefsson  <jas@extundo.com>
14172
14173         * pop3.el (top-level): Don't require nnheader.
14174         (pop3-read-timeout): Add.
14175         (pop3-accept-process-output): Add.
14176         (pop3-read-response, pop3-retr): Use it.
14177
14178 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14179
14180         * spam.el (spam-register-routine): Move comment.
14181         (spam-verify-bogofilter): Use 'unknown for the initial
14182         spam-bogofilter-valid state, not 'never.
14183
14184         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14185         for netrc-machine.
14186
14187         * nnimap.el (nnimap-open-connection): Use
14188         netrc-machine-user-or-password.
14189
14190 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14191
14192         * gnus-registry.el (gnus-registry-unload-hook):
14193         Set as a variable with add-hook.
14194
14195         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14196         of news-path.
14197
14198         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14199
14200         * spam.el: Delete duplicate `provide'.
14201         (spam-unload-hook): Set as a variable with add-hook.
14202
14203 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14206         in the doc string.
14207
14208         * message.el (message-ignored-news-headers)
14209         (message-ignored-supersedes-headers)
14210         (message-ignored-resent-headers)
14211         (message-forward-ignored-headers): Improve custom type.
14212
14213 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14214
14215         * message.el (message-tokenize-header): Fix 2004-09-06 change
14216         which used point-min in the wrong place.
14217
14218 2004-10-12  Simon Josefsson  <jas@extundo.com>
14219
14220         * tls.el (tls-certtool-program): New variable.
14221         (tls-certificate-information): New function, based on
14222         ssl-certificate-information.
14223
14224 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * compface.el: Move the version of ELisp-based uncompface program
14227         to the contrib directory because of the copyright problem.
14228
14229 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * message.el (message-kill-buffer): Raise the current frame.
14232
14233 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14236
14237         * gnus.el (message-y-or-n-p): Autoload.
14238
14239         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14240         (pop3-password-required, pop3-authentication-scheme)
14241         (pop3-leave-mail-on-server): Made customizable.
14242         (pop3): New custom group.
14243         (pop3-retr): Remove `sleep-for' statements.
14244         Suggested by Dave Love <fx@gnu.org>.
14245
14246         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14247         Windows/DOS.
14248
14249         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14250         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14251         Dave Love <fx@gnu.org>.
14252
14253         * mml.el (mml-minibuffer-read-disposition): Require match.
14254         Suggested by Dave Love <fx@gnu.org>.
14255
14256 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14259         doc string.
14260
14261 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14264
14265 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14266
14267         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14268         instead of calling `mm-insert-inline', to decode text/* parts
14269         before displaying them.
14270
14271 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * mm-uu.el (mm-uu-text-plain-type): New variable.
14274         (mm-uu-pgp-signed-extract-1): Use it.
14275         (mm-uu-pgp-encrypted-extract-1): Use it.
14276         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14277         bind mm-uu-text-plain-type with that value.
14278         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14279         mm-uu-dissect.
14280
14281 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-group.el (gnus-update-group-mark-positions):
14284         * gnus-sum.el (gnus-update-summary-mark-positions):
14285         * message.el (message-check-news-body-syntax):
14286         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14287         of string-as-multibyte.
14288
14289 2004-10-05  Juri Linkov  <juri@jurta.org>
14290
14291         * gnus-group.el (gnus-update-group-mark-positions):
14292         * gnus-sum.el (gnus-update-summary-mark-positions):
14293         * message.el (message-check-news-body-syntax):
14294         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14295         8-bit unibyte values to a multibyte string for search functions.
14296
14297 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14300         (mm-uu-dissect-text-parts): New function.
14301
14302         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14303         dissect text parts.
14304
14305         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14306         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14307
14308         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14309
14310         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14311         gnus-current-topics instead of gnus-current-topic.
14312
14313 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14314
14315         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14316
14317 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14318
14319         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14320         where approriate.
14321
14322         * nnml.el (nnml-generate-active-info): do.
14323
14324         * nndiary.el (nndiary-generate-active-info): do.
14325
14326         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14327         (gnus-topic-move): do.
14328
14329         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14330         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14331
14332         * gnus-srvr.el (gnus-server-prepare)
14333         (gnus-server-open-all-servers): do.
14334
14335         * gnus-msg.el (gnus-summary-cancel-article)
14336         (gnus-summary-resend-message)
14337         (gnus-summary-mail-crosspost-complaint): do.
14338
14339         * gnus-move.el (gnus-change-server): do.
14340
14341         * gnus-group.el (gnus-group-unmark-all-groups)
14342         (gnus-group-set-current-level): do.
14343
14344 2004-10-04  Simon Josefsson  <jas@extundo.com>
14345
14346         * message.el (message-generate-hashcash): Doc fix.
14347
14348 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14349
14350         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14351         avoid infinite recursion via gnus-get-function.
14352
14353 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14354
14355         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14356
14357         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14358
14359         * nnmail.el (nnmail-split-history): do.
14360
14361         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14362         (nnml-request-delete-group): do.
14363
14364         * nnslashdot.el (nnslashdot-read-groups): do.
14365
14366         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14367         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14368
14369         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14370         (nnspool-sift-nov-with-sed): Use last.
14371         (nnspool-retrieve-headers-with-nov): Use mapc.
14372         (nnspool-request-newgroups): Use dolist.
14373         (nnspool-request-group): Use last.
14374
14375         * nntp.el (nntp-read-server-type): Use dolist.
14376
14377         * nnvirtual.el (nnvirtual-create-mapping)
14378         (nnvirtual-update-read-and-marked): Use dolist.
14379         (nnvirtual-convert-headers): Simplify.
14380
14381 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14382
14383         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14384         support for sync'ing tick marks.
14385
14386 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14389         there's no visible header.
14390
14391 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14392
14393         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14394         necessary, pass full group name to gnus-request-set-marks.
14395
14396 2004-10-01  Simon Josefsson  <jas@extundo.com>
14397
14398         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14399         acroread.
14400
14401 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14402
14403         * spam-report.el (spam-report-gmane): Fix interactive.
14404
14405         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14406
14407         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14408         when writing file.
14409         (gnus-agent-synchronize-flags): Don't default to being
14410         interactive.
14411
14412 2004-09-30  Simon Josefsson  <jas@extundo.com>
14413
14414         * message.el (message-generate-hashcash): Add.
14415         (message-send-mail): Use it, call mail-add-payment.
14416
14417 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14418
14419         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14420
14421 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14422
14423         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14424         gnus-requst-update-info with explicit code to sync the in-memory
14425         info read flags with the marks being sync'd to the backend.
14426
14427         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14428
14429 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14430
14431         * spam.el (spam-verify-bogofilter): Add new function.
14432         (spam-check-bogofilter)
14433         (spam-bogofilter-register-with-bogofilter): Use it.
14434         (spam-verify-bogofilter): Add small fixes.
14435
14436 2004-09-28  Simon Josefsson  <jas@extundo.com>
14437
14438         * hashcash.el (hashcash-generate-payment): Revert.
14439
14440 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14441
14442         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14443         gnus-extract-references instead of gnus-split-references.
14444
14445         * gnus-util.el (gnus-extract-references): Add new function, analogous
14446         to gnus-split-references but extracts only the message-ID without
14447         anything extra.
14448
14449         * hashcash.el (hashcash-generate-payment)
14450         (hashcash-check-payment): Do the right thing if hashcash-path is
14451         nil (because the hashcash program could not be found).
14452
14453         * spam.el (spam-use-hashcash): Remove comment.
14454
14455 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14458         (gnus-cache-enter-article, gnus-cache-remove-article)
14459         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14460
14461         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14462
14463         * gnus-art.el (article-hide-boring-headers)
14464         (article-translate-strings, article-display-face)
14465         (gnus-article-mime-match-handle-first)
14466         (gnus-article-highlight-headers)
14467         (gnus-article-add-buttons-to-head): do.
14468
14469 2004-09-27  Simon Josefsson  <jas@extundo.com>
14470
14471         * hashcash.el: New version, from
14472         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14473         ../contrib/.
14474
14475 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14478
14479 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14480
14481         * gnus-dup.el (gnus-dup-open): Use mapc.
14482         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14483
14484         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14485         Reported by Stefan Wiens <s.wi@gmx.net>.
14486
14487         * gnus.el (gnus-shutdown): Use dolist.
14488
14489         * gnus-undo.el (gnus-undo): Use mapc.
14490
14491         * nnrss.el (nnrss-generate-active): do.
14492
14493         * message.el (message-cite-original-without-signature)
14494         (message-cite-original): Use mapc.
14495         (message-do-actions, message-make-forward-subject): Use dolist.
14496
14497 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14498
14499         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14500         deletion to remove entire duplicate line.  Fixes merged article
14501         number bug.
14502
14503 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14504
14505         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14506         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14507         first ask if you want to open a server and then, even when you
14508         responded with no, asking if you want to synchronize the server's
14509         flags.
14510         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14511         multi-line expressions.
14512         (gnus-agent-synchronize-group-flags): New internal function.
14513         Updates marks in memory (in the info structure) AND in the
14514         backend.
14515
14516         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14517
14518         * nnagent.el (nnagent-request-set-mark): Use
14519         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14520         method, to ensure that synchronization updates marks in the
14521         backend and in the info (in memory) structure.
14522
14523 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14526         convention fully; don't miss the root article of a thread; make
14527         the X-Draft-From header with correct article numbers.
14528
14529 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14530
14531         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14532         unless plugged.  Disable the agent so that an open failure causes
14533         an error.
14534
14535         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14536         Reverted 2004-09-21 change.  The backend must be opened while
14537         synchronizing flags even when the backend stores the flags
14538         locally.
14539
14540 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14541
14542         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14543         in `header' match.  Reported by Svend Tollak Munkejord.
14544
14545         * message.el (message-cite-original): Fix use of
14546         `message-cite-articles-with-x-no-archive'.
14547
14548 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14551         (gnus-window-to-buffer): Ditto.
14552
14553         * mml.el (mml-preview-buffer): New variable.
14554         (mml-preview): Manage window layout with gnus-buffer-configuration.
14555
14556         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14557         X-Draft-From header even if those articles aren't quoted.
14558
14559 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14560
14561         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14562         (gnus-request-set-mark, gnus-request-update-mark): Use new
14563         g-s-t-u-l-m to decide to use backend even when unplugged.
14564
14565 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14568         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14569
14570 2004-09-20  Simon Josefsson  <jas@extundo.com>
14571
14572         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14573         "utf-16-le".
14574
14575 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14576
14577         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14578
14579 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * uudecode.el (uudecode-use-external): Add :version.
14582
14583         * smime.el (smime-CA-file, smime-encrypt-cipher)
14584         (smime-dns-server): Add :version.
14585
14586         * smiley.el (gnus-smiley-file-types): Add :version.
14587
14588         * sha1.el (sha1-use-external): Add :version.
14589
14590         * pgg-def.el (pgg-query-keyserver): Add :version.
14591
14592         * nnmail.el (nnmail-fancy-expiry-targets)
14593         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14594         Add :version.
14595
14596         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14597         (nnimap-retrieve-groups-asynchronous): Add :version.
14598         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14599
14600         * mml.el (mml-content-disposition-parameters)
14601         (mml-insert-mime-headers-always): Add :version.
14602
14603         * mm-util.el (mm-coding-system-priorities): Add :version.
14604
14605         * mm-decode.el (mm-inline-text-html-with-images)
14606         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14607         (mm-verify-option): Add :version.
14608         (mm-text-html-renderer): Change :version.
14609
14610         * message.el (message-fcc-externalize-attachments)
14611         (message-required-headers, message-draft-headers)
14612         (message-subject-trailing-was-query)
14613         (message-subject-trailing-was-ask-regexp)
14614         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14615         (message-mark-insert-end, message-archive-header)
14616         (message-archive-note, message-cross-post-default)
14617         (message-cross-post-note, message-followup-to-note)
14618         (message-cross-post-note-function, message-use-mail-followup-to)
14619         (message-subscribed-address-functions)
14620         (message-subscribed-address-file, message-subscribed-addresses)
14621         (message-subscribed-regexps, message-allow-no-recipients)
14622         (message-yank-cited-prefix, message-signature-insert-empty-line)
14623         (message-hidden-headers, message-hierarchical-addresses)
14624         (message-mail-user-agent, message-use-idna)
14625         (message-valid-fqdn-regexp)
14626         (message-strip-special-text-properties, message-header-synonyms)
14627         (message-beginning-of-line, message-tab-body-function): Add :version.
14628         (message-insert-canlock, message-wide-reply-confirm-recipients):
14629         Change :version.
14630
14631         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14632         and :version.
14633         (mail-source-delete-old-incoming-confirm)
14634         (mail-source-movemail-program): Add :version.
14635
14636         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14637         (gnus-agent-cache, gnus-agent): Change :version.
14638
14639         * gnus-util.el (gnus-use-byte-compile): Change :version.
14640
14641         * gnus-sum.el (gnus-summary-make-false-root-always)
14642         (gnus-summary-default-high-score)
14643         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14644         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14645         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14646         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14647         (gnus-sum-thread-tree-single-indent)
14648         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14649         (gnus-sum-thread-tree-leaf-with-other)
14650         (gnus-sum-thread-tree-single-leaf): Add :version.
14651         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14652         (gnus-article-loose-mime): Change :version.
14653
14654         * gnus-start.el (gnus-backup-startup-file)
14655         (gnus-save-startup-file-via-temp-buffer): Add :version.
14656
14657         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14658         (gnus-server-offline-face): Add :version.
14659
14660         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14661
14662         * gnus-msg.el (gnus-gcc-externalize-attachments)
14663         (gnus-debug-files, gnus-debug-exclude-variables)
14664         (gnus-discouraged-post-methods): Change :version.
14665         (gnus-confirm-mail-reply-to-news)
14666         (gnus-confirm-treat-mail-like-news): Add :version.
14667
14668         * gnus-int.el (gnus-server-unopen-status): Add :version.
14669
14670         * gnus-group.el (gnus-group-jump-to-group-prompt)
14671         (gnus-large-ephemeral-newsgroup)
14672         (gnus-fetch-old-ephemeral-headers): Add :version.
14673
14674         * gnus-fun.el (gnus-x-face-directory)
14675         (gnus-convert-pbm-to-x-face-command)
14676         (gnus-convert-image-to-x-face-command)
14677         (gnus-convert-image-to-face-command): Add :version.
14678
14679         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14680
14681         * gnus-cite.el (gnus-cite-blank-line-after-header)
14682         (gnus-article-boring-faces): Add :version.
14683
14684         * gnus-art.el (gnus-buttonized-mime-types)
14685         (gnus-inhibit-mime-unbuttonizing)
14686         (gnus-treat-display-face)
14687         (gnus-treat-body-boundary): Change :version.
14688         (gnus-body-boundary-delimiter, gnus-picon-databases)
14689         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14690         (gnus-treat-date-english, gnus-treat-fold-headers)
14691         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14692         (gnus-treat-mail-picon, gnus-treat-wash-html)
14693         (gnus-article-encrypt-protocol)
14694         (gnus-use-idna, gnus-article-over-scroll)
14695         (gnus-mime-display-multipart-alternative-as-mixed)
14696         (gnus-mime-display-multipart-related-as-mixed)
14697         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14698         (gnus-ctan-url, gnus-button-ctan-handler)
14699         (gnus-button-handle-ctan-bogus-regexp)
14700         (gnus-button-ctan-directory-regexp)
14701         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14702         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14703         (gnus-button-man-level, gnus-button-emacs-level)
14704         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14705
14706         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14707         (gnus-agent-go-online): Change :version.
14708         (gnus-agent-expire-unagentized-dirs)
14709         (gnus-agent-auto-agentize-methods): Add :version.
14710
14711         * flow-fill.el (fill-flowed-display-column)
14712         (fill-flowed-encode-column): Add :version.
14713
14714         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14715         (gnus-outlook-deuglify-unwrap-max)
14716         (gnus-outlook-deuglify-cite-marks)
14717         (gnus-outlook-deuglify-unwrap-stop-chars)
14718         (gnus-outlook-deuglify-no-wrap-chars)
14719         (gnus-outlook-deuglify-attrib-cut-regexp)
14720         (gnus-outlook-deuglify-attrib-verb-regexp)
14721         (gnus-outlook-deuglify-attrib-end-regexp)
14722         (gnus-outlook-display-hook): Add :version.
14723
14724         * binhex.el (binhex-use-external): Add :version.
14725
14726 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14729         and `invisible'.
14730
14731 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14732
14733         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14734         in gnus-registry-trim.
14735
14736 2004-09-13  Simon Josefsson  <jas@extundo.com>
14737
14738         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14739
14740         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14741
14742         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14743         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14744         <yamaoka@jpl.org>.
14745         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14746         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14747         <yamaoka@jpl.org>.
14748
14749         * sieve.el (sieve-manage-mode): Ditto.
14750
14751 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14752
14753         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14754
14755 2004-09-11  Simon Josefsson  <jas@extundo.com>
14756
14757         * dns-mode.el: Add.
14758
14759         * mm-view.el (mm-display-dns-inline): Add.
14760
14761         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14762         (mm-automatic-display): Ditto.
14763
14764         * mailcap.el (mailcap-mime-data): Add text/dns.
14765         (mailcap-mime-extensions): Map .soa to text/dns.
14766
14767 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14768
14769         * gnus-art.el (article-decode-mime-words, article-babel)
14770         (gnus-article-highlight-signature, gnus-article-add-buttons)
14771         (gnus-signature-toggle): Remove unnecessary bindings of
14772         `inhibit-read-only' inherited from v5.10 merge.
14773
14774 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * nntp.el (nntp): New customization group.
14777         (nntp-authinfo-file): Add customization group.
14778
14779         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14780
14781         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14782
14783         * gnus.el (to-address, to-list, subscribed)
14784         (large-newsgroup-initial): Ditto.
14785
14786         * flow-fill.el (fill-flowed-display-column)
14787         (fill-flowed-encode-column): Ditto.
14788
14789 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14790
14791         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14792         Use point-min rather than 1.
14793         (message-send-mail): Use buffer-size rather than point-max.
14794
14795         * gnus-sum.el (gnus-summary-search-article-forward):
14796         Signal a specific `search-failed' rather than a generic `error'.
14797
14798         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14799         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14800         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14801
14802 2004-09-10  Simon Josefsson  <jas@extundo.com>
14803
14804         * nndb.el (require): Remove tcp and duplicate cl.
14805
14806 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-agent.el (directory-files-and-attributes): Move forward.
14809
14810 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14811
14812         * gnus-agent.el (directory-files-and-attributes): Optionally
14813         defined to support XEmacs.
14814
14815 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14816
14817         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14818         to avoid run-time CL dependencies.
14819         (gnus-agent-unfetch-articles): New function.
14820         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14821         article numbers even when local .overview file is missing.
14822         (gnus-agent-read-article-number): New function.  Only accepts
14823         27-bit article numbers.
14824         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14825         gnus-agent-read-article-number.
14826         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14827         from backend while recognizing that article numbers in .overview
14828         must be valid.
14829         (gnus-agent-update-files-total-fetched-for): Use
14830         directory-files-and-attributes to improve performance.
14831         * gnus-int.el (gnus-request-move-article): Use
14832         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14833         improve performance.
14834
14835         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14836         some users confused by references to .newsrc when they only have a
14837         .newsrc.eld file.
14838         (gnus-convert-mark-converter-prompt)
14839         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14840         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14841         New function.  Used internally to only display 'gnus converting
14842         files' message when actually necessary.
14843
14844         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14845         methods now autoloaded.
14846
14847 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14850         identifiers.
14851
14852 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * gnus-picon.el: Fix indentation and closing parenthesis.
14855
14856 2004-09-01  Simon Josefsson  <jas@extundo.com>
14857
14858         * message.el (message-canlock-generate): Require sha1, not
14859         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14860         to require within a function.  Sadly, if sha1.el isn't loaded, the
14861         let binding in m-c-g will hide the defcustom definition, which is
14862         bad.)
14863
14864         * canlock.el: Require sha1, not sha1-el.
14865
14866         * message.el: Don't autoload sha1 (there is a autoload cookie in
14867         sha1.el).
14868
14869         * sha1-el.el: Renamed to sha1.el.
14870
14871 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14872
14873         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14874
14875 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14876
14877         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14878
14879 2004-08-30  Kim F. Storm  <storm@cua.dk>
14880
14881         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14882
14883         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14884         Add :group 'nnimap.
14885
14886 2004-08-30  Andreas Schwab  <schwab@suse.de>
14887
14888         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14889         ?* and ?\;.
14890
14891         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14892         and ?\' to symbol instead of whitespace.
14893
14894 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14897
14898         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14899         instead of re-search-forward.
14900
14901         * gnus-uu.el (gnus-uu-save-article): Ditto.
14902         (gnus-uu-post-encode-uuencode): Ditto.
14903
14904         * html2text.el (html2text-clean-list-items): Ditto.
14905         (html2text-clean-dtdd): Ditto.
14906         (html2text-format-tags): Ditto.
14907
14908         * message.el (message-send-mail-with-sendmail): Fix regexp.
14909         (message-fill-field-general): Use search-forward instead of
14910         re-search-forward.
14911         (unbold-region): Ditto.
14912
14913         * nnrss.el (nnrss-request-article): Ditto.
14914
14915         * nnslashdot.el (nnslashdot-request-article): Ditto.
14916
14917         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14918
14919         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14920         "Unrecognized menu descriptor" error in XEmacs.
14921
14922 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14923
14924         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14925         parent article of a sparse article in the thread hashtb.
14926
14927 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14928
14929         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14930         (nnmail-expand-newtext): Lowercase expanded entries if
14931         nnmail-split-lowercase-expanded is non-nil.
14932
14933 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14936
14937         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14938         of gnus-tmp-news-method into string under XEmacs.  It will be
14939         passed to gnus-correct-length which takes only a string argument.
14940
14941 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * gnus-util.el (gnus-bind-print-variables): New macro.
14944         (gnus-prin1): Use it.
14945         (gnus-prin1-to-string): Use it.
14946         (gnus-pp): New function.
14947         (gnus-pp-to-string): New function.
14948
14949         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14950         Replace pp-to-string with gnus-pp-to-string.
14951         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14952         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14953         * gnus-msg.el (gnus-debug): Ditto.
14954         * gnus-score.el (gnus-score-save): Ditto.
14955         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14956         gnus-pp-to-string.
14957         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14958         with gnus-pp.
14959         * score-mode.el (gnus-score-pretty-print): Ditto.
14960         * webmail.el (webmail-debug): Ditto.
14961
14962 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-art.el (article-display-face, article-display-x-face):
14965         Use buffer-read-only.
14966
14967 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-art.el (article-hide-list-identifiers):
14970         Bind inhibit-read-only as t.
14971
14972 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14975
14976 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14977
14978         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14979         (gnus-narrow-to-page): Don't assume point-min == 1.
14980         (gnus-article-edit-mode): Derive from message-mode.
14981
14982         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14983         point-min == 1.
14984
14985         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14986         Disable incorrect use of `assert'.
14987
14988         * message.el (message-mode): Set comment-start-skip.
14989
14990
14991 2004-08-22  Sam Steingold  <sds@gnu.org>
14992
14993         * pop3.el (pop3-leave-mail-on-server): New user variable.
14994         (pop3-movemail): Delete mail only when it is nil.
14995
14996 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14999
15000         * mml.el (mml-preview): Use `pop-to-buffer'.
15001
15002         * message.el (message-goto-mail-followup-to): Insert after "To".
15003         (message-carefully-insert-headers): Add comment.
15004
15005         * gnus.el: Remove unused variable `gnus-article-check-size'.
15006
15007         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15008
15009         * gnus-art.el (gnus-button-alist): Improve
15010         `gnus-button-handle-library' entry.
15011
15012 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15013
15014         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15015         downcase, since XEmacs capitalizes error messages differently.
15016
15017 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15018
15019         * nntp.el: Add (require 'gnus) due to reference to
15020         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15021
15022 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15023
15024         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15025         `mm-fill-flowed'.
15026
15027         * mm-decode.el (mm-dissect-singlepart): Check it.
15028
15029 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15030
15031         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15032         'imap' for netrc parsing.
15033
15034 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15035
15036         * mailcap.el (mailcap-mime-data): Mark as risky.
15037
15038 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15041         may be included in the encoded word.
15042         (rfc2047-encode): Don't append a space if the encoded word
15043         includes close parenthesis.
15044
15045 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15048         of text within parentheses.
15049
15050 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15051
15052         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15053         (gnus-encrypt-write-file-contents): Make the password key the file
15054         name PLUS the cipher, not just the cipher.  Also remove failed
15055         passwords from the cache.
15056
15057 2004-08-06  Simon Josefsson  <jas@extundo.com>
15058
15059         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15060         fix.
15061
15062 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15065         LWSP.
15066
15067 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15068
15069         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15070         to append in-reply-to: data to the references: header.
15071
15072         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15073         (netrc-parse): Use gnus-encrypt.el functions.
15074
15075         * gnus-encrypt.el: Add new file for encryption support; currently
15076         does only a few GPG ciphers and an internal XOR cipher.
15077
15078         * password.el: Add comments on using password-read-and-add.
15079         (password-read-and-add): Add function to read and add the
15080         password to the cache at once.
15081
15082 2004-07-28  Simon Josefsson  <jas@extundo.com>
15083
15084         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15085         parameter (but don't use it, for now).
15086
15087         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15088         instead of hard coding to nil.
15089
15090 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15093         as mm-inline-image-xemacs does.
15094
15095 2004-07-26  Simon Josefsson  <jas@extundo.com>
15096
15097         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15098         Revert part of 2004-07-17 change below.
15099
15100 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15103         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15104
15105 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15106
15107         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15108         quotes that actually start with ">" at the beginning of the
15109         lines.
15110
15111 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * rfc2047.el (rfc2047-encode-region): Fix last change.
15114         (rfc2047-encode-parameter): Remove useless concat.
15115
15116 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15119         encode special characters; fix some kind of misconfigured headers;
15120         signal a real error if debug-on-quit or debug-on-error is non-nil.
15121         (rfc2047-encode-max-chars): New variable.
15122         (rfc2047-encode-1): Use it.
15123         (rfc2047-encode-parameter): New function.
15124
15125         * mml.el (mml-insert-parameter): Remove an excessive space.
15126
15127 2004-07-17  Simon Josefsson  <jas@extundo.com>
15128
15129         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15130         Kai Grossjohann <kai@emptydomain.de>.
15131         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15132         (gnus-group-make-menu-bar): Ditto.
15133
15134         * gnus-util.el (gnus-group-server): Add.
15135
15136 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15137
15138         * message.el (message-clone-locals): Clone sendmail and smtp
15139         variables.
15140
15141 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * rfc2047.el (rfc2047-encode-region): Fix last change.
15144
15145 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15148         characters as non-special.
15149
15150 2004-07-09  Simon Josefsson  <jas@extundo.com>
15151
15152         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15153         Users will lose all flag changes made while unplugged with
15154         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15155         good default.  See numerous reports on ding mailing list.
15156
15157 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15160         add generate-head-function and generate-article-function to the
15161         rfc822-forward entry.
15162         (nndoc-rfc822-forward-generate-article): New function.
15163         (nndoc-rfc822-forward-generate-head): New function.
15164
15165         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15166
15167 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15168
15169         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15170         respect display group parameter and gnus-summary-expunge-below.
15171         (gnus-articles-to-read): Remove unused reference to display group
15172         parameter.
15173
15174 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15175
15176         * nnheader.el (nnheader-uniquify-message-id): New experimental
15177         variable.
15178         (nnheader-nov-read-message-id): Use it.
15179
15180         * spam-report.el (spam-report-gmane): Add interactive.
15181
15182 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15185         qp-or-base64 for the application/* types.
15186
15187 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15188
15189         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15190
15191 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15194         trim value.
15195
15196 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15197
15198         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15199         New macro and function.
15200         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15201
15202 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15205         after-load-alist.
15206
15207 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15208
15209         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15210         update info that isn't there.
15211
15212 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15213
15214         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15215         entry.
15216
15217 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * mm-view.el (mm-inline-render-with-function): Use multibyte
15220         buffer; decode html source by charset.
15221
15222         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15223
15224         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15225         Mule-UCS is loaded under XEmacs.
15226         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15227
15228 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15229
15230         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15231
15232 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * mm-util.el (mm-coding-system-p): Return a coding-system.
15235         (mm-mime-mule-charset-alist): Use shift_jis instead of
15236         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15237         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15238         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15239         instead of japanese-shift-jis and iso-latin-1 respectively in
15240         order to share the default value with both Emacs and XEmacs-mule.
15241         (mm-mule-charset-to-mime-charset): Make
15242         mm-coding-system-priorities effective.
15243         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15244         while predicating of candidates upon the priorities.
15245
15246 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15247
15248         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15249         gnus-uu-invert-processable.
15250
15251         * gnus.el: Autoload gnus-uu-invert-processable.
15252
15253 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * mm-util.el (mm-with-multibyte-buffer): New macro.
15256
15257         * rfc2047.el (rfc2047-encode-string): Use it.
15258         (rfc2047-encode-region): Move point to the end of the region after
15259         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15260
15261 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15264         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15265
15266 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15269         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15270         Karl Chen <quarl@nospam.quarl.org>.
15271
15272 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15273
15274         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15275         invalid addresses.
15276
15277 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15278
15279         * spam.el: Change section markers, revise TODO list.
15280         (spam-backends): Make new master list of all installed backends.
15281         (spam-summary-exit-behavior): Add new variable to determine how
15282         messages moves are done at summary exit.
15283         (spam-move-spam-nonspam-groups-only)
15284         (spam-process-ham-in-nonham-groups)
15285         (spam-process-ham-in-spam-groups): Remove variables, the
15286         spam-summary-exit-behavior variable should be used to manage this
15287         behavior.
15288         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15289         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15290         and spam-old-spam-articles.
15291         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15292         Add empty variables, placeholders for the backends they represent.
15293         (spam-set-difference): Move, unchanged.
15294         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15295         unless the user has a processor variable.
15296         (spam-classifications, spam-classification-valid-p)
15297         (spam-backend-properties, spam-backend-property-valid-p)
15298         (spam-backend-function-type-valid-p)
15299         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15300         (spam-report-articles-gmane, spam-report-articles-resend):
15301         Remove functions, they are not needed.
15302         (spam-install-backend-super, spam-backend-list)
15303         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15304         (spam-backend-function, spam-backend-ham-registration-function)
15305         (spam-backend-spam-registration-function)
15306         (spam-backend-ham-unregistration-function)
15307         (spam-backend-spam-unregistration-function)
15308         (spam-backend-statistical-p, spam-backend-mover-p)
15309         (spam-install-backend-alias, spam-install-checkonly-backend)
15310         (spam-install-mover-backend, spam-install-nocheck-backend)
15311         (spam-install-backend, spam-install-statistical-backend)
15312         (spam-install-statistical-checkonly-backend): Add backend installation
15313         support.
15314         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15315         (spam-group-processor-p): Use the new backend code and respect the
15316         summary exit behavior.
15317         (spam-mark-spam-as-expired-and-move-routine): Remove.
15318         (spam-summary-prepare): Change to use the new spam-old-articles
15319         variable.
15320         (spam-copy-or-move-routine, spam-copy-spam-routine)
15321         (spam-move-spam-routine, spam-copy-ham-routine)
15322         (spam-move-ham-routine): Add code to copy/move ham or spam.
15323         (spam-fetch-field-fast): Improve doc and code, plus allow the
15324         'number request.
15325         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15326         variables.
15327         (spam-split, spam-find-spam): Use the new backend code.
15328         (spam-registration-functions): Remove variable.
15329         (spam-unregister-routine): Add convenience wrapper.
15330         (spam-log-undo-registration, spam-register-routine)
15331         (spam-log-processing-to-registry)
15332         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15333         where possible.
15334         (spam-check-gmane-xref, spam-check-regex-headers)
15335         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15336         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15337         (spam-check-bogofilter-headers, spam-check-spamoracle)
15338         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15339         (spam-check-crm114-headers): Use the spam-split-group that
15340         spam-split prepares, no need to determine it every time.
15341
15342         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15343         to the nnheader-parse-naked-head call.
15344
15345         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15346
15347         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15348         the nnheader-nov-read-message-id call.
15349
15350 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15353         gnus-activate-group twice.  Suggested by Markus Peter
15354         <warp@spin.de>.
15355
15356 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * gnus-art.el (gnus-article-time-format): Exchange the order of
15359         day and month in the default value; fix customization type.
15360         (article-date-ut): Use add-text-properties.
15361         (article-make-date-line): Use message-make-date instead of
15362         current-time-string.
15363
15364         * message.el (message-fetch-field): Don't use set-text-properties.
15365         (message-make-date): Simplify.
15366
15367         * messagexmas.el (message-xmas-make-date): New function.
15368         (message-xmas-redefine): Defalias message-make-date to it.
15369
15370 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15373         (rfc2047-encode-region): Treat text within parentheses as special;
15374         show the original text when error has occurred.
15375
15376         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15377         already-computed method to gnus-activate-group.
15378
15379         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15380         same select-methods identical Lisp objects.
15381
15382         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15383         object when modifying the info.
15384
15385 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15388         gnus-opened-servers since it has never been opened with the new
15389         configuration yet.
15390
15391 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15394         arg to nnheader-generate-fake-message-id.
15395
15396 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15397
15398         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15399         number and build a fake message ID localized to a group and
15400         article number (so it's repeatable from that point on).
15401         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15402         ID format.
15403
15404         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15405         nnheader-generate-fake-message-id with the article number.
15406
15407 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15408
15409         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15410         end-of-buffer.
15411
15412 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * message.el (message-ignored-supersedes-headers): Add Approved.
15415
15416 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15419         goto-char.
15420         (rfc2047-encode): Fold the line before encoding.
15421
15422 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15425         folding -- not all headers can be folded, and this should be done
15426         by the message composition mode.  Probably.  I think.
15427
15428 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15431         fast.
15432
15433         * gnus-ems.el (gnus-remove-image): Don't use
15434         message-text-with-property; remove only the image found first.
15435
15436         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15437         found first.
15438
15439 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15440
15441         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15442
15443 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * message.el (message-text-with-property): Make it fast and accept
15446         optional arguments.
15447         (message-strip-forbidden-properties): Use it.
15448         (message-fix-before-sending): Follow the m-t-w-p change.
15449
15450         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15451
15452 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-art.el (article-hide-headers): Don't change the buffer
15455         mistakenly when performing mml-preview even if
15456         gnus-single-article-buffer is nil.
15457
15458 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15459
15460         * message.el (message-expand-name-databases): New user option.
15461         (message-expand-name): Use it.
15462
15463 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * spam.el (spam-report-articles-resend)
15466         (spam-report-resend-register-routine): Allow ham reporting.
15467         (spam-report-resend-register-ham-routine): Add wrapper.
15468         (spam-registration-functions): Add ham resending functions.
15469         (spam-list-of-processors): Add ham resend processor.
15470
15471         * gnus.el (ham-resend-to): Add new group parameter.
15472         (spam-process): Add ham resend option.
15473
15474         * spam-report.el (spam-report-resend): Allow reporting ham.
15475         (spam-report-resend-ham): Add wrapper.
15476
15477 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15478
15479         * message.el (message-cite-articles-with-x-no-archive): New
15480         variable.
15481         (message-cite-original): Use it.
15482
15483 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15484
15485         * message.el (message-cite-original): Respect X-No-Archive.
15486
15487 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-art.el (article-hide-headers): Refer to the values for
15490         gnus-ignored-headers and gnus-visible-headers in the summary
15491         buffer since a user may have set them as group parameters.
15492
15493 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15494
15495         * assistant.el (assistant-node-name): Add convenience function.
15496         (assistant-render-text, assistant-render-node): Add error handling,
15497         plus handle multiple next nodes.
15498         (assistant-find-next-node): Comment out for now.
15499         (assistant-find-next-nodes): Add function, returns list of next
15500         nodes.
15501
15502 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15503
15504         * mail-source.el (mail-source-directory): Fix doc-string.
15505
15506 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15507
15508         * assistant.el (assistant-render-text, assistant-eval): Add :set
15509         widget type, which is different because it takes and returns a
15510         list.  Much hilarity ensues.
15511
15512 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15515
15516         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15517         doc-string.
15518
15519         * gnus-start.el (gnus-activate-group): Added doc-string.
15520
15521 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15524
15525 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15526
15527         * assistant.el (assistant-render-text): Try to add a :set
15528         widget, more to come.
15529
15530         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15531         strings.
15532         (spam-report-articles-resend)
15533         (spam-register-routine): Do registration iff any articles warrant
15534         it.
15535         (spam-summary-prepare-exit): Change log message for nil group
15536         destinations.
15537
15538 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15539
15540         * spam.el (spam-report-resend-register-routine): Allow
15541         spam-report-resend-to to be a group parameter or a global value.
15542
15543 2004-05-26  Simon Josefsson  <jas@extundo.com>
15544
15545         * starttls.el: Merge with my GNUTLS based starttls.el.
15546         (starttls-gnutls-program, starttls-use-gnutls)
15547         (starttls-extra-arguments, starttls-process-connection-type)
15548         (starttls-connect, starttls-failure, starttls-success): New
15549         variables.
15550         (starttls-program, starttls-extra-args): Doc fix.
15551         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15552         functions.
15553         (starttls-negotiate, starttls-open-stream): Check
15554         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15555         function if it is set.
15556
15557 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15560         structured fields.
15561
15562 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15565
15566 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15569         variable.
15570         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15571         assigning the spam-mark to new messages.
15572
15573 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15574
15575         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15576
15577 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15580
15581         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15582         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15583         default.
15584
15585 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15586
15587         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15588         correct data.
15589
15590 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15591
15592         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15593         (spam-group-processor-p): Fix function.
15594         (spam-group-processor-multiple-p)
15595         (spam-group-spam-processor-report-gmane-p)
15596         (spam-group-spam-processor-report-resend-p)
15597         (spam-group-spam-processor-bogofilter-p)
15598         (spam-group-spam-processor-blacklist-p)
15599         (spam-group-spam-processor-ifile-p)
15600         (spam-group-ham-processor-ifile-p)
15601         (spam-group-spam-processor-spamoracle-p)
15602         (spam-group-spam-processor-crm114-p)
15603         (spam-group-ham-processor-bogofilter-p)
15604         (spam-group-spam-processor-stat-p)
15605         (spam-group-ham-processor-stat-p)
15606         (spam-group-ham-processor-whitelist-p)
15607         (spam-group-ham-processor-BBDB-p)
15608         (spam-group-ham-processor-spamoracle-p)
15609         (spam-group-ham-processor-copy-p): Remove functions with some
15610         prejudice against unneeded code.
15611         (spam-report-articles-resend)
15612         (spam-report-resend-register-routine): Allow the group/topic
15613         spam-resend-to value to override spam-report-resend-to.
15614         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15615         properly now.
15616
15617         * gnus.el (spam-resend-to): Add group/topic parameter.
15618         (spam-process): Move the OBSOLETE processors to the end of the
15619         choices.
15620
15621 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15622
15623         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15624         with resend-to set to nil, and then ask the user if necessary.
15625         (spam-report-resend): spam-report-resend takes a list of articles, not
15626         separate article numbers.
15627
15628 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15631         addition to emacs-w3m.
15632
15633 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15634
15635         * assistant.el (assistant-authinfo-data): New function.
15636         (assistant-eval): Eval for entire assistant.
15637
15638         * netrc.el (netrc-services-file): New variable.
15639         (netrc-parse-services): New function.
15640         (netrc-find-service-name): New function.
15641         (netrc-find-service-number): New function.
15642         (netrc-port-equal): New function.
15643         (netrc-machine): Use it.
15644
15645         * nnimap.el (nnimap-open-connection): Use netrc.
15646
15647         * gnus-util.el (gnus-netrc-get): Remove aliases.
15648
15649         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15650
15651         * assistant.el (wid-edit): Fix compilation.
15652
15653         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15654
15655 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15656
15657         * gnus-util.el (gnus-set-file-modes): New function.  (small
15658         patch).
15659
15660 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15661
15662         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15663
15664         * assistant.el (assistant-render-node): Fix up rendering and
15665         read-only text.
15666         (assistant-render-node): Reset.
15667         (assistant-make-read-only): Not sticky.
15668
15669 2004-05-20  Danny Siu  <dsiu@adobe.com>
15670
15671         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15672         centered even when gnus-auto-center-summary is t.
15673
15674 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15675
15676         * dns.el (dns-get-txt-answer): New function.
15677         (dns-read-txt): Ditto.
15678         (query-dns): Use it.
15679
15680 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15681
15682         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15683         active for foreign groups even if the group level is higher than
15684         the specified value.
15685
15686 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15687
15688         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15689         non-active groups.
15690
15691         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15692
15693 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15694
15695         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15696
15697 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15698
15699         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15700         (spam-crm114-header, spam-crm114-spam-switch)
15701         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15702         (spam-crm114-positive-spam-header)
15703         (spam-crm114-database-directory, spam-list-of-processors)
15704         (spam-group-spam-processor-crm114-p)
15705         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15706         (spam-generic-score, spam-list-of-checks)
15707         (spam-list-of-statistical-checks, spam-registration-functions)
15708         (spam-check-crm114-headers, spam-crm114-score)
15709         (spam-check-crm114, spam-crm114-register-with-crm114)
15710         (spam-crm114-register-spam-routine)
15711         (spam-crm114-unregister-spam-routine)
15712         (spam-crm114-register-ham-routine)
15713         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15714         asjo@koldfront.dk (Adam Sjøgren).
15715
15716         * gnus.el: Add spam-use-crm114.
15717
15718         * spam.el (spam-list-of-processors, spam-registration-functions):
15719         Add spam-use-resend.
15720         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15721         (spam-report-articles-gmane): Add doc fix.
15722         (spam-report-articles-resend, spam-report-resend-register-routine):
15723         Add wrappers around spam-report-resend-to.
15724
15725         * spam-report.el (spam-report-resend-to, spam-report-resend):
15726         Add support for resending spam.
15727         (spam-report-gmane): Fix line length >80.
15728
15729         * gnus.el (spam-process): Add spam-use-resend.
15730
15731 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15732
15733         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15734         number of processed spam messages.
15735         (spam-ham-copy-or-move-routine): Return the number of processed
15736         ham messages.
15737         (spam-summary-prepare-exit): Use the above values to decide
15738         whether status messages shouled be displayed.
15739
15740 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15743         `rfc2047-encoding-function-alist' in order to avoid conflicting
15744         with the old version.
15745         (rfc2047-encode-region): Concatenate words containing non-ASCII
15746         characters in structured fields; don't encode space-delimited
15747         ASCII words even in unstructured fields; don't break words at
15748         char-category boundaries.
15749         (rfc2047-encode-1): New function.
15750         (rfc2047-encode): Use it; encode text so that it occupies the
15751         maximum width within 76-column; work correctly on Q encoding for
15752         iso-2022-* charsets.
15753         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15754         sure not to break a line just after the header name.
15755         (rfc2047-b-encode-region): Removed.
15756         (rfc2047-b-encode-string): New function.
15757         (rfc2047-q-encode-region): Removed.
15758         (rfc2047-q-encode-string): New function.
15759
15760         * mm-util.el (mm-replace-in-string): New function.
15761
15762 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15763
15764         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15765         get it right.
15766         (gnus-inews-make-draft): Really.
15767
15768 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15769
15770         * nnmh.el (nnmh-request-list-1): Don't check the link count
15771         before descending.  (small patch)
15772
15773 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15774
15775         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15776         stuff.
15777
15778         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15779         on real group name.
15780
15781         * gnus-art.el (gnus-signature-limit): Doc fix.
15782
15783         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15784
15785         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15786
15787 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15788
15789         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15790         isn't a string.
15791
15792 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15793
15794         * gnus-draft.el (gnus-draft-send): Bind
15795         rfc2047-encode-encoded-words.
15796
15797         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15798         (rfc2047-encodable-p): Say that =? needs encoding.
15799         (rfc2047-encode-encoded-words): New variable.
15800
15801         * gnus-group.el (gnus-group-select-group): Doc fix.
15802
15803         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15804
15805         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15806         to nil.
15807
15808         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15809
15810         * nnheader.el (nnheader-get-lines-and-char): New function.
15811
15812 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-msg.el (gnus-summary-followup-with-original): Document
15815         yanking of region when active.
15816
15817 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15820         groups if the group level is higher than the specified value.
15821
15822 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15825         (gnus-group-jump-to-group): Added prefix argument using
15826         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15827         non-active group.
15828
15829         * compface.el (uncompface): Be verbose when changing
15830         `uncompface-use-external'.
15831
15832         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15833         handle manual section.
15834
15835 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15836
15837         * gnus-art.el (gnus-button-alist): Revert previous change.
15838
15839 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15840
15841         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15842
15843 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15844
15845         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15846         whether backend can accept message.
15847
15848         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15849
15850 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15851
15852         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15853         Avoid creating directory when nntp-marks-is-evil is true.
15854         Reported by Reiner Steib.
15855
15856 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-picon.el (gnus-picon-style): New variable.
15859         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15860         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15861         Jesper Harder <harder@ifa.au.dk>.
15862
15863 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15864
15865         * message.el (message-fill-field): Return point.
15866         (message-generate-headers): Go to end of field.
15867
15868         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15869         stuff for non-living groups.
15870
15871 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15872
15873         * gnus-art.el (gnus-article-followup-with-original)
15874         (gnus-article-reply-with-original): gnus-mark-active-p ->
15875         gnus-region-active-p.
15876
15877 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15880         only when there is spam or ham to be processed.
15881
15882 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15883
15884         * mail-source.el (mail-source-delete-crash-box): Refactor.
15885         (mail-source-fetch): Use it.
15886         (mail-source-fetch-file): Ditto.
15887         (mail-source-fetch-directory): Run postscript in loop.
15888         (mail-source-fetch-pop): Delete.
15889         (mail-source-fetch-maildir): Ditto.
15890         (mail-source-fetch-imap): Ditto.
15891
15892         * imap.el (imap-authenticators): Comment out sasl.
15893
15894         * message.el (message-skip-to-next-address): New function.
15895         (message-fill-header-address): Refactor.
15896         (message-fill-address): Use it.
15897         (message-delete-address): Use it.
15898         (message-fill-header-general): Refactor.
15899         (message-fill-field-address): Rename.
15900         (message-narrow-to-field): Find the start of the header.
15901         (message-header-format-alist): Don't pre-fill.
15902         (message-fill-header): Removed.
15903         (message-insert-header): New function.
15904         (message-shorten-references): Use it.
15905
15906         * rfc2047.el (rfc2047-field-value): Strip props.
15907
15908         * mail-parse.el (mail-header-make-address): New alias.
15909
15910         * ietf-drums.el (ietf-drums-make-address): New function.
15911
15912         * imap.el: Add compiler directives.
15913
15914         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15915
15916         * gnus-art.el (article-decode-idna-rhs): Don't use
15917         message-idna-inside-rhs-p.
15918
15919 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15920
15921         * message.el (message-idna-inside-rhs-p): Removed.
15922         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15923
15924         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15925         false positives.
15926
15927 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15928
15929         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15930
15931 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15932
15933         * nneething.el (nneething-file-name): Don't create spurious
15934         files.
15935
15936         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15937         (gnus-inews-do-gcc): Remove sleep.
15938
15939         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15940         part under point.
15941
15942         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15943         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15944
15945 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15946
15947         * spam.el (spam-summary-prepare-exit): Fixed (length).
15948
15949 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15952         as expired without moving it" message when there are spam
15953         messages left.
15954
15955 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15956
15957         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15958         header is not nil.
15959
15960 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15961
15962         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15963         nntp-possibly-create-directory, not nntp-possibly-change-group.
15964         (nntp-marks-changed-p): New arg SERVER.
15965         (nntp-request-update-info): Adjust caller.
15966
15967 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15968
15969         * nntp.el (nntp-save-marks): Pass missing arg.
15970
15971 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15972
15973         * nntp.el: Support marks.
15974         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15975         (nntp-marks-modtime, nntp-marks-directory): New variables.
15976         (nntp-request-set-mark, nntp-request-update-info)
15977         (nntp-possibly-create-directory, nntp-marks-changed-p)
15978         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15979         functions.
15980
15981 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15982
15983         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15984         (gnus-xmas-redefine): Rename.
15985
15986         * gnus-score.el (gnus-score-insert-help): Use
15987         gnus-select-lowest-window.
15988
15989         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15990         appt-select-lowest-window and rename to gnus-select-lowest-window.
15991
15992         * gnus.el: do.
15993
15994 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15995
15996         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15997         encodings of MIME-encoded words, in order to improve
15998         interoperability with several broken MUAs.
15999
16000 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16001
16002         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16003         tags, only when charsets are not specified in headers.
16004         (mm-inline-text-html-render-with-w3m): Ditto.
16005
16006         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16007         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16008
16009 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16010
16011         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16012         instead of MIME-decoded from fields when checking
16013         `gnus-article-address-banner-alist'.
16014
16015 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16016
16017         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16018         description rather than subject.
16019
16020 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16021
16022         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16023
16024 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16025
16026         * gnus.el (gnus-version-number): Bump.
16027
16028 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16029
16030         * gnus.el: No Gnus v0.2 is released.
16031
16032 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16033
16034         * gnus-agent.el (gnus-agent-read-agentview): Inline
16035         gnus-uncompress-range.
16036
16037 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16038
16039         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16040         `exec-installed-p'.
16041
16042 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16043
16044         * gnus.el (spam-process, spam-autodetect-methods): Add
16045         bsfilter and bsfilter-headers.
16046
16047         * spam.el (spam-bsfilter): New customize group.
16048         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16049         (spam-bsfilter-header, spam-bsfilter-probability-header)
16050         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16051         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16052         (spam-bsfilter-database-directory): New options.
16053         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16054         (spam-list-of-statistical-checks, spam-registration-functions):
16055         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16056         (spam-bsfilter-score): New command.
16057         (spam-check-bsfilter-headers, spam-check-bsfilter)
16058         (spam-bsfilter-register-with-bsfilter)
16059         (spam-bsfilter-register-spam-routine)
16060         (spam-bsfilter-unregister-spam-routine)
16061         (spam-bsfilter-register-ham-routine)
16062         (spam-bsfilter-unregister-ham-routine): New functions.
16063         (spam-generic-score): Support bsfilter; Accept an optional argument
16064         to recalcurate spam score even if scoring header has already been
16065         added.
16066         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16067         optional argument to recalcurate spam score even if scoring header
16068         has already been added.
16069
16070 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16071
16072         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16073         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16074         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16075         link is missing.
16076
16077 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16078
16079         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16080         (html2text-get-attr): Rewrite.
16081
16082         * message.el (message-setup-1): Remove redundant put-text-property
16083         on mail-header-separator.
16084
16085 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16086
16087         * gnus-registry.el (gnus-registry-cache-whitespace)
16088         (gnus-registry-action, gnus-registry-spool-action)
16089         (gnus-registry-split-fancy-with-parent): Change message levels
16090         from 5 to 3 or 7, as needed.
16091
16092         * spam.el (spam-summary-prepare-exit)
16093         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16094         (spam-split, spam-find-spam, spam-log-undo-registration)
16095         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16096         level from 5 to 6.
16097
16098 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16101         2004-03-04 change).
16102
16103 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16104
16105         * sieve-manage.el (sieve-manage-open):
16106         * nnweb.el (nnweb-insert-html):
16107         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16108         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16109         * nnspool.el (nnspool-request-group):
16110         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16111         * nnml.el (nnml-request-update-info):
16112         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16113         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16114         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16115         (nnimap-request-set-mark):
16116         * nnfolder.el (nnfolder-request-update-info):
16117         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16118         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16119         * gnus-uu.el (gnus-uu-find-articles-matching):
16120         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16121         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16122         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16123         * gnus-nocem.el (gnus-nocem-scan-groups):
16124         * gnus-int.el (gnus-start-news-server):
16125         * gnus-group.el (gnus-group-make-kiboze-group)
16126         (gnus-group-browse-foreign-server):
16127         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16128         Use mapc when appropriate.
16129
16130 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         FIXME: Make separate entries for each person.
16133
16134         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16135         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16136         <shields@msrl.com>:
16137
16138         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16139         may need for spam sorting and scoring.
16140         (spam-user-format-function-S): Add user format function suitable for
16141         general use.
16142         (spam-article-sort-by-spam-status): Add sorting function for summary
16143         sorting.
16144         (spam-extra-header-to-number): Add function to get a score from a
16145         header.
16146         (spam-summary-score): Add function to get a numeric score from the
16147         headers.
16148         (spam-generic-score): Fix function doc, was in wrong place.
16149         (spam-initialize): Take symbols when it's run, and install the
16150         extra headers that spam-necessary-extra-headers thinks we need.
16151
16152 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16155         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16156
16157 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16158
16159         * gnus-sum.el (gnus-set-global-variables)
16160         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16161         (gnus-article-get-xrefs, gnus-summary-best-group)
16162         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16163         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16164         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16165         Use with-current-buffer.
16166
16167 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16168
16169         * spam.el (spam-summary-prepare-exit): Simplify logic.
16170         (spam-fetch-article-header): Read the article header if it's not
16171         available.
16172         (spam-list-articles): Simplify logic.
16173         (spam-filelist-register-routine): Fix bug with unregister-list.
16174
16175         * gnus-registry.el: Fix comments at beginning.
16176
16177 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16178
16179         * message.el (message-cater-to-broken-inn): Remove.
16180         (message-shorten-references): Make sure the total folded length of
16181         References is shorter than 998 characters to cater to a bug in INN
16182         2.3.  Also, don't pretend that references aren't folded -- this
16183         hasn't worked for a while.
16184
16185 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16186
16187         * gnus-agent.el (gnus-agentize):
16188         gnus-agent-send-mail-real-function no longer set to current value
16189         of message-send-mail-function but rather a lambda that calls
16190         message-send-mail-function.  The change makes the agent real-time
16191         responsive to user changes to message-send-mail-function.
16192
16193 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16194
16195         * legacy-gnus-agent.el
16196         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16197         help from Florian Weimer <fw@deneb.enyo.de>
16198
16199 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * nnmail.el (nnmail-cache-insert): Revert last change.
16202
16203 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * nnmail.el (nnmail-cache-insert): Always check whether
16206         nnmail-cache-ignore-groups matches a group name.
16207
16208 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16211         (spam-find-spam, spam-log-processing-to-registry)
16212         (spam-log-registered-p, spam-log-unregistration-needed-p)
16213         (spam-log-undo-registration): Use gnus-message instead of
16214         gnus-error, none of these errors are fatal.
16215
16216         * gnus-registry.el (gnus-registry-clean-empty-function)
16217         (gnus-registry-clean-empty): Remove only empty entries without
16218         extra data.
16219
16220 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16221
16222         * spam-stat.el (spam-stat-buffer-change-to-spam)
16223         (spam-stat-buffer-change-to-non-spam): Change (error) to
16224         (gnus-message 8) invocation.
16225
16226 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * nntp.el (nntp-via-netcat-command): New variable.
16229         (nntp-via-netcat-switches): New variable.
16230         (nntp-open-via-rlogin-and-netcat): New function.
16231         (nntp-open-connection-function): Doc fix.
16232         (nntp-telnet-command): Doc fix.
16233         (nntp-end-of-line): Doc fix.
16234         (nntp-via-rlogin-command): Doc fix.
16235         (nntp-via-user-name): Doc fix.
16236         (nntp-via-address): Doc fix.
16237
16238 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16241         error in Emacs 21.1.
16242
16243 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16244
16245         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16246
16247 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16248
16249         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16250         (gnus-agent-with-refreshed-group): New macro.
16251         (gnus-agent-rename-group): New function.
16252         (gnus-agent-delete-group): New function.
16253         (gnus-agent-save-group-info): Use gnus-command-method when
16254         `method' parameter is nil.  Don't write nil entries into the
16255         active file.
16256         (gnus-agent-get-group-info): New function.
16257         (gnus-agent-fetch-articles): Use
16258         gnus-agent-update-files-total-fetched-for to increment disk space
16259         used.
16260         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16261         gnus-agent-update-view-total-fetched-for to increment disk space
16262         used.
16263         (gnus-agent-get-local): Added optional parameters to avoid calling
16264         gnus-group-real-name and gnus-find-method-for-group.
16265         (gnus-agent-set-local): Delete stored entry if either min, or max,
16266         are nil.
16267         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16268         quit, use gnus-agent-regenerate-group to record existance of any
16269         articles fetched to disk before the quit occurred.
16270         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16271         gnus-agent-update-view-total-fetched-for, and
16272         gnus-agent-update-files-total-fetched-for to decrement disk space
16273         used.
16274         (gnus-agent-retrieve-headers): Use
16275         gnus-agent-update-view-total-fetched-for to increment disk space
16276         used.
16277         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16278         with gnus-agent-update-files-total-fetched-for to decrement disk
16279         space and fresh group buffer.
16280         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16281         (gnus-agent-need-update-total-fetched-for): New variable.
16282         (gnus-agent-update-files-total-fetched-for): New function.
16283         (gnus-agent-update-view-total-fetched-for): New function.
16284         (gnus-agent-total-fetched-for): New function.
16285
16286         * gnus-cache.el (gnus-cache-save-buffers): Use
16287         gnus-cache-update-overview-total-fetched-for to change disk space
16288         used by this group.
16289         (gnus-cache-possibly-enter-article): Use
16290         gnus-cache-update-file-total-fetched-for to increment disk space
16291         used by this group.
16292         (gnus-cache-possibly-remove-article): Use
16293         gnus-cache-update-file-total-fetched-for to decrement disk space
16294         used by this group.
16295         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16296         (gnus-cache-rename-group): New function.
16297         (gnus-cache-delete-group): New function.
16298         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16299         (gnus-cache-need-update-total-fetched-for): New variable.
16300         (gnus-cache-with-refreshed-group): New macro.
16301         (gnus-cache-update-file-total-fetched-for): New function.
16302         (gnus-cache-update-overview-total-fetched-for): New function.
16303         (gnus-cache-rename-group-total-fetched-for): New function.
16304         (gnus-cache-delete-group-total-fetched-for): New function.
16305         (gnus-cache-total-fetched-for): New function.
16306
16307         * gnus-group.el: Require gnus-sum and autoload functions to
16308         resolve warnings when gnus-group.el compiled alone.
16309         (gnus-group-line-format): Documented new %F.
16310         (size of Fetched data) group line format; identifies disk space
16311         used by agent and cache.
16312         (gnus-group-line-format-alist): Defined new F format.
16313         (gnus-total-fetched-for): New function.
16314         (gnus-group-delete-group): No longer update
16315         gnus-cache-active-altered as gnus-request-delete-group now keeps
16316         the cache in sync.
16317         (gnus-group-list-active): Let the agent store a server's active
16318         list if currently plugged.
16319
16320         * gnus-int.el (gnus-request-delete-group):
16321         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16322         local disk in sync with the server.
16323         (gnus-request-rename-group):
16324         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16325         local disk in sync with the server.
16326
16327         * gnus-start.el (gnus-get-unread-articles):
16328         Cosmetic simplification to logic.
16329
16330         * gnus-util.el (gnus-rename-file): New function.
16331
16332 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16333
16334         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16335
16336 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16337
16338         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16339         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16340
16341 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16342
16343         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16344         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16345
16346 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16347
16348         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16349
16350 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16351
16352         * spam.el (spam-set-difference): Add function to replace
16353         gnus-set-difference in spam.el.
16354         (spam-summary-prepare-exit): Use spam-set-difference.
16355
16356 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16357
16358         * gnus-registry.el (gnus-registry-cache-file): Update to use
16359         gnus-dribble-directory OR gnus-home-directory OR ~.
16360         (gnus-registry-split-fancy-with-parent): Fix doc.
16361
16362 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16363
16364         * message.el (message-exchange-point-and-mark): Use
16365         message-mark-active-p.  Suggested by Jesper Harder
16366         <harder@ifa.au.dk>.
16367
16368 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * message.el (message-exchange-point-and-mark): Don't activate
16371         region if it was inactive.  Suggested by Hiroshi Fujishima
16372         <pooh@nature.tsukuba.ac.jp>.
16373
16374 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * gnus-art.el (article-display-face): Display Faces in the same
16377         order as X-Faces.
16378
16379 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16382
16383 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16386         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16387         (gnus-article-mime-hierarchy): Remove.
16388         (gnus-article-mime-hierarchy-next): Remove.
16389         (gnus-article-mode): Revert 2004-03-19 change.
16390         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16391         (gnus-insert-mime-button): Revert 2004-03-19 change.
16392         (gnus-mime-accumulate-hierarchy): Remove.
16393         (gnus-mime-enter-multipart): Remove.
16394         (gnus-mime-leave-multipart): Remove.
16395         (gnus-mime-display-part): Revert 2004-03-19 change.
16396         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16397
16398         * mml.el (mml-preview): Revert 2004-03-19 change.
16399
16400 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16401
16402         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16403
16404 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16407         t while entering a file name using the mm-with-multibyte macro.
16408         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16409
16410         * mm-util.el (mm-with-multibyte): New macro.
16411
16412 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16415         user option.
16416         (gnus-mime-multipart-functions): Doc and customization fix.
16417         (gnus-article-mime-hierarchy): New variable.
16418         (gnus-article-mime-hierarchy-next): New variable.
16419         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16420         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16421         gnus-article-mime-hierarchy-next to nil.
16422         (gnus-insert-mime-button): Show hierarchy numbers.
16423         (gnus-mime-accumulate-hierarchy): New function.
16424         (gnus-mime-enter-multipart): New function.
16425         (gnus-mime-leave-multipart): New function.
16426         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16427         (gnus-mime-display-alternative): Show hierarchy numbers.
16428
16429         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16430         gnus-article-mime-hierarchy-next to nil.
16431
16432 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16433
16434         * dns.el: Don't require gnus-xmas.
16435
16436 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16439         inline PGP.
16440         (mml-menu): Disable mml-quote-region if mark is inactive.
16441
16442 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16445         when the group's active is not available.
16446
16447 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16450         error.
16451
16452 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16453
16454         * imap.el (imap-store-password): New variable.
16455         (imap-interactive-login): Use it.
16456         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16457
16458 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16461         window-start and hscroll to summary window.
16462
16463 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16464
16465         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16466         conversion message to newsrc-dribble when an actual conversion is
16467         performed.
16468
16469 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16470
16471         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16472
16473 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * mm-decode.el (mm-complicated-handles): New function reviving
16476         former definition of mm-multiple-handles.
16477
16478         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16479         (gnus-mime-delete-part): Use it.
16480
16481 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16482
16483         * gnus-agent.el (gnus-agent-read-local): Bind
16484         nnheader-file-coding-system to gnus-agent-file-coding-system to
16485         avoid the implicit assumption that they will always be equal.
16486         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16487         coding-system-for-write, as the with-temp-file macro first prints
16488         to a buffer then saves the buffer.
16489
16490 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-art.el (gnus-article-edit-part): New function.
16493         (gnus-mime-save-part-and-strip): Use it; do query instead of
16494         signaling an error; don't use mm-multiple-handles.
16495         (gnus-mime-delete-part): Ditto.
16496
16497 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16498
16499         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16500         old file versions.
16501         (gnus-group-prepare-hook): Removed function that converted list
16502         form of gnus-agent-expire-days to group properties.
16503
16504         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16505         (gnus-request-accept-article): Re-indented.
16506
16507         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16508         converters to handle old agent file formats.  Added logic for a
16509         "backup before upgrading warning".
16510         (gnus-convert-mark-converter-prompt): Developers can mark
16511         functions as needing (default), or not needing,
16512         gnus-convert-old-newsrc's "backup before upgrading warning".
16513         (gnus-convert-converter-needs-prompt): Tests whether the user
16514         should be protected from potentially irreversable changes by the
16515         function.
16516
16517         * legacy-gnus-agent.el: New.  Provides converters that are only
16518         loaded when gnus-convert-old-newsrc needs to call them.
16519
16520 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * mail-source.el (mail-source-touch-pop): Doc fix.
16523
16524         * message.el (message-smtpmail-send-it): Doc fix.
16525
16526 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16527
16528         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16529
16530         * nnmail.el (nnmail-split-fancy): do.
16531
16532         * gnus-kill.el (gnus-kill, gnus-execute): do.
16533
16534 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16535
16536         * gnus-sum.el (gnus-widget-reversible-match)
16537         (gnus-widget-reversible-to-internal)
16538         (gnus-widget-reversible-to-external): New functions.
16539         (gnus-widget-reversible): New widget.
16540         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16541
16542 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16543
16544         * gnus-sum.el (gnus-thread-sort-functions)
16545         (gnus-article-sort-functions): Document `(not F)' items.
16546
16547 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16548
16549         * spam.el (spam-use-gmane-xref): Add new backend.
16550         (spam-gmane-xref-spam-group): Add variable to control the name of the
16551         Gmane spam group.
16552         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16553         (spam-regex-headers-spam, spam-regex-headers-ham)
16554         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16555         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16556         backends and checks.
16557         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16558
16559         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16560         an autodetect method.
16561
16562 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16563
16564         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16565         articles are being added to a group.
16566         (gnus-request-replace-article): Inform the agent that articles
16567         need to be uncached as the cached contents are no longer valid.
16568
16569 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * binhex.el: Don't autoload executable-find.
16572
16573         * canlock.el: Don't autoload mail-fetch-field.
16574
16575         * dgnushack.el: Autoload c-mode for XEmacs.
16576
16577         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16578
16579         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16580         rmail-dont-reply-to and rmail-output.
16581
16582         * gnus-score.el: Don't autoload ffap-string-at-point.
16583
16584         * gnus-setup.el: Don't autoload sc-cite-original.
16585
16586         * imap.el: Don't autoload base64-decode-string,
16587         base64-encode-string and md5.
16588
16589         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16590         and rmail-msg-restore-non-pruned-header.
16591
16592         * mm-decode.el: Don't autoload executable-find.
16593
16594         * mm-url.el: Don't autoload executable-find.
16595
16596         * mm-view.el: Don't autoload diff-mode.
16597
16598         * nndb.el: Don't autoload news-reply-mode, news-setup,
16599         cancel-timer and telnet.
16600
16601         * password.el: Don't autoload run-at-time for Emacs.
16602
16603         * sha1-el.el: Don't autoload executable-find.
16604
16605         * sieve-mode.el: Don't autoload c-mode.
16606
16607         * uudecode.el: Don't autoload executable-find.
16608
16609 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16610
16611         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16612         (gnus-agent-possibly-alter-active): Avoid null in numeric
16613         comparison.
16614         (gnus-agent-set-local): Refuse to save null in local object table.
16615         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16616         list of articles that will be marked as unread.
16617
16618 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16621
16622 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16623
16624         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16625         language tags.
16626
16627 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16628
16629         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16630         Don't bind "obarray".
16631
16632         * gnus-sum.el (gnus-thread-sort-functions): Added
16633         `gnus-thread-sort-by-most-recent-number' and
16634         `gnus-thread-sort-by-most-recent-date'.
16635         Reported by Kai Grossjohann <kai@emptydomain.de>.
16636
16637 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16640
16641 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16642
16643         * gnus-cus.el (gnus-agent-customize-category): Removed
16644         ignore-errors macro reference that required cl to be loaded at
16645         run-time.
16646
16647         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16648         single-interval range of the form (min . max).  Previously the
16649         range had to look like ((min . max)).  Likewise, return
16650         (min . max) rather than ((min . max)).
16651         (gnus-range-map): Use gnus-range-normalize to accept
16652         single-interval range.
16653
16654         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16655         the cache, but not the agent, now appear with their usual face.
16656
16657         * dgnushack.el (loaddir): New variable that is bound to the
16658         directory containing the dgnushack.el file. Use loaddir, rather
16659         than srcdir, to update load-path. Change lets dgnushack compile
16660         code in directories other than GNUS/lisp.
16661
16662 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * lpath.el: Don't bind w3m-safe-url-regexp.
16665
16666         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16667         w3m-safe-url-regexp variable buffer-local.
16668
16669         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16670
16671 2004-02-27  Simon Josefsson  <jas@extundo.com>
16672
16673         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16674         gnus-group-real-prefix.
16675         (gnus-summary-move-article): Use it, instead of
16676         gnus-group-real-prefix.
16677
16678 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * lpath.el: Bind w3m-safe-url-regexp.
16681
16682         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16683         w3m-safe-url-regexp variable buffer-local and set it as the value
16684         of mm-w3m-safe-url-regexp.
16685
16686         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16687
16688         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16689         parsing gnus-posting-styles when the message is not for replying.
16690
16691         * dgnushack.el: Autoload sgml-mode for XEmacs.
16692
16693         * nnrss.el (nnrss-opml-export): Use
16694         mm-set-buffer-file-coding-system instead of
16695         set-buffer-file-coding-system.
16696
16697 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16698
16699         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16700         of checkdoc.el).
16701         * nnrss.el: do.
16702         * gnus-mlspl.el: do.
16703         * gnus-ml.el: do.
16704         * gnus-srvr.el: do.
16705
16706         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16707
16708 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16709
16710         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16711         Corrections to custom-manual links.
16712
16713         * gnus-art.el (gnus-article): Ditto.
16714
16715         * mm-decode.el (mime-display, mime-security): Ditto.
16716
16717 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16718
16719         * flow-fill.el: Typo.
16720
16721 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16722
16723         * spam-wash.el: New file.
16724
16725 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16726
16727         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16728
16729 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16730
16731         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16732         to be run with new-articles as LIST1, not LIST2.
16733         (spam-registration-functions): Add spam-use-ham-copy as a nil
16734         registration backend.
16735
16736 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16737
16738         * spam-stat.el (spam-stat-washing-hook): New option.
16739         (spam-stat-buffer-words): Use it.
16740         (spam-stat-process-directory, spam-stat-test-directory): Use
16741         insert-file-contents-literally.
16742         (spam-stat-coding-system): New variable.
16743         (spam-stat-load, spam-stat-save): Use it.
16744
16745 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * spam-report.el (spam-report-plug-agent): Quote
16748         spam-report-url-to-file and spam-report-url-ping-plain.
16749
16750 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16751
16752         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16753         / in mailto URLs.
16754
16755 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * spam-report.el (spam-report-process-queue): Fix interactive use.
16758         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16759         (spam-report-unplug-agent): Doc fixes.
16760         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16761         (spam-report-agentize, spam-report-deagentize): Autoload.
16762
16763 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16766
16767         * message.el (message-setup-fill-variables): Add mml tags to
16768         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16769         <ajk@iu.edu>.
16770         (message-mode): Don't modify paragraph-separate there.
16771
16772 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * compface.el (uncompface-use-external): Default to undecided.
16775         (uncompface-use-external-threshold): New variable.
16776         (uncompface-float-time): New macro.
16777         (uncompface): Determine whether to use the external decoder if
16778         uncompface-use-external is undecided.
16779
16780 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16781
16782         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16783         after images.
16784
16785         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16786
16787 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16790
16791         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16792
16793         * gnus-sum.el (gnus-summary-limit-to-age)
16794         (gnus-summary-limit-children): do.
16795
16796         * gnus-int.el (gnus-request-scan): do.
16797
16798         * gnus-group.el (gnus-group-suspend): do.
16799
16800         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16801
16802         * gnus-cite.el (gnus-cite-parse-attributions): do.
16803
16804         * gnus-agent.el (gnus-summary-set-agent-mark)
16805         (gnus-agent-regenerate-group): do.
16806
16807         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16808
16809         * binhex.el (binhex-decode-region-internal): do.
16810
16811 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-fun.el (gnus-face-properties-alist): New user option.
16814         (gnus-display-x-face-in-from): Use it.
16815
16816         * gnus-art.el (article-display-face): Ditto.
16817
16818         * compface.el (uncompface-use-external): Default to nil.
16819
16820 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16821
16822         * nntp.el (nntp-erase-buffer): New function.
16823         (nntp-retrieve-data, nntp-send-command)
16824         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16825         (nntp-possibly-change-group): Use it.
16826
16827         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16828         with-current-buffer.
16829
16830 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16831
16832         * compface.el: Merge the ELisp-based uncompface program.
16833         (compface): New customization group.
16834         (uncompface-use-external): New user option.
16835         (uncompface): Call uncompface-internal if uncompface-use-external
16836         is nil.
16837         (uncompface-internal): New function.  Note that there are also
16838         some other functions and variables added for this function.
16839
16840 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16843         if necessary.
16844
16845 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16846
16847         * spam-report.el (spam-report-unplug-agent)
16848         (spam-report-plug-agent, spam-report-deagentize)
16849         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16850         Add support for the Agent in spam-report: when unplugged, report to a
16851         file; when plugged, submit all the requests.
16852
16853         * spam.el (spam-register-routine): Fix message about
16854         registration.
16855
16856 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16857
16858         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16859         dependencies.
16860         (rfc2047-encode): Use it.
16861
16862         * gnus-art.el (gnus-button-marker-list): Move before first
16863         reference.
16864
16865         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16866         (imap-parse-body): Fix format string mismatch.
16867
16868         * gnus-score.el (gnus-summary-increase-score): do.
16869
16870         * nnrss.el (nnrss-close): New function.
16871
16872 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16873
16874         * nnrss.el (nnrss-make-filename): New function.
16875         (nnrss-request-delete-group, nnrss-read-server-data)
16876         (nnrss-save-server-data, nnrss-read-group-data)
16877         (nnrss-save-group-data): Use it.
16878         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16879         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16880         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16881
16882 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16885
16886 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16887
16888         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16889         files.
16890
16891         * message.el (message-generate-headers-first): Don't quote nil
16892         and t in docstrings.
16893
16894         * imap.el (imap-id): do.
16895
16896         * gnus-agent.el (gnus-agent-consider-all-articles)
16897         (gnus-agent-queue-mail): do.
16898
16899 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16900
16901         * spam-report.el (spam-report-process-queue): New function.
16902         Process requests from `spam-report-requests-file'.
16903         (spam-report-process-queue): Doc fix.
16904
16905 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16906
16907         * spam.el (spam-register-routine)
16908         (spam-log-processing-to-registry, spam-log-registered-p)
16909         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16910         Change "check" to "spam-check" for semi-clarity.
16911
16912 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16913
16914         * pop3.el: Require nnheader.
16915
16916         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16917
16918         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16919
16920         * gnus-picon.el: Require cl.
16921
16922         * gnus-fun.el: Require gnus-ems and gnus-util.
16923
16924         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16925
16926         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16927
16928         * gnus-art.el (gnus-article-edit-mode): Define before first
16929         reference.
16930
16931 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16932
16933         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16934         (gnus-uu-post-encoded): Use point-at-bol.
16935
16936         * gnus-topic.el (gnus-group-active-topic-p): do.
16937
16938         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16939
16940         * gnus-group.el (gnus-group-kill-region): do.
16941
16942         * gnus-art.el (article-date-ut): do.
16943
16944         * message.el (message-fetch-field): Remove redundant
16945         case-fold-search binding.
16946         (message-narrow-to-field): Simplify.
16947
16948 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * spam.el (spam-directory): Derive from `gnus-directory'.
16951
16952         * spam-report.el (spam-report-url-to-file)
16953         (spam-report-requests-file): New function and variable for offline
16954         reporting.
16955         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16956         and user defined function.
16957         (spam-report-url-ping-mm-url): Remove doubled slash.
16958
16959 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16960
16961         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16962
16963 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16964
16965         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16966         format string mismatch.
16967
16968         * sieve.el (sieve-deactivate-all): do.
16969
16970         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16971
16972         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16973
16974         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16975
16976         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16977
16978 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16981         the list of checks.
16982
16983 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16984
16985         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16986         padding.
16987
16988 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16989
16990         * mm-view.el (mm-fill-flowed): New variable.
16991         (mm-inline-text): Use it.
16992
16993 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16994
16995         * spam.el (spam-spamassassin-register-ham-routine)
16996         (spam-spamassassin-register-spam-routine): Fix function names.
16997
16998 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus.el (gnus-tmp-grouplens): Remove.
17001         (gnus-summary-line-format): Remove grouplens.
17002
17003         * gnus-group.el (gnus-group-line-format): Ditto.
17004
17005         * gnus-spec.el (gnus-format-specs): Ditto.
17006         (gnus-update-format-specifications): Flush the group format spec
17007         cache if there's the grouplens stuff.
17008         (gnus-parse-simple-format): Replace %l with the empty string.
17009
17010 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17011
17012         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17013         omission.
17014
17015 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17018         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17019
17020 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17021
17022         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17023         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17024         New macros and functions.
17025         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17026         Handle > NLINK_MAX messages.
17027         * nnmaildir.el (nnmaildir-request-set-mark): Use
17028         nnmaildir--emlink-p and nnmaildir--eexist-p.
17029
17030 2004-01-25  Alex Schroeder  <alex@gnu.org>
17031
17032         * spam-stat.el (spam-stat-process-directory-age): New option.
17033         (spam-stat-process-directory): Use it.
17034
17035 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17036
17037         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17038         (spam-stat-save): Accept prefix argument.
17039
17040 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17041
17042         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17043         links" error.
17044
17045 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17048         the rest of the and/or forms.
17049
17050 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17051
17052         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17053         compatibility with old .newsrc.eld files.
17054
17055         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17056
17057         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17058
17059         * gnus-start.el (gnus-1): do.
17060
17061         * gnus-group.el (gnus-group-line-format-alist): do.
17062
17063         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17064
17065         * gnus-gl.el: Remove.
17066
17067 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17068
17069         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17070         marks consisting of a single range {for example, (3 . 5)} rather
17071         than a list of a single range { ((3 . 5)) }.
17072
17073 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17076         with-current-buffer.
17077         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17078         avoid consing a string.
17079
17080         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17081         Remove obsolete entries for big5 and gb2312.
17082
17083 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17084
17085         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17086         uncompressed list.
17087
17088 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17089
17090         * spam-stat.el (spam-stat-strip-xref): New function.
17091         (spam-stat-process-directory): Use it.
17092
17093         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17094         here -- it's done in message-fetch-field.
17095
17096 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17097
17098         * gnus-agent.el (gnus-agent-queue-mail)
17099         (gnus-agent-prompt-send-queue): New variables.
17100         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17101         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17102         "nndraft:queue" along to gnus-draft-send.  Use
17103         gnus-agent-prompt-send-queue.
17104         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17105         is "nndraft:queue".  Suggested by Gaute Strokkenes
17106         <gs234@srcf.ucam.org>
17107
17108         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17109         (agent-enable-undownloaded-faces): Added.
17110         (gnus-agent-cat-groups): Use eval-and-compile, not
17111         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17112         method of gnus-agent-cat-groups even when the buffer has been
17113         evaled.
17114         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17115         delete gnus-agent-save-active-1.
17116         (gnus-agent-save-groups): Deleted.  Identical to
17117         gnus-agent-save-active.
17118         (gnus-agent-write-active): No longer adjust agent's copy of active
17119         file as agent's adjustments are now stored in their own
17120         file.  Removed optional parameter.
17121         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17122         servers.  Add use of min/max range limits from server's local
17123         file.
17124         (gnus-agent-save-alist): Removed unused optional argument.
17125         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17126         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17127         (gnus-agent-set-local): A per-server file that keeps min/max range
17128         limits for articles known to the agent.  Provides a fast mechanism
17129         for altering many active ranges.
17130         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17131         active file (local makes it unnecessary).
17132         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17133
17134         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17135         (agent-enable-undownloaded-faces): Added.
17136
17137         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17138         disable it when sending to "nndraft:queue".
17139         (gnus-group-send-queue): Add safety check to avoid sending queue
17140         when unplugged.
17141
17142         * gnus-group.el (gnus-group-catchup): Use new
17143         gnus-sequence-of-unread-articles, not
17144         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17145         numbers of articles.  Use gnus-range-map to avoid having to
17146         uncompress the unread list.
17147         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17148         Fixed invalid ange-ftp reference.
17149
17150         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17151         (gnus-sorted-range-intersection): Intersection of two ranges
17152         without requiring that they first be uncompressed.
17153
17154         * gnus-start.el (gnus-activate-group): Unless blocked by the
17155         caller, possibly expand the active range to include both cached
17156         and agentized articles.
17157         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17158         multiple version-dependent converters.
17159         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17160         gnus-agent-save-active.
17161         (gnus-save-newsrc-file): Save dirty agent range limits.
17162
17163         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17164         gnus-agent-possibly-alter-active.
17165         (gnus-adjust-marked-articles): Faster handling of simple lists.
17166
17167 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17168
17169         * spam-stat.el (spam-stat-test-directory): New optional argument
17170         displays a list of files detected.  Suggested by Andrew Cohen
17171         <cohen@andy.bu.edu>.
17172         (spam-stat-buffer-words-with-scores): Don't narrow and change
17173         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17174
17175 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17176
17177         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17178         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17179         (spam-spamassassin-arguments)
17180         (spam-spamassassin-spam-flag-header)
17181         (spam-spamassassin-positive-spam-flag-header)
17182         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17183         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17184         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17185         (spam-list-of-processors, spam-list-of-checks)
17186         (spam-list-of-statistical-checks, spam-registration-functions)
17187         (spam-check-spamassassin-headers, spam-check-spamassassin)
17188         (spam-spamassassin-score)
17189         (spam-spamassassin-register-with-sa-learn)
17190         (spam-spamassassin-register-spam-routine)
17191         (spam-spamassassin-register-ham-routine)
17192         (spam-assassin-register-spam-routine)
17193         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17194         (spam-bogofilter-score): Fix to show article before scoring.
17195
17196 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17197
17198         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17199         default scoring function.
17200         (spam-generic-score): Call spam-spamassassin-score if
17201         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17202         spam-bogofilter-score otherwise.
17203
17204         * gnus.el (spam-process, spam-autodetect-methods): Add
17205         spamassassin and spamassassin-headers.
17206
17207 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17208
17209         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17210         Suppress unnecessary messages.
17211
17212 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17215         make-hash-table.
17216
17217 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * canlock.el (base64-encode-string): Don't autoload it.
17220
17221 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17222
17223         * run-at-time.el: Remove useless (require 'itimer),
17224         eval-and-compile and (featurep 'xemacs).
17225
17226 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17229         GROUP is a virtual group.
17230
17231 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17232
17233         * gnus.el: Autoload `message-y-or-n-p'.
17234
17235 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17236
17237         * pgg-parse.el: Remove unnecessary (require 'custom).
17238
17239         * pgg-def.el: do.
17240
17241         * nnmail.el: do.
17242
17243         * gnus-undo.el: do.
17244
17245         * gnus-picon.el: do.
17246
17247         * gnus-util.el: do.
17248
17249 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17250
17251         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17252
17253 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17256         handle, as well as a list.
17257
17258         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17259         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17260         (mm-w3m-cid-retrieve): Simplify.
17261
17262 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17263
17264         * message.el (message-kill-to-signature): Allow prefix arg to
17265         specify number of lines to keep before signature.
17266
17267 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17268
17269         * message.el (message-kill-to-signature): Change docstring.
17270
17271 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * canlock.el: Always require sha1-el.
17274         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17275
17276         * message.el: Autoload sha1 only when compiling.
17277
17278         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17279         eudc-expand-inline for XEmacs.
17280
17281 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * message.el (message-canlock-generate): Require sha1-el.
17284
17285 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17286
17287         * message.el (message-expand-name): Silence the byte compiler.
17288
17289         * lpath.el: Add detect-coding-system.
17290
17291         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17292         cus-edit.
17293
17294 2004-01-13  Simon Josefsson  <jas@extundo.com>
17295
17296         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17297         Invoke gnus-score-mode.  Reported by
17298         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17299
17300         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17301         Jim Blandy <jimb@redhat.com> (tiny change).
17302
17303 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17306
17307 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17308
17309         * spam.el (spam-get-article-as-string): Update to use
17310         gnus-request-article-this-buffer, much simpler.
17311         (spam-get-article-as-buffer): Remove.
17312
17313 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17314
17315         * message.el (message-expand-name): Use EUDC if the user uses that.
17316
17317 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17318
17319         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17320         character for the encoding to avoid consing a string.
17321
17322         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17323         unnecessarily.
17324
17325         * mm-util.el (mm-replace-chars-in-string): Remove.
17326
17327         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17328         of mm-replace-chars-in-string.
17329
17330 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17333
17334         * mm-util.el (mm-subst-char-in-string): Support inplace.
17335
17336         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17337         a new string in every iteration.  Use shy groups.
17338
17339 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17342         * gnus-soup.el (gnus-soup-group-brew):
17343         * gnus-msg.el (gnus-put-message):
17344         * gnus-move.el (gnus-group-move-group-to-server):
17345         * gnus-kill.el (gnus-batch-score):
17346         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17347         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17348         (gnus-group-update-group, gnus-group-read-group)
17349         (gnus-group-make-group, gnus-group-make-help-group)
17350         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17351         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17352         (gnus-group-sort-by-unread, gnus-group-catchup)
17353         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17354         (gnus-group-yank-group, gnus-group-set-info)
17355         (gnus-group-list-groups):
17356         * gnus.el (gnus-generate-new-group-name):
17357         * gnus-delay.el (gnus-delay-send-queue):
17358         * nnvirtual.el (nnvirtual-catchup-group):
17359         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17360         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17361         (gnus-group-prepare-topics, gnus-topic-check-topology):
17362         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17363         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17364         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17365         (gnus-group-make-articles-read):
17366         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17367         (gnus-group-change-level, gnus-kill-newsgroup)
17368         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17369         (gnus-get-unread-articles, gnus-make-articles-unread)
17370         (gnus-make-ascending-articles-unread): Use accessor
17371         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17372         to get group information for improved readability.
17373
17374
17375 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17376
17377         * gnus-art.el (article-decode-mime-words, article-babel)
17378         (gnus-article-highlight-signature, gnus-article-add-buttons)
17379         (gnus-signature-toggle): Use gnus-with-article-buffer.
17380
17381         * gnus-art.el (gnus-article-highlight-headers)
17382         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17383
17384         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17385         (gnus-article-set-globals, gnus-request-article-this-buffer)
17386         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17387         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17388         (gnus-mime-display-alternative): Use with-current-buffer.
17389
17390 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17393         also under 80 char limit, and call gnus-error if needed.
17394         (spam-fetch-article-header): Fix - it was a
17395         buffer-local variable (gnus-newsgroup-data).
17396         (spam-find-spam): Use spam-generate-fake-headers, forget about
17397         spam-insert-fake-headers.
17398         (spam-insert-fake-headers): Remove.
17399
17400 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17401
17402         * deuglify.el (gnus-article-outlook-unwrap-lines)
17403         (gnus-outlook-rearrange-article)
17404         (gnus-outlook-repair-attribution-outlook)
17405         (gnus-outlook-repair-attribution-block)
17406         (gnus-outlook-repair-attribution-other): Remove redundant
17407         save-excursion.
17408
17409 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17410
17411         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17412         (spam-fetch-field-subject-fast)
17413         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17414         (spam-fetch-article-header): Add functions to deal with Gnus
17415         internals for fast retrieval of article header data.
17416         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17417
17418 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17419
17420         * pop3.el (pop3-md5): Remove.
17421         (pop3-apop): Replace pop3-md5 with md5.
17422
17423         * mm-bodies.el: base64 is always built-in.
17424
17425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17426         with-current-buffer.
17427
17428 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * canlock.el (canlock-insert-header): Remove excessive grouping in
17431         regexp.
17432
17433         * gnus-sum.el (gnus-summary-read-document): Ditto.
17434
17435         * gnus-uu.el (gnus-uu-part-number): Ditto.
17436
17437         * html2text.el (html2text-remove-tags): Ditto.
17438         (html2text-format-tags): Ditto.
17439         (html2text-format-single-elements): Ditto.
17440
17441         * mml.el (mml-parse-1): Ditto.
17442
17443 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17444
17445         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17446
17447         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17448
17449         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17450
17451         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17452
17453 2003-11-15  Simon Josefsson  <jas@extundo.com>
17454
17455         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17456         (pgg-gpg-lookup-key): Use regexp match instead of
17457         split-string (split-string is different between emacs 21.2 and
17458         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17459
17460 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17461
17462         * gnus-art.el (gnus-mime-view-all-parts)
17463         (gnus-article-part-wrapper, gnus-article-view-part): Use
17464         with-current-buffer.
17465
17466 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17467
17468         * spam.el (spam-disable-spam-split-during-ham-respool)
17469         (spam-spamoracle-database, spam-cache-lookups)
17470         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17471         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17472         (spam-group-ham-marks, spam-group-spam-marks)
17473         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17474         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17475         also add spam-use-blackholes to the statistical checks.
17476         (spam-fetch-field-fast): Add interface to fetching fields, may
17477         become a macro.
17478         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17479         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17480         (spam-insert-fake-headers): Fake an article when needed.
17481         (spam-find-spam): Fake article when possible.
17482         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17483         (spam-check-bogofilter-headers): Use message-fetch-field instead
17484         of nnmail-fetch-field.
17485
17486 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17487
17488         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17489
17490 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17491
17492         * spam.el (spam-split): Do not require spam-use-CHECK to be
17493         enabled if that check is passed to spam-split explicitly; also
17494         fix so 'spam doesn't get converted to spam-split-group when
17495         spam-split-symbolic-return is t.
17496         (spam-find-spam): Find registrations of the article and use those
17497         instead of re-running spam-split to find the spam/ham
17498         classification of the article.
17499         (spam-log-processing-to-registry, spam-log-registered-p)
17500         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17501         Use gnus-error instead of gnus-message.
17502         (spam-log-registration-type): Add function to determine the
17503         classification of a message based on registry entries; will
17504         return nil if both 'spam and 'ham are found.
17505         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17506         a reasonably fast local cache without the loading errors.
17507         (spam-cache-lookups): Set to t by default.
17508         (spam-find-spam): Don't try to guess spam-cache-lookups.
17509         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17510         spam-caches entry.
17511         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17512         caching of whitelist/blacklist entries.
17513         (spam-check-whitelist, spam-check-blacklist): Invoke
17514         spam-from-listed-p with a type, not a cache variable.
17515         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17516
17517 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17518
17519         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17520
17521         * nnmail.el (nnmail-split-fancy): do.
17522
17523         * mml.el (mml-parse): do.
17524
17525         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17526         (gnus-score-adaptive): do.
17527
17528 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17529
17530         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17531         (gnus-mime-button-map): Don't set keymap parent.
17532         (gnus-button-ctan-directory-regexp): Use shy grouping.
17533         (gnus-prev-page-map): Don't set keymap parent.
17534         (gnus-prev-page-map): Remove duplicated one.
17535         (gnus-next-page-map): Don't set keymap parent.
17536         (gnus-mime-security-button-map): Ditto.
17537
17538         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17539         version number.
17540
17541         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17542
17543 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * canlock.el (canlock-sha1-function): Remove.
17546         (canlock-sha1-function-for-verify): Remove.
17547         (canlock-openssl-program): Remove.
17548         (canlock-openssl-args): Remove.
17549         (canlock-ignore-errors): Remove.
17550         (canlock-sha1-with-openssl): Remove.
17551         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17552         (canlock-verify): Don't use canlock-ignore-errors.
17553
17554         * sha1-el.el (sha1-string-external): Make it can return a string
17555         in binary form.
17556         (sha1-region-external): Ditto.
17557         (sha1-string-internal): Ditto.
17558         (sha1-region-internal): Ditto.
17559         (sha1-region): Ditto.
17560         (sha1-string): Ditto.
17561         (sha1): Ditto.
17562
17563 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17564
17565         * spam.el (spam-report-articles-gmane): New command.
17566
17567 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17568
17569         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17570
17571         * run-at-time.el (run-at-time-saved): Remove.
17572         (run-at-time): Doc fix.
17573
17574 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17577         (gnus-summary-limit-map): Add it.
17578         (gnus-summary-make-menu-bar): do.
17579
17580 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17581
17582         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17583         Make attempt at some caching support (done for BBDB only now).
17584         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17585         addresses to be checked.
17586         (spam-clear-cache-BBDB): Add function, to be invoked by
17587         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17588         (spam-check-BBDB): Check and use the caches, if
17589         spam-cache-lookups is on, remove superfluous (provide).
17590
17591 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17592
17593         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17594
17595 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17596
17597         * run-at-time.el (run-at-time-saved): Move to after the definition
17598         of `run-at-time'.
17599
17600         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17601
17602 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17605         mm-w3m-local-map-property.
17606
17607         * mm-view.el (mm-w3m-mode-map): Remove.
17608         (mm-w3m-local-map-property): Remove.
17609         (mm-inline-text-html-render-with-w3m): Don't use
17610         mm-w3m-local-map-property.
17611
17612 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17613
17614         * run-at-time.el: New file.
17615
17616         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17617         under Emacs.
17618
17619         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17620         of gnus-set-text-properties.
17621
17622         * gnus-uu.el (gnus-uu-save-article): Ditto.
17623
17624         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17625
17626         * gnus-cite.el (gnus-cite-parse): Ditto.
17627
17628         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17629         of gnus-.
17630
17631         * gnus-xmas.el (run-at-time): Require run-at-time.
17632
17633         * gnus.el: Changed calls to nnheader-run-at-time and
17634         password-run-at-time throughout to use run-at-time directly.
17635
17636         * password.el: Removed definition of run-at-time.
17637
17638         * nnheaderxm.el: Remove definition of run-at-time.
17639
17640 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17641
17642         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17643         in prompt.
17644
17645 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17646
17647         * messagexmas.el (message-xmas-redefine): Alias
17648         `message-make-caesar-translation-table' to
17649         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17650         version.
17651
17652         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17653         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17654         `gnus-xmas-set-text-properties'.
17655         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17656         `gnus-xmas-completing-read'.
17657         (gnus-xmas-completing-read): Removed.
17658         (gnus-xmas-open-network-stream): Removed.
17659
17660         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17661         XEmacs version.
17662
17663         * dns.el (dns-make-network-process): Use `open-network-stream'
17664         instead of `gnus-xmas-open-network-stream'.
17665
17666         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17667
17668         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17669
17670 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17671
17672         * gnus-art.el (gnus-mime-display-alternative)
17673         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17674         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17675         Don't use gnus-local-map-property.
17676
17677         * gnus-util.el (gnus-local-map-property): Remove.
17678
17679         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17680         gnus-completing-read-maybe-default with completing-read.
17681
17682         * gnus-util.el (gnus-completing-read): do.
17683         (gnus-completing-read-maybe-default): Remove.
17684
17685 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17686
17687         * password.el: Only autoload `run-at-time' if not XEmacs.
17688         Only autoload the itimer functions if XEmacs.
17689
17690 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17693         XEmacsen.
17694
17695         * dgnushack.el: Autoload executable-find for XEmacs.
17696
17697 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17698
17699         * gnus-art.el (gnus-read-string): Remove.
17700         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17701         read-string.
17702
17703 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17704
17705         * netrc.el: Autoload password-read.
17706         (netrc): Add configuration group.
17707         (netrc-encoding-method, netrc-openssl-path): Add
17708         variables for encoding and decoding of files with symmetric
17709         ciphers.
17710         (netrc-encode): Add assistant function to encode a file with
17711         netrc-encoding-method.
17712         (netrc-parse): Add interactive parameter, added optional
17713         decoding if netrc-encoding-method is non-nil but otherwise
17714         behavior is standard.
17715         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17716         Do s/encode/encrypt/ everywhere.
17717
17718         * spam.el: Remove executable-find autoload.
17719
17720 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17721
17722         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17723
17724         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17725
17726 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17727
17728         * gnus-art.el (gnus-treat-ansi-sequences)
17729         (article-treat-ansi-sequences): New variable and function.
17730         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17731
17732         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17733         Use it.
17734
17735 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17736
17737         * mm-util.el (mm-quote-arg): Remove.
17738
17739         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17740         shell-quote-argument.
17741
17742         * gnus-uu.el (gnus-uu-command): do.
17743
17744         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17745
17746         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17747         with make-char.
17748
17749         * mm-util.el (mm-make-char): Remove.
17750
17751         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17752         add-minor-mode.
17753
17754         * gnus-undo.el (gnus-undo-mode): do.
17755
17756         * gnus-topic.el (gnus-topic-mode): do.
17757
17758         * gnus-sum.el (gnus-dead-summary-mode): do.
17759
17760         * gnus-start.el (gnus-slave-mode): do.
17761
17762         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17763
17764         * gnus-ml.el (gnus-mailing-list-mode): do.
17765
17766         * gnus-gl.el (gnus-grouplens-mode): do.
17767
17768         * gnus-draft.el (gnus-draft-mode): do.
17769
17770         * gnus-dired.el (gnus-dired-mode): do.
17771
17772         * gnus-ems.el (gnus-add-minor-mode): Remove.
17773
17774         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17775         Replace gnus-char-width with char-width.
17776
17777         * gnus-ems.el (gnus-char-width): Remove.
17778
17779         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17780         Replace gnus-char-width with char-width.
17781
17782         * gnus-ems.el (gnus-char-width): Remove.
17783
17784         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17785         definition.
17786         Remove Emacs 20 hash table compatibility code.
17787
17788         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17789         20 compatibility code.
17790
17791         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17792
17793         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17794
17795         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17796         with point-at-{eol,bol}.
17797
17798         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17799
17800         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17801
17802         * flow-fill.el (fill-flowed-point-at-bol)
17803         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17804
17805         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17806         Replace with point-at-{eol,bol} throughout all files.
17807
17808 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * ntlm.el (ntlm-string-as-unibyte): New macro.
17811         (ntlm-build-auth-response): Use it.
17812
17813         Remove Emacs 20 stuff:
17814         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17815         (butlast, mapc, remove): Remove the compiler macros.
17816         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17817         of delq and copy-sequence.
17818         * gnus-art.el (popup-menu): Remove the compiler macro.
17819         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17820         Emacs 20.
17821
17822 2004-01-05  Simon Josefsson  <jas@extundo.com>
17823
17824         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17825         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17826         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17827         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17828         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17829         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17830         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17831         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17832         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17833         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17834         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17835         string-xor into ntlm-string-xor.  Suggested by
17836         Jesper Harder <harder@myrealbox.com>.
17837
17838         * ntlm.el: Don't include poem.
17839
17840         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17841         Jesper Harder <harder@myrealbox.com>.
17842
17843         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17844
17845         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17846         probably breaks emacs with DL patch, but do we care? Is anyone
17847         still using the DL stuff?)
17848
17849         * sieve-manage.el: Use the password package.
17850         (sieve-manage-read-passwd): Remove.
17851         (sieve-manage-interactive-login): Use password.  Re-add
17852         condition-case around loop.
17853
17854         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17855         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17856         the password package.
17857
17858 2003-02-19  Simon Josefsson  <jas@extundo.com>
17859
17860         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17861         token.
17862
17863 2002-08-07  Simon Josefsson  <jas@extundo.com>
17864
17865         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17866         (sieve-manage-authenticators):
17867         (sieve-manage-authenticator-alist): Add some SASL mechs.
17868         (sieve-sasl-auth): New function.
17869         (sieve-manage-cram-md5-auth):
17870         (sieve-manage-plain-auth): Rewrite using SASL library.
17871         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17872         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17873         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17874         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17875
17876 2004-01-05  Simon Josefsson  <jas@extundo.com>
17877
17878         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17879         New files.
17880
17881 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17882
17883         * gnus-group.el (gnus-no-groups-message): Update.
17884
17885         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17886
17887 2003-11-09  Simon Josefsson  <jas@extundo.com>
17888
17889         * imap.el: Support for ID IMAP extension (RFC 2971).
17890         (imap-local-variables): Add imap-id.
17891         (imap-id): New variable.
17892         (imap-id): New function.
17893         (imap-parse-response): Parse untagged ID response.
17894         * nnimap.el (nnimap-id): New variable.
17895         (nnimap-open-connection): Use it.
17896
17897 2003-12-28  Simon Josefsson  <jas@extundo.com>
17898
17899         * gnus-score.el (gnus-score-edit-all-score): New.
17900         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17901
17902 2004-01-04  Simon Josefsson  <jas@extundo.com>
17903
17904         * password.el: Add.
17905
17906 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17907
17908         * dns.el (dns-query-types): Fix typo.
17909         (dns-query-types): New function.
17910         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17911         PTR and SOA replies, see RFC 1035.
17912
17913 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17914
17915         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17916
17917         * Moved to Changelog.2.
17918
17919 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17920
17921         * gnus.el (gnus-version-number): Bump version.
17922
17923 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17924
17925         * gnus.el: No Gnus v0.1 is released.
17926
17927 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17928
17929         * gnus.el: No Gnus v0.0 is released.
17930
17931 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17932
17933         * gnus.el (gnus-version-number): Bump.
17934         (gnus-version): No.
17935
17936 See ChangeLog.2 for earlier changes.
17937
17938     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17939       Free Software Foundation, Inc.
17940
17941   This file is part of GNU Emacs.
17942
17943   GNU Emacs is free software: you can redistribute it and/or modify
17944   it under the terms of the GNU General Public License as published by
17945   the Free Software Foundation, either version 3 of the License, or
17946   (at your option) any later version.
17947
17948   GNU Emacs is distributed in the hope that it will be useful,
17949   but WITHOUT ANY WARRANTY; without even the implied warranty of
17950   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17951   GNU General Public License for more details.
17952
17953   You should have received a copy of the GNU General Public License
17954   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17955
17956 ;; Local Variables:
17957 ;; coding: utf-8
17958 ;; fill-column: 79
17959 ;; add-log-time-zone-rule: t
17960 ;; End: