Allow shr table char to be customized
[gnus] / lisp / ChangeLog
1 2010-10-09  Julien Danjou  <julien@danjou.info>
2
3         * shr.el (shr-table-corner): Add.
4         (shr-table-line): Add.
5         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6
7 2010-10-08  Julien Danjou  <julien@danjou.info>
8
9         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
10
11 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
12
13         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
14
15         * gnus-sum.el (gnus-mark-article-as-unread)
16         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
17         (gnus-summary-set-bookmark): Use it.
18
19         * gnus-msg.el (gnus-setup-message): Use it.
20
21         * gnus-demon.el (gnus-demon-remove-handler): Use it.
22
23         * gnus.el (gnus-group-remove-parameter): Use it.
24
25         * gnus-group.el (gnus-group-make-web-group): Use it.
26
27         * gnus-demon.el (gnus-demon-remove-handler): Use it.
28
29         * nnregistry.el: Update docs to mention manual.
30
31         * gnus-registry.el: Update docs to mention nnregistry.el.
32         (gnus-registry-initialize): Don't install nnregistry refer method
33         automatically.
34         (gnus-registry-install-nnregistry): Remove it.
35
36 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * shr.el (shr-insert): Don't insert double spaces.
39
40 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-gravatar.el (gnus-treat-from-gravatar)
43         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
44         called interactively.
45
46         * gnus-art.el (gnus-mime-view-part-externally)
47         (gnus-mime-view-part-internally): Make predicate function passed to
48         gnus-mime-view-part-as-type assume argument is a mime type, not a list
49         of a mime type.
50
51         * shr.el (shr-table-widths): Don't use cl function `reduce'.
52
53 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * shr.el (require): Require cl when compiling.
56         (shr-tag-hr): New function.
57
58         * nnimap.el (nnimap-update-info): Remove double setting of high.
59         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
60         makes nnimap work properly on Courier again.
61
62         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
63         the variable for backwards compatability.
64
65         * mm-decode.el (mm-save-part): If given a non-directory result, expand
66         the file name before using to avoid setting mm-default-directory to
67         nil.
68
69         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
70         bidning gnus-agent variables.
71
72         * shr.el (shr-render-td): Use a cache for the table rendering function
73         to avoid getting an exponential rendering behaviour in nested tables.
74         (shr-insert): Rework the line-breaking algorithm.
75         (shr-insert): Don't leave trailing spaces.
76         (shr-insert-table): Also insert empty TDs.
77         (shr-tag-blockquote): Ensure paragraphs after </ul>.
78
79 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
80
81         * gnus-sum.el (gnus-number): Rename from `number'.
82         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
83         (gnus-summary-limit-children): Update uses correspondingly.
84
85 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
88         (gnus-gravatar-transform-address): Don't show avatars of people of
89         which mail addresses match gnus-gravatar-too-ugly.
90
91 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * shr.el (shr-table-widths): Expand TD elements to fill available
94         space.
95
96 2010-10-07  Julien Danjou  <julien@danjou.info>
97
98         * nnimap.el (nnimap-request-rename-group): Add this method.
99
100 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
103         name from XEmacs' function-arglist.
104
105         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
106         gravatar under XEmacs.
107
108 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * auth-source.el: Update docs with TODO items.
111
112         * gnus-sync.el: Update docs to explain state and plans.
113
114         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
115         Hooks for mark updates.
116         (gnus-request-set-mark, gnus-request-update-mark): Use them.
117
118         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
119         hooks with arguments, which is needed for mark update hooks.
120
121 2010-10-06  Julien Danjou  <julien@danjou.info>
122
123         * gnus.el (gnus-expand-group-parameter): Only return and act on what
124         was matched.
125
126         * sieve-manage.el: Update example in `Commentary'.
127
128         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
129
130         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
131         not 2000.
132         (sieve-manage-authenticate): Re-add function.
133
134 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * shr.el (shr-insert): Get 'space transition right.
137         (shr-render-td): Only delete space at the end of the TD.
138
139         * nnimap.el (nnimap-open-connection): Prepare to support
140         open-gnutls-stream.
141
142         * shr.el: Rearrange function order to be more logical.
143
144 2010-10-06  Julien Danjou  <julien@danjou.info>
145
146         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
147         (nnrss-discover-feed): Remove 404 URL in docstring.
148
149         * nnir.el: Fix Swish-E URL.
150         Fix Namazu URL.
151
152         * message.el (message-change-subject): Remove 404 URL in a comment.
153
154 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
157         called interactively.
158
159         * gnus-util.el (gnus-remove-if): Allow hash table.
160         (gnus-remove-if-not): New function.
161
162         * gnus-art.el (gnus-mime-view-part-as-type)
163         * gnus-score.el (gnus-summary-score-effect)
164         * gnus-sum.el (gnus-read-move-group-name):
165         Replace remove-if-not with gnus-remove-if-not.
166
167         * gnus-group.el (gnus-group-completing-read):
168         Regard collection as a hash table if it is not a list.
169
170 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * shr.el (shr-render-td): Allow blank/missing <TD>s.
173
174         * shr.el: Document the table-rendering algorithm.
175
176 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
179         for Emacsen having no `libxml-parse-html-region' support.
180
181 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
184         invalid URLs.
185
186         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
187         line-broken.
188         (shr-tag-img): Ignore image fetching errors.
189         (shr-overlays-in-region): Compute overlay positions correctly.
190
191         * mm-decode.el (mm-shr): Require shr.
192
193         * gnus-art.el (gnus-blocked-images): Move variable here.
194
195         * shr.el (shr-insert-table): Bind free variable.
196
197         * mm-decode.el (mm-shr): Bind shr-content-function.
198
199         * shr.el (shr-content-function): New variable.
200
201         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
202         added for symmetry.
203
204         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
205
206         * gnus-group.el (gnus-group-make-group): Doc fix.
207
208         * nnimap.el (nnimap-request-newgroups): Return success.
209
210         * shr.el (shr-find-elements): New function.
211         (shr-tag-table): Put all the images after the table.
212         (shr-tag-table): Really inhibit images inside the table.
213         (shr-collect-overlays): Copy over overlays from the TD elements to the
214         main document.
215
216         * mm-decode.el (mm-shr): Bind shr-blocked-images to
217         gnus-blocked-images.
218
219 2010-10-05  Julien Danjou  <julien@danjou.info>
220
221         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
222
223         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
224         (gnus-html-maximum-image-size): Add this function.
225         (gnus-html-put-image): Use gnus-html-maximum-image-size.
226
227         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
228         server-value of the capability is nil.
229
230 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * shr.el (shr-tag-em): Add <EM> tag.
233
234 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
235
236         * sieve-manage.el (sieve-manage-default-stream): Make default stream
237         customizable.
238
239         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
240         handing broken links to browse-url.
241
242 2010-10-05  Julien Danjou  <julien@danjou.info>
243
244         * gnus-util.el (gnus-emacs-completing-read)
245         (gnus-iswitchb-completing-read): Use autoload rather than require.
246
247 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
250         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
251         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
252         iswitchb-temp-buflist for XEmacs.
253
254         * gnus-util.el (gnus-completing-read-function): Exclude
255         gnus-icompleting-read and gnus-ido-completing-read from candidates for
256         XEmacs since iswitchb.el is very old and ido.el is unavailable in
257         XEmacs.
258
259         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
260         not to use `delete-dups' that is unavailable in XEmacs 21.4.
261
262         * gnus-html.el: Don't require help-fns under XEmacs.
263         (gnus-html-schedule-image-fetching): Work for XEmacs.
264
265         * mm-decode.el (mm-shr): Decode contents by charset.
266
267 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
268
269         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
270         unknown.
271
272         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
273         (shr-get-image-data): Ensure against the cache file missing.
274
275         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
276         for data.
277
278         * spam-report.el (spam-report-url-ping-plain): Don't query about
279         killing the process.
280
281         * shr.el (shr-render-td): Protect against too-wide text.
282
283 2010-10-04  Julien Danjou  <julien@danjou.info>
284
285         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
286         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
287
288         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
289         retrieved.
290
291 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * shr.el (browse-url): Required.
294         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
295         lines.
296         (shr-show-alt-text, shr-browse-image): New commands.
297         (shr-browse-url, shr-copy-url): New commands.
298
299         * gnus-sum.el (gnus-widen-article-window): New variable.
300         (gnus-summary-select-article-buffer): Use it.
301
302         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
303         without @ signs.
304
305 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
306
307         * nnir.el (nnir-run-imap): Remove spurious space in search string.
308
309 2010-10-04  Julien Danjou  <julien@danjou.info>
310
311         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
312         for XEmacs.
313
314 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
317
318         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
319         (nnimap-close-server): Implement.
320
321         * dgnushack.el (iswitchb): Require to shut up the compiler.
322
323         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
324         (shr-insert): Tweak line breaking.
325         (shr-insert): Handle <pre> better.
326         (shr-tag-li): Get <li> indentation right.
327         (shr-tag-li): Get <li> indentation even righter.
328         (shr-tag-blockquote): Ensure paragraph start.
329         (shr-make-table): Tweak table generation.
330         (shr-make-table): Fix typo.
331
332         * shr.el: Implement table rendering.
333
334 2010-10-04  Julien Danjou  <julien@danjou.info>
335
336         * gnus-html.el (gnus-html-put-image): Fix resize image code.
337
338 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * shr.el (shr-insert): Use string anchors instead of line anchors.
341
342 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * shr.el: Add headings.
345         (shr-ensure-paragraph): Actually work.
346         (shr-tag-li): Make <ul> prettier.
347         (shr-insert): Get white space at the beginning/end of elements right.
348         (shr-tag-p): Collapse subsequent <p>s.
349         (shr-ensure-paragraph): Don't insert double line feeds after blank
350         lines.
351         (shr-insert): \t is also space.
352         (shr-tag-s): Fix "s" tag name function.
353         (shr-tag-s): Fix face prop name.
354
355 2010-10-03  Julien Danjou  <julien@danjou.info>
356
357         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
358
359         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
360         gnus-window-inside-pixel-edges.
361
362         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
363         gnus-ems.
364
365         * mm-view.el (mm-inline-image-emacs): Support image resizing.
366
367         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
368         function.
369
370         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
371         resize choice.
372
373 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
376         beginning of the buffer.
377
378         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
379         article buffer again.
380
381         * shr.el (shr-tag-p): Don't insert newlines at the start of the
382         buffer.
383
384         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
385         when it's at the start of the buffer.
386
387         * shr.el (shr-tag-blockquote): Convert name.
388         (shr-rescale-image): Use the right image-size variant.
389
390         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
391         buffer isn't shown, then select the current article first instead of
392         bugging out.
393         (gnus-summary-select-article-buffer): Show both the article and summary
394         buffers again.
395
396         * shr.el (shr-fontize-cont): Protect against regions with no text.
397         Rename tag functions to shr-tag-* for enhanced security.
398         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
399
400 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
401
402         * shr.el (shr-insert):
403         * pop3.el (pop3-movemail):
404         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
405         loaded.
406
407 2010-10-03  Glenn Morris  <rgm@gnu.org>
408
409         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
410
411         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
412
413         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
414
415         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
416
417         * gnus-util.el (gnus-make-local-hook): Simplify.
418
419 2010-10-02  Julien Danjou  <julien@danjou.info>
420
421         * gnus-util.el (gnus-iswitchb-completing-read): New function.
422         (gnus-ido-completing-read): New function.
423         (gnus-emacs-completing-read): New function.
424         (gnus-completing-read): Use gnus-completing-read-function.
425         Add gnus-completing-read-function.
426
427 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * shr.el (shr-insert-document): Autoload.
430         (shr-img): Be silent.
431         (shr-insert): Add a newline after every picture before text.
432         (shr-add-font): Use overlays for combining faces.
433         (shr-insert): Pass upwards the text start point.
434
435         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
436         possible.
437         (mm-shr): New function.
438
439 2010-10-02  Julien Danjou  <julien@danjou.info>
440
441         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
442         should go backward.
443
444 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
445
446         * shr.el (shr): Fix typo in provide call.
447
448 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * shr.el: New file.
451
452         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
453
454         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
455         completing read.
456
457 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
460         we're being queried about.  Suggested by Dan Jacobson.
461
462         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
463         by Jason Eisner.
464
465         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
466         table, too.  Suggested by Stefan Wiens.
467         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
468         the table unnecessary.  Suggested by Stefan Wiens.
469
470         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
471         longer needed, and probably doesn't work either, as pointed out by
472         Stefan Wiens.
473         (gnus-summary-exit): Remove call to the clearing function.
474         (gnus-summary-exit-no-update): Ditto.
475
476         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
477         instead of gnus-eval-in-buffer-window to avoid popping up frames.
478         Reported by Stefan Monnier.
479         (gnus-summary-save-in-rmail): Ditto.
480
481         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
482         article buffer, instead of both the article buffer and the summary
483         buffer.  Sort of suggested by Dan Jacobson.
484
485         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
486
487         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
488         Suggested by Dan Jacobson.
489
490         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
491         documentation clearer.
492
493         * message.el (message-shorten-references): Comment on the number "21".
494         Suggested by Stefan Monnier.
495
496         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
497         Suggested by Dan Jacobson.
498
499         * gnus.el (gnus-large-newsgroup): Mention
500         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
501
502         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
503         externalize attachments.  Bug reported by Steve Wen.
504
505         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
506         really message anything to the user.
507
508         * nnmail.el (nnmail-article-group): Allow using the fancy split method
509         directly.
510
511         * nnimap.el (nnimap-request-group): Low higher than high to signal no
512         messages in empty groups.
513
514 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
515
516         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
517         non-UIDNEXT group.
518
519 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
522         not the value from the collection.
523
524         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
525         values.  This sometimes happens on some groups that have no info.
526         (nnimap-request-newgroups): New function.
527
528 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
529
530         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
531         check into `gnus-registry-initialize'.
532         (gnus-registry-initialize): Ditto.
533         Fix and extend header docs.
534
535 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
538         regexp backtrace overflows.
539
540         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
541         for starttls that tls.el implements; i.e. openssl.
542
543         * tls.el (tls-starttls-switches): Give up on using starttls with
544         gnutls-cli.
545         (tls-program): Add --insecure to be consistent with the defaults from
546         openssl s_client.  Now all three commands are insecure.
547
548 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
549
550         * lpath.el: Bind completion-styles-alist for XEmacs.
551
552         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
553         (gravatar-create-image): New function that's an alias to
554         gnus-xmas-create-image, gnus-create-image, or create-image.
555         (gravatar-data->image): Use it.
556
557 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
558
559         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
560         install the nnregistry refer method.
561         (gnus-registry-install-hooks): Use it.
562         (gnus-registry-unfollowed-groups): Add nnmairix to the default
563         unfollowed groups.
564
565 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
566
567         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
568         expanding threads.
569
570 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * nnir.el: Use the server names without suffixes (bug #7009).
573
574         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
575         unencrypted to STARTTLS, if possible.
576
577 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
578
579         * message.el (message-ignored-supersedes-headers): Strip Injection-*
580         headers before superseding.
581
582 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * nnrss.el (nnrss-use-local): Add documentation.
585
586         * nnimap.el (nnimap-extend-tls-programs): New function.
587         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
588         (nnimap-wait-for-connection): Accept the greeting from the stupid
589         output from openssl s_client -starttls, too.
590
591         * tls.el (tls-starttls-switches): New variable.
592         (tls-find-starttls-argument): Use it.
593         (open-tls-stream): Ditto.
594
595         * netrc.el (netrc-credentials): Return the value of the "default"
596         entry.
597         (netrc-machine): Ditto.
598
599         * nnimap.el (nnimap-find-article-by-message-id): Really return the
600         article number.
601         (nnimap-split-fancy): New variable.
602         (nnimap-split-incoming-mail): Use it.
603
604         * nntp.el (nntp-server-list-active-group): Document.
605
606         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
607         SELECT to get the message-id.
608
609         * mail-source.el (mail-sources): Removed webmail support.
610         (defvar): Ditto.
611         (mail-source-fetcher-alist): Ditto.
612         (mail-source-fetch-webmail): Removed.
613
614         * webmail.el: Removed -- doesn't seem relevant any more.
615
616         * gnus.el: Fix up make-obsolete-variable declarations throughout.
617
618         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
619         the \r.
620
621 2010-09-30  Julien Danjou  <julien@danjou.info>
622
623         * gnus-agent.el (gnus-agent-add-group): Fix call to
624         gnus-completing-read.
625
626 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * nndoc.el (nndoc-retrieve-groups): New function.
629
630         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
631         `default', use nnmail-split-methods.
632         (nnimap-request-article): Downcase the NILs so that they are nil.
633
634         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
635         symbol.
636
637         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
638         code, since if the user has requested network, that's what they ought
639         to get.
640         (nnimap-request-set-mark): Erase the buffer before issuing commands.
641         (nnimap-split-rule): Mark as obsolete.
642
643         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
644         variable.
645
646         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
647         correct slot, too.
648
649 2010-09-29  Julien Danjou  <julien@danjou.info>
650
651         * gnus.el (gnus-local-domain): Declare variable obsolete.
652
653         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
654         computing.
655         (gnus-ido-completing-read): Require ido.
656
657 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-registry.el: Don't prompt on load, which makes it impossible to
660         build Gnus.
661
662         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
663         when interpreting the structures.
664         (nnimap-request-accept-article): Add \r\n to the lines to make this
665         work with Cyrus.
666
667         * nndraft.el (nndraft-request-expire-articles): Use the group name
668         instead if "nndraft".  Fix found by Nils Ackermann.
669
670 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
671
672         * nnregistry.el: Added.
673
674 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
675
676         * nnmail.el (group, group-art-list, group-art):
677         Remove unneeded directives.
678
679 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
682         (mm-mime-charset)
683         * rfc2047.el (rfc2047-syntax-table)
684         * utf7.el (utf7-utf-16-coding-system): Comment fix.
685
686         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
687         rather than `insert-file-contents' and `eval-region'.
688
689         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
690         construction.
691
692         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
693
694         * time-date.el: No need to require cl for Emacs 21.
695
696 2010-09-29  Julien Danjou  <julien@danjou.info>
697
698         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
699         replacement of `gnus-gravatar-relief' to mimic
700         `gnus-faces-properties-alist'.
701         Add :version property.
702
703 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
704
705         * mail-source.el (mail-source-report-new-mail)
706         * message.el (message-default-mail-headers)
707         * mm-decode.el (mm-valid-image-format-p): Comment fix.
708
709         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
710
711 2010-09-28  Julien Danjou  <julien@danjou.info>
712
713         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
714         mail-address contains the same string as real-name.
715
716         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
717         non-blank in header, otherwise it'll get stripped.
718
719         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
720         real-name, and then for mail address rather than doing : or , search.
721
722 2010-09-27  Julien Danjou  <julien@danjou.info>
723
724         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
725         (gnus-server-goto-server): Use gnus-completing-read.
726
727         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
728
729         * mm-util.el (defalias): Use gnus-completing-read.
730         (mm-codepage-setup): Use gnus-completing-read.
731
732         * smime.el (smime-sign-buffer): Use gnus-completing-read.
733         (smime-decrypt-buffer): Use gnus-completing-read.
734
735         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
736
737         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
738         (mml-minibuffer-read-disposition): Use gnus-completing-read.
739         (mml-insert-multipart): Use gnus-completing-read.
740
741         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
742
743         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
744
745         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
746
747         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
748
749         * gnus.el (gnus-read-method): Use gnus-completing-read.
750
751         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
752
753         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
754         (gnus-mime-action-on-part): Use gnus-completing-read.
755         (gnus-article-encrypt-body): Use gnus-completing-read.
756
757         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
758         (gnus-topic-move-matching): Use gnus-completing-read.
759         (gnus-topic-copy-matching): Use gnus-completing-read.
760         (gnus-topic-sort-topics): Use gnus-completing-read.
761         (gnus-topic-move): Use gnus-completing-read.
762
763         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
764         (gnus-agent-add-group): Use gnus-completing-read.
765
766         * nnmairix.el (nnmairix-create-server-and-default-group): Use
767         gnus-completing-read.
768         (nnmairix-update-groups): Use gnus-completing-read.
769         (nnmairix-get-server): Use gnus-completing-read.
770         (nnmairix-backend-to-server): Use gnus-completing-read.
771         (nnmairix-goto-original-article): Use gnus-completing-read.
772         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
773
774         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
775
776         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
777         (gnus-group-make-useful-group): Use gnus-completing-read.
778         (gnus-group-make-web-group): Use gnus-completing-read.
779         (gnus-group-add-to-virtual): Use gnus-completing-read.
780         (gnus-group-browse-foreign-server): Use gnus-completing-read.
781
782         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
783         (gnus-summary-limit-to-extra): Use gnus-completing-read.
784         (gnus-summary-execute-command): Use gnus-completing-read.
785         (gnus-summary-respool-article): Use gnus-completing-read.
786         (gnus-read-move-group-name): Use gnus-completing-read.
787
788         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
789         (gnus-summary-score-effect): Use gnus-completing-read.
790
791         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
792
793         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
794         right completing-read function.
795         (gnus-use-ido): New variable
796         (gnus-completing-read-with-default): Remove.
797
798 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
801         x-focus-frame.
802
803         * nnimap.el (auth-source-forget-user-or-password)
804         (auth-source-user-or-password): Autoload.
805
806         * message.el (message-from-style, message-interactive)
807         (message-cite-prefix-regexp, message-sendmail-envelope-from)
808         (message-yank-prefix, message-indentation-spaces, message-signature)
809         (message-signature-file): Add comment.
810
811 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
814         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
815         new articles.
816
817         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
818         parts.
819         (nnimap-request-article): Work with the t setting, too.
820
821         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
822         that you don't get flashes of other buffers.
823         (gnus-summary-show-complete-article): Intern before setting.
824
825 2010-09-27  David Engster  <dengste@eml.cc>
826
827         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
828         well as HEADERS.
829         (nnmairix-retrieve-headers): Provide new argument for the above.
830
831 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-sum.el (gnus-summary-move-article): Don't alter
834         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
835         group.
836
837         * nnimap.el (nnimap-update-info): Don't destructively alter active.
838
839         * message.el (message-cite-prefix-regexp): Revert my last edit.
840
841         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
842         variable instead of the Gnus variable.
843
844         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
845
846         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
847         again.
848
849         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
850         since some servers don't like it.
851         (nnimap-open-connection): Forget credentials if the server says the
852         password was wrong.
853         (nnimap-parse-line): Protect against invalid data.
854
855         * gnus-sum.el (gnus-summary-move-article): Add comment.
856         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
857         nothing alters it while scanning for new messages.
858
859         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
860         which may or may not help.
861         (nnimap-open-connection): If we're doing a stream connection, and then
862         discover we're on a STARTTLS-capable server, then open a STARTTLS
863         connection instead.
864
865 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (utf7): Required.
868
869         * message.el (message-cite-prefix-regexp): Remove "}" from citation
870         prefix.
871
872 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
873
874         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
875
876 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * nnimap.el (nnimap-request-accept-article): Message the error on
879         error.
880
881 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
884
885 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * nndoc.el (nndoc-request-list): Return success always.
888
889         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
890         `fetch-old' -- we only want to fetch the articles we've requested.  The
891         rest are in the agent, probably.
892         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
893         disappeared server" to something low.  It's not important.
894
895         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
896         arrived before the FETCH data.
897
898         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
899         target here, because we don't know the Gnus name of the group.
900
901         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
902         for the correct group.
903
904         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
905
906         * gnus.el (gnus): Give a final warning after startup.
907
908         * gnus-util.el (gnus-action-message-log): New variable.
909         (gnus-message): Use it.
910         (gnus-final-warning): New function.
911
912         * nnimap.el (nnimap-open-connection): Record the greeting.
913         (nnimap): Add greeting.
914
915 2010-09-26  Julien Danjou  <julien@danjou.info>
916
917         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
918         arguments.
919         (gnus-html-wash-images): Fix spec computing to include start/end.
920
921         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
922
923 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
926         deletion.
927         (nnimap-retrieve-headers): Don't select the group, because that's
928         already done by nnimap-possibly-change-group.
929
930         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
931         (gnus-picon-transform-address): Use it.
932
933         * mail-source.el (mail-source-value): Revert previous patch.
934
935         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
936         on failure.
937         (nnimap-open-connection): Look up both virtual and physical server name
938         credentials.
939
940         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
941
942 2009-02-07  Dave Love  <fx@gnu.org>
943
944         * tls.el (open-tls-stream): Don't query killing process.
945
946 2009-02-08  Dave Love  <fx@gnu.org>
947
948         * gnus-win.el (gnus-window-to-buffer-helper,
949         gnus-all-windows-visible-p): Function needn't be a symbol.
950
951         * mail-source.el (mail-source-value): Function needn't be a symbol.
952
953 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * message.el (message-cite-prefix-regexp): Remove } from the cite
956         prefix.
957
958         * gnus-art.el (gnus-treatment-function-alist): Do picons before
959         highlight again, so that the highlight is correct.
960
961         * gnus-picon.el (gnus-picon): Remove again.
962         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
963
964         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
965         doing the header highlightling, so that the background colour of the
966         picon is correct.
967
968         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
969         (gnus-picon): Ditto.
970         (gnus-picon): Reinstate.  The background colour for picons is white.
971         (gnus-picon-insert-glyph): Make the background white.
972
973         * nnml.el (nnml-open-nov): Don't return dead buffers.
974
975         * auth-source.el (auth-source-create): Query the user for whether to
976         store the credentials.
977
978         * netrc.el (netrc-store-data): New function.
979
980         * auth-source.el (auth-source-user-or-password): Use the existing auth
981         sources, if any, for creation.
982
983         * gnus.el (gnus-group-fast-parameter): Return the last matching
984         parameter instead of the first matching parameter.
985
986 2010-09-26  Julien Danjou  <julien@danjou.info>
987
988         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
989
990 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * mml2015.el (mml2015-use): Remove gpg support.
993
994         * mml1991.el (mml1991-function-alist): Remove gpg function.
995         (mml1991-gpg-sign): Removed.
996
997 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
998
999         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1000         (gnus-browse-unsubscribe-current-group): Document it.
1001         (gnus-browse-unsubscribe-group): Use it.
1002
1003 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1006         address to the To list for easier response.
1007
1008         * gnus.el (gnus-play-startup-jingle): Removed.
1009         (gnus-splash): Don't play jingle.
1010         (gnus): Silence gnus-load message.
1011
1012         * gnus-art.el (gnus-treat-play-sounds): Removed.
1013
1014         * gnus.el (gnus-play-jingle): Remove audio support.
1015
1016         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1017
1018         * earcon.el: Removed -- no users.
1019
1020         * gnus-audio.el: Removed -- no users of this package.
1021
1022         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1023
1024         * gnus-start.el (gnus-setup-news): Remove nocem support.
1025
1026         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1027
1028         * gnus.el (gnus-use-nocem): Removed.
1029
1030         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1031         Removed.
1032
1033         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1034         uses NoCeM any more.
1035
1036         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1037         (gnus-button-ctan-handler): Ditto.
1038         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1039         (gnus-button-ctan-directory-regexp): Ditto.
1040         (gnus-button-handle-ctan): Ditto.
1041         (gnus-button-tex-level): Ditto.
1042         (gnus-button-alist): Removed CTAN stuff.
1043
1044 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1047         nnimap-streaming test.
1048
1049         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1050         servers twice.
1051
1052         * nnimap.el (nnimap-open-connection): Add more error reporting when
1053         nnimap fails early.
1054
1055         * nnheader.el (nnheader-get-report-string): New function.
1056         (nnheader-get-report): Use it.
1057
1058         * gnus-int.el (gnus-check-server): Say what the error was when opening
1059         failed.
1060
1061         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1062         using streaming.
1063
1064 2010-09-25  Julien Danjou  <julien@danjou.info>
1065
1066         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1067         gnus-window-inside-pixel-edges.
1068
1069 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1072
1073         * mm-decode.el (mm-save-part): Allow saving to other directories the
1074         normal Emacs way.
1075
1076         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1077         by Jay Berkenbilt.
1078
1079         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1080         there isn't a single byte.
1081
1082         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1083         just do it.  It doesn't really seem to matter what the user responds
1084         here, I think, so it's just a confusing question.
1085
1086         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1087         non-streaming case.
1088
1089         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1090         (gnus-article-encrypt-body): Use it.
1091
1092         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1093         keystroke.
1094
1095         * nnimap.el (nnimap-find-wanted-parts-1): Use
1096         gnus-fetch-partial-articles.
1097
1098         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1099
1100         * nnimap.el (nnimap-insert-partial-structure): New function.
1101         (nnimap-get-partial-article): New function.
1102         (nnimap-request-article): Use it.
1103         (nnimap-wait-for-response): Return whether the wait was successful.
1104         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1105         retrieval wasn't successful.
1106         (nnimap-retrieve-group-data-early): Allow throttling servers.
1107         (nnimap-streaming): New variable.
1108         (nnimap-fetch-partial-articles): Removed.
1109
1110         * mm-decode.el (mm-with-part): Protect against killed buffers.
1111
1112         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1113         for prettier summary display.
1114
1115 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1116
1117         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1118         directly.
1119
1120 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121
1122         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1123         apparently third-party libraries depend on it.
1124
1125         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1126         before starting negotiation.
1127
1128         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1129         privacy reasons.
1130         (gnus-treat-mail-gravatar): Ditto.
1131
1132         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1133         buffer when inserting images.  Inserting text into the headers, for
1134         instance, can make them invalid.
1135
1136 2010-09-25  Julien Danjou  <julien@danjou.info>
1137
1138         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1139         variables.
1140
1141         * nnheader.el: Remove useless variables news-reply-yank-from and
1142         news-reply-yank-message-id.
1143
1144         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1145         variables.
1146
1147         * mml1991.el: Remove useless mml1991-verbose.
1148
1149         * gnus.el: Remove useless variable gnus-use-generic-from.
1150         Remove obsolete variable gnus-topic-indentation.
1151
1152         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1153
1154         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1155
1156         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1157
1158         * gnus-group.el: Remove useless gnus-group-icon-cache.
1159         Remove useless gnus-ephemeral-group-server.
1160
1161         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1162
1163         * mml2015.el: Remove useless mml2015-verbose.
1164
1165         * mml-smime.el: Remove useless mml-smime-verbose.
1166
1167         * gnus.el: Remove useless gnus-local-domain.
1168
1169         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1170         gnus-gravatar-size.
1171
1172         * gnus-art.el: Remove useless gnus-treat-translate.
1173
1174 2010-09-24  Julien Danjou  <julien@danjou.info>
1175
1176         * gnus-sum.el: Add support for Gravatars.
1177
1178         * gnus-art.el: Add support for Gravatars.
1179
1180         * gnus-gravatar.el: Add this file.
1181
1182         * gravatar.el: Add this file.
1183
1184 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1187
1188         * gnus-group.el (gnus-group-fetch-faq): Removed.
1189
1190         * gnus.el (gnus-group-faq-directory): Removed.
1191
1192         * gnus-group.el (gnus-group-fetch-charter): Removed.
1193
1194         * gnus.el (gnus-group-charter-alist): Removed.
1195
1196         * gnus-group.el (gnus-group-archive-directory): Removed.
1197         (gnus-group-recent-archive-directory): Ditto.
1198         (gnus-group-make-archive-group): Removed.
1199
1200         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1201
1202         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1203         use the same article number for all the cached articles.
1204
1205         * nnimap.el (nnimap-command): Register the last command time so
1206         that we can use it for idling NOOPs.
1207         (nnimap-open-connection): Start the keeplive timer.
1208         (nnimap-make-process-buffer): Store all the process buffers.
1209         (nnimap-keepalive): New function.
1210
1211         * starttls.el: (starttls-open-stream): Add autoload cookie.
1212
1213 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1214
1215         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1216         handling.
1217
1218 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1221         its data structures.
1222
1223         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1224         instead of the cl.el copy-list.
1225         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1226         equalp.
1227
1228 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1231         and tool-bar-local-item-from-menu.
1232
1233         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1234         mode-line-highlight face for Emacs.
1235
1236         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1237         loading gnus-sum.elc; fix comment for canlock-verify.
1238         (gnus-article-jump-to-part): Use read-number.
1239         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1240         Emacs pre-21 compatible code for help-echo.
1241         (gnus-article-next-page-1): No need to adjust the number of lines.
1242         (gnus-article-describe-bindings): Always use help-buffer.
1243
1244         * gnus-audio.el (gnus-audio-inline-sound)
1245         * gnus-cus.el (gnus-custom-mode)
1246         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1247
1248         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1249
1250         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1251         compatible code.
1252
1253 2010-09-24  Glenn Morris  <rgm@gnu.org>
1254
1255         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1256         visiting the fcc file in rmail-mode.
1257
1258         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1259
1260 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * nnir.el: Silence the byte compiler.
1263
1264         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1265         alias to browse-url-url-encode-chars if any.
1266         (gnus-html-encode-url): Use it.
1267
1268 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-start.el (gnus-use-backend-marks): New variable.
1271         (gnus-get-unread-articles-in-group): Use it.
1272
1273         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1274         makeover.
1275
1276 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1277
1278         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1279
1280 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1283         Removed.
1284         (gnus-setup-news-hook): Removed
1285         gnus-fixup-nnimap-unread-after-getting-new-news.
1286
1287         * gnus-int.el (gnus-request-update-info): Protect against backends not
1288         having the function.
1289
1290         * nnimap.el (nnimap-stream): Mention starttls.
1291         (nnimap-open-connection): Add starttls support.
1292
1293 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1294
1295         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1296
1297 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1300         BODYSTRUCTUREs.
1301         (nnimap-transform-headers): Unfold quoted {42} headers.
1302
1303         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1304         the info.
1305         (gnus-get-unread-articles): Only call updatep on backends that support
1306         it.
1307
1308         * nnweb.el (nnweb-request-update-info): NOOP.
1309
1310         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1311
1312         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1313         since it only deals with marks.
1314
1315         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1316         gnus-request-marks, and make a new gnus-request-update-info.
1317
1318         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1319         the active instead of the high number, which is usually too low.
1320
1321 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1322
1323         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1324         * encrypt.el: Removed.
1325
1326 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1329         server in symbolic form.
1330
1331         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1332         0.9.
1333
1334 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1337         (nnimap-update-info): Fix up code slightly.
1338
1339         * gnus-int.el (gnus-open-server): Add tracing for performance
1340         debugging.
1341
1342         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1343         (gnus-group-insert-group-line): Pass the real group name so that it
1344         gets the right data.
1345
1346         * gnus-start.el (gnus-get-unread-articles): Don't have
1347         `gnus-get-unread-articles-in-group' update info, since that can be
1348         really slow and doesn't seem to be needed?
1349
1350 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1351
1352         * time-date.el (date-to-time): Try using parse-time-string first before
1353         using the slower timezone-make-date-arpa-standard.
1354
1355 2010-09-22  Julien Danjou  <julien@danjou.info>
1356
1357         * gnus-group.el (gnus-group-insert-group-line): Call
1358         gnus-group-highlight-line.
1359         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1360         default hook list.
1361         (gnus-group-update-eval-form): Add new function.
1362         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1363         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1364
1365 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1368         immediate, then expire all articles.
1369         (nnimap-update-info): Fix off-by-one errors.
1370         (nnimap-flags-to-marks): Would return no marks lists for group with no
1371         flags.  Instead return the other data.
1372
1373 2010-09-22  Julien Danjou  <julien@danjou.info>
1374
1375         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1376         Only return an icon.
1377         (gnus-group-insert-group-line): Compute icon to return.
1378
1379         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1380         variable.
1381         (gnus-html-image-fetched): Only cache if
1382         gnus-html-image-automatic-caching is set.
1383         (gnus-html-image-fetched): Check for errors.
1384
1385 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1388         once per method on `g'.  This ensures that backends like nnfolder don't
1389         open all their folders.
1390
1391         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1392         (nnimap-request-list): Nix out group in the correct buffer.
1393         (nnimap-parse-flags): Implement by using `read' instead of
1394         hand-parsing.
1395         (nnimap-flags-to-marks): Pass on permanent-flags.
1396         (nnimap-make-process-buffer): Record the server name.
1397         (nnimap-parse-flags): Fix typo.
1398         (nnimap-request-scan): Run split on the server in general, not just a
1399         single group.
1400
1401         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1402         parameter, and propagate this downwards.
1403
1404         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1405         since EXAMINE changes it on the server.
1406
1407         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1408         this command might take a while.
1409
1410 2010-09-22  Julien Danjou  <julien@danjou.info>
1411
1412         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1413         harmful if you have 2 images side-by-side, they can't be properly
1414         update on text deletion.  Using text-property is safer here.
1415         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1416         data.
1417
1418 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * nnimap.el (nnimap-expunge-inbox): Removed.
1421         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1422         (nnimap-expunge): Flip default to t.
1423
1424         * gnus.el (gnus-method-to-server): Don't push things to the cache
1425         unless it's unique.
1426         (gnus-server-to-method): Ditto.
1427
1428 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1429
1430         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1431
1432 2010-09-22  Julien Danjou  <julien@danjou.info>
1433
1434         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1435         get the start of data.
1436         (gnus-html-encode-url): Add this function to encode special chars in
1437         URL.
1438         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1439         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1440
1441         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1442         default.
1443         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1444
1445         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1446         images alt-text.
1447         (gnus-html-put-image): Put alt-text as help-echo.
1448
1449 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1452         * mm-util.el (mm-decompress-buffer)
1453         * nnir.el (nnir-run-find-grep)
1454         * pop3.el (pop3-list): Use 3rd arg of split-string.
1455
1456         * time-date.el (format-seconds): Comment fix.
1457
1458         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1459         and byte-optimize-form-code-walker.
1460         (dgnushack-make-auto-load): Don't advise make-autoload.
1461
1462         * lpath.el: Remove Emacs 21 stuff.
1463
1464 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1467         outside the active range.  Suggested by Dan Christensen.
1468
1469         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1470         slightly later to avoid double-getting it.
1471
1472         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1473         previous patch.
1474
1475         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1476
1477 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1478
1479         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1480
1481 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-int.el (gnus-open-server): Give a better error message in the
1484         "go offline" case.
1485
1486         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1487         marks for nnimap, which is seldom the right thing to do.
1488
1489         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1490         (gnus-same-method-different-name): New function.
1491
1492         * nnimap.el (parse-time): Require.
1493
1494         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1495         method in the presence of many similar methods.
1496
1497         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1498
1499         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1500         nnml-inhibit-expiry.
1501
1502         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1503         find out whether methods are equal.
1504
1505         * nnimap.el (nnimap-find-expired-articles): New function.
1506         (nnimap-process-expiry-targets): New function.
1507         (nnimap-request-move-article): Request the article before looking at
1508         what the Message-ID is.  Fix found by Andrew Cohen.
1509         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1510
1511         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1512         for oldness in addition to being a predicate.
1513
1514         * nnimap.el (nnimap-request-group): When we have zero articles, return
1515         the right data to Gnus.
1516         (nnimap-request-expire-articles): Only delete articles immediately if
1517         the target is 'delete.
1518
1519         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1520         method, this would bug out.
1521
1522         * gnus-group.el (gnus-group-expunge-group): Renamed from
1523         gnus-group-nnimap-expunge, and implemented as a normal interface
1524         function.
1525
1526         * gnus-int.el (gnus-request-expunge-group): New function.
1527
1528         * nnimap.el (nnimap-request-create-group): Implement.
1529         (nnimap-request-expunge-group): New function.
1530
1531 2010-09-21  Julien Danjou  <julien@danjou.info>
1532
1533         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1534         (gnus-html-cache-expired): Add new function.
1535         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1536         wethever we should display image for fetch it.
1537         Compute alt-text earlier to pass it to the fetching function too.
1538         (gnus-html-schedule-image-fetching): Change function argument to only
1539         get one image at a time, not a list.
1540         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1541         cache.
1542         (gnus-html-get-image-data): New function to retrieve image data from
1543         cache.
1544         (gnus-html-put-image): Change buffer argument to use image data rather
1545         than file, and place image above region rather than inserting a new
1546         one. Do not take alt-text as argument, since it's useless now: we place
1547         the image above alt-text.
1548         (gnus-html-prune-cache): Remove.
1549         (gnus-html-show-images): Start to fetch image when we find one, do not
1550         push into a temporary list.
1551         (gnus-html-prefetch-images): Only fetch image if they have expired.
1552         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1553         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1554
1555 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1558
1559 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1562         spec inser "*" if the group isn't active instead of 0.
1563
1564         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1565         opening the server.
1566         (nnimap-request-delete-group): Implement group deletion.
1567         (nnimap-transform-headers): Return the size of the entire message in
1568         the Bytes header, not just the size of the first part.
1569         (nnimap-request-move-article): When moving an article from nnimap,
1570         request the article first so the accepting form has an article to
1571         accept.  Reported by Dan Christensen.
1572         (nnimap-command): Make sure that the error message doesn't error out.
1573
1574 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1575
1576         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1577         we haven't requested anything.
1578
1579 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1582         "".  Fix found by Andrew Cohen.
1583
1584         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1585         instead of -encode-string.
1586
1587 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1588
1589         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1590
1591         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1592         by mm-subst-char-in-string.
1593
1594 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1597         waiting for the connection string.
1598
1599         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1600         arriving.
1601
1602         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1603         bogus characters.  This allows selecting certain Gmail groups.
1604
1605         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1606         (nnimap-fetch-partial-articles): New variable.
1607         (nnimap-open-connection): When looking for credentials, also use the
1608         nnimap-server-port.
1609         (nnimap-request-article): Return the group/article number, so that Gnus
1610         `^' works as expected.
1611         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1612         them.
1613
1614         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1615         comments.
1616         (gnus-methods-sloppily-equal): New function.
1617         (gnus): When using the development version of Gnus, load the gnus-load
1618         file.
1619
1620         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1621         `gnus-open-server' on each method before trying to scan them etc.  This
1622         ensures that all the backend parameters are set correctly.
1623
1624         * nnimap.el (nnimap-authenticator): New variable.
1625         (nnimap-open-connection): Allow anonymous login.
1626         (nnimap-transform-headers): The chars header is called Chars not
1627         Bytes.
1628         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1629         drops.
1630
1631         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1632         patch, found by Knut Anders Hatlen.
1633
1634 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1635
1636         * gnus-agent.el (gnus-agent-batch-confirmation)
1637         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1638         to gnus-message.
1639         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1640         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1641         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1642         * gnus-int.el (gnus-open-server): Likewise.
1643         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1644         (gnus-score-check-syntax): Likewise.
1645         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1646         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1647         Likewise.
1648         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1649
1650 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1653         calling conventions so that prefetch doesn't bug out.
1654
1655 2010-09-19  Julien Danjou  <julien@danjou.info>
1656
1657         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1658         rather than `subst-char-in-region' in order to be able to replace ASCII
1659         char by UTF-8 ones.
1660
1661         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1662         than curl.
1663         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1664         the right URL and ALT text on images.
1665         (gnus-html-wash-tags): Fix tag case.
1666         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1667         (gnus-article-html): Add -o display_ins_del=2 option.
1668         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1669
1670 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1673         the extra mail headers, which sometimes seem to happen for unknown
1674         reasons.
1675
1676         * mail-parse.el (mail-header-encode-parameter): Define as
1677         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1678         (or most, perhaps?) mail readers don't understand the latter, but do
1679         understand the former.
1680
1681         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1682         to nil, so that no methods are automatically agentized.  I think this
1683         is probably what most users want.
1684
1685         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1686         from url-retrieve, for instance about invalid URLs.
1687
1688         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1689         groups that have no articles.
1690         (nnimap-request-article): Check that we really got an article when we
1691         requested one.
1692
1693         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1694         doesn't exist.
1695
1696         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1697         nntp buffer so the agent can save it.
1698         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1699         that CRLF doesn't get translated to \n.
1700         (nnimap-open-connection): Don't make 'shell commands only send \n.
1701
1702 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1703
1704         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1705         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1706         Update var name.
1707         (nnml-generate-nov-file): Use dolist.
1708         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1709         Use with-current-buffer.
1710
1711 2010-09-18  Julien Danjou  <julien@danjou.info>
1712
1713         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1714         parallel.
1715
1716 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717
1718         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1719         the range update right.
1720         (nnimap-request-group): Don't make `M-g' bug out on group with no
1721         marks.
1722         (nnoo): Required, so that other packages can require nnimap.
1723         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1724         command we're looking for.  This helps when the server sends more
1725         responses after we've gotten everything we expected.
1726         (nnimap): Add a `newlinep' field to keep track of end-of-line
1727         conventions.
1728         Don't send CRLF to things that don't want it.
1729         (nnimap-request-accept-article): Ditto.
1730
1731 2010-09-18  Julien Danjou  <julien@danjou.info>
1732
1733         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1734         than curl to retrieve images.
1735
1736 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1739         the marks.
1740         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1741         (nnimap-wait-for-connection): New function.
1742         (nnimap-open-connection): If we have PREAUTH, don't query for login
1743         credentials.
1744         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1745         when doing a partial update.
1746
1747 2010-09-18  Julien Danjou  <julien@danjou.info>
1748
1749         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1750         tags.
1751
1752 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nnimap.el (nnimap-credentials): New function.
1755         (nnimap-open-connection): Use the new function to look for credentials
1756         also on the numeric equivalents of "imap" and "imaps".
1757
1758         * gnus-start.el (gnus-activate-group): Send the info to
1759         gnus-request-group.
1760
1761         * nnimap.el (nnimap-request-group): Have the "check" version of the
1762         function parse flags and update the info, so that a `M-g' get a total
1763         resync of all flags from the group.
1764
1765         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1766         to allow backends to alter the info on group selection.  Also alter all
1767         the backend -request-group functions to take the parameter.
1768
1769         * nnimap.el (nnimap-store-info): New function.
1770         (nnimap-update-info): Store the info for later usage.
1771         (nnimap-request-group): Use the stored info for the dont-check case, so
1772         that we don't retrieve all marks when we enter a group.
1773
1774         * nnimap.el: Use deffoo instead of defun for interface functions.
1775
1776         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1777         update the group info.  This makes the nndraft groups, for instance, go
1778         back to their old behaviour.
1779
1780         * gnus-sum.el (gnus-select-newsgroup): Indent.
1781
1782         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1783         in.
1784         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1785         nothing.
1786
1787         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1788         from methods that are denied.
1789
1790         * gnus-int.el (gnus-method-denied-p): New function.
1791
1792         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1793         store the password instead of netrc.
1794         (nnimap-open-connection): Don't error out when we can't make a
1795         connections.
1796
1797         * auth-source.el (auth-source-create): In the password prompt, say what
1798         we're querying for.  Also prompt for user name if that hasn't been
1799         given.
1800
1801         * nnimap.el (nnimap-with-process-buffer): Removed.
1802
1803 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1806         method when we're reading from the agent.
1807
1808         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1809
1810         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1811         that's probably most useful for users.
1812
1813         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1814         "failed" all the time.
1815
1816         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1817         ...)) with (with-current-buffer ... ).
1818
1819         * nntp.el (nntp-open-server): Return whether the open was successful or
1820         not.
1821
1822         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1823         select an unread unseen article first.
1824
1825         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1826         /etc/services, supply some sensible port defaults.
1827
1828         * dgnushack.el: Define netrc-credentials.
1829
1830 2010-09-17  Julien Danjou  <julien@danjou.info>
1831
1832         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1833
1834 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1835
1836         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1837         doesn't have any parameters.
1838
1839 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1842         only upcased checks.
1843
1844         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1845
1846         * nnimap.el (nnimap-open-shell-stream): New function.
1847         (nnimap-open-connection): Use it.
1848         (nnimap-transform-headers): Get the number of lines in each message.
1849         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1850         number of lines.
1851         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1852         problem.
1853
1854         * utf7.el (utf7-encode): Autoload.
1855
1856         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1857         to allow the mail splitting to not return a default group.  This is
1858         useful for nnimap, which will leave unmatched mail in the inbox.
1859
1860         * nnimap.el: Rewritten.
1861
1862         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1863         nnimap usage.
1864
1865         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1866         if the move is internal, so that nnimap can do fast internal moves.
1867
1868         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1869         data.
1870         (gnus-read-active-for-groups): Support finishing the early retrieval of
1871         data.
1872
1873         * gnus-range.el (gnus-range-nconcat): New function.
1874
1875         * gnus-int.el (gnus-finish-retrieve-group-infos)
1876         (gnus-retrieve-group-data-early): New functions.
1877
1878 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1879
1880         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1881         (nnrss-retrieve-groups):
1882         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1883         (pop3-quit): Use with-current-buffer.
1884
1885 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1888         instead of nnheader-accept-process-output.
1889
1890         * dgnushack.el (dgnushack-compile): Add comment.
1891
1892         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1893
1894         * gnus-html.el (gnus-html-schedule-image-fetching)
1895         (gnus-html-prefetch-images): Replace process-kill-without-query by
1896         gnus-set-process-query-on-exit-flag.
1897
1898 2010-09-16  Romain Francoise  <romain@orebokech.com>
1899
1900         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1901
1902 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1905         parameter to unintern is mandatory-ish in Emacs 24.
1906
1907         * gnus-html.el (gnus-html-schedule-image-fetching)
1908         (gnus-html-prefetch-images): Check for curl before using it.
1909
1910         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1911         depend on curl, which isn't essential.
1912
1913         * imap.el: Revert back to version
1914         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1915         seem problematic.
1916
1917 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1918
1919         * gnus-registry.el (gnus-registry-install-shortcuts):
1920         Explicitly pass `obarray' to `unintern' to avoid a warning.
1921
1922 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1925         change.
1926
1927         * nnrss.el (nnrss-request-list): Removed this function and related
1928         functions, including the moreover stuff.
1929
1930 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * nnrss.el (nnrss-retrieve-groups): New function.
1933
1934 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1935
1936         * .dir-locals.el: Add no-byte-compile cookie.
1937
1938 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * time-date.el (format-seconds): Comment fix.
1941
1942         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1943         for back end that doesn't support request-scan.
1944
1945 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1948         then do request scans from the backends.
1949
1950         * netrc.el (netrc-credentials): New conveniency function.
1951
1952         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1953         avoid running a hook per line, since this takes a lot of time,
1954         profiling shows.
1955         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1956         directly if gnus-visual-p is true.
1957
1958 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1961         groups; replace mapcar with dolist which is a bit faster; pass groups
1962         info to gnus-read-active-file-1.
1963         (gnus-read-active-file-1): Scan only specified groups if the new
1964         optional arg `infos' is given.
1965
1966 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1969
1970         * pop3.el (pop3-movemail): Removed.
1971         (pop3-streaming-movemail): Renamed to pop3-movemail.
1972
1973         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1974         don't restrict end-tag searches to the end of the line.
1975
1976 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1979         articles of every unchecked group to t, which means unknown since the
1980         server has never been opened.
1981
1982 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus-html.el (gnus-html-show-alt-text): New command.
1985         (gnus-html-browse-image): Ditto.
1986         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1987         to browse the image directly.
1988         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1989         better.
1990
1991         * gnus-async.el (gnus-async-article-callback): Call
1992         `gnus-html-prefetch-images' unconditionally.
1993
1994         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1995         before feeding URLs to curl.
1996
1997 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2000         internal images as deletable by `W D D'.
2001
2002         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2003         (gnus-async-article-callback): Fix typo.
2004
2005 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2008         current line to work around bugs in the output from w3m.
2009
2010         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2011         for groups that want that.
2012
2013         * nntp.el (nntp-wait-for-string): Supply a timeout for
2014         accept-process-output to ensure progress.
2015
2016         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2017         level to get unread articles from, then use that for foreign groups,
2018         too.
2019
2020         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2021         confuses the rest of the function.
2022
2023         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2024         for the methods that support -retrieve-groups, too.
2025
2026         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2027
2028 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2031         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2032
2033         * pop3.el: Require cl when compiling.
2034         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2035
2036 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2039         that aren't going to be activated.
2040         (gnus-get-unread-articles): Fix up the last commit.
2041
2042         * gnus-html.el (gnus-article-html): Allow calling without specifying
2043         the handle.  In that case, dissect the buffer first.
2044
2045         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2046
2047         * nnimap.el (nnimap-open-connection): Revert the change that would look
2048         into authinfo for imaps instead of imap.
2049
2050         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2051         say that you don't want to call gnus-request-group with don-check, but
2052         do check the reponse.  This is for virtual groups only.
2053         (gnus-get-unread-articles): Count the archive groups as secondary, so
2054         that they're activated the same way as before.
2055
2056         * imap.el (imap-message-map): Removed optional buffer parameter, since
2057         no callers use it.
2058         (imap-message-get): Ditto.
2059         (imap-message-put): Ditto.
2060         (imap-mailbox-map): Ditto.
2061         (imap-mailbox-put): Ditto.
2062         (imap-mailbox-get): Ditto.
2063         (imap-mailbox-get): Revert last change for this function.
2064
2065         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2066         case-insensitively.
2067         (nnimap-debug): Removed.
2068
2069         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2070         to use `imap-fetch' instead.  According to the comments, this should be
2071         safe, since all other IMAP clients use the 1:* syntax.
2072         (imap-enable-exchange-bug-workaround): Removed.
2073         (imap-debug): Removed -- doesn't seem very useful.
2074
2075         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2076         mail from a file, and the file doesn't exist.
2077
2078         * imap.el (imap-log): New convenience function used throughout instead
2079         of repeating the same code all over the place.
2080
2081         * pop3.el (pop3-streaming-movemail): Return t for success.
2082
2083         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2084         .authinfo if we're using ssl connection.
2085
2086         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2087         already have if we're in a main Gnus `g' run.
2088
2089         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2090
2091 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2094
2095         * nnmh.el (nnmh-request-list-1): Bind `file'.
2096
2097         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2098         alias to set-process-query-on-exit-flag or process-kill-without-query.
2099         (pop3-open-server): Use it.
2100
2101 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2104         box to the Incoming file.  Fixes mistake in previous checkin.
2105
2106         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2107         request loop (for debugging purposes) removed.
2108
2109         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2110         culprit is more visible.
2111         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2112         (nnml-add-incremental-nov): New functions to do "incremental" nov
2113         updates, where we just append to the end of the existing nov files
2114         without reading/writing them in full.
2115
2116         * mail-source.el (mail-source-delete-crash-box): Really only check the
2117         incoming files once in a while.
2118
2119         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2120
2121         * mail-source.el (mail-source-delete-crash-box): Only check the
2122         incoming files for deletion once per day to save a lot of file
2123         accesses.
2124
2125         * pop3.el (pop3-logon): Fix up unbound variable typo.
2126
2127         * mail-source.el (pop3-streaming-movemail): Autoload.
2128
2129         * pop3.el (pop3-streaming-movemail): Respect
2130         pop3-leave-mail-on-server.
2131
2132         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2133         retrieval.
2134
2135         * pop3.el (pop3-process-filter): Removed unused function.
2136         (pop3-streaming-movemail, pop3-send-streaming-command)
2137         (pop3-wait-for-messages, pop3-write-to-file)
2138         (pop3-number-of-responses): New functions for streaming pop3
2139         retrieval.
2140
2141         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2142         come from no known methods.
2143         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2144         list.
2145
2146         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2147         message sizes.
2148         (pop3-movemail): Use erase-buffer instead of looping and deleting
2149         regions, which seems rather odd.
2150
2151         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2152         file once per `g' run.
2153
2154         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2155         directories.  This makes the draft queue directory work.
2156
2157         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2158         data from the backends, so that we only request the list of groups from
2159         each method once.  This should speed things up considerably.
2160
2161         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2162         detect that it's not implemented.
2163
2164         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2165         we actually do recurse down into the tree, but don't stat all leaf
2166         nodes.
2167
2168         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2169         then say so instead of bugging out.
2170
2171         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2172         files exist before trying to read them.
2173
2174         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2175         around <pre_int>.
2176
2177         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2178
2179         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2180
2181 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * mm-util.el (mm-image-load-path): Just return the image directories,
2184         not all directories in the path in addition to the image directories.
2185         (mm-image-load-path): Maintain a cache of the image directories so that
2186         the `g' command in Gnus doesn't have to stat dozens of directories each
2187         time.
2188
2189         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2190         (gnus-html-wash-tags): Add a new `i' command to insert images.
2191         (gnus-html-insert-image): New command and keystroke.
2192         (gnus-html-redisplay-with-images): New command and keystroke.
2193         (gnus-html-show-images): Renamed command.
2194         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2195         spacers.
2196         (gnus-html-wash-tags): Decode entities at the end, so that entities
2197         inside the tags don't mess up the rest of the "parsing".
2198
2199         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2200         so that nnimap methods aren't agentized by default.  There's apparently
2201         many problems related to agent/imap behaviour.
2202
2203         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2204
2205         * gnus-html.el: Doc fix.
2206
2207 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2210         specifier-spec-list for Emacs 21.
2211
2212         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2213         glyph-width and glyph-height instead of display-graphic-p and
2214         image-size; make avoidance of displaying small images work for XEmacs.
2215
2216         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2217         for XEmacs.
2218
2219         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2220         of symbol that holds plist data.
2221         (gnus-process-plist): Remove plist of process after getting it.
2222
2223 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * message.el (message-generate-hashcash): Change default to
2226         'opportunistic if hashcash is installed.
2227
2228         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2229         (gnus-html-put-image): Only call image-size once, since it's somewhat
2230         time-consuming on remote X servers.
2231
2232 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2235         type on data, not a file name.
2236
2237         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2238         window-pixel-edges for Emacs 21.
2239
2240         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2241         decoded contents.
2242         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2243
2244 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2247         group line format, since it isn't very interesting.
2248
2249         * gnus-agent.el (gnus-agent-short-article),
2250         (gnus-agent-long-article): Increase values for these two variables,
2251         since most people are likely to have more network connection and
2252         storage than before.
2253
2254         * gnus.el (gnus-refer-article-method): Change default to 'current.
2255         When referring an article, the common behaviour is to refer it from the
2256         current select method, not the native select method.  The chances of
2257         the native select method having the message in question is rather slim
2258         these days.
2259
2260         * gnus-sum.el (gnus-auto-select-subject): Change default to
2261         `unseen-or-unread'.  I think it's likely that most people want to
2262         select an unseen article over a previously seen, but unread one.
2263
2264         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2265         means that in the article buffer none of the minor mode elements will
2266         be shown, usually, and this is not desirable in most cases.
2267
2268         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2269         that commands like `d' (and the like) go to the next line in the
2270         buffer, instead of the next unread article.  I think this is the
2271         behaviour that is most natural for most users.
2272         (gnus-single-article-buffer): Change default to nil, so that people can
2273         have as many article buffers open as they have summary buffer.  I think
2274         this is the most natural way for the groups to behave.
2275
2276         * message.el (message-generate-new-buffers): Change default to
2277         `unsent', so that all new message buffers start their names with the
2278         string "*unsent", and it's easier to find the buffers if you move from
2279         them.
2280
2281 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282
2283         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2284         small.  They're probably tracking images.
2285         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2286         (gnus-html-rescale-image): Yet another try at getting the image sizing
2287         right.
2288
2289         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2290         nntp-marks-file-name is nil.
2291
2292 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2293
2294         * gnus-html.el (gnus-html-wash-tags)
2295         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2296         Better logging.
2297
2298 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299
2300         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2301
2302         * gnus-html.el (gnus-html-wash-tags): Check the value of
2303         gnus-blocked-images in the summary buffer.
2304
2305 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2306
2307         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2308
2309 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2312         like "a", it seems like.
2313         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2314         since it needs to be picked from the correct buffer.
2315
2316         * nnwfm.el: Removed.
2317
2318         * nnlistserv.el: Removed.
2319
2320 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2323         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2324
2325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * nnkiboze.el: Removed.
2328
2329         * nndb.el: Removed.
2330
2331         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2332         alt text.
2333         (gnus-html-rescale-image): Try to get the rescaling logic right for
2334         images that are just wide and not tall.
2335
2336         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2337         overshadow variable bindings.
2338
2339 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2340
2341         * gnus-html.el (gnus-html-wash-tags)
2342         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2343         extra logging.
2344
2345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2348         (gnus-max-image-proportion): New variable.
2349         (gnus-html-rescale-image): New function.
2350         (gnus-html-put-image): Rescale images.
2351
2352 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2353
2354         Fix up some byte-compiler warnings.
2355         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2356         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2357         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2358         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2359         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2360         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2361         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2362
2363 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * gnus-html.el (gnus-article-html): Decode contents by charset.
2366
2367 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2370         (gnus-html-frame-width, gnus-blocked-images)
2371         * message.el (message-prune-recipient-rules): Add custom version.
2372         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2373
2374         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2375         functions.
2376
2377         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2378         gnus-process-get.
2379
2380 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2381
2382         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2383         instead of lsub directly.
2384
2385 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * nnwarchive.el: Removed.
2388
2389         * gnus-soup.el: Removed.
2390
2391         * nnsoup.el: Removed.
2392
2393         * nnultimate.el: Removed.
2394
2395         * gnus-html.el (gnus-blocked-images): New variable.
2396
2397         * message.el (message-prune-recipients): New function.
2398         (message-prune-recipient-rules): New variable.
2399
2400         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2401         guess whether a long line is natural text or not.
2402
2403         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2404         gnus-process-plist and friends for compatibility.
2405
2406 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * gnus-html.el: Require packages that define macros used in this file.
2409         (gnus-article-mouse-face): Declare to silence byte-compiler.
2410         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2411         process-get.
2412         (gnus-html-put-image): Use plist-get to avoid getf.
2413         (gnus-html-prefetch-images): Use with-current-buffer.
2414
2415 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * gnus-ems.el: Provide compatibility functions for
2418         gnus-set-process-plist.
2419
2420         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2421         header-line-format for XEmacs 21.4.
2422
2423         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2424         * gnus.el (gnus-valid-select-methods)
2425         * message.el (message-send-mail-partially-limit)
2426         * mm-decode.el (mm-text-html-renderer)
2427         * mml.el (mml-insert-mime-headers-always)
2428         * smiley.el (smiley-regexp-alist): Bump custom version.
2429
2430 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus-html.el: require mm-url.
2433         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2434         with the url to `url'.
2435         (gnus-html-wash-tags): Support cid: URLs/images.
2436
2437 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2440         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2441         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2442
2443         * gnus-move.el: Removed file, since it doesn't really work.
2444
2445         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2446         UTF-8.  This seems to fix problems with some German web feeds.
2447
2448         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2449         at the top so that the proper colours are applied.
2450
2451         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2452         don't have dots in their names.
2453
2454         * gnus-art.el (gnus-article-view-part): Doc fix.
2455
2456         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2457         XEmacs-compatible.
2458         (gnus-html-put-image): Don't do images on non-graphic displays.
2459
2460         * nnslashdot.el: Removed this unused backend.
2461
2462         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2463         actions.
2464         (gnus-undo-register-1): Revert last change.
2465
2466         * gnus-group.el (gnus-group-completing-read): Protect against not
2467         having completion-styles bound.
2468
2469         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2470         make broken recipients happier.
2471
2472         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2473
2474         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2475         point parameter.
2476
2477         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2478
2479         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2480         completion-styles for group selection.
2481
2482 2009-02-04  Andreas Schwab  <schwab@suse.de>
2483
2484         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2485         headers and regexp-quote the match if necessary.
2486
2487 2009-03-24  Miles Bader  <miles@gnu.org>
2488
2489         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2490         the blinking smiley.
2491
2492 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2493
2494         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2495         blink smiley.
2496
2497 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2500         where the dribbel file lives exists.
2501
2502         * message.el (message-send-mail-partially-limit): Change the default to
2503         nil, since most people don't want this.
2504
2505         * mm-url.el (mm-url-decode-entities): Also decode entities like
2506         &#x3212.
2507
2508 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2509
2510         * gnus-sum.el (gnus-summary-idna-message):
2511         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2512         Hyperlink urls in docstrings with URL `...'.
2513
2514 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2515
2516         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2517         functions.
2518
2519 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2522         say what the mouseover text should be.
2523
2524         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2525         version of the mm-w3m-safe-url-regexp variable to only download images
2526         in the groups where we want that to happen.
2527
2528         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2529
2530         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2531         easier debugging.
2532         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2533         big pictures in the article buffer.
2534
2535         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2536         gnus-article-html.
2537         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2538         w3m.
2539
2540         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2541
2542 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2545         which doesn't exist.
2546
2547         * message.el (message-inhibit-ecomplete): New variable to allow some
2548         function to inhibit ecomplete address storage.
2549         (message-resend): Disable ecomplete message storage when resending
2550         messages.
2551
2552         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2553
2554 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2557         Save excursion while copying, moving, and deleting articles in order to
2558         prevent the cursor from jumping to unforeseen place.
2559
2560 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * lpath.el: No need to bind bookmark-current-buffer,
2563         bookmark-yank-point and bookmark-make-record-function.
2564
2565 2010-08-17  Glenn Morris  <rgm@gnu.org>
2566
2567         * gnus-sync.el: Require gnus components whose functions are used.
2568
2569         * gnus-art.el (bookmark-make-record-function):
2570         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2571         Declare for compiler.
2572
2573         * mm-url.el (mml-compute-boundary): Autoload.
2574
2575 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2578
2579 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2580
2581         Typo fix "hoo4a" -> "hook".
2582
2583         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2584
2585 2010-08-14  Glenn Morris  <rgm@gnu.org>
2586
2587         * gnus-sync.el (gnus-sync): Fix defgroup version.
2588
2589 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2592
2593         * gnus-sync.el: Fix docs.
2594         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2595         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2596
2597 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2598
2599         Optimizations for gnus-sync.el.
2600
2601         * gnus-sync.el: Add docs about gnus-sync-backend
2602         possibilities.
2603         (gnus-sync-save): Remove unnecessary message.
2604         (gnus-sync-read): Optimize and show what groups were skipped.
2605
2606 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2607
2608         Minor bug fixes for gnus-sync.el.
2609
2610         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2611         read the sync on get-new-news.
2612
2613         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2614         quiet.
2615
2616         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2617
2618 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2619
2620         Make saving and restoring of hidden threads work with overlays.
2621         Patch applied by Ted Zlatanov.
2622
2623         * gnus-sum.el (gnus-hidden-threads-configuration)
2624         (gnus-restore-hidden-threads-configuration): Update to deal with text
2625         properties, rather than searching for a magic character.
2626
2627 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2628
2629         New gnus-sync.el library for synchronization of marks.
2630
2631         * gnus-sync.el: New library for synchronization of marks.
2632
2633         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2634         renamed from `gnus-registry-grep-in-list'.
2635
2636         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2637
2638         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2639
2640 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2643         determining charset of text fails.
2644
2645 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * nnmail.el (nnmail-get-new-mail-1): Revert.
2648
2649         * nnml.el (nnml-active-number): Make sure names of newly created groups
2650         in nnml-group-alist are encoded.
2651
2652 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2655         containing non-ASCII characters in active file for nnml back end.
2656
2657 2010-07-24  David Engster  <dengste@eml.cc>
2658
2659         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2660         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2661
2662 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2663
2664         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2665         tag (Bug#6654).
2666
2667 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2670         the article buffer, not the summary buffer.
2671
2672 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2675         Emacs 23 as well.
2676
2677 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2680         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2681
2682 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2683
2684         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2685         Patch applied by Karl Fogel.
2686
2687         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2688         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2689
2690 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2691
2692         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2693         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2694         C-w still not working correctly from Article buffers; Thierry's
2695         patch to fix that will be applied after this.
2696
2697         * gnus-art.el (bookmark-make-record-function): New local variable.
2698
2699         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2700         article buffer.
2701         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2702
2703 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2704
2705         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2706         on changes in bookmark.el.
2707
2708 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2711         `no-log' instead of message not to log prompt string.
2712
2713 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2714
2715         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2716         the *other* type of HTML form submission.
2717
2718 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2719
2720         * auth-source.el (auth-source-pick): If choice does not contain a
2721         questioned keyword, set the check to t.
2722
2723 2010-06-12  Romain Francoise  <romain@orebokech.com>
2724
2725         * gnus-util.el (gnus-date-get-time): Move up before first use.
2726
2727 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2730         (gnus-article-edit-part): Bind it to make last part that is substituted
2731         or deleted visible.
2732         (gnus-mime-display-single): Buttonize part of which id equals to
2733         gnus-mime-buttonized-part-id.
2734
2735 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2736
2737         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2738         (gnus-dd-mmm): Use gnus-date-get-time.
2739         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2740         simplify logic.
2741         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2742         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2743
2744 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2745
2746         * auth-source.el (top): Autoload `secrets-list-collections',
2747         `secrets-create-item', `secrets-delete-item'.
2748         (auth-sources): Fix tag string.
2749         (auth-get-source, auth-source-retrieve, auth-source-create)
2750         (auth-source-delete): New defuns.
2751         (auth-source-pick): Rewrite in order to avoid 2 passes.
2752         (auth-source-forget-user-or-password): New parameter USERNAME.
2753         (auth-source-user-or-password): New parameters CREATE-MISSING and
2754         DELETE-EXISTING.  Retrieve password interactively, if needed.
2755
2756 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2757
2758         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2759         deleting unused directories when gnus-expert-user is t.
2760
2761 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2764         for each temp file when gnus-article-browse-delete-temp is ask.
2765
2766 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2767
2768         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2769         Lisp calls to delete-backward-char by calls to delete-char.
2770
2771 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2772
2773         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2774
2775 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2776
2777         * password-cache.el (password-cache-remove): Fix docstring.
2778
2779 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2782         article unless decoding article to be saved.
2783
2784 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2787         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2788         generated within the mm-with-unibyte-current-buffer macro.
2789
2790 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2793         to nil when we're in a mml-preview buffer and no group is selected.
2794
2795 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2796
2797         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2798         when catching the `C-g'.  Reported by "Leo".
2799
2800 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * message.el (message-forward-make-body-plain)
2803         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2804         multibyte-string-p.
2805
2806         * lpath.el: Revert.
2807
2808 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * message.el (message-forward-make-body-mml): Assume original message
2811         is multibyte string; error on unibyte.
2812         (message-forward-make-body-plain): Ditto; don't add excessive newline
2813         in body end.
2814
2815         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2816
2817 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2818
2819         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2820         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2821
2822 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * mm-extern.el (mm-extern-url): Don't use
2825         mm-with-unibyte-current-buffer.
2826         (mm-extern-cache-contents): Use with-current-buffer instead of
2827         save-excursion + set-buffer.
2828
2829 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * mm-util.el (mm-emacs-mule): Remove.
2832
2833 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2834
2835         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2836         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2837         change.
2838
2839 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2842         bind the default value of enable-multibyte-characters to nil.
2843
2844 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * message.el (message-forward-make-body-plain)
2847         (message-forward-make-body-mml):
2848         Don't use mm-with-unibyte-current-buffer.
2849
2850 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2851
2852         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2853
2854 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2855
2856         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2857         (Bug#5592).
2858
2859 2010-05-07  Julien Danjou  <julien@danjou.info>
2860
2861         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2862         it to mm-pipe-part.
2863
2864         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2865         it is given.
2866
2867 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * binhex.el (binhex-decode-region-internal)
2870         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2871         (dns-query)
2872         * nnweb.el (nnweb-gmane-search)
2873         * pgg-parse.el (pgg-parse-armor)
2874         * pgg.el (pgg-verify-region)
2875         * sha1.el (sha1-string-external)
2876         * uudecode.el (uudecode-decode-region-internal)
2877         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2878         XEmacs.
2879
2880         * gnus-art.el (gnus-article-browse-html-parts)
2881         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2882         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2883         make-temp-file.
2884
2885         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2886         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2887         compiling.
2888
2889         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2890         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2891         XEmacs when compiling.
2892
2893         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2894         gnus-pick-mode-off-hook for XEmacs when compiling.
2895         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2896         gnus-binary-mode-off-hook for XEmacs when compiling.
2897
2898         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2899         nil if char-charset is not available.
2900
2901         * imap.el (imap-disable-multibyte)
2902         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2903         macros.
2904
2905         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2906         instead of encode-coding-string.
2907
2908         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2909         'xemacs) instead of mm-emacs-mule to switch function definitions.
2910         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2911
2912         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2913         bind temporary-file-directory for XEmacs;
2914         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2915         timer-set-function for XEmacs 21.4 and SXEmacs;
2916         bind timer-list for XEmacs 21.4 and SXEmacs;
2917         fbind char-charset and find-charset-region for non-Mule XEmacs;
2918         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2919         encode-coding-region and encode-coding-string for XEmacs having no
2920         file-coding feature.
2921
2922 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2923
2924         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2925
2926 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2929         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2930
2931 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2932
2933         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2934         alias `jka-compr-delete-temp-file' no longer exists.
2935
2936 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2937
2938         Use define-minor-mode in Gnus where applicable.
2939         * mml.el (mml-mode): Use define-minor-mode.
2940         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2941         (gnus-undo-mode): Use define-minor-mode.
2942         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2943         (gnus-dead-summary-mode): Use define-minor-mode.
2944         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2945         Initialize in declaration.
2946         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2947         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2948         (gnus-mailing-list-mode): Use define-minor-mode.
2949         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2950         (gnus-draft-mode): Use define-minor-mode.
2951         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2952         (gnus-dired-mode): Use define-minor-mode.
2953
2954 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2955
2956         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2957         handles on recursive mml-to-mime translation and check them for
2958         boundary delimiter collisions.  Reported by Greg Troxel.
2959
2960 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2963
2964 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2965
2966         * mm-util.el (mm-find-buffer-file-coding-system):
2967         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2968
2969 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2970
2971         * message.el (message-generate-headers): Record insertion of optional
2972         headers as well.  Otherwise the check to prevent repeated insertion of
2973         optional headers is a no-op.
2974
2975 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * smime.el: Don't mention CVS.
2978
2979         * nnrss.el (nnrss-fetch): Don't mention CVS.
2980
2981         * nnir.el: Don't mention CVS.
2982
2983 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2984
2985         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2986
2987 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * lpath.el: Fbind bookmark-default-handler,
2990         bookmark-get-bookmark-record, bookmark-make-record-default,
2991         bookmark-prop-get for Emacs <23 and XEmacs.
2992
2993 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2994
2995         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2996         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2997         Use with-current-buffer to silence the byte-compiler.
2998         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2999         bother to require `gnus'.
3000         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3001
3002 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3003
3004         * gnus-sum.el (gnus-summary-bookmark-make-record)
3005         (gnus-summary-bookmark-jump): New functions.
3006         (gnus-summary-mode): Setup bookmark support.
3007
3008 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3009
3010         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3011         if set.
3012
3013 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3016         gnus-article-browse-html-save-cid-image; make it work recursively for
3017         forwarded messages as well.
3018         (gnus-article-browse-html-parts): Work when prefix arg is given.
3019         (gnus-article-browse-html-article): Doc fix.
3020
3021 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3022
3023         * message.el (message-default-mail-headers):
3024         (message-default-headers): Carry the value mail-default-headers over
3025         into message-default-mail-headers, rather than message-default-headers.
3026
3027 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3028
3029         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3030         charset.
3031
3032         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3033         charset into the <meta> tag when the article is encoded to utf-8.
3034
3035 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3038         directories as well.
3039         (gnus-article-browse-html-parts): Work for images that do not specify
3040         file names; delete temp directory when quitting; insert header at the
3041         right place; use file: scheme for image files.
3042
3043 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3044
3045         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3046         (gnus-article-browse-html-parts): Use it to make temporary cid image
3047         files in addition to html file so that browser may display them.
3048
3049 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3052
3053 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3054
3055         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3056
3057 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3058
3059         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3060         about Secret Service API sources.  Improve Customize options.
3061         (auth-source-pick): Change to accept any number of search parameters.
3062         Implement fallbacks iteratively, not recursively.  Add scoring on the
3063         second pass and sort by score.  Call Secret Service API when needed.
3064         (auth-source-user-or-password): Use it.  Call Secret Service API
3065         directly when needed to get the user name and the password.
3066
3067 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3068
3069         * message.el (message-interactive): Doc fix.
3070         (message-qmail-inject-args): Reflow.
3071         (message-kill-to-signature): Fix typo in docstring.
3072
3073         * smiley.el (smiley-buffer): Fix typo in docstring.
3074
3075 2010-03-24  Glenn Morris  <rgm@gnu.org>
3076
3077         * mail-source.el (gnus-message): Declare.
3078         (mail-source-delete-old-incoming): Require gnus-util.
3079
3080 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3083
3084         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3085
3086         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3087         password-cache's default if it is not bound.
3088         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3089         password-cache-expiry's default if it is not bound.
3090
3091         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3092         available in Emacs 21.
3093
3094         * lpath.el: Suppress compiler warnings for:
3095         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3096         XEmacs;
3097         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3098         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3099         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3100
3101 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * auth-source.el (auth-sources): Fix up definition so extra parameters
3104         are always inline.
3105
3106 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3107
3108         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3109         wasn't updated after mismatch.  Clear cached mailbox info correctly
3110         when uidvalidity changes.
3111         (nnimap-group-prefixed-name): New function to avoid some code
3112         duplication.
3113         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3114         (nnimap-request-group): Use it.
3115         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3116         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3117         with many imap folders.  This is done by caching the group status from
3118         the imap server persistently in a group parameter `imap-status'.  (This
3119         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3120         but not persistently, so every Gnus startup was still very slow.)
3121
3122 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3125         delete the extra newline.  Otherwise editing of :string and :number
3126         types don't work.
3127
3128 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3129
3130         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3131         secrets.el dependency.
3132         (auth-sources): Add optional user name.  Add secrets.el configuration
3133         choice (unused right now).
3134
3135 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3136
3137         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3138         `gnus-registry-install-shortcuts' fill in the functions.
3139
3140         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3141         warnings.
3142         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3143         (gnus-registry-install-shortcuts): Populate and use it in a
3144         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3145
3146 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3147
3148         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3149         In-place substitutions for the group name encoding/decoding.
3150         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3151         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3152         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3153         (nnimap-update-unseen, nnimap-request-list)
3154         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3155         (nnimap-request-set-mark, nnimap-split-to-groups)
3156         (nnimap-split-articles, nnimap-request-newgroups)
3157         (nnimap-request-create-group, nnimap-request-accept-article)
3158         (nnimap-request-delete-group, nnimap-request-rename-group)
3159         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3160         `encoded-mbx' for consistency.
3161         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3162         variable `imap-current-mailbox'.
3163
3164         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3165         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3166
3167 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3168
3169         * pop3.el (pop3-display-message-size-flag): Display message size byte
3170         counts during POP3 download.
3171         (pop3-movemail): Use it.
3172         (pop3-list): Implement listing of available messages.
3173
3174 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3175
3176         * nnir.el (nnir-get-article-nov-override-function): New function to
3177         override the normal NOV retrieval.
3178         (nnir-retrieve-headers): Use it.
3179
3180 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3181
3182         * auth-source.el (netrc-machine-user-or-password): Autoload.
3183
3184 2010-03-19  Glenn Morris  <rgm@gnu.org>
3185
3186         Stop message.el from loading about 40 libraries it doesn't always need.
3187         The general approach is to autoload rather than require, and to
3188         require in the specific functions rather than the file.  (Bug#5642)
3189
3190         * gmm-utils.el: Don't require wid-edit.
3191         (widget-create-child-value, widget-convert, widget-default-get):
3192         Autoload.
3193
3194         * gnus-util.el: Don't require time-date, netrc.
3195         (message-fetch-field, gnus-group-name-decode): Declare rather than
3196         autoloading.
3197         (gnus-fetch-field): Require message.
3198         (gnus-decode-newsgroups): Require gnus-group.
3199
3200         * ietf-drums.el: Don't require time-date.
3201
3202         * message.el: Don't require hashcash, canlock, ecomplete.
3203         Do require mail-utils.  Require nnheader only when compiling.
3204         (smtpmail-default-smtp-server): Remove declaration.
3205         (message-send-mail-function): Check smtpmail-default-smtp-server
3206         is bound rather than requiring smtpmail.
3207         (message-auto-save-directory, message-insert-signature): Use
3208         expand-file-name rather than nnheader-concat.
3209         (nnheader-insert-file-contents): Autoload.
3210         (hashcash-wait-async): Declare.
3211         (message-send-mail): Only call gnus-setup-posting-charset if
3212         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3213         (message-send-mail-with-sendmail): Require sendmail.
3214         (canlock-password, canlock-password-for-verify): Declare.
3215         (message-canlock-password): Require canlock.
3216         (nnheader-get-report): Autoload.
3217         (gnus-setup-posting-charset): Declare.
3218         (message-send-news): Require gnus-msg.
3219         (message-make-references, message-make-in-reply-to): Use mail-header-id
3220         rather than the alias mail-header-message-id.
3221         (ecomplete-add-item, ecomplete-save): Declare.
3222         (message-put-addresses-in-ecomplete): Require ecomplete.
3223         (ecomplete-display-matches): Autoload.
3224
3225         * mm-decode.el: Don't require mailcap, gnus-util.
3226         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3227         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3228         Autoload.
3229         (mailcap-mime-extensions): Declare.
3230
3231         * mm-encode.el: Don't require mailcap.
3232         (mailcap-extension-to-mime): Autoload.
3233
3234         * mml-sec.el: Don't require password-cache.
3235
3236         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3237         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3238         (mml-minibuffer-read-type): Require mailcap.
3239         (mml-preview): Require gnus-msg.
3240
3241         * mml1991.el: Require password-cache.
3242         (password-cache-expiry): Remove declaration.
3243
3244         * mml2015.el: Require password-cache.
3245         (password-cache-expiry): Remove declaration.
3246
3247         * nneething.el (mailcap): Require mailcap.
3248
3249         * nnheader.el (declare-function): Add compatibility stub.
3250         (message-remove-header): Declare rather than autoload.
3251         (nnheader-replace-header): Require message.
3252
3253         * nnimap.el (declare-function): Add compatibility stub.
3254         (netrc-parse, netrc-machine-user-or-password): Declare.
3255         (nnimap-open-connection): Require netrc.
3256
3257         * nntp.el (declare-function): Add compatibility stub.
3258         (netrc-parse, netrc-machine, netrc-get): Declare.
3259         (nntp-send-authinfo): Require netrc.
3260
3261         * rfc2047.el: Don't require qp.
3262         (quoted-printable-encode-region, quoted-printable-decode-string):
3263         Autoload.
3264
3265         * sieve-mode.el: Don't require easymenu.
3266         (easy-menu-add-item): Autoload it.
3267
3268         * spam-stat.el (time-to-number-of-days): Autoload it.
3269
3270 2010-03-19  Glenn Morris  <rgm@gnu.org>
3271
3272         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3273
3274 2010-03-18  Glenn Morris  <rgm@gnu.org>
3275
3276         * hashcash.el (declare-function): Remove duplicate definition.
3277
3278 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3279
3280         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3281         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3282         value if any backslash escapes).
3283
3284 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3287         if it is available.  (bug#5647)
3288
3289         * lpath.el: Suppress compiler warning for coding-system-from-name for
3290         Emacs 21 and XEmacs.
3291
3292 2010-03-14  Juri Linkov  <juri@jurta.org>
3293
3294         * hmac-def.el:
3295         * hmac-md5.el:
3296         * netrc.el: Fix keywords.
3297
3298 2010-02-26  Glenn Morris  <rgm@gnu.org>
3299
3300         * message.el (message-send-mail-function): Change the default, so that
3301         it inherits from a customized send-mail-function.  (Bug#5643)
3302
3303 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3306         shell-command-to-string signals an error (bug#5299).
3307
3308 2010-02-24  Glenn Morris  <rgm@gnu.org>
3309
3310         * message.el (message-smtpmail-send-it)
3311         (message-send-mail-with-mailclient): Doc fixes.
3312
3313 2010-02-16  Glenn Morris  <rgm@gnu.org>
3314
3315         * message.el (message-default-mail-headers): Change the default value
3316         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3317
3318 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3321         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3322
3323 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3324
3325         * time-date.el (date-to-time): Doc fix (Bug#5408).
3326
3327 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3328
3329         * message.el (message-mail): Just pass yank-action on to message-setup.
3330         (message-setup): Handle (FUN . ARGS) form of yank-action.
3331         (message-with-reply-buffer, message-widen-reply)
3332         (message-yank-original): Handle non-buffer values of
3333         message-reply-buffer (Bug#4080).
3334         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3335
3336 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3337
3338         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3339         Fix typo in docstring.
3340
3341 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3342
3343         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3344         response.
3345
3346 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3349
3350         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3351
3352         * message.el (message-check-news-header-syntax): Protect against a
3353         string that `rfc822-addresses' returns when parsing fails.
3354
3355 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3358         (gnus-previous-char-property-change): New functions.
3359
3360         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3361
3362 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3363
3364         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3365         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3366
3367 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3368
3369         * message.el (message-exchange-point-and-mark): Rework last change to
3370         avoid using optional arg of exchange-point-and-mark, for backward
3371         compatibility.
3372
3373 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3374
3375         * message.el (message-exchange-point-and-mark): Call
3376         exchange-point-and-mark with an argument rather than setting
3377         mark-active by hand (Bug#5175).
3378
3379 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * nntp.el (nntp-service-to-port): Work for service expressed with
3382         numeric string; replace [:digit:] with [0-9] for XEmacs.
3383
3384 2009-12-17  Glenn Morris  <rgm@gnu.org>
3385
3386         * gnus-group.el (gnus-bug-group-download-format-alist):
3387         Change emacs entry to debbugs.gnu.org.  Bump :version.
3388
3389 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3390
3391         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3392
3393 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3394
3395         * message.el (message-info): Explain why we use `Info-goto-node'.
3396
3397 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3400
3401 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3402
3403         * message.el (message-completion-in-region): New compatibility function.
3404         (message-expand-group): Use it.
3405
3406 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3409         with no unread article should be listed if the 2nd arg `predicate' is
3410         given.
3411
3412 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3415
3416 2009-11-29  Juri Linkov  <juri@jurta.org>
3417
3418         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3419         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3420         on `gnus-recenter'. (Bug#4698, Bug#4981)
3421
3422 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3423
3424         * sha1.el (sha1-string-external): default-directory "/" in case
3425         otherwise non-existent.  process-connection-type pipe for touch of
3426         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3427
3428 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3429
3430         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3431         it's comms related and sgml-mode.el has "comm" on that basis too.
3432
3433 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3434
3435         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3436         containing tspecial characters if they have been already quoted.
3437
3438 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3439
3440         * dns-mode.el (auto-mode-alist): Purecopy string.
3441
3442 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3443
3444         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3445
3446 2009-10-24  Glenn Morris  <rgm@gnu.org>
3447
3448         * gnus-art.el (help-xref-stack-item): Define for compiler.
3449
3450 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3451
3452         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3453
3454 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3457
3458 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3461         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3462
3463 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3464
3465         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3466         (gnus-overlays-in): New alias to overlays-in.
3467
3468         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3469         gnus-overlay-get, and gnus-delete-overlay.
3470         (gnus-summary-show-thread): Make it work as well for systems in which
3471         next-single-char-property-change is not available.
3472         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3473
3474         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3475         (gnus-overlay-get): New alias to extent-property.
3476         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3477
3478         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3479         SXEmacs.
3480
3481         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3482         SXEmacs.
3483
3484 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3485
3486         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3487
3488 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3489
3490         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3491         and XEmacs that don't have `remove-overlays'.
3492
3493 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3494
3495         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3496         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3497         selective display.  Use overlays instead.
3498
3499 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3500
3501         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3502
3503 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3504
3505         * spam-stat.el (spam-stat-load): Fix typo in message.
3506
3507 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3508
3509         * dig.el (dig-invoke): Fix typo in docstring.
3510         (query-dig): Reflow docstring.
3511
3512 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3513
3514         * gnus-art.el (gnus-article-encrypt-body):
3515         * message.el (message-check-recipients):
3516         * mm-util.el (mm-codepage-setup):
3517         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3518         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3519
3520 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3521
3522         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3523         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3524         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3525         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3526         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3527
3528 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3529
3530         * dig.el: Add "Keywords: comm", as per net-utils.el.
3531
3532 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3533
3534         * dig.el (dig-mode): Use define-derived-mode.
3535
3536 2009-09-19  Glenn Morris  <rgm@gnu.org>
3537
3538         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3539
3540 2009-09-18  Glenn Morris  <rgm@gnu.org>
3541
3542         * gnus-diary.el (gnus-diary-check-message):
3543         * message.el (message-insert-formatted-citation-line):
3544         * nnbabyl.el (top-level):
3545         * nndiary.el (nndiary-schedule):
3546         Fix typos in condition-case handlers.
3547
3548 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3551         configuration that provides the sole article window in a frame;
3552         position point correctly after deleting a part.
3553
3554 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3555
3556         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3557         (spam-resolve-registrations-routine): Use it to unregister articles
3558         that change status.
3559
3560 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3563         with XEmacs.
3564         (parse-time-string-chars): Use it.
3565
3566 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3567
3568         * imap.el (imap-interactive-login): Better messages.
3569         (imap-open): Fix bug with renamed buffer on reconnect.
3570         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3571         for easier debugging and cleaner code.  On successful (guessed based on
3572         server capabilities) secondary authentication, set imap-state
3573         correctly.
3574         (imap-last-authenticator): Define imap-last-authenticator as a variable
3575         to avoid warnings.
3576
3577 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * nnrss.el (nnrss-request-article): Remove binding of
3580         default-enable-multibyte-characters that has gotten needless by
3581         the 2007-07-13 change in rfc2047-encode-message-header.
3582
3583         * mml.el (mml-insert-multipart): Error on the message header.
3584         (mml-insert-part): Error on the message header; position point at
3585         the end of a MIME tag.
3586
3587 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * time-date.el (autoload): Expand define-obsolete-function-alias into
3590         defalias and make-obsolete for old Emacsen that Gnus supports.
3591         (with-no-warnings): Define it for old Emacsen.
3592         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3593         is available.
3594         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3595         float-time is available; suppress compile warning for time-to-seconds.
3596
3597         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3598         (gnus-float-time): Alias to float-time if it exists.
3599
3600         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3601         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3602         float-time is available; suppress compile warning for time-to-seconds.
3603
3604         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3605         XEmacs.
3606
3607 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * imap.el (imap-message-map): Docstring fix.
3610
3611 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3614         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3615         Add the optional argument `encoding' that overrides the default.
3616
3617         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3618         mm-encode-buffer.
3619
3620 2009-09-04  Glenn Morris  <rgm@gnu.org>
3621
3622         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3623         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3624         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3625         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3626         * mm-util.el (mm-with-unibyte-current-buffer)
3627         (mm-find-buffer-file-coding-system):
3628         * yenc.el (yenc-decode-region): Use default-value rather than
3629         default-enable-multibyte-characters.
3630
3631 2009-09-03  Glenn Morris  <rgm@gnu.org>
3632
3633         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3634         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3635         than default-enable-multibyte-characters.
3636
3637 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3638
3639         * gnus-art.el (gnus-article-read-summary-keys):
3640         Fix gnus-buffer-configuration's value temporarily used.
3641
3642 2009-09-02  Glenn Morris  <rgm@gnu.org>
3643
3644         * gnus-util.el (gnus-float-time): New function.
3645         * gnus-delay.el (gnus-delay-article):
3646         * gnus-sum.el (gnus-thread-latest-date):
3647         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3648         * nnspool.el (nnspool-request-newgroups):
3649         Use gnus-float-time rather than time-to-seconds.
3650         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3651
3652         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3653         (gnus-header-subject-face, gnus-header-newsgroups-face)
3654         (gnus-header-name-face, gnus-header-content-face):
3655         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3656         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3657         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3658         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3659         (gnus-cite-face-11):
3660         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3661         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3662         (gnus-server-closed-face, gnus-server-denied-face)
3663         (gnus-server-offline-face):
3664         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3665         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3666         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3667         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3668         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3669         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3670         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3671         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3672         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3673         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3674         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3675         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3676         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3677         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3678         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3679         (gnus-summary-high-undownloaded-face)
3680         (gnus-summary-low-undownloaded-face)
3681         (gnus-summary-normal-undownloaded-face)
3682         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3683         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3684         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3685         (gnus-splash-face):
3686         * message.el (message-header-to-face, message-header-cc-face)
3687         (message-header-subject-face, message-header-newsgroups-face)
3688         (message-header-other-face, message-header-name-face)
3689         (message-header-xheader-face, message-separator-face)
3690         (message-cited-text-face, message-mml-face):
3691         * sieve-mode.el (sieve-control-commands-face)
3692         (sieve-action-commands-face, sieve-test-commands-face)
3693         (sieve-tagged-arguments-face):
3694         * spam.el (spam-face):
3695         Mark face aliases with "-face" in the name as obsolete.
3696
3697 2009-09-01  Glenn Morris  <rgm@gnu.org>
3698
3699         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3700         than goto-line.
3701
3702 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3705         Don't move point if the command is invoked inside the message header.
3706
3707 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3708
3709         * imap.el (imap-send-command): Simplify.
3710         (imap-wait-for-tag): point-max -> buffer-size.
3711
3712 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3713
3714         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3715         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3716         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3717         * nnir.el (nnir-swish-e-index-file):
3718         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3719         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3720         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3721         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3722         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3723         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3724
3725 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3728         Don't save excursion.
3729
3730 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3731
3732         * nnheader.el (nnheader-find-file-noselect):
3733         * mm-util.el (mm-insert-file-contents):
3734         Use (default-value 'major-mode) instead of default-major-mode.
3735
3736 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3739
3740 2009-08-26  Glenn Morris  <rgm@gnu.org>
3741
3742         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3743         than placing in files.el.
3744
3745 2009-08-25  Glenn Morris  <rgm@gnu.org>
3746
3747         * nnir.el (top-level): Don't require cl at run-time.
3748         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3749         Replace cl-function substitute with gnus-replace-in-string.
3750         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3751         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3752         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3753         simplified expansions.
3754
3755 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3756
3757         * dig.el (dig): Add autoload cookie.
3758
3759 2009-08-22  Glenn Morris  <rgm@gnu.org>
3760
3761         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3762         goto-line.
3763
3764 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3765
3766         * parse-time.el (parse-time-string-chars): Save match data.
3767
3768 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3769
3770         * parse-time.el (parse-time-string-chars): Compute using character
3771         classes, to handle non-ascii characters (Bug#3190).
3772
3773 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3776
3777         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3778         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3779         (gnus-mm-display-part, gnus-mime-display-single)
3780         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3781         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3782
3783         * gnus-sum.el
3784         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3785         (gnus-summary-move-article): Add expirable mark to articles copied or
3786         moved to group that has auto-expire turned on if the option is non-nil.
3787
3788 2009-07-24  Glenn Morris  <rgm@gnu.org>
3789
3790         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3791         Fix typo.  (Bug#3903)
3792
3793 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3796         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3797         that should not be used for draft articles.
3798         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3799         that has no concern in minor mode keys.
3800         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3801         Abolish.
3802
3803 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3806         article without making inquiry to a user for unknown encoding.
3807
3808         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3809         (nnmaildir--scan): Assume i-node and device number that file-attributes
3810         returns might be cons-cell.
3811
3812         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3813
3814         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3815
3816 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3817
3818         * auth-source.el: Remove docs now in auth.texi.  Don't use
3819         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3820         `auth-source-hide-passwords' and use them.
3821
3822 2009-07-15  Glenn Morris  <rgm@gnu.org>
3823
3824         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3825
3826 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3829         excessive whitespace from the default values of title and description.
3830
3831 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3834         mail-fetch-field to fetch Content-Description header in order to
3835         exclude newlines.
3836
3837 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3838
3839         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3840         format used by GnuPG 2.0.11.
3841
3842 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3845         to deleted part.
3846
3847 2009-05-30  David Engster  <dengste@eml.cc>
3848
3849         * nnmairix.el: Remove old documentation in the commentary block.
3850         (nnmairix-request-group): Do not update active file for nnml back ends.
3851         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3852         end so that overview files are ignored.
3853         (nnmairix-update-groups): Make updating the groups more robust by using
3854         marks.
3855         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3856         with dollar characters in message-id.
3857
3858 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3861         2008-12-25 in dns.el.
3862
3863 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3864
3865         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3866         could happen if the text is only composed of spaces and/or tabs.
3867
3868 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3869
3870         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3871         when sending a queued message to avoid extra mml tags.
3872
3873 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3876
3877 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3880         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3881         rmail-toggle-header for XEmacs;
3882         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3883
3884 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-dired.el: Remove autoload for gnus-setup-message.
3887         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3888         displaying Gnus logo; always use compose-mail.
3889
3890 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3893
3894 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3897         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3898         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3899         available.
3900         (gnus-nocem-epg-verify): New function.
3901
3902 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3905
3906 2009-02-15  Glenn Morris  <rgm@gnu.org>
3907
3908         * gnus-util.el (rmail-insert-rmail-file-header)
3909         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3910         autoloads.
3911         (rmail-default-rmail-file): Remove unnecessary declaration.
3912         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3913
3914 2009-02-14  Glenn Morris  <rgm@gnu.org>
3915
3916         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3917         variable (only used in gnus-util, which declares it anyway).
3918         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3919         which was only needed by gnus-art (changed to not use it any more).
3920         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3921         only used in gnus-util, which autoloads it itself.
3922         (rmail-update-summary): Fix autoload.
3923
3924         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3925         rather than rmail-output-to-rmail-file.
3926
3927 2009-02-07  Glenn Morris  <rgm@gnu.org>
3928
3929         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3930         autoload of function that no longer exists.
3931         (rmail-toggle-header): Declare.
3932         (message-forward-rmail-make-body): Handle mbox Rmail.
3933
3934 2009-01-31  Glenn Morris  <rgm@gnu.org>
3935
3936         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3937         2009-01-09 change.
3938
3939 2009-01-31  Dave Love  <fx@gnu.org>
3940
3941         * imap.el (imap-fetch-safe): Bind debug-on-error.
3942         (imap-debug): Add imap-fetch-safe.
3943
3944 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3947         (auth-source-forget-all-cached): New convenience function.
3948         (auth-source-user-or-password): Accept list of modes or a single mode.
3949
3950         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3951         auth-source modes.
3952
3953         * netrc.el (netrc-machine-user-or-password): Use list of
3954         auth-source modes.
3955
3956         * nnimap.el (nnimap-open-connection): Use list of
3957         auth-source modes.
3958
3959         * nntp.el (nntp-send-authinfo): Use list of
3960         auth-source modes.
3961
3962 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3963
3964         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3965         now.
3966
3967 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3970         coding system in XEmacs; add a workaround for XEmacs.
3971
3972         * lpath.el: Fbind coding-system-aliasee.
3973
3974 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3977         of current-language-environment.
3978
3979 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3982         available at runtime.
3983
3984 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3987
3988 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3989
3990         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3991         the greatest positive fixnum value doesn't work under an XEmacs with
3992         bignum support; use the most-positive-fixnum constant instead,
3993         available since Emacs 21.1 with cl and XEmacs 21.1.
3994
3995 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3998         XEmacs gets not to work.
3999
4000 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * mm-util.el (mm-coding-system-priorities): Allow the value like
4003         "Japanese (UTF-8)" of current-language-environment.
4004
4005 2009-01-09  Glenn Morris  <rgm@gnu.org>
4006
4007         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4008         with last-command-event.
4009
4010 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4011
4012         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4013         in the doc string.
4014
4015         * message.el (message-fix-before-sending): Amend comment.
4016
4017 2009-01-08  Dave Love  <fx@gnu.org>
4018
4019         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4020
4021 2009-01-07  David Engster  <dengste@eml.cc>
4022
4023         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4024         simplified server definitions by converting it via
4025         gnus-server-to-method.
4026
4027 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4030         parameter's operands.
4031
4032 2009-01-06  David Engster  <dengste@eml.cc>
4033
4034         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4035         primary select method (for gnus-group-mark-article-as-read).
4036
4037 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4038
4039         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4040         `(gnus)Face', not `(gnus)X-Face'.
4041
4042 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * mm-util.el (mm-ucs-to-char): New function.
4045
4046         * mm-url.el (mm-url-decode-entities): Use it.
4047
4048         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4049         unicode-to-char.
4050
4051 2009-01-05  Dave Love  <fx@gnu.org>
4052
4053         * time-date.el: Require cl for `declare'.
4054
4055 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4056
4057         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4058         Dave Love.
4059
4060 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4061
4062         * message.el (message-fix-before-sending): Add `eight-bit' to
4063         illegible-text check.
4064
4065 2009-01-03  Michael Olson  <mwolson@gnu.org>
4066
4067         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4068         `headers' is nil.  This can occur if the IMAP server does not have
4069         permissions to read messages from a folder, but can write new messages
4070         to the folder.
4071         (nnimap-request-article-part): Do not insert `data' if it is nil.
4072
4073         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4074         characters which will confuse `read', so skip past them.
4075
4076 2009-01-01  Dave Love  <fx@gnu.org>
4077
4078         * imap.el (imap-string-to-integer): Fix typo.
4079         (imap-fetch-safe): New function.
4080         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4081
4082         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4083
4084         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4085         (imap-parse-greeting): Fix doc strings.
4086         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4087         (imap-parse-flag-list): Make messages unique.
4088         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4089
4090         * nnimap.el: Fix author email.
4091         (nnimap-split-rule): Add FIXME comment.
4092         (nnimap-debug): Fix doc string.
4093
4094 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4095
4096         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4097
4098 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4101         nslookup if resolv.conf isn't available.
4102         (dns-query): Rename from query-dns.
4103         (dns-query-cached): Rename from query-dns-cached.
4104
4105 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4108         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4109         to check if those variables exist (first appeared in Emacs 18.50).
4110
4111 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * mm-util.el (mm-line-number-at-pos): New function.
4114
4115         * spam-report.el (spam-report-process-queue): Use it.
4116
4117 2008-12-24  David Engster  <dengste@eml.cc>
4118
4119         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4120         parameters that haven't existed as variables as buffer-local variables.
4121
4122 2008-12-23  Dave Love  <fx@gnu.org>
4123
4124         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4125         cadar.
4126
4127         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4128         imap-starttls-p.
4129         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4130
4131 2008-12-22  Dave Love  <fx@gnu.org>
4132
4133         * imap.el: Fix author email.  Doc fixes.
4134         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4135         reply.
4136
4137 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4138
4139         * spam-report.el (spam-report-gmane-max-requests): New constant.
4140         (spam-report-gmane-wait): New variable.
4141         (spam-report-gmane-ham, spam-report-gmane-spam)
4142         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4143         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4144         the server.
4145
4146         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4147         Add explanations.
4148
4149         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4150         nnheader-accept-process-output and nnheader-read-timeout if available.
4151         (pop3-movemail): Use it.
4152
4153         * message.el (message-check-news-body-syntax): Fix signature check if
4154         there's an attachment.
4155
4156 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * mm-util.el: Add comments to the mm- emulating functions.
4159
4160 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4163         by Stephen Berman <stephen.berman@gmx.net>.
4164
4165 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * mm-util.el (mm-substring-no-properties): New function.
4168         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4169         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4170         (mm-string-to-multibyte): Doc fix.
4171
4172         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4173
4174 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4175
4176         * mml.el (mml-attach-file): Strip text properties from file name.
4177         (Bug#1574)
4178
4179 2008-12-16  Glenn Morris  <rgm@gnu.org>
4180
4181         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4182
4183 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4186         knows since the charset specified might be a bogus alias that
4187         mm-charset-synonym-alist provides.
4188
4189 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4190
4191         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4192         "ISO_8859-1".
4193
4194         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4195
4196 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * mm-util.el (mm-charset-eval-alist):
4199         Define it before mm-charset-to-coding-system.
4200         (mm-charset-to-coding-system): Add optional argument `silent';
4201         define it before mm-charset-override-alist.
4202         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4203         default value if it can be used in Emacs currently running;
4204         silence mm-charset-to-coding-system.
4205
4206 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4209         `allow-override' which says whether to use `mm-charset-override-alist'.
4210         (rfc2047-decode-encoded-words): Use it.
4211
4212         * mm-util.el (mm-charset-override-alist): Fix custom type;
4213         add `(gb2312 . gbk)' to choices.
4214
4215 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4216
4217         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4218         fast.
4219
4220         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4221
4222         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4223
4224 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4225
4226         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4227         on links.
4228
4229         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4230
4231 2008-12-03  Lute Kamstra  <lute@gnu.org>
4232
4233         * sha1.el: Remove leading * from docstrings of defcustoms,
4234         deffaces, defconsts and defuns.
4235
4236 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4239         users' addresses that don't have domain parts.
4240         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4241         rather than message-narrow-to-head since there will be the message
4242         header separator.
4243
4244 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4245
4246         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4247         since the result is inserted in a unibyte buffer anyway.
4248         (nnimap-demule-use-string-to-multibyte): Remove.
4249         (nnimap-demule): Alias it to mm-string-to-multibyte.
4250
4251 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4252
4253         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4254         variable for debugging bug#464 and bug#1174.
4255         (nnimap-demule): Use it.
4256
4257 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4260         score calculation correctly.
4261
4262 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4263
4264         * message.el (message-send-mail): Just set the buffer to unibyte
4265         rather than use mm-with-unibyte-current-buffer which does a lot more.
4266         (message-send-mail-partially): Don't bother with
4267         mm-with-unibyte-current-buffer since it's already been made unibyte by
4268         message-send-mail.
4269
4270 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4271
4272         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4273
4274 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4275
4276         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4277
4278 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4281         require itself and to remove `with-no-warnings'.
4282
4283 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * starttls.el (starttls-any-program-available): Get the name of the
4286         available TLS layer program.
4287         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4288         well as the host name in the "opening" message.
4289
4290         * auth-source.el (auth-source-cache, auth-source-do-cache)
4291         (auth-source-user-or-password): Cache passwords and logins by default,
4292         allow override with `auth-source-do-cache'.
4293         (auth-source-forget-user-or-password): Allow users to remove cache
4294         entries if needed.
4295
4296 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4297
4298         * md4.el (md4-buffer): Fix typo in docstring.
4299         (md4, md4-64): Doc fixes.
4300         (md4-pack-int32): Reflow docstring.
4301
4302 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4303
4304         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4305         condition-case to only the forward-sexp call.
4306
4307 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4308
4309         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4310         quotes contained.  Make it more robust regardless by an extra
4311         condition-case wrapper.
4312
4313 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4316
4317 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4318
4319         * nnml.el (nnml-request-expire-articles): Check if the function set to
4320         `nnmail-expiry-target' returns the symbol `delete'.
4321
4322         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4323
4324         * nnmail.el (nnmail-expiry-target): Fix custom type.
4325
4326 2008-10-02  Glenn Morris  <rgm@gnu.org>
4327
4328         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4329         Silence compiler warning.
4330
4331 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4332
4333         * tls.el (open-tls-stream): Show the actual command being
4334         executed, instead of the format string.
4335
4336 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * lpath.el: Fbind codepage-setup for Emacs 23.
4339
4340 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4341
4342         * mml.el (mml-menu): Don't assume mml2015 is bound.
4343
4344 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4347         exists.
4348
4349 2008-09-27  Glenn Morris  <rgm@gnu.org>
4350
4351         * gnus-util.el (mail-header-remove-comments): Autoload it.
4352
4353 2008-09-27  Andreas Schwab  <schwab@suse.de>
4354
4355         * gnus-util.el (gnus-split-references): Strip comments.
4356         (gnus-parent-id): Likewise.
4357
4358 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4359
4360         * message.el (message-confirm-send): Fix version.
4361
4362 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * message.el (message-idna-to-ascii-rhs-1): Use
4365         mail-extract-address-components rather than mail-header-parse-addresses
4366         that is an alias by default to ietf-drums-parse-addresses that does not
4367         support non-ASCII names in headers' contents.
4368
4369 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4370
4371         * message.el (message-confirm-send): Fixed variable documentation to
4372         avoid the "y/n" wording.
4373
4374 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4375
4376         * message.el (message-set-auto-save-file-name): Save to a different
4377         filename so multiple messages (especially drafts) can be recovered.
4378
4379 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4380
4381         * message.el (message-confirm-send): Add appropriate version.
4382
4383 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4384
4385         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4386         defvar.
4387
4388 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4389
4390         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4391         (mm-pkcs7-enveloped-magic): Ditto.
4392
4393 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4394
4395         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4396         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4397
4398 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4399
4400         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4401         default, it's better.
4402
4403 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4406         summary line gnus-number property and ignore them (with a warning
4407         message).
4408
4409 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4412         macro caddr in the interactive form since it won't be expanded.
4413
4414 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4417         `charset'; fix name of function called recursively.
4418         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4419
4420 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4423         (gnus-mime-set-charset-parameters): New function.
4424         (gnus-mime-view-part-as-charset): Use it to correctly display part
4425         specifying wrong charset.
4426
4427 2008-09-08  David Engster  <dengste@eml.cc>
4428
4429         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4430         in completing-read for back end server.
4431
4432 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * message.el (message-confirm-send): New variable to confirm sending a
4435         message.
4436         (message-send): Use it.
4437
4438 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4441
4442 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4445
4446 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4449         prevent tracking too many groups.
4450         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4451         Use it.
4452
4453 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4454
4455         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4456         moving point to the bottom of the window in order to avoid recentering.
4457
4458 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4461
4462         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4463         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4464         (gnus-article-beginning-of-window): Fix calculation.
4465
4466 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-msg.el (gnus-summary-supersede-article)
4469         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4470         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4471         message header.
4472
4473 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4474
4475         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4476         pending output coming after the status change.
4477
4478 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4479
4480         * message.el:
4481         * gnus-start.el:
4482         * gnus-registry.el: Remove VMS support.
4483
4484 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4487         macro.
4488         (rfc2104-hash): Use it.
4489
4490 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4493         (gnus-summary-sort-by-most-recent-date): New commands.
4494         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4495         and menu entries.
4496
4497 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4500         don't redisplay article for raw contents; remove plural articles stuff.
4501
4502         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4503         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4504         on gnus-summary-save-article; display results properly.
4505
4506 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * lpath.el: No need to fbind ns-focus-frame.
4509
4510 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4513
4514 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4517         gnus-save-all-headers.
4518
4519 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4520
4521         * gnus-util.el (ns-focus-frame): Remove declaration.
4522         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4523         like x.
4524
4525 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4526
4527         * rfc2104.el (rfc2104-zero): Delete defconst.
4528         (rfc2104-hex-alist): Likewise.
4529         (rfc2104-hex-to-int): Delete func.
4530         (rfc2104-hexstring-to-bitstring): Likewise.
4531         (rfc2104-nybbles): New defconst.
4532         (rfc2104-hash): Rewrite for speed.
4533
4534 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * tls.el (open-tls-stream): Make it work with the 2nd argument
4537         BUFFER that is a string but does not exist as a buffer object, as
4538         mentioned in the doc-string.
4539
4540 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4543         SXEmacs.
4544
4545 2008-07-16  Glenn Morris  <rgm@gnu.org>
4546
4547         * gnus-util.el (ns-focus-frame): Declare for compiler.
4548
4549 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4552         set as a group parameter.
4553         (gnus-summary-save-in-pipe): Work when it is called independently.
4554         (gnus-summary-pipe-to-muttprint): Don't modify
4555         gnus-summary-pipe-output-default-command.
4556
4557 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4558
4559         * message.el (message-send-mail-with-sendmail):
4560         Display the error message.
4561
4562 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus-art.el (gnus-default-article-saver):
4565         Add gnus-summary-save-in-pipe to choices.
4566         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4567         gnus-summary-pipe-output-default-command as the default command.
4568         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4569         instead of gnus-last-shell-command.
4570
4571         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4572         New user option.
4573         (gnus-summary-muttprint-program): Mention the value will be changed.
4574         (gnus-summary-save-article): Force showing of all headers.
4575         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4576
4577 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4578
4579         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4580
4581 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4582
4583         * nnimap.el (nnimap-id):
4584         * sieve-manage.el (sieve-manage-open): Doc fixes.
4585
4586 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4587
4588         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4589         if available.
4590
4591 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4592
4593         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4594
4595         * nnkiboze.el (nnkiboze-generate-group):
4596         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4597
4598         * nnmairix.el: Require CL.
4599
4600 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * dgnushack.el: Autoload get-display-table and put-display-table for
4603         XEmacs 21.5.
4604
4605         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4606         21.4 and SXEmacs.
4607
4608 2008-06-15  David Engster  <dengste@eml.cc>
4609
4610         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4611
4612 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4613
4614         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4615         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4616         runtime choice under XEmacs.
4617
4618         * gnus-sum.el (gnus-summary-set-display-table):
4619         Use `gnus-put-display-table', `gnus-get-display-table',
4620         `gnus-set-display-table' for the display table, instead of `aset'.
4621
4622         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4623         Use `gnus-put-display-table', `gnus-get-display-table',
4624         `gnus-set-display-table' for the display table.
4625
4626 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4627
4628         * nnmairix.el: Add autoloads.
4629
4630 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4631
4632         * nnmairix.el (nnmairix-delete-recreate-group)
4633         (nnmairix-update-and-clear-marks): Fix error messages.
4634
4635 2008-06-14  David Engster  <dengste@eml.cc>
4636
4637         * nnmairix.el: Upgrade to version 0.6.
4638         (nnmairix-group-toggle-propmarks-this-group)
4639         (nnmairix-group-toggle-readmarks-this-group)
4640         (nnmairix-group-delete-recreate-this-group)
4641         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4642         (nnmairix-remove-tick-mark-original-article): New commands.
4643         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4644         (nnmairix-propagate-marks-to-nnmairix-groups)
4645         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4646         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4647         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4648         functions needed for marks propagation and manipulation of read marks.
4649         (nnmairix-update-groups): New function.
4650         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4651         (nnmairix-determine-original-group-from-registry)
4652         (nnmairix-determine-original-group-from-path)
4653         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4654         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4655         New helper functions.
4656         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4657         keystrokes for new commands.
4658         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4659         (nnmairix-request-group): Check allow-fast group parameter.
4660         (nnmairix-request-create-group): Set allow-fast group parameter if
4661         nnmairix-allowfast-default is set.
4662         (nnmairix-close-group): Propagate marks upon closing if needed.
4663         (nnmairix-group-toggle-threads-this-group): Use new.
4664         nnmairix-group-toggle-parameter helper function.
4665         (nnmairix-search): Better check for empty search result.
4666         (nnmairix-goto-original-article): Use new helper functions for
4667         determining original article.
4668         (nnmairix-show-original-article): Make sure message-id is in brackets.
4669         (nnmairix-call-mairix-binary): Change variable name.
4670         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4671         helper function.
4672         (nnmairix-widget-toggle-activate): Fix doc string.
4673
4674 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * nnir.el: Require edmacro when compiling with XEmacs.
4677         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4678         available in Emacs 21.
4679
4680 2008-06-11  Glenn Morris  <rgm@gnu.org>
4681
4682         * gnus-util.el (x-focus-frame):
4683         * gnus.el (image-size):
4684         * mm-decode.el (image-size): Declare.
4685
4686         * gnus-picon.el (declare-function): Add compat definition.
4687         (image-size): Declare.
4688
4689         * gnus-group.el (tool-bar-map):
4690         * gnus-sum.el (tool-bar-map): Define for compiler.
4691
4692         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4693
4694         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4695
4696         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4697         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4698         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4699         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4700         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4701         * sieve-manage.el, spam-report.el, spam.el:
4702         Remove unnecessary eval-and-compile of autoloads.
4703
4704 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4705
4706         * auth-source.el: Precise Tramp doc.
4707
4708 2008-06-07  Glenn Morris  <rgm@gnu.org>
4709
4710         * nnmairix.el: Remove unnecessary eval-when-compile.
4711
4712 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * lpath.el: Fbind propertize for XEmacs 21.4.
4715
4716 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * nnir.el: Move here from ../contrib.
4719
4720 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * gnus-util.el (gnus-read-shell-command): New function.
4723         * mm-decode.el (mm-pipe-part):
4724         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4725
4726 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4729
4730 2008-06-03  Glenn Morris  <rgm@gnu.org>
4731
4732         * pop3.el (nnheader-accept-process-output): Autoload it.
4733
4734 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4735
4736         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4737         are not 2-digit hexadecimal characters that follow `%'s.
4738
4739 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4740
4741         * message.el (message-bogus-recipient-p): Fix type in doc string.
4742         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4743         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4744         Improve custom options.
4745         (message-bogus-recipient-p): Adjust accordingly.
4746
4747 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4748
4749         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4750         long-form month and day names.
4751
4752 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * dgnushack.el: Autoload debug, eudc-expand-inline and
4755         pgg-snarf-keys-region for XEmacs.
4756
4757         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4758
4759         * nnmairix.el: Require edmacro when compiling with XEmacs.
4760
4761 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4762
4763         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4764         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4765
4766 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * auth-source.el: Add more docs.
4769
4770         * netrc.el (netrc-machine): Always match if the port is not given.
4771
4772 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4775         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4776         retrieval faster in some cases, but might make CPU usage larger.  If
4777         this has any bad side effects, we might revert this change.
4778
4779         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4780         seems to make mail retrieval much, much faster.
4781         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4782         unconditionally.
4783
4784         * gnus-draft.el (gnus-group-send-queue): Bind
4785         message-send-mail-partially-limit to nil to avoid being prompted.
4786
4787 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4790
4791         * message.el (message-bogus-address-regexp): Fix and improve custom
4792         type.
4793         (message-setup-hook): Add message-check-recipients as custom option.
4794
4795 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4796
4797         * message.el (message-cite-function): Remove bogus autoload which crept
4798         in during merge from v5-10.
4799
4800 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4801
4802         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4803
4804         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4805
4806         * auth-source.el: Preliminary Tramp docs.
4807         (auth-sources): Change the default auth-sources to use
4808         EPA .gpg files.
4809
4810 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * nntp.el: Autoload `auth-source-user-or-password'.
4813         (nntp-send-authinfo): Use it.
4814
4815         * nnimap.el: Autoload `auth-source-user-or-password'.
4816         (nnimap-open-connection): Use it.
4817
4818         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4819         for the gnus-message function.
4820         (auth-source-user-or-password): Use it.
4821
4822 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4823
4824         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4825         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4826         (rfc2104-hash): Use it.
4827
4828 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4829
4830         * gnus-art.el (gnus-article-toggle-truncate-lines):
4831         Don't use `iff' in docstring.
4832
4833 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4834
4835         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4836
4837         * gnus-util.el (gnus-extract-address-component-name)
4838         (gnus-extract-address-component-email): Convenience functions around
4839         `gnus-extract-address-components'.
4840
4841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4842         Use `gnus-extract-address-component-email' to fix bug of comparing full
4843         sender name to `user-mail-address'.
4844
4845 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4848         catch/throw to optimize.
4849         (gnus-registry-find-keywords): Just use member to find a keyword.
4850
4851 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4854         is current before calling gnus-server-prepare.
4855         (gnus-server-setup-buffer, gnus-server-update-server)
4856         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4857
4858 2008-05-04  Juri Linkov  <juri@jurta.org>
4859
4860         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4861         (mailcap-file-default-commands): Use mailcap-replace-in-string
4862         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4863         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4864
4865 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4866
4867         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4868
4869 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4870
4871         * gnus.el: Bump version to 0.11.
4872
4873 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4874
4875         * gnus.el: No Gnus v0.10 is released.
4876
4877 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4880         hooks.
4881         (gnus-update-read-articles): Speed up non-marks-using users.
4882         (gnus-use-marks): Define gnus-use-marks.
4883         (gnus-propagate-marks): Rename variable to something more sensible.
4884
4885 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4886
4887         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4888         (gmm-image-load-path-for-library): Fix typos in docstrings.
4889         (gmm-message): Reflow docstring.
4890
4891 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * mail-source.el (mail-source-set-1, mail-source-bind):
4894         Move auth-source code out of the macro to clean it up and fix bugs.
4895
4896 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4899         by sender if it's equal to user-mail-address, it's likely to be
4900         useless.
4901
4902         * mail-source.el (mail-source-bind): Don't use user or password if they
4903         are not bound.  Unintern them if they are nil.  Don't use server unless
4904         it's bound, and default it to empty string otherwise.
4905
4906 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * mail-source.el: Load auth-source.el.
4909         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4910         get user name or password, if auth-sources is set up.
4911
4912         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4913         strategy of splitting with parent.
4914         (gnus-registry-split-fancy-with-parent)
4915         (gnus-registry-post-process-groups): Use it and fix prior
4916         bug (returning a list as the split result).
4917
4918         * auth-source.el (auth-sources): Remove server parameter.
4919         (auth-source-pick, auth-source-user-or-password)
4920         (auth-source-user-or-password-imap)
4921         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4922         (auth-source-user-or-password-sftp)
4923         (auth-source-user-or-password-smtp): Remove server parameter.
4924
4925 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4926
4927         * smime.el (smime-sign-region, smime-encrypt-region)
4928         (smime-decrypt-region):
4929         Remove redundant calls to `generate-new-buffer-name'.
4930
4931 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4932
4933         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4934         Don't use QP for message/rfc822.
4935         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4936
4937 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4938
4939         * sieve-manage.el (sieve-string-bytes): Remove.
4940         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4941         correct byte-length only if the process's coding-system is the same as
4942         the one used internally by Emacs to represent strings.
4943
4944 2008-04-22  Juri Linkov  <juri@jurta.org>
4945
4946         * mailcap.el (mailcap-file-default-commands): New function.
4947
4948 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4949
4950         * message.el (message-signature-separator, message-cite-function):
4951         Change custom version.
4952
4953 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4954
4955         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4956         commands.
4957         (tls-checktrust): Ditto.
4958
4959 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4960
4961         * mm-decode.el (mm-display-external): Make temp file read-only.
4962
4963 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4966         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4967         `C-c C-f d'.
4968
4969 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4970
4971         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4972
4973 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * gnus.el: Bump version to 0.9.
4976
4977 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4978
4979         * gnus.el: No Gnus v0.8 is released.
4980
4981 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * mail-source.el (mail-source-value):
4984         Prefer fboundp to functionp so it works with macros as well.
4985
4986 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4987
4988         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4989         Fix last change in case the element is not even a symbol.
4990
4991 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4992
4993         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4994         Prefer fboundp to functionp so it works with macros as well.
4995
4996 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * auth-source.el: Added docs.
4999         (auth-sources): Modify format to support server.
5000         (auth-source-pick, auth-source-user-or-password)
5001         (auth-source-user-or-password-imap)
5002         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5003         (auth-source-user-or-password-sftp)
5004         (auth-source-user-or-password-smtp): Add server parameter.
5005
5006 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * gnus-registry.el: Initialize the registry when gnus-registry-install
5009         is t.
5010
5011 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * compface.el (uncompface): Make buffer unibyte.
5014
5015 2008-04-05  Glenn Morris  <rgm@gnu.org>
5016
5017         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5018
5019 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5022         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5023
5024         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5025         multibyteness after rather than before erasing it.
5026
5027         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5028         mm-with-multibyte.
5029         (gnus-request-article-this-buffer): Make sure the proper decoding is
5030         used if gnus-original-article-buffer happens to be unibyte.
5031
5032         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5033         default-enable-multibyte-characters.
5034
5035         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5036         default-enable-multibyte-characters.
5037
5038         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5039
5040         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5041
5042 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5043
5044         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5045         (imap-message-copyuid-1): Use it.
5046         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5047         J. Williams in
5048         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5049
5050         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5051         imap-enable-exchange-bug-workaround.
5052         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5053
5054 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5055
5056         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5057         a 100 byte status-checks into a 2-3MB transfer for each group.
5058         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5059         to enable bug workaround or not.
5060         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5061
5062 2008-03-31  Glenn Morris  <rgm@gnu.org>
5063
5064         * message.el (mml2015-use): Declare for compiler.
5065         (message-info): Require mml2015 when appropriate.
5066
5067 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5070         whitespace.
5071
5072 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5073
5074         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5075         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5076         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5077         (nntp-service-to-port): New function.
5078         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5079         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5080         (nntp-open-netcat-stream): New function.
5081         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5082
5083 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5084
5085         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5086
5087 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5088
5089         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5090
5091 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5092
5093         * dns.el (dns-write): Use set-buffer-multibyte.
5094
5095 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5096
5097         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5098
5099 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * message.el (message-signature-separator): Change default.
5102         Improve custom type.
5103         (message-cite-function): Change default to
5104         message-cite-original-without-signature.
5105
5106         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5107         toggle.
5108
5109         * message.el (message-check-news-body-syntax): Fix signature check.
5110         (message-setup-1): Mark buffer as unmodified _after_ running
5111         message-setup-hook and handling message-alternative-emails.
5112         (message-shorten-references): Be more strict when building list of
5113         valid references to comply with GNKSA.
5114
5115         * gnus-group.el (gnus-read-ephemeral-bug-group)
5116         (gnus-read-ephemeral-debian-bug-group)
5117         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5118
5119         * message.el (message-info): Don't use booleanp which isn't supported
5120         in Emacs 21 and XEmacs.
5121
5122 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5123
5124         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5125         gnus-group-gmane-group-download-format.
5126         (gnus-group-read-ephemeral-gmane-group): Rename from
5127         gnus-group-read-ephemeral-gmane-group.
5128         (gnus-read-ephemeral-gmane-group-url): Rename from
5129         gnus-group-read-ephemeral-gmane-group-url.
5130         (gnus-bug-group-download-format-alist): New variable.
5131         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5132         (gnus-read-ephemeral-emacs-bug-group): New commands.
5133
5134 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5137         (gnus-visible-headers): Improve custom type.
5138
5139 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * mml.el (mml-menu): Add workarounds for XEmacs.
5142
5143         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5144         X-Boundary header.
5145
5146         * message.el (message-simplify-recipients): Fix previous commit.
5147
5148 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5149
5150         * mm-util.el (mm-set-buffer-multibyte): New function.
5151         * mm-decode.el (mm-copy-to-buffer): Use it.
5152
5153 2008-03-19  Glenn Morris  <rgm@gnu.org>
5154
5155         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5156         Accidentally removed in the sync process with Emacs.
5157
5158 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * message.el (message-alter-recipients-discard-bogus-full-name):
5161         New function.
5162         (message-alter-recipients-function): New variable.
5163         (message-get-reply-headers): Use it.
5164         (message-replace-header): New helper function.
5165         (message-recipients-without-full-name): New variable.
5166         (message-simplify-recipients): New command.
5167
5168         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5169
5170         * message.el (message-info): Handle EasyPG manual.
5171
5172         * mml.el (mml-menu): Add entry for EasyPG.
5173
5174 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5175
5176         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5177         parameter.
5178
5179         * message.el (message-disassociate-draft): Specify drafts group name
5180         fully.
5181
5182 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5185         unnecessary duplicates from the match list.
5186
5187 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5190
5191         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5192
5193         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5194         args of `how-many' of which the XEmacs version doesn't take; declare
5195         Info-index-next as function.
5196
5197 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * gnus-score.el (gnus-score-headers): Fix handling of
5200         gnus-inhibit-slow-scoring.
5201
5202         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5203         string.
5204         (gnus-button-url-regexp): Improve handling of parenthesis.
5205         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5206         (gnus-button-handle-info-keystrokes): Handle index entries.
5207
5208 2008-03-15  Glenn Morris  <rgm@gnu.org>
5209
5210         * parse-time.el (parse-time-string): Simplify.
5211
5212 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5215         Incoming* files.
5216
5217 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5220         (auth-source-pick): Use it.
5221
5222 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5223
5224         * binhex.el (binhex-decode-region-internal):
5225         * uudecode.el (uudecode-decode-region-internal):
5226         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5227         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5228         setting default-enable-multibyte-characters.
5229
5230 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * auth-source.el (auth-source-protocols)
5233         (auth-source-protocols-customize, auth-source-choices): Added and
5234         modified variable customizations and defaults.
5235         (auth-source-pick, auth-source-user-or-password)
5236         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5237         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5238         (auth-source-user-or-password-sftp)
5239         (auth-source-user-or-password-smtp): Use new variables and provide an
5240         interface to netrc.el.
5241
5242 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5245         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5246         Make sure the nntp port to specify is a string.
5247
5248 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5249
5250         * nntp.el: Use with-current-buffer.
5251         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5252         dubious mm-with-unibyte-current-buffer.
5253         (nntp-with-open-group-function): New function extracted from
5254         nntp-with-open-group macro.
5255         (nntp-with-open-group): Use the function, so it's easier to debug.
5256         Add indentation and debugging info.
5257         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5258         the use of the netcat alternatives.
5259
5260         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5261         Avoid mm-string-as-multibyte as well.
5262
5263         * nnweb.el (nnweb-insert-html):
5264         Remove use of nnheader-string-as-multibyte.
5265
5266         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5267         (nnheader-string-as-multibyte): Remove.
5268
5269         * mm-view.el: Use inhibit-read-only.
5270         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5271         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5272         or unibyte-string.
5273
5274         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5275         (mm-uu-yenc-extract): Use with-current-buffer.
5276
5277         * gnus-soup.el (gnus-soup-send-packet): Don't use
5278         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5279
5280         * nnmh.el: Use with-current-buffer.
5281         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5282         mm-string-as-multibyte on the output of mm-encode-coding-string.
5283
5284         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5285         (nnimap-request-move-article): Use with-current-buffer.
5286
5287         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5288         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5289         conversion uses string-make-unibyte rather than string-as-unibyte.
5290
5291         * gnus-msg.el: Use with-current-buffer.
5292
5293         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5294
5295 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5296
5297         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5298         string for caching if it is 'PIN.
5299
5300 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * lpath.el: Consider the case without Emacs/W3.
5303
5304 2008-03-08  Glenn Morris  <rgm@gnu.org>
5305
5306         * time-date.el (date-to-time, time-subtract, time-add)
5307         (safe-date-to-time): Doc fixes.
5308
5309 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * mail-source.el (mail-source-delete-old-incoming-confirm):
5312         Change default to nil.
5313         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5314
5315 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * lpath.el: Rearrange.
5318
5319         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5320         (gnus-article-goto-prev-page): Work for articles having ^L's.
5321
5322         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5323
5324         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5325
5326 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5327
5328         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5329         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5330         (gnus-bookmark-jump): Adjust some variable names.
5331
5332 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el: New package.
5335         (auth-source-choices): Add customization entry point variable.
5336
5337         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5338         bug.
5339
5340 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5341
5342         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5343         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5344         (gnus-registry-install-shortcuts): Rename from
5345         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5346         the `gnus-registry-mark-map' keymap dynamically from
5347         `gnus-registry-marks'.  The generated functions update the summary line
5348         when a registry mark is added or deleted, and will call
5349         `gnus-registry-install-p' (see the comments in the code).
5350         (gnus-registry-user-format-function-M): Use concat intelligently.
5351
5352         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5353         the registry mark functions.
5354
5355 2008-03-05  Glenn Morris  <rgm@gnu.org>
5356
5357         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5358         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5359         gnus-art.
5360         (top-level): No need to load own source when compiling.
5361
5362 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5365         Suggested by <chris.anderton@zetnet.co.uk>.
5366
5367 2008-03-04  Glenn Morris  <rgm@gnu.org>
5368
5369         * gnus-sum.el (top-level): No need to require gnus when compiling,
5370         since unconditionally required near start of file.
5371         (gnus-summary-display-while-building): Move definition before use.
5372
5373 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5376         formatting function.
5377
5378 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5379
5380         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5381         with plists.
5382         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5383         Use new format.
5384
5385 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5388         `where-is-internal' that returns a range of key sequences.
5389
5390 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5391
5392         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5393
5394         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5395         (gnus-summary-jump-to-group): Consider windows on other displayed
5396         frames as well.  Similar changes might be needed elsewhere, but that's
5397         the one I've bumped into during my use.
5398
5399         * nndoc.el (nndoc-oe-dbx-type-p):
5400         * gnus-msg.el (gnus-debug):
5401         * gnus-group.el (gnus-update-group-mark-positions):
5402         Use mm-string-to-multibyte.
5403
5404 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5407         doesn't handle NotDashEscaped.
5408
5409         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5410         (mml-dnd-attach-options): Fix typo in custom choice.
5411
5412         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5413         nndoc-article-type to mbox.
5414         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5415
5416         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5417         to nil, instead of html2text.
5418
5419         * imap.el (imap-debug): Add `imap-ping-server'.
5420
5421         * gnus-bookmark.el: Add FIXMEs.
5422
5423         * message.el (message-form-letter-separator)
5424         (message-send-form-letter-delay): New variables.
5425         (message-send-form-letter): Use them.  New command to send form
5426         letters.  Requested by Uwe Siart.
5427         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5428
5429 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * Update copyright years.
5432
5433 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         Sync from EMACS_22_BASE.
5436
5437         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5438
5439 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5440
5441         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5442         empty author.
5443
5444 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * gnus-registry.el (gnus-registry-marks): Add variable for
5447         customization of marks and their appearance.
5448         (gnus-registry-read-mark): Use it.
5449         (gnus-registry-do-marks): Add utility function to loop through
5450         `gnus-registry-marks'.
5451         (gnus-registry-install-shortcuts-and-menus): Add function to install
5452         shortcuts and menus.
5453         (gnus-registry-initialize): Use it.
5454         (gnus-registry-default-mark): Clarify documentation.
5455
5456 2008-02-29  Glenn Morris  <rgm@gnu.org>
5457
5458         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5459         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5460         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5461         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5462         Change defcustom :version from 23.0 to 23.1.
5463
5464 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5465
5466         * gnus-registry.el (gnus-registry-follow-group-p)
5467         (gnus-registry-post-process-groups): Add functions to aid registry
5468         splitting and improve logging.  Clarify behavior in function
5469         documentation.
5470         (gnus-registry-split-fancy-with-parent): Use them.
5471
5472 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5473
5474         * gnus-art.el: Use with-current-buffer.
5475
5476 2008-02-27  David Engster  <dengste@eml.cc>
5477
5478         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5479         Express real group name in the response.
5480
5481 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5484         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5485         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5486         autoload gnus-registry-fetch-group when compiling.
5487         (nnmairix-request-group-with-article-number-correction): Remove
5488         unreferenced argument passed to nnmairix-call-backend.
5489
5490 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5493         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5494         Wilde.
5495
5496 2008-02-27  Glenn Morris  <rgm@gnu.org>
5497
5498         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5499         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5500         variables to defconsts.  Convert comments to doc-strings.
5501         (nnmairix-last-server, nnmairix-current-server): Convert from free
5502         variables to defvars.  Convert comments to doc-strings.
5503         (gnus-registry-fetch-group): Autoload.
5504         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5505         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5506         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5507         caddr.
5508         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5509         nnmairix-request-group-with-article-number-correction call.
5510         (nnmairix-fast, nnmairix-group): New, less general names, for free
5511         variables passed from nnmairix-request-group to
5512         nnmairix-request-group-with-article-number-correction.  Declare.
5513         (nnmairix-request-group-with-article-number-correction):
5514         Use nnmairix-fast, nnmairix-group rather than fast, group.
5515
5516 2008-02-26  David Engster  <dengste@eml.cc>
5517
5518         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5519         version 0.5.
5520
5521 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5524         instead of making an extra function call.  Don't add the current group
5525         to articles only when they have the group.  Use
5526         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5527         Reported by David <de_bb@arcor.de>.
5528
5529 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5532         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5533
5534 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5535
5536         * mail-source.el (mail-source-delete-incoming): Change default.
5537         Supplement doc string.
5538
5539         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5540
5541 2008-02-14  Glenn Morris  <rgm@gnu.org>
5542
5543         * time-date.el (format-seconds): New function.
5544
5545 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * nnmail.el (nnmail-message-id-cache-file): Derive from
5548         `gnus-home-directory'.
5549
5550 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5553         Document negative prefix.
5554
5555         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5556
5557 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * message.el (message-unsent-separator): Add the Exim bounce
5560         separator.
5561
5562 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5563
5564         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5565         list.
5566         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5567         recipient/signer list.
5568
5569 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * Makefile.in (datarootdir): Define.
5572         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5573         name that might contain whitespace.
5574
5575 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5578         fbound (Emacs 23 unicode), signal an error.
5579
5580 2008-02-08  Glenn Morris  <rgm@gnu.org>
5581
5582         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5583
5584 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5585
5586         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5587         ports to the calls to `netrc-machine-user-or-password' in addition to
5588         "imap" and "imaps".
5589
5590 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5591
5592         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5593
5594         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5595
5596 2008-02-01  Kenichi Handa  <handa@m17n.org>
5597
5598         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5599         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5600         (rfc2104-hash): Convert the result of concat to unibyte string.
5601
5602 2008-02-01  Dave Love  <fx@gnu.org>
5603
5604         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5605         coding-system-for-read.
5606         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5607
5608 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5611         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5612         <hanche@math.ntnu.no>.
5613
5614 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5617
5618         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5619
5620 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5621
5622         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5623         * message.el (message-beginning-of-line): Use featurep instead of bound
5624         tests in order to resolve conditionals at compile time.
5625
5626 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5627
5628         * mail-source.el (mail-sources): Add `group' choice.
5629
5630         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5631         parameter `in-group' to control into which group the articles go.
5632         Add treatment of `group' mail-source.
5633
5634 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5637
5638         * mm-decode.el (mm-dissect-buffer): Decode description.
5639
5640         * mml.el (mml-to-mime): Encode message header first.
5641
5642 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5645         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5646
5647         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5648         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5649
5650 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5651
5652         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5653
5654 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5657         prefix keys.
5658         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5659         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5660         gnus-xmas.el.
5661
5662         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5663         (gnus-xmas-article-describe-bindings): New function.
5664         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5665         gnus-xmas-article-describe-bindings.
5666
5667         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5668
5669 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5672         Add new variables for article mark management.
5673         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5674         list of extra data entries which, when present, will indicate that the
5675         article ID should not be trimmed from the registry.
5676         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5677         functions.
5678         (gnus-registry-read-mark): New function to read a mark name from the
5679         user.
5680         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5681         (gnus-registry-set-article-mark-internal): New functions to add and
5682         remove marks.
5683         (gnus-registry-get-article-marks): New function to show the marks for
5684         an article, or retrieve them for further use.
5685
5686 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5689         keys when no argument is given.
5690
5691 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * imap.el (imap-ping-server): New variable.
5694         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5695         (imap-ping-server): Minor doc string fixes.
5696
5697 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5698
5699         * imap.el (imap-ping-server): New function.
5700         (imap-opened): Call imap-ping-server.
5701
5702 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * gnus-sum.el (gnus-article-sort-by-random)
5705         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5706         jidanni@jidanni.org.
5707
5708 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-article-describe-bindings): New function.
5711         (gnus-article-read-summary-keys): Use it.
5712         (gnus-article-mode-map): Bind `C-h b' to it.
5713
5714 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5717         XEmacs.
5718         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5719         against non-character events.
5720
5721         * lpath.el: Fbind map-keymap for Emacs 21.
5722
5723 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5726         command.
5727         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5728         instead of END.  Change name of the temp file.
5729         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5730         customizable.
5731
5732 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5735         bind `S W' to gnus-article-wide-reply-with-original; set default
5736         binding to gnus-article-read-summary-send-keys.
5737         (gnus-article-read-summary-keys): Fix the order of keys; display
5738         continuation keys correctly in the echo area; describe bindings
5739         correctly when keys end with `C-h'.
5740         (gnus-article-read-summary-send-keys): New function.
5741         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5742         for gnus-article-read-summary-send-keys; display continuation keys
5743         correctly in the echo area.
5744         (gnus-article-reply-with-original): Ignore prefix argument.
5745         (gnus-article-wide-reply-with-original): New function.
5746
5747         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5748         Emacs 21.
5749
5750 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5753         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5754
5755 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5758         (gnus-group-read-ephemeral-gmane-group): New command.
5759
5760 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5761
5762         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5763
5764 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * message.el (message-send-mail-function): Increase custom version.
5767
5768         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5769         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5770
5771 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5772
5773         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5774         for the cases where imap-authenticate is called with a nil buffer
5775         parameter.
5776
5777 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5780         html parts correctly; support forwarded messages.
5781         (gnus-article-browse-html-article): Remove work buffers.
5782
5783         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5784         compiling.
5785         (netrc-bound-and-true-p): New macro.
5786         (netrc-parse): Use it instead of bound-and-true-p that is not available
5787         in XEmacs 21.4.
5788
5789 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5790
5791         * gnus-registry.el (gnus-registry-mark-article)
5792         (gnus-registry-article-marks): Add functionality to mark articles
5793         through the Gnus registry.
5794
5795         * encrypt.el: Clarify documentation for the new pgg method.
5796         (encrypt-file-alist): Add PGG option.
5797         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5798         functionality.  Abstract password key and messaging to external
5799         functions.
5800         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5801         (encrypt-message-method-and-cipher): Add new convenience external
5802         functions.
5803         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5804         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5805
5806         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5807         (netrc-parse): Use encrypt-file-alist to determine if
5808         encrypt-find-model or encrypt-insert-file-contents should be used.
5809
5810         * encrypt.el: Clarify documentation.  Load password-cache or
5811         password, whichever one is found first, instead of autoloading.
5812
5813 2007-12-19  Glenn Morris  <rgm@gnu.org>
5814
5815         * mml.el (message-options-set, message-narrow-to-head)
5816         (message-in-body-p, message-mail-p, message-encode-message-body):
5817         Autoload.
5818         (message-remove-header, message-narrow-to-headers-or-head)
5819         (message-subscribed-p, message-make-mail-followup-to)
5820         (message-position-on-field, message-news-p)
5821         (message-options-set-recipient, message-generate-headers)
5822         (message-sort-headers): Declare as functions.
5823
5824 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5827         convention in doc string.
5828
5829 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5832         title to html parts.
5833         (gnus-article-browse-html-article): Pass message header to it.
5834
5835         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5836
5837 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5840         or password compatible with XEmacs.
5841
5842 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5845         format document.
5846         (gnus-mime-delete-part): Don't write description line if empty.
5847         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5848
5849 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5850
5851         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5852         (gnus-summary-mark-read-and-unread-as-read)
5853         (gnus-summary-mark-current-read-and-unread-as-read)
5854         (gnus-summary-mark-unread-as-ticked): Doc fix.
5855         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5856
5857 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5860         Christoph Conrad <christoph.conrad@gmx.de>.
5861
5862 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5865         yes-or-no-p.
5866
5867 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-decode.el (mm-add-meta-html-tag): New function.
5870         (mm-save-part-to-file, mm-pipe-part): Use it.
5871
5872         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5873         gnus-y-or-n-p instead of y-or-n-p.
5874         (gnus-article-browse-html-parts): Work with message/external-body; use
5875         mm-add-meta-html-tag.
5876
5877 2007-12-11  Glenn Morris  <rgm@gnu.org>
5878
5879         * gnus-cache.el: Require gnus-sum not just when compiling.
5880
5881         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5882
5883         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5884         definitions before use.
5885
5886         * mm-decode.el: Require gnus-util.
5887         (mm-remove-part): Only call delete-annotation on XEmacs.
5888
5889         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5890
5891         * nnmail.el: Require gnus-int.
5892
5893         * spam.el: Move `require's before `eval-when-compile's.
5894
5895         * gnus-ems.el (gnus-alive-p):
5896         * gnus-fun.el (message-goto-eoh):
5897         * gnus-util.el (gnus-group-name-decode):
5898         * mail-source.el (gnus-compress-sequence):
5899         * message.el (Info-goto-node, format-spec):
5900         * mm-bodies.el (message-options-get):
5901         * mm-decode.el (mm-view-pkcs7):
5902         * mm-util.el (gmm-write-region):
5903         * mml-smime.el (mml-compute-boundary)
5904         (gnus-completing-read-with-default):
5905         * mml.el (widget-button-press, gnus-make-hashtable):
5906         * mml1991.el (mm-decode-content-transfer-encoding)
5907         (mm-encode-content-transfer-encoding)
5908         (message-options-get, message-options-set):
5909         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5910         * nnfolder.el (gnus-request-group):
5911         * nnheader.el (ietf-drums-unfold-fws):
5912         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5913         * smime.el (gnus-run-mode-hooks):
5914         * spam-stat.el (gnus-message): Autoload.
5915
5916         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5917         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5918         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5919         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5920         Add declare-function compatibility definition.
5921
5922         * gnus-cache.el (nnvirtual-find-group-art):
5923         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5924         (gnus-add-image, gnus-add-wash-type):
5925         * gnus-group.el (nnkiboze-score-file):
5926         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5927         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5928         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5929         (message-tokenize-header, gnus-get-buffer-create)
5930         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5931         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5932         * gnus.el (gnus-group-decoded-name):
5933         * mail-source.el (imap-capability):
5934         * mm-bodies.el (message-options-set):
5935         * mm-decode.el (gnus-configure-windows):
5936         * mm-extern.el (message-goto-body):
5937         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5938         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5939         (epg-sub-key-validity, message-options-set):
5940         * mml.el (widget-event-point, gnus-configure-windows):
5941         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5942         * mml2015.el (epg-check-configuration, epg-configuration)
5943         (message-options-set):
5944         * nndb.el (nndb-request-article):
5945         * nnfolder.el (gnus-request-create-group):
5946         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5947         * nnmaildir.el (gnus-group-mark-article-read):
5948         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5949         * rfc1843.el (message-fetch-field):
5950         * spam.el (gnus-extract-address-components):
5951         Declare as functions.
5952
5953 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5956
5957         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5958
5959         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5960         bind show-trailing-whitespace for XEmacs.
5961
5962 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5965         new no-op macro for backward compatibility.
5966
5967         * imap.el (imap-string-to-integer): New function.
5968
5969 2007-12-09  Glenn Morris  <rgm@gnu.org>
5970
5971         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5972
5973         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5974         * message.el, mm-view.el, sieve-manage.el, smime.el:
5975         Add declare-function compatibility definition.
5976
5977         * gnus-art.el (w3-region, w3m-region, Info-menu):
5978         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5979         * gnus-sum.el (gnus-get-predicate):
5980         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5981         * message.el (mail-abbrev-in-expansion-header-p):
5982         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5983         (w3m-detect-meta-charset, w3m-region):
5984         * sieve-manage.el (password-read, password-cache-add)
5985         (password-cache-remove):
5986         * smime.el (password-read-and-add): Declare as functions.
5987
5988 2007-12-08  David Kastrup  <dak@gnu.org>
5989
5990         * gnus-sum.el (gnus-summary-simplify-subject-query):
5991         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5992         `message'.
5993
5994 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5997         it to bind idna-program, installation-directory, defined-colors, and
5998         face-attribute for XEmacs of the version that compiles defcustom forms.
5999
6000 2007-12-07  Glenn Morris  <rgm@gnu.org>
6001
6002         * gnus-art.el (article-make-date-line): Revert previous change.
6003
6004 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6007
6008 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6009
6010         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6011         Call gnus-add-to-range ranges only once with a prepared article-list.
6012
6013 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6014
6015         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6016         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6017         group names with backslashes.  Reported by Tassilo Horn
6018         <tassilo@member.fsf.org>.
6019
6020 2007-12-06  Deepak Goel  <deego3@gmail.com>
6021
6022         * gnus-art.el (article-make-date-line):
6023         * gnus-start.el (gnus-load):
6024         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6025
6026 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-art.el (gnus-use-idna)
6029         * gnus-start.el (gnus-site-init-file)
6030         * message.el (message-use-idna)
6031         * mm-uu.el (mm-uu-hide-markers)
6032         * smiley.el (smiley-style): Revert changes that suppress warnings.
6033
6034 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6037         specify charset to html source.  Reported by Christoph Conrad
6038         <christoph.conrad@gmx.de>.
6039
6040 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6043         idna-program in order to suppress byte compile warning issued by XEmacs
6044         that came to byte compile the default value section of defcustom forms
6045         recently.
6046
6047         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6048         value of installation-directory.
6049
6050         * message.el (message-use-idna): Don't directly refer to the value of
6051         idna-program.
6052
6053         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6054
6055         * smiley.el (smiley-style): Don't directly call face-attribute.
6056
6057 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6060
6061         * gnus-dired.el: Reduce Gnus dependencies.
6062         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6063         require.  Use autoloads instead.
6064         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6065         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6066         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6067         (gnus-dired-mode): Adjust doc string.
6068         (gnus-dired-mail-mode): New variable.
6069         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6070         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6071         (gnus-dired-mail-buffers): New function.  Return mail or message
6072         composition buffers.
6073         (gnus-dired-attach): Use it.
6074         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6075         NO-DECODE.
6076         (gnus-dired-print): Use `gnus-print-buffer' depending on
6077         `gnus-dired-mail-mode'.
6078
6079 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * rfc2047.el (rfc2047-encoded-word-regexp)
6082         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6083         explaining what regexp patterns are for.
6084
6085 2007-12-04  Glenn Morris  <rgm@gnu.org>
6086
6087         * password.el: Move to password-cache.el.
6088
6089         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6090         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6091         * mml-smime.el (password-read, password-cache-add)
6092         (password-cache-remove):
6093         No need to autoload, since mml-sec requires password.
6094
6095         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6096         * message.el (gnus-extract-address-components):
6097         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6098
6099         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6100         password.
6101
6102 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * mailcap.el: Reduce dependencies.
6105         (mail-header-parse-content-type): Autoload.
6106         (mailcap-delete-duplicates): New alias.
6107         (mailcap-mime-info): Add optional argument NO-DECODE.
6108         (mailcap-mime-types): Use mailcap-delete-duplicates.
6109
6110         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6111
6112 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6113
6114         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6115         (imap-parse-status): Upcase status-att for servers that sends them
6116         lower-case (e.g., MS Exchange 2007).
6117
6118 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6119
6120         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6121         function.
6122
6123         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6124         (gnus-uu-yenc-article): New function.
6125
6126         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6127
6128         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6129         buffer.
6130
6131 2007-12-02  Glenn Morris  <rgm@gnu.org>
6132
6133         * binhex.el (binhex): New custom group.
6134         (binhex-decoder-program, binhex-decoder-switches)
6135         (binhex-use-external): Move to the binhex custom group.
6136
6137         * uudecode.el (uudecode): New custom group.
6138         (uudecode-decoder-program, uudecode-decoder-switches)
6139         (uudecode-use-external): Move to the uudecode custom group.
6140
6141         * netrc.el (top-level): Don't load `encrypt' features.
6142         (netrc-parse): Don't use encrypt.
6143         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6144
6145         * encrypt.el: Remove file.
6146
6147 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6150         matches on patches.
6151
6152         * gnus-art.el (gnus-article-browse-html-article): Mention
6153         `mm-text-html-renderer' in the doc string.
6154
6155         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6156         string.  Add comments.
6157
6158         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6159         if rhs is ASCII.
6160
6161 2007-12-01  Glenn Morris  <rgm@gnu.org>
6162
6163         * mail-source.el (top-level): Require format-spec before
6164         eval-when-compile.
6165
6166 2007-11-30  Glenn Morris  <rgm@gnu.org>
6167
6168         * encrypt.el: Require password, rather than autoloading password-read.
6169
6170 2007-11-29  Glenn Morris  <rgm@gnu.org>
6171
6172         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6173         (sasl-make-client, sasl-next-step, sasl-step-data)
6174         (sasl-step-set-data): Declare as functions.
6175
6176 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6179
6180 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6181
6182         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6183         certs should be verified and what is to be done in the event of a
6184         verification failure.
6185
6186         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6187         caller can indicate whether the cache should be disregarded for this
6188         call.  This way the result of the call is reproducible at all times and
6189         can be considered a canonical server name for the supplied method.
6190         (gnus-agent-method-p): Canonicalize server names by pushing their
6191         method through `gnus-method-to-server' using the no-cache argument.
6192
6193         * gnus-srvr.el (gnus-server-insert-server-line): Call
6194         `gnus-method-to-server' with `no-cache' argument.
6195
6196         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6197         gnus-agent-possibly-synchronize-flags as this should be called when the
6198         server is actually being opened.
6199         (gnus-agent-possibly-synchronize-flags)
6200         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6201         flags file of an agentized server to the latter function.
6202
6203         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6204         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6205         after a connection has been established successfully.
6206
6207 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gnus-art.el (article-display-face): Force to display face if called
6210         interactively; check if gnus-article-x-face-too-ugly matches author.
6211         (article-display-x-face): Display face even if From header is missing
6212         as article-display-face does.
6213
6214 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6215
6216         * hashcash.el (message-narrow-to-headers-or-head)
6217         (message-fetch-field, message-goto-eoh)
6218         (message-narrow-to-headers): Declare as functions.
6219
6220 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * mail-source.el (mail-sources): Default to fetch from file for
6223         compatibility with default of nnmail-spool-file.
6224
6225 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6228         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6229         to look for encoded word that should be encoded again.
6230         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6231         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6232         encoding pattern.
6233         (rfc2047-decode-region): Switch strict regexp and loose one according
6234         to rfc2047-allow-irregular-q-encoded-words.
6235
6236 2007-11-25  Romain Francoise  <romain@orebokech.com>
6237
6238         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6239
6240 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * tls.el (tls-program): Provide more custom choices from
6243         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6244         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6245
6246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6249         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6250
6251         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6252         `nnmail-spool-file'.
6253
6254         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6255         `nnmail-spool-file'.
6256
6257         * gnus-move.el (gnus-change-server): Ditto.
6258
6259         * gnus-kill.el (gnus-batch-score): Ditto.
6260
6261         * gnus-cache.el (gnus-jog-cache): Ditto.
6262
6263         * gnus-msg.el (gnus-summary-reply):
6264         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6265
6266 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6267
6268         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6269         version.  Minor improvement to doc strings.
6270         (tls-program): Add comment.
6271
6272 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6273
6274         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6275         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6276         mismatch between the hostname provided in the certificate and the name
6277         of the host connnecting to.
6278         (open-tls-stream): Use them.  Check certificates against trusted root
6279         certificates.
6280
6281 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * gnus-cache.el (gnus-cache-generate-nov-databases):
6284         Use nnml-generate-nov-databases-directory instead of
6285         nnml-generate-nov-databases-1.
6286
6287 2007-11-24  Glenn Morris  <rgm@gnu.org>
6288
6289         * message.el (message-tool-bar-retro): Update for rename
6290         mail_send.xpm->mail-send.xpm.
6291
6292 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6295         `smime-ldap-search' for Emacs 22 and up.
6296
6297 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6298
6299         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6300
6301         * message.el (message-send-mail-function): Fix error convention.
6302         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6303         (message-widen-reply, message-send-mail, message-talkative-question)
6304         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6305         (message-clone-locals, message-send-news): Use with-current-buffer.
6306         (message-insert-or-toggle-importance): Remove unused var `valid'.
6307         (message-make-references): Remove unused var `new-references'.
6308         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6309
6310 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6311
6312         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6313         (spam-split-symbolic-return-positive): Reflow docstring.
6314         (spam-backends, spam-summary-exit-behavior)
6315         (spam-mark-ham-unread-before-move-from-spam-group)
6316         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6317         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6318         (spam-clear-cache, spam-backend-check, spam-install-backend)
6319         (spam-install-statistical-backend, spam-list-of-processors)
6320         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6321         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6322         (spam-check-crm114, spam-initialize, spam-unload-hook):
6323         Fix typos in docstrings.
6324
6325 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6328         been checked if they have never been read and those group levels are
6329         higher than the one that a user specified.
6330
6331 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6334         foreign groups unless a group level is specified by a user.
6335         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6336
6337 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * message.el (message-send-mail-function): Require sendmail.
6340
6341 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * message.el (message-send-mail-function): Check for smtpmail too.
6344
6345         * utf7.el (utf7-encode, utf7-decode): Use coding system
6346         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6347
6348         * message.el (message-send-mail-function): New function.
6349         (message-send-mail-function): Set default using
6350         message-send-mail-function.  Adjust doc string.
6351         (message-send-mail-with-mailclient): New function.
6352
6353 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6354
6355         * smime.el (from):
6356         * rfc2047.el (message-posting-charset):
6357         * qp.el (mm-use-ultra-safe-encoding):
6358         * pop3.el (parse-time-months):
6359         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6360         * nnml.el (files):
6361         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6362         (jka-compr-compression-info-list, ange-ftp-path-format)
6363         (efs-path-regexp):
6364         * nndiary.el (files):
6365         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6366         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6367         (epg-digest-algorithm-alist, inhibit-redisplay)
6368         (password-cache-expiry):
6369         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6370         (pgg-output-buffer, password-cache-expiry):
6371         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6372         (efs-path-regexp):
6373         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6374         (inhibit-redisplay):
6375         * mm-uu.el (file-name, start-point, end-point, entry)
6376         (gnus-newsgroup-name, gnus-newsgroup-charset):
6377         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6378         (latin-unity-ucs-list):
6379         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6380         (mm-uu-binhex-decode-function):
6381         * message.el (gnus-message-group-art, gnus-list-identifiers)
6382         (rmail-enable-mime-composing, gnus-local-organization)
6383         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6384         (gnus-read-active-file, facemenu-add-face-function)
6385         (facemenu-remove-face-function, gnus-article-decoded-p)
6386         (tool-bar-mode):
6387         * mail-source.el (display-time-mail-function):
6388         * gnus-util.el (nnmail-pathname-coding-system)
6389         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6390         (gnus-original-article-buffer, gnus-user-agent)
6391         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6392         (xemacs-codename, sxemacs-codename, emacs-program-version):
6393         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6394         * gnus-start.el (gnus-agent-covered-methods)
6395         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6396         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6397         (gnus-newsgroup-headers, gnus-group-list-mode)
6398         (gnus-group-mark-positions, gnus-newsgroup-data)
6399         (gnus-newsgroup-unreads, nnoo-state-alist)
6400         (gnus-current-select-method, mail-sources)
6401         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6402         (nnmail-spool-file, gnus-cache-active-hashtb):
6403         * gnus-mh.el (mh-lib-progs):
6404         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6405         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6406         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6407         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6408         (gnus-group-buffer):
6409         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6410         (font-lock-set-defaults):
6411         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6412         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6413         (gnus-summary-post-menu, total-parts, type, condition, length):
6414         * gnus-agent.el (gnus-agent-read-agentview):
6415         * flow-fill.el (show-trailing-whitespace):
6416         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6417         eval-and-compile wrappers for byte compiler pacifiers.
6418
6419         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6420         (mm-display-inline-fontify): Check for featurep 'xemacs not
6421         extent-list.
6422
6423         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6424         itimer-list.
6425         (mm-create-image-xemacs): Only do something for XEmacs.
6426         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6427
6428         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6429
6430         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6431         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6432
6433 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6434
6435         * nnimap.el (nnimap-split-download-body):
6436         * gnus-demon.el (gnus-demon):
6437         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6438
6439 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6442         macros.
6443         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6444         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6445         copy data from unibyte buffer to multibyte current buffer.
6446         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6447         to copy data from unibyte current buffer to multibyte buffer.
6448         (nntp-make-process-buffer): Make process buffer unibyte.
6449
6450         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6451
6452 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6453
6454         * pop3.el (pop3-open-server): Accept and process data more robustly at
6455         connexion start to avoid spurious "POP SSL connexion failed" errors.
6456
6457 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6460         read group names.
6461
6462 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6465
6466 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6469         (nnmail-save-active): Use a unibyte buffer when saving active file,
6470         which may contain non-ASCII group names.
6471
6472         * nnml.el (nnml-request-group): Decode group names in messages.
6473
6474 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * message.el (message-citation-line-function)
6477         (message-insert-formatted-citation-line): Fix spelling of
6478         `message-insert-formated-citation-line'.
6479
6480 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6483
6484 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6487         nnmail-pathname-coding-system.
6488
6489         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6490         that a user enters; decode group names in messages.
6491
6492         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6493
6494 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6497
6498         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6499
6500         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6501         risky local variable.
6502
6503         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6504
6505 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6506
6507         * encrypt.el: Improve documentation to fix function name typo.
6508         Reported by Daiki Ueno <ueno@unixuser.org>.
6509
6510 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6513         even if the point is not in the last page of an article.
6514         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6515         back to the previous page.
6516
6517 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6520
6521 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6524
6525 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6526
6527         * message.el (message-check-news-body-syntax): Avoid
6528         mm-string-as-multibyte.
6529         (message-hide-headers): Don't assume (point-min)==1.
6530
6531 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * message.el (message-remove-blank-cited-lines): Fix if remove is
6534         given.
6535         (message-bogus-address-regexp): New variable.
6536         (message-bogus-recipient-p): New function.
6537         (message-check-recipients): New command.
6538         (message-syntax-checks): Add `bogus-recipient'.
6539         (message-fix-before-sending): Add `bogus-recipient'.
6540
6541         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6542         (gnus-treat-body-boundary): Don't test window-system.
6543
6544 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6545
6546         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6547
6548 2007-10-28  Miles Bader  <miles@gnu.org>
6549
6550         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6551         at compile-time too.
6552
6553 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * gnus-msg.el (gnus-message-setup-hook): Add
6556         `message-remove-blank-cited-lines' to options.
6557
6558 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6559
6560         * message.el (message-remove-blank-cited-lines): New function.
6561         Suggested by Karl Plästerer.
6562
6563 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6566         mapc.
6567
6568         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6569         (top-level): Use mapc to set functions to be traced for debugging.
6570
6571         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6572         called for effect with while loop.
6573
6574         * message.el (message-talkative-question): Replace mapcar called for
6575         effect with mapc.
6576
6577         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6578         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6579         called for effect with dolist.
6580
6581         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6582
6583         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6584         gnus-extra-headers and nnmail-extra-headers.
6585
6586         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6587         called for effect with dolist.
6588         (top-level): Use mapc to set functions to be traced for debugging.
6589
6590         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6591         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6592         dolist.
6593
6594         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6595         Replace mapcar called for effect with mapc.
6596         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6597         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6598         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6599         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6600
6601         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6602         remove-if that's a cl function.
6603
6604         * webmail.el (webmail-debug): Replace mapcar called for effect with
6605         dolist.
6606
6607         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6608         with mapc.
6609
6610 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6613         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6614         with while loop.
6615
6616         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6617         functions from article-* functions.
6618         (gnus-multi-decode-header): Replace mapcar called for effect with
6619         dolist.
6620
6621         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6622         (gnus-bookmark-show-details): Replace mapcar called for effect with
6623         while loop.
6624
6625         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6626         called for effect with while loop.
6627
6628         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6629         with dolist.
6630
6631         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6632         mapcar called for effect with dolist.
6633
6634         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6635
6636         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6637         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6638         Replace mapcar called for effect with dolist.
6639         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6640         mapc.
6641
6642         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6643         Replace mapcar called for effect with dolist.
6644         (gnus-topic-list): Replace mapcar called for effect with mapc.
6645
6646         * gnus.el: Use mapc instead of mapcar to add autoloads.
6647
6648 2007-10-23  Richard Stallman  <rms@gnu.org>
6649
6650         * gnus-group.el (gnus-group-highlight): Mark as risky.
6651
6652 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus.el (gnus-server-to-method): Return method found first in
6655         gnus-newsrc-alist.
6656
6657         * gnus-art.el (gnus-article-highlight-signature)
6658         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6659         button overlay without the front stickiness.
6660
6661 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6662
6663         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6664         overview buffer needed a catch to receive its throw.
6665         (gnus-agent-flush-cache): Declared as interactive to make this function
6666         easier to use.
6667
6668 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6671         `next-line'.
6672
6673 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6676         exclude address matching message-dont-reply-to-names.
6677
6678 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-util.el (gnus-string<): New function.
6681
6682         * gnus-sum.el (gnus-article-sort-by-author)
6683         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6684
6685 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6688         the frame-focus tag is set in gnus-buffer-configuration.
6689
6690 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6693         the front stickiness.
6694
6695 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6698         url pattern; remove duplicate one.
6699         (gnus-article-extend-url-button): New function.
6700         (gnus-article-add-buttons): Use it.
6701         (gnus-button-push): Use concatenated url that it makes.
6702
6703 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6704
6705         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6706
6707 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6708
6709         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6710         Don't hardcode point-min==1.
6711
6712 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6715         Fix comment about "iso8859-1".
6716
6717 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6718
6719         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6720         ones returned from the verify-function.
6721
6722         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6723         mml2015-extract-cleartext-signature if extraction failed.
6724
6725 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6726
6727         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6728         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6729         failed.
6730
6731 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6734
6735 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6738         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6739         recommends to use EasyPG instead of PGG.
6740
6741         * pgg.el: Revert to revision 6.23.2.16.
6742
6743         * pgg-def.el: Revert to revision 6.6.2.14.
6744
6745         * pgg-gpg.el: Revert to revision 6.23.2.34.
6746
6747 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6748
6749         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6750         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6751         thread for both the null and zero (kill/expire thread) universal prefix
6752         cases.
6753         (gnus-summary-expire-thread): Add new function to expire a thread,
6754         using gnus-summary-kill-thread.
6755         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6756         shortcuts for gnus-summary-expire-thread.
6757         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6758         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6759
6760 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6761
6762         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6763         extras value, so an extras entry can be deleted.
6764         (gnus-registry-delete-extra-entry): Use it.
6765         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6766         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6767         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6768         storage through the gnus-registry, and provide an appropriate API for
6769         it.
6770
6771 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6774         Suggested by Leo <sdl.web@gmail.com>.
6775
6776         * gnus.el: Do.
6777
6778 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6781         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6782
6783         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6784
6785         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6786         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6787
6788 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6791         newline.
6792         (nnmbox-request-accept-article): Don't change article in source buffer;
6793         narrow to header to use message-fetch-field rather than
6794         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6795         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6796         as delimiters; make sure article ends with newline.
6797         (nnmbox-delete-mail): Correct last position of article to be deleted;
6798         ignore X-Gnus-Newsgroup header in article body.
6799         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6800         positions; make sure article ends with newline.
6801
6802         * message.el (message-display-abbrev): Don't infloop when a user
6803         inserts SPC in the beginning of header.
6804
6805         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6806         coding-system-for-read and coding-system-for-write for XEmacs having no
6807         file-coding feature.
6808
6809         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6810
6811 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6814         list of groups not followed by default.  Fix type to be regexp.
6815         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6816
6817 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6818
6819         * hmac-def.el (define-hmac-function): Switch from old-style to
6820         new-style backquotes.
6821
6822         * md4.el (md4-make-step): Likewise.
6823
6824 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6827         raw-text coding system when saving .newsrc file, which may contain
6828         non-ASCII group names.
6829
6830 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-cus.el (gnus-score-extra): New widget.
6833         (gnus-score-extra-convert): New function.
6834         (gnus-score-customize): Use it for Extra.
6835
6836 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6837
6838         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6839         (mml2015-mailcrypt-clear-verify): Use it.
6840         (mml2015-gpg-clear-verify): Use it.
6841         (mml2015-pgg-clear-verify): Use it.
6842         (mml2015-epg-clear-verify): Replace the current part with the output
6843         from GnuPG; don't extract the plaintext by itself.
6844
6845         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6846         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6847         mml2015-clear-verify-function; don't touch the armor headers or
6848         dash-escaped text here.
6849
6850 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6853         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6854         parts, or application/octet-stream as a last resort.
6855         (gnus-mime-view-part-as-type): Don't toggle display.
6856         (gnus-mime-view-part-as-charset): Don't turn off display before
6857         querying charset.
6858
6859         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6860         stuff to undisplayer function in Emacs.
6861         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6862
6863         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6864         text/calendar parts.
6865
6866 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6869         decoding text/calendar parts.
6870
6871         * message.el (message-forward-make-body-mime): Always mark body as
6872         having no illegible text; remove signed-or-encrypted argument.
6873         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6874
6875         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6876         (mml-generate-mime-1): Don't encode body if it is specified to be in
6877         raw form; don't make buffer be unibyte when inserting multibyte string.
6878
6879 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6880
6881         * sha1.el: Fix up comment style.
6882         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6883         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6884
6885         * hex-util.el: Fix up comment style.
6886         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6887
6888         * gnus-salt.el: Use with-current-buffer.
6889         (gnus-pick-setup-message): Fix long-standing typo.
6890
6891 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * imap.el (imap-logout-timeout): New variable.
6894         (imap-logout, imap-logout-wait): New functions.
6895         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6896
6897         * nnimap.el (nnimap-logout-timeout): New server variable.
6898         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6899         nnimap-logout-timeout.
6900
6901         * gnus-art.el (gnus-article-summary-command-nosave)
6902         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6903
6904 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * gnus.el (gnus-maximum-newsgroup): New variable.
6907
6908         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6909         according to gnus-maximum-newsgroup.
6910
6911         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6912         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6913         Limit the range of articles according to gnus-maximum-newsgroup.
6914
6915 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6916
6917         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6918         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6919         Don't perform gnus-configure-windows here; reuse existing sticky
6920         article buffer.
6921
6922         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6923         it doesn't exist in gnus-article-mode.
6924
6925 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6928         (gnus-agent-decoded-group-name): New function.
6929         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6930         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6931
6932 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6933
6934         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6935         Add binding for gnus-sticky-article.
6936         (gnus-summary-exit): Don't kill sticky article buffers.
6937
6938         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6939         article buffer.
6940         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6941         (gnus-kill-sticky-article-buffers): New commands.
6942
6943 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * nntp.el (nntp-xref-number-is-evil): New server variable.
6946         (nntp-find-group-and-number): If it is non-nil, don't trust article
6947         numbers in the Xref header.
6948
6949 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * gnus-agent.el (gnus-agent-read-group): New function.
6952         (gnus-agent-flush-group, gnus-agent-expire-group)
6953         (gnus-agent-regenerate-group): Use it.
6954         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6955         nnmail-pathname-coding-system.
6956
6957 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6960
6961         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6962         that are unread as unread, and also as selected so that information of
6963         marks having been changed by a user may be updated when exiting group.
6964
6965 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6968         calculated ignoring signature parts to gnus-treat-article.
6969
6970 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6973         a point here in order to keep the window start.
6974         (gnus-insert-mime-security-button): Make a button overlay without the
6975         front stickiness.
6976         (gnus-mime-display-security): Goto the end of a button.
6977
6978         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6979
6980 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6983         group-name-at-point.
6984         (gnus-group-completing-read): New function that offers decoded
6985         non-ASCII group names for completion.
6986         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6987         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6988         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6989         (gnus-group-fetch-control): Use it.
6990         (gnus-fetch-group): Use group-name-at-point for the initial value
6991         rather than the default value; use gnus-alive-p.
6992
6993         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6994         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6995         (gnus-summary-post-news): Use gnus-group-completing-read.
6996
6997         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6998         (gnus-read-move-group-name): Decode group name for completion.
6999
7000 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7001
7002         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7003         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7004         Yamaoka slightly modified the code).
7005
7006 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7009         (nnmail-split-incoming): Bind it.
7010
7011         * nnml.el (nnml-group-name-charset): New function.
7012         (nnml-decoded-group-name): Use it; don't decode group name if
7013         nnmail-group-names-not-encoded-p is non-nil.
7014         (nnml-encoded-group-name): New function.
7015         (nnml-group-pathname): Inline nnml-decoded-group-name.
7016         (nnml-request-expire-articles): Decode group name in message.
7017         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7018         nnmail-pathname-coding-system.
7019         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7020         not decoded ones according to nnmail-group-names-not-encoded-p.
7021         (nnml-generate-active-info): Use nnml-encoded-group-name.
7022
7023 2007-08-08  Glenn Morris  <rgm@gnu.org>
7024
7025         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7026         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7027         doc-strings and comments.
7028
7029 2007-07-25  Glenn Morris  <rgm@gnu.org>
7030
7031         * Relicense all FSF files to GPLv3 or later.
7032
7033 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-sum.el (gnus-summary-move-article): Make
7036         gnus-summary-respool-article work.
7037
7038 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7041         string.
7042
7043 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7044
7045         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7046         that should be ignored when comparing distant RSS articles with local
7047         ones.
7048         (nnrss-make-hash-index): New function.  Create a hash index according
7049         to the ignored fields.
7050         (nnrss-check-group): Use it.
7051
7052 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7055
7056         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7057
7058         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7059         the new optional argument ENCODED is non-nil.
7060         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7061         coding system for encoding group name.
7062         (gnus-group-make-rss-group): Pass un-encoded group name to
7063         gnus-group-make-group.
7064         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7065         encoded.
7066
7067         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7068         Encode group name to which articles are moved or copied.
7069         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7070         coding system for encoding Newsgroup, Followup-To and Xref headers.
7071
7072         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7073         marks; use nnheader-file-coding-system to write a file.
7074         (nnagent-retrieve-headers): Bind file-name-coding-system to
7075         nnmail-pathname-coding-system.
7076
7077         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7078
7079         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7080         (nnml-request-article, nnml-request-create-group)
7081         (nnml-request-rename-group, nnml-find-id)
7082         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7083         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7084         (nnml-save-marks): Use nnml-group-pathname instead of
7085         nnmail-group-pathname.
7086
7087         (nnml-request-create-group, nnml-request-expire-articles)
7088         (nnml-request-move-article, nnml-request-delete-group)
7089         (nnml-deletable-article-p, nnml-possibly-create-directory)
7090         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7091         (nnml-open-marks): Bind file-name-coding-system to
7092         nnmail-pathname-coding-system.
7093
7094         (nnml-request-article): Pass server argument to nnml-find-group-number.
7095         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7096         server argument to nnml-possibly-create-directory.
7097         (nnml-request-accept-article): Pass server argument to
7098         nnml-active-number and nnml-save-mail.
7099         (nnml-find-group-number): Pass server argument to nnml-find-id.
7100         (nnml-request-update-info): Pass server argument to
7101         nnml-marks-changed-p.
7102
7103         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7104         (nnml-save-mail, nnml-active-number): Add server argument.
7105
7106         (nnml-request-delete-group): Warn if group is missing.
7107         (nnml-get-nov-buffer): Decode group name.
7108         (nnml-generate-active-info): Encode group name.
7109         (nnml-open-marks): Decode group name in messages.
7110
7111 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7114         if it is not specified.
7115         (gnus-article-pipe-part, gnus-article-save-part)
7116         (gnus-article-interactively-view-part, gnus-article-copy-part)
7117         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7118         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7119         (gnus-article-replace-part, gnus-article-delete-part)
7120         (gnus-article-view-part-as-type): Pass raw prefix argument to
7121         gnus-article-part-wrapper.
7122
7123 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-agent.el (gnus-agent-save-active): Bind
7126         nnheader-file-coding-system to gnus-agent-file-coding-system.
7127
7128         * gnus-cache.el (gnus-cache-save-buffers)
7129         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7130         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7131         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7132         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7133         (gnus-cache-generate-active, gnus-cache-rename-group)
7134         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7135         (gnus-cache-update-overview-total-fetched-for): Bind
7136         file-name-coding-system to nnmail-pathname-coding-system.
7137         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7138         variables.
7139         (gnus-cache-decoded-group-name): New function.
7140         (gnus-cache-file-name): Use it.
7141         (gnus-cache-generate-active): Use non-decoded group name for active.
7142
7143         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7144         right place.
7145         (gnus-write-active-file): Don't break non-ASCII group names.
7146
7147         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7148         nnmail-pathname-coding-system.
7149
7150         * lpath.el: Bind default-file-name-coding-system,
7151         file-name-coding-system and language-info-alist for XEmacs.
7152
7153         * gnus-uu.el (gnus-uu-decode-save): Typo.
7154
7155 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7158
7159 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7162         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7163         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7164         (gnus-agent-flush-group, gnus-agent-flush-cache)
7165         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7166         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7167         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7168         (gnus-agent-regenerate-group)
7169         (gnus-agent-update-files-total-fetched-for)
7170         (gnus-agent-update-view-total-fetched-for): Bind
7171         file-name-coding-system to nnmail-pathname-coding-system.
7172         (gnus-agent-group-pathname): Don't encode file names by
7173         nnmail-pathname-coding-system.
7174         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7175         coding-system-for-write instead of buffer-file-coding-system to
7176         gnus-agent-file-coding-system.
7177
7178         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7179         Decode group name.
7180
7181         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7182
7183         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7184         (gnus-read-newsrc-el-file): Make group names unibyte.
7185
7186         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7187         nnmail-pathname-coding-system.
7188
7189         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7190         (nnrss-request-delete-group): Bind file-name-coding-system to
7191         nnmail-pathname-coding-system.
7192         (nnrss-read-server-data, nnrss-read-group-data): Bind
7193         file-name-coding-system correctly.
7194         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7195
7196         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7197         (nntp-server-to-method-cache): New variable.
7198         (nntp-group-pathname): New function that decodes non-ASCII group names.
7199         (nntp-possibly-create-directory, nntp-marks-changed-p)
7200         (nntp-save-marks, nntp-open-marks): Use it.
7201         (nntp-possibly-create-directory, nntp-open-marks):
7202         Bind file-name-coding-system to nnmail-pathname-coding-system.
7203         (nntp-open-marks): Decode group names when bootstrapping marks.
7204
7205         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7206         Newsgroups and Folowup-To headers.
7207
7208 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7211         (gnus-server-closed-face, gnus-server-denied-face)
7212         (gnus-server-offline-face): Remove variable.
7213         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7214
7215         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7216         of modifying message-stack directly for XEmacs.
7217
7218         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7219         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7220         if the coding-system argument is nil for XEmacs.
7221
7222         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7223         mm-charset-override-alist.
7224
7225         * rfc2047.el: Don't require base64; require rfc2045 for the function
7226         rfc2045-encode-string.
7227         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7228         to quote the parameter value.
7229
7230 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7233         form in gnus-group-name-charset-method-alist.
7234
7235         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7236         overrides the default layout edit-form.
7237
7238         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7239
7240         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7241
7242 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7245         as unfetched articles.
7246
7247 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7250
7251 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7254         original back end that keeps marks in the local system.
7255
7256 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7259         arg of pop-to-buffer for XEmacs.
7260         (gnus-article-read-summary-keys): Ditto; don't restore window
7261         configuration if summary command ends up with neither article buffer
7262         nor summary buffer; describe bindings if summary keys end with C-h.
7263
7264 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * message.el (message-fix-before-sending): Skip raw message part to be
7267         forwarded while checking illegible text.
7268         (message-forward-make-body-mime, message-forward-make-body): Mark
7269         signed or encrypted raw message as having no illegible text.
7270
7271 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7274         (gnus-message-with-timestamp-1): New macro.
7275         (gnus-message-with-timestamp): New function.
7276         (gnus-message): Use them.
7277
7278         * nnheader.el (nnheader-message): Use them.
7279
7280 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7283         .newsrc.eld file.
7284
7285 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-agent.el (gnus-agent-fetch-headers)
7288         (gnus-agent-retrieve-headers): Bind
7289         gnus-decode-encoded-address-function to identity.
7290
7291         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7292         available also when the server returns simply a dot.
7293
7294         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7295
7296 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7299
7300 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-ems.el (gnus-x-splash): Make it work.
7303
7304         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7305         from being used.
7306
7307         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7308
7309 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7312         4th and the 5th arguments.
7313
7314         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7315         the front stickiness.
7316         (gnus-article-summary-command-nosave): Correct the order of the
7317         arguments passed to pop-to-buffer.
7318         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7319         summary command ends up with the article buffer.
7320
7321         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7322         the same faces.
7323
7324 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7325
7326         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7327
7328 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7329
7330         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7331         * gnus-sum.el (gnus-summary-highlight):
7332         * pgg.el (pgg-sign-region, pgg-sign):
7333         * mail-source.el (mail-source-delete-old-incoming-confirm):
7334         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7335
7336 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (gnus-mime-view-part-externally)
7339         (gnus-mime-view-part-internally): Fix predicate function passed to
7340         completing-read.
7341
7342         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7343
7344         * gnus.el (gnus-update-message-archive-method): Add :version.
7345
7346 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus.el (gnus-update-message-archive-method): New variable.
7349
7350         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7351         according to gnus-message-archive-method if
7352         gnus-update-message-archive-method is non-nil.
7353
7354 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7357         by Loic Dachary <loic@dachary.org>.
7358         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7359
7360 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * message.el (message-pop-to-buffer): Add switch-function argument.
7363         (message-mail): Pass switch-function argument to it.
7364
7365 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7368         Improve doc string.
7369
7370 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7373         (gnus-header-content)
7374         * gnus-cite.el (gnus-cite-10)
7375         * gnus-srvr.el (gnus-server-closed)
7376         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7377         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7378         (gnus-group-mail-3-empty, gnus-group-mail-low)
7379         (gnus-group-mail-low-empty, gnus-splash)
7380         * message.el (message-header-to, message-header-cc)
7381         (message-header-subject, message-header-other, message-header-name)
7382         (message-header-xheader, message-separator, message-cited-text)
7383         (message-mml): Lighten colors of faces used for dark background.
7384
7385 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7386
7387         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7388         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7389
7390 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * message.el (message-narrow-to-headers-or-head):
7393         Ignore mail-header-separator in the body.
7394
7395 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7398         same as window size.
7399
7400 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7401
7402         * message.el (message-font-lock-keywords): Use message-header-xheader
7403         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7404         ahead of the anything pattern, to get it recognised.
7405
7406 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7409         spam.el loads uses it in the compiled defadvice form.
7410
7411 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7412
7413         * gnus-sum.el (gnus-articles-to-read)
7414         (gnus-summary-insert-old-articles): Don't truncate group name for
7415         `read-string'.
7416
7417         * gnus-util.el (gnus-limit-string): Delete this function.
7418
7419         * gnus-sum.el (gnus-simplify-subject-fully): Use
7420         `truncate-string-to-width' instead.
7421
7422 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7423
7424         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7425         if, on summary exit, the next group has to be selected.
7426         (gnus-summary-exit): Use it.
7427
7428 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7431         non-break space.
7432
7433 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7436         Check if group is not a directory.
7437         (nnfolder-request-expire-articles): Don't delete articles if the target
7438         group is not available.
7439
7440         * nnml.el (nnml-request-create-group): Properly check if group is not a
7441         file.
7442         (nnml-request-expire-articles): Don't delete articles if the target
7443         group is not available.
7444
7445         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7446         Don't quote characters that are within parentheses.
7447
7448 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7451         (gnus-handle-ephemeral-exit): Select article according to it.
7452
7453 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * message.el (message-insert-formated-citation-line): Remove newline.
7456         (message-citation-line-format): Add final \n here so that the user can
7457         avoid a blank line.
7458
7459 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7460
7461         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7462         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7463         Update lanl/arXiv support.
7464
7465 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus.el: Bump version number.
7468
7469 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * gnus.el (gnus-version-number): Bump version.
7472
7473 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7474
7475         * gnus.el: No Gnus v0.6 is released.
7476
7477 2007-04-27  Didier Verna  <didier@xemacs.org>
7478
7479         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7480         * gmm-utils.el (gmm-regexp-concat): here.
7481         * message.el: Don't require 'gnus-util.
7482         (message-dont-reply-to-names): Handle name change above.
7483         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7484
7485 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7488         since the initial value varies according to the system.
7489
7490 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7493
7494 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7495
7496         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7497
7498 2007-04-24  Didier Verna  <didier@xemacs.org>
7499
7500         Improve the type of gnus-ignored-from-addresses.
7501         * gnus-util.el (gnus-orify-regexp): New function.
7502         * message.el (gnus-util): Require it.
7503         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7504         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7505         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7506
7507 2007-04-24  Didier Verna  <didier@xemacs.org>
7508
7509         * gnus-sum.el:
7510         * gnus-utils.el: Fix some trailing whitespaces.
7511
7512 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7515         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7516         article's Message-ID; refer parent article in summary buffer.
7517
7518         * message.el (message-bounce): Call mime-to-mml.
7519
7520         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7521         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7522         optimize and/or forms properly.
7523
7524 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7527         URL.
7528
7529 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7532
7533 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7536         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7537         displayed of multipart/alternative part if it is invoked from summary
7538         buffer.
7539
7540         * mm-view.el (mm-inline-text-html-render-with-w3m)
7541         (mm-inline-text-html-render-with-w3m-standalone)
7542         (mm-inline-render-with-function): Use mail-parse-charset by default.
7543
7544 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7545
7546         * parse-time.el (parse-time-string-chars): Check if CHAR
7547         is less than the length of parse-time-syntax.
7548
7549 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7552         from gnus-newsgroup-processable.
7553
7554 2007-04-16  Didier Verna  <didier@xemacs.org>
7555
7556         * gnus-msg.el (gnus-configure-posting-styles): Handle
7557         message-signature-directory properly with :file syntax.  Reported by
7558         "Leo".
7559
7560 2007-04-11  Didier Verna  <didier@xemacs.org>
7561
7562         New user option: message-signature-directory.
7563         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7564         * message.el (message-insert-signature): Ditto.
7565         * message.el (message-signature-file): Doc update.
7566         * message.el (message-signature-directory): New.
7567
7568 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-msg.el (gnus-inews-yank-articles): Use
7571         message-exchange-point-and-mark instead of exchange-point-and-mark.
7572
7573 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * message.el (message-yank-original): Make sure cited text ends with
7576         newline; don't exchange point and mark.
7577
7578 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7579
7580         * tls.el (open-tls-stream): Properly handle case where there
7581         is no associated buffer.
7582
7583 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7584
7585         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7586         message-yank-original, make sure (< mark TEXT point).
7587
7588 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * message.el (message-fill-column): New variable.
7591         (message-mode): Use it.  Add comment on a possible new hook.
7592
7593         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7594         (nnmail-get-new-mail): Reformat.
7595
7596         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7597
7598         * gmm-utils.el: Fix Commentary.
7599         (gmm-tool-bar-from-list): Fix typo in doc string.
7600
7601 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7602
7603         * message.el (message-yank-original): Don't switch point and mark
7604         unnecessarily to put point and mark as documented.
7605
7606 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7607
7608         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7609         from the message heads.
7610
7611 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7612
7613         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7614         article buffer does not have a window.  This may not be the best
7615         solution but is certainly better than setting the start of the null,
7616         that is the current, window.
7617
7618 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7619
7620         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7621         (gnus-draft-setup): Run it.
7622
7623         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7624         gnus-score-fast-scoring.  Allow regexp.
7625         (gnus-score-headers): Use it.
7626
7627         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7628         XEmacs.
7629
7630         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7631         string.
7632         (gnus-button-alist): Also catch `<f1> k ...'.
7633         (gnus-treat-display-x-face): Fix doc string.
7634
7635 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7636
7637         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7638         evaluation of gnus-extended-version to ensure correct generation of the
7639         User-Agent header when message-generate-headers-first is used.
7640
7641 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7642
7643         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7644         hashcash-path is nil.  Don't call callback with incorrect number of
7645         parameters if val is 0.
7646
7647 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7648
7649         * message.el (message-required-news-headers):
7650         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7651
7652 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7653
7654         * tls.el (open-tls-stream): In handshake-waiting loop,
7655         don't wait more if there is output available to process.
7656
7657 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7658
7659         * tls.el (tls-program): Doc fix.
7660
7661 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * message.el (message-generate-new-buffers): Change the meaning of the
7664         nil value; add `standard' to the choices; treat t as `unique'; improve
7665         doc string.
7666         (gnus-select-frame-set-input-focus): Autoload.
7667         (message-buffer-name): Search for the existing message buffer if
7668         message-generate-new-buffers is nil or `standard'; treat the value t of
7669         message-generate-new-buffers as `unique'.
7670         (message-pop-to-buffer): Raise the frame already displaying the message
7671         buffer; clear the echo area after querying.
7672         (message-setup): Pass the `continue' argument to compose-mail.
7673         (message-mail): Prefer `switch-function' if it is given; search for the
7674         existing message buffer if the `continue' argument is non-nil; pass
7675         continue and switch-function arguments to compose-mail by way of
7676         message-setup.
7677         (message-mail-other-window): Adjust argument of message-setup.
7678         (message-mail-other-frame): Ditto.
7679
7680 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7683         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7684         to turn font-lock on when turning gnus-message-citation-mode on.
7685
7686 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7687
7688         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7689         (mml-smime-function-alist): New variable; add epg as the backend.
7690         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7691         mml-smime- functions instead.
7692         * mm-view.el: Require smime.
7693
7694 2007-03-05  Didier Verna  <didier@xemacs.org>
7695
7696         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7697         instead of just inheritance for posting styles.
7698         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7699
7700 2007-02-24  Chris Moore  <dooglus@gmail.com>
7701
7702         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7703         * pgg-pgp.el (pgg-pgp-encrypt-region):
7704         * pgg-gpg.el (pgg-gpg-encrypt-region):
7705         Check pgg-encrypt-for-me if no other recipients.
7706
7707 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7708
7709         * tls.el (tls-certtool-program): Fix custom type.
7710
7711 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7714         and point-at-eol instead of line-(beginning|end)-position.
7715
7716         * assistant.el (assistant-parse-buffer): Ditto.
7717
7718         * netrc.el (netrc-parse-services): Ditto.
7719
7720 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7721
7722         * mml2015.el (mml2015-epg-find-usable-key): New function.
7723         (mml2015-epg-sign): Use it.
7724         (mml2015-epg-encrypt): Use it.
7725
7726 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * message.el (message-make-in-reply-to): Quote name containing
7729         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7730         if there are special characters.  Reported by NAKAJI Hiroyuki
7731         <nakaji@jp.freebsd.org>.
7732
7733 2007-02-27  Didier Verna  <didier@xemacs.org>
7734
7735         Include the group parameters as well as the topic ones in the
7736         inheritance filter process.
7737         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7738         argument GROUP-PARAMS-LIST.
7739         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7740
7741 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * nntp.el (nntp-never-echoes-commands)
7744         (nntp-open-connection-functions-never-echo-commands): New variables.
7745         (nntp-send-command): Use them.
7746
7747 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7748
7749         * mml2015.el (mml2015-epg-verify): Simplified.
7750
7751 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * mml.el (mml-content-disposition-alist): New user option.
7754         (mml-content-disposition): New function.
7755         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7756         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7757
7758 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7759
7760         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7761         verification.
7762
7763 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7764
7765         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7766         articles posted in the last 24 hours.
7767
7768 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7769
7770         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7771
7772 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7773
7774         * nntp.el (nntp-send-command): Don't wait for echoes when
7775         nntp-open-ssl-stream is used.
7776
7777 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7780         (gnus-message-add-citation-keywords)
7781         (gnus-message-remove-citation-keywords): Remove.
7782         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7783         directly, make the variables in font-lock-defaults buffer-local, add
7784         gnus-message-citation-keywords to them and then update the value of
7785         font-lock-keywords.
7786
7787 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * message.el (message-cite-original-1): Don't call
7790         gnus-article-highlight-citation.
7791
7792         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7793         citations; fix line count.
7794
7795 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7798         (gnus-message-add-citation-keywords)
7799         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7800         versions of font-lock-add-keywords and font-lock-remove-keywords to
7801         work with XEmacs correctly.
7802
7803 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-cite.el (gnus-cite-face-list): Set the values of
7806         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7807         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7808         (gnus-message-cite-prefix-regexp): New variable.
7809         (gnus-message-search-citation-line): Use it; protect against long
7810         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7811         the 0th match data for Emacs.
7812         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7813         (gnus-message-add-citation-keywords): Append keywords rather than
7814         prepending; emulate font-lock-add-keywords if it is not available.
7815         (gnus-message-remove-citation-keywords): Emulate
7816         font-lock-remove-keywords if it is not available.
7817
7818         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7819
7820         * message.el (message-cite-prefix-regexp): Set the value of
7821         gnus-message-cite-prefix-regexp.
7822
7823 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7824
7825         * nnweb.el (nnweb-google-parse-1): Update parser.
7826
7827 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7828
7829         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7830
7831 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7832
7833         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7834         regexp.
7835
7836 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7839         string-to-multibyte.
7840         (uudecode-decode-region-internal): Use it.
7841
7842         * lpath.el: Fbind string-as-multibyte for XEmacs.
7843
7844 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7847         custom choice.
7848
7849         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7850
7851 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7852
7853         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7854
7855         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7856         `write-region' to respect `mm-inhibit-file-name-handlers'.
7857
7858 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7861         Use gnus-home-directory instead of "~/" or "$HOME".
7862
7863 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7864
7865         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7866         to mention filename.
7867         Add comments at beginning regarding usage.
7868         (encrypt-write-file-contents): Change interactive so a string is
7869         acceptable.  If the file has no associated model, show an error instead
7870         of a nonsense prompt.
7871
7872 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7873
7874         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7875         Thanks to Yoshihiko Yamada for kind notification of this typo.
7876
7877 2007-01-12  Kenichi Handa  <handa@m17n.org>
7878
7879         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7880         multibyte buffer.
7881
7882 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-score.el (gnus-score-fast-scoring): New variable.
7885         (gnus-score-headers): Use it.
7886
7887         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7888
7889         * message.el (message-cite-original-1): Call
7890         gnus-article-highlight-citation if requested.
7891         (message-make-from): Allow name and address as optional arguments.
7892
7893         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7894
7895         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7896         bugs to doc string.
7897         (gnus-button-alist): Add mid\\|message-id.
7898         (gnus-button-fetch-group): Extend for use in
7899         `browse-url-browser-function'.
7900         (gnus-button-url-regexp): Try to catch paired parentheses like in
7901         Wikipedia URLs.
7902
7903         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7904         Suggested by Simon Krahnke <overlord@gmx.li>.
7905
7906 2007-01-13  Romain Francoise  <romain@orebokech.com>
7907
7908         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7909         Update copyright.
7910
7911 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7912
7913         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7914
7915 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * gnus-registry.el (gnus-registry-unfollowed-groups)
7918         (gnus-registry-split-fancy-with-parent): Fix documentation.
7919
7920 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7923         from nnweb groups.
7924
7925 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7926
7927         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7928         Xref urls.  Erase buffer before requesting head.
7929
7930 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7933         customizable.
7934
7935 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7936
7937         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7938         no signing key is found.
7939         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7940         no encrypting and/or signing key is found.
7941
7942 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7945
7946 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7947
7948         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7949         headers read from disk with the ones newly found in the current search.
7950         This should no longer cause problems, because the article numbers in
7951         Gmane's `nov.php' output are ignored since the previous change.
7952
7953 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7954
7955         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7956
7957 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7960         replace-regexp-in-string; bind url-version; fbind display-images-p and
7961         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7962         find-face and set-itimer-function for Emacs; bind itimer-list for
7963         Emacs.
7964
7965         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7966
7967 2007-01-01  Romain Francoise  <romain@orebokech.com>
7968
7969         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7970
7971 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7972
7973         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7974         `define-minor-mode' macro definition expanded properly.
7975         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7976         exclude it there.
7977
7978         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7979         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7980         `fboundp' test.
7981         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7982         This is OK to autoload in (S)XEmacs now.
7983
7984 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7987         keystroke.
7988         (gnus-summary-limit-to-singletons): Fix typo.
7989
7990         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7991         else fails.
7992
7993 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7994
7995         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7996         docstring.
7997
7998         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7999         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8000         (gnus-summary-insert-dormant-articles): Fix typo in message.
8001
8002 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8005         nil for XEmacs.
8006         (gnus-message-citation-mode): Don't autoload in XEmacs.
8007
8008         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8009
8010 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8011
8012         * nnimap.el (nnimap-expunge-search-string): Mention
8013         nnimap-search-uids-not-since-is-evil in docstring.
8014
8015 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * spam.el: Revert to make-obsolete-variable because
8018         define-obsolete-variable-alias is not supported in Emacs 21.
8019
8020         * spam.el (spam-ifile-path, spam-ifile-database-path)
8021         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8022         make-obsolete-variable.
8023         (spam-bsfilter-path, spam-bsfilter-program)
8024         (spam-spamassassin-path, spam-spamassassin-program)
8025         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8026         use "path" inappropriately.
8027         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8028         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8029         variable names.
8030
8031 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8032
8033         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8034         summary buffer.
8035
8036         * password.el (password-cache-remove): Use clear-string to burn
8037         password, if available.
8038
8039 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8042
8043         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8044
8045         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8046         (gnus-message-highlight-citation): Move defcustom here from
8047         gnus-cite.el.
8048         (gnus-message-citation-mode): Autoload.
8049
8050         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8051         checks to make it compile with XEmacs.
8052         (gnus-message-citation-mode): New minor mode.
8053         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8054         (gnus-message-highlight-citation): New variables.
8055         (gnus-message-search-citation-line)
8056         (gnus-message-add-citation-keywords)
8057         (gnus-message-remove-citation-keywords)
8058         (turn-on-gnus-message-citation-mode)
8059         (turn-off-gnus-message-citation-mode): New functions.
8060
8061 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8062
8063         * gnus-cite.el: Enable highlighting of different citation levels in
8064         message-mode.
8065
8066 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * message.el (message-make-fqdn): Fix comment.
8069         (message-bogus-system-names): Add ".local".
8070
8071         * spam.el (spam-ifile-path, spam-ifile-program)
8072         (spam-ifile-database-path, spam-ifile-database)
8073         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8074         Don't use "path" inappropriately.
8075         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8076         strings.
8077         (spam-check-ifile, spam-ifile-register-with-ifile)
8078         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8079         new variable names.
8080
8081         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8082         (gnus-treat-display-smileys): Simplify using
8083         gnus-image-type-available-p.
8084
8085         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8086         available.
8087
8088         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8089         `display-images-p' if available.
8090
8091 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8094         one after turning on the buffer's multibyteness instead of decoding
8095         them directly in the unibyte buffer that causes unexpected conversion
8096         in Emacs 23 (unicode).
8097
8098 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8099
8100         * message.el (message-generate-hashcash): Fix custom type.
8101
8102 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8105
8106 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8107
8108         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8109         disconnect icons.  Add help text.
8110
8111 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8112
8113         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8114         negated to be consistent with the others we handle.
8115
8116 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8117
8118         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8119         version of gnus-summary-buffer to something, so that we can use two
8120         article buffers at the same time.
8121
8122 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8125         trigger all the extra headers.
8126         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8127         sorting.
8128
8129 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8130
8131         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8132         solid groups.
8133
8134 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8135
8136         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8137
8138 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * legacy-gnus-agent.el: Add Copyright notice.
8141
8142 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8143
8144         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8145
8146 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8149
8150         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8151         to make it work reliably in CVS Emacs.
8152         (gnus-summary-limit-strange-charsets-predicate)
8153         (gnus-summary-limit-to-predicate): New functions.
8154
8155 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8156
8157         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8158         specifying array size.
8159         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8160         array if it is too small.
8161         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8162         (gnus-sort-threads-loop): New function.
8163
8164 2006-12-06  Chris Moore  <dooglus@gmail.com>
8165
8166         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8167         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8168
8169 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8170
8171         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8172         options.
8173
8174 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8177         DOS-ing the recipient.
8178
8179         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8180         the headers when creating the mapping to avoid mismappings.
8181         (nnweb-gmane-create-mapping): Always nix out old mapping.
8182
8183 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8186         and mm-verify-option to never.
8187
8188 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * message.el (message-signed-or-encrypted-p): New function.
8191         (message-forward-make-body): Use it.
8192
8193         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8194         Replace encode-coding-string with mm-encode-coding-string.
8195
8196 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * nneething.el (nneething-decode-file-name): Replace
8199         decode-coding-string with mm-decode-coding-string.
8200
8201         * gnus-int.el (gnus-open-server): Say failed server's name.
8202
8203 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8204
8205         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8206         strings to a single string.  Quote `errors-file-name'.
8207         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8208         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8209         Adjust calls.  Use `shell-quote-argument'.
8210
8211 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8212
8213         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8214         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8215
8216         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8217         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8218         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8219         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8220         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8221         (gnus-subscribe-newsgroup, gnus-1):
8222         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8223         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8224         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8225         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8226
8227 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8230         keystroke.
8231         (gnus-summary-limit-to-bodies): Implement headersp.
8232
8233 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8236
8237 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8240
8241 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8242
8243         * message.el (message-generate-hashcash): Expand range of values to
8244         include `opportunistic'.
8245         (message-send-mail): Use it.
8246
8247 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8248
8249         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8250         and comment it.
8251
8252         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8253
8254 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gnus-util.el (gnus-extract-address-components): Improve comment.
8257
8258 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-util.el (gnus-extract-address-components): Work with address in
8261         which the name portion contains @.
8262
8263         * lpath.el: Fbind custom-autoload.
8264
8265 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * gnus.el (gnus-start): Move custom group up.
8268         (gnus-select-method): Don't autoload, but make it available for
8269         `customize-variable'.
8270         (gnus-getenv-nntpserver): Don't autoload.
8271
8272 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8275
8276 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8277
8278         * message.el (message-sendmail-extra-arguments): New variable.
8279         (message-send-mail-with-sendmail): Use it.
8280
8281 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8284         mm-with-unibyte-current-buffer to make string unibyte.
8285
8286         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8287         mm-string-as-multibyte.
8288
8289 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8290
8291         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8292         Reported by Werner Koch <wk@gnupg.org>.
8293
8294 2006-11-14  Daiki Ueno  <ueno@p360>
8295
8296         * mml2015.el: Autoload epa-select-keys when compiling.
8297
8298 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8299
8300         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8301         message-options.
8302         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8303
8304 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8305
8306         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8307         EasyPG (< 0.0.6).
8308         (mml2015-always-trust): New user option.
8309         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8310         prompt.
8311
8312 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * nntp.el (nntp-authinfo-force): New variable.
8315         (nntp-send-authinfo): Use it.
8316
8317 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8320         decode encoded words.  Improve prompt.  Add comment about forwarding.
8321         (message-replacement-char): Move up.
8322
8323 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8324
8325         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8326         instead of gnus-intersection because arguments of gnus-sorted-nunion
8327         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8328
8329 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8332         (message-simplify-subject-functions): Enable
8333         message-strip-subject-encoded-words by default.
8334
8335 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * message.el (message-strip-subject-encoded-words): New function.
8338         (message-simplify-subject-functions): New variable.
8339         (message-simplify-subject): Use it.  Fix typo in doc string.
8340         Support message-strip-subject-encoded-words.
8341
8342 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8343
8344         * gnus-diary.el (gnus-diary-delay-format-function):
8345         * nndiary.el (nndiary-reminders):
8346         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8347
8348 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-art.el (article-hide-boring-headers): Fetch date from
8351         gnus-original-article-buffer to avoid problems with localized date
8352         strings.
8353
8354 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8357
8358 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8359
8360         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8361         New variables.
8362         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8363         (mm-charset-synonym-alist): Move some entries to
8364         mm-codepage-iso-8859-list.
8365         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8366         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8367
8368 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8371
8372 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8375         with Emacs 21 and XEmacs.
8376
8377 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8378
8379         * spam.el (spam-parse-address): New function for better parsing,
8380         catching errors, etc.
8381         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8382
8383 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8384
8385         * mm-view.el: Add interactive arg to html2text autoload.
8386
8387 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8390
8391 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8394         variables.
8395         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8396         (mm-charset-synonym-alist): Move some entries to
8397         mm-codepage-iso-8859-list.
8398
8399         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8400
8401 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * message.el (message-citation-line-format)
8404         (message-insert-formated-citation-line): Fix implementation of %E, %N
8405         and %n according to the doc string.
8406
8407 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8408
8409         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8410         car-safe to avoid bad parses.
8411
8412 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8415         names.
8416
8417         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8418
8419 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8420
8421         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8422         header.
8423
8424         * message.el (message-draft-headers): Add Date.
8425         (message-headers-to-generate): Fix typo in docstring.
8426
8427         * nndraft.el (nndraft-required-headers): New variable.
8428         (nndraft-generate-headers): Use it.
8429
8430         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8431
8432 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8433
8434         * gnus-registry.el (gnus-registry-wash-for-keywords)
8435         (gnus-registry-find-keywords): New functions to allow easy searching of
8436         articles that are in the registry.
8437
8438 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8439
8440         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8441         ietf-drums-parse-address instead of gnus-extract-address-components.
8442         Reported by Damien Elmes <damien@repose.cx>.
8443
8444 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus.el (gnus-mime): Remove unused custom group.
8447
8448 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8449
8450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8451         "blank line" when searching for end of armor headers.
8452
8453 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gmm-utils.el (gmm-write-region): Fix variable name.
8456
8457 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * gmm-utils.el (gmm-write-region): New function based on compatibility
8460         code from `mm-make-temp-file'.
8461
8462         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8463
8464         * nnmaildir.el (nnmaildir--update-nov)
8465         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8466         Use `gmm-write-region'.
8467
8468 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8471         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8472
8473         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8474
8475         * message.el (message-replacement-char): New variable.
8476         (message-fix-before-sending): Use it.
8477         (message-simplify-subject): New function to remove duplicate code.
8478         (message-reply, message-followup): Use it.
8479
8480         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8481         gnus-summary-limit-to-articles.
8482
8483 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * gnus-util.el (gnus-with-local-quit): New macro.
8486
8487         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8488
8489 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8492         ignore non-string data.
8493
8494 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8495
8496         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8497         non-string data (needs to be done in the registry too).
8498
8499 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8502         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8503         (gnus-registry-split-fancy-with-parent)
8504         (gnus-registry-fetch-simplified-message-subject-fast)
8505         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8506         Remove text properties on ingress into the registry and when it's saved.
8507         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8508         registry from entries with no groups.
8509
8510 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8511
8512         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8513         function to remove string properties.
8514
8515 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * gmm-utils.el (gmm): Adjust custom version.
8518
8519         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8520         custom version.
8521
8522         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8523
8524 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus-art.el (gnus-insert-prev-page-button)
8527         (gnus-insert-next-page-button): Simplify.  Reformat.
8528
8529 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8530
8531         * gnus-art.el (gnus-insert-prev-page-button)
8532         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8533
8534 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8535
8536         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8537
8538 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8539
8540         * gnus-art.el (gnus-insert-mime-button)
8541         (gnus-insert-mime-security-button):
8542         Apply gnus-article-button-face to MIME and security buttons.
8543
8544 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8547         readable.
8548
8549 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8552
8553 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8554
8555         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8556         `browse-url-of-file' instead of `browse-url'.
8557
8558 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8559
8560         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8561         regexp.  Articles containing quotation were cut prematurely.
8562
8563 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * message.el (message-cite-original-1): Use nobody by default for the
8566         value of From header.
8567         (message-reply): Ditto.
8568
8569 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8570
8571         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8572         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8573         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8574
8575 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8578         mails in the doc string.  Add some URLs in comment.
8579         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8580
8581 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8584         backslashes handling and the way to find boundaries of quoted strings.
8585
8586 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8587
8588         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8589         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8590         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8591         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8592
8593 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8596         doc string.
8597         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8598
8599 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * lpath.el: Fbind epg-check-configuration.
8602
8603 2006-09-06  Simon Josefsson  <jas@extundo.com>
8604
8605         * mml2015.el (mml2015-use): Doc fix, mention epg.
8606
8607 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8608
8609         * mml2015.el (mml2015-use): Default to epg, if available.
8610
8611 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8612
8613         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8614         message-sender.
8615         (mml1991-epg-encrypt): Ditto.
8616         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8617         message-sender.
8618         (mml2015-epg-encrypt): Ditto.
8619
8620 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8621
8622         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8623         several common directories.
8624
8625 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8626
8627         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8628         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8629
8630 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (article-decode-encoded-words): Make it fast.
8633
8634 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8637
8638         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8639         in quoted string into `\'.
8640
8641 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8644         Use standard-syntax-table.
8645
8646 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * gnus-art.el (gnus-decode-address-function): New variable.
8649         (article-decode-encoded-words): Use it to decode headers which are
8650         assumed to contain addresses.
8651         (gnus-mime-delete-part): Remove useless `or'.
8652
8653         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8654         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8655         (gnus-nov-parse-line): Use it to decode From header.
8656         (gnus-get-newsgroup-headers): Ditto.
8657         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8658
8659         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8660         (mail-decode-encoded-address-string): New alias.
8661
8662         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8663         New function.
8664         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8665         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8666         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8667         (rfc2047-decode-string): Ditto.
8668         (rfc2047-decode-address-region): New function.
8669         (rfc2047-decode-address-string): New function.
8670
8671 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * message.el (message-caesar-buffer-body): Allow rotating headers.
8674
8675         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8676
8677         * message.el (message-insert-formated-citation-line): Fix %f.
8678         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8679
8680 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8683         (gnus-bookmark-mouse-available-p): New macro.
8684         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8685         (gnus-bookmark-bmenu-show-infos): Use it.
8686         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8687         (gnus-bookmark-bmenu-hide-infos): Ditto.
8688         (gnus-bookmark-remove-properties): New function.
8689         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8690         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8691         (gnus-bookmark-write-file): Bind coding-system-for-write.
8692         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8693         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8694         group before selecting it.
8695         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8696         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8697         quit-window if it is not available; use gnus-mouse-2 and bind it to
8698         gnus-bookmark-bmenu-select-by-mouse.
8699         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8700         (gnus-bookmark-bmenu-select-by-mouse): New function.
8701
8702 2006-08-13  Romain Francoise  <romain@orebokech.com>
8703
8704         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8705         space.
8706
8707 2006-08-10  Romain Francoise  <romain@orebokech.com>
8708
8709         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8710         (dns-mode-soa-auto-increment-serial): New user option.
8711         (dns-mode-soa-maybe-increment-serial): New function.
8712         (dns-mode): Add the latter to `write-contents-functions'.
8713
8714 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * compface.el (uncompface): Use binary rather than raw-text-unix.
8717
8718 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * compface.el (uncompface): Make sure the eol conversion doesn't take
8721         place when communicating with the external programs.  Reported by
8722         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8723
8724 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8727
8728 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8729
8730         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8731         Make it more robust by parsing author and date independently.
8732
8733 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8736
8737 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8738
8739         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8740         first matching secret key.
8741         (mml2015-epg-encrypt): Ditto.
8742
8743         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8744         first matching secret key.
8745         (mml1991-epg-encrypt): Ditto.
8746
8747         * mml2015.el (mml2015-encrypt-to-self): New user option.
8748         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8749         mml2015-epg-encrypt-to-self is set.
8750
8751         * mml1991.el (mml1991-encrypt-to-self): New variable.
8752         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8753         mml1991-epg-encrypt-to-self is set.
8754
8755         * mml2015.el (mml2015-signers): New user option.
8756         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8757         (mml2015-epg-encrypt): Allow to select signing keys.
8758
8759         * mml1991.el (mml1991-signers): New variable.
8760         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8761         (mml1991-epg-encrypt): Allow to select signing keys.
8762
8763 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * nnheader.el (nnheader-insert-head): Make it work even if the file
8766         uses CRLF for the line-break code.
8767
8768 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8769
8770         * mml2015.el: Require mml-sec instead of password.
8771         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8772         (mml2015-cache-passphrase): Inherit the default value from
8773         mml-secure-cache-passphrase.
8774         (mml2015-passphrase-cache-expiry): Inherit the default value from
8775         mml-secure-passphrase-cache-expiry.
8776
8777         * mml1991.el: Require mml-sec instead of password.
8778         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8779         (mml1991-cache-passphrase): Inherit the default value from
8780         mml-secure-cache-passphrase.
8781         (mml1991-passphrase-cache-expiry): Inherit the default value from
8782         mml-secure-passphrase-cache-expiry.
8783
8784         * mml-sec.el: Require password.
8785         (mml-secure-verbose): New user option.
8786         (mml-secure-cache-passphrase): New user option.
8787         (mml-secure-passphrase-cache-expiry): New user option.
8788
8789 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8790
8791         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8792         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8793         andreas@altroot.de (Andreas Vögele).
8794
8795         FIXME: Use `tiny change'?
8796
8797 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8798
8799         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8800         workaround for the url package included with Emacs.
8801
8802         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8803
8804 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8807         correctly.  This fixes a bug caused by the 2006-05-12 change.
8808
8809 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8810
8811         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8812         some information about the error when saying that the `bogus' mail
8813         group will be used.
8814
8815 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8818         string.
8819
8820 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8821
8822         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8823
8824 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8825
8826         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8827
8828 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8829
8830         * mml1991.el (mml1991-function-alist): Add epg.
8831         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8832         (mml1991-epg-encrypt): New functions.
8833
8834 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8835
8836         * mml2015.el (mml2015-verbose): New variable.
8837         (mml2015-cache-passphrase): Ditto.
8838         (mml2015-passphrase-cache-expiry): Ditto.
8839         (mml2015-function-alist): Add epg.
8840         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8841         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8842         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8843         functions.
8844
8845 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8846
8847         * message.el (message-cite-original-1): Preserve region when removing
8848         quoted text due to X-No-Archive in order to avoid bogus attribution
8849         when citing multiple messages.
8850
8851 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8852
8853         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8854         Kenneth Jacker <khj@be.cs.appstate.edu>.
8855
8856 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gnus-diary.el (gnus-user-format-function-d)
8859         (gnus-user-format-function-D): Autoload.
8860
8861         * imap.el (Commentary): Fix typo.
8862
8863         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8864         2006-04-22 contribution.
8865
8866 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8867
8868         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8869         It didn't really fix the bogosity I'm seeing with solid web groups.
8870
8871 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8872
8873         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8874         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8875         created using server names.  If we use the feature without declaring
8876         it, Gnus does not properly manage server and group state.
8877
8878         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8879         bound.
8880
8881 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8884         looking up the method using GROUP's prefix before inventing a new one.
8885         It is used on killed/unknown groups in various places where returning
8886         an all-new method isn't expected by the caller.
8887
8888         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8889         and match semantics of gnus-group-real-prefix.
8890
8891 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * nnmail.el (nnmail-broken-references-mailers): New variable.
8894         (nnmail-ignore-broken-references): New function generalizing
8895         nnmail-fix-eudora-headers.
8896         (nnmail-fix-eudora-headers): Now obsolete.
8897
8898         * gnus-art.el (gnus-button-handle-custom): Support
8899         `customize-apropos*'.
8900
8901 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8902
8903         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8904
8905         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8906         articles.
8907
8908 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * message.el (message-cite-reply-above): New variable.
8911         (message-yank-original): Use it.
8912
8913 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8916
8917 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8920         as read.
8921
8922         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8923
8924 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8927         (gnus-bookmark-default-file): Use gnus-directory.
8928         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8929         Remove "*" in doc string.
8930         (gnus-bookmark-write-file): Simplify.
8931         (gnus-bookmark-maybe-sort-alist): Use `when'.
8932         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8933         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8934         FIXME about Emacs 21 and XEmacs compatibility.
8935         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8936         compatibility.
8937         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8938         compatibility.
8939         (gnus-bookmark-menu-heading): Fix version.
8940
8941 2006-06-19  Bastien Guerry  <bzg@altern.org>
8942
8943         * gnus-bookmark.el: New file.
8944
8945 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * message.el (message-syntax-checks): Doc fix.
8948
8949 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8950
8951         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8952         unsubscribed groups as if they were killed ones.  It causes duplicate
8953         entries in gnus-newsrc-alist.
8954
8955 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * message.el (message-syntax-checks): Doc fix.
8958         (message-send-mail): Add check for continuation headers.
8959         (message-check-news-header-syntax): Fix regexp used to check for
8960         continuation headers.
8961
8962 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8965
8966 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8969
8970 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8973         default-truncate-lines.
8974
8975 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8978         to fill the utf-8 entry.
8979
8980         * lpath.el: Fbind unicode-precedence-list.
8981
8982 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8983
8984         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8985
8986 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8987
8988         * gnus-agent.el (directory-files-and-attributes): Move all the way
8989         forward (the third and final move).
8990         (gnus-agent-read-agentview): Trap reconstruction errors due to
8991         nonexistant directory.  Handle by returning nil.
8992
8993 2006-05-30  Didier Verna  <didier@xemacs.org>
8994
8995         * message.el (message-dont-reply-to-names): Update the custom type.
8996         * message.el (message-dont-reply-to-names): New defsubst: potentially
8997         convert a list of regexps into a single one.
8998         * message.el (message-get-reply-headers): Use it.
8999         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9000
9001 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * gnus-agent.el (directory-files-and-attributes): Move forward.
9004
9005 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * gnus-ml.el (gnus-mailing-list-subscribe)
9008         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9009         (gnus-mailing-list-message): Fix doc strings.
9010
9011 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9012
9013         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9014         of doing it manually.
9015
9016 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9019         comment.
9020
9021 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9022
9023         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9024         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9025         (gnus-agent-read-local): All symbols allocated in my-obarray.
9026         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9027         (gnus-agent-regenerate-group): Check numeric names to see if they are
9028         messages or groups.
9029         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9030         better way of do this...)
9031
9032         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9033         'dummy.group' (there should be a better way of do this...)
9034
9035 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9038         (gnus-saved-headers): Ditto.
9039         (gnus-default-article-saver): Mention functions may have properties.
9040         (gnus-article-save): Override gnus-save-all-headers and
9041         gnus-saved-headers by :headers property which saver function may have.
9042         (gnus-summary-save-in-file): Add :headers property.
9043         (gnus-summary-write-to-file): Ditto.
9044
9045         * gnus-sum.el (gnus-summary-save-article): Bind
9046         gnus-prompt-before-saving to t when saving many articles in a file;
9047         always show all headers.
9048
9049         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9050
9051 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9054         marks.
9055
9056         * message.el (message-indent-citation): Add optional arguments to allow
9057         using it outside of message buffers.
9058
9059         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9060         (gnus-article-treat-unfold-headers): Use it.
9061         (gnus-article-truncate-lines): New variable.
9062         (gnus-article-mode): Use it.
9063         (gnus-article-toggle-truncate-lines): New function.
9064
9065         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9066         gnus-article-toggle-truncate-lines.
9067
9068         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9069         coding system in XEmacs, use binary.
9070
9071 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9074         after-load-alist.
9075
9076         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9077         this function should save decoded articles.
9078         (gnus-summary-write-to-file): Use property to specify this function
9079         should save decoded articles and specify gnus-summary-save-in-file
9080         should be used to save articles other than the first one when saving
9081         many articles.
9082         (gnus-summary-save-body-in-file): Use property to specify this
9083         function should save decoded articles.
9084         (gnus-summary-write-body-to-file): Use property to specify this
9085         function should save decoded articles and specify
9086         gnus-summary-save-body-in-file should be used to save articles other
9087         than the first one when saving many articles.
9088
9089         * gnus-sum.el (gnus-summary-save-article): Simplify.
9090
9091 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-default-article-saver): Add
9094         gnus-summary-write-body-to-file.
9095         (gnus-article-save-coding-system): Don't use coding system object
9096         in XEmacs.
9097         (gnus-read-save-file-name): Add optional `dir-var' argument which
9098         specifies directory in which files are saved; work even if optional
9099         `variable' argument is not specified.
9100         (gnus-summary-write-to-file): Read file name.
9101         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9102         (gnus-summary-write-body-to-file): New function.
9103
9104         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9105         (gnus-summary-local-variables): Add it.
9106         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9107         (gnus-summary-save-article): Remove optional `decode' argument;
9108         determine whether to decode articles by the value of
9109         gnus-default-article-saver; when saving many files using
9110         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9111         it first and use gnus-summary-save-in-file or
9112         gnus-summary-save-body-in-file thereafter unless
9113         gnus-prompt-before-saving is always; move point to article which
9114         will be saved.
9115         (gnus-summary-save-article-file): Revert.
9116         (gnus-summary-write-article-file): Revert.
9117         (gnus-summary-save-article-body-file): Revert.
9118         (gnus-summary-write-article-body-file): New function.
9119
9120 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-art.el (gnus-default-article-saver): Doc fix.
9123         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9124         from gnus-summary-save-article-coding-system, and default to a
9125         certain coding system.
9126         (gnus-output-to-file): Add coding cookie and encode text according
9127         to gnus-article-save-coding-system; don't use mm-append-to-file.
9128
9129         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9130         gnus-art.el and rename to gnus-article-save-coding-system.
9131         (gnus-summary-save-article): Require gnus-art; don't show all
9132         headers if it decodes articles; don't add coding cookie here;
9133         don't bind mm-text-coding-system-for-write.
9134         (gnus-summary-save-article-file): Save decoded articles.
9135         (gnus-summary-write-article-file): When saving many files, use
9136         gnus-summary-write-to-file first and gnus-summary-save-in-file
9137         thereafter unless gnus-prompt-before-saving is always.
9138         (gnus-summary-save-article-body-file): Save decoded articles.
9139
9140         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9141
9142 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * nnrss.el (nnrss-check-group): Bind hash-index.
9145
9146 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9147
9148         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9149         its hash index.  Store this hash in `nnrss-group-data'.
9150         (nnrss-read-group-data): Update accordingly.
9151
9152 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9155         entry.
9156
9157         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9158         gnus-article-browse-html-article.
9159
9160 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9161
9162         * gnus-sum.el (gnus-summary-mime-map): Add
9163         gnus-article-browse-html-article.
9164
9165         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9166
9167 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9168
9169         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9170         suitable coding systems in customize.
9171
9172 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * mail-source.el (mail-sources): Fix custom type.
9175
9176 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9179         (gnus-summary-expire-articles-now): Shorten prompt.
9180
9181         * gmm-utils.el (wid-edit): Require.
9182         (defun-gmm): Renamed from `gmm-defun-compat'.
9183         (gmm-image-search-load-path): Use it.
9184         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9185
9186 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9189         variable.
9190         (gnus-summary-save-article): Add optional `decode' argument.  If
9191         it is set and gnus-summary-save-article-coding-system is non-nil,
9192         save decoded article.
9193         (gnus-summary-write-article-file): Save decoded article if
9194         gnus-summary-save-article-coding-system is non-nil.
9195
9196         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9197         type.
9198
9199 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9202
9203 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9206         first to test gnus-single-article-buffer which may be buffer-local.
9207
9208         * gnus-sum.el (gnus-summary-setup-buffer): Make
9209         gnus-single-article-buffer buffer-local and nil in ephemeral
9210         group; make gnus-article-buffer, gnus-article-current, and
9211         gnus-original-article-buffer always buffer-local.
9212         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9213         group.
9214         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9215
9216 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * nnml.el (nnml-request-compact-group): Compressed files might not
9219         have .gz extension.
9220
9221 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9222
9223         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9224         (mm-copy-to-buffer): Use with-current-buffer.
9225         (mm-display-part): Simplify.
9226         (mm-inlinable-p): Add optional arg `type'.
9227
9228 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9229
9230         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9231         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9232         Try harder to show the attachment internally or externally using
9233         gnus-mime-view-part-as-type.
9234
9235 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * message.el (message-from-style, message-signature-separator)
9238         (message-user-organization-file, message-send-mail-function)
9239         (message-citation-line-function, message-yank-prefix)
9240         (message-indent-citation-function, message-signature)
9241         (message-signature-file, message-signature-insert-empty-line):
9242         Remove autoloads.
9243
9244         * gnus-art.el (gnus-buttonized-mime-types): Remove
9245         "multipart/signed".  Revert 2006-04-26 change.
9246
9247 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * gnus.el (gnus-version-number): Bump version.
9250
9251 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9252
9253         * gnus.el: No Gnus v0.5 is released.
9254
9255 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9256
9257         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9258         fetching articles by message-id.
9259
9260 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * message.el (hashcash): Require hashcash as normal.
9263
9264         * ecomplete.el (ecomplete-highlight-match-line): Use
9265         point-at-eol.
9266         (ecomplete-highlight-match-line): Use `highlight', because that
9267         face exists in both Emacs and XEmacs.
9268
9269         * message.el (message-display-abbrev): Use point-at-bol.
9270
9271         * mail-source.el: Don't require timer/timer-funcs.
9272
9273         * gnus-async.el: Ditto.
9274
9275         * password.el: Ditto.
9276
9277         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9278
9279         * mm-url.el: Ditto.
9280
9281         * gnus-xmas.el: Don't require timer-funcs.
9282
9283         * mm-util.el: Require timer/timer-funcs.
9284
9285 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9286
9287         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9288         Close.
9289
9290 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9293         unibyte after clear-decrypt function runs.
9294
9295         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9296         returns as a unibyte string.
9297
9298 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * lpath.el: Revert.
9301
9302         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9303         (pgg-gpg-process-sentinel): Revert.
9304
9305         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9306         (pgg-pgp-lookup-key): Revert.
9307
9308         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9309         (pgg-pgp5-lookup-key): Revert.
9310
9311         * pgg.el (pgg-fetch-key): Revert.
9312
9313 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * lpath.el: Fbind string-as-multibyte for XEmacs.
9316
9317         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9318         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9319         (mml1991-pgg-encrypt): Ditto.
9320
9321         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9322         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9323         a multibyte buffer.
9324
9325         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9326         (pgg-pgp-lookup-key): Ditto.
9327
9328         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9329         (pgg-pgp5-lookup-key): Ditto.
9330
9331         * pgg.el (pgg-fetch-key): Ditto.
9332
9333 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-user-organization-file): Check several
9336         locations of the organization file.
9337
9338         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9339         Add gnus-article-view-part-as-type.
9340
9341         * gnus-art.el (gnus-article-view-part-as-type): New function.
9342
9343         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9344         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9345
9346         * mml.el: Simplify autoload.
9347         (mml-mode): defvar dnd-protocol-alist instead of using
9348         symbol-value.
9349         (mml-default-directory): New variable.
9350         (mml-minibuffer-read-file): Use it.
9351         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9352
9353         * message.el (message-citation-line-format): New variable.
9354         (message-insert-formated-citation-line): New function.
9355         (message-citation-line-function): Add
9356         `message-insert-formated-citation-line' to custom type.
9357
9358         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9359         to doc string.
9360
9361         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9362         depending on mm-verify-option.
9363
9364 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9367         binding pgg-* variables; reimplement the section which prevents
9368         MIME header from being signed.
9369         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9370         pgg-text-mode; remove a blank line at the top of body.
9371
9372         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9373         lines at the top of body; use gnus-newsgroup-charset if there's no
9374         Charset header.
9375
9376 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * message.el (message-self-insert-commands): Doc fix.
9379
9380         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9381         (mm-uu-pgp-encrypted-test): Ditto.
9382         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9383         between header and body; return application/pgp-encrypted handle
9384         if decryption failed; decode decrypted body by charset.
9385
9386         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9387         element match to application/pgp-*.
9388
9389 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9390
9391         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9392         HTML.
9393
9394 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * mail-source.el (mail-source-call-script): Message the error
9397         string.
9398
9399 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-util.el (gnus-byte-compile): Use it.
9402
9403 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9404
9405         * gnus-util.el (kill-empty-logs): New function.
9406
9407 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * message.el (message-mail-alias-type): Doc fix.
9410         (message-mail-alias-type-p): New function.
9411         (message-send): Use it.
9412         (message-mode): Ditto.
9413         (message-strip-forbidden-properties): Ditto.
9414
9415         * ecomplete.el (ecomplete-database-file-coding-system): New
9416         variable.
9417         (ecomplete-save): Use it.
9418         (ecomplete-setup): Use it.
9419
9420 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * message.el (message-self-insert-commands): New variable.
9423         (message-strip-forbidden-properties): Use it.
9424
9425 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9428         that doesn't make XEmacs choke.
9429
9430 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-util.el (gnus-replace-in-string):
9433         Prefer replace-regexp-in-string over of replace-in-string.
9434
9435 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * gnus-util.el (gnus-select-frame-set-input-focus):
9438         Use select-frame-set-input-focus if it is available in XEmacs; use
9439         definition defined in Emacs 22 for old Emacsen.
9440
9441         * dgnushack.el: Autoload unmorse-region for XEmacs.
9442
9443         * lpath.el: Bind cursor-in-non-selected-windows and
9444         select-frame-set-input-focus for XEmacs.
9445
9446 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9449
9450 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9451
9452         * gnus-registry.el (gnus-registry-cache-save): Remove text
9453         properties when saving via the temp buffer.
9454
9455 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * message.el (message-generate-hashcash): Honor custom type.
9458
9459 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * message.el (message-generate-hashcash): Default to non-nil when
9462         hashcash is found.
9463
9464         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9465         (gnus-refer-thread-limit): Increase default to 500.
9466
9467         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9468
9469         * flow-fill.el (fill-flowed): Allow delete-space.
9470
9471 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9474         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9475         Remove autoloads.
9476
9477 2006-04-18  Simon Josefsson  <jas@extundo.com>
9478
9479         * message.el (message-generate-hashcash): Default to.
9480
9481 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9484         concatenating segments rather than before concatenating them.
9485
9486 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9489
9490 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9493
9494         * message.el (message-forward-make-body-plain): Allow
9495         message-forward-ignored-headers to be a list.
9496         (message-remove-ignored-headers): Factor out into function.
9497         (message-forward-make-body-mml): Use it.
9498
9499         * imap.el (imap-quote-specials): New function.
9500         (imap-login-auth): Quote specials.
9501
9502         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9503         (rfc2231-parse-string): Allow concatanation of parameters that
9504         aren't contiguous.  The test case is
9505           (mail-header-parse-content-type "message/external-body;
9506             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9507             access-type=LOCAL-FILE;
9508             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9509
9510 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9511
9512         * nntp.el (nntp-accept-process-output): Return the value of
9513         `nnheader-accept-process-output'.
9514
9515 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9518         (gnus-button-alist): Recognize more diff formats.
9519         (gnus-button-patch): Strip directory.
9520
9521 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9524         Emacs 22 when setting focus.
9525
9526 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * gnus-art.el (gnus-article-treat-types): Do treatment of
9529         text/x-verbatim parts.
9530         (gnus-button-patch): New command.
9531
9532         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9533         addresses that contain invalid characters.
9534
9535 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * message.el (message-put-addresses-in-ecomplete): Use
9538         gnus-replace-in-string.
9539         (message-is-yours-p): Use the more correct
9540         mail-header-parse-address instead of
9541         mail-extract-address-components.
9542         (message-put-addresses-in-ecomplete): Fix typo.
9543
9544         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9545         keystroke.
9546
9547         * gnus-art.el (gnus-treatment-function-alist): Change order of
9548         newsgroups/generic header folding to avoid double-folding.
9549
9550         * message.el (message-hidden-headers): Add X-Draft-From.
9551
9552         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9553         command.
9554         (gnus-summary-repeat-search-article-backward): New command.
9555
9556         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9557         groups in the parent topic.
9558
9559 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9560
9561         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9562         (spam-extra-header-to-number): Return the CRM114 number as a
9563         number instead of a string.
9564
9565 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * gnus-art.el (gnus-face-properties-alist): Moved here from
9568         gnus-fun.
9569
9570         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9571
9572 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * message.el (message-strip-forbidden-properties): Only display on
9575         self-insert-command.
9576
9577         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9578         reindent.
9579         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9580
9581 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9582
9583         * smiley.el (smiley-style): Fix typo.
9584
9585 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * hashcash.el (hashcash-insert-payment-async-2): Use
9588         message-goto-eoh instead of doing it manually.
9589         (mail-add-payment): Use message-narrow-to-header instead of trying
9590         to do the same itself.
9591
9592         * message.el (message-hidden-headers): Add Face.
9593
9594         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9595         reparenting code.
9596         (gnus-summary-reparent-children): Refactored out code.
9597         (gnus-summary-thread-map): New keystroke.
9598         (gnus-summary-reparent-children): Make into command.
9599
9600         * smiley.el (smiley-style): Default to `medium' if using a large
9601         font.
9602
9603         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9604         does it itself.
9605
9606         * message.el (message-point-in-header-p): Simplify definition.
9607
9608 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * nnagent.el (nnagent-request-set-mark): Silence log file
9611         writing.
9612         (nnagent-request-set-mark): Use write-region instead of
9613         append-to-file.
9614
9615         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9616         strange select method.
9617
9618         * ecomplete.el (ecomplete-display-matches): Get highlightling
9619         right.
9620         (ecomplete-display-matches): Use literals.
9621         (ecomplete-display-matches): Disable message logging.
9622
9623         * message.el (message-display-abbrev): Small optimization.
9624
9625         * ecomplete.el (ecomplete-display-matches): Allow automatic
9626         display.
9627
9628         * message.el (message-strip-forbidden-properties): Display
9629         abbrevs.
9630         (message-display-abbrev): Get automatic display right.
9631
9632         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9633         keystrokes.
9634
9635 2006-04-13  Romain Francoise  <romain@orebokech.com>
9636
9637         TODO: Backport to v5-10!
9638
9639         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9640         Moved here (and renamed) from gnus-registry.el.
9641
9642         * gnus-registry.el: Require gnus-util.
9643         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9644
9645 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9646
9647         * gnus-group.el (gnus-group-catchup-current): Change
9648         if-then-else-if-then-else into cond.
9649         (gnus-group-catchup): Indent.
9650         (group-name-at-point): New function.
9651         (gnus-fetch-group): Provide default from thing at point.
9652
9653 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * message.el (message-display-abbrev): Fix regexp.
9656
9657         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9658         choosing.
9659         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9660         dead variables.
9661
9662         * message.el (message-newline-and-indent): Remove debugging.
9663         (message-display-abbrev): Use new implementation.
9664
9665 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9666
9667         * gnus-art.el (gnus-article-mode): Set
9668         cursor-in-non-selected-windows to nil.
9669
9670         * smiley.el: Revert previous change.
9671         (smiley-data-directory): defvar it before using it in the
9672         defcustom of `smiley-style'.
9673
9674 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * message.el (message-newline-and-indent): New function.
9677
9678         * ecomplete.el: Implement more bits.
9679
9680         * message.el (message-put-addresses-in-ecomplete): Clean up the
9681         string.
9682
9683         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9684
9685         * gnus-sum.el (gnus-summary-save-parts): Bind
9686         gnus-summary-save-parts-counter and use it to make unique file
9687         names.
9688
9689         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9690
9691         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9692         parameter to say whether to actually parse the individual
9693         addresses.
9694
9695         * message.el (message-put-addresses-in-ecomplete): New function.
9696         (ecomplete): Require.
9697         (message-mail-alias-type): Add ecomplete as an option.
9698
9699 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9700
9701         * flow-fill.el (fill-flowed): Remove trailing space from blank
9702         quoted lines.
9703
9704 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9705
9706         * smiley.el (smiley-style): Move definition later to avoid a
9707         compilation warning.
9708
9709 2006-04-12  Kenichi Handa  <handa@m17n.org>
9710
9711         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9712         buffer and then decode the buffer text if necessary.
9713         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9714         first, and after mm-encode-body, change the buffer to unibyte.
9715         Use mm-disable-multibyte instead of set-buffer-multibyte.
9716
9717 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9720         Content-Type header instead of Content-Disposition header.
9721         (gnus-mime-inline-part): Ditto.
9722         (gnus-mime-view-part-as-charset): Ignore charset that the part
9723         specifies.
9724
9725         * mm-decode.el (mm-display-part): Work with external parts and
9726         usual parts similarly.
9727
9728         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9729         instead of gnus-display-mime.
9730
9731         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9732         instead of with-temp-buffer.
9733
9734         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9735         tag to summarized topics part in order to encode non-ASCII text.
9736
9737 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * smiley.el (smiley-style): New variable.
9740         (smiley-directory): New function.
9741         (smiley-data-directory): Derive from `smiley-style' using
9742         `smiley-directory'.
9743         (smiley-regexp-alist): Add new entries.
9744
9745         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9746         (gnus-article-browse-delete-temp): Add :version.
9747
9748 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9749
9750         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9751         the sieve region.
9752
9753 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9754
9755         * gnus.el (gnus-version-number): Bump version.
9756
9757 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus.el: No Gnus v0.4 is released.
9760
9761 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9762
9763         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9764         layout.
9765
9766         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9767         unknown charset.
9768
9769         * message.el (message-header-synonyms): Add Original-To to the
9770         default.
9771
9772         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9773         optional parameter.
9774
9775 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gnus-fun.el (gnus): Require it for gnus-directory.
9778
9779 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9782
9783 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9784
9785         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9786
9787 2006-04-05  Simon Josefsson  <jas@extundo.com>
9788
9789         * password.el (password-reset): New function.
9790
9791 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9792
9793         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9794         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9795
9796 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9797
9798         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9799         Some whitespace was matched into the url, which broke browsing hits
9800         > 100 when mm-url-use-external was nil.
9801
9802 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9805         gnus-extra-headers for 'Newsgroups.
9806
9807         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9808         bound.
9809
9810 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9811
9812         * pgg-gpg.el: Clean up process buffers every time gpg processes
9813         complete.
9814
9815 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9818         doc string.
9819
9820 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9821
9822         * pgg-gpg.el (pgg-gpg-process-filter)
9823         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9824
9825         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9826         lines, temporary fix.
9827
9828 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9831
9832 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9833
9834         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9835         default-enable-multibyte-characters.  This reverts the change from
9836         revision 6.17 which is no longer necessary because the passphrase
9837         is sent separately now.  GnuPG messages are unreadable under
9838         multibyte locales with default-enable-multibyte-characters set to
9839         nil.
9840
9841 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * message.el (message-tool-bar-gnome): Move "spell".
9844
9845 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9848         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9849         instead.
9850
9851 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9852
9853         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9854         newsgroups handling for NNTP overviews which don't include
9855         Newsgroups.
9856
9857 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9858
9859         * message.el (message-resend): Bind message-generate-hashcash to nil.
9860
9861 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9862
9863         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9864         when searching for already-paid recipients.
9865
9866 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9867
9868         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9869         passphrases when it is not needed.
9870         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9871         passphrase stuff from gpg, should only be necessary when you use
9872         gpg with a smartcard.
9873
9874 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * mml.el (mml-insert-mime): Ignore cached contents of
9877         message/external-body part.
9878
9879         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9880         (mm-insert-part): Ditto.
9881
9882 2006-03-23  Simon Josefsson  <jas@extundo.com>
9883
9884         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9885         Reiner.
9886         (pgg-gpg-use-agent-p): Use it again.
9887
9888 2006-03-23  Simon Josefsson  <jas@extundo.com>
9889
9890         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9891         older emacsen.
9892         (pgg-gpg-use-agent-p): Don't use it.
9893
9894 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9897         if we can.
9898
9899 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9900
9901         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9902         (pgg-gpg-update-agent): New function.
9903         (pgg-gpg-use-agent-p): New function.
9904         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9905         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9906         (pgg-gpg-sign-region): Use it.
9907
9908 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9911         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9912
9913 2006-03-21  Simon Josefsson  <jas@extundo.com>
9914
9915         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9916         <wilde@sha-bang.de>.
9917         (pgg-gpg-use-agent): New variable.
9918         (pgg-gpg-process-region): Use it.
9919         (pgg-gpg-encrypt-region): Likewise.
9920         (pgg-gpg-encrypt-symmetric-region): Likewise.
9921         (pgg-gpg-decrypt-region): Likewise.
9922         (pgg-gpg-sign-region): Likewise.
9923         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9924
9925 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9928
9929         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9930         Add comment on version.
9931
9932 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * smiley.el: Add missing test smiley.
9935
9936 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mm-decode.el (mm-with-part): New macro.
9939         (mm-get-part): Use it; work with message/external-body as well.
9940         (mm-save-part): Treat name and filename equally.
9941
9942         * mm-extern.el (mm-extern-cache-contents): New function.
9943         (mm-inline-external-body): Use it; force the part to be displayed;
9944         move undisplayer added to the cached handle to the parent.
9945
9946         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9947         (gnus-mime-view-part-as-type): Work with message/external-body.
9948
9949         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9950
9951 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9954         images in image-load-path.  [Sync with image.el, revision 1.60, in
9955         Emacs.]
9956
9957 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9960         path rather than symbol.  Always return list of directories.
9961         Guarantee that image directory comes first.  [Sync with image.el,
9962         revision 1.59, in Emacs.]
9963
9964         * message.el (message-make-tool-bar): Adjust to new API of
9965         `gmm-image-load-path-for-library'.
9966
9967         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9968
9969         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9970
9971 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9972
9973         * gnus-art.el (gnus-article-only-boring-p):
9974         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9975         intangible text.
9976         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9977
9978 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9981         `defun' instead of `gmm-defun-compat'.
9982
9983 2006-03-14  Simon Josefsson  <jas@extundo.com>
9984
9985         * message.el (message-unique-id): Don't use message-number-base36
9986         if (user-uid) is a float.
9987         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9988
9989 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9992
9993         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9994         empty line between a part and a message part.
9995
9996 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * smiley.el: Add more test smileys.
9999         (smiley-data-directory, smiley-regexp-alist)
10000         (gnus-smiley-file-types): Fix doc strings.
10001         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10002         adding new elements.
10003         (smiley-mouse-map): Unused code.  Make it a comment.
10004
10005 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10008         scan latest NoCeM messages instead of old ones.
10009         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10010         delimiters that are recently used.
10011         (gnus-nocem-load-cache): Add autoload cookie.
10012
10013         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10014
10015         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10016         level which is larger than gnus-use-nocem is specified.
10017
10018         * gnus-group.el (gnus-group-get-new-news): Ditto.
10019
10020 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-util.el (gnus-tool-bar-update): New function.
10023
10024         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10025         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10026
10027         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10028
10029         * gnus-group.el (gnus-group-redraw-when-idle)
10030         (gnus-group-redraw-check): Remove.
10031         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10032
10033 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10036         if optional last element is specified in splits (FIELD VALUE...).
10037
10038 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10041         to gmm-image-load-path-for-library.  Call with no-error argument.
10042         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10043
10044         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10045
10046         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10047
10048         * gmm-utils.el (gmm-image-load-path): Remove alias.
10049
10050 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * gmm-utils.el (gmm-image-load-path): Add alias.
10053
10054         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10055         nnml-generate-nov-databases-1.
10056         (nnml-generate-nov-databases): Use it.
10057         (nnml-generate-nov-databases-directory): Document no-active
10058         argument.
10059
10060         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10061         directory if path is t.  Add no-error.
10062
10063         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10064         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10065
10066         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10067         resetting gnus-article-browse-html-temp-list.
10068
10069         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10070         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10071         Add example to docstring.  Rename local variables.  Move error
10072         checks to default case in cond and simplify.
10073
10074 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10077         handle is multipart when calling it recursively.
10078         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10079
10080 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10081
10082         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10083         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10084
10085 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10088         is loaded.
10089
10090         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10091         loaded.
10092
10093 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10096         to "Emacs 23 (unicode)" in doc string.
10097
10098         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10099         "Emacs 23 (unicode)" in comment.
10100
10101 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10104
10105         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10106         characters 160 through 255 in Emacs 23.
10107
10108 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10111         gnus-article-browse-html-temp.
10112         (gnus-article-browse-delete-temp): Make it customizable.  Add
10113         `file'.  Adjust doc string.
10114         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10115         query for each file.  Adjust doc string.
10116         (gnus-article-browse-html-parts): Add
10117         `gnus-article-browse-delete-temp-files' to
10118         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10119
10120 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10121
10122         * gnus-art.el (gnus-article-browse-html-temp)
10123         (gnus-article-browse-delete-temp): New variables.
10124         (gnus-article-browse-delete-temp-files): New function.
10125         (gnus-article-browse-html-parts): Use it.
10126
10127 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10130
10131         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10132         string.
10133
10134         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10135         gnus-summary-insert-new-articles when unplugged.  Remove
10136         gnus-summary-search-article-forward.
10137
10138         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10139         display-visual-class instead of display-color-cells.
10140
10141 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * dgnushack.el: Autoload customize-group for XEmacs.
10144
10145         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10146         message/* containing non-ASCII text properly.
10147
10148 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * message.el: Require gmm-utils, remove autoloads.
10151         (message-tool-bar): Set default based on
10152         gmm-tool-bar-style.
10153         (message-tool-bar-gnome): Add gmm-customize-mode.
10154
10155         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10156         gmm-tool-bar-style.
10157         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10158
10159         * gnus-group.el (gnus-group-tool-bar): Set default based on
10160         gmm-tool-bar-style.
10161         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10162
10163         * gmm-utils.el (gmm-image-directory): Rename variable from
10164         gmm-image-load-path.
10165         (gmm-image-load-path): Use gmm-image-directory.
10166         (gmm-customize-mode): New function.
10167         (gmm-tool-bar-style): New variable.
10168
10169         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10170         gnus-group-redraw-line-number.
10171         (gnus-group-redraw-check): Simplify.
10172         (gnus-group-tool-bar-update): Remove redraw check.
10173         (gnus-group-make-tool-bar): Add redraw check.
10174
10175 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10176
10177         * gnus-art.el (gnus-button): Add missing parentheses.
10178
10179 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * lpath.el: Fbind line-number-at-pos.
10182
10183 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10186
10187 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-art.el (gnus-button): New face.
10190         (gnus-article-button-face): Use it.
10191
10192         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10193         gnus-summary-next-page.  Re-order.
10194
10195         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10196         next-node are now included.
10197         (gnus-group-redraw-line-number): New internal variable.
10198         (gnus-group-redraw-check): Helper function for updating the tool
10199         bar.
10200         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10201
10202         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10203
10204         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10205         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10206         Use it to match format of Spamassassin 3.0 and later.  Reported by
10207         IRIE Tetsuya <irie@t.email.ne.jp>.
10208         (spam-check-bogofilter)
10209         (spam-bogofilter-register-with-bogofilter): Fix args of
10210         `gnus-error' calls.
10211
10212 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10215         unnecessary interaction when sending queued mails.  Reported by
10216         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10217
10218 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10221         first or last are nil.
10222
10223 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10224
10225         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10226
10227 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10228
10229         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10230
10231 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10232
10233         * dns.el (query-dns): Protect more against buggy tcp output.
10234
10235 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10238         nov.php.
10239
10240 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10241
10242         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10243         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10244         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10245         output on the server side.
10246         (nnweb-google-create-mapping): Update regexps and add some
10247         progress indication.
10248
10249 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10252         gnus-agent-toggle-plugged.  Re-order icons.
10253         (gnus-group-tool-bar-gnome): Add
10254         gnus-group-{prev,next}-unread-group.
10255         (gnus-group-tool-bar-gnome): Re-order icons.
10256
10257         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10258         gnus-summary-insert-new-articles.
10259
10260         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10261         comments.
10262
10263         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10264         also available in Emacs 21.3.
10265
10266         * message.el (message-fix-before-sending): Change "Emacs 22" to
10267         "Emacs 23 (unicode)" in comment.
10268
10269         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10270         "Emacs 23 (unicode)" in comment.
10271
10272         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10273         comment.
10274         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10275
10276         * mm-view.el (mm-fill-flowed): Add :version.
10277
10278 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10281         and load-path.
10282
10283 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * message.el: Autoload gmm-image-load-path.
10286         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10287         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10288         consitency.
10289
10290         * gmm-utils.el (gmm-image-load-path): Also search in
10291         "../etc/images".  Don't set gmm-image-load-path if we don't find
10292         the image.
10293
10294 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gmm-utils.el (gmm-image-load-path): Don't make
10297         `gmm-image-load-path' include subdirectories which the second arg
10298         `image' might specify.
10299
10300         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10301         subdirectory to icon file names.
10302
10303         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10304
10305 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10308         gmm-image-load-path calls.
10309
10310         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10311
10312         * message.el (message-make-tool-bar): Ditto.
10313
10314         * mml.el (mml-preview): Added comment concerning tool bar icons.
10315
10316         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10317         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10318
10319         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10320         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10321
10322         * message.el (message-tool-bar-gnome): Use new icon names.
10323         (message-make-tool-bar): Use `gmm-image-load-path'.
10324
10325         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10326         functions from MH-E.
10327         (gmm-image-load-path): New variable from MH-E.
10328         (gmm-image-load-path): New function from MH-E.  Added arguments
10329         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10330         *-image-load-path-called-flag.
10331
10332 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10333
10334         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10335
10336 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10337
10338         * nnimap.el (nnimap-request-move-article): Change folder back to
10339         source group before deleting.
10340
10341 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10344
10345         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10346         mm-url.
10347
10348         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10349
10350 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10353         coding system which mm-charset-to-coding-system returns for a
10354         given charset is valid.
10355
10356 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10357
10358         * html2text.el (html2text-remove-tag-list):
10359         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10360
10361 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10362
10363         * gnus-cus.el: Revert 2005-10-17 change.
10364
10365 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-art.el (article-strip-banner): Call
10368         article-really-strip-banner only when the regexp match is made.
10369
10370 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-art.el (article-strip-banner): Use
10373         gnus-extract-address-components instead of
10374         mail-header-parse-addresses to make it work with non-ASCII text;
10375         remove mail-encode-encoded-word-string.
10376
10377         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10378         values which are surrounded with \"...\"; make it never cause a
10379         Lisp error; give up parsing of parameters if it failed in
10380         extracting type.
10381
10382 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10383
10384         * smime.el (smime-cert-by-ldap-1): Fix bug where
10385         `smime-ldap-search' returns results without userCertificates.
10386
10387 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10390
10391 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * spam.el (spam-check-spamassassin-headers): Adapt format for
10394         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10395         <ari@mbf.ocn.ne.jp>.
10396         (spam-list-of-processors): Add spam-use-gmane.
10397
10398 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10401         make-temp-file; make it work with XEmacs as well.
10402
10403         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10404         mm-make-temp-file.
10405
10406         * mm-decode.el (mm-display-external): Use the 3rd arg of
10407         mm-make-temp-file.
10408         (mm-create-image-xemacs): Ditto.
10409
10410 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10413         with message-narrow-to-headers.
10414         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10415         (gnus-draft-check-draft-articles): New function.
10416         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10417
10418 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-art.el (gnus-article-browse-html-parts):
10421         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10422         Don't use suffix argument for mm-make-temp-file for Emacs 21
10423         compatibility.  Remove useless `format'.
10424
10425 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10426
10427         * nnweb.el (nnweb-google-wash-article): Update regexps.
10428         (nnweb-group-alist): Use defvoo instead of defvar.
10429
10430 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10431
10432         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10433         re-loading nn* modules.
10434
10435 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10438         for `tool-bar-mode' and don't check it's default-value.
10439
10440         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10441
10442         * message.el (message-make-tool-bar): Ditto.
10443
10444         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10445         `substring'.  Shorten tmp-file name.
10446
10447         * gnus.el: Remove bogus comment.
10448
10449 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10450
10451         * gnus-art.el (gnus-article-browse-html-parts): New function.
10452         (gnus-article-browse-html-article): New function for viewing html
10453         articles with a browser.
10454
10455 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10456
10457         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10458         in elisp.
10459         (pgg-gpg-encrypt-symmetric-region): Ditto.
10460         (pgg-gpg-sign-region): Ditto.
10461
10462         * pgg-def.el (pgg-text-mode): New variable.
10463
10464         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10465         (mml2015-pgg-encrypt): Ditto.
10466
10467         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10468         (mml1991-pgg-encrypt): Ditto.
10469
10470 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10473         message-make-date instead of current-time-string.
10474
10475         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10476         to gnus-decoded which mm-uu might set.
10477
10478 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10481         don't decode quoted parameters; remove misimported Emacs code.
10482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10483         (rfc2231-decode-encoded-string): Don't use split-string which
10484         behaves differently according to Emacs version; use
10485         mm-decode-coding-region to convert charset to coding-system.
10486         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10487         (rfc2231-encode-string): Remove misimported Emacs code.
10488
10489 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10492         when calling mail-header-parse-content-type.
10493         (article-de-quoted-unreadable): Ditto.
10494         (article-de-base64-unreadable): Ditto.
10495         (article-wash-html): Ditto.
10496
10497         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10498         calling mail-header-parse-content-type and
10499         mail-header-parse-content-disposition.
10500         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10501         mail-header-parse-content-type.
10502
10503         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10504         insert charset and format parameters; encode description after
10505         inserting it to buffer.
10506         (mml-insert-parameter): Fold lines properly even if a parameter is
10507         segmented into two or more lines; change the max column to 76.
10508
10509         * rfc1843.el (rfc1843-decode-article-body): Don't use
10510         ignore-errors when calling mail-header-parse-content-type.
10511
10512         * rfc2231.el (rfc2231-parse-string): Return at least type if
10513         possible; don't cause an error even if it fails in parsing of
10514         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10515         (rfc2231-encode-string): Don't break lines at the beginning, leave
10516         it to mml-insert-parameter.
10517
10518         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10519         calling mail-header-parse-content-type.
10520
10521 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * spam-report.el (spam-report-gmane-use-article-number):
10524         Improve doc string.
10525         (spam-report-gmane-internal): Check if a suitable header was found
10526         in the article.
10527
10528 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10531         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10532
10533 2006-02-05  Romain Francoise  <romain@orebokech.com>
10534
10535         Update copyright notices of all files in the gnus directory.
10536
10537 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10538
10539         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10540
10541 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10544         segmented lines of parameter value to cope with Thunderbird 1.5
10545         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10546         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10547         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10548
10549 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10550
10551         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10552         parts.
10553
10554 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10555
10556         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10557         there's only one active file for all servers.
10558         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10559         solid groups.  Gnus might have used a FAST request to select the group.
10560         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10561         and nnweb-search redundantly in the active file.
10562         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10563         (nnweb-request-create-group): Don't use ARGS.
10564         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10565         initialisations.  Let nnoo do the work.
10566
10567 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10570         Say the part has been decoded.
10571
10572         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10573
10574 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10575
10576         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10577         mailcap-viewer-test-cache when there's no 'test clause, since that
10578         will invert the meaning of a "nil" test previously determined by
10579         mailcap-mailcap-entry-passes-test.
10580
10581 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10584         compiling.
10585
10586         * gnus-sum.el: Ditto.
10587
10588         * message.el: Don't bind tool-bar-map when compiling.
10589
10590 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10593
10594 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10595
10596         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10597         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10598         current Google Groups.
10599
10600 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10603         and tool-bar-mode.
10604
10605         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10606         and tool-bar-mode.
10607
10608         * message.el (message-tool-bar-update): Simplify.
10609         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10610
10611         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10612         gnus-summary-buffer.
10613         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10614         gnus-summary-reply.
10615
10616         * gmm-utils.el (gmm): Add :version.
10617
10618 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * Makefile.in (clean): New rule.
10621         (distclean): Use it.
10622
10623 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10624
10625         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10626         autoload.
10627
10628 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gmm-utils.el (gmm-verbose): Add :group.
10631
10632 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * message.el: Change some comments WRT tool-bars.
10635
10636         * gnus-sum.el (gnus-summary-tool-bar)
10637         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10638         (gnus-summary-tool-bar-zap-list): New variables.
10639         (gnus-summary-make-tool-bar): Complete rewrite using
10640         `gmm-tool-bar-from-list'.
10641
10642         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10643         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10644         variables.
10645         (gnus-group-make-tool-bar): Complete rewrite using
10646         `gmm-tool-bar-from-list'.
10647         (gnus-group-tool-bar-update): New function.
10648
10649         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10650
10651 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10654         is dissected into a single part of which the type is the same as
10655         the given one; decode charset.
10656
10657 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10658
10659         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10660         into alists as symbol not string, since that's what
10661         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10662         look for.
10663
10664 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10667         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10668
10669         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10670
10671 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10674         (gnus-xmas-mime-security-button-menu): New function.
10675
10676         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10677         (gnus-mime-security-button-menu): New definition.
10678         (gnus-mime-security-button-map): Use them.
10679         (gnus-mime-security-button-menu): New function.
10680         (gnus-insert-mime-security-button): Addition to help echo.
10681         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10682         (gnus-mime-security-pipe-part): New functions.
10683
10684         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10685         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10686
10687         * mm-decode.el (mm-handle-set-disposition): Remove.
10688         (mm-handle-set-description): Remove.
10689
10690 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10693         (mm-w3m-standalone-supports-m17n-p): New function.
10694         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10695         w3m usage.
10696
10697         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10698         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10699
10700 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * message.el (message-tool-bar-zap-list): Use
10703         gmm-tool-bar-zap-list as custom type.
10704         (message-tool-bar-update): New function.
10705         (message-tool-bar, message-tool-bar-gnome)
10706         (message-tool-bar-retro): Add message-tool-bar-update.
10707         (message-tool-bar-gnome): Add flyspell-buffer.
10708
10709         * gnus-util.el (gnus-error): Describe `args'.
10710
10711         * gmm-utils.el (gmm-error): Describe `args'.
10712         (gmm-tool-bar-zap-list): New widget.
10713         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10714
10715 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10718         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10719         the number of recursive calls.
10720
10721         * mm-decode.el (mm-handle-set-disposition): New macro.
10722         (mm-handle-set-description): New macro.
10723
10724 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10727         encoding.
10728
10729 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * message.el (message-tool-bar-zap-list, message-tool-bar)
10732         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10733         (message-tool-bar-local-item-from-menu): Remove.
10734         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10735         (message-make-tool-bar): New function.
10736         (message-mode): Use `message-make-tool-bar'.
10737
10738         * gmm-utils.el: New file.
10739         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10740         (gmm-lazy): New widget copied from `nnmail.el'.
10741         (gmm-tool-bar-from-list): New function for creating customizable
10742         tool bars.
10743         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10744         output.
10745         (gmm): Add :prefix to defgroup.
10746
10747 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10748
10749         * gmm-utils.el (gmm-widget-p): New function.
10750
10751 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * mml.el (mml-attach-file): Describe `description' in doc string.
10754         (mml-menu): Add Emacs MIME manual and PGG manual.
10755
10756 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10757
10758         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10759
10760 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10761
10762         * nntp.el (nntp-end-of-line): Doc fix.
10763
10764 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10765
10766         * imap.el (imap-open): Handle case where buffer is a buffer
10767         object.
10768
10769 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10770
10771         * gnus-delay.el (gnus-delay): Don't autoload.
10772         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10773         to be re-loaded when customizing the `gnus-delay' group.
10774
10775 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10776
10777         * message.el (message-insert-citation-line): Use newlines.
10778
10779 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10780
10781         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10782         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10783         these routines, so the passphrase can be managed externally and
10784         passed in to the system.
10785         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10786         pgg-add-passphrase-to-cache function.
10787
10788         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10789         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10790         these routines, so the passphrase can be managed externally and
10791         passed in to the system.
10792         (pgg-pgp5-sign-region): Use new name of
10793         pgg-add-passphrase-to-cache function.
10794
10795 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10796
10797         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10798         part of the decoded armor to find the key-identifier.
10799         (pgg-gpg-lookup-key-owner): New function to return the
10800         human-readable identifier of a key owner.
10801         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10802         itself.
10803         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10804         the key value) if we have a key and can match it against a secret
10805         key.  Also, added a note pointing out fact that the prompt only
10806         indicates the first matching key.
10807
10808         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10809         pgg-decrypt-region.
10810         (pgg-add-passphrase-to-cache): Rename from
10811         `pgg-add-passphrase-cache' to reduce confusion (all callers
10812         changed).
10813         (pgg-remove-passphrase-from-cache): Rename from
10814         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10815         changed).
10816         (pgg-read-passphrase, pgg-add-passphrase-cache)
10817         (pgg-remove-passphrase-cache): Add informative docstrings.
10818         (pgg-decrypt): Convey provided passphrase in subordinate call to
10819         pgg-decrypt-region.
10820
10821 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10822
10823         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10824         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10825         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10826         'passphrase' argument, so the passphrase can be managed externally
10827         and then passed in to the system.
10828
10829         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10830         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10831         so the passphrase cache can be used reliably with identifiers
10832         besides a pgp packet's key id.
10833
10834         * pgg-gpg.el (pgg-gpg-encrypt-region)
10835         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10836         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10837         these routines, so the passphrase can be managed externally and
10838         passed in to the system.
10839
10840         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10841         'notruncate' argument, so the passphrase cache can be used
10842         reliably with identifiers besides a pgp packet's key id.
10843
10844 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10845
10846         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10847         symmetric encryption.
10848         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10849         encrypted session key.
10850         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10851         message ask for the passphrase in a proper way.
10852
10853         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10854         New user commands for symmetric encryption.
10855
10856 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10859
10860         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10861
10862 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10863
10864         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10865
10866 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * mm-decode.el (mm-inlined-types): Add application/pgp.
10869         (mm-automatic-display): Ditto.
10870
10871         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10872         part as text.
10873
10874 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10875
10876         * nnrss.el: Update copyright.
10877         (nnrss-opml-import): Query whether to subscribe to each entry.
10878
10879         * gnus-art.el:
10880         * gnus-sum.el:
10881         * gnus-xmas.el:
10882         * messagexmas.el:
10883         * mm-uu.el:
10884         * mm-view.el: Update copyright.
10885
10886 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * message.el (message-info): New function.
10889         (message-mode-menu): Add it.
10890         Update copyright.
10891
10892         * ChangeLog: Fix and update copyright.
10893
10894 2006-01-13  Romain Francoise  <romain@orebokech.com>
10895
10896         * message.el (message-forward-subject-name-subject): Prefer the
10897         address to 'nowhere' if the sender has no name.
10898         Fix typo.  Update copyright year.
10899
10900 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gnus-art.el (article-wash-html): Use
10903         gnus-summary-show-article-charset-alist if a numeric arg is given.
10904         (gnus-article-wash-html-with-w3m-standalone): New function.
10905
10906         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10907         mm-inline-text-html-render-with-w3m-standalone.
10908         (mm-text-html-washer-alist): Map w3m-standalone to
10909         gnus-article-wash-html-with-w3m-standalone.
10910         (mm-inline-text-html-render-with-w3m-standalone): New function.
10911
10912 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10915         Improve LaTeX.
10916
10917 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10920         (nnrss-request-article): Render text/plain parts as HTML.
10921
10922         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10923         the buffer.
10924
10925 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10928         custom definition of `gnus-posting-styles'.
10929
10930         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10931         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10932
10933 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10936         Use nntp for bug archive.
10937
10938 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10939
10940         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10941         parts.
10942         (nnrss-normalize-date): New function converts ISO 8601 date into
10943         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10944         (nnrss-check-group): Use it.
10945
10946 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10949
10950         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10951         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10952         (nnrss-insert-w3): Ditto.
10953
10954 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10957         the articles to be forwarded including the case where neither a
10958         number of articles nor a region is specified.
10959
10960 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * nnrss.el (nnrss-request-article): Fix last change; fill
10963         text/plain parts.
10964
10965 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10968         in text/plain part.
10969         (nnrss-check-group): Don't add excessive newline to dc:subject.
10970
10971 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10972
10973         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10974         article.
10975
10976 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10979         (nnml-use-compressed-files, nnml-save-mail): Support other
10980         comression programs such as bzip2.
10981
10982 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * dns.el (query-dns): Make sure we check the buffer size before
10985         removing tcp headers.
10986
10987 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10990         remove MIME buttons associated with multipart/alternative parts.
10991         (gnus-mime-display-alternative): Tag buttons using `article-type'
10992         text property.
10993
10994         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10995         associated with multipart/alternative parts.
10996
10997         * gnus-art.el (gnus-signature-separator): Fix custom type.
10998
10999         * mm-decode.el (mm-inlined-types): Fix custom type.
11000         (mm-keep-viewer-alive-types): Ditto.
11001         (mm-automatic-display): Ditto.
11002         (mm-attachment-override-types): Ditto.
11003         (mm-inline-override-types): Ditto.
11004         (mm-automatic-external-display): Ditto.
11005
11006 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * spam-report.el (spam-report-user-mail-address)
11009         (spam-report-user-agent): New variables.
11010         (spam-report-url-ping-plain): Use spam-report-user-agent.
11011
11012 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11013
11014         * gnus-art.el (gnus-button-handle-custom): Do not just use
11015         `customize-apropos' for any "M-x customize-*" button but the
11016         function called for.  Accept both the function name and its
11017         argument in order to achieve this.
11018         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11019         function name to `gnus-button-handle-custom' in case of "M-x
11020         customize-*" buttons.
11021
11022 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11025         multipart/alternative and add xref to mm-discouraged-alternatives
11026         in doc string.
11027
11028         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11029         gnus-buttonized-mime-types in doc string.
11030
11031 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11034         Suggest image/.* in the doc string.
11035
11036 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11039         message-marks (Debian bug #342521).
11040
11041 2005-12-12  Simon Josefsson  <jas@extundo.com>
11042
11043         * password.el (password-read-from-cache): Add.
11044         (password-read): Use it.
11045
11046 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11049         us-ascii as a MIME charset.
11050
11051         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11052         against the case where the 2nd arg TYPE is nil.
11053
11054 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * pop3.el (pop3-stream-type): Fix custom version.
11057
11058         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11059
11060 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11061
11062         * mm-decode.el (mm-display-external): Add missing cdr.
11063
11064 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11067         RFC1524) if it is in mailcap or add a suffix according to
11068         mailcap-mime-extensions when generating a temp filename; postpone
11069         deleting a temp file for 2 seconds for some wrappers, shell
11070         scripts, and so on, which might exit right after having started a
11071         viewer command as a background job.
11072
11073 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * nntp.el (nntp-marks-directory): Fix custom group.
11076
11077         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11078         steps when < 10.
11079
11080         * gnus-start.el (gnus-no-server-1): Mention
11081         `gnus-level-default-subscribed' in doc string.
11082
11083 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11084
11085         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11086         parens.
11087
11088 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-xmas.el (gnus-use-toolbar): Revert.
11091         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11092         gnus-use-toolbar is default.
11093
11094         * messagexmas.el (message-use-toolbar): Revert.
11095         (message-setup-toolbar): Use global default-toolbar if
11096         message-use-toolbar is default.
11097
11098 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11101         according to default-toolbar-visible-p.
11102
11103         * messagexmas.el (message-use-toolbar): Ditto.
11104
11105 2005-11-26  Dave Love  <fx@gnu.org>
11106
11107         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11108         (tls-program, tls-success): Provide openssl alternative.
11109
11110         * starttls.el: Doc fixes.
11111         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11112         SERVICE to PORT.
11113
11114         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11115         port null or service name.
11116         (starttls-negotiate): Autoload.
11117
11118 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * message.el (message-kill-to-signature): Fix interactive spec.
11121
11122 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * pop3.el (pop3-open-server): Recognize a string as a service name.
11125
11126 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11127
11128         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11129
11130 2005-11-23  Dave Love  <fx@gnu.org>
11131
11132         Add pop3s, pop3/starttls.
11133
11134         * pop3.el (pop3-authentication-scheme): Clarify doc.
11135         (open-tls-stream, starttls-open-stream): Autoload.
11136         (pop3-stream-type): New.
11137         (pop3-open-server): Use it.
11138
11139         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11140         for POP.
11141         (mail-source-keyword-map): Add :stream for POP.
11142         (mail-source-fetch-pop): Use pop3-stream-type.
11143
11144 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11147         of current-time-string.
11148
11149 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11150
11151         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11152         date header.
11153
11154 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11155
11156         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11157         it can seriously impact performance as it bypasses the agent's
11158         local caches.
11159
11160 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11161
11162         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11163         must be explicitly online rather than "not explicitly offline" for
11164         its flags to be synchronized.
11165
11166         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11167         that gnus-uu-unmark-thread will function correctly.
11168
11169         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11170         1024K is instead displayed as 1M.
11171
11172 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11173
11174         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11175
11176 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11177
11178         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11179
11180 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11181
11182         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11183         error message to display actual error condition.
11184         (gnus-agent-save-local): Avoid saving symbols that are bound to
11185         nil as they simply result in a warning message in
11186         gnus-agent-read-local.
11187
11188 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11191         rather than make-variable-buffer-local for file-precious-flag.
11192
11193 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11194
11195         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11196         for duplicates which are removed.  The invalid sort check then
11197         triggers a rescan after the sort as sorting may have moved
11198         duplicate entries such that they can be cheaply detected.
11199
11200 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11203
11204 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11205
11206         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11207         internal variable to a custom variable.  Changed default value
11208         from compressed(2) to uncompressed(1).
11209         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11210         support for uncompressed agentview files.  Taken together, reading
11211         the agentview file should now be 6-7 times faster.
11212
11213 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11214
11215         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11216         as a buffer-local variable.  This avoids creating truncated
11217         dribble files as a result of a hang up, eg.
11218
11219 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11220
11221         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11222         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11223         XEmacs.
11224
11225 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus-start.el (gnus-start-draft-setup): Enforce
11228         `gnus-draft-mode' for nndraft:drafts at startup.
11229
11230         * gnus.el (gnus-splash): Change custom group.
11231         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11232         allow-list argument.
11233
11234         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11235         string.
11236
11237 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-art.el (gnus-default-article-saver): Add user-defined
11240         `function' to custom type.
11241
11242 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11243
11244         * imap.el (imap-open): Handle case where buffer is a buffer
11245         object.
11246
11247 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11250         long lines.
11251         (gnus-cache-delete-group): Wrap doc strings.
11252
11253         * gnus-agent.el (gnus-agent-rename-group)
11254         (gnus-agent-delete-group): Wrap doc strings.
11255
11256 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * messagexmas.el (message-use-toolbar): Change the valid values
11259         into default, top, bottom, left, and right.
11260         (message-toolbar-thickness): New variable.
11261         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11262         well.
11263         (message-setup-toolbar): Make it work.
11264
11265         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11266         (gnus-use-toolbar): Change the valid values into default, top,
11267         bottom, left, and right.
11268         (gnus-toolbar-thickness): New variable.
11269         (gnus-xmas-setup-toolbar): New function.
11270         (gnus-xmas-setup-group-toolbar): Use it.
11271         (gnus-xmas-setup-summary-toolbar): Use it.
11272
11273 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11274
11275         * gnus-start.el (gnus-1): Add "native" to
11276         gnus-predefined-server-alist.
11277
11278         * gnus.el (gnus-method-to-server): Don't add "native" to the
11279         lists here, because that leads to problems when
11280         gnus-select-method is bound.
11281
11282 2005-11-09  Simon Josefsson  <jas@extundo.com>
11283
11284         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11285         use (not sort-by-date) instead.
11286
11287 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11288
11289         * gnus-delay.el (gnus-delay-group): Don't autoload.
11290         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11291         to be re-loaded when customizing the `gnus-delay' group.
11292
11293 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11294
11295         * message.el: Revert last changes.
11296         (message-insert-citation-line): Use newlines.
11297
11298 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11299
11300         * message.el (message-courtesy-message)
11301         (message-mark-insert-begin, message-mark-insert-end)
11302         (message-elide-ellipsis, message-cancel-message)
11303         (message-add-header, message-change-subject)
11304         (message-cross-post-followup-to-header)
11305         (message-cross-post-insert-note, message-reduce-to-to-cc)
11306         (message-widen-reply, message-delete-not-region)
11307         (message-kill-to-signature, message-insert-signature)
11308         (message-insert-importance-high, message-insert-importance-low)
11309         (message-insert-or-toggle-importance)
11310         (message-insert-disposition-notification-to)
11311         (message-indent-citation, message-yank-original)
11312         (message-cite-original-without-signature, message-cite-original)
11313         (message-insert-citation-line, message-position-on-field)
11314         (message-fix-before-sending, message-send-mail-partially)
11315         (message-send-mail, message-send-mail-with-sendmail)
11316         (message-send-mail-with-qmail, message-send-news)
11317         (message-check-news-header-syntax, message-generate-headers)
11318         (message-insert-courtesy-copy, message-fill-address)
11319         (message-fill-header, message-shorten-references)
11320         (message-setup-1, message-cancel-news)
11321         (message-forward-make-body-plain, message-forward-make-body-mime)
11322         (message-forward-make-body-mml, message-encode-message-body)
11323         (message-forward-make-body-digest-plain)
11324         (message-forward-make-body-digest-mime)
11325         (message-use-alternative-email-as-from): Insert `hard-newline'
11326         instead of ordinary newlines.
11327
11328 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * message.el (message-generate-headers): Downcase the argument
11331         given to message-check-element.
11332
11333 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11334
11335         * nntp.el (nntp-authinfo-rejected): New error condition.
11336         (nntp-wait-for): Use new error condition to signal authentication
11337         error.
11338         (nntp-retrieve-data): Rethrow new error condition to break out of
11339         recursive call to nntp-send-authinfo.
11340
11341 2005-11-08  Romain Francoise  <romain@orebokech.com>
11342
11343         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11344         (gnus-summary-exit-map): Bind to `Z p'.
11345         (gnus-summary-make-menu-bar): Add menu item.
11346
11347 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11350         (gnus-treat-*): Add `first' in all doc strings.
11351
11352         * gnus-group.el (gnus-group-compact-group): Fix typo.
11353
11354 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus.el (gnus-parameters-case-fold-search): New variable.
11357         (gnus-parameters-get-parameter): Use it.
11358
11359         * gnus-score.el (gnus-home-score-file): Doc fix.
11360
11361 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11362
11363         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11364
11365 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mm-util.el (mm-special-display-p): New function.
11368
11369         * mml.el (mml-preview): Use it; doc fix.
11370
11371 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11372
11373         * imap.el (imap-open): Handle case where buffer is a buffer object.
11374
11375 2005-10-29  Romain Francoise  <romain@orebokech.com>
11376
11377         * message.el (message-fix-before-sending): Fix comment.
11378
11379 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11380
11381         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11382
11383 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11384
11385         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11386         Used in gnus-score.el.
11387
11388 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11391
11392 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11395         whitespace removed in revision 7.8.  Use concatenated string to
11396         protect trailing whitespace.
11397
11398 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11399
11400         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11401         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11402         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11403         Courier IMAP ("some version from 2004").  Mostly based on similar
11404         code in the same function.
11405
11406 2005-10-26  Didier Verna  <didier@xemacs.org>
11407
11408         * gnus-group.el (gnus-group-compact-group): Invalidate original
11409         article buffer.
11410         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11411         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11412         NOV database and in article itself.
11413         Invalidate article backlog.
11414
11415 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11416
11417         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11418
11419 2005-10-26  Simon Josefsson  <jas@extundo.com>
11420
11421         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11422         part of 2004-07-25 change.
11423
11424 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * message.el (message-display-completion-list): New function.
11427         (message-expand-group): Use it; make sure the Completions buffer
11428         is modifiable.
11429 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11430
11431         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11432         user-mail-name is an empty string.
11433
11434 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11435
11436         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11437         depending on gnus-score-decay-constant.
11438
11439         * encrypt.el (encrypt-insert-file-contents)
11440         (encrypt-write-file-contents): Don't use `gnus-message'.
11441
11442         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11443         arguments.
11444         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11445         arguments to mm-uu-verbatim-marks-extract.
11446         (mm-uu-hide-markers): New variable.
11447         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11448
11449         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11450         (gnus-convert-image-to-face-command): Use "convert" by default to
11451         allow other input image formats.
11452         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11453         accordingly.
11454
11455 2005-10-23  Simon Josefsson  <jas@extundo.com>
11456
11457         * imap.el (imap-gssapi-program): Align command line parameters
11458         with latest GNU SASL.
11459         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11460
11461 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11464         HTML.
11465         (nnslashdot-request-article): Ditto.
11466
11467         * lpath.el (featurep): Add nobreak-char-display.
11468
11469 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11470
11471         * mail-source.el (mail-source-fetch-pop): Require pop3.
11472         (mail-source-check-pop): Ditto.
11473
11474 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11477         errors.
11478
11479 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11482         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11483
11484         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11485
11486         * mm-bodies.el (mm-decode-string): Call
11487         `mm-charset-to-coding-system' with allow-override argument.
11488
11489 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11492         (rfc2047-charset-to-coding-system): New function.
11493         (rfc2047-decode-encoded-words): New function.
11494         (rfc2047-decode-region): Use them.
11495         (rfc2047-decode-cte): Remove.
11496         (rfc2047-parse-and-decode): Remove.
11497         (rfc2047-decode): Remove.
11498
11499 2005-10-15  Kenichi Handa  <handa@m17n.org>
11500
11501         * rfc2047.el (rfc2047-decode-cte): New function.
11502         (rfc2047-decode-region): Change the way to decode successive
11503         encoded-words: decode B- or Q-encoding in each encoded-word,
11504         concatenate them, and decode it as charset.
11505
11506 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * lpath.el: Fbind codepage-setup for XEmacs.
11509
11510 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11511
11512         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11513         widget-move-and-invoke.
11514         (gnus-custom-mode): Use gnus-custom-map.
11515
11516 2005-10-15  Bill Wohler  <wohler@newt.com>
11517
11518         * message.el (message-tool-bar-map): Renamed image file from
11519         mail_send to mail/send.
11520
11521 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11522
11523         * message.el (message-expand-group): Pass the common
11524         prefix substring of completion to `display-completion-list'.
11525
11526 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * mml-sec.el (mml-secure-method): New internal variable.
11529         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11530         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11531         functions using mml-secure-method.
11532
11533         * mml.el (mml-mode-map): Add key bindings for those functions.
11534         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11535         Harder <harder@myrealbox.com>.
11536         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11537         end of message if point is the headers of the message.
11538
11539         * message.el (message-in-body-p): New function.
11540
11541         * assistant.el: Autoload gnus-util and netrc.
11542
11543         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11544         Use `mm-charset-override-alist' only when decoding.
11545
11546         * mm-bodies.el (mm-decode-body): Call
11547         `mm-charset-to-coding-system' with allow-override argument.
11548
11549         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11550         `filename' from Content-Disposition if Content-Type doesn't
11551         provide `name'.
11552         (gnus-mime-view-part-as-type): Set default instead of
11553         initial-input.
11554
11555 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11556
11557         * format-spec.el (format-spec): Propagate text properties of % spec.
11558
11559 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * gnus-art.el (gnus-treat-predicate): Add `first'.
11562
11563 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11566         (mm-charset-override-alist): New variable.
11567         (mm-charset-to-coding-system): Use it.
11568         (mm-codepage-setup): New helper function.
11569         (mm-charset-eval-alist): New variable.
11570         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11571         about unknown charsets.
11572
11573         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11574
11575 2005-10-04  David Hansen  <david.hansen@gmx.net>
11576
11577         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11578         (nnrss-check-group): Ditto.
11579
11580 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11583         Rename x-gnus-verbatim to x-verbatim.
11584         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11585
11586         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11587         x-verbatim.
11588
11589         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11590
11591         * gnus-util.el (gnus-remove-duplicates): Remove.
11592
11593         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11594         instead of gnus-remove-duplicates.
11595
11596         * message.el (message-remove-duplicates): Remove.
11597         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11598         message-remove-duplicates.
11599
11600         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11601         available, else use implementation from `delete-dups'.
11602
11603         * message.el (message-insert-expires): New function.
11604         (message-mode-map): Add key binding.
11605         (message-mode-field-menu): Add menu entry.
11606         (message-mode): Document it.
11607         (message-make-expires-date): Use `message-make-date'.
11608
11609 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11610
11611         * message.el (message-make-expires-date): New function.
11612
11613 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * Makefile.in (list-installed-shadows): New entry.
11616         (install): Use it.
11617         (remove-installed-shadows): New entry.
11618
11619         * dgnushack.el (dgnushack-default-load-path): New variable.
11620         (dgnushack-find-lisp-shadows): New function.
11621         (dgnushack-remove-lisp-shadows): New function.
11622
11623 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * Makefile.in (install-el-elc): New entry.
11626         (install): Use it so that .el files are necessarily installed.
11627
11628 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11629
11630         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11631
11632 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11633
11634         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11635         function rather than the diff-mode.el package.
11636         (mm-display-external): Use with-current-buffer.
11637         (mm-viewer-completion-map, mm-viewer-completion-map):
11638         Move initialization inside declaration.
11639
11640 2005-09-29  Simon Josefsson  <jas@extundo.com>
11641
11642         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11643         autoload mail-check-payment.
11644         (spam-check-hashcash): Define unconditionally, since hashcash.el
11645         is part of Gnus now.  Ignore errors from payment checking.
11646
11647 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * message.el (message-bold-region, message-unbold-region): Rename
11650         from `bold-region' and `unbold-region'.
11651
11652         * message.el: Remove useless autoloads.
11653
11654 2005-09-28  Simon Josefsson  <jas@extundo.com>
11655
11656         * message.el (message-use-idna): Default to t.
11657         (message-use-idna): Test whether encoding works too.  Doc fix.
11658
11659 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * nntp.el (nntp-warn-about-losing-connection): Remove.
11662
11663 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11666         customizable.  Change default value.
11667         (mm-uu-diff-groups-regexp): Change default value.
11668         (mm-uu-type-alist): Add doc string.
11669         (mm-uu-configure): Add doc string.  Make it interactive.
11670         (mm-uu-tex-groups-regexp): New variable.
11671         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11672         (mm-uu-type-alist): Add LaTeX documents.
11673         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11674         of "text/verbatim".
11675         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11676
11677         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11678         instead of "text/verbatim".
11679
11680         * message.el (message-mark-inserted-region)
11681         (message-mark-insert-file): Use slrn style marks when called with
11682         prefix argument.
11683
11684 2005-09-27  Simon Josefsson  <jas@extundo.com>
11685
11686         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11687
11688 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11689
11690         * message.el (message-remove-duplicates): New function.
11691         Implementation borrowed from `gnus-remove-duplicates'.
11692         (message-idna-to-ascii-rhs): Also encode idna addresses in
11693         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11694         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11695         only ask about the same idna domain once per header and also tell
11696         in what header to replace the idna domain.
11697
11698         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11699         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11700         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11701         a header is decoded and not just the last one.
11702
11703 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11706         has been decoded.
11707
11708         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11709         (mm-insert-part): Don't modify text if it has been decoded.
11710
11711         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11712         decoded.
11713
11714         * mm-view.el (mm-inline-text): Don't strip text props unless
11715         decoding enriched or richtext parts.
11716
11717 2005-09-25  Romain Francoise  <romain@orebokech.com>
11718
11719         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11720         * gnus-start.el (gnus-subscribe-interactively):
11721         * gnus-uu.el (gnus-uu-grab-articles):
11722         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11723         space.
11724
11725 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11726
11727         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11728         * mm-view.el (mm-view-pkcs7-decrypt):
11729         * gnus-sum.el (gnus-summary-limit-to-extra)
11730         (gnus-summary-respool-article, gnus-read-move-group-name):
11731         * gnus-score.el (gnus-summary-increase-score):
11732         * gnus-util.el (gnus-completing-read-with-default):
11733         * gnus-art.el (gnus-read-save-file-name)
11734         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11735         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11736         * message.el (message-check-news-header-syntax):
11737         Follow convention for reading with the minibuffer.
11738
11739 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * spam-report.el (spam-report-url-ping-plain):
11742         Use gnus-extended-version as User-Agent.
11743
11744         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11745         default value is nil.
11746
11747         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11748         (mm-uu-verbatim-marks-extract): New function.
11749         (mm-uu-extract): New face.
11750         (mm-uu-copy-to-buffer): Use it.
11751
11752         * spam-report.el (spam-report-gmane-ham): Renamed from
11753         `spam-report-gmane-unspam'.
11754         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11755         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11756
11757         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11758         Autoload.
11759         (spam-report-gmane-unregister-routine): Renamed
11760         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11761
11762 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11763
11764         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11765         (spam-report-gmane-unregister-routine): Add support for gmane
11766         unregistration.
11767
11768         * spam-report.el (spam-report-gmane-unspam)
11769         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11770         (spam-report-gmane): Change to take a single article and do unspam
11771         registration.
11772
11773 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * mm-url.el (mm-url-decode-entities): Fix regexp.
11776
11777 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11778
11779         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11780         default to nil, to be able to use Gnus at all.  If the default
11781         switches to something else, then the function should be fixed not
11782         be exceedingly slow.
11783
11784 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11785
11786         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11787         fail hard.
11788
11789         * spam-report.el: Add better Keywords line.
11790
11791         * spam.el: Add Maintainer and better Keywords line.
11792
11793 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * gnus-art.el (gnus-article-replace-part)
11796         (gnus-mime-replace-part): New functions.
11797         (gnus-mime-action-alist, gnus-mime-button-commands)
11798         (gnus-mime-save-part-and-strip): Added file argument.
11799         (gnus-article-part-wrapper): Added interactive argument.
11800
11801         * gnus-sum.el (gnus-summary-mime-map): Add
11802         `gnus-article-replace-part'.
11803
11804 2005-09-19  Didier Verna  <didier@xemacs.org>
11805
11806         The nnml compaction feature:
11807         * nnml.el (nnml-request-compact-group): New function.
11808         * nnml.el (nnml-request-compact): New function.
11809         * gnus-int.el (gnus-request-compact-group): New function.
11810         * gnus-int.el (gnus-request-compact): New function.
11811         * gnus-group.el (gnus-group-compact-group): New function.
11812         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11813         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11814         * gnus-srvr.el (gnus-server-compact-server): New function.
11815         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11816         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11817
11818 2005-09-18  Deepak Goel  <deego@gnufans.org>
11819
11820         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11821         format spec.
11822
11823 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11826
11827 2005-09-15  Romain Francoise  <romain@orebokech.com>
11828
11829         * message.el (message-fill-paragraph): Clarify docstring.
11830
11831 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-art.el (gnus-mime-display-part): Protect against broken
11834         MIME messages.
11835
11836 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11839         before parsing header.
11840
11841 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11842
11843         * html2text.el (html2text-replace-list): Add new entities.
11844
11845 2005-09-11  Romain Francoise  <romain@orebokech.com>
11846
11847         * message.el (message-alternative-emails): Improve docstring.
11848         (message-setup-1): Call `message-use-alternative-email-as-from'
11849         after `message-setup-hook' to give it precedence over posting
11850         styles, etc.
11851         (message-use-alternative-email-as-from): Add docstring.  Remove
11852         the original From header if present.
11853
11854         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11855         (nnml-save-mail): Use it.
11856
11857         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11858         articles.  Add new argument `silent'.
11859         (gnus-uu-mark-all): Report the total number of marked articles.
11860
11861 2005-09-10  Romain Francoise  <romain@orebokech.com>
11862
11863         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11864         (gnus-uu-mark-series): Likewise.
11865
11866 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * spam-report.el (spam-report-gmane): Fix generation of spam
11869         report URL.
11870
11871 2005-09-10  Simon Josefsson  <jas@extundo.com>
11872
11873         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11874         t, based on discussion on the ding list with Robert Epprecht
11875         <epprecht@solnet.ch>.
11876
11877 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * spam-report.el (spam-report-gmane): Make it work without
11880         X-Report-Spam header.  Gmane now only provides Archived-At.
11881         This is only used if `spam-report-gmane-use-article-number' is nil.
11882         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11883
11884         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11885         make `gnus-summary-sort-by-recipient' work with threading.
11886
11887         * nnweb.el (nnweb-google-wash-article): Print a message if article
11888         is not available.
11889
11890 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11891
11892         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11893         change.  Decode text/* parts content before displaying.
11894
11895 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11896
11897         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11898
11899 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11902
11903         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11904         url-package-name, url-package-version,
11905         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11906         w3m-display-inline-images, and w3m-minor-mode-map.
11907
11908 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * message.el (message-tab-body-function): Fix mismatched custom type.
11911
11912         * gnus.el (gnus-group-change-level-function): Ditto.
11913
11914         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11915
11916         * gnus-art.el (gnus-signature-limit)
11917         (gnus-article-mime-part-function): Ditto.
11918
11919 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * mml.el (mml-mode): Silence the byte compiler.
11922
11923         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11924         using `(sit-for 0)' before moving the point to the specified part;
11925         skip unbuttonized parts.
11926         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11927         return to the summary window if gnus-auto-select-part is non-nil.
11928
11929 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11930
11931         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11932         variables.
11933         (mml-dnd-attach-file, mml-mode): Use them.
11934
11935         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11936         Make fetching article by MID work again for Google Groups.  Added
11937         FIXME concerning gnus-group-make-web-group.
11938
11939         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11940         Don't depend on Gnus by using mail-extract-address-components if
11941         gnus-extract-address-components is not bound.
11942
11943 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * gnus-art.el (gnus-mime-display-security): Don't display the
11946         signature, but only the signed part.
11947
11948 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11951
11952         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11953         list, not listp.
11954
11955 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11956
11957         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11958         when encoding.
11959
11960         * mm-bodies.el (mm-decode-content-transfer-encoding):
11961         De-canonicalize CRLF for all text content types, not just
11962         text/plain.
11963
11964 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11967         valid article; point arrow and cursor at the MIME button.
11968
11969 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11972         Suggested by Dan Christensen <jdc@uwo.ca>.
11973
11974         * mm-decode.el (mm-save-part): Enable change of prompt.
11975
11976 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11977
11978         * gnus-msg.el (gnus-inews-add-send-actions): Made
11979         `message-post-method' lambda parameter ARG `&optional'.
11980
11981 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * gnus-sum.el (gnus-summary-mime-map): Added
11984         gnus-article-save-part-and-strip, gnus-article-delete-part and
11985         gnus-article-jump-to-part.
11986
11987         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11988         (gnus-article-edit-part): Use it.
11989         (gnus-article-part-wrapper): Added no-handle argument.
11990         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11991         functions.
11992
11993 2005-08-29  Romain Francoise  <romain@orebokech.com>
11994
11995         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11996         docstring.
11997         (gnus-face-from-file): Likewise.
11998
11999 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12000
12001         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12002         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12003         non-nil.
12004         (gnus-auto-select-part): New variable.
12005         (gnus-article-jump-to-part): New function.
12006         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12007         (gnus-mime-delete-part): Allow selecting specified part after
12008         deleting or stripping parts.
12009         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12010         part if argument is bogus.
12011
12012 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12013
12014         * gnus-art.el (w3m-minor-mode-map):
12015         * gnus-spec.el (gnus-newsrc-file-version):
12016         * gnus-util.el (nnmail-active-file-coding-system)
12017         (gnus-original-article-buffer, gnus-user-agent):
12018         * gnus.el (gnus-ham-process-destinations)
12019         (gnus-parameter-ham-marks-alist)
12020         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12021         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12022         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12023         * mm-decode.el (gnus-current-window-configuration):
12024         * mm-extern.el (gnus-article-mime-handles):
12025         * mm-url.el (url-current-object, url-package-name)
12026         (url-package-version):
12027         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12028         (smime-keys, w3m-cid-retrieve-function-alist)
12029         (w3m-current-buffer, w3m-display-inline-images)
12030         (w3m-minor-mode-map):
12031         * mml-smime.el (gnus-extract-address-components):
12032         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12033         (gnus-newsrc-hashtb, message-default-charset)
12034         (message-deletable-headers, message-options)
12035         (message-posting-charset, message-required-mail-headers)
12036         (message-required-news-headers):
12037         * mml1991.el (mc-pgp-always-sign):
12038         * mml2015.el (mc-pgp-always-sign):
12039         * nnheader.el (nnmail-extra-headers):
12040         * rfc1843.el (gnus-decode-encoded-word-function)
12041         (gnus-decode-header-function, gnus-newsgroup-name):
12042         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12043
12044 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12045
12046         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12047         the end of the date treatments.
12048
12049 2005-08-15  Simon Josefsson  <jas@extundo.com>
12050
12051         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12052         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12053         Capello and Romain Francoise.
12054         (pgg-fetch-key-function): Removed, not used?
12055         (pgg-insert-url-with-w3): Require url, to get
12056         url-insert-file-contents regardless of where it is defined.
12057
12058 2005-08-13  Romain Francoise  <romain@orebokech.com>
12059
12060         * message.el (message-cite-original-1): New function.
12061         (message-cite-original): Use it.
12062         (message-cite-original-without-signature): Ditto.
12063
12064 2005-08-08  Romain Francoise  <romain@orebokech.com>
12065
12066         * message.el (message-yank-empty-prefix): New variable.
12067         (message-indent-citation): Use it.
12068         (message-cite-original-without-signature): Respect X-No-Archive.
12069
12070 2005-08-08  Simon Josefsson  <jas@extundo.com>
12071
12072         * pgg.el: Autoload url-insert-file-contents instead of loading
12073         w3/url.
12074         (pgg-insert-url-with-w3): Don't load url here.
12075
12076 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12077
12078         * message.el (message-kill-to-signature): Don't insert newline at
12079         bol.
12080         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12081
12082 2005-08-06  Romain Francoise  <romain@orebokech.com>
12083
12084         * message.el (message-user-fqdn): Fix typo in docstring.
12085
12086 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12087
12088         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12089
12090         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12091
12092 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * mm-bodies.el (mm-encode-body): Use coding system rather than
12095         charset to encode text.
12096
12097         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12098         number of charsets if utf-8 is available (XEmacs).
12099
12100 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12103         taken from `gnus-button-mid-or-mail-regexp'.
12104         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12105         (gnus-button-alist): Improve regexp for domain part of the MIDs
12106         for news:localpart@domain buttons.
12107         (gnus-button-ctan-directory-regexp): Update.
12108
12109 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * sieve-manage.el (sieve-manage-interactive-login): Use
12112         make-local-variable rather than make-variable-buffer-local.
12113         (sieve-manage-open): Ditto.
12114         (sieve-manage-authenticate): Ditto.
12115
12116         * mml.el (mml-generate-mime-1): Make the content type default to
12117         text/plain if the filename is not specified.
12118
12119 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12122         instead of insert-buffer.
12123
12124         * message.el (message-yank-original): Ditto; set the mark at the
12125         end of the yanked message.
12126
12127 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12128
12129         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12130         lines to scroll rather than to stop it.
12131
12132         * mml.el (mml-generate-default-type): Add doc string.
12133         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12134         default to application/octet-stream when determining the content
12135         type if it is not specified for the part or the mml contents; add
12136         a comment about mml-generate-default-type.
12137
12138 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12141         make it default to application/octet-stream when determining the
12142         content type if it is not specified for the external contents.
12143
12144 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12147         segmented parameter but also other parameters might be there.
12148
12149 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * mm-decode.el (mm-display-external): Delete temp file, directory
12152         and buffer immediately if the external process is exited.
12153
12154 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12157         fewer lines than that of scroll-margin.
12158         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12159
12160 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-art.el (gnus-article-next-page): Revert.
12163         (gnus-article-beginning-of-window): New macro.
12164         (gnus-article-next-page-1): Use it.
12165         (gnus-article-prev-page): Ditto.
12166         (gnus-article-edit-part): Use insert-buffer-substring instead of
12167         insert-buffer.
12168         (gnus-article-edit-exit): Ditto.
12169
12170         * gnus-util.el (gnus-beginning-of-window): Remove.
12171         (gnus-end-of-window): Remove.
12172
12173         * lpath.el: Don't bind header-line-format and scroll-margin.
12174
12175 2005-07-25  Simon Josefsson  <jas@extundo.com>
12176
12177         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12178         to have the url package without w3.  Reported by Daiki Ueno
12179         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12180
12181 2005-07-20  Didier Verna  <didier@xemacs.org>
12182
12183         * gnus-diary.el: Remove the description comment (nndiary is now
12184         properly documented in the Gnus manual).
12185         Fix the spelling of "Back End".
12186         * nndiary.el: Ditto.
12187         Fix the copyright notice.
12188
12189 2005-07-18  Romain Francoise  <romain@orebokech.com>
12190
12191         * gnus-sum.el (gnus-summary-to-prefix)
12192         (gnus-summary-newsgroup-prefix): New variables.
12193         (gnus-summary-from-or-to-or-newsgroups): Use them.
12194
12195 2005-07-17  Romain Francoise  <romain@orebokech.com>
12196
12197         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12198         space as it's generally not especially interesting to the user.
12199
12200 2005-07-16  Romain Francoise  <romain@orebokech.com>
12201
12202         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12203         nil to avoid prompting and file modification if one of the
12204         messages at the top of the nnfolder file contains a copyright
12205         notice.
12206         Update copyright notice.
12207
12208         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12209         instead of `current-time-string' as the latter creates a time
12210         string that is not RFC 2822 compliant (it lacks the zone).
12211         Update copyright notice.
12212
12213 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12214
12215         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12216         for text/rtf.  Display default in prompt.  Pass default for M-n.
12217
12218         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12219
12220 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * gnus-msg.el (gnus-button-mailto): Remove
12223         save-selected-window-window hackery because it relies on
12224         save-selected-window internals.
12225
12226 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12229         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12230         (gnus-article-prev-page): Ditto.
12231
12232         * gnus-util.el (gnus-beginning-of-window): New function.
12233         (gnus-end-of-window): New function.
12234
12235         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12236
12237 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12238
12239         * gnus-score.el (gnus-score-edit-all-score): Set
12240         gnus-score-edit-exit-function to gnus-score-edit-done and call
12241         gnus-message.
12242
12243 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12244
12245         * gnus-msg.el (gnus-button-mailto): Remove
12246         save-selected-window-window hackery because it relies on
12247         save-selected-window internals.
12248
12249 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12252         add-minor-mode.
12253         (gnus-binary-mode): Ditto.
12254
12255         * gnus-topic.el (gnus-topic-mode): Ditto.
12256
12257 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12258
12259         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12260         (gnus-article-prev-page): Take scroll-margin into consideration.
12261
12262 2005-07-04  Lute Kamstra  <lute@gnu.org>
12263
12264         Update FSF's address in GPL notices.
12265
12266 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12267
12268         * gnus.el (gnus-exit):
12269         * gnus-group.el (gnus-group-icons):
12270         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12271
12272         * gnus-nocem.el (gnus-nocem):
12273         * message.el (message-various, message-buffers, message-sending)
12274         (message-interface, message-forwarding, message-insertion)
12275         (message-headers, message-news, message-mail):
12276         * pgg-gpg.el (pgg-gpg):
12277         * pgg-parse.el (pgg-parse):
12278         * pgg-pgp.el (pgg-pgp):
12279         * pgg-pgp5.el (pgg-pgp5):
12280         * pop3.el (pop3): Finish `defgroup' description with period.
12281
12282 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * gnus-art.el (article-display-face): Improve the efficiency.
12285         (article-display-x-face): Ditto; remove grey x-face stuff.
12286
12287 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-art.el (article-display-face): Correct the position in
12290         which Faces are inserted.
12291
12292 2005-06-29  Didier Verna  <didier@xemacs.org>
12293
12294         * gnus-art.el (article-display-face): Display faces in correct
12295         order.
12296
12297 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12300         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12301         (gnus-nocem-check-article): Fetch the Type header.
12302         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12303         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12304         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12305         make sure gnus-nocem-hashtb is initialized.
12306         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12307         (gnus-nocem-unwanted-article-p): Ditto.
12308
12309         * pgg.el (pgg-verify): Return the verification result.
12310
12311 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12312
12313         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12314         is ascii.
12315
12316 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12317
12318         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12319         `show-nonbreak-escape'.
12320
12321 2005-06-23  Lute Kamstra  <lute@gnu.org>
12322
12323         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12324
12325         * dig.el (dig-mode):
12326         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12327
12328 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12329
12330         * nnimap.el (nnimap-split-download-body): Fix spellings.
12331
12332 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12333
12334         * gnus-art.el (gnus-article-encrypt-body):
12335         * gnus-cus.el (gnus-score-customize):
12336         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12337         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12338
12339 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12340
12341         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12342         header by looking for magic "MII" at the beginnig.
12343
12344 2005-06-16  Miles Bader  <miles@gnu.org>
12345
12346         * gnus-xmas.el (gnus-xmas-group-startup-message):
12347         Use renamed gnus-splash face.
12348
12349         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12350         (assistant-field-face): New backward-compatibility alias for renamed
12351         face.
12352         (assistant-render-text): Use renamed assistant-field face.
12353
12354         * spam.el (spam): Remove "-face" suffix from face name.
12355         (spam-face): New backward-compatibility alias for renamed face.
12356         (spam-face, spam-initialize): Use renamed spam face.
12357
12358         * message.el (message-header-to, message-header-cc)
12359         (message-header-subject, message-header-newsgroups)
12360         (message-header-other, message-header-name)
12361         (message-header-xheader, message-separator, message-cited-text)
12362         (message-mml): Remove "-face" suffix from face names.
12363         (message-header-to-face, message-header-cc-face)
12364         (message-header-subject-face, message-header-newsgroups-face)
12365         (message-header-other-face, message-header-name-face)
12366         (message-header-xheader-face, message-separator-face)
12367         (message-cited-text-face, message-mml-face):
12368         New backward-compatibility aliases for renamed faces.
12369         (message-font-lock-keywords): Use renamed message faces.
12370
12371         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12372         (sieve-test-commands, sieve-tagged-arguments):
12373         Remove "-face" suffix from face names.
12374         (sieve-control-commands-face, sieve-action-commands-face)
12375         (sieve-test-commands-face, sieve-tagged-arguments-face):
12376         New backward-compatibility aliases for renamed faces.
12377         (sieve-control-commands-face, sieve-action-commands-face)
12378         (sieve-test-commands-face, sieve-tagged-arguments-face):
12379         Use renamed sieve faces.
12380
12381         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12382         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12383         (gnus-group-news-3-empty, gnus-group-news-4)
12384         (gnus-group-news-4-empty, gnus-group-news-5)
12385         (gnus-group-news-5-empty, gnus-group-news-6)
12386         (gnus-group-news-6-empty, gnus-group-news-low)
12387         (gnus-group-news-low-empty, gnus-group-mail-1)
12388         (gnus-group-mail-1-empty, gnus-group-mail-2)
12389         (gnus-group-mail-2-empty, gnus-group-mail-3)
12390         (gnus-group-mail-3-empty, gnus-group-mail-low)
12391         (gnus-group-mail-low-empty, gnus-summary-selected)
12392         (gnus-summary-cancelled, gnus-summary-high-ticked)
12393         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12394         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12395         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12396         (gnus-summary-low-undownloaded)
12397         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12398         (gnus-summary-low-unread, gnus-summary-normal-unread)
12399         (gnus-summary-high-read, gnus-summary-low-read)
12400         (gnus-summary-normal-read, gnus-splash):
12401         Remove "-face" suffix from face names.
12402         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12403         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12404         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12405         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12406         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12407         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12408         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12409         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12410         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12411         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12412         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12413         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12414         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12415         (gnus-summary-normal-ticked-face)
12416         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12417         (gnus-summary-normal-ancient-face)
12418         (gnus-summary-high-undownloaded-face)
12419         (gnus-summary-low-undownloaded-face)
12420         (gnus-summary-normal-undownloaded-face)
12421         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12422         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12423         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12424         (gnus-splash-face):
12425         New backward-compatibility aliases for renamed faces.
12426         (gnus-group-startup-message): Use renamed gnus faces.
12427
12428         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12429         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12430         (gnus-server-agent): Remove "-face" suffix from face names.
12431         (gnus-server-agent-face, gnus-server-opened-face)
12432         (gnus-server-closed-face, gnus-server-denied-face)
12433         (gnus-server-offline-face):
12434         New backward-compatibility aliases for renamed faces.
12435         (gnus-server-agent-face, gnus-server-opened-face)
12436         (gnus-server-closed-face, gnus-server-denied-face)
12437         (gnus-server-offline-face): Use renamed gnus faces.
12438
12439         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12440         Remove "-face" suffix from face names.
12441         (gnus-picon-xbm-face, gnus-picon-face):
12442         New backward-compatibility aliases for renamed faces.
12443
12444         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12445         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12446         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12447         (gnus-cite-11): Remove "-face" suffix from face names.
12448         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12449         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12450         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12451         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12452         New backward-compatibility aliases for renamed faces.
12453         (gnus-cite-attribution-face, gnus-cite-face-list)
12454         (gnus-article-boring-faces): Use renamed gnus faces.
12455
12456         * gnus-art.el (gnus-signature, gnus-header-from)
12457         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12458         (gnus-header-content): Remove "-face" suffix from face names.
12459         (gnus-signature-face, gnus-header-from-face)
12460         (gnus-header-subject-face, gnus-header-newsgroups-face)
12461         (gnus-header-name-face, gnus-header-content-face):
12462         New backward-compatibility aliases for renamed faces.
12463         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12464
12465         * gnus-sum.el (gnus-summary-selected-face)
12466         (gnus-summary-highlight): Use renamed gnus faces.
12467         * gnus-group.el (gnus-group-highlight): Likewise.
12468
12469 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12470
12471         * gnus-sieve.el (gnus-sieve-article-add-rule):
12472         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12473         * spam-stat.el (spam-stat-buffer-change-to-spam)
12474         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12475
12476         * message.el (message-is-yours-p):
12477         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12478
12479 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * mm-view.el (mm-inline-text): Withdraw the last change.
12482
12483 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12486         executing enriched-decode.
12487
12488 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12491         charset of tar files.
12492
12493 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12494
12495         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12496
12497 2005-06-04  Lute Kamstra  <lute@gnu.org>
12498
12499         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12500         information is never recorded.
12501
12502 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12503
12504         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12505
12506 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * pop3.el (pop3-apop): Run md5 in the binary mode.
12509
12510         * starttls.el (starttls-set-process-query-on-exit-flag):
12511         Use eval-and-compile.
12512
12513 2005-05-31  Simon Josefsson  <jas@extundo.com>
12514
12515         * smime.el (smime-replace-in-string): Define.
12516         (smime-cert-by-ldap-1): Use it.
12517
12518 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (article-display-x-face): Replace
12521         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12522
12523         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12524         set-process-query-on-exit-flag or process-kill-without-query.
12525
12526         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12527         loop instead of replace-regexp.
12528
12529         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12530         instead of process-kill-without-query if it is available.
12531
12532         * lpath.el: Fbind ldap-search-entries.
12533
12534         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12535         instead of find-file-hooks if it is available.
12536
12537         * mml1991.el: Bind pgg-default-user-id when compiling.
12538
12539         * mml2015.el: Bind pgg-default-user-id when compiling.
12540
12541         * nndraft.el (nndraft-request-associate-buffer):
12542         Use write-contents-functions instead of write-contents-hooks if it is
12543         available.
12544
12545         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12546         instead of find-file-hooks if it is available.
12547
12548         * nntp.el (nntp-open-connection): Replace
12549         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12550         (nntp-open-ssl-stream): Ditto.
12551         (nntp-open-tls-stream): Ditto.
12552
12553         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12554         set-process-query-on-exit-flag or process-kill-without-query.
12555         (starttls-open-stream-gnutls): Use it instead of
12556         process-kill-without-query.
12557         (starttls-open-stream): Ditto.
12558
12559 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12560
12561         * smime.el (smime-cert-by-ldap-1): Don't use
12562         replace-regexp-in-string.
12563
12564 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12565
12566         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12567
12568         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12569         in PEM format.  Adjust to the XEmacs compability.
12570
12571 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12574         by `string-to-number'.
12575         * gnus-agent.el (gnus-agent-regenerate-group)
12576         (gnus-agent-fetch-articles): Ditto.
12577         * gnus-art.el (gnus-button-fetch-group): Ditto.
12578         * gnus-cache.el (gnus-cache-generate-active)
12579         (gnus-cache-articles-in-group): Ditto.
12580         * gnus-group.el (gnus-group-set-current-level)
12581         (gnus-group-insert-group-line): Ditto.
12582         * gnus-score.el (gnus-score-set-expunge-below)
12583         (gnus-score-set-mark-below, gnus-summary-score-effect)
12584         (gnus-summary-score-entry): Ditto.
12585         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12586         (gnus-soup-pack): Ditto.
12587         * gnus-spec.el (gnus-xmas-format): Ditto.
12588         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12589         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12590         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12591         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12592         * nndb.el (nndb-get-remote-expire-response): Ditto.
12593         * nndiary.el (nndiary-parse-schedule-value)
12594         (nndiary-string-to-number, nndiary-request-replace-article)
12595         (nndiary-request-article): Ditto.
12596         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12597         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12598         * nneething.el (nneething-make-head): Ditto.
12599         * nnfolder.el (nnfolder-request-article)
12600         (nnfolder-retrieve-headers): Ditto.
12601         * nnheader.el (nnheader-file-to-number): Ditto.
12602         * nnkiboze.el (nnkiboze-request-article): Ditto.
12603         * nnmail.el (nnmail-process-unix-mail-format)
12604         (nnmail-process-babyl-mail-format): Ditto.
12605         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12606         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12607         (nnmh-request-create-group, nnmh-request-list-1)
12608         (nnmh-request-group, nnmh-request-article): Ditto.
12609         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12610         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12611         * nnsoup.el (nnsoup-make-active): Ditto.
12612         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12613         * nntp.el (nntp-find-group-and-number)
12614         (nntp-retrieve-headers-with-xover): Ditto.
12615         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12616         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12617         (pgg-format-key-identifier): Ditto.
12618         * pop3.el (pop3-last, pop3-stat): Ditto.
12619         * qp.el (quoted-printable-decode-region): Ditto.
12620
12621         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12622         of concat.
12623
12624 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12627
12628         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12629
12630         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12631
12632         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12633
12634         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12635
12636         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12637
12638         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12639         (gnus-carpal-mode): Ditto.
12640
12641         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12642         (gnus-browse-mode): Ditto.
12643
12644         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12645
12646         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12647
12648 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12649
12650         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12651
12652 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-util.el (gnus-run-mode-hooks): New function.
12655
12656         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12657
12658         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12659         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12660
12661 2005-05-27  Lute Kamstra  <lute@gnu.org>
12662
12663         * dns-mode.el (dns-mode): Specify customization group.
12664
12665 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12666
12667         * gnus-agent.el (gnus-agent-make-mode-line-string):
12668         Use mode-line-highlight as mouse-face.
12669
12670 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * canlock.el (canlock): Change the parent group to news.
12673
12674         * deuglify.el (gnus-outlook-deuglify): Add :group.
12675
12676         * dig.el (dig): Add :group.
12677
12678         * dns-mode.el (dns-mode): Add :group.
12679
12680         * encrypt.el (encrypt): Add :group.
12681
12682         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12683         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12684         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12685         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12686         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12687
12688         * gnus-diary.el (gnus-diary): Add :group.
12689
12690         * gnus.el (gnus-group-news-1-face): Add :group.
12691         (gnus-group-news-1-empty-face): Ditto.
12692         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12693         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12694         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12695         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12696         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12697         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12698         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12699         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12700         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12701         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12702         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12703         (gnus-summary-high-ticked-face): Ditto.
12704         (gnus-summary-low-ticked-face): Ditto.
12705         (gnus-summary-normal-ticked-face): Ditto.
12706         (gnus-summary-high-ancient-face): Ditto.
12707         (gnus-summary-low-ancient-face): Ditto.
12708         (gnus-summary-normal-ancient-face): Ditto.
12709         (gnus-summary-high-undownloaded-face): Ditto.
12710         (gnus-summary-low-undownloaded-face): Ditto.
12711         (gnus-summary-normal-undownloaded-face): Ditto.
12712         (gnus-summary-high-unread-face): Ditto.
12713         (gnus-summary-low-unread-face): Ditto.
12714         (gnus-summary-normal-unread-face): Ditto.
12715         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12716         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12717
12718         * hashcash.el (hashcash): New custom group.
12719         (hashcash-default-payment): Add :group.
12720         (hashcash-payment-alist): Ditto.
12721         (hashcash-default-accept-payment): Ditto.
12722         (hashcash-accept-resources): Ditto.
12723         (hashcash-path): Ditto.
12724         (hashcash-extra-generate-parameters): Ditto.
12725         (hashcash-double-spend-database): Ditto.
12726         (hashcash-in-news): Ditto.
12727
12728         * message.el (message-minibuffer-local-map): Add :group.
12729
12730         * netrc.el (netrc): Add :group.
12731
12732         * sieve-manage.el (sieve-manage-log): Add :group.
12733         (sieve-manage-default-user): Diito.
12734         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12735         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12736         (sieve-manage-authenticators): Ditto.
12737         (sieve-manage-authenticator-alist): Ditto.
12738         (sieve-manage-default-port): Ditto.
12739
12740         * sieve-mode.el (sieve-control-commands-face): Add :group.
12741         (sieve-action-commands-face): Ditto.
12742         (sieve-test-commands-face): Ditto.
12743         (sieve-tagged-arguments-face): Ditto.
12744
12745         * smime.el (smime): Add :group.
12746
12747         * spam-report.el (spam-report): Add :group.
12748
12749         * spam.el (spam, spam-face): Add :group.
12750
12751 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12754         return \n.\n.\n at the end of articles.  Protect against that.
12755         (nntp-with-open-group): Allow debugging.
12756
12757         * nnheader.el (mail-header-set-extra): Make into a function
12758         because I just could't understand how to quote the list properly.
12759
12760         * dns.el (query-dns-cached): New function.
12761
12762 2005-05-26  Lute Kamstra  <lute@gnu.org>
12763
12764         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12765
12766 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12769
12770         * gnus-art.el: Don't autoload mail-extract-address-components.
12771
12772         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12773         eval-and-compile to evaluate it.
12774
12775         * hashcash.el: Don't autoload executable-find.
12776
12777         * nndb.el: Don't declare the nndb back end two or more times; don't
12778         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12779
12780         * nntp.el: Autoload format-spec instead of format; use
12781         eval-and-compile to evaluate autoload forms.
12782
12783 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12784
12785         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12786
12787 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12788
12789         * gnus.el (gnus-version-number): Bump version.
12790
12791 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12792
12793         * gnus.el: No Gnus v0.3 is released.
12794
12795 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12796
12797         * lpath.el (featurep): Bind show-nonbreak-escape.
12798
12799 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus-art.el (gnus-article-edit-part): Disable undo.
12802
12803 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12806         gnus-article-date-lapsed-new-header is t if date timer is active;
12807         skip headers in which the original date value is empty.
12808         (gnus-article-save-original-date): Redefine it as a macro.
12809         (gnus-display-mime): Use it.
12810
12811 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * gnus-art.el (article-date-ut): Support converting date in
12814         forwarded parts as well.
12815         (gnus-article-save-original-date): New function.
12816         (gnus-display-mime): Use it.
12817
12818 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12819
12820         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12821         enclosure element of <item>.
12822
12823 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * message.el (message-kill-buffer-query): Renamed from
12826         `message-kill-buffer-query-if-modified'.  Added :version.
12827
12828 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12831         window layout.
12832
12833 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * mml.el: Autoload dnd when compiling.
12836
12837 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12840         x-dnd-*.
12841
12842 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * qp.el (quoted-printable-encode-region): Save excursion.
12845
12846 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12847
12848         * message.el (message-kill-buffer-query-if-modified): Add new variable
12849         so the user can kill a modified message buffer quickly.
12850         (message-kill-buffer): Use it.
12851
12852 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * lpath.el: Fbind display-time-event-handler; don't fbind
12855         string-to-multibyte.
12856
12857         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12858
12859 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12862         contained in text because xml.el decodes entities) with LFs.
12863
12864 2005-04-11  Lute Kamstra  <lute@gnu.org>
12865
12866         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12867         differently.
12868
12869 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12870
12871         * mm-util.el (mm-detect-coding-region): Typo.
12872
12873 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12876
12877 2005-04-06  Deepak Goel  <deego@gnufans.org>
12878
12879         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12880         user-function allow user modifications of the scores.
12881         (spam-stat-score-buffer-user): New function, to allow
12882         user-computed modifications to the score.
12883         (spam-stat-score-buffer-user-functions): List of additional
12884         scoring functions.
12885         (spam-stat-error-holder): Global temporary error holder.
12886         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12887         variable.
12888
12889 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12890
12891         * gnus-registry.el (gnus-registry-clean-empty-function)
12892         (gnus-registry-trim, gnus-registry-fetch-groups)
12893         (gnus-registry-delete-group): Groups that match
12894         `gnus-registry-ignored-groups' are removed from the registry
12895         entries, not just ignored for splitting.  This helps clean up the
12896         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12897         to get all the groups a message ID is in.
12898
12899         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12900         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12901         (spam-stat-score-buffer-user-functions): Add :number custom type.
12902
12903 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12906         argument in XEmacs.
12907
12908         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12909         (nnrss-request-group): Decode group name first.
12910         (nnrss-request-article): Make a text/plain article if mml-to-mime
12911         failed.
12912         (nnrss-get-encoding): Return a compatible encoding according to
12913         nnrss-compatible-encoding-alist.
12914         (nnrss-find-el): Use consp instead of listp.
12915         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12916
12917 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12920         which Emacs 20 doesn't support.
12921         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12922
12923 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12926         silence the byte compiler inside the defun.
12927
12928         * gnus-demon.el (parse-time-string): Add autoload.
12929
12930         * gnus-delay.el (parse-time-string): Add autoload.
12931
12932         * gnus-art.el (parse-time-string): Add autoload.
12933
12934         * nnultimate.el (parse-time): Require for `parse-time-string'.
12935
12936 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12939
12940         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12941
12942         * smime.el (smime-ldap-host-list): Add :version.
12943
12944 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12947         pass it to `gnus-browse-read-group'.
12948         (gnus-browse-read-group): Add NUMBER argument and pass it to
12949         `gnus-group-read-ephemeral-group'.
12950
12951         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12952         argument and pass it to `gnus-group-read-group'.
12953
12954 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12955
12956         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12957         mm-xemacs-find-mime-charset-1 if we have the mule feature
12958         available at runtime.
12959
12960 2005-03-25  Werner Lemberg  <wl@gnu.org>
12961
12962         * nnmaildir.el: Replace `illegal' with `invalid'.
12963
12964 2005-03-23  Lute Kamstra  <lute@gnu.org>
12965
12966         * time-date.el: Add comment on time value formats.
12967         Don't require parse-time.
12968         (with-decoded-time-value): New macro.
12969         (encode-time-value): New function.
12970         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12971         (days-to-time): Return a valid time value when arg is huge.
12972         (time-since): Use time-subtract.
12973         (time-to-number-of-days): Use time-to-seconds.
12974
12975 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12976
12977         * gnus-start.el (gnus-display-time-event-handler):
12978         Check display-time-timer at runtime rather than only at load time
12979         in case display-time-mode is turned off in the mean time.
12980
12981 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12984         used.
12985
12986         * nneething.el (nneething-map-file-directory): Derive from
12987         `gnus-directory'.
12988
12989         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12990         the To/Cc button.
12991
12992 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12993
12994         * nnmaildir.el (nnmaildir-request-accept-article):
12995         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12996
12997 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12998
12999         * gnus-async.el: Require timer-funcs at compile time when in
13000         XEmacs for `run-with-idle-timer'.
13001
13002 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13003
13004         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13005         autoloaded function.
13006
13007 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13008
13009         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13010
13011 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13012
13013         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13014
13015 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13016
13017         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13018         gnus-expert-user to default.
13019
13020 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13021
13022         * nnimap.el (nnimap-open-server): Ditto.
13023
13024         * imap.el (imap-authenticate): Fix typo.
13025
13026 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13027
13028         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13029         buffer (since IMAP server might return FETCH response out of
13030         order, and the nntp buffer must be sorted).
13031
13032 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13033
13034         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13035         comparison on string.
13036
13037         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13038         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13039         (gnus-agent-summary-fetch-series): Modified to protect against
13040         gnus-agent-summary-fetch-group clearing processable flags.
13041         (gnus-agent-synchronize-group-flags): Update live group buffer as
13042         synchronization may occur due to the user toggle the plugged
13043         status.
13044         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13045         successfully downloaded.
13046         (gnus-agent-expire-group-1): Avoid using markers when the overview
13047         is in ascending order; greatly improves performance.
13048         (gnus-agent-regenerate-group): Use
13049         gnus-agent-synchronize-group-flags to reset read status in both
13050         gnus and server.
13051         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13052
13053 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * message.el: Don't autoload former message-utils variables.
13056         (message-strip-subject-trailing-was): Change doc string.
13057
13058         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13059         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13060         (nnweb-google-search): Add "hl=en" here.
13061         (nnweb-google-parse-1, nnweb-google-create-mapping):
13062         Don't hardcode URL.
13063
13064 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * message.el (message-get-reply-headers, message-followup):
13067         Mention related variables `message-use-followup-to' and
13068         `message-use-mail-followup-to', in the information buffer.
13069
13070         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13071         of broken groups(-beta).google.com.
13072
13073 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13074
13075         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13076         parameter to invoked gnus-request-move-article; remove the
13077         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13078         all at once instead of once per article.
13079         (gnus-summary-remove-process-mark): Accept a list of articles as
13080         well as a single article for processing.
13081
13082         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13083         parameter.
13084
13085         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13086
13087         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13088
13089         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13090         parameter.
13091
13092         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13093         parameter.
13094
13095         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13096         parameter and remove the gnus-sum-hint-move-is-internal variable.
13097
13098         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13099         parameter.
13100
13101         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13102         parameter.
13103
13104         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13105         parameter.
13106
13107         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13108
13109         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13110         parameter.
13111
13112         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13113         parameter.
13114
13115 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13116
13117         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13118         a more conservative way.
13119
13120 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13121
13122         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13123         buffer, so it moves the window's cursor.
13124
13125 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13126
13127         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13128         `mm-dissect-multipart' and receive the from field as an (optional)
13129         argument from `mm-dissect-multipart'.
13130         (mm-dissect-multipart): Receive the from field as an argument and
13131         pass it on when we call `mm-dissect-buffer' on MIME parts.
13132         Fixes verification/decryption of signed/encrypted MIME parts.
13133
13134 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13135
13136         * gnus-sum.el (gnus-summary-move-article): Set
13137         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13138         whatever it calls (right now, only nnimap-request-move article
13139         respects it).
13140
13141         * nnimap.el (nnimap-request-move-article): When
13142         gnus-sum-hint-move-is-internal is set, don't do the extra
13143         nnimap-request-article.
13144
13145 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13148
13149         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13150         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13151
13152         * gnus-sum.el (gnus-summary-caesar-message):
13153         Apply `gnus-treat-article' after rotation.
13154
13155         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13156         doc string.
13157
13158 2005-02-22  Simon Josefsson  <jas@extundo.com>
13159
13160         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13161         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13162         <arne@arnested.dk>.
13163         (encrypt): Add password-cache and password-cache-expiry as group
13164         members.
13165
13166 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13167
13168         * smime.el (smime-ldap-host-list): Doc fix.
13169         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13170         cache) password.
13171         (smime-sign-region): Use it.
13172         (smime-decrypt-region): Use it.
13173         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13174         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13175         fails.
13176         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13177         certificate from DER to PEM format rather than calling openssl.
13178
13179         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13180
13181         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13182         for signing/encryption.
13183
13184         * mml.el (mml-parse-1): Use them.
13185
13186 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13187
13188         * nnrss.el (nnrss-verbose): Removed.
13189         (nnrss-request-group): Use `nnheader-message' instead.
13190
13191 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13192
13193         * nnrss.el (nnrss-verbose): New variable.
13194         (nnrss-request-group): Make it say nnrss is requesting a group.
13195
13196 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13199         Handle news URL with given port correctly.
13200
13201 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13204         containing special characters.
13205
13206         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13207
13208         * mml.el (mime-to-mml): Ditto.
13209
13210         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13211         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13212         (rfc2047-decode-region): Quote decoded words containing special
13213         characters when rfc2047-quote-decoded-words-containing-tspecials
13214         is non-nil.
13215
13216 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13217
13218         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13219
13220         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13221
13222 2005-02-15  Simon Josefsson  <jas@extundo.com>
13223
13224         * nnimap.el (nnimap-debug): Doc fix.
13225
13226         * imap.el (imap-debug): Doc fix.
13227
13228 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13231
13232 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13233
13234         * gnus.el (spam-contents): Improve docs for spam-contents
13235         parameter in its variable incarnation.
13236
13237 2005-02-14  Simon Josefsson  <jas@extundo.com>
13238
13239         * smime-ldap.el: Use require instead of load-library for ldap.
13240         (smime-ldap-search): Indent.
13241         (smime-ldap-search-internal): Shorten line.
13242
13243         * smime.el (smime-cert-by-dns): Add doc-string.
13244         (smime-cert-by-ldap-1): Indent.
13245
13246         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13247         mml-smime-get-dns-ldap.
13248         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13249
13250 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13251
13252         * smime.el: Require smime-ldap.
13253         (smime-ldap-host-list): New variable.
13254         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13255
13256         * mml-smime.el (mml-smime-encrypt-query): New function.
13257         (mml-smime-encrypt-query): Use it.
13258
13259         * smime-ldap.el: New file.
13260
13261 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13264
13265 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13266
13267         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13268         argument in doc string.  Make query for type more clear.
13269
13270 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus.el (gnus-group-startup-message): Search for gnus images in
13273         etc/images/gnus.
13274         * mm-util.el (mm-image-load-path): Likewise.
13275         * smiley.el (smiley-data-directory): Search for smilies in
13276         etc/images/smilies.
13277
13278 2005-02-09  Kim F. Storm  <storm@cua.dk>
13279
13280         Change Emacs release version from 21.4 to 22.1 throughout.
13281         Change Emacs development version from 21.3.50 to 22.0.50.
13282
13283 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13286
13287         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13288         non-Mule XEmacs as well.
13289         (mm-decompress-buffer): Signal an error intentionally if it does
13290         not decompress compressed data because auto-compression-mode is
13291         disabled.
13292
13293 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13296         an ID in the registry even if it has no groups.
13297
13298 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13301         merge it into mm-decompress-buffer.
13302         (gnus-mime-copy-part): Use the MIME part charset, the value which
13303         a user specified or gnus-newsgroup-charset for decoding, like
13304         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13305         save-buffer what was used.  Suggested by Kevin Ryde
13306         <user42@zip.com.au>.
13307         (gnus-mime-inline-part): Allow the name parameter as well as the
13308         filename parameter; force decompressing of compressed data; always
13309         display contents being not decoded as unibyte.
13310
13311         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13312         as well as the filename parameter.
13313
13314         * mm-util.el (mm-decompress-buffer): Merge
13315         gnus-mime-jka-compr-maybe-uncompress.
13316         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13317         of compressed data.
13318
13319 2005-02-08  Simon Josefsson  <jas@extundo.com>
13320
13321         * imap.el (imap-log): Doc fix.
13322
13323 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13326         the coding cookies; decompress compressed parts.
13327
13328         * mml.el (mml-generate-mime-1): Add the charset parameter according
13329         to the value which a user specified manually or the coding cookie.
13330
13331         * mm-util.el (mm-string-to-multibyte): New function.
13332         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13333         (mm-coding-system-to-mime-charset): New function.
13334         (mm-decompress-buffer): New function.
13335         (mm-find-buffer-file-coding-system): New function.
13336
13337         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13338         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13339         parts.
13340
13341 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13342
13343         * mm-view.el (mm-display-inline-fontify): Decode a part according
13344         to the charset parameter.
13345
13346 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13349         prefix arg is neither nil nor a number, as info specifies.
13350
13351 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13354         timestamps.
13355
13356 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13357
13358         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13359         groups error checking and notify user.
13360
13361 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13362
13363         * message.el (message-send-mail-function): Check existence of
13364         sendmail-program first before using default value
13365         `message-send-mail-with-sendmail'.  Otherwise use more generic
13366         `smtpmail-send-it'.
13367
13368 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * nntp.el (nntp-request-update-info): Always return nil.
13371
13372 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13373
13374         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13375
13376 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13377
13378         * message.el (message-beginning-of-line): Change the behavior when
13379         invoked between BOL and : so that it first moves backward.
13380
13381 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13384         article buffer when editing of the article is discarded.
13385         (gnus-article-prepare): Revert.
13386
13387 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-art.el (gnus-article-prepare):
13390         Remove message-strip-forbidden-properties from the local hook.
13391
13392 2005-01-27  Simon Josefsson  <jas@extundo.com>
13393
13394         * password.el (password-cache-add): Only start one timer per key.
13395         Reported by Derek Atkins <warlord@MIT.EDU>.
13396
13397 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13398
13399         * run-at-time.el: Removed.  It is no longer needed as
13400         timer-funcs.el in the xemacs-base package has a working version of
13401         `run-at-time'.
13402
13403         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13404
13405         * password.el: Require timer-funcs instead of run-at-time in
13406         XEmacs.
13407         Remove `password-run-at-time' macro.
13408         (password-cache-add): Use `run-at-time' instead of
13409         `password-run-at-time'.
13410
13411         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13412         Remove `nnheader-cancel-function-timers' alias,
13413         `cancel-function-timers' exists in XEmacs in timer-funcs.
13414
13415         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13416         for `run-with-idle-timer'.
13417
13418         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13419         for `run-at-time'.
13420
13421         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13422         for `with-timeout'.
13423
13424         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13425         the same as for XEmacs 21.4.
13426         No need to ignore `run-with-idle-timer', this function exists in
13427         XEmacs now in timer-funcs.el in the xemacs-base package.
13428         (dgnushack-compile): No need to delete
13429         run-at-time.el from the list of files to compile because it
13430         doesn't exist anymore.
13431
13432 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13435         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13436
13437 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13438
13439         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13440         sensitively.
13441
13442 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13443
13444         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13445
13446 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13449         which will be inserted according to the multibyteness of a buffer
13450         rather than the type of contents.  Suggested by ARISAWA Akihiro
13451         <ari@mbf.ocn.ne.jp>.
13452
13453         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13454         of string which old xml.el may return rather than a string.
13455
13456 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13459
13460 2005-01-16  Simon Josefsson  <jas@extundo.com>
13461
13462         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13463         idn/idna.el isn't available.
13464         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13465         <michael@waxrat.com>.
13466
13467         * hashcash.el: Remove non-FSF copyright header.
13468
13469         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13470         (hashcash-generate-payment): Use it.
13471         (hashcash-generate-payment-async): Use it.
13472
13473 2005-01-15  Simon Josefsson  <jas@extundo.com>
13474
13475         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13476         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13477
13478         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13479         gnus-summary-idna-message.
13480         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13481         (gnus-summary-idna-message): New function.
13482
13483 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13486         gnus-novice-user.
13487
13488 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * nnrss.el (nnrss-request-delete-group): Delete entries in
13491         nnrss-group-alist as well.
13492         (nnrss-save-server-data): Insert newline.
13493
13494 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus.el (gnus-user-agent): Use list of symbols instead of
13497         symbols.  Display full version number for (S)XEmacs.  Optionally
13498         display (S)XEmacs codename.
13499
13500         * gnus-util.el (gnus-emacs-version): Update for new
13501         `gnus-user-agent'.
13502
13503         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13504         Gnus version.
13505
13506 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13509         which is unreadable in some setups.
13510
13511 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-spec.el (gnus-update-format-specifications): Flush the
13514         group format spec cache if it doesn't support decoded group names.
13515
13516 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13519         Allow to apply decay on score files matching a regexp.
13520
13521 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13524         compatibility in %g and %c.
13525
13526 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13529         name for only %g and %c.
13530         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13531         of gnus-tmp-group to decoded group name.
13532         (gnus-group-make-rss-group): Exclude `/'s from group names.
13533
13534 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * nnrss.el (nnrss-get-encoding): Fix regexp.
13537
13538 2004-12-27  Simon Josefsson  <jas@extundo.com>
13539
13540         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13541         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13542         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13543
13544 2004-12-17  Kim F. Storm  <storm@cua.dk>
13545
13546         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13547
13548         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13549
13550 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13551
13552         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13553
13554 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * nnrss.el: Require rfc2047 and mml.
13557         (nnrss-file-coding-system): New variable.
13558         (nnrss-format-string): Redefine it as an inline function.
13559         (nnrss-decode-group-name): New function.
13560         (nnrss-string-as-multibyte): Remove.
13561         (nnrss-retrieve-headers): Decode group name; don't use
13562         nnrss-format-string.
13563         (nnrss-request-group): Decode group name.
13564         (nnrss-request-article): Decode group name; allow a Message-ID as
13565         well as an article number; don't use nnrss-format-string; encode a
13566         Message-ID string which may contain non-ASCII characters; use
13567         mml-to-mime to compose a MIME article.
13568         (nnrss-request-expire-articles): Decode group name.
13569         (nnrss-request-delete-group): Decode group name.
13570         (nnrss-fetch): Clarify error message.
13571         (nnrss-read-server-data): Use insert-file-contents instead of load;
13572         bind file-name-coding-system; use multibyte buffer.
13573         (nnrss-save-server-data): Bind coding-system-for-write to the
13574         value of nnrss-file-coding-system; bind file-name-coding-system;
13575         add coding cookie.
13576         (nnrss-read-group-data): Use insert-file-contents instead of load;
13577         bind file-name-coding-system; use multibyte buffer.
13578         (nnrss-save-group-data): Bind coding-system-for-write to the
13579         value of nnrss-file-coding-system; bind file-name-coding-system.
13580         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13581         make it work with non-ASCII text.
13582         (nnrss-find-el): Make it work with old xml.el as well.
13583
13584 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13585
13586         * nnrss.el (nnrss-get-encoding): New function.
13587         (nnrss-fetch): Use unibyte buffer initially; bind
13588         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13589         decode contents according to the encoding attribute.
13590         (nnrss-save-group-data): Add coding cookie.
13591         (nnrss-mime-encode-string): New function.
13592         (nnrss-check-group): Use it to encode subject and author.
13593
13594 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13595
13596         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13597         imaginary variable.
13598
13599 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13602         correctly even if there are wide characters.
13603
13604 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13605
13606         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13607         downcased symbol names; make a new cache instead of reusing
13608         bbdb-hashtable.
13609
13610 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13613         concatenating segments rather than before concatenating them.
13614         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13615
13616         * message.el (message-get-reply-headers): Bind `extra'.
13617
13618 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13619
13620         * message.el (message-extra-wide-headers): New variable.
13621         (message-get-reply-headers): Use it.
13622
13623 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13626         (gnus-agent-group-pathname): Ditto.
13627
13628         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13629
13630         * gnus-group.el (gnus-group-make-group): Decode group name.
13631         (gnus-group-make-rss-group): Register the group data after opening
13632         the nnrss group.
13633
13634 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13635
13636         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13637         by expiry now get marked as read.
13638
13639 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13642
13643 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13644
13645         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13646         unify Latin characters in XEmacs.
13647         (mm-find-mime-charset-region): Use it.
13648
13649 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-util.el (gnus-delete-directory): New function.
13652
13653         * gnus-agent.el (gnus-agent-delete-group): Use it.
13654
13655         * gnus-cache.el (gnus-cache-delete-group): Use it.
13656
13657 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13658
13659         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13660         names.
13661
13662 2004-12-16  Simon Josefsson  <jas@extundo.com>
13663
13664         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13665
13666 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13667
13668         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13669
13670         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13671         (gnus-group-set-current-level): Decode group name.
13672
13673 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13674
13675         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13676         failed.
13677
13678 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-group.el (gnus-group-delete-group): Decode group name.
13681         (gnus-group-make-rss-group): Encode group name.
13682         (gnus-group-catchup-current): Decode group name.
13683         (gnus-group-kill-group): Decode group name.
13684
13685 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13686
13687         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13688
13689 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-group.el (gnus-group-make-rss-group):
13692         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13693
13694         * gnus-start.el (gnus-setup-news): Honor user's setting to
13695         gnus-message-archive-method.  Suggested by Lute Kamstra
13696         <lute@gnu.org>.
13697
13698 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13699
13700         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13701         global counterparts of the buffer-local variables.
13702
13703 2004-11-16  Romain Francoise  <romain@orebokech.com>
13704
13705         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13706         counterparts of the buffer-local variables.
13707
13708 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * message.el (message-forbidden-properties): Fixed typo in doc
13711         string.
13712
13713 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * gnus-util.el (gnus-replace-in-string): Added doc string.
13716
13717         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13718         to avoid problems when splitting mails with many recipients.
13719
13720 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13721
13722         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13723         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13724
13725 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13726
13727         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13728         if there is no hashtable in memory or file modification time is
13729         newer than cached timestamp.
13730
13731 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13732
13733         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13734         not-matching option.
13735
13736 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13739         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13740         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13741         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13742         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13743         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13744
13745 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * message.el (message-forward-make-body-mml): Remove headers
13748         according to message-forward-ignored-headers if a message is decoded.
13749
13750 2004-12-02  Romain Francoise  <romain@orebokech.com>
13751
13752         * message.el (message-forward-make-body-plain): Always remove
13753         headers according to message-forward-ignored-headers.
13754
13755 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13756
13757         * spam.el (spam-summary-prepare-exit): Remove the
13758         gnus-summary-limit pop for now, it has problems with ham marks for
13759         me.
13760
13761 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13762
13763         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13764         correctly.
13765
13766 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13767
13768         * format-spec.el (format-spec): Message the char.
13769
13770 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13771
13772         * gnus-art.el (gnus-split-methods): Reformat comments.
13773
13774         * spam.el (spam-summary-prepare-exit): Remove article limits
13775         before exiting the summary buffer.
13776
13777 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13780         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13781
13782         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13783         order to silence the byte compiler.
13784
13785         * spam.el: Fix the way to silence the byte compiler, which
13786         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13787         bbdb-search-simple, spam-BBDB-register-routine,
13788         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13789         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13790         spam-stat-buffer-is-spam, spam-stat-load,
13791         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13792         spam-stat-save and spam-stat-split-fancy.
13793
13794 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13797         which may confuse users.
13798         (canlock-password-for-verify): Ditto.
13799
13800         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13801
13802         * gnus-art.el (gnus-emphasis-alist): Ditto.
13803
13804         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13805
13806         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13807
13808         * gnus-start.el (gnus-save-killed-list): Ditto.
13809
13810         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13811         (gnus-sum-thread-tree-root): Ditto.
13812         (gnus-sum-thread-tree-false-root): Ditto.
13813         (gnus-sum-thread-tree-single-indent): Ditto.
13814
13815         * message.el (message-courtesy-message): Ditto.
13816         (message-archive-note): Ditto.
13817         (message-subscribed-address-file): Ditto.
13818         (message-user-fqdn): Ditto.
13819
13820         * spam-report.el (spam-report-gmane-regex): Ditto.
13821
13822         * spam.el (spam-blackhole-good-server-regex): Ditto.
13823
13824 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mml.el (mml-preview): Widen the message buffer before copying
13827         the contents to the preview buffer; sort headers before previewing.
13828
13829         * message.el (message-hidden-headers): Fix the way to avoid a bug
13830         in the `repeat' widget in Emacs 21.3 or earlier.
13831
13832 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * message.el (message-hidden-headers): Default to "^References:".
13835         Improve customization type.  Suggested by Reiner Steib
13836         <Reiner.Steib@gmx.de>.
13837
13838 2004-11-25  Romain Francoise  <romain@orebokech.com>
13839
13840         * message.el (message-strip-forbidden-properties): Remove check for
13841         obsolete `message-hidden' text property, hidden headers are not
13842         accessible in the buffer anymore.
13843
13844 2004-11-22  Romain Francoise  <romain@orebokech.com>
13845
13846         * message.el (message-header-format-alist): Add `From' in list
13847         so that it can be sorted.
13848         (message-fix-before-sending): Widen and sort headers before
13849         sending.
13850         (message-hide-headers): Use narrowing to hide headers by moving
13851         them to the top of the buffer and narrowing to the region
13852         underneath.
13853
13854 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13855
13856         * message.el (message-strip-forbidden-properties): Bind
13857         buffer-read-only (etc) to nil.
13858
13859 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13862         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13863
13864 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13865
13866         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13867
13868 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13869
13870         * dns.el (query-dns): Use sit-for to time instead of
13871         accept-process-output, since that doesn't seem to work on udp
13872         sockets.
13873
13874 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13877
13878 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13879
13880         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13881         doc string.  Improve doc string.
13882
13883 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * nntp.el (nntp-request-update-info): Return nil if
13886         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13887         may not call gnus-activate-group which uselessly issues the GROUP
13888         commands for all nntp groups and wastes time.  Reported by Romain
13889         Francoise <romain@orebokech.com>.
13890
13891         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13892
13893 2004-11-15  Simon Josefsson  <jas@extundo.com>
13894
13895         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13896         headers separately.
13897         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13898         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13899
13900 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13901
13902         * gnus-start.el (gnus-convert-old-newsrc):
13903         Assign legacy-gnus-agent to 5.10.7.
13904
13905 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13908         start of the lines.
13909
13910 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13911
13912         * hashcash.el (hashcash-default-payment): Change default to 20.
13913         (hashcash-default-accept-payment): Change default to 20.
13914         (hashcash-process-alist): New variable.
13915         (hashcash-generate-payment-async): Add.
13916         (hashcash-already-paid-p): Add.
13917         (hashcash-insert-payment): Don't generate payments twice.
13918         (hashcash-insert-payment-async): Add.
13919         (hashcash-insert-payment-async-2): Add.
13920         (hashcash-cancel-async): Add.
13921         (hashcash-wait-async): Add.
13922         (hashcash-processes-running-p): Add.
13923         (hashcash-wait-or-cancel): Add.
13924         (mail-add-payment): New optional argument.  Conditionally start
13925         asynchronous calculation.
13926         (mail-add-payment-async): Add.
13927
13928         * message.el (message-send-mail): Wait for asynchronous hashcash
13929         results.  Don't clobber existing X-Hashcash headers.
13930         (message-setup-1): Call mail-add-payment-async when
13931         message-generate-hashcash is non-nil.
13932
13933 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13934
13935         * message.el (message-use-alternative-email-as-from): Examine the
13936         From header as well; use message-make-from in order to include a
13937         user's full name.
13938
13939 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13942         default; improve customization type.
13943         (gnus-emphasis-custom-with-format): New macro.
13944         (gnus-emphasis-custom-value-to-external): New function.
13945         (gnus-emphasis-custom-value-to-internal): New function.
13946
13947 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13948
13949         * dns.el (query-dns): Resolve reverse addresses.
13950
13951 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13952
13953         * gnus-group.el (gnus-group-get-new-news): Use it.
13954
13955         * gnus-start.el (gnus-check-reasonable-setup): New function.
13956
13957 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13960         "Args out of range" error.  Reported by Arnaud Giersch
13961         <arnaud.giersch@free.fr>.
13962
13963 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13964
13965         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13966
13967 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13968
13969         * spam.el (spam group): Add :version.
13970
13971         * pgg-def.el (pgg group): Add :version.
13972
13973 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-art.el (gnus-article-edit-article): Don't associate the
13976         article buffer with a draft file.  This is a temporary measure
13977         against the 2004-08-22 change to gnus-article-edit-mode.
13978
13979 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13982         (html2text-format-tags): Remove unused variable `attr'.
13983
13984 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13987
13988         * tls.el (tls-process-connection-type, tls-success)
13989         (tls-certtool-program): Add :version.
13990
13991         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13992         (starttls-extra-arguments, starttls-process-connection-type)
13993         (starttls-connect, starttls-failure, starttls-success): Add :version.
13994
13995         * spam-stat.el (spam-stat): Add :version.
13996
13997         * sieve.el (sieve): Add :version.
13998
13999         * sha1.el (sha1): Add :version.
14000         (sha1-use-external): Remove redundant version.
14001
14002         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14003         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14004         (nnmail-split-fancy-match-partial-words)
14005         (nnmail-split-lowercase-expanded): Add :version.
14006
14007         * nndiary.el (nndiary): Add :version.
14008
14009         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14010
14011         * mml-sec.el (mml-default-sign-method)
14012         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14013         Add :version.
14014
14015         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14016
14017         * mm-url.el (mm-url-use-external, mm-url-program)
14018         (mm-url-arguments): Add :version.
14019
14020         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14021         (mm-attachment-file-modes, mm-decrypt-option)
14022         (mm-w3m-safe-url-regexp): Add :version.
14023
14024         * message.el (message-cite-prefix-regexp)
14025         (message-sendmail-envelope-from, message-minibuffer-local-map)
14026         (message-user-fqdn, message-completion-alist): Add :version.
14027
14028         * gnus-win.el (gnus-configure-windows-hook)
14029         (gnus-use-frames-on-any-display): Add :version.
14030
14031         * gnus-art.el (gnus-article-address-banner-alist)
14032         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14033         (gnus-treat-from-picon, gnus-treat-mail-picon)
14034         (gnus-treat-x-pgp-sig): Add :version.
14035
14036         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14037         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14038         (gnus-summary-article-delete-hook)
14039         (gnus-summary-display-while-building): Add :version.
14040
14041         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14042         (gnus-get-top-new-news-hook): Add :version.
14043
14044         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14045         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14046
14047         * gnus-registry.el (gnus-registry): Add :version.
14048
14049         * gnus-spec.el (gnus-use-correct-string-widths)
14050         (gnus-make-format-preserve-properties): Add :version.
14051
14052         * gnus.el (gnus-group-charter-alist)
14053         (gnus-group-fetch-control-use-browse-url)
14054         (gnus-install-group-spam-parameters): Add :version.
14055
14056         * gnus-diary.el (gnus-diary): Add :version.
14057
14058         * gnus-delay.el (gnus-delay): Add :version.
14059
14060         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14061         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14062         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14063         Add :version.
14064
14065         * gnus-agent.el (gnus-agent-max-fetch-size)
14066         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14067         (gnus-agent-prompt-send-queue): Add :version.
14068
14069         * deuglify.el (gnus-outlook-deuglify): Add :version.
14070
14071         * html2text.el: Beautify code.  Improve doc strings.  Some
14072         checkdoc cleanup.
14073         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14074
14075 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14076
14077         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14078
14079 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14080
14081         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14082         when package is loaded.
14083
14084         * spam.el (spam-summary-score-preferred-header): Add global preference
14085         for people who want to override the default SpamAssassin over
14086         Bogofilter preference (when both are set).
14087         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14088         (spam-user-format-function-S): Check
14089         spam-summary-score-preferred-header.
14090         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14091         (spam-user-format-function-S): Format the score correctly.
14092
14093 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14096         signature file.  Suggested by Manoj Srivastava
14097         <srivasta@golden-gryphon.com>.
14098
14099         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14100         iso-2022-jp even in the Japanese language environment.
14101         Suggested by Jason Rumney <jasonr@gnu.org>.
14102
14103 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14106         use the same characters as the dummy marks; make it free from
14107         getting affected by the language environment.
14108         (gnus-summary-read-group-1): Update mark positions only when the
14109         format spec is updated.
14110
14111         * gnus-spec.el (gnus-update-format-specifications): Return a list
14112         of updated types.
14113
14114 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14117         of boundp to check if display-warning is available.
14118
14119 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14120
14121         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14122
14123 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * nnspool.el (nnspool-spool-directory): Use news-path if the
14126         news-directory variable is not bound.
14127
14128         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14129         function instead of display-warning if it is not available.
14130
14131 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14134         v5-10: Use `point-at-bol'.
14135
14136 2004-10-26  Simon Josefsson  <jas@extundo.com>
14137
14138         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14139         <chenggao@gmail.com>.
14140
14141 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14144         instead.
14145
14146 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14147
14148         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14149         to remove a server from the nnimap-server-buffer-alist.
14150         (nnimap-open-connection, nnimap-close-server): Use it.
14151
14152         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14153
14154 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14157         running the major-mode function.
14158
14159 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14162         dummy marks in the right way.
14163
14164 2004-10-18  David Edmondson  <dme@dme.org>
14165
14166         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14167         excessively.
14168
14169 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14170
14171         * gnus-util.el (gnus-split-references): Accept a nil references
14172         string and go on blissfully.
14173
14174         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14175         cases where the references string is non-nil but has no references.
14176
14177         * encrypt.el: Add autoload tags.
14178
14179         * spam.el (spam-resolve-registrations-routine): Remove article
14180         from unregistration list too.  Reported by David Hanak
14181         <dhanak@isis.vanderbilt.edu>
14182
14183 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14186         nil.  Changed custom type.
14187
14188 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14189
14190         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14191
14192         * gnus-sum.el (gnus-summary-move-article): Use it.
14193
14194 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14195
14196         * encrypt.el: Add autoload cookies.
14197
14198         * spam.el (spam-backend-article-list-property)
14199         (spam-backend-get-article-todo-list)
14200         (spam-backend-put-article-todo-list)
14201         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14202         Resolve registrations separately.
14203         (spam-register-routine): Format comments.
14204         (spam-unregister-routine, spam-register-routine): Always call with
14205         specific-articles, no default list.
14206         (spam-summary-prepare-exit): Use the spam-classifications function.
14207
14208         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14209         gnus-encrypt.el.
14210
14211         * encrypt.el: Copied from gnus-encrypt.el.
14212
14213         * gnus-encrypt.el: Commented that it's obsolete.
14214
14215 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14218         (gnus-score-save): Use it.
14219
14220         * message.el (message-bury): Use `window-dedicated-p'.
14221
14222 2004-10-15  Simon Josefsson  <jas@extundo.com>
14223
14224         * pop3.el (top-level): Don't require nnheader.
14225         (pop3-read-timeout): Add.
14226         (pop3-accept-process-output): Add.
14227         (pop3-read-response, pop3-retr): Use it.
14228
14229 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14230
14231         * spam.el (spam-register-routine): Move comment.
14232         (spam-verify-bogofilter): Use 'unknown for the initial
14233         spam-bogofilter-valid state, not 'never.
14234
14235         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14236         for netrc-machine.
14237
14238         * nnimap.el (nnimap-open-connection): Use
14239         netrc-machine-user-or-password.
14240
14241 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14242
14243         * gnus-registry.el (gnus-registry-unload-hook):
14244         Set as a variable with add-hook.
14245
14246         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14247         of news-path.
14248
14249         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14250
14251         * spam.el: Delete duplicate `provide'.
14252         (spam-unload-hook): Set as a variable with add-hook.
14253
14254 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14255
14256         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14257         in the doc string.
14258
14259         * message.el (message-ignored-news-headers)
14260         (message-ignored-supersedes-headers)
14261         (message-ignored-resent-headers)
14262         (message-forward-ignored-headers): Improve custom type.
14263
14264 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * message.el (message-tokenize-header): Fix 2004-09-06 change
14267         which used point-min in the wrong place.
14268
14269 2004-10-12  Simon Josefsson  <jas@extundo.com>
14270
14271         * tls.el (tls-certtool-program): New variable.
14272         (tls-certificate-information): New function, based on
14273         ssl-certificate-information.
14274
14275 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * compface.el: Move the version of ELisp-based uncompface program
14278         to the contrib directory because of the copyright problem.
14279
14280 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * message.el (message-kill-buffer): Raise the current frame.
14283
14284 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14287
14288         * gnus.el (message-y-or-n-p): Autoload.
14289
14290         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14291         (pop3-password-required, pop3-authentication-scheme)
14292         (pop3-leave-mail-on-server): Made customizable.
14293         (pop3): New custom group.
14294         (pop3-retr): Remove `sleep-for' statements.
14295         Suggested by Dave Love <fx@gnu.org>.
14296
14297         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14298         Windows/DOS.
14299
14300         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14301         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14302         Dave Love <fx@gnu.org>.
14303
14304         * mml.el (mml-minibuffer-read-disposition): Require match.
14305         Suggested by Dave Love <fx@gnu.org>.
14306
14307 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14310         doc string.
14311
14312 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14315
14316 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14317
14318         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14319         instead of calling `mm-insert-inline', to decode text/* parts
14320         before displaying them.
14321
14322 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * mm-uu.el (mm-uu-text-plain-type): New variable.
14325         (mm-uu-pgp-signed-extract-1): Use it.
14326         (mm-uu-pgp-encrypted-extract-1): Use it.
14327         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14328         bind mm-uu-text-plain-type with that value.
14329         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14330         mm-uu-dissect.
14331
14332 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14333
14334         * gnus-group.el (gnus-update-group-mark-positions):
14335         * gnus-sum.el (gnus-update-summary-mark-positions):
14336         * message.el (message-check-news-body-syntax):
14337         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14338         of string-as-multibyte.
14339
14340 2004-10-05  Juri Linkov  <juri@jurta.org>
14341
14342         * gnus-group.el (gnus-update-group-mark-positions):
14343         * gnus-sum.el (gnus-update-summary-mark-positions):
14344         * message.el (message-check-news-body-syntax):
14345         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14346         8-bit unibyte values to a multibyte string for search functions.
14347
14348 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14351         (mm-uu-dissect-text-parts): New function.
14352
14353         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14354         dissect text parts.
14355
14356         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14357         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14358
14359         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14360
14361         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14362         gnus-current-topics instead of gnus-current-topic.
14363
14364 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14365
14366         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14367
14368 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14369
14370         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14371         where approriate.
14372
14373         * nnml.el (nnml-generate-active-info): do.
14374
14375         * nndiary.el (nndiary-generate-active-info): do.
14376
14377         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14378         (gnus-topic-move): do.
14379
14380         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14381         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14382
14383         * gnus-srvr.el (gnus-server-prepare)
14384         (gnus-server-open-all-servers): do.
14385
14386         * gnus-msg.el (gnus-summary-cancel-article)
14387         (gnus-summary-resend-message)
14388         (gnus-summary-mail-crosspost-complaint): do.
14389
14390         * gnus-move.el (gnus-change-server): do.
14391
14392         * gnus-group.el (gnus-group-unmark-all-groups)
14393         (gnus-group-set-current-level): do.
14394
14395 2004-10-04  Simon Josefsson  <jas@extundo.com>
14396
14397         * message.el (message-generate-hashcash): Doc fix.
14398
14399 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14400
14401         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14402         avoid infinite recursion via gnus-get-function.
14403
14404 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14405
14406         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14407
14408         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14409
14410         * nnmail.el (nnmail-split-history): do.
14411
14412         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14413         (nnml-request-delete-group): do.
14414
14415         * nnslashdot.el (nnslashdot-read-groups): do.
14416
14417         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14418         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14419
14420         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14421         (nnspool-sift-nov-with-sed): Use last.
14422         (nnspool-retrieve-headers-with-nov): Use mapc.
14423         (nnspool-request-newgroups): Use dolist.
14424         (nnspool-request-group): Use last.
14425
14426         * nntp.el (nntp-read-server-type): Use dolist.
14427
14428         * nnvirtual.el (nnvirtual-create-mapping)
14429         (nnvirtual-update-read-and-marked): Use dolist.
14430         (nnvirtual-convert-headers): Simplify.
14431
14432 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14433
14434         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14435         support for sync'ing tick marks.
14436
14437 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14440         there's no visible header.
14441
14442 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14443
14444         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14445         necessary, pass full group name to gnus-request-set-marks.
14446
14447 2004-10-01  Simon Josefsson  <jas@extundo.com>
14448
14449         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14450         acroread.
14451
14452 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14453
14454         * spam-report.el (spam-report-gmane): Fix interactive.
14455
14456         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14457
14458         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14459         when writing file.
14460         (gnus-agent-synchronize-flags): Don't default to being
14461         interactive.
14462
14463 2004-09-30  Simon Josefsson  <jas@extundo.com>
14464
14465         * message.el (message-generate-hashcash): Add.
14466         (message-send-mail): Use it, call mail-add-payment.
14467
14468 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14471
14472 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14473
14474         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14475         gnus-requst-update-info with explicit code to sync the in-memory
14476         info read flags with the marks being sync'd to the backend.
14477
14478         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14479
14480 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14481
14482         * spam.el (spam-verify-bogofilter): Add new function.
14483         (spam-check-bogofilter)
14484         (spam-bogofilter-register-with-bogofilter): Use it.
14485         (spam-verify-bogofilter): Add small fixes.
14486
14487 2004-09-28  Simon Josefsson  <jas@extundo.com>
14488
14489         * hashcash.el (hashcash-generate-payment): Revert.
14490
14491 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14492
14493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14494         gnus-extract-references instead of gnus-split-references.
14495
14496         * gnus-util.el (gnus-extract-references): Add new function, analogous
14497         to gnus-split-references but extracts only the message-ID without
14498         anything extra.
14499
14500         * hashcash.el (hashcash-generate-payment)
14501         (hashcash-check-payment): Do the right thing if hashcash-path is
14502         nil (because the hashcash program could not be found).
14503
14504         * spam.el (spam-use-hashcash): Remove comment.
14505
14506 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14507
14508         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14509         (gnus-cache-enter-article, gnus-cache-remove-article)
14510         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14511
14512         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14513
14514         * gnus-art.el (article-hide-boring-headers)
14515         (article-translate-strings, article-display-face)
14516         (gnus-article-mime-match-handle-first)
14517         (gnus-article-highlight-headers)
14518         (gnus-article-add-buttons-to-head): do.
14519
14520 2004-09-27  Simon Josefsson  <jas@extundo.com>
14521
14522         * hashcash.el: New version, from
14523         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14524         ../contrib/.
14525
14526 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14529
14530 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14531
14532         * gnus-dup.el (gnus-dup-open): Use mapc.
14533         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14534
14535         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14536         Reported by Stefan Wiens <s.wi@gmx.net>.
14537
14538         * gnus.el (gnus-shutdown): Use dolist.
14539
14540         * gnus-undo.el (gnus-undo): Use mapc.
14541
14542         * nnrss.el (nnrss-generate-active): do.
14543
14544         * message.el (message-cite-original-without-signature)
14545         (message-cite-original): Use mapc.
14546         (message-do-actions, message-make-forward-subject): Use dolist.
14547
14548 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14549
14550         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14551         deletion to remove entire duplicate line.  Fixes merged article
14552         number bug.
14553
14554 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14555
14556         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14557         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14558         first ask if you want to open a server and then, even when you
14559         responded with no, asking if you want to synchronize the server's
14560         flags.
14561         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14562         multi-line expressions.
14563         (gnus-agent-synchronize-group-flags): New internal function.
14564         Updates marks in memory (in the info structure) AND in the
14565         backend.
14566
14567         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14568
14569         * nnagent.el (nnagent-request-set-mark): Use
14570         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14571         method, to ensure that synchronization updates marks in the
14572         backend and in the info (in memory) structure.
14573
14574 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14577         convention fully; don't miss the root article of a thread; make
14578         the X-Draft-From header with correct article numbers.
14579
14580 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14581
14582         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14583         unless plugged.  Disable the agent so that an open failure causes
14584         an error.
14585
14586         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14587         Reverted 2004-09-21 change.  The backend must be opened while
14588         synchronizing flags even when the backend stores the flags
14589         locally.
14590
14591 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14592
14593         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14594         in `header' match.  Reported by Svend Tollak Munkejord.
14595
14596         * message.el (message-cite-original): Fix use of
14597         `message-cite-articles-with-x-no-archive'.
14598
14599 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14602         (gnus-window-to-buffer): Ditto.
14603
14604         * mml.el (mml-preview-buffer): New variable.
14605         (mml-preview): Manage window layout with gnus-buffer-configuration.
14606
14607         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14608         X-Draft-From header even if those articles aren't quoted.
14609
14610 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14611
14612         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14613         (gnus-request-set-mark, gnus-request-update-mark): Use new
14614         g-s-t-u-l-m to decide to use backend even when unplugged.
14615
14616 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14619         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14620
14621 2004-09-20  Simon Josefsson  <jas@extundo.com>
14622
14623         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14624         "utf-16-le".
14625
14626 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14627
14628         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14629
14630 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14631
14632         * uudecode.el (uudecode-use-external): Add :version.
14633
14634         * smime.el (smime-CA-file, smime-encrypt-cipher)
14635         (smime-dns-server): Add :version.
14636
14637         * smiley.el (gnus-smiley-file-types): Add :version.
14638
14639         * sha1.el (sha1-use-external): Add :version.
14640
14641         * pgg-def.el (pgg-query-keyserver): Add :version.
14642
14643         * nnmail.el (nnmail-fancy-expiry-targets)
14644         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14645         Add :version.
14646
14647         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14648         (nnimap-retrieve-groups-asynchronous): Add :version.
14649         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14650
14651         * mml.el (mml-content-disposition-parameters)
14652         (mml-insert-mime-headers-always): Add :version.
14653
14654         * mm-util.el (mm-coding-system-priorities): Add :version.
14655
14656         * mm-decode.el (mm-inline-text-html-with-images)
14657         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14658         (mm-verify-option): Add :version.
14659         (mm-text-html-renderer): Change :version.
14660
14661         * message.el (message-fcc-externalize-attachments)
14662         (message-required-headers, message-draft-headers)
14663         (message-subject-trailing-was-query)
14664         (message-subject-trailing-was-ask-regexp)
14665         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14666         (message-mark-insert-end, message-archive-header)
14667         (message-archive-note, message-cross-post-default)
14668         (message-cross-post-note, message-followup-to-note)
14669         (message-cross-post-note-function, message-use-mail-followup-to)
14670         (message-subscribed-address-functions)
14671         (message-subscribed-address-file, message-subscribed-addresses)
14672         (message-subscribed-regexps, message-allow-no-recipients)
14673         (message-yank-cited-prefix, message-signature-insert-empty-line)
14674         (message-hidden-headers, message-hierarchical-addresses)
14675         (message-mail-user-agent, message-use-idna)
14676         (message-valid-fqdn-regexp)
14677         (message-strip-special-text-properties, message-header-synonyms)
14678         (message-beginning-of-line, message-tab-body-function): Add :version.
14679         (message-insert-canlock, message-wide-reply-confirm-recipients):
14680         Change :version.
14681
14682         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14683         and :version.
14684         (mail-source-delete-old-incoming-confirm)
14685         (mail-source-movemail-program): Add :version.
14686
14687         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14688         (gnus-agent-cache, gnus-agent): Change :version.
14689
14690         * gnus-util.el (gnus-use-byte-compile): Change :version.
14691
14692         * gnus-sum.el (gnus-summary-make-false-root-always)
14693         (gnus-summary-default-high-score)
14694         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14695         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14696         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14697         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14698         (gnus-sum-thread-tree-single-indent)
14699         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14700         (gnus-sum-thread-tree-leaf-with-other)
14701         (gnus-sum-thread-tree-single-leaf): Add :version.
14702         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14703         (gnus-article-loose-mime): Change :version.
14704
14705         * gnus-start.el (gnus-backup-startup-file)
14706         (gnus-save-startup-file-via-temp-buffer): Add :version.
14707
14708         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14709         (gnus-server-offline-face): Add :version.
14710
14711         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14712
14713         * gnus-msg.el (gnus-gcc-externalize-attachments)
14714         (gnus-debug-files, gnus-debug-exclude-variables)
14715         (gnus-discouraged-post-methods): Change :version.
14716         (gnus-confirm-mail-reply-to-news)
14717         (gnus-confirm-treat-mail-like-news): Add :version.
14718
14719         * gnus-int.el (gnus-server-unopen-status): Add :version.
14720
14721         * gnus-group.el (gnus-group-jump-to-group-prompt)
14722         (gnus-large-ephemeral-newsgroup)
14723         (gnus-fetch-old-ephemeral-headers): Add :version.
14724
14725         * gnus-fun.el (gnus-x-face-directory)
14726         (gnus-convert-pbm-to-x-face-command)
14727         (gnus-convert-image-to-x-face-command)
14728         (gnus-convert-image-to-face-command): Add :version.
14729
14730         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14731
14732         * gnus-cite.el (gnus-cite-blank-line-after-header)
14733         (gnus-article-boring-faces): Add :version.
14734
14735         * gnus-art.el (gnus-buttonized-mime-types)
14736         (gnus-inhibit-mime-unbuttonizing)
14737         (gnus-treat-display-face)
14738         (gnus-treat-body-boundary): Change :version.
14739         (gnus-body-boundary-delimiter, gnus-picon-databases)
14740         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14741         (gnus-treat-date-english, gnus-treat-fold-headers)
14742         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14743         (gnus-treat-mail-picon, gnus-treat-wash-html)
14744         (gnus-article-encrypt-protocol)
14745         (gnus-use-idna, gnus-article-over-scroll)
14746         (gnus-mime-display-multipart-alternative-as-mixed)
14747         (gnus-mime-display-multipart-related-as-mixed)
14748         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14749         (gnus-ctan-url, gnus-button-ctan-handler)
14750         (gnus-button-handle-ctan-bogus-regexp)
14751         (gnus-button-ctan-directory-regexp)
14752         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14753         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14754         (gnus-button-man-level, gnus-button-emacs-level)
14755         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14756
14757         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14758         (gnus-agent-go-online): Change :version.
14759         (gnus-agent-expire-unagentized-dirs)
14760         (gnus-agent-auto-agentize-methods): Add :version.
14761
14762         * flow-fill.el (fill-flowed-display-column)
14763         (fill-flowed-encode-column): Add :version.
14764
14765         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14766         (gnus-outlook-deuglify-unwrap-max)
14767         (gnus-outlook-deuglify-cite-marks)
14768         (gnus-outlook-deuglify-unwrap-stop-chars)
14769         (gnus-outlook-deuglify-no-wrap-chars)
14770         (gnus-outlook-deuglify-attrib-cut-regexp)
14771         (gnus-outlook-deuglify-attrib-verb-regexp)
14772         (gnus-outlook-deuglify-attrib-end-regexp)
14773         (gnus-outlook-display-hook): Add :version.
14774
14775         * binhex.el (binhex-use-external): Add :version.
14776
14777 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14780         and `invisible'.
14781
14782 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14783
14784         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14785         in gnus-registry-trim.
14786
14787 2004-09-13  Simon Josefsson  <jas@extundo.com>
14788
14789         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14790
14791         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14792
14793         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14794         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14795         <yamaoka@jpl.org>.
14796         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14797         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14798         <yamaoka@jpl.org>.
14799
14800         * sieve.el (sieve-manage-mode): Ditto.
14801
14802 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14805
14806 2004-09-11  Simon Josefsson  <jas@extundo.com>
14807
14808         * dns-mode.el: Add.
14809
14810         * mm-view.el (mm-display-dns-inline): Add.
14811
14812         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14813         (mm-automatic-display): Ditto.
14814
14815         * mailcap.el (mailcap-mime-data): Add text/dns.
14816         (mailcap-mime-extensions): Map .soa to text/dns.
14817
14818 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14819
14820         * gnus-art.el (article-decode-mime-words, article-babel)
14821         (gnus-article-highlight-signature, gnus-article-add-buttons)
14822         (gnus-signature-toggle): Remove unnecessary bindings of
14823         `inhibit-read-only' inherited from v5.10 merge.
14824
14825 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * nntp.el (nntp): New customization group.
14828         (nntp-authinfo-file): Add customization group.
14829
14830         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14831
14832         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14833
14834         * gnus.el (to-address, to-list, subscribed)
14835         (large-newsgroup-initial): Ditto.
14836
14837         * flow-fill.el (fill-flowed-display-column)
14838         (fill-flowed-encode-column): Ditto.
14839
14840 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14841
14842         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14843         Use point-min rather than 1.
14844         (message-send-mail): Use buffer-size rather than point-max.
14845
14846         * gnus-sum.el (gnus-summary-search-article-forward):
14847         Signal a specific `search-failed' rather than a generic `error'.
14848
14849         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14850         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14851         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14852
14853 2004-09-10  Simon Josefsson  <jas@extundo.com>
14854
14855         * nndb.el (require): Remove tcp and duplicate cl.
14856
14857 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus-agent.el (directory-files-and-attributes): Move forward.
14860
14861 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14862
14863         * gnus-agent.el (directory-files-and-attributes): Optionally
14864         defined to support XEmacs.
14865
14866 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14867
14868         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14869         to avoid run-time CL dependencies.
14870         (gnus-agent-unfetch-articles): New function.
14871         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14872         article numbers even when local .overview file is missing.
14873         (gnus-agent-read-article-number): New function.  Only accepts
14874         27-bit article numbers.
14875         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14876         gnus-agent-read-article-number.
14877         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14878         from backend while recognizing that article numbers in .overview
14879         must be valid.
14880         (gnus-agent-update-files-total-fetched-for): Use
14881         directory-files-and-attributes to improve performance.
14882         * gnus-int.el (gnus-request-move-article): Use
14883         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14884         improve performance.
14885
14886         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14887         some users confused by references to .newsrc when they only have a
14888         .newsrc.eld file.
14889         (gnus-convert-mark-converter-prompt)
14890         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14891         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14892         New function.  Used internally to only display 'gnus converting
14893         files' message when actually necessary.
14894
14895         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14896         methods now autoloaded.
14897
14898 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14901         identifiers.
14902
14903 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * gnus-picon.el: Fix indentation and closing parenthesis.
14906
14907 2004-09-01  Simon Josefsson  <jas@extundo.com>
14908
14909         * message.el (message-canlock-generate): Require sha1, not
14910         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14911         to require within a function.  Sadly, if sha1.el isn't loaded, the
14912         let binding in m-c-g will hide the defcustom definition, which is
14913         bad.)
14914
14915         * canlock.el: Require sha1, not sha1-el.
14916
14917         * message.el: Don't autoload sha1 (there is a autoload cookie in
14918         sha1.el).
14919
14920         * sha1-el.el: Renamed to sha1.el.
14921
14922 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14923
14924         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14925
14926 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14927
14928         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14929
14930 2004-08-30  Kim F. Storm  <storm@cua.dk>
14931
14932         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14933
14934         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14935         Add :group 'nnimap.
14936
14937 2004-08-30  Andreas Schwab  <schwab@suse.de>
14938
14939         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14940         ?* and ?\;.
14941
14942         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14943         and ?\' to symbol instead of whitespace.
14944
14945 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14948
14949         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14950         instead of re-search-forward.
14951
14952         * gnus-uu.el (gnus-uu-save-article): Ditto.
14953         (gnus-uu-post-encode-uuencode): Ditto.
14954
14955         * html2text.el (html2text-clean-list-items): Ditto.
14956         (html2text-clean-dtdd): Ditto.
14957         (html2text-format-tags): Ditto.
14958
14959         * message.el (message-send-mail-with-sendmail): Fix regexp.
14960         (message-fill-field-general): Use search-forward instead of
14961         re-search-forward.
14962         (unbold-region): Ditto.
14963
14964         * nnrss.el (nnrss-request-article): Ditto.
14965
14966         * nnslashdot.el (nnslashdot-request-article): Ditto.
14967
14968         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14969
14970         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14971         "Unrecognized menu descriptor" error in XEmacs.
14972
14973 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14974
14975         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14976         parent article of a sparse article in the thread hashtb.
14977
14978 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14979
14980         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14981         (nnmail-expand-newtext): Lowercase expanded entries if
14982         nnmail-split-lowercase-expanded is non-nil.
14983
14984 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14987
14988         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14989         of gnus-tmp-news-method into string under XEmacs.  It will be
14990         passed to gnus-correct-length which takes only a string argument.
14991
14992 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-util.el (gnus-bind-print-variables): New macro.
14995         (gnus-prin1): Use it.
14996         (gnus-prin1-to-string): Use it.
14997         (gnus-pp): New function.
14998         (gnus-pp-to-string): New function.
14999
15000         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15001         Replace pp-to-string with gnus-pp-to-string.
15002         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15003         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15004         * gnus-msg.el (gnus-debug): Ditto.
15005         * gnus-score.el (gnus-score-save): Ditto.
15006         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15007         gnus-pp-to-string.
15008         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15009         with gnus-pp.
15010         * score-mode.el (gnus-score-pretty-print): Ditto.
15011         * webmail.el (webmail-debug): Ditto.
15012
15013 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-art.el (article-display-face, article-display-x-face):
15016         Use buffer-read-only.
15017
15018 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * gnus-art.el (article-hide-list-identifiers):
15021         Bind inhibit-read-only as t.
15022
15023 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15026
15027 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15028
15029         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15030         (gnus-narrow-to-page): Don't assume point-min == 1.
15031         (gnus-article-edit-mode): Derive from message-mode.
15032
15033         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15034         point-min == 1.
15035
15036         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15037         Disable incorrect use of `assert'.
15038
15039         * message.el (message-mode): Set comment-start-skip.
15040
15041
15042 2004-08-22  Sam Steingold  <sds@gnu.org>
15043
15044         * pop3.el (pop3-leave-mail-on-server): New user variable.
15045         (pop3-movemail): Delete mail only when it is nil.
15046
15047 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15048
15049         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15050
15051         * mml.el (mml-preview): Use `pop-to-buffer'.
15052
15053         * message.el (message-goto-mail-followup-to): Insert after "To".
15054         (message-carefully-insert-headers): Add comment.
15055
15056         * gnus.el: Remove unused variable `gnus-article-check-size'.
15057
15058         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15059
15060         * gnus-art.el (gnus-button-alist): Improve
15061         `gnus-button-handle-library' entry.
15062
15063 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15064
15065         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15066         downcase, since XEmacs capitalizes error messages differently.
15067
15068 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15069
15070         * nntp.el: Add (require 'gnus) due to reference to
15071         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15072
15073 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15074
15075         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15076         `mm-fill-flowed'.
15077
15078         * mm-decode.el (mm-dissect-singlepart): Check it.
15079
15080 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15081
15082         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15083         'imap' for netrc parsing.
15084
15085 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * mailcap.el (mailcap-mime-data): Mark as risky.
15088
15089 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15092         may be included in the encoded word.
15093         (rfc2047-encode): Don't append a space if the encoded word
15094         includes close parenthesis.
15095
15096 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15099         of text within parentheses.
15100
15101 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15102
15103         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15104         (gnus-encrypt-write-file-contents): Make the password key the file
15105         name PLUS the cipher, not just the cipher.  Also remove failed
15106         passwords from the cache.
15107
15108 2004-08-06  Simon Josefsson  <jas@extundo.com>
15109
15110         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15111         fix.
15112
15113 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15116         LWSP.
15117
15118 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15119
15120         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15121         to append in-reply-to: data to the references: header.
15122
15123         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15124         (netrc-parse): Use gnus-encrypt.el functions.
15125
15126         * gnus-encrypt.el: Add new file for encryption support; currently
15127         does only a few GPG ciphers and an internal XOR cipher.
15128
15129         * password.el: Add comments on using password-read-and-add.
15130         (password-read-and-add): Add function to read and add the
15131         password to the cache at once.
15132
15133 2004-07-28  Simon Josefsson  <jas@extundo.com>
15134
15135         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15136         parameter (but don't use it, for now).
15137
15138         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15139         instead of hard coding to nil.
15140
15141 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15144         as mm-inline-image-xemacs does.
15145
15146 2004-07-26  Simon Josefsson  <jas@extundo.com>
15147
15148         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15149         Revert part of 2004-07-17 change below.
15150
15151 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15154         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15155
15156 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15157
15158         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15159         quotes that actually start with ">" at the beginning of the
15160         lines.
15161
15162 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * rfc2047.el (rfc2047-encode-region): Fix last change.
15165         (rfc2047-encode-parameter): Remove useless concat.
15166
15167 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15170         encode special characters; fix some kind of misconfigured headers;
15171         signal a real error if debug-on-quit or debug-on-error is non-nil.
15172         (rfc2047-encode-max-chars): New variable.
15173         (rfc2047-encode-1): Use it.
15174         (rfc2047-encode-parameter): New function.
15175
15176         * mml.el (mml-insert-parameter): Remove an excessive space.
15177
15178 2004-07-17  Simon Josefsson  <jas@extundo.com>
15179
15180         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15181         Kai Grossjohann <kai@emptydomain.de>.
15182         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15183         (gnus-group-make-menu-bar): Ditto.
15184
15185         * gnus-util.el (gnus-group-server): Add.
15186
15187 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15188
15189         * message.el (message-clone-locals): Clone sendmail and smtp
15190         variables.
15191
15192 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * rfc2047.el (rfc2047-encode-region): Fix last change.
15195
15196 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15199         characters as non-special.
15200
15201 2004-07-09  Simon Josefsson  <jas@extundo.com>
15202
15203         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15204         Users will lose all flag changes made while unplugged with
15205         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15206         good default.  See numerous reports on ding mailing list.
15207
15208 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15211         add generate-head-function and generate-article-function to the
15212         rfc822-forward entry.
15213         (nndoc-rfc822-forward-generate-article): New function.
15214         (nndoc-rfc822-forward-generate-head): New function.
15215
15216         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15217
15218 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15219
15220         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15221         respect display group parameter and gnus-summary-expunge-below.
15222         (gnus-articles-to-read): Remove unused reference to display group
15223         parameter.
15224
15225 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15226
15227         * nnheader.el (nnheader-uniquify-message-id): New experimental
15228         variable.
15229         (nnheader-nov-read-message-id): Use it.
15230
15231         * spam-report.el (spam-report-gmane): Add interactive.
15232
15233 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15236         qp-or-base64 for the application/* types.
15237
15238 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15239
15240         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15241
15242 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15245         trim value.
15246
15247 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15248
15249         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15250         New macro and function.
15251         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15252
15253 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15256         after-load-alist.
15257
15258 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15261         update info that isn't there.
15262
15263 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15264
15265         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15266         entry.
15267
15268 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * mm-view.el (mm-inline-render-with-function): Use multibyte
15271         buffer; decode html source by charset.
15272
15273         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15274
15275         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15276         Mule-UCS is loaded under XEmacs.
15277         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15278
15279 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15282
15283 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15284
15285         * mm-util.el (mm-coding-system-p): Return a coding-system.
15286         (mm-mime-mule-charset-alist): Use shift_jis instead of
15287         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15288         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15289         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15290         instead of japanese-shift-jis and iso-latin-1 respectively in
15291         order to share the default value with both Emacs and XEmacs-mule.
15292         (mm-mule-charset-to-mime-charset): Make
15293         mm-coding-system-priorities effective.
15294         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15295         while predicating of candidates upon the priorities.
15296
15297 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15298
15299         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15300         gnus-uu-invert-processable.
15301
15302         * gnus.el: Autoload gnus-uu-invert-processable.
15303
15304 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15305
15306         * mm-util.el (mm-with-multibyte-buffer): New macro.
15307
15308         * rfc2047.el (rfc2047-encode-string): Use it.
15309         (rfc2047-encode-region): Move point to the end of the region after
15310         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15311
15312 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15315         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15316
15317 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15320         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15321         Karl Chen <quarl@nospam.quarl.org>.
15322
15323 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15324
15325         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15326         invalid addresses.
15327
15328 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * spam.el: Change section markers, revise TODO list.
15331         (spam-backends): Make new master list of all installed backends.
15332         (spam-summary-exit-behavior): Add new variable to determine how
15333         messages moves are done at summary exit.
15334         (spam-move-spam-nonspam-groups-only)
15335         (spam-process-ham-in-nonham-groups)
15336         (spam-process-ham-in-spam-groups): Remove variables, the
15337         spam-summary-exit-behavior variable should be used to manage this
15338         behavior.
15339         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15340         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15341         and spam-old-spam-articles.
15342         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15343         Add empty variables, placeholders for the backends they represent.
15344         (spam-set-difference): Move, unchanged.
15345         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15346         unless the user has a processor variable.
15347         (spam-classifications, spam-classification-valid-p)
15348         (spam-backend-properties, spam-backend-property-valid-p)
15349         (spam-backend-function-type-valid-p)
15350         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15351         (spam-report-articles-gmane, spam-report-articles-resend):
15352         Remove functions, they are not needed.
15353         (spam-install-backend-super, spam-backend-list)
15354         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15355         (spam-backend-function, spam-backend-ham-registration-function)
15356         (spam-backend-spam-registration-function)
15357         (spam-backend-ham-unregistration-function)
15358         (spam-backend-spam-unregistration-function)
15359         (spam-backend-statistical-p, spam-backend-mover-p)
15360         (spam-install-backend-alias, spam-install-checkonly-backend)
15361         (spam-install-mover-backend, spam-install-nocheck-backend)
15362         (spam-install-backend, spam-install-statistical-backend)
15363         (spam-install-statistical-checkonly-backend): Add backend installation
15364         support.
15365         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15366         (spam-group-processor-p): Use the new backend code and respect the
15367         summary exit behavior.
15368         (spam-mark-spam-as-expired-and-move-routine): Remove.
15369         (spam-summary-prepare): Change to use the new spam-old-articles
15370         variable.
15371         (spam-copy-or-move-routine, spam-copy-spam-routine)
15372         (spam-move-spam-routine, spam-copy-ham-routine)
15373         (spam-move-ham-routine): Add code to copy/move ham or spam.
15374         (spam-fetch-field-fast): Improve doc and code, plus allow the
15375         'number request.
15376         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15377         variables.
15378         (spam-split, spam-find-spam): Use the new backend code.
15379         (spam-registration-functions): Remove variable.
15380         (spam-unregister-routine): Add convenience wrapper.
15381         (spam-log-undo-registration, spam-register-routine)
15382         (spam-log-processing-to-registry)
15383         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15384         where possible.
15385         (spam-check-gmane-xref, spam-check-regex-headers)
15386         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15387         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15388         (spam-check-bogofilter-headers, spam-check-spamoracle)
15389         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15390         (spam-check-crm114-headers): Use the spam-split-group that
15391         spam-split prepares, no need to determine it every time.
15392
15393         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15394         to the nnheader-parse-naked-head call.
15395
15396         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15397
15398         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15399         the nnheader-nov-read-message-id call.
15400
15401 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15404         gnus-activate-group twice.  Suggested by Markus Peter
15405         <warp@spin.de>.
15406
15407 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * gnus-art.el (gnus-article-time-format): Exchange the order of
15410         day and month in the default value; fix customization type.
15411         (article-date-ut): Use add-text-properties.
15412         (article-make-date-line): Use message-make-date instead of
15413         current-time-string.
15414
15415         * message.el (message-fetch-field): Don't use set-text-properties.
15416         (message-make-date): Simplify.
15417
15418         * messagexmas.el (message-xmas-make-date): New function.
15419         (message-xmas-redefine): Defalias message-make-date to it.
15420
15421 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15424         (rfc2047-encode-region): Treat text within parentheses as special;
15425         show the original text when error has occurred.
15426
15427         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15428         already-computed method to gnus-activate-group.
15429
15430         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15431         same select-methods identical Lisp objects.
15432
15433         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15434         object when modifying the info.
15435
15436 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15439         gnus-opened-servers since it has never been opened with the new
15440         configuration yet.
15441
15442 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15443
15444         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15445         arg to nnheader-generate-fake-message-id.
15446
15447 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15448
15449         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15450         number and build a fake message ID localized to a group and
15451         article number (so it's repeatable from that point on).
15452         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15453         ID format.
15454
15455         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15456         nnheader-generate-fake-message-id with the article number.
15457
15458 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15459
15460         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15461         end-of-buffer.
15462
15463 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * message.el (message-ignored-supersedes-headers): Add Approved.
15466
15467 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15470         goto-char.
15471         (rfc2047-encode): Fold the line before encoding.
15472
15473 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15474
15475         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15476         folding -- not all headers can be folded, and this should be done
15477         by the message composition mode.  Probably.  I think.
15478
15479 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15482         fast.
15483
15484         * gnus-ems.el (gnus-remove-image): Don't use
15485         message-text-with-property; remove only the image found first.
15486
15487         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15488         found first.
15489
15490 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15491
15492         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15493
15494 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * message.el (message-text-with-property): Make it fast and accept
15497         optional arguments.
15498         (message-strip-forbidden-properties): Use it.
15499         (message-fix-before-sending): Follow the m-t-w-p change.
15500
15501         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15502
15503 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (article-hide-headers): Don't change the buffer
15506         mistakenly when performing mml-preview even if
15507         gnus-single-article-buffer is nil.
15508
15509 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15510
15511         * message.el (message-expand-name-databases): New user option.
15512         (message-expand-name): Use it.
15513
15514 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * spam.el (spam-report-articles-resend)
15517         (spam-report-resend-register-routine): Allow ham reporting.
15518         (spam-report-resend-register-ham-routine): Add wrapper.
15519         (spam-registration-functions): Add ham resending functions.
15520         (spam-list-of-processors): Add ham resend processor.
15521
15522         * gnus.el (ham-resend-to): Add new group parameter.
15523         (spam-process): Add ham resend option.
15524
15525         * spam-report.el (spam-report-resend): Allow reporting ham.
15526         (spam-report-resend-ham): Add wrapper.
15527
15528 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15529
15530         * message.el (message-cite-articles-with-x-no-archive): New
15531         variable.
15532         (message-cite-original): Use it.
15533
15534 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * message.el (message-cite-original): Respect X-No-Archive.
15537
15538 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-art.el (article-hide-headers): Refer to the values for
15541         gnus-ignored-headers and gnus-visible-headers in the summary
15542         buffer since a user may have set them as group parameters.
15543
15544 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15545
15546         * assistant.el (assistant-node-name): Add convenience function.
15547         (assistant-render-text, assistant-render-node): Add error handling,
15548         plus handle multiple next nodes.
15549         (assistant-find-next-node): Comment out for now.
15550         (assistant-find-next-nodes): Add function, returns list of next
15551         nodes.
15552
15553 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * mail-source.el (mail-source-directory): Fix doc-string.
15556
15557 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15558
15559         * assistant.el (assistant-render-text, assistant-eval): Add :set
15560         widget type, which is different because it takes and returns a
15561         list.  Much hilarity ensues.
15562
15563 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15566
15567         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15568         doc-string.
15569
15570         * gnus-start.el (gnus-activate-group): Added doc-string.
15571
15572 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15575
15576 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15577
15578         * assistant.el (assistant-render-text): Try to add a :set
15579         widget, more to come.
15580
15581         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15582         strings.
15583         (spam-report-articles-resend)
15584         (spam-register-routine): Do registration iff any articles warrant
15585         it.
15586         (spam-summary-prepare-exit): Change log message for nil group
15587         destinations.
15588
15589 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15590
15591         * spam.el (spam-report-resend-register-routine): Allow
15592         spam-report-resend-to to be a group parameter or a global value.
15593
15594 2004-05-26  Simon Josefsson  <jas@extundo.com>
15595
15596         * starttls.el: Merge with my GNUTLS based starttls.el.
15597         (starttls-gnutls-program, starttls-use-gnutls)
15598         (starttls-extra-arguments, starttls-process-connection-type)
15599         (starttls-connect, starttls-failure, starttls-success): New
15600         variables.
15601         (starttls-program, starttls-extra-args): Doc fix.
15602         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15603         functions.
15604         (starttls-negotiate, starttls-open-stream): Check
15605         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15606         function if it is set.
15607
15608 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15611         structured fields.
15612
15613 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15616
15617 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15618
15619         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15620         variable.
15621         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15622         assigning the spam-mark to new messages.
15623
15624 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15625
15626         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15627
15628 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15631
15632         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15633         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15634         default.
15635
15636 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15637
15638         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15639         correct data.
15640
15641 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15644         (spam-group-processor-p): Fix function.
15645         (spam-group-processor-multiple-p)
15646         (spam-group-spam-processor-report-gmane-p)
15647         (spam-group-spam-processor-report-resend-p)
15648         (spam-group-spam-processor-bogofilter-p)
15649         (spam-group-spam-processor-blacklist-p)
15650         (spam-group-spam-processor-ifile-p)
15651         (spam-group-ham-processor-ifile-p)
15652         (spam-group-spam-processor-spamoracle-p)
15653         (spam-group-spam-processor-crm114-p)
15654         (spam-group-ham-processor-bogofilter-p)
15655         (spam-group-spam-processor-stat-p)
15656         (spam-group-ham-processor-stat-p)
15657         (spam-group-ham-processor-whitelist-p)
15658         (spam-group-ham-processor-BBDB-p)
15659         (spam-group-ham-processor-spamoracle-p)
15660         (spam-group-ham-processor-copy-p): Remove functions with some
15661         prejudice against unneeded code.
15662         (spam-report-articles-resend)
15663         (spam-report-resend-register-routine): Allow the group/topic
15664         spam-resend-to value to override spam-report-resend-to.
15665         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15666         properly now.
15667
15668         * gnus.el (spam-resend-to): Add group/topic parameter.
15669         (spam-process): Move the OBSOLETE processors to the end of the
15670         choices.
15671
15672 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15673
15674         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15675         with resend-to set to nil, and then ask the user if necessary.
15676         (spam-report-resend): spam-report-resend takes a list of articles, not
15677         separate article numbers.
15678
15679 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15682         addition to emacs-w3m.
15683
15684 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15685
15686         * assistant.el (assistant-authinfo-data): New function.
15687         (assistant-eval): Eval for entire assistant.
15688
15689         * netrc.el (netrc-services-file): New variable.
15690         (netrc-parse-services): New function.
15691         (netrc-find-service-name): New function.
15692         (netrc-find-service-number): New function.
15693         (netrc-port-equal): New function.
15694         (netrc-machine): Use it.
15695
15696         * nnimap.el (nnimap-open-connection): Use netrc.
15697
15698         * gnus-util.el (gnus-netrc-get): Remove aliases.
15699
15700         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15701
15702         * assistant.el (wid-edit): Fix compilation.
15703
15704         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15705
15706 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15707
15708         * gnus-util.el (gnus-set-file-modes): New function.  (small
15709         patch).
15710
15711 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15712
15713         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15714
15715         * assistant.el (assistant-render-node): Fix up rendering and
15716         read-only text.
15717         (assistant-render-node): Reset.
15718         (assistant-make-read-only): Not sticky.
15719
15720 2004-05-20  Danny Siu  <dsiu@adobe.com>
15721
15722         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15723         centered even when gnus-auto-center-summary is t.
15724
15725 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15726
15727         * dns.el (dns-get-txt-answer): New function.
15728         (dns-read-txt): Ditto.
15729         (query-dns): Use it.
15730
15731 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15734         active for foreign groups even if the group level is higher than
15735         the specified value.
15736
15737 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15738
15739         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15740         non-active groups.
15741
15742         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15743
15744 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15745
15746         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15747
15748 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15749
15750         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15751         (spam-crm114-header, spam-crm114-spam-switch)
15752         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15753         (spam-crm114-positive-spam-header)
15754         (spam-crm114-database-directory, spam-list-of-processors)
15755         (spam-group-spam-processor-crm114-p)
15756         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15757         (spam-generic-score, spam-list-of-checks)
15758         (spam-list-of-statistical-checks, spam-registration-functions)
15759         (spam-check-crm114-headers, spam-crm114-score)
15760         (spam-check-crm114, spam-crm114-register-with-crm114)
15761         (spam-crm114-register-spam-routine)
15762         (spam-crm114-unregister-spam-routine)
15763         (spam-crm114-register-ham-routine)
15764         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15765         asjo@koldfront.dk (Adam Sjøgren).
15766
15767         * gnus.el: Add spam-use-crm114.
15768
15769         * spam.el (spam-list-of-processors, spam-registration-functions):
15770         Add spam-use-resend.
15771         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15772         (spam-report-articles-gmane): Add doc fix.
15773         (spam-report-articles-resend, spam-report-resend-register-routine):
15774         Add wrappers around spam-report-resend-to.
15775
15776         * spam-report.el (spam-report-resend-to, spam-report-resend):
15777         Add support for resending spam.
15778         (spam-report-gmane): Fix line length >80.
15779
15780         * gnus.el (spam-process): Add spam-use-resend.
15781
15782 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15783
15784         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15785         number of processed spam messages.
15786         (spam-ham-copy-or-move-routine): Return the number of processed
15787         ham messages.
15788         (spam-summary-prepare-exit): Use the above values to decide
15789         whether status messages shouled be displayed.
15790
15791 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15794         `rfc2047-encoding-function-alist' in order to avoid conflicting
15795         with the old version.
15796         (rfc2047-encode-region): Concatenate words containing non-ASCII
15797         characters in structured fields; don't encode space-delimited
15798         ASCII words even in unstructured fields; don't break words at
15799         char-category boundaries.
15800         (rfc2047-encode-1): New function.
15801         (rfc2047-encode): Use it; encode text so that it occupies the
15802         maximum width within 76-column; work correctly on Q encoding for
15803         iso-2022-* charsets.
15804         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15805         sure not to break a line just after the header name.
15806         (rfc2047-b-encode-region): Removed.
15807         (rfc2047-b-encode-string): New function.
15808         (rfc2047-q-encode-region): Removed.
15809         (rfc2047-q-encode-string): New function.
15810
15811         * mm-util.el (mm-replace-in-string): New function.
15812
15813 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15814
15815         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15816         get it right.
15817         (gnus-inews-make-draft): Really.
15818
15819 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15820
15821         * nnmh.el (nnmh-request-list-1): Don't check the link count
15822         before descending.  (small patch)
15823
15824 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15825
15826         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15827         stuff.
15828
15829         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15830         on real group name.
15831
15832         * gnus-art.el (gnus-signature-limit): Doc fix.
15833
15834         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15835
15836         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15837
15838 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15839
15840         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15841         isn't a string.
15842
15843 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15844
15845         * gnus-draft.el (gnus-draft-send): Bind
15846         rfc2047-encode-encoded-words.
15847
15848         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15849         (rfc2047-encodable-p): Say that =? needs encoding.
15850         (rfc2047-encode-encoded-words): New variable.
15851
15852         * gnus-group.el (gnus-group-select-group): Doc fix.
15853
15854         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15855
15856         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15857         to nil.
15858
15859         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15860
15861         * nnheader.el (nnheader-get-lines-and-char): New function.
15862
15863 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * gnus-msg.el (gnus-summary-followup-with-original): Document
15866         yanking of region when active.
15867
15868 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15871         groups if the group level is higher than the specified value.
15872
15873 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15874
15875         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15876         (gnus-group-jump-to-group): Added prefix argument using
15877         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15878         non-active group.
15879
15880         * compface.el (uncompface): Be verbose when changing
15881         `uncompface-use-external'.
15882
15883         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15884         handle manual section.
15885
15886 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15887
15888         * gnus-art.el (gnus-button-alist): Revert previous change.
15889
15890 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15891
15892         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15893
15894 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15895
15896         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15897         whether backend can accept message.
15898
15899         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15900
15901 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15902
15903         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15904         Avoid creating directory when nntp-marks-is-evil is true.
15905         Reported by Reiner Steib.
15906
15907 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus-picon.el (gnus-picon-style): New variable.
15910         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15911         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15912         Jesper Harder <harder@ifa.au.dk>.
15913
15914 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15915
15916         * message.el (message-fill-field): Return point.
15917         (message-generate-headers): Go to end of field.
15918
15919         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15920         stuff for non-living groups.
15921
15922 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15923
15924         * gnus-art.el (gnus-article-followup-with-original)
15925         (gnus-article-reply-with-original): gnus-mark-active-p ->
15926         gnus-region-active-p.
15927
15928 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15931         only when there is spam or ham to be processed.
15932
15933 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934
15935         * mail-source.el (mail-source-delete-crash-box): Refactor.
15936         (mail-source-fetch): Use it.
15937         (mail-source-fetch-file): Ditto.
15938         (mail-source-fetch-directory): Run postscript in loop.
15939         (mail-source-fetch-pop): Delete.
15940         (mail-source-fetch-maildir): Ditto.
15941         (mail-source-fetch-imap): Ditto.
15942
15943         * imap.el (imap-authenticators): Comment out sasl.
15944
15945         * message.el (message-skip-to-next-address): New function.
15946         (message-fill-header-address): Refactor.
15947         (message-fill-address): Use it.
15948         (message-delete-address): Use it.
15949         (message-fill-header-general): Refactor.
15950         (message-fill-field-address): Rename.
15951         (message-narrow-to-field): Find the start of the header.
15952         (message-header-format-alist): Don't pre-fill.
15953         (message-fill-header): Removed.
15954         (message-insert-header): New function.
15955         (message-shorten-references): Use it.
15956
15957         * rfc2047.el (rfc2047-field-value): Strip props.
15958
15959         * mail-parse.el (mail-header-make-address): New alias.
15960
15961         * ietf-drums.el (ietf-drums-make-address): New function.
15962
15963         * imap.el: Add compiler directives.
15964
15965         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15966
15967         * gnus-art.el (article-decode-idna-rhs): Don't use
15968         message-idna-inside-rhs-p.
15969
15970 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15971
15972         * message.el (message-idna-inside-rhs-p): Removed.
15973         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15974
15975         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15976         false positives.
15977
15978 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15979
15980         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15981
15982 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15983
15984         * nneething.el (nneething-file-name): Don't create spurious
15985         files.
15986
15987         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15988         (gnus-inews-do-gcc): Remove sleep.
15989
15990         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15991         part under point.
15992
15993         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15994         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15995
15996 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15997
15998         * spam.el (spam-summary-prepare-exit): Fixed (length).
15999
16000 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16001
16002         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16003         as expired without moving it" message when there are spam
16004         messages left.
16005
16006 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16007
16008         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16009         header is not nil.
16010
16011 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16012
16013         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16014         nntp-possibly-create-directory, not nntp-possibly-change-group.
16015         (nntp-marks-changed-p): New arg SERVER.
16016         (nntp-request-update-info): Adjust caller.
16017
16018 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16019
16020         * nntp.el (nntp-save-marks): Pass missing arg.
16021
16022 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16023
16024         * nntp.el: Support marks.
16025         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16026         (nntp-marks-modtime, nntp-marks-directory): New variables.
16027         (nntp-request-set-mark, nntp-request-update-info)
16028         (nntp-possibly-create-directory, nntp-marks-changed-p)
16029         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16030         functions.
16031
16032 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16033
16034         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16035         (gnus-xmas-redefine): Rename.
16036
16037         * gnus-score.el (gnus-score-insert-help): Use
16038         gnus-select-lowest-window.
16039
16040         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16041         appt-select-lowest-window and rename to gnus-select-lowest-window.
16042
16043         * gnus.el: do.
16044
16045 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16046
16047         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16048         encodings of MIME-encoded words, in order to improve
16049         interoperability with several broken MUAs.
16050
16051 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16052
16053         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16054         tags, only when charsets are not specified in headers.
16055         (mm-inline-text-html-render-with-w3m): Ditto.
16056
16057         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16058         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16059
16060 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16061
16062         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16063         instead of MIME-decoded from fields when checking
16064         `gnus-article-address-banner-alist'.
16065
16066 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16067
16068         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16069         description rather than subject.
16070
16071 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16072
16073         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16074
16075 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16076
16077         * gnus.el (gnus-version-number): Bump.
16078
16079 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16080
16081         * gnus.el: No Gnus v0.2 is released.
16082
16083 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16084
16085         * gnus-agent.el (gnus-agent-read-agentview): Inline
16086         gnus-uncompress-range.
16087
16088 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16089
16090         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16091         `exec-installed-p'.
16092
16093 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16094
16095         * gnus.el (spam-process, spam-autodetect-methods): Add
16096         bsfilter and bsfilter-headers.
16097
16098         * spam.el (spam-bsfilter): New customize group.
16099         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16100         (spam-bsfilter-header, spam-bsfilter-probability-header)
16101         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16102         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16103         (spam-bsfilter-database-directory): New options.
16104         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16105         (spam-list-of-statistical-checks, spam-registration-functions):
16106         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16107         (spam-bsfilter-score): New command.
16108         (spam-check-bsfilter-headers, spam-check-bsfilter)
16109         (spam-bsfilter-register-with-bsfilter)
16110         (spam-bsfilter-register-spam-routine)
16111         (spam-bsfilter-unregister-spam-routine)
16112         (spam-bsfilter-register-ham-routine)
16113         (spam-bsfilter-unregister-ham-routine): New functions.
16114         (spam-generic-score): Support bsfilter; Accept an optional argument
16115         to recalcurate spam score even if scoring header has already been
16116         added.
16117         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16118         optional argument to recalcurate spam score even if scoring header
16119         has already been added.
16120
16121 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16122
16123         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16124         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16125         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16126         link is missing.
16127
16128 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16129
16130         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16131         (html2text-get-attr): Rewrite.
16132
16133         * message.el (message-setup-1): Remove redundant put-text-property
16134         on mail-header-separator.
16135
16136 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16137
16138         * gnus-registry.el (gnus-registry-cache-whitespace)
16139         (gnus-registry-action, gnus-registry-spool-action)
16140         (gnus-registry-split-fancy-with-parent): Change message levels
16141         from 5 to 3 or 7, as needed.
16142
16143         * spam.el (spam-summary-prepare-exit)
16144         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16145         (spam-split, spam-find-spam, spam-log-undo-registration)
16146         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16147         level from 5 to 6.
16148
16149 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16152         2004-03-04 change).
16153
16154 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * sieve-manage.el (sieve-manage-open):
16157         * nnweb.el (nnweb-insert-html):
16158         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16159         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16160         * nnspool.el (nnspool-request-group):
16161         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16162         * nnml.el (nnml-request-update-info):
16163         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16164         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16165         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16166         (nnimap-request-set-mark):
16167         * nnfolder.el (nnfolder-request-update-info):
16168         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16169         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16170         * gnus-uu.el (gnus-uu-find-articles-matching):
16171         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16172         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16173         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16174         * gnus-nocem.el (gnus-nocem-scan-groups):
16175         * gnus-int.el (gnus-start-news-server):
16176         * gnus-group.el (gnus-group-make-kiboze-group)
16177         (gnus-group-browse-foreign-server):
16178         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16179         Use mapc when appropriate.
16180
16181 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16182
16183         FIXME: Make separate entries for each person.
16184
16185         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16186         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16187         <shields@msrl.com>:
16188
16189         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16190         may need for spam sorting and scoring.
16191         (spam-user-format-function-S): Add user format function suitable for
16192         general use.
16193         (spam-article-sort-by-spam-status): Add sorting function for summary
16194         sorting.
16195         (spam-extra-header-to-number): Add function to get a score from a
16196         header.
16197         (spam-summary-score): Add function to get a numeric score from the
16198         headers.
16199         (spam-generic-score): Fix function doc, was in wrong place.
16200         (spam-initialize): Take symbols when it's run, and install the
16201         extra headers that spam-necessary-extra-headers thinks we need.
16202
16203 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16206         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16207
16208 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16209
16210         * gnus-sum.el (gnus-set-global-variables)
16211         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16212         (gnus-article-get-xrefs, gnus-summary-best-group)
16213         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16214         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16215         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16216         Use with-current-buffer.
16217
16218 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16219
16220         * spam.el (spam-summary-prepare-exit): Simplify logic.
16221         (spam-fetch-article-header): Read the article header if it's not
16222         available.
16223         (spam-list-articles): Simplify logic.
16224         (spam-filelist-register-routine): Fix bug with unregister-list.
16225
16226         * gnus-registry.el: Fix comments at beginning.
16227
16228 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16229
16230         * message.el (message-cater-to-broken-inn): Remove.
16231         (message-shorten-references): Make sure the total folded length of
16232         References is shorter than 998 characters to cater to a bug in INN
16233         2.3.  Also, don't pretend that references aren't folded -- this
16234         hasn't worked for a while.
16235
16236 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16237
16238         * gnus-agent.el (gnus-agentize):
16239         gnus-agent-send-mail-real-function no longer set to current value
16240         of message-send-mail-function but rather a lambda that calls
16241         message-send-mail-function.  The change makes the agent real-time
16242         responsive to user changes to message-send-mail-function.
16243
16244 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16245
16246         * legacy-gnus-agent.el
16247         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16248         help from Florian Weimer <fw@deneb.enyo.de>
16249
16250 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * nnmail.el (nnmail-cache-insert): Revert last change.
16253
16254 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * nnmail.el (nnmail-cache-insert): Always check whether
16257         nnmail-cache-ignore-groups matches a group name.
16258
16259 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16260
16261         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16262         (spam-find-spam, spam-log-processing-to-registry)
16263         (spam-log-registered-p, spam-log-unregistration-needed-p)
16264         (spam-log-undo-registration): Use gnus-message instead of
16265         gnus-error, none of these errors are fatal.
16266
16267         * gnus-registry.el (gnus-registry-clean-empty-function)
16268         (gnus-registry-clean-empty): Remove only empty entries without
16269         extra data.
16270
16271 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16272
16273         * spam-stat.el (spam-stat-buffer-change-to-spam)
16274         (spam-stat-buffer-change-to-non-spam): Change (error) to
16275         (gnus-message 8) invocation.
16276
16277 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * nntp.el (nntp-via-netcat-command): New variable.
16280         (nntp-via-netcat-switches): New variable.
16281         (nntp-open-via-rlogin-and-netcat): New function.
16282         (nntp-open-connection-function): Doc fix.
16283         (nntp-telnet-command): Doc fix.
16284         (nntp-end-of-line): Doc fix.
16285         (nntp-via-rlogin-command): Doc fix.
16286         (nntp-via-user-name): Doc fix.
16287         (nntp-via-address): Doc fix.
16288
16289 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16292         error in Emacs 21.1.
16293
16294 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16297
16298 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16299
16300         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16301         (gnus-agent-with-refreshed-group): New macro.
16302         (gnus-agent-rename-group): New function.
16303         (gnus-agent-delete-group): New function.
16304         (gnus-agent-save-group-info): Use gnus-command-method when
16305         `method' parameter is nil.  Don't write nil entries into the
16306         active file.
16307         (gnus-agent-get-group-info): New function.
16308         (gnus-agent-fetch-articles): Use
16309         gnus-agent-update-files-total-fetched-for to increment disk space
16310         used.
16311         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16312         gnus-agent-update-view-total-fetched-for to increment disk space
16313         used.
16314         (gnus-agent-get-local): Added optional parameters to avoid calling
16315         gnus-group-real-name and gnus-find-method-for-group.
16316         (gnus-agent-set-local): Delete stored entry if either min, or max,
16317         are nil.
16318         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16319         quit, use gnus-agent-regenerate-group to record existance of any
16320         articles fetched to disk before the quit occurred.
16321         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16322         gnus-agent-update-view-total-fetched-for, and
16323         gnus-agent-update-files-total-fetched-for to decrement disk space
16324         used.
16325         (gnus-agent-retrieve-headers): Use
16326         gnus-agent-update-view-total-fetched-for to increment disk space
16327         used.
16328         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16329         with gnus-agent-update-files-total-fetched-for to decrement disk
16330         space and fresh group buffer.
16331         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16332         (gnus-agent-need-update-total-fetched-for): New variable.
16333         (gnus-agent-update-files-total-fetched-for): New function.
16334         (gnus-agent-update-view-total-fetched-for): New function.
16335         (gnus-agent-total-fetched-for): New function.
16336
16337         * gnus-cache.el (gnus-cache-save-buffers): Use
16338         gnus-cache-update-overview-total-fetched-for to change disk space
16339         used by this group.
16340         (gnus-cache-possibly-enter-article): Use
16341         gnus-cache-update-file-total-fetched-for to increment disk space
16342         used by this group.
16343         (gnus-cache-possibly-remove-article): Use
16344         gnus-cache-update-file-total-fetched-for to decrement disk space
16345         used by this group.
16346         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16347         (gnus-cache-rename-group): New function.
16348         (gnus-cache-delete-group): New function.
16349         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16350         (gnus-cache-need-update-total-fetched-for): New variable.
16351         (gnus-cache-with-refreshed-group): New macro.
16352         (gnus-cache-update-file-total-fetched-for): New function.
16353         (gnus-cache-update-overview-total-fetched-for): New function.
16354         (gnus-cache-rename-group-total-fetched-for): New function.
16355         (gnus-cache-delete-group-total-fetched-for): New function.
16356         (gnus-cache-total-fetched-for): New function.
16357
16358         * gnus-group.el: Require gnus-sum and autoload functions to
16359         resolve warnings when gnus-group.el compiled alone.
16360         (gnus-group-line-format): Documented new %F.
16361         (size of Fetched data) group line format; identifies disk space
16362         used by agent and cache.
16363         (gnus-group-line-format-alist): Defined new F format.
16364         (gnus-total-fetched-for): New function.
16365         (gnus-group-delete-group): No longer update
16366         gnus-cache-active-altered as gnus-request-delete-group now keeps
16367         the cache in sync.
16368         (gnus-group-list-active): Let the agent store a server's active
16369         list if currently plugged.
16370
16371         * gnus-int.el (gnus-request-delete-group):
16372         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16373         local disk in sync with the server.
16374         (gnus-request-rename-group):
16375         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16376         local disk in sync with the server.
16377
16378         * gnus-start.el (gnus-get-unread-articles):
16379         Cosmetic simplification to logic.
16380
16381         * gnus-util.el (gnus-rename-file): New function.
16382
16383 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16384
16385         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16386
16387 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16388
16389         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16390         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16391
16392 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16393
16394         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16395         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16396
16397 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16398
16399         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16400
16401 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * spam.el (spam-set-difference): Add function to replace
16404         gnus-set-difference in spam.el.
16405         (spam-summary-prepare-exit): Use spam-set-difference.
16406
16407 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * gnus-registry.el (gnus-registry-cache-file): Update to use
16410         gnus-dribble-directory OR gnus-home-directory OR ~.
16411         (gnus-registry-split-fancy-with-parent): Fix doc.
16412
16413 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * message.el (message-exchange-point-and-mark): Use
16416         message-mark-active-p.  Suggested by Jesper Harder
16417         <harder@ifa.au.dk>.
16418
16419 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * message.el (message-exchange-point-and-mark): Don't activate
16422         region if it was inactive.  Suggested by Hiroshi Fujishima
16423         <pooh@nature.tsukuba.ac.jp>.
16424
16425 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * gnus-art.el (article-display-face): Display Faces in the same
16428         order as X-Faces.
16429
16430 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16433
16434 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16437         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16438         (gnus-article-mime-hierarchy): Remove.
16439         (gnus-article-mime-hierarchy-next): Remove.
16440         (gnus-article-mode): Revert 2004-03-19 change.
16441         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16442         (gnus-insert-mime-button): Revert 2004-03-19 change.
16443         (gnus-mime-accumulate-hierarchy): Remove.
16444         (gnus-mime-enter-multipart): Remove.
16445         (gnus-mime-leave-multipart): Remove.
16446         (gnus-mime-display-part): Revert 2004-03-19 change.
16447         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16448
16449         * mml.el (mml-preview): Revert 2004-03-19 change.
16450
16451 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16452
16453         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16454
16455 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16458         t while entering a file name using the mm-with-multibyte macro.
16459         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16460
16461         * mm-util.el (mm-with-multibyte): New macro.
16462
16463 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16466         user option.
16467         (gnus-mime-multipart-functions): Doc and customization fix.
16468         (gnus-article-mime-hierarchy): New variable.
16469         (gnus-article-mime-hierarchy-next): New variable.
16470         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16471         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16472         gnus-article-mime-hierarchy-next to nil.
16473         (gnus-insert-mime-button): Show hierarchy numbers.
16474         (gnus-mime-accumulate-hierarchy): New function.
16475         (gnus-mime-enter-multipart): New function.
16476         (gnus-mime-leave-multipart): New function.
16477         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16478         (gnus-mime-display-alternative): Show hierarchy numbers.
16479
16480         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16481         gnus-article-mime-hierarchy-next to nil.
16482
16483 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16484
16485         * dns.el: Don't require gnus-xmas.
16486
16487 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16488
16489         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16490         inline PGP.
16491         (mml-menu): Disable mml-quote-region if mark is inactive.
16492
16493 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16496         when the group's active is not available.
16497
16498 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16501         error.
16502
16503 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * imap.el (imap-store-password): New variable.
16506         (imap-interactive-login): Use it.
16507         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16508
16509 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16512         window-start and hscroll to summary window.
16513
16514 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16515
16516         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16517         conversion message to newsrc-dribble when an actual conversion is
16518         performed.
16519
16520 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16521
16522         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16523
16524 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * mm-decode.el (mm-complicated-handles): New function reviving
16527         former definition of mm-multiple-handles.
16528
16529         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16530         (gnus-mime-delete-part): Use it.
16531
16532 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16533
16534         * gnus-agent.el (gnus-agent-read-local): Bind
16535         nnheader-file-coding-system to gnus-agent-file-coding-system to
16536         avoid the implicit assumption that they will always be equal.
16537         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16538         coding-system-for-write, as the with-temp-file macro first prints
16539         to a buffer then saves the buffer.
16540
16541 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * gnus-art.el (gnus-article-edit-part): New function.
16544         (gnus-mime-save-part-and-strip): Use it; do query instead of
16545         signaling an error; don't use mm-multiple-handles.
16546         (gnus-mime-delete-part): Ditto.
16547
16548 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16549
16550         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16551         old file versions.
16552         (gnus-group-prepare-hook): Removed function that converted list
16553         form of gnus-agent-expire-days to group properties.
16554
16555         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16556         (gnus-request-accept-article): Re-indented.
16557
16558         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16559         converters to handle old agent file formats.  Added logic for a
16560         "backup before upgrading warning".
16561         (gnus-convert-mark-converter-prompt): Developers can mark
16562         functions as needing (default), or not needing,
16563         gnus-convert-old-newsrc's "backup before upgrading warning".
16564         (gnus-convert-converter-needs-prompt): Tests whether the user
16565         should be protected from potentially irreversable changes by the
16566         function.
16567
16568         * legacy-gnus-agent.el: New.  Provides converters that are only
16569         loaded when gnus-convert-old-newsrc needs to call them.
16570
16571 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * mail-source.el (mail-source-touch-pop): Doc fix.
16574
16575         * message.el (message-smtpmail-send-it): Doc fix.
16576
16577 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16578
16579         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16580
16581         * nnmail.el (nnmail-split-fancy): do.
16582
16583         * gnus-kill.el (gnus-kill, gnus-execute): do.
16584
16585 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16586
16587         * gnus-sum.el (gnus-widget-reversible-match)
16588         (gnus-widget-reversible-to-internal)
16589         (gnus-widget-reversible-to-external): New functions.
16590         (gnus-widget-reversible): New widget.
16591         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16592
16593 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16594
16595         * gnus-sum.el (gnus-thread-sort-functions)
16596         (gnus-article-sort-functions): Document `(not F)' items.
16597
16598 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16599
16600         * spam.el (spam-use-gmane-xref): Add new backend.
16601         (spam-gmane-xref-spam-group): Add variable to control the name of the
16602         Gmane spam group.
16603         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16604         (spam-regex-headers-spam, spam-regex-headers-ham)
16605         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16606         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16607         backends and checks.
16608         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16609
16610         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16611         an autodetect method.
16612
16613 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16614
16615         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16616         articles are being added to a group.
16617         (gnus-request-replace-article): Inform the agent that articles
16618         need to be uncached as the cached contents are no longer valid.
16619
16620 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * binhex.el: Don't autoload executable-find.
16623
16624         * canlock.el: Don't autoload mail-fetch-field.
16625
16626         * dgnushack.el: Autoload c-mode for XEmacs.
16627
16628         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16629
16630         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16631         rmail-dont-reply-to and rmail-output.
16632
16633         * gnus-score.el: Don't autoload ffap-string-at-point.
16634
16635         * gnus-setup.el: Don't autoload sc-cite-original.
16636
16637         * imap.el: Don't autoload base64-decode-string,
16638         base64-encode-string and md5.
16639
16640         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16641         and rmail-msg-restore-non-pruned-header.
16642
16643         * mm-decode.el: Don't autoload executable-find.
16644
16645         * mm-url.el: Don't autoload executable-find.
16646
16647         * mm-view.el: Don't autoload diff-mode.
16648
16649         * nndb.el: Don't autoload news-reply-mode, news-setup,
16650         cancel-timer and telnet.
16651
16652         * password.el: Don't autoload run-at-time for Emacs.
16653
16654         * sha1-el.el: Don't autoload executable-find.
16655
16656         * sieve-mode.el: Don't autoload c-mode.
16657
16658         * uudecode.el: Don't autoload executable-find.
16659
16660 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16661
16662         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16663         (gnus-agent-possibly-alter-active): Avoid null in numeric
16664         comparison.
16665         (gnus-agent-set-local): Refuse to save null in local object table.
16666         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16667         list of articles that will be marked as unread.
16668
16669 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16672
16673 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16674
16675         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16676         language tags.
16677
16678 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16679
16680         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16681         Don't bind "obarray".
16682
16683         * gnus-sum.el (gnus-thread-sort-functions): Added
16684         `gnus-thread-sort-by-most-recent-number' and
16685         `gnus-thread-sort-by-most-recent-date'.
16686         Reported by Kai Grossjohann <kai@emptydomain.de>.
16687
16688 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16691
16692 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16693
16694         * gnus-cus.el (gnus-agent-customize-category): Removed
16695         ignore-errors macro reference that required cl to be loaded at
16696         run-time.
16697
16698         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16699         single-interval range of the form (min . max).  Previously the
16700         range had to look like ((min . max)).  Likewise, return
16701         (min . max) rather than ((min . max)).
16702         (gnus-range-map): Use gnus-range-normalize to accept
16703         single-interval range.
16704
16705         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16706         the cache, but not the agent, now appear with their usual face.
16707
16708         * dgnushack.el (loaddir): New variable that is bound to the
16709         directory containing the dgnushack.el file. Use loaddir, rather
16710         than srcdir, to update load-path. Change lets dgnushack compile
16711         code in directories other than GNUS/lisp.
16712
16713 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * lpath.el: Don't bind w3m-safe-url-regexp.
16716
16717         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16718         w3m-safe-url-regexp variable buffer-local.
16719
16720         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16721
16722 2004-02-27  Simon Josefsson  <jas@extundo.com>
16723
16724         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16725         gnus-group-real-prefix.
16726         (gnus-summary-move-article): Use it, instead of
16727         gnus-group-real-prefix.
16728
16729 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * lpath.el: Bind w3m-safe-url-regexp.
16732
16733         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16734         w3m-safe-url-regexp variable buffer-local and set it as the value
16735         of mm-w3m-safe-url-regexp.
16736
16737         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16738
16739         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16740         parsing gnus-posting-styles when the message is not for replying.
16741
16742         * dgnushack.el: Autoload sgml-mode for XEmacs.
16743
16744         * nnrss.el (nnrss-opml-export): Use
16745         mm-set-buffer-file-coding-system instead of
16746         set-buffer-file-coding-system.
16747
16748 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16751         of checkdoc.el).
16752         * nnrss.el: do.
16753         * gnus-mlspl.el: do.
16754         * gnus-ml.el: do.
16755         * gnus-srvr.el: do.
16756
16757         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16758
16759 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16760
16761         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16762         Corrections to custom-manual links.
16763
16764         * gnus-art.el (gnus-article): Ditto.
16765
16766         * mm-decode.el (mime-display, mime-security): Ditto.
16767
16768 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16769
16770         * flow-fill.el: Typo.
16771
16772 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16773
16774         * spam-wash.el: New file.
16775
16776 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16777
16778         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16779
16780 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16781
16782         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16783         to be run with new-articles as LIST1, not LIST2.
16784         (spam-registration-functions): Add spam-use-ham-copy as a nil
16785         registration backend.
16786
16787 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16788
16789         * spam-stat.el (spam-stat-washing-hook): New option.
16790         (spam-stat-buffer-words): Use it.
16791         (spam-stat-process-directory, spam-stat-test-directory): Use
16792         insert-file-contents-literally.
16793         (spam-stat-coding-system): New variable.
16794         (spam-stat-load, spam-stat-save): Use it.
16795
16796 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * spam-report.el (spam-report-plug-agent): Quote
16799         spam-report-url-to-file and spam-report-url-ping-plain.
16800
16801 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16802
16803         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16804         / in mailto URLs.
16805
16806 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16807
16808         * spam-report.el (spam-report-process-queue): Fix interactive use.
16809         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16810         (spam-report-unplug-agent): Doc fixes.
16811         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16812         (spam-report-agentize, spam-report-deagentize): Autoload.
16813
16814 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16817
16818         * message.el (message-setup-fill-variables): Add mml tags to
16819         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16820         <ajk@iu.edu>.
16821         (message-mode): Don't modify paragraph-separate there.
16822
16823 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * compface.el (uncompface-use-external): Default to undecided.
16826         (uncompface-use-external-threshold): New variable.
16827         (uncompface-float-time): New macro.
16828         (uncompface): Determine whether to use the external decoder if
16829         uncompface-use-external is undecided.
16830
16831 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16832
16833         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16834         after images.
16835
16836         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16837
16838 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16839
16840         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16841
16842         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16843
16844         * gnus-sum.el (gnus-summary-limit-to-age)
16845         (gnus-summary-limit-children): do.
16846
16847         * gnus-int.el (gnus-request-scan): do.
16848
16849         * gnus-group.el (gnus-group-suspend): do.
16850
16851         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16852
16853         * gnus-cite.el (gnus-cite-parse-attributions): do.
16854
16855         * gnus-agent.el (gnus-summary-set-agent-mark)
16856         (gnus-agent-regenerate-group): do.
16857
16858         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16859
16860         * binhex.el (binhex-decode-region-internal): do.
16861
16862 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-fun.el (gnus-face-properties-alist): New user option.
16865         (gnus-display-x-face-in-from): Use it.
16866
16867         * gnus-art.el (article-display-face): Ditto.
16868
16869         * compface.el (uncompface-use-external): Default to nil.
16870
16871 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16872
16873         * nntp.el (nntp-erase-buffer): New function.
16874         (nntp-retrieve-data, nntp-send-command)
16875         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16876         (nntp-possibly-change-group): Use it.
16877
16878         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16879         with-current-buffer.
16880
16881 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16882
16883         * compface.el: Merge the ELisp-based uncompface program.
16884         (compface): New customization group.
16885         (uncompface-use-external): New user option.
16886         (uncompface): Call uncompface-internal if uncompface-use-external
16887         is nil.
16888         (uncompface-internal): New function.  Note that there are also
16889         some other functions and variables added for this function.
16890
16891 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16894         if necessary.
16895
16896 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16897
16898         * spam-report.el (spam-report-unplug-agent)
16899         (spam-report-plug-agent, spam-report-deagentize)
16900         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16901         Add support for the Agent in spam-report: when unplugged, report to a
16902         file; when plugged, submit all the requests.
16903
16904         * spam.el (spam-register-routine): Fix message about
16905         registration.
16906
16907 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16908
16909         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16910         dependencies.
16911         (rfc2047-encode): Use it.
16912
16913         * gnus-art.el (gnus-button-marker-list): Move before first
16914         reference.
16915
16916         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16917         (imap-parse-body): Fix format string mismatch.
16918
16919         * gnus-score.el (gnus-summary-increase-score): do.
16920
16921         * nnrss.el (nnrss-close): New function.
16922
16923 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16924
16925         * nnrss.el (nnrss-make-filename): New function.
16926         (nnrss-request-delete-group, nnrss-read-server-data)
16927         (nnrss-save-server-data, nnrss-read-group-data)
16928         (nnrss-save-group-data): Use it.
16929         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16930         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16931         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16932
16933 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16934
16935         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16936
16937 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16938
16939         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16940         files.
16941
16942         * message.el (message-generate-headers-first): Don't quote nil
16943         and t in docstrings.
16944
16945         * imap.el (imap-id): do.
16946
16947         * gnus-agent.el (gnus-agent-consider-all-articles)
16948         (gnus-agent-queue-mail): do.
16949
16950 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * spam-report.el (spam-report-process-queue): New function.
16953         Process requests from `spam-report-requests-file'.
16954         (spam-report-process-queue): Doc fix.
16955
16956 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16957
16958         * spam.el (spam-register-routine)
16959         (spam-log-processing-to-registry, spam-log-registered-p)
16960         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16961         Change "check" to "spam-check" for semi-clarity.
16962
16963 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16964
16965         * pop3.el: Require nnheader.
16966
16967         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16968
16969         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16970
16971         * gnus-picon.el: Require cl.
16972
16973         * gnus-fun.el: Require gnus-ems and gnus-util.
16974
16975         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16976
16977         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16978
16979         * gnus-art.el (gnus-article-edit-mode): Define before first
16980         reference.
16981
16982 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16983
16984         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16985         (gnus-uu-post-encoded): Use point-at-bol.
16986
16987         * gnus-topic.el (gnus-group-active-topic-p): do.
16988
16989         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16990
16991         * gnus-group.el (gnus-group-kill-region): do.
16992
16993         * gnus-art.el (article-date-ut): do.
16994
16995         * message.el (message-fetch-field): Remove redundant
16996         case-fold-search binding.
16997         (message-narrow-to-field): Simplify.
16998
16999 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * spam.el (spam-directory): Derive from `gnus-directory'.
17002
17003         * spam-report.el (spam-report-url-to-file)
17004         (spam-report-requests-file): New function and variable for offline
17005         reporting.
17006         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17007         and user defined function.
17008         (spam-report-url-ping-mm-url): Remove doubled slash.
17009
17010 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17011
17012         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17013
17014 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17017         format string mismatch.
17018
17019         * sieve.el (sieve-deactivate-all): do.
17020
17021         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17022
17023         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17024
17025         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17026
17027         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17028
17029 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17030
17031         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17032         the list of checks.
17033
17034 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17035
17036         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17037         padding.
17038
17039 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17040
17041         * mm-view.el (mm-fill-flowed): New variable.
17042         (mm-inline-text): Use it.
17043
17044 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * spam.el (spam-spamassassin-register-ham-routine)
17047         (spam-spamassassin-register-spam-routine): Fix function names.
17048
17049 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * gnus.el (gnus-tmp-grouplens): Remove.
17052         (gnus-summary-line-format): Remove grouplens.
17053
17054         * gnus-group.el (gnus-group-line-format): Ditto.
17055
17056         * gnus-spec.el (gnus-format-specs): Ditto.
17057         (gnus-update-format-specifications): Flush the group format spec
17058         cache if there's the grouplens stuff.
17059         (gnus-parse-simple-format): Replace %l with the empty string.
17060
17061 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17062
17063         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17064         omission.
17065
17066 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17069         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17070
17071 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17072
17073         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17074         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17075         New macros and functions.
17076         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17077         Handle > NLINK_MAX messages.
17078         * nnmaildir.el (nnmaildir-request-set-mark): Use
17079         nnmaildir--emlink-p and nnmaildir--eexist-p.
17080
17081 2004-01-25  Alex Schroeder  <alex@gnu.org>
17082
17083         * spam-stat.el (spam-stat-process-directory-age): New option.
17084         (spam-stat-process-directory): Use it.
17085
17086 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17087
17088         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17089         (spam-stat-save): Accept prefix argument.
17090
17091 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17092
17093         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17094         links" error.
17095
17096 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17099         the rest of the and/or forms.
17100
17101 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17102
17103         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17104         compatibility with old .newsrc.eld files.
17105
17106         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17107
17108         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17109
17110         * gnus-start.el (gnus-1): do.
17111
17112         * gnus-group.el (gnus-group-line-format-alist): do.
17113
17114         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17115
17116         * gnus-gl.el: Remove.
17117
17118 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17119
17120         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17121         marks consisting of a single range {for example, (3 . 5)} rather
17122         than a list of a single range { ((3 . 5)) }.
17123
17124 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17125
17126         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17127         with-current-buffer.
17128         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17129         avoid consing a string.
17130
17131         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17132         Remove obsolete entries for big5 and gb2312.
17133
17134 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17135
17136         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17137         uncompressed list.
17138
17139 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17140
17141         * spam-stat.el (spam-stat-strip-xref): New function.
17142         (spam-stat-process-directory): Use it.
17143
17144         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17145         here -- it's done in message-fetch-field.
17146
17147 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17148
17149         * gnus-agent.el (gnus-agent-queue-mail)
17150         (gnus-agent-prompt-send-queue): New variables.
17151         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17152         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17153         "nndraft:queue" along to gnus-draft-send.  Use
17154         gnus-agent-prompt-send-queue.
17155         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17156         is "nndraft:queue".  Suggested by Gaute Strokkenes
17157         <gs234@srcf.ucam.org>
17158
17159         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17160         (agent-enable-undownloaded-faces): Added.
17161         (gnus-agent-cat-groups): Use eval-and-compile, not
17162         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17163         method of gnus-agent-cat-groups even when the buffer has been
17164         evaled.
17165         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17166         delete gnus-agent-save-active-1.
17167         (gnus-agent-save-groups): Deleted.  Identical to
17168         gnus-agent-save-active.
17169         (gnus-agent-write-active): No longer adjust agent's copy of active
17170         file as agent's adjustments are now stored in their own
17171         file.  Removed optional parameter.
17172         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17173         servers.  Add use of min/max range limits from server's local
17174         file.
17175         (gnus-agent-save-alist): Removed unused optional argument.
17176         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17177         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17178         (gnus-agent-set-local): A per-server file that keeps min/max range
17179         limits for articles known to the agent.  Provides a fast mechanism
17180         for altering many active ranges.
17181         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17182         active file (local makes it unnecessary).
17183         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17184
17185         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17186         (agent-enable-undownloaded-faces): Added.
17187
17188         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17189         disable it when sending to "nndraft:queue".
17190         (gnus-group-send-queue): Add safety check to avoid sending queue
17191         when unplugged.
17192
17193         * gnus-group.el (gnus-group-catchup): Use new
17194         gnus-sequence-of-unread-articles, not
17195         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17196         numbers of articles.  Use gnus-range-map to avoid having to
17197         uncompress the unread list.
17198         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17199         Fixed invalid ange-ftp reference.
17200
17201         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17202         (gnus-sorted-range-intersection): Intersection of two ranges
17203         without requiring that they first be uncompressed.
17204
17205         * gnus-start.el (gnus-activate-group): Unless blocked by the
17206         caller, possibly expand the active range to include both cached
17207         and agentized articles.
17208         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17209         multiple version-dependent converters.
17210         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17211         gnus-agent-save-active.
17212         (gnus-save-newsrc-file): Save dirty agent range limits.
17213
17214         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17215         gnus-agent-possibly-alter-active.
17216         (gnus-adjust-marked-articles): Faster handling of simple lists.
17217
17218 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17219
17220         * spam-stat.el (spam-stat-test-directory): New optional argument
17221         displays a list of files detected.  Suggested by Andrew Cohen
17222         <cohen@andy.bu.edu>.
17223         (spam-stat-buffer-words-with-scores): Don't narrow and change
17224         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17225
17226 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17227
17228         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17229         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17230         (spam-spamassassin-arguments)
17231         (spam-spamassassin-spam-flag-header)
17232         (spam-spamassassin-positive-spam-flag-header)
17233         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17234         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17235         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17236         (spam-list-of-processors, spam-list-of-checks)
17237         (spam-list-of-statistical-checks, spam-registration-functions)
17238         (spam-check-spamassassin-headers, spam-check-spamassassin)
17239         (spam-spamassassin-score)
17240         (spam-spamassassin-register-with-sa-learn)
17241         (spam-spamassassin-register-spam-routine)
17242         (spam-spamassassin-register-ham-routine)
17243         (spam-assassin-register-spam-routine)
17244         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17245         (spam-bogofilter-score): Fix to show article before scoring.
17246
17247 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17248
17249         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17250         default scoring function.
17251         (spam-generic-score): Call spam-spamassassin-score if
17252         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17253         spam-bogofilter-score otherwise.
17254
17255         * gnus.el (spam-process, spam-autodetect-methods): Add
17256         spamassassin and spamassassin-headers.
17257
17258 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17259
17260         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17261         Suppress unnecessary messages.
17262
17263 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17264
17265         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17266         make-hash-table.
17267
17268 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * canlock.el (base64-encode-string): Don't autoload it.
17271
17272 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * run-at-time.el: Remove useless (require 'itimer),
17275         eval-and-compile and (featurep 'xemacs).
17276
17277 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17278
17279         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17280         GROUP is a virtual group.
17281
17282 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17283
17284         * gnus.el: Autoload `message-y-or-n-p'.
17285
17286 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17287
17288         * pgg-parse.el: Remove unnecessary (require 'custom).
17289
17290         * pgg-def.el: do.
17291
17292         * nnmail.el: do.
17293
17294         * gnus-undo.el: do.
17295
17296         * gnus-picon.el: do.
17297
17298         * gnus-util.el: do.
17299
17300 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17303
17304 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17307         handle, as well as a list.
17308
17309         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17310         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17311         (mm-w3m-cid-retrieve): Simplify.
17312
17313 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17314
17315         * message.el (message-kill-to-signature): Allow prefix arg to
17316         specify number of lines to keep before signature.
17317
17318 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17319
17320         * message.el (message-kill-to-signature): Change docstring.
17321
17322 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * canlock.el: Always require sha1-el.
17325         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17326
17327         * message.el: Autoload sha1 only when compiling.
17328
17329         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17330         eudc-expand-inline for XEmacs.
17331
17332 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17333
17334         * message.el (message-canlock-generate): Require sha1-el.
17335
17336 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17337
17338         * message.el (message-expand-name): Silence the byte compiler.
17339
17340         * lpath.el: Add detect-coding-system.
17341
17342         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17343         cus-edit.
17344
17345 2004-01-13  Simon Josefsson  <jas@extundo.com>
17346
17347         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17348         Invoke gnus-score-mode.  Reported by
17349         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17350
17351         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17352         Jim Blandy <jimb@redhat.com> (tiny change).
17353
17354 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17355
17356         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17357
17358 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17359
17360         * spam.el (spam-get-article-as-string): Update to use
17361         gnus-request-article-this-buffer, much simpler.
17362         (spam-get-article-as-buffer): Remove.
17363
17364 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17365
17366         * message.el (message-expand-name): Use EUDC if the user uses that.
17367
17368 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17369
17370         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17371         character for the encoding to avoid consing a string.
17372
17373         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17374         unnecessarily.
17375
17376         * mm-util.el (mm-replace-chars-in-string): Remove.
17377
17378         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17379         of mm-replace-chars-in-string.
17380
17381 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17382
17383         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17384
17385         * mm-util.el (mm-subst-char-in-string): Support inplace.
17386
17387         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17388         a new string in every iteration.  Use shy groups.
17389
17390 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17391
17392         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17393         * gnus-soup.el (gnus-soup-group-brew):
17394         * gnus-msg.el (gnus-put-message):
17395         * gnus-move.el (gnus-group-move-group-to-server):
17396         * gnus-kill.el (gnus-batch-score):
17397         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17398         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17399         (gnus-group-update-group, gnus-group-read-group)
17400         (gnus-group-make-group, gnus-group-make-help-group)
17401         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17402         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17403         (gnus-group-sort-by-unread, gnus-group-catchup)
17404         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17405         (gnus-group-yank-group, gnus-group-set-info)
17406         (gnus-group-list-groups):
17407         * gnus.el (gnus-generate-new-group-name):
17408         * gnus-delay.el (gnus-delay-send-queue):
17409         * nnvirtual.el (nnvirtual-catchup-group):
17410         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17411         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17412         (gnus-group-prepare-topics, gnus-topic-check-topology):
17413         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17414         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17415         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17416         (gnus-group-make-articles-read):
17417         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17418         (gnus-group-change-level, gnus-kill-newsgroup)
17419         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17420         (gnus-get-unread-articles, gnus-make-articles-unread)
17421         (gnus-make-ascending-articles-unread): Use accessor
17422         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17423         to get group information for improved readability.
17424
17425
17426 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17427
17428         * gnus-art.el (article-decode-mime-words, article-babel)
17429         (gnus-article-highlight-signature, gnus-article-add-buttons)
17430         (gnus-signature-toggle): Use gnus-with-article-buffer.
17431
17432         * gnus-art.el (gnus-article-highlight-headers)
17433         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17434
17435         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17436         (gnus-article-set-globals, gnus-request-article-this-buffer)
17437         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17438         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17439         (gnus-mime-display-alternative): Use with-current-buffer.
17440
17441 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17444         also under 80 char limit, and call gnus-error if needed.
17445         (spam-fetch-article-header): Fix - it was a
17446         buffer-local variable (gnus-newsgroup-data).
17447         (spam-find-spam): Use spam-generate-fake-headers, forget about
17448         spam-insert-fake-headers.
17449         (spam-insert-fake-headers): Remove.
17450
17451 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17452
17453         * deuglify.el (gnus-article-outlook-unwrap-lines)
17454         (gnus-outlook-rearrange-article)
17455         (gnus-outlook-repair-attribution-outlook)
17456         (gnus-outlook-repair-attribution-block)
17457         (gnus-outlook-repair-attribution-other): Remove redundant
17458         save-excursion.
17459
17460 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17463         (spam-fetch-field-subject-fast)
17464         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17465         (spam-fetch-article-header): Add functions to deal with Gnus
17466         internals for fast retrieval of article header data.
17467         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17468
17469 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17470
17471         * pop3.el (pop3-md5): Remove.
17472         (pop3-apop): Replace pop3-md5 with md5.
17473
17474         * mm-bodies.el: base64 is always built-in.
17475
17476         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17477         with-current-buffer.
17478
17479 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * canlock.el (canlock-insert-header): Remove excessive grouping in
17482         regexp.
17483
17484         * gnus-sum.el (gnus-summary-read-document): Ditto.
17485
17486         * gnus-uu.el (gnus-uu-part-number): Ditto.
17487
17488         * html2text.el (html2text-remove-tags): Ditto.
17489         (html2text-format-tags): Ditto.
17490         (html2text-format-single-elements): Ditto.
17491
17492         * mml.el (mml-parse-1): Ditto.
17493
17494 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17495
17496         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17497
17498         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17499
17500         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17501
17502         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17503
17504 2003-11-15  Simon Josefsson  <jas@extundo.com>
17505
17506         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17507         (pgg-gpg-lookup-key): Use regexp match instead of
17508         split-string (split-string is different between emacs 21.2 and
17509         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17510
17511 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17512
17513         * gnus-art.el (gnus-mime-view-all-parts)
17514         (gnus-article-part-wrapper, gnus-article-view-part): Use
17515         with-current-buffer.
17516
17517 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * spam.el (spam-disable-spam-split-during-ham-respool)
17520         (spam-spamoracle-database, spam-cache-lookups)
17521         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17522         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17523         (spam-group-ham-marks, spam-group-spam-marks)
17524         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17525         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17526         also add spam-use-blackholes to the statistical checks.
17527         (spam-fetch-field-fast): Add interface to fetching fields, may
17528         become a macro.
17529         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17530         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17531         (spam-insert-fake-headers): Fake an article when needed.
17532         (spam-find-spam): Fake article when possible.
17533         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17534         (spam-check-bogofilter-headers): Use message-fetch-field instead
17535         of nnmail-fetch-field.
17536
17537 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17538
17539         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17540
17541 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17542
17543         * spam.el (spam-split): Do not require spam-use-CHECK to be
17544         enabled if that check is passed to spam-split explicitly; also
17545         fix so 'spam doesn't get converted to spam-split-group when
17546         spam-split-symbolic-return is t.
17547         (spam-find-spam): Find registrations of the article and use those
17548         instead of re-running spam-split to find the spam/ham
17549         classification of the article.
17550         (spam-log-processing-to-registry, spam-log-registered-p)
17551         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17552         Use gnus-error instead of gnus-message.
17553         (spam-log-registration-type): Add function to determine the
17554         classification of a message based on registry entries; will
17555         return nil if both 'spam and 'ham are found.
17556         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17557         a reasonably fast local cache without the loading errors.
17558         (spam-cache-lookups): Set to t by default.
17559         (spam-find-spam): Don't try to guess spam-cache-lookups.
17560         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17561         spam-caches entry.
17562         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17563         caching of whitelist/blacklist entries.
17564         (spam-check-whitelist, spam-check-blacklist): Invoke
17565         spam-from-listed-p with a type, not a cache variable.
17566         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17567
17568 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17569
17570         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17571
17572         * nnmail.el (nnmail-split-fancy): do.
17573
17574         * mml.el (mml-parse): do.
17575
17576         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17577         (gnus-score-adaptive): do.
17578
17579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17582         (gnus-mime-button-map): Don't set keymap parent.
17583         (gnus-button-ctan-directory-regexp): Use shy grouping.
17584         (gnus-prev-page-map): Don't set keymap parent.
17585         (gnus-prev-page-map): Remove duplicated one.
17586         (gnus-next-page-map): Don't set keymap parent.
17587         (gnus-mime-security-button-map): Ditto.
17588
17589         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17590         version number.
17591
17592         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17593
17594 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17595
17596         * canlock.el (canlock-sha1-function): Remove.
17597         (canlock-sha1-function-for-verify): Remove.
17598         (canlock-openssl-program): Remove.
17599         (canlock-openssl-args): Remove.
17600         (canlock-ignore-errors): Remove.
17601         (canlock-sha1-with-openssl): Remove.
17602         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17603         (canlock-verify): Don't use canlock-ignore-errors.
17604
17605         * sha1-el.el (sha1-string-external): Make it can return a string
17606         in binary form.
17607         (sha1-region-external): Ditto.
17608         (sha1-string-internal): Ditto.
17609         (sha1-region-internal): Ditto.
17610         (sha1-region): Ditto.
17611         (sha1-string): Ditto.
17612         (sha1): Ditto.
17613
17614 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17615
17616         * spam.el (spam-report-articles-gmane): New command.
17617
17618 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17621
17622         * run-at-time.el (run-at-time-saved): Remove.
17623         (run-at-time): Doc fix.
17624
17625 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17626
17627         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17628         (gnus-summary-limit-map): Add it.
17629         (gnus-summary-make-menu-bar): do.
17630
17631 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17634         Make attempt at some caching support (done for BBDB only now).
17635         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17636         addresses to be checked.
17637         (spam-clear-cache-BBDB): Add function, to be invoked by
17638         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17639         (spam-check-BBDB): Check and use the caches, if
17640         spam-cache-lookups is on, remove superfluous (provide).
17641
17642 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17643
17644         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17645
17646 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17647
17648         * run-at-time.el (run-at-time-saved): Move to after the definition
17649         of `run-at-time'.
17650
17651         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17652
17653 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17656         mm-w3m-local-map-property.
17657
17658         * mm-view.el (mm-w3m-mode-map): Remove.
17659         (mm-w3m-local-map-property): Remove.
17660         (mm-inline-text-html-render-with-w3m): Don't use
17661         mm-w3m-local-map-property.
17662
17663 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17664
17665         * run-at-time.el: New file.
17666
17667         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17668         under Emacs.
17669
17670         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17671         of gnus-set-text-properties.
17672
17673         * gnus-uu.el (gnus-uu-save-article): Ditto.
17674
17675         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17676
17677         * gnus-cite.el (gnus-cite-parse): Ditto.
17678
17679         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17680         of gnus-.
17681
17682         * gnus-xmas.el (run-at-time): Require run-at-time.
17683
17684         * gnus.el: Changed calls to nnheader-run-at-time and
17685         password-run-at-time throughout to use run-at-time directly.
17686
17687         * password.el: Removed definition of run-at-time.
17688
17689         * nnheaderxm.el: Remove definition of run-at-time.
17690
17691 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17692
17693         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17694         in prompt.
17695
17696 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17697
17698         * messagexmas.el (message-xmas-redefine): Alias
17699         `message-make-caesar-translation-table' to
17700         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17701         version.
17702
17703         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17704         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17705         `gnus-xmas-set-text-properties'.
17706         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17707         `gnus-xmas-completing-read'.
17708         (gnus-xmas-completing-read): Removed.
17709         (gnus-xmas-open-network-stream): Removed.
17710
17711         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17712         XEmacs version.
17713
17714         * dns.el (dns-make-network-process): Use `open-network-stream'
17715         instead of `gnus-xmas-open-network-stream'.
17716
17717         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17718
17719         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17720
17721 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17722
17723         * gnus-art.el (gnus-mime-display-alternative)
17724         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17725         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17726         Don't use gnus-local-map-property.
17727
17728         * gnus-util.el (gnus-local-map-property): Remove.
17729
17730         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17731         gnus-completing-read-maybe-default with completing-read.
17732
17733         * gnus-util.el (gnus-completing-read): do.
17734         (gnus-completing-read-maybe-default): Remove.
17735
17736 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17737
17738         * password.el: Only autoload `run-at-time' if not XEmacs.
17739         Only autoload the itimer functions if XEmacs.
17740
17741 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17744         XEmacsen.
17745
17746         * dgnushack.el: Autoload executable-find for XEmacs.
17747
17748 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17749
17750         * gnus-art.el (gnus-read-string): Remove.
17751         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17752         read-string.
17753
17754 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17755
17756         * netrc.el: Autoload password-read.
17757         (netrc): Add configuration group.
17758         (netrc-encoding-method, netrc-openssl-path): Add
17759         variables for encoding and decoding of files with symmetric
17760         ciphers.
17761         (netrc-encode): Add assistant function to encode a file with
17762         netrc-encoding-method.
17763         (netrc-parse): Add interactive parameter, added optional
17764         decoding if netrc-encoding-method is non-nil but otherwise
17765         behavior is standard.
17766         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17767         Do s/encode/encrypt/ everywhere.
17768
17769         * spam.el: Remove executable-find autoload.
17770
17771 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17772
17773         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17774
17775         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17776
17777 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gnus-art.el (gnus-treat-ansi-sequences)
17780         (article-treat-ansi-sequences): New variable and function.
17781         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17782
17783         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17784         Use it.
17785
17786 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17787
17788         * mm-util.el (mm-quote-arg): Remove.
17789
17790         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17791         shell-quote-argument.
17792
17793         * gnus-uu.el (gnus-uu-command): do.
17794
17795         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17796
17797         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17798         with make-char.
17799
17800         * mm-util.el (mm-make-char): Remove.
17801
17802         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17803         add-minor-mode.
17804
17805         * gnus-undo.el (gnus-undo-mode): do.
17806
17807         * gnus-topic.el (gnus-topic-mode): do.
17808
17809         * gnus-sum.el (gnus-dead-summary-mode): do.
17810
17811         * gnus-start.el (gnus-slave-mode): do.
17812
17813         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17814
17815         * gnus-ml.el (gnus-mailing-list-mode): do.
17816
17817         * gnus-gl.el (gnus-grouplens-mode): do.
17818
17819         * gnus-draft.el (gnus-draft-mode): do.
17820
17821         * gnus-dired.el (gnus-dired-mode): do.
17822
17823         * gnus-ems.el (gnus-add-minor-mode): Remove.
17824
17825         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17826         Replace gnus-char-width with char-width.
17827
17828         * gnus-ems.el (gnus-char-width): Remove.
17829
17830         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17831         Replace gnus-char-width with char-width.
17832
17833         * gnus-ems.el (gnus-char-width): Remove.
17834
17835         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17836         definition.
17837         Remove Emacs 20 hash table compatibility code.
17838
17839         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17840         20 compatibility code.
17841
17842         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17843
17844         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17845
17846         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17847         with point-at-{eol,bol}.
17848
17849         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17850
17851         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17852
17853         * flow-fill.el (fill-flowed-point-at-bol)
17854         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17855
17856         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17857         Replace with point-at-{eol,bol} throughout all files.
17858
17859 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * ntlm.el (ntlm-string-as-unibyte): New macro.
17862         (ntlm-build-auth-response): Use it.
17863
17864         Remove Emacs 20 stuff:
17865         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17866         (butlast, mapc, remove): Remove the compiler macros.
17867         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17868         of delq and copy-sequence.
17869         * gnus-art.el (popup-menu): Remove the compiler macro.
17870         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17871         Emacs 20.
17872
17873 2004-01-05  Simon Josefsson  <jas@extundo.com>
17874
17875         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17876         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17877         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17878         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17879         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17880         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17881         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17882         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17883         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17884         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17885         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17886         string-xor into ntlm-string-xor.  Suggested by
17887         Jesper Harder <harder@myrealbox.com>.
17888
17889         * ntlm.el: Don't include poem.
17890
17891         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17892         Jesper Harder <harder@myrealbox.com>.
17893
17894         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17895
17896         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17897         probably breaks emacs with DL patch, but do we care? Is anyone
17898         still using the DL stuff?)
17899
17900         * sieve-manage.el: Use the password package.
17901         (sieve-manage-read-passwd): Remove.
17902         (sieve-manage-interactive-login): Use password.  Re-add
17903         condition-case around loop.
17904
17905         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17906         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17907         the password package.
17908
17909 2003-02-19  Simon Josefsson  <jas@extundo.com>
17910
17911         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17912         token.
17913
17914 2002-08-07  Simon Josefsson  <jas@extundo.com>
17915
17916         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17917         (sieve-manage-authenticators):
17918         (sieve-manage-authenticator-alist): Add some SASL mechs.
17919         (sieve-sasl-auth): New function.
17920         (sieve-manage-cram-md5-auth):
17921         (sieve-manage-plain-auth): Rewrite using SASL library.
17922         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17923         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17924         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17925         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17926
17927 2004-01-05  Simon Josefsson  <jas@extundo.com>
17928
17929         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17930         New files.
17931
17932 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17933
17934         * gnus-group.el (gnus-no-groups-message): Update.
17935
17936         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17937
17938 2003-11-09  Simon Josefsson  <jas@extundo.com>
17939
17940         * imap.el: Support for ID IMAP extension (RFC 2971).
17941         (imap-local-variables): Add imap-id.
17942         (imap-id): New variable.
17943         (imap-id): New function.
17944         (imap-parse-response): Parse untagged ID response.
17945         * nnimap.el (nnimap-id): New variable.
17946         (nnimap-open-connection): Use it.
17947
17948 2003-12-28  Simon Josefsson  <jas@extundo.com>
17949
17950         * gnus-score.el (gnus-score-edit-all-score): New.
17951         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17952
17953 2004-01-04  Simon Josefsson  <jas@extundo.com>
17954
17955         * password.el: Add.
17956
17957 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17958
17959         * dns.el (dns-query-types): Fix typo.
17960         (dns-query-types): New function.
17961         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17962         PTR and SOA replies, see RFC 1035.
17963
17964 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17965
17966         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17967
17968         * Moved to Changelog.2.
17969
17970 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17971
17972         * gnus.el (gnus-version-number): Bump version.
17973
17974 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17975
17976         * gnus.el: No Gnus v0.1 is released.
17977
17978 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17979
17980         * gnus.el: No Gnus v0.0 is released.
17981
17982 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17983
17984         * gnus.el (gnus-version-number): Bump.
17985         (gnus-version): No.
17986
17987 See ChangeLog.2 for earlier changes.
17988
17989     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17990       Free Software Foundation, Inc.
17991
17992   This file is part of GNU Emacs.
17993
17994   GNU Emacs is free software: you can redistribute it and/or modify
17995   it under the terms of the GNU General Public License as published by
17996   the Free Software Foundation, either version 3 of the License, or
17997   (at your option) any later version.
17998
17999   GNU Emacs is distributed in the hope that it will be useful,
18000   but WITHOUT ANY WARRANTY; without even the implied warranty of
18001   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18002   GNU General Public License for more details.
18003
18004   You should have received a copy of the GNU General Public License
18005   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18006
18007 ;; Local Variables:
18008 ;; coding: utf-8
18009 ;; fill-column: 79
18010 ;; add-log-time-zone-rule: t
18011 ;; End: